aboutsummaryrefslogtreecommitdiff
path: root/source/ko/scaddins
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-12-12 08:24:58 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-12-12 08:24:58 +0100
commit28cfef34df86f518e0d03f4d2fd18bfe2916d982 (patch)
tree2fdf8b8705677bd35ec686f056215dfe8faf38db /source/ko/scaddins
parentb85b85920affd876a1246f26569a0ed2664e5ce2 (diff)
resurrect some translated strings via compendium
Change-Id: Id82cede546542d3baba7fba0a89cd5932eeb00b4
Diffstat (limited to 'source/ko/scaddins')
-rw-r--r--source/ko/scaddins/messages.po12
1 files changed, 8 insertions, 4 deletions
diff --git a/source/ko/scaddins/messages.po b/source/ko/scaddins/messages.po
index 9b33e570806..62855bd5d9a 100644
--- a/source/ko/scaddins/messages.po
+++ b/source/ko/scaddins/messages.po
@@ -1077,9 +1077,10 @@ msgid "Returns the product of several complex numbers"
msgstr "일부 복소수의 곱을 구합니다."
#: analysis.hrc:430 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:432
+#, fuzzy
msgctxt "ANALYSIS_Improduct"
msgid "Complex number"
-msgstr ""
+msgstr "복소수"
#: analysis.hrc:431
msgctxt "ANALYSIS_Improduct"
@@ -1127,14 +1128,16 @@ msgid "Returns the difference of two complex numbers"
msgstr "두 복소수 간의 차를 구합니다."
#: analysis.hrc:453 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:454
+#, fuzzy
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 1"
-msgstr ""
+msgstr "복소수"
#: analysis.hrc:455 /home/cl/vc/git/libo-core/scaddins/inc/analysis.hrc:456
+#, fuzzy
msgctxt "ANALYSIS_Imsub"
msgid "Complex number 2"
-msgstr ""
+msgstr "복소수"
#: analysis.hrc:461
msgctxt "ANALYSIS_Imsqrt"
@@ -3837,9 +3840,10 @@ msgid "Annual volatility of the underlying asset"
msgstr "기본 자산의 연간 변동성"
#: pricing.hrc:91
+#, fuzzy
msgctxt "PRICING_FUNCDESC_OptProbHit"
msgid "drift"
-msgstr ""
+msgstr "드리프트"
#: pricing.hrc:92
msgctxt "PRICING_FUNCDESC_OptProbHit"
e='libreoffice-3-5-3'>libreoffice-3-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/testtools/source/performance
AgeCommit message (Expand)Author
2019-12-23sal_Char->char in test..testtoolsNoel Grandin
2019-08-20Fix typosAndrea Gelmini
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-30Fix typo in codeAndrea Gelmini
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-16Fix typosAndrea Gelmini
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2016-07-04typo: emtpy → emptyChristian Lohmaier
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-09Remove excess newlinesChris Sherlock
2015-11-09com::sun::star->css in testtools/Noel Grandin
2015-09-09testtools: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-02-27Remove visual noise from testtoolsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold