Bump version to 5.0-14
[LibreOffice.git] / scaddins / source / datefunc / datefunc.src
blob17a64b19f24399506d8f4fe3cccede6bdf9b32cd
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "datefunc.hrc"
22 Resource RID_DATE_FUNCTION_DESCRIPTIONS
24     Resource DATE_FUNCDESC_DiffWeeks
25     {
26         String 1    // description              DiffWeeks
27         {
28             Text [ en-US ] = "Calculates the number of weeks in a specific period";
29         };
30         String 2 // name of parameter 1         DiffWeeks
31         {
32             Text [ en-US ] = "Start date";
33         };
34         String 3 // description of parameter 1  DiffWeeks
35         {
36             Text [ en-US ] = "First day of the period";
37         };
38         String 4 // name of parameter 2         DiffWeeks
39         {
40             Text [ en-US ] = "End date";
41         };
42         String 5 // description of parameter 2  DiffWeeks
43         {
44             Text [ en-US ] = "Last day of the period";
45         };
46         String 6 // name of parameter 3         DiffWeeks
47         {
48             Text [ en-US ] = "Type";
49         };
50         String 7 // description of parameter 3  DiffWeeks
51         {
52             Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks.";
53         };
54     };
56     Resource DATE_FUNCDESC_DiffMonths
57     {
58         String 1    // description              DiffMonths
59         {
60             Text [ en-US ] = "Determines the number of months in a specific period.";
61         };
62         String 2 // name of parameter 1         DiffMonths
63         {
64             Text [ en-US ] = "Start date";
65         };
66         String 3 // description of parameter 1  DiffMonths
67         {
68             Text [ en-US ] = "First day of the period.";
69         };
70         String 4 // name of parameter 2         DiffMonths
71         {
72             Text [ en-US ] = "End date";
73         };
74         String 5 // description of parameter 2  DiffMonths
75         {
76             Text [ en-US ] = "Last day of the period.";
77         };
78         String 6 // name of parameter 3         DiffMonths
79         {
80             Text [ en-US ] = "Type";
81         };
82         String 7 // description of parameter 3  DiffMonths
83         {
84             Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar months.";
85         };
86     };
88     Resource DATE_FUNCDESC_DiffYears
89     {
90         String 1    // description              DiffYears
91         {
92             Text [ en-US ] = "Calculates the number of years in a specific period.";
93         };
94         String 2 // name of parameter 1         DiffYears
95         {
96             Text [ en-US ] = "Start date";
97         };
98         String 3 // description of parameter 1  DiffYears
99         {
100             Text [ en-US ] = "First day of the period";
101         };
102         String 4 // name of parameter 2         DiffYears
103         {
104             Text [ en-US ] = "End date";
105         };
106         String 5 // description of parameter 2  DiffYears
107         {
108             Text [ en-US ] = "Last day of the period";
109         };
110         String 6 // name of parameter 3         DiffYears
111         {
112             Text [ en-US ] = "Type";
113         };
114         String 7 // description of parameter 3  DiffYears
115         {
116             Text [ en-US ] = "Type of calculation: Type=0 means the time interval, Type=1 means calendar years.";
117         };
118     };
120     Resource DATE_FUNCDESC_IsLeapYear
121     {
122         String 1    // description              IsLeapYear
123         {
124             Text [ en-US ] = "Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE).";
125         };
126         String 2 // name of parameter 1         IsLeapYear
127         {
128             Text [ en-US ] = "Date";
129         };
130         String 3 // description of parameter 1  IsLeapYear
131         {
132             Text [ en-US ] = "Any day in the desired year";
133         };
134     };
136     Resource DATE_FUNCDESC_DaysInMonth
137     {
138         String 1    // description              DaysInMonth
139         {
140             Text [ en-US ] = "Returns the number of days of the month in which the date entered occurs";
141         };
142         String 2 // name of parameter 1         DaysInMonth
143         {
144             Text [ en-US ] = "Date";
145         };
146         String 3 // description of parameter 1  DaysInMonth
147         {
148             Text [ en-US ] = "Any day in the desired month";
149         };
150     };
152     Resource DATE_FUNCDESC_DaysInYear
153     {
154         String 1    // description              DaysInYear
155         {
156             Text [ en-US ] = "Returns the number of days of the year in which the date entered occurs.";
157         };
158         String 2 // name of parameter 1         DaysInYear
159         {
160             Text [ en-US ] = "Date";
161         };
162         String 3 // description of parameter 1  DaysInYear
163         {
164             Text [ en-US ] = "Any day in the desired year";
165         };
166     };
168     Resource DATE_FUNCDESC_WeeksInYear
169     {
170         String 1    // description              WeeksInYear
171         {
172             Text [ en-US ] = "Returns the number of weeks of the year in which the date entered occurs";
173         };
174         String 2 // name of parameter 1         WeeksInYear
175         {
176             Text [ en-US ] = "Date";
177         };
178         String 3 // description of parameter 1  WeeksInYear
179         {
180             Text [ en-US ] = "Any day in the desired year";
181         };
182     };
184     Resource DATE_FUNCDESC_Rot13
185     {
186         String 1    // description              Rot13
187         {
188             Text [ en-US ] = "Encrypts or decrypts a text using the ROT13 algorithm";
189         };
190         String 2 // name of parameter 1         Rot13
191         {
192             Text [ en-US ] = "Text";
193         };
194         String 3 // description of parameter 1  Rot13
195         {
196             Text [ en-US ] = "Text to be encrypted or text already encrypted";
197         };
198     };
201 Resource RID_DATE_FUNCTION_NAMES
203     String DATE_FUNCNAME_DiffWeeks
204     {
205         Text [ en-US ] = "WEEKS";
206     };
207     String DATE_FUNCNAME_DiffMonths
208     {
209         Text [ en-US ] = "MONTHS";
210     };
211     String DATE_FUNCNAME_DiffYears
212     {
213         Text [ en-US ] = "YEARS";
214     };
215     String DATE_FUNCNAME_IsLeapYear
216     {
217         Text [ en-US ] = "ISLEAPYEAR";
218     };
219     String DATE_FUNCNAME_DaysInMonth
220     {
221         Text [ en-US ] = "DAYSINMONTH";
222     };
223     String DATE_FUNCNAME_DaysInYear
224     {
225         Text [ en-US ] = "DAYSINYEAR";
226     };
227     String DATE_FUNCNAME_WeeksInYear
228     {
229         Text [ en-US ] = "WEEKSINYEAR";
230     };
231     String DATE_FUNCNAME_Rot13
232     {
233         Text [ en-US ] = "ROT13";
234     };
237 Resource RID_DATE_DEFFUNCTION_NAMES
240     StringArray DATE_DEFFUNCNAME_DiffWeeks
241     {
242         ItemList =
243         {
244             < "WOCHEN"; >;
245             < "WEEKS"; >;
246         };
247     };
248     StringArray DATE_DEFFUNCNAME_DiffMonths
249     {
250         ItemList =
251         {
252             < "MONATE"; >;
253             < "MONTHS"; >;
254         };
255     };
256     StringArray DATE_DEFFUNCNAME_DiffYears
257     {
258         ItemList =
259         {
260             < "JAHRE"; >;
261             < "YEARS"; >;
262         };
263     };
264     StringArray DATE_DEFFUNCNAME_IsLeapYear
265     {
266         ItemList =
267         {
268             < "ISTSCHALTJAHR"; >;
269             < "ISLEAPYEAR"; >;
270         };
271     };
272     StringArray DATE_DEFFUNCNAME_DaysInMonth
273     {
274         ItemList =
275         {
276             < "TAGEIMMONAT"; >;
277             < "DAYSINMONTH"; >;
278         };
279     };
280     StringArray DATE_DEFFUNCNAME_DaysInYear
281     {
282         ItemList =
283         {
284             < "TAGEIMJAHR"; >;
285             < "DAYSINYEAR"; >;
286         };
287     };
288     StringArray DATE_DEFFUNCNAME_WeeksInYear
289     {
290         ItemList =
291         {
292             < "WOCHENIMJAHR"; >;
293             < "WEEKSINYEAR"; >;
294         };
295     };
296     StringArray DATE_DEFFUNCNAME_Rot13
297     {
298         ItemList =
299         {
300             < "ROT13"; >;
301             < "ROT13"; >;
302         };
303     };
306 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */