aboutsummaryrefslogtreecommitdiff
path: root/source/ro/sc
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-11-13 15:04:35 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-11-13 15:20:14 +0100
commit6d4072204c5fc8d17f52a11ac01b23eba65a20f5 (patch)
tree43a3d66e8a01967b8ffe67bb4e4905022b64a96a /source/ro/sc
parent6fe1c4735a93b1c82e282b75560fed47e85f2042 (diff)
update translations for 6.4.0 Beta1 libreoffice-6-4-branch-point
and force-fix errors using pocheck Change-Id: Ibdda3a07311750204fbd7bf07294c5217b8e9f49
Diffstat (limited to 'source/ro/sc')
-rw-r--r--source/ro/sc/messages.po29
1 files changed, 14 insertions, 15 deletions
diff --git a/source/ro/sc/messages.po b/source/ro/sc/messages.po
index 16dae500963..d68fd761767 100644
--- a/source/ro/sc/messages.po
+++ b/source/ro/sc/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: 2019-11-05 14:28+0100\n"
+"POT-Creation-Date: 2019-11-13 13:47+0100\n"
"PO-Revision-Date: 2018-11-12 12:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -14023,18 +14023,17 @@ msgctxt "SC_OPCODE_H_LOOKUP"
msgid "The row index in the array."
msgstr "Indexul liniei din matrice."
-#. j7RB6
+#. vFGhz
#: sc/inc/scfuncs.hrc:3361
-#, fuzzy
msgctxt "SC_OPCODE_H_LOOKUP"
-msgid "Sorted"
-msgstr "sortat"
+msgid "Sorted range lookup"
+msgstr ""
-#. v7STG
+#. R7eTu
#: sc/inc/scfuncs.hrc:3362
msgctxt "SC_OPCODE_H_LOOKUP"
-msgid "If the value is TRUE or not given, the search row of the array must be sorted in ascending order."
-msgstr "Dacă valoarea este TRUE sau nu este dată, linia de căutare din matrice trebuie sortată crescător."
+msgid "If the value is TRUE or not given, the search row of the array represents a series of ranges, and must be sorted in ascending order."
+msgstr ""
#. Qid6E
#: sc/inc/scfuncs.hrc:3368
@@ -14079,17 +14078,17 @@ msgctxt "SC_OPCODE_V_LOOKUP"
msgid "Column index number in the array."
msgstr "Numărul indicelui coloanei din matrice."
-#. DJzqt
+#. caFNm
#: sc/inc/scfuncs.hrc:3375
msgctxt "SC_OPCODE_V_LOOKUP"
-msgid "Sort order"
-msgstr "Ordine sortare"
+msgid "Sorted range lookup"
+msgstr ""
-#. UNH9A
+#. uepSw
#: sc/inc/scfuncs.hrc:3376
msgctxt "SC_OPCODE_V_LOOKUP"
-msgid "If the value is TRUE or not given, the search column of the array must be sorted in ascending order."
-msgstr "Dacă valoarea este ADEVĂRAT sau nu este dată, coloana de căutare a matricei trebuie sortată crescător."
+msgid "If the value is TRUE or not given, the search column of the array represents a series of ranges, and must be sorted in ascending order."
+msgstr ""
#. KZapz
#: sc/inc/scfuncs.hrc:3382
@@ -21357,7 +21356,7 @@ msgid "Ne_xt Record"
msgstr "_Următoarea înregistrare"
#. xGUSZ
-#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:108
+#: sc/uiconfig/scalc/ui/dataproviderdlg.ui:111
msgctxt "dataproviderdlg|db_name"
msgid "Database Range: "
msgstr ""
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/controller/itemsetwrapper/StatisticsItemConverter.cxx
AgeCommit message (Expand)Author
2024-05-07loplugin:ostr in chart2Noel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-13clang-tidy modernize-pass-by-value in chart2Noel Grandin
2022-04-23Recheck module chart2 with IWYUGabor Kelemen
2022-02-28use SfxItemSet::GetItemIfSet in chart2Noel Grandin
2022-02-01use more concrete types in chart2, RegressionCurveModelNoel Grandin
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin
2022-01-21use more concrete types in chart2, ChartModelNoel Grandin
2021-07-15use WhichRangesContainer in chart2Noel Grandin
2021-02-22[API CHANGE] tdf#133423 Implement chart:regression-moving-typeSamuel Mehrbrodt
2020-10-01loplugin:reducevarscope in canvas,chart2Noel
2020-01-14clang-tidy modernize-concat-nested-namespace in chart2Noel Grandin
2018-12-14tdf#42949 Fix IWYU warnings in chart2/source/controller/*/cxx (1)Gabor Kelemen
2018-08-28tdf#42949 Fix IWYU warnings in chart2/source/inc/[l-z]*Gabor Kelemen
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2017-12-20convert chart2 to TypedWhichIdNoel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: chart2Stephan Bergmann