fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / svx / source / dialog / svxbmpnumvalueset.src
blob93fb4f7b8335ee47aa116ea6a04fbf7ebbd54189
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 <svx/dialogs.hrc>
22 String RID_SVXSTR_BULLET_DESCRIPTION_0
24     Text [en-US] = "Solid small circular bullets";
26 String RID_SVXSTR_BULLET_DESCRIPTION_1
28     Text [en-US] = "Solid large circular bullets";
30 String RID_SVXSTR_BULLET_DESCRIPTION_2
32     Text [en-US] = "Solid diamond bullets";
34 String RID_SVXSTR_BULLET_DESCRIPTION_3
36     Text [en-US] = "Solid large square bullets";
38 String RID_SVXSTR_BULLET_DESCRIPTION_4
40     Text [en-US] = "Right pointing arrow bullets filled out";
42 String RID_SVXSTR_BULLET_DESCRIPTION_5
44     Text [en-US] = "Right pointing arrow bullets";
46 String RID_SVXSTR_BULLET_DESCRIPTION_6
48     Text [en-US] = "Check mark bullets";
50 String RID_SVXSTR_BULLET_DESCRIPTION_7
52     Text [en-US] = "Tick mark bullets";
54 String RID_SVXSTR_SINGLENUM_DESCRIPTION_0
56     Text [en-US] = "Number 1) 2) 3)";
57     //Text [en-US] = "Number %NUMBERINGSAMPLE";
59 String RID_SVXSTR_SINGLENUM_DESCRIPTION_1
61     Text [en-US] = "Number 1. 2. 3.";
63 String RID_SVXSTR_SINGLENUM_DESCRIPTION_2
65     Text [en-US] = "Number (1) (2) (3)";
67 String RID_SVXSTR_SINGLENUM_DESCRIPTION_3
69     Text [en-US] = "Uppercase Roman number I. II. III.";
71 String RID_SVXSTR_SINGLENUM_DESCRIPTION_4
73     Text [en-US] = "Uppercase letter A) B) C)";
75 String RID_SVXSTR_SINGLENUM_DESCRIPTION_5
77     Text [en-US] = "Lowercase letter a) b) c)";
79 String RID_SVXSTR_SINGLENUM_DESCRIPTION_6
81     Text [en-US] = "Lowercase letter (a) (b) (c)";
83 String RID_SVXSTR_SINGLENUM_DESCRIPTION_7
85     Text [en-US] = "Lowercase Roman number i. ii. iii.";
88 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_0
90     Text [en-US] = "Numeric, numeric, lowercase letters, solid small circular bullet";
92 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_1
94     Text [en-US] = "Numeric, lowercase letters, solid small circular bullet";
96 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_2
98     Text [en-US] = "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet";
100 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_3
102     Text [en-US] = "Numeric";
104 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_4
106     Text [en-US] = "Uppercase Roman, uppercase letters, lowercase Roman, lowercase letters, solid small circular bullet";
108 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_5
110     Text [en-US] = "Uppercase letters, uppercase Roman, lowercase letters, lowercase Roman, solid small circular bullet";
112 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_6
114     Text [en-US] = "Numeric with all sublevels";
116 String RID_SVXSTR_OUTLINENUM_DESCRIPTION_7
118     Text [en-US] = "Right pointing bullet, right pointing arrow bullet, solid diamond bullet, solid small circular bullet";
121 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */