aboutsummaryrefslogtreecommitdiff
path: root/source/cs/svx/inc.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/cs/svx/inc.po')
-rw-r--r--source/cs/svx/inc.po16
1 files changed, 12 insertions, 4 deletions
diff --git a/source/cs/svx/inc.po b/source/cs/svx/inc.po
index 7fddddfcc01..13548316da8 100644
--- a/source/cs/svx/inc.po
+++ b/source/cs/svx/inc.po
@@ -3,8 +3,8 @@ 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: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-21 10:42+0000\n"
+"POT-Creation-Date: 2015-05-11 16:12+0200\n"
+"PO-Revision-Date: 2015-05-16 20:36+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1419158556.000000\n"
+"X-POOTLE-MTIME: 1431808618.000000\n"
#: globlmn_tmpl.hrc
msgctxt ""
@@ -379,6 +379,14 @@ msgstr "Upravit externím nástrojem..."
#: globlmn_tmpl.hrc
msgctxt ""
"globlmn_tmpl.hrc\n"
+"ITEM_OBJECT_CROP\n"
+"#define.text"
+msgid "Crop I~mage"
+msgstr "Oří~znout obrázek"
+
+#: globlmn_tmpl.hrc
+msgctxt ""
+"globlmn_tmpl.hrc\n"
"ITEM_COMPRESS_GRAPHIC\n"
"#define.text"
msgid "Compress Image..."
ue='feature/window-iter'>feature/window-iter LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/inc/dbregister.hxx
AgeCommit message (Collapse)Author
2023-08-29tdf#49895: Add search functionality to Options dialogBayram Çiçek
- Search field added. - Dialog names of all treeview nodes with their parent names were included in searching. - Strings of labels, check buttons, radio buttons, toggle buttons, link buttons and buttons were included in searching. Change-Id: Idf67c160519402ee390d94b1b3135b56324f3990 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152519 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
2023-03-09tdf#114441 Convert sal_uLong to better integer typesArvind K
This patch replaces sal_uLong usages in cui directory. changed m_nOldCount in cui/source/inc/dbregister.hxx to size_t. m_nOldCount has been used in dbregister.cxx where it is initially assigned a value 0, later on it has been assigned the value returned by registration.size() which returns type size_t. Line 272 in cuigaldlg.cxx mrTakenList with type TokenList_impl is pushed back with variable nPos of type sal_Int32 hence changed TokenList_impl to store sal_Int32 types. Change-Id: Ie0ba284dc4592cc69a1ded2fe232d18aaec3c92a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148237 Tested-by: Hossein <hossein@libreoffice.org> Reviewed-by: Hossein <hossein@libreoffice.org>
2022-06-03clang-tidy modernize-pass-by-value in cuiNoel Grandin
Change-Id: If3d2717c22e33412f813673a93ccc56d23ab2fa5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135348 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
See tdf#42949 for motivation Change-Id: Iaebddd648c52c175da17d2a55a1e8de82c213f4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127330 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Ia0099ecd621f008e497260f26e5754d55d0f09aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102549 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara
Change-Id: I2bbfb1445b8d2e748f642cdf4723d41b7f072e2b Reviewed-on: https://gerrit.libreoffice.org/80305 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-26now drop TabPageParent intermediateCaolán McNamara
Change-Id: I47328f76342ac023628d9042bdfa8213a1c93d0c Reviewed-on: https://gerrit.libreoffice.org/79469 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
Now that there's no need to support weld/unwelded mixes of pages in dialog any more. inherit from a BuilderPage which contains a Builder and Toplevel container BuilderPage Activate and Deactivate replace TabPage ActivatePage and DeactivatePage, allowing disambiguation wrt SfxTabPage ActivatePage and DeactivatePage. Change-Id: I5706e50fd92f712a25328ee9791e054bb9ad9812 Reviewed-on: https://gerrit.libreoffice.org/79317 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>