aboutsummaryrefslogtreecommitdiff
path: root/source/kok/dbaccess/messages.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/kok/dbaccess/messages.po')
-rw-r--r--source/kok/dbaccess/messages.po16
1 files changed, 9 insertions, 7 deletions
diff --git a/source/kok/dbaccess/messages.po b/source/kok/dbaccess/messages.po
index b3e1b3e241e..d60518dfdc7 100644
--- a/source/kok/dbaccess/messages.po
+++ b/source/kok/dbaccess/messages.po
@@ -3,15 +3,17 @@ 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: 2018-11-05 17:38+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2018-12-17 16:28+0100\n"
+"PO-Revision-Date: 2018-04-24 10:55+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: kok\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"
+"X-POOTLE-MTIME: 1524567346.000000\n"
#: dbaccess/inc/query.hrc:26
#, fuzzy
@@ -2381,7 +2383,7 @@ msgctxt "advancedsettingsdialog|special"
msgid "Special Settings"
msgstr ""
-#: dbaccess/uiconfig/ui/applycolpage.ui:162
+#: dbaccess/uiconfig/ui/applycolpage.ui:164
#, fuzzy
msgctxt "applycolpage|label1"
msgid "Existing Columns"
@@ -2488,19 +2490,19 @@ msgctxt "collectionviewdialog|ok"
msgid "_Save"
msgstr "जतनाय करात"
-#: dbaccess/uiconfig/ui/collectionviewdialog.ui:116
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:115
#, fuzzy
msgctxt "collectionviewdialog|newFolderButton|tooltip_text"
msgid "Create New Directory"
msgstr "नवी निदेशिका तयार करात"
-#: dbaccess/uiconfig/ui/collectionviewdialog.ui:131
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:130
#, fuzzy
msgctxt "collectionviewdialog|upButton|tooltip_text"
msgid "Up One Level"
msgstr "एक पातळी वयर"
-#: dbaccess/uiconfig/ui/collectionviewdialog.ui:172
+#: dbaccess/uiconfig/ui/collectionviewdialog.ui:171
#, fuzzy
msgctxt "collectionviewdialog|fileNameLabel"
msgid "File _name:"
0'>libreoffice-25-2-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_uicalc.mk
AgeCommit message (Collapse)Author
2022-11-16CppunitTest_sc_uicalc: inherit from ScModelTestBaseXisco Fauli
so createScDoc handles the dispose of new documents saveAndClose can go now Change-Id: I7f88ef6ff9aaece72461489a31b0ef456ce5e170 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142781 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-10-26More CppunitTests need the ASan hackStephan Bergmann
...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes picking up instdir/program/libnspr4.so", after Xisco's recent CppunitTest clean- up Change-Id: Ia47e770a439af3476f81f8c28f2527bbf144baa4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141890 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-10-20CppunitTest_sc_uicalc: inherit from CalcUnoApiTestXisco Fauli
so we can get rid of duplicated code in follow-up commits Change-Id: Ibfe0c25ac9aaabb20ae28008e6156f80122bc898 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141564 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2022-06-10tdf#149503: Check size of vectorsXisco Fauli
Crash introduced by 41f95c4a35a6335e9edb2f51c11d136d88bd0749 "Remove SC_DPOUT_MAXLEVELS limit in Pivot" This brings back the old behaviour and now the "You cannot change this part of the pivot table." message is displayed again Change-Id: Ibad84c0a279d7d67b709b7e311ac875739cdb210 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135578 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2021-07-14tdf#123752, tdf#138432: sc_uicalc: Add unittestXisco Fauli
Change-Id: I9f40ab9198b52fdf3d402543d33c3043d6f45b53 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118789 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-02-03tdf#100582: sc_uicalc: Add unittestXisco Fauli
Change-Id: Icad48707d4806cb1fbc2de160059c199fceeda78 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110334 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-22tdf#130614, tdf#108887: sc_uicalc: Add unittestXisco Fauli
Change-Id: Ib0e7e1656dfb631e6cc8a897d376c783455483d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109817 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-01-21tdf#120660: sc: Move UItest to CppUnitTestXisco Fauli
Change-Id: I80f95d4a76250a39ccb3942e63e93ef4cb4c51d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109723 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>