aboutsummaryrefslogtreecommitdiff
path: root/source/ro/readlicense_oo/docs.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/ro/readlicense_oo/docs.po')
-rw-r--r--source/ro/readlicense_oo/docs.po7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/ro/readlicense_oo/docs.po b/source/ro/readlicense_oo/docs.po
index 099e4185996..5a65d115f66 100644
--- a/source/ro/readlicense_oo/docs.po
+++ b/source/ro/readlicense_oo/docs.po
@@ -4,7 +4,7 @@ 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: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2015-01-13 10:35+0000\n"
+"PO-Revision-Date: 2016-02-22 10:30+0000\n"
"Last-Translator: Ákos Nagy <nagy.akos@libreoffice.ro>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ro\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1421145353.000000\n"
+"X-POOTLE-MTIME: 1456137051.000000\n"
#: readme.xrm
msgctxt ""
@@ -585,13 +585,12 @@ msgid "Shortcut Keys"
msgstr "Taste rapide"
#: readme.xrm
-#, fuzzy
msgctxt ""
"readme.xrm\n"
"w32e1\n"
"readmeitem.text"
msgid "Only shortcut keys (key combinations) not used by the operating system can be used in ${PRODUCTNAME}. If a key combination in ${PRODUCTNAME} does not work as described in the ${PRODUCTNAME} Help, check if that shortcut is already used by the operating system. To rectify such conflicts, you can change the keys assigned by your operating system. Alternatively, you can change almost any key assignment in ${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} Help or the Help documentation of your operating system."
-msgstr "Doar tastele de comenzi rapide (combinații de taste) care nu sunt folosite de către sistemul de operare pot fi utilizate în ${PRODUCTNAME}.Dacă o combinație de taste în ${PRODUCTNAME} nu funcționează așa cum este descris în ajutorul ${PRODUCTNAME}, verificați dacă această comandă rapidă este deja utilizată de către sistemul de operare. Pentru a remedia astfel de conflicte, puteți schimba tastele atribuite de sistemul de operare. Alternativ, aveți posibilitatea să modificați aproape orice atribuire a tastei în ${PRODUCTNAME}. Pentru mai multe informații despre acest subiect, se referă la ajutor ${PRODUCTNAME} sau documentația ajutor al sistemului de operare."
+msgstr "Doar comenzile rapide (combinațiile de taste) care nu sunt folosite de către sistemul de operare pot fi utilizate în ${PRODUCTNAME}. Dacă o combinație de taste în ${PRODUCTNAME} nu funcționează așa cum este descris în ajutorul ${PRODUCTNAME}, verificați dacă această comandă rapidă este deja utilizată de către sistemul de operare. Pentru a remedia astfel de conflicte, puteți schimba tastele atribuite de sistemul de operare. Alternativ, aveți posibilitatea să modificați aproape orice atribuire a tastei în ${PRODUCTNAME}. Pentru mai multe informații despre acest subiect, consultați ajutorul ${PRODUCTNAME} sau documentația ajutor al sistemului de operare."
#: readme.xrm
msgctxt ""
3-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/items/srchitem.cxx
AgeCommit message (Collapse)Author
2024-03-07tdf#159862: set SearchWildcard to false changes SearchRegularExpression valueJulien Nabet
Like this since 2016 with 3a0abd3019ec3ca29b8f1378cdb32ebf741e6306 add SvxSearchItem::GetWildcard() SetWildcard() Change-Id: Id988a6e58488af6b1f274a318e9d1f52c7a8b169 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163876 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins (cherry picked from commit d05e863c69b5611964a4a2eb242ee9566cfb659e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163836 Reviewed-by: Eike Rathke <erack@redhat.com>
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svlStephan Bergmann
Change-Id: I31d46c2b75888474136ecd630fd3f817db189fb4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158223 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-06-28Simplify SvxSearchItem::PutValue a bitMike Kaganski
Change-Id: I2cbc5dce800b773e6c20cb3ea6f0e520a3f69db9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153688 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-06-28Drop i18nutil::SearchOptionsMike Kaganski
It was mostly unused by now, only remained in a couple of function arguments, where callers actually passed SearchOptions2, and where internally it was converted back to SearchOptions2. Change-Id: Ib188ec3bf0de6d1f70a04eb90fb3a577df8b3d98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153687 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2022-02-07tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth
REPLACE is really a replaceAndFind instead of a findAndReplace. Thus, when you changed your search parameter and did a replace, it replaced the previously searched for item, and then found the first instance of the new search parameter. That of course is just wrong. So make sure to verify that the previous search matches the current search competely. However, that doesn't mean that the entire searchItem matches, since we don't want to restart the search just because the replace parameter changed. In my testing, this wasn't an issue for REPLACE_ALL. So the only time we need to worry about the last search result is in a replace once situation. P.S. This commit exposed that mpSearchItem can point to a destructed SvxSearchItem, so this patches unit test will crash if the other 7.4 commit is missing. Change-Id: I7be14d64534018718145c6ac5f8629ff5f2e5611 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129385 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski
Change-Id: I6b71a075de5d5ac002dc48cd2bb21ff5bf5dd072 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124395 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>