bump product version to 5.0.4.1
[LibreOffice.git] / svx / source / tbxctrls / fontworkgallery.src
blobdee254dd036cd297412cc50c9044abe32e40a4a9
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 "helpid.hrc"
21 #include <svx/dialogs.hrc>
23 #define MASKCOLOR   MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
25 String RID_SVXSTR_ALIGN_LEFT
27     Text [ en-US ] = "~Left Align";
30 String RID_SVXSTR_ALIGN_CENTER
32     Text [ en-US ] = "~Center";
35 String RID_SVXSTR_ALIGN_RIGHT
37     Text [ en-US ] = "~Right Align";
40 String RID_SVXSTR_ALIGN_WORD
42     Text [ en-US ] = "~Word Justify";
45 String RID_SVXSTR_ALIGN_STRETCH
47     Text [ en-US ] = "S~tretch Justify";
50 Image RID_SVXIMG_FONTWORK_ALIGN_LEFT
52     ImageBitmap = Bitmap { File = "fontworkalignleft_16.png"; };
53     MASKCOLOR
56 Image RID_SVXIMG_FONTWORK_ALIGN_CENTER
58     ImageBitmap = Bitmap { File = "fontworkaligncentered_16.png"; };
59     MASKCOLOR
62 Image RID_SVXIMG_FONTWORK_ALIGN_RIGHT
64     ImageBitmap = Bitmap { File = "fontworkalignright_16.png"; };
65     MASKCOLOR
68 Image RID_SVXIMG_FONTWORK_ALIGN_WORD
70     ImageBitmap = Bitmap { File = "fontworkalignjustified_16.png"; };
71     MASKCOLOR
74 Image RID_SVXIMG_FONTWORK_ALIGN_STRETCH
76     ImageBitmap = Bitmap { File = "fontworkalignstretch_16.png"; };
77     MASKCOLOR
80 String RID_SVXSTR_CHARS_SPACING_VERY_TIGHT
82     Text [ en-US ] = "~Very Tight";
85 String RID_SVXSTR_CHARS_SPACING_TIGHT
87     Text [ en-US ] = "~Tight";
90 String RID_SVXSTR_CHARS_SPACING_NORMAL
92     Text [ en-US ] = "~Normal";
95 String RID_SVXSTR_CHARS_SPACING_LOOSE
97     Text [ en-US ] = "~Loose";
100 String RID_SVXSTR_CHARS_SPACING_VERY_LOOSE
102     Text [ en-US ] = "Very ~Loose";
105 String RID_SVXSTR_CHARS_SPACING_CUSTOM
107     Text [ en-US ] = "~Custom...";
110 String RID_SVXSTR_CHARS_SPACING_KERN_PAIRS
112     Text [ en-US ] = "~Kern Character Pairs";
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */