aboutsummaryrefslogtreecommitdiff
path: root/source/ro/chart2/uiconfig/ui.po
blob: eca59bf70caadddb9c3599f9cc9f132b95d22934 (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: ro\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 ""
fice-4-0-0'>libreoffice-4-0-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idl/Module_idl.mk
AgeCommit message (Collapse)Author
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan
Now we build only what we really need for 'build' platform - there is new build-tools make target. The list of tools is in solenv/gbuild/extensions/pre_BuildTools.mk. Also similar is done to some extent for 'host' platform using gb_Module_add_targets_for_build which is ignored for 'host'. Change-Id: I6acd1762b16aca366aac1a0688500f27869cfca2
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-01-27No thanks for non-desktop OSesTor Lillqvist
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe