aboutsummaryrefslogtreecommitdiff
path: root/source/ca/setup_native
diff options
context:
space:
mode:
Diffstat (limited to 'source/ca/setup_native')
-rw-r--r--source/ca/setup_native/source/mac.po16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/ca/setup_native/source/mac.po b/source/ca/setup_native/source/mac.po
index 98dd8055649..7d0df974968 100644
--- a/source/ca/setup_native/source/mac.po
+++ b/source/ca/setup_native/source/mac.po
@@ -4,16 +4,16 @@ 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: 2019-07-11 18:38+0200\n"
-"PO-Revision-Date: 2019-12-06 10:28+0000\n"
-"Last-Translator: Joan Montané <joan@montane.cat>\n"
-"Language-Team: Catalan <https://vm137.documentfoundation.org/projects/libo_ui-master/setup_nativesourcemac/ca/>\n"
+"PO-Revision-Date: 2022-07-04 16:15+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <fito@libreoffice.org>\n"
+"Language-Team: Catalan <https://translations.documentfoundation.org/projects/libo_ui-master/setup_nativesourcemac/ca/>\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-Accelerator-Marker: ~\n"
-"X-Generator: Weblate 3.8\n"
+"X-Generator: Weblate 4.12.2\n"
"X-POOTLE-MTIME: 1516019742.000000\n"
#. HQKCW
@@ -77,7 +77,7 @@ msgctxt ""
"ChooseMyOwnText\n"
"LngText.text"
msgid "Not listed (choose location in an extra step)"
-msgstr "No llistada (trieu la ubicació en un pas addicional)"
+msgstr "Una altra (trieu la ubicació en un pas addicional)"
#. ey87A
#: macinstall.ulf
@@ -140,7 +140,7 @@ msgctxt ""
"StartInstallText1\n"
"LngText.text"
msgid "Click Install to start the installation"
-msgstr "Feu clic a Instal·la per iniciar la instal·lació"
+msgstr "Feu clic a Instal·la per a iniciar la instal·lació"
#. ikAwX
#: macinstall.ulf
@@ -176,7 +176,7 @@ msgctxt ""
"IdentifyYES\n"
"LngText.text"
msgid "Yes, identify"
-msgstr "Sí, identifiqueu-me"
+msgstr "Sí, identifica'm"
#. QdpWc
#: macinstall.ulf
@@ -212,7 +212,7 @@ msgctxt ""
"InstallCompleteText2\n"
"LngText.text"
msgid "Call '[PRODUCTNAME] - Preferences - Language Settings - Languages' to change the user interface language."
-msgstr "Aneu a «[PRODUCTNAME] ▸ Preferències ▸ Configuració de llengua ▸ Llengües» per a canviar la llengua de la interfície d'usuari."
+msgstr "Aneu a «[PRODUCTNAME] ▸ Preferències ▸ Paràmetres de la llengua ▸ Llengües» per a canviar la llengua de la interfície d'usuari."
#. kAZvs
#: macinstall.ulf
ue='libreoffice-3-5-0'>libreoffice-3-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xkeys.hxx
AgeCommit message (Collapse)Author
2022-06-13clang-tidy modernize-pass-by-value in connectivityNoel Grandin
Change-Id: I1f1b609254c7f8cfba14c248167f81b51684d8e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135727 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-23tdf#124176 Use pragma once in connectivityVincent LE GARREC
Change-Id: I4a57cd6dcbc180fe9a378d2713c687a66476ee79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111979 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2017-11-07loplugin:finalclasses in connectivityNoel Grandin
Change-Id: I0cd075efad83c0a8d6f05c91201a9aa86649590b Reviewed-on: https://gerrit.libreoffice.org/44386 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-06-20create comphelper::RefCountedMutexNoel Grandin
and merge the two existing implementations of the idea - SotMutexHolder from package and RefCountedMutex from connectivity Change-Id: I87f09f359ac798cf934381a2c75225dab71dd43e Reviewed-on: https://gerrit.libreoffice.org/38972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2016-05-30com::sun::star->css in connectivityNoel Grandin
Change-Id: I9489e92dc89a6d83a26ff4f0d9aad26acd28ad9f Reviewed-on: https://gerrit.libreoffice.org/25537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-18add missing vim modelinesCaolán McNamara
Change-Id: I72d565b77fad98e176e2f47368201ad1585aef3f