aboutsummaryrefslogtreecommitdiff
path: root/source/ve/chart2/uiconfig
diff options
context:
space:
mode:
Diffstat (limited to 'source/ve/chart2/uiconfig')
-rw-r--r--source/ve/chart2/uiconfig/ui.po132
1 files changed, 132 insertions, 0 deletions
diff --git a/source/ve/chart2/uiconfig/ui.po b/source/ve/chart2/uiconfig/ui.po
new file mode 100644
index 00000000000..cd54db784da
--- /dev/null
+++ b/source/ve/chart2/uiconfig/ui.po
@@ -0,0 +1,132 @@
+#. extracted from chart2/uiconfig/ui
+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: 2013-05-23 12:05+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: ve\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"SmoothLinesDialog\n"
+"title\n"
+"string.text"
+msgid "Smooth Lines"
+msgstr ""
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"TypeLabel\n"
+"label\n"
+"string.text"
+msgid "Line _Type:"
+msgstr ""
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"SplineTypeComboBox\n"
+"0\n"
+"stringlist.text"
+msgid "Cubic spline"
+msgstr ""
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"SplineTypeComboBox\n"
+"1\n"
+"stringlist.text"
+msgid "B-spline"
+msgstr ""
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"ResolutionLabel\n"
+"label\n"
+"string.text"
+msgid "_Resolution:"
+msgstr ""
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"PolynomialsLabel\n"
+"label\n"
+"string.text"
+msgid "_Degree of polynomials:"
+msgstr ""
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"SplineTypeModel\n"
+"0\n"
+"stringlist.text"
+msgid "Cubic Spline"
+msgstr ""
+
+#: smoothlinesdlg.ui
+msgctxt ""
+"smoothlinesdlg.ui\n"
+"SplineTypeModel\n"
+"1\n"
+"stringlist.text"
+msgid "B-Spline"
+msgstr ""
+
+#: steppedlinesdlg.ui
+msgctxt ""
+"steppedlinesdlg.ui\n"
+"label1\n"
+"label\n"
+"string.text"
+msgid "Choose the type of stepping:"
+msgstr ""
+
+#: steppedlinesdlg.ui
+msgctxt ""
+"steppedlinesdlg.ui\n"
+"step_start_rb\n"
+"label\n"
+"string.text"
+msgid "_Start with horizontal line"
+msgstr ""
+
+#: steppedlinesdlg.ui
+msgctxt ""
+"steppedlinesdlg.ui\n"
+"step_center_x_rb\n"
+"label\n"
+"string.text"
+msgid "Step at the _horizontal mean"
+msgstr ""
+
+#: steppedlinesdlg.ui
+msgctxt ""
+"steppedlinesdlg.ui\n"
+"step_end_rb\n"
+"label\n"
+"string.text"
+msgid "_End with horizontal line"
+msgstr ""
+
+#: steppedlinesdlg.ui
+msgctxt ""
+"steppedlinesdlg.ui\n"
+"step_center_y_rb\n"
+"label\n"
+"string.text"
+msgid "Step to the _vertical mean"
+msgstr ""
1-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/configmgr/source/access.cxx
AgeCommit message (Expand)Author
2012-06-12re-base on ALv2 code.Michael Meeks
2011-12-17Fix for fdo43460 Part VIII getLength() to isEmpty()Olivier Hallot
2011-12-13Unified configmgr::Node::getMember{s,Map} again.Stephan Bergmann
2011-12-13Fix problem when compiling against a wrong colour version of the GNU STLTor Lillqvist
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann
2011-11-29Adapted to new assertion/logging mechanisms.Stephan Bergmann
2011-11-27remove include of pch header in configmgrNorbert Thiebaud