aboutsummaryrefslogtreecommitdiff
path: root/source/id/sysui
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2013-12-03 17:59:28 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-09 12:09:30 +0100
commitf3f04265562dcd40990cccdd83170c8afffef4ab (patch)
tree3687dcbfc6e30854c03d7a7591e268bd0ea1f3a1 /source/id/sysui
parent1d03a18fc11f37dfd1dc0dbbb0ad1f937a211a85 (diff)
update translations for 4.2.0 Beta2
also remove unused files and force-fix errors using pocheck Change-Id: If95f38febdf34951193d67b1eb7a8fbfd292474d
Diffstat (limited to 'source/id/sysui')
-rw-r--r--source/id/sysui/desktop/share.po44
1 files changed, 22 insertions, 22 deletions
diff --git a/source/id/sysui/desktop/share.po b/source/id/sysui/desktop/share.po
index 939503f5c6a..d55a808af91 100644
--- a/source/id/sysui/desktop/share.po
+++ b/source/id/sysui/desktop/share.po
@@ -2,8 +2,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
"PO-Revision-Date: 2012-06-15 11:16+0200\n"
"Last-Translator: Andika <andika@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -20,80 +20,80 @@ msgctxt ""
"documents.ulf\n"
"text\n"
"LngText.text"
-msgid "%PRODUCTNAME Text Document"
-msgstr "Dokumen Teks %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Text Document"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"text-template\n"
"LngText.text"
-msgid "%PRODUCTNAME Text Document Template"
-msgstr "Palet Dokumen Teks %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Text Document Template"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"master-document\n"
"LngText.text"
-msgid "%PRODUCTNAME Master Document"
-msgstr "Dokumen Induk %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Master Document"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"formula\n"
"LngText.text"
-msgid "%PRODUCTNAME Formula"
-msgstr "Rumus %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Formula"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"presentation\n"
"LngText.text"
-msgid "%PRODUCTNAME Presentation"
-msgstr "Presentasi %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Presentation"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"presentation-template\n"
"LngText.text"
-msgid "%PRODUCTNAME Presentation Template"
-msgstr "Palet Presentasi %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Presentation Template"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"drawing\n"
"LngText.text"
-msgid "%PRODUCTNAME Drawing"
-msgstr "Buku Gambar %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Drawing"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"drawing-template\n"
"LngText.text"
-msgid "%PRODUCTNAME Drawing Template"
-msgstr "Palet Buku Gambar %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Drawing Template"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"spreadsheet\n"
"LngText.text"
-msgid "%PRODUCTNAME Spreadsheet"
-msgstr "Lembar Kerja %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Spreadsheet"
+msgstr ""
#: documents.ulf
msgctxt ""
"documents.ulf\n"
"spreadsheet-template\n"
"LngText.text"
-msgid "%PRODUCTNAME Spreadsheet Template"
-msgstr "Palet Lembar Kerja %PRODUCTNAME"
+msgid "OpenOffice.org 1.0 Spreadsheet Template"
+msgstr ""
#: documents.ulf
msgctxt ""
e-4-4-6'>libreoffice-4-4-6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/AGroups.cxx
AgeCommit message (Collapse)Author
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin
Change-Id: Ibe5e87a1ef1bdc11451e8fe240d017f1ef60dfe6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145556 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
The header got some changes: 1. Move UnoTunnelIdInit and isUnoTunnelId into 'comphelper' namespace 2. Rename UnoTunnelIdInit to UnoIdInit, as a precondition to replace of uses of OImplementationId with it, including in XTypeProvider 3. Introduce convenience functions 'getSomething_cast' to cast between sal_Int64 and object pointers uniformly. 4. Rename getUnoTunnelImplementation to getFromUnoTunnel, both to make it a bit shorter, and to reflect its function better. Templatize it to take also css::uno::Any for convenience. 5. Introduce getSomethingImpl, inspired by sw::UnoTunnelImpl; allow it handle cases both with and without fallback to parent. 6. Adjust UNO3_GETIMPLEMENTATION_* macros TODO (in separate commits): - Drop sw::UnoTunnelImpl and sw::UnoTunnelGetImplementation - Replace all uses of OImplementationId in core with UnoIdInit - Deprecate OImplementationId in <cppuhelper/typeprovider.hxx> - Change implementations of getSomething to use getSomethingImpl - Revise uses of getSomething to use getFromUnoTunnel Change-Id: If4a3cb024130f1f552f988f0479589da1cd066e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122022 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-09-07tdf#39593 drop comphelper::getImplementationArkadiy Illarionov
Replace with comphelper::getUnoTunnelImplementation. Change-Id: I96277aa9c17532ea6e2781dbc3305b2dbaa4e5c2 Reviewed-on: https://gerrit.libreoffice.org/78733 Tested-by: Jenkins Reviewed-by: Arkadiy Illarionov <qarkai@gmail.com>
2019-06-24tdf#39593 Change comphelper::getImplementation signatureArkadiy Illarionov
To merge with comphelper::getUnoTunnelImplementation Change-Id: I976d768d7fb159d50fa90e27ec36f2bea91ea2cb Reviewed-on: https://gerrit.libreoffice.org/74542 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-10-27loplugin:includeform: connectivity (Windows)Stephan Bergmann
Change-Id: I27b865cbb79c9ed9c1b5af9f0666450778ae8335
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-01-26Remove dynamic exception specificationsStephan Bergmann
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-10-16clang-cl loplugin: connectivityStephan Bergmann
Change-Id: I025cf2ad63f08bb58d54983982d7a116fac0ffea Reviewed-on: https://gerrit.libreoffice.org/29874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-02-09Remove excess newlinesChris Sherlock
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-06-04connectivity: fix includesThomas Arnhold
Change-Id: I5d5dc6871789865189c78fe9135e7f8bff829489
2014-03-14comphelper,connectivity: prefer passing OUString by referenceNoel Grandin
Change-Id: I19b2613918ec62ee39bb3e447f3587c5dba1e36a
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>