aboutsummaryrefslogtreecommitdiff
path: root/source/zu/fpicker/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/zu/fpicker/messages.po')
-rw-r--r--source/zu/fpicker/messages.po130
1 files changed, 65 insertions, 65 deletions
diff --git a/source/zu/fpicker/messages.po b/source/zu/fpicker/messages.po
index eed0c6c324b..1ccf9de1ed0 100644
--- a/source/zu/fpicker/messages.po
+++ b/source/zu/fpicker/messages.po
@@ -3,7 +3,7 @@ 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"
+"POT-Creation-Date: 2017-11-22 13:53+0100\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"
@@ -129,6 +129,70 @@ msgctxt "STR_FILEDLG_SAVE"
msgid "Save"
msgstr ""
+#: strings.hrc:25
+msgctxt "STR_EXPLORERFILE_OPEN"
+msgid "Open"
+msgstr "Vula"
+
+#: strings.hrc:26
+msgctxt "STR_EXPLORERFILE_SAVE"
+msgid "Save as"
+msgstr "Gcina njenge"
+
+#: strings.hrc:27
+msgctxt "STR_EXPLORERFILE_BUTTONSAVE"
+msgid "~Save"
+msgstr "~Gcina"
+
+#: strings.hrc:28
+msgctxt "STR_PATHNAME"
+msgid "~Path:"
+msgstr "~Indlela:"
+
+#: strings.hrc:29
+msgctxt "STR_PATHSELECT"
+msgid "Select path"
+msgstr "Khetha indlela"
+
+#: strings.hrc:30
+msgctxt "STR_BUTTONSELECT"
+msgid "~Select"
+msgstr "~Khetha"
+
+#: strings.hrc:31
+msgctxt "STR_PREVIEW"
+msgid "File Preview"
+msgstr "Vala Umbukiso Wangaphambili"
+
+#: strings.hrc:32
+msgctxt "STR_DEFAULT_DIRECTORY"
+msgid "My Documents"
+msgstr "Ushicilelo Lwami"
+
+#: strings.hrc:33
+msgctxt "STR_PLACES_TITLE"
+msgid "Places"
+msgstr ""
+
+#: strings.hrc:34
+msgctxt "RID_FILEOPEN_NOTEXISTENTFILE"
+msgid ""
+"The file $name$ does not exist.\n"
+"Make sure you have entered the correct file name."
+msgstr ""
+
+#: strings.hrc:35
+msgctxt "STR_SVT_NEW_FOLDER"
+msgid "Folder"
+msgstr "Isigcini samafayela"
+
+#: strings.hrc:36
+msgctxt "STR_SVT_NOREMOVABLEDEVICE"
+msgid ""
+"No removable storage device detected.\n"
+"Make sure it is plugged in properly and try again."
+msgstr ""
+
#: explorerfiledialog.ui:72
msgctxt "explorerfiledialog|connect_to_server"
msgid "Servers..."
@@ -258,67 +322,3 @@ msgstr ""
msgctxt "remotefilesdialog|change_password"
msgid "_Change password"
msgstr ""
-
-#: strings.hrc:25
-msgctxt "STR_EXPLORERFILE_OPEN"
-msgid "Open"
-msgstr "Vula"
-
-#: strings.hrc:26
-msgctxt "STR_EXPLORERFILE_SAVE"
-msgid "Save as"
-msgstr "Gcina njenge"
-
-#: strings.hrc:27
-msgctxt "STR_EXPLORERFILE_BUTTONSAVE"
-msgid "~Save"
-msgstr "~Gcina"
-
-#: strings.hrc:28
-msgctxt "STR_PATHNAME"
-msgid "~Path:"
-msgstr "~Indlela:"
-
-#: strings.hrc:29
-msgctxt "STR_PATHSELECT"
-msgid "Select path"
-msgstr "Khetha indlela"
-
-#: strings.hrc:30
-msgctxt "STR_BUTTONSELECT"
-msgid "~Select"
-msgstr "~Khetha"
-
-#: strings.hrc:31
-msgctxt "STR_PREVIEW"
-msgid "File Preview"
-msgstr "Vala Umbukiso Wangaphambili"
-
-#: strings.hrc:32
-msgctxt "STR_DEFAULT_DIRECTORY"
-msgid "My Documents"
-msgstr "Ushicilelo Lwami"
-
-#: strings.hrc:33
-msgctxt "STR_PLACES_TITLE"
-msgid "Places"
-msgstr ""
-
-#: strings.hrc:34
-msgctxt "RID_FILEOPEN_NOTEXISTENTFILE"
-msgid ""
-"The file $name$ does not exist.\n"
-"Make sure you have entered the correct file name."
-msgstr ""
-
-#: strings.hrc:35
-msgctxt "STR_SVT_NEW_FOLDER"
-msgid "Folder"
-msgstr "Isigcini samafayela"
-
-#: strings.hrc:36
-msgctxt "STR_SVT_NOREMOVABLEDEVICE"
-msgid ""
-"No removable storage device detected.\n"
-"Make sure it is plugged in properly and try again."
-msgstr ""
ibreoffice-4-4-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/postgresql/pq_xkey.hxx
AgeCommit message (Collapse)Author
2024-09-12use more concrete UNO classes in connectivityNoel Grandin
Change-Id: I5c70278add0aa0b0c4a7680c6615b75b688f2180 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173247 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
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-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
Change-Id: I076f16d0536b534abf0ced4d76051eadb4c0e033 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114949 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
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-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-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-12-23loplugin:unusedfields in connectivityNoel Grandin
Change-Id: I32226b6959b2bfd316de6ed93b070b68ad875562
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-09-03tdf#88462 connectivity convert manual XInterfaceDaniel Robertson
Convert postgresql driver ReflectionBase manual XInterface implementation to use ::cppu::WeakComponentImplHelper. Change-Id: I738bd7df33de9c0fe0e3242eb5a4fab6a8dcb3f0 Reviewed-on: https://gerrit.libreoffice.org/18207 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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