summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimation.src
blob: e18c16da87cc111756d123cbb1f3e09fcad85b43 (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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "CustomAnimation.hrc"

String STR_CUSTOMANIMATION_REPEAT_NONE
{
    Text [ en-US ] = "none";
};

String STR_CUSTOMANIMATION_REPEAT_UNTIL_NEXT_CLICK
{
    Text [ en-US ] = "Until next click";
};

String STR_CUSTOMANIMATION_REPEAT_UNTIL_END_OF_SLIDE
{
    Text [ en-US ] = "Until end of slide";
};

String STR_CUSTOMANIMATION_DIRECTION_PROPERTY
{
    Text [ en-US ] = "Direction:";
};

String STR_CUSTOMANIMATION_ZOOM_PROPERTY
{
    Text [ en-US ] = "Zoom:";
};

String STR_CUSTOMANIMATION_SPOKES_PROPERTY
{
    Text [ en-US ] = "Spokes:";
};

String STR_CUSTOMANIMATION_FIRST_COLOR_PROPERTY
{
    Text [ en-US ] = "First color:";
};

String STR_CUSTOMANIMATION_SECOND_COLOR_PROPERTY
{
    Text [ en-US ] = "Second color:";
};

String STR_CUSTOMANIMATION_FILL_COLOR_PROPERTY
{
    Text [ en-US ] = "Fill color:";
};

String STR_CUSTOMANIMATION_STYLE_PROPERTY
{
    Text [ en-US ] = "Style:";
};

String STR_CUSTOMANIMATION_FONT_PROPERTY
{
    Text [ en-US ] = "Font:";
};

String STR_CUSTOMANIMATION_FONT_COLOR_PROPERTY
{
    Text [ en-US ] = "Font color:";
};

String STR_CUSTOMANIMATION_FONT_SIZE_STYLE_PROPERTY
{
    Text [ en-US ] = "Style:";
};

String STR_CUSTOMANIMATION_FONT_STYLE_PROPERTY
{
    Text [ en-US ] = "Typeface:";
};

String STR_CUSTOMANIMATION_LINE_COLOR_PROPERTY
{
    Text [ en-US ] = "Line color:";
};

String STR_CUSTOMANIMATION_SIZE_PROPERTY
{
    Text [ en-US ] = "Font size:";
};

String STR_CUSTOMANIMATION_SCALE_PROPERTY
{
    Text [ en-US ] = "Size:";
};

String STR_CUSTOMANIMATION_AMOUNT_PROPERTY
{
    Text [ en-US ] = "Amount:";
};

String STR_CUSTOMANIMATION_COLOR_PROPERTY
{
    Text [ en-US ] = "Color:";
};

String STR_CUSTOMANIMATION_NO_SOUND
{
    Text [ en-US ] = "(No sound)";
};

String STR_CUSTOMANIMATION_STOP_PREVIOUS_SOUND
{
    Text [ en-US ] = "(Stop previous sound)";
};

String STR_CUSTOMANIMATION_BROWSE_SOUND
{
    Text [ en-US ] = "Other sound...";
};

String STR_CUSTOMANIMATION_SAMPLE
{
    Text [ en-US ] = "Sample";
};

String STR_CUSTOMANIMATION_TRIGGER
{
    Text [ en-US ] = "Trigger";
};

String STR_CUSTOMANIMATION_LIST_HELPTEXT
{
    Text [ en-US ] = "First select the slide element and then click 'Add...' to add an animation effect.";
};

String STR_CUSTOMANIMATION_USERPATH
{
    Text [ en-US ] = "User paths";
};

String STR_CUSTOMANIMATION_ENTRANCE
{
    Text [ en-US ] = "Entrance: %1";
};

String STR_CUSTOMANIMATION_EMPHASIS
{
    Text [ en-US ] = "Emphasis: %1";
};

String STR_CUSTOMANIMATION_EXIT
{
    Text [ en-US ] = "Exit: %1";
};

String STR_CUSTOMANIMATION_MOTION_PATHS
{
    Text [ en-US ] = "Motion Paths: %1";
};

String STR_SLIDETRANSITION_NONE
{
    Text [ en-US ] = "None";
};

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */