aboutsummaryrefslogtreecommitdiff
path: root/source/rw/chart2
diff options
context:
space:
mode:
Diffstat (limited to 'source/rw/chart2')
-rw-r--r--source/rw/chart2/messages.po16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/rw/chart2/messages.po b/source/rw/chart2/messages.po
index c4252b3a430..8bfb2e76ef3 100644
--- a/source/rw/chart2/messages.po
+++ b/source/rw/chart2/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: 2018-07-19 13:30+0200\n"
+"POT-Creation-Date: 2018-10-02 17:56+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"
@@ -879,17 +879,17 @@ msgctxt "chardialog|CharDialog"
msgid "Character"
msgstr "Inyuguti"
-#: chart2/uiconfig/ui/chardialog.ui:105
+#: chart2/uiconfig/ui/chardialog.ui:134
msgctxt "chardialog|font"
msgid "Font"
msgstr "Imyandikire"
-#: chart2/uiconfig/ui/chardialog.ui:127
+#: chart2/uiconfig/ui/chardialog.ui:180
msgctxt "chardialog|fonteffects"
msgid "Font Effects"
msgstr "Imyitwarire y'imyandikire"
-#: chart2/uiconfig/ui/chardialog.ui:150
+#: chart2/uiconfig/ui/chardialog.ui:227
msgctxt "chardialog|position"
msgid "Position"
msgstr "Ahantu"
@@ -1450,23 +1450,23 @@ msgctxt "paradialog|ParagraphDialog"
msgid "Paragraph"
msgstr "Igika"
-#: chart2/uiconfig/ui/paradialog.ui:105
+#: chart2/uiconfig/ui/paradialog.ui:134
msgctxt "paradialog|labelTP_PARA_STD"
msgid "Indents & Spacing"
msgstr ""
-#: chart2/uiconfig/ui/paradialog.ui:127
+#: chart2/uiconfig/ui/paradialog.ui:180
msgctxt "paradialog|labelTP_PARA_ALIGN"
msgid "Alignment"
msgstr "Itunganya"
-#: chart2/uiconfig/ui/paradialog.ui:151
+#: chart2/uiconfig/ui/paradialog.ui:228
#, fuzzy
msgctxt "paradialog|labelTP_PARA_ASIAN"
msgid "Asian Typography"
msgstr "Uburyo bw'icapa nyaziya"
-#: chart2/uiconfig/ui/paradialog.ui:174
+#: chart2/uiconfig/ui/paradialog.ui:275
msgctxt "paradialog|labelTP_TABULATOR"
msgid "Tabs"
msgstr ""
'libreoffice-24-8-0'>libreoffice-24-8-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2017-03-08starmath: Drop unused RIDsTakeshi Abe
2017-03-08starmath: Return the expression node from DoExpression()Takeshi Abe
2017-03-07starmath: Avoid creating SmFontNode with a default tokenTakeshi Abe
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-06starmath: Push next token to escape only in a valid caseTakeshi Abe
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-03starmath: Replace SmParseError::FuncExpected with assertionTakeshi Abe
2017-03-02starmath: Drop SmParseError::UnoperExpectedTakeshi Abe
2017-03-01move SvtLinguOptions into SmDocShellCaolán McNamara
2017-03-01fix indentCaolán McNamara
2017-03-01unroll SmEditWindow::GetEditEngineItemPoolCaolán McNamara
2017-03-01GetEditEngineItemPool can be privateCaolán McNamara
2017-02-28new loplugin unoanyNoel Grandin
2017-02-28starmath: Add test cases for errors at parsingTakeshi Abe
2017-02-22Test whether SmEditWindow::SelNextMark() keeps cursor positionTakeshi Abe
2017-02-21tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe
2017-02-21loplugin:subtlezeroinit: starmathStephan Bergmann
2017-02-19starmath: Convert SmParseError to scoped enumTakeshi Abe
2017-02-16convert EditEngineAttribs to scoped enumNoel Grandin
2017-02-15convert SmBracketType to scoped enumNoel Grandin
2017-02-15starmath: Avoid unnecessary stack operations in parsingTakeshi Abe
2017-02-14starmath: This condition always holdsTakeshi Abe
2017-02-12Various typos on accessibleJulien Nabet
2017-02-11starmath: Make stricter assertion to prevent out of rangeTakeshi Abe
2017-02-10starmath: Kill redundant checkTakeshi Abe
2017-02-06Add missing #includesStephan Bergmann
2017-02-05.uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky
2017-02-03starmath: Prefix member of SmNodeToTextVisitorTakeshi Abe
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-02-02starmath: these functions are localTakeshi Abe
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-02-01starmath: Simplify and micro-optimize lookup in SmIsMathAlpha()Takeshi Abe
2017-01-31tdf#105571 Drop toolbar:helpid attribute from toolbar definitionsGabor Kelemen
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-30starmath: Make some functions private, instead of protected