aboutsummaryrefslogtreecommitdiff
path: root/source/uk/formula
diff options
context:
space:
mode:
Diffstat (limited to 'source/uk/formula')
-rw-r--r--source/uk/formula/source/core/resource.po20
1 files changed, 19 insertions, 1 deletions
diff --git a/source/uk/formula/source/core/resource.po b/source/uk/formula/source/core/resource.po
index 61e66ea897e..0e2a5273c1f 100644
--- a/source/uk/formula/source/core/resource.po
+++ b/source/uk/formula/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2012-12-26 11:14+0100\n"
+"POT-Creation-Date: 2013-01-14 16:51+0100\n"
"PO-Revision-Date: 2012-03-15 23:49+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -28,6 +28,24 @@ msgstr ""
msgctxt ""
"core_resource.src\n"
"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IF_ERROR\n"
+"string.text"
+msgid "IFERROR"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_IF_NA\n"
+"string.text"
+msgid "IFNA"
+msgstr ""
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
"SC_OPCODE_CHOSE\n"
"string.text"
msgid "CHOOSE"
/option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/rtl/alloc.h
AgeCommit message (Expand)Author
2018-08-02Revert rtl_alloc_preInit back to boolean argumentStephan Bergmann
2018-08-01Remove "officially dead now" rtl_cache slab allocator mechanismStephan Bergmann
2018-05-16[API CHANGE] Remove no longer working rtl_arena -> rtl_cache featureStephan Bergmann
2017-12-29Fix typosAndrea Gelmini
2017-12-28rtl: support start/stop threads around pre-initAshod Nakashian
2017-12-15sal: add pre-initialization scheme for allocations.Michael Meeks
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-10-17correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak
2015-04-10Update @since tags LO 4.5 -> 5.0Stephan Bergmann
2015-03-31V597: introduce a rtl_secureZeroMemoryCaolán McNamara