aboutsummaryrefslogtreecommitdiff
path: root/source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po')
-rw-r--r--source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po23
1 files changed, 23 insertions, 0 deletions
diff --git a/source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po b/source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po
new file mode 100644
index 00000000000..e2d720cc0b1
--- /dev/null
+++ b/source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po
@@ -0,0 +1,23 @@
+#. extracted from connectivity/registry/writer/org/openoffice/Office/DataAccess
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2017-10-04 11:48+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"
+"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
+
+#: Drivers.xcu
+msgctxt ""
+"Drivers.xcu\n"
+".Drivers.Installed.sdbc:writer:*\n"
+"DriverTypeDisplayName\n"
+"value.text"
+msgid "Writer Document"
+msgstr ""
eoffice-3-5'>libreoffice-3-5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/Module_writerperfect.mk
AgeCommit message (Collapse)Author
2017-12-14external: upload libepubgen-0.1.0Miklos Vajna
The only change is that version support is now available unconditionally, otherwise most code changes were bundled already in the form of patches. (cherry picked from commits b2b1debf06589bd91e437df47a2904574aaae316 and 14c91e12b5bb3444235e1444eeefab42e21e3cb5) Conflicts: configure.ac external/libepubgen/libepubgen-epub3.patch.1 writerperfect/source/writer/EPUBExportDialog.cxx writerperfect/source/writer/EPUBExportFilter.cxx Change-Id: I0e456d85c9d84002cabcd77b31b02c9a7ad16ac5 Reviewed-on: https://gerrit.libreoffice.org/46440 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2017-09-21writerperfect: add initial UITest_writerperfect_epubexportMiklos Vajna
Fails when EPUBExportDialog::VersionSelectHdl() does not take the version from the VCL widget. Change-Id: I8f77643ffbd7766ecec7bc2e148259765ab635b8 Reviewed-on: https://gerrit.libreoffice.org/42600 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-08-28disable EPUB export test with system libepubgenDavid Tardon
... because it tests mainly stuff that is not in any released version yet. Change-Id: I39503061e6d5b5116a83a5e299fb2de77a5e7e33
2017-08-24Add initial CppunitTest_writerperfect_epubexportMiklos Vajna
Fails with the writerperfect/source/writer/exp/txtparai.cxx part of commit b6f39c47fb477f16c65631523b0c18b4f262fadf (EPUB export: initial index support, 2017-08-15) reverted. Change-Id: I56457b3e3b312682e4c83ea08dbd459ca42152ef Reviewed-on: https://gerrit.libreoffice.org/41518 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-07-21migrate to boost::gettextCaolán McNamara
* all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
2017-02-13test result of text document importDavid Tardon
Change-Id: I6830da0c6692f0be212e0d45597fa563917b5fb2
2017-01-29add test for handling .wk3 format fileDavid Tardon
Change-Id: Id6fd1f979902e286009d16f9d8ea551df3940859
2016-12-05convert test helper library to dynamicDavid Tardon
Change-Id: I5992cc7ac9ffb3974fa49bb7feec4b0212032386
2016-12-05rename to better match the purposeDavid Tardon
Change-Id: I7cd8e551c284045fbe782cc9756e283d466fd1bc
2016-02-15make charset sel. dlg translatableDavid Tardon
Change-Id: I8d44b302bc78d9c89717f7169a04e9c736047b94