aboutsummaryrefslogtreecommitdiff
path: root/source/ro/starmath/source.po
diff options
context:
space:
mode:
Diffstat (limited to 'source/ro/starmath/source.po')
-rw-r--r--source/ro/starmath/source.po38
1 files changed, 4 insertions, 34 deletions
diff --git a/source/ro/starmath/source.po b/source/ro/starmath/source.po
index 44606b1e700..942e1f0167c 100644
--- a/source/ro/starmath/source.po
+++ b/source/ro/starmath/source.po
@@ -3,18 +3,15 @@ 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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-05-02 02:24+0000\n"
-"Last-Translator: Ákos Nagy <nagy.akos@libreoffice.ro>\n"
+"POT-Creation-Date: 2016-10-11 21:12+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2);;\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462155856.000000\n"
#: commands.src
msgctxt ""
@@ -3084,33 +3081,6 @@ msgstr "element"
msgctxt ""
"symbol.src\n"
"RID_UI_SYMBOL_NAMES\n"
-"noelement\n"
-"itemlist.text"
-msgid "noelement"
-msgstr "niciun element"
-
-#: symbol.src
-msgctxt ""
-"symbol.src\n"
-"RID_UI_SYMBOL_NAMES\n"
-"strictlylessthan\n"
-"itemlist.text"
-msgid "strictlylessthan"
-msgstr "mai mic strict ca"
-
-#: symbol.src
-msgctxt ""
-"symbol.src\n"
-"RID_UI_SYMBOL_NAMES\n"
-"strictlygreaterthan\n"
-"itemlist.text"
-msgid "strictlygreaterthan"
-msgstr "mai mare strict ca"
-
-#: symbol.src
-msgctxt ""
-"symbol.src\n"
-"RID_UI_SYMBOL_NAMES\n"
"notequal\n"
"itemlist.text"
msgid "notequal"
libreoffice-3-5-1'>libreoffice-3-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/ResultEvent.idl
tr>
AgeCommit message (Expand)Author
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2008-04-11INTEGRATION: CWS changefileheader (1.6.500); FILE MERGEDRüdiger Timm
parent5b9840955baa40b22fa31b8ecccecaa71d25ce94 (diff)
GSOC work week 5, some recent fixes
This week I've managed to fix the ListBox appearance. Also, I've modified the code: it gets the data on insert/remove/change, and gets updated only when the dot is pressed. This makes the data to be up-to-date. Next, I wrote a Split(OUString , char) function to do the nested reflection (It works, but it will need some tweaks later). Also, code generation is disabled for code completition (just a boolean value, maybe it could be done in a more "elegant" way, like the error supression). Change-Id: I43d250c0a065351950ac6424dcd88266d70bcef3