aboutsummaryrefslogtreecommitdiff
path: root/source/sid/chart2/uiconfig/ui.po
blob: 1b4126421af902e68feb2f309cd8cff9502c697e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
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: sid\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 ""
> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/io/source/stm/opipe.cxx
AgeCommit message (Expand)Author
2020-07-14io: create instances with uno constructorsNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): ioStephan Bergmann
2019-04-25tdf#42949 Fix IWYU warnings in io/Gabor Kelemen