~ubuntu-branches/ubuntu/karmic/gimp/karmic-security

« back to all changes in this revision

Viewing changes to app/actions/context-actions.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20081006133041-axco233xt49jobn7
Tags: 2.6.0-1ubuntu1
* Sync on debian and new version (lp: #276839)
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch:
  - updated some strings for ubuntu
* debian/rules:
  - updated translation templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
static GimpEnumActionEntry context_palette_foreground_actions[] =
78
78
{
79
79
  { "context-palette-foreground-set", GIMP_STOCK_PALETTE,
80
 
    "Foreground Palette color Set", NULL, NULL,
 
80
    "Foreground Palette Color Set", NULL, NULL,
81
81
    GIMP_ACTION_SELECT_SET, FALSE,
82
82
    NULL },
83
83
  { "context-palette-foreground-first", GIMP_STOCK_PALETTE,
84
 
    "Foreground Palette color First", NULL, NULL,
 
84
    "Foreground Palette Color First", NULL, NULL,
85
85
    GIMP_ACTION_SELECT_FIRST, FALSE,
86
86
    NULL },
87
87
  { "context-palette-foreground-last", GIMP_STOCK_PALETTE,
88
 
    "Foreground Palette color Last", NULL, NULL,
 
88
    "Foreground Palette Color Last", NULL, NULL,
89
89
    GIMP_ACTION_SELECT_LAST, FALSE,
90
90
    NULL },
91
91
  { "context-palette-foreground-previous", GIMP_STOCK_PALETTE,
92
 
    "Foreground Palette color Previous", NULL, NULL,
 
92
    "Foreground Palette Color Previous", NULL, NULL,
93
93
    GIMP_ACTION_SELECT_PREVIOUS, FALSE,
94
94
    NULL },
95
95
  { "context-palette-foreground-next", GIMP_STOCK_PALETTE,
96
 
    "Foreground Palette color Next", NULL, NULL,
 
96
    "Foreground Palette Color Next", NULL, NULL,
97
97
    GIMP_ACTION_SELECT_NEXT, FALSE,
98
98
    NULL },
99
99
  { "context-palette-foreground-previous-skip", GIMP_STOCK_PALETTE,
100
 
    "Foreground Palette color Skip Back", NULL, NULL,
 
100
    "Foreground Palette Color Skip Back", NULL, NULL,
101
101
    GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
102
102
    NULL },
103
103
  { "context-palette-foreground-next-skip", GIMP_STOCK_PALETTE,
104
 
    "Foreground Palette color Skip Forward", NULL, NULL,
 
104
    "Foreground Palette Color Skip Forward", NULL, NULL,
105
105
    GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
106
106
    NULL }
107
107
};
109
109
static GimpEnumActionEntry context_palette_background_actions[] =
110
110
{
111
111
  { "context-palette-background-set", GIMP_STOCK_PALETTE,
112
 
    "Background Palette color Set", NULL, NULL,
 
112
    "Background Palette Color Set", NULL, NULL,
113
113
    GIMP_ACTION_SELECT_SET, FALSE,
114
114
    NULL },
115
115
  { "context-palette-background-first", GIMP_STOCK_PALETTE,
116
 
    "Background Palette color First", NULL, NULL,
 
116
    "Background Palette Color First", NULL, NULL,
117
117
    GIMP_ACTION_SELECT_FIRST, FALSE,
118
118
    NULL },
119
119
  { "context-palette-background-last", GIMP_STOCK_PALETTE,
120
 
    "Background Palette color Last", NULL, NULL,
 
120
    "Background Palette Color Last", NULL, NULL,
121
121
    GIMP_ACTION_SELECT_LAST, FALSE,
122
122
    NULL },
123
123
  { "context-palette-background-previous", GIMP_STOCK_PALETTE,
124
 
    "Background Palette color Previous", NULL, NULL,
 
124
    "Background Palette Color Previous", NULL, NULL,
125
125
    GIMP_ACTION_SELECT_PREVIOUS, FALSE,
126
126
    NULL },
127
127
  { "context-palette-background-next", GIMP_STOCK_PALETTE,
128
 
    "Background Palette color Next", NULL, NULL,
 
128
    "Background Palette Color Next", NULL, NULL,
129
129
    GIMP_ACTION_SELECT_NEXT, FALSE,
130
130
    NULL },
131
131
  { "context-palette-background-previous-skip", GIMP_STOCK_PALETTE,
132
 
    "Background Palette color Skip Back", NULL, NULL,
 
132
    "Background Palette Color Skip Back", NULL, NULL,
133
133
    GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
134
134
    NULL },
135
135
  { "context-palette-background-next-skip", GIMP_STOCK_PALETTE,
136
 
    "Background Palette color Skip ahead", NULL, NULL,
 
136
    "Background Palette Color Skip Forward", NULL, NULL,
137
137
    GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
138
138
    NULL }
139
139
};
141
141
static GimpEnumActionEntry context_colormap_foreground_actions[] =
142
142
{
143
143
  { "context-colormap-foreground-set", GIMP_STOCK_COLORMAP,
144
 
    "Foreground Colormap color Set", NULL, NULL,
 
144
    "Foreground Colormap Color Set", NULL, NULL,
145
145
    GIMP_ACTION_SELECT_SET, FALSE,
146
146
    NULL },
147
147
  { "context-colormap-foreground-first", GIMP_STOCK_COLORMAP,
148
 
    "Foreground Colormap color First", NULL, NULL,
 
148
    "Foreground Colormap Color First", NULL, NULL,
149
149
    GIMP_ACTION_SELECT_FIRST, FALSE,
150
150
    NULL },
151
151
  { "context-colormap-foreground-last", GIMP_STOCK_COLORMAP,
152
 
    "Foreground Colormap color Last", NULL, NULL,
 
152
    "Foreground Colormap Color Last", NULL, NULL,
153
153
    GIMP_ACTION_SELECT_LAST, FALSE,
154
154
    NULL },
155
155
  { "context-colormap-foreground-previous", GIMP_STOCK_COLORMAP,
156
 
    "Foreground Colormap color Previous", NULL, NULL,
 
156
    "Foreground Colormap Color Previous", NULL, NULL,
157
157
    GIMP_ACTION_SELECT_PREVIOUS, FALSE,
158
158
    NULL },
159
159
  { "context-colormap-foreground-next", GIMP_STOCK_COLORMAP,
160
 
    "Foreground Colormap color Next", NULL, NULL,
 
160
    "Foreground Colormap Color Next", NULL, NULL,
161
161
    GIMP_ACTION_SELECT_NEXT, FALSE,
162
162
    NULL },
163
163
  { "context-colormap-foreground-previous-skip", GIMP_STOCK_COLORMAP,
164
 
    "Foreground Colormap color Skip Back", NULL, NULL,
 
164
    "Foreground Colormap Color Skip Back", NULL, NULL,
165
165
    GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
166
166
    NULL },
167
167
  { "context-colormap-foreground-next-skip", GIMP_STOCK_COLORMAP,
168
 
    "Foreground Colormap color Skip Forward", NULL, NULL,
 
168
    "Foreground Colormap Color Skip Forward", NULL, NULL,
169
169
    GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
170
170
    NULL }
171
171
};
173
173
static GimpEnumActionEntry context_colormap_background_actions[] =
174
174
{
175
175
  { "context-colormap-background-set", GIMP_STOCK_COLORMAP,
176
 
    "Background Colormap color Set", NULL, NULL,
 
176
    "Background Colormap Color Set", NULL, NULL,
177
177
    GIMP_ACTION_SELECT_SET, FALSE,
178
178
    NULL },
179
179
  { "context-colormap-background-first", GIMP_STOCK_COLORMAP,
180
 
    "Background Colormap color First", NULL, NULL,
 
180
    "Background Colormap Color First", NULL, NULL,
181
181
    GIMP_ACTION_SELECT_FIRST, FALSE,
182
182
    NULL },
183
183
  { "context-colormap-background-last", GIMP_STOCK_COLORMAP,
184
 
    "Background Colormap color Last", NULL, NULL,
 
184
    "Background Colormap Color Last", NULL, NULL,
185
185
    GIMP_ACTION_SELECT_LAST, FALSE,
186
186
    NULL },
187
187
  { "context-colormap-background-previous", GIMP_STOCK_COLORMAP,
188
 
    "Background Colormap color Previous", NULL, NULL,
 
188
    "Background Colormap Color Previous", NULL, NULL,
189
189
    GIMP_ACTION_SELECT_PREVIOUS, FALSE,
190
190
    NULL },
191
191
  { "context-colormap-background-next", GIMP_STOCK_COLORMAP,
192
 
    "Background Colormap color Next", NULL, NULL,
 
192
    "Background Colormap Color Next", NULL, NULL,
193
193
    GIMP_ACTION_SELECT_NEXT, FALSE,
194
194
    NULL },
195
195
  { "context-colormap-background-previous-skip", GIMP_STOCK_COLORMAP,
196
 
    "Background Colormap color Skip Back", NULL, NULL,
 
196
    "Background Colormap Color Skip Back", NULL, NULL,
197
197
    GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
198
198
    NULL },
199
199
  { "context-colormap-background-next-skip", GIMP_STOCK_COLORMAP,
200
 
    "Background Colormap color Skip ahead", NULL, NULL,
 
200
    "Background Colormap Color Skip Forward", NULL, NULL,
201
201
    GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
202
202
    NULL }
203
203
};
205
205
static GimpEnumActionEntry context_swatch_foreground_actions[] =
206
206
{
207
207
  { "context-swatch-foreground-set", GIMP_STOCK_PALETTE,
208
 
    "Foreground Swatch color Set", NULL, NULL,
 
208
    "Foreground Swatch Color Set", NULL, NULL,
209
209
    GIMP_ACTION_SELECT_SET, FALSE,
210
210
    NULL },
211
211
  { "context-swatch-foreground-first", GIMP_STOCK_PALETTE,
212
 
    "Foreground Swatch color First", NULL, NULL,
 
212
    "Foreground Swatch Color First", NULL, NULL,
213
213
    GIMP_ACTION_SELECT_FIRST, FALSE,
214
214
    NULL },
215
215
  { "context-swatch-foreground-last", GIMP_STOCK_PALETTE,
216
 
    "Foreground Swatch color Last", NULL, NULL,
 
216
    "Foreground Swatch Color Last", NULL, NULL,
217
217
    GIMP_ACTION_SELECT_LAST, FALSE,
218
218
    NULL },
219
219
  { "context-swatch-foreground-previous", GIMP_STOCK_PALETTE,
220
 
    "Foreground Swatch color Previous", "9", NULL,
 
220
    "Foreground Swatch Color Previous", "9", NULL,
221
221
    GIMP_ACTION_SELECT_PREVIOUS, FALSE,
222
222
    NULL },
223
223
  { "context-swatch-foreground-next", GIMP_STOCK_PALETTE,
224
 
    "Foreground Swatch color Next", "0", NULL,
 
224
    "Foreground Swatch Color Next", "0", NULL,
225
225
    GIMP_ACTION_SELECT_NEXT, FALSE,
226
226
    NULL },
227
227
  { "context-swatch-foreground-previous-skip", GIMP_STOCK_PALETTE,
228
 
    "Foreground Swatch color Skip Back", NULL, NULL,
 
228
    "Foreground Swatch Color Skip Back", NULL, NULL,
229
229
    GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
230
230
    NULL },
231
231
  { "context-swatch-foreground-next-skip", GIMP_STOCK_PALETTE,
232
 
    "Foreground Swatch color Skip Forward", NULL, NULL,
 
232
    "Foreground Swatch Color Skip Forward", NULL, NULL,
233
233
    GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
234
234
    NULL }
235
235
};
237
237
static GimpEnumActionEntry context_swatch_background_actions[] =
238
238
{
239
239
  { "context-swatch-background-set", GIMP_STOCK_PALETTE,
240
 
    "Background Swatch color Set", NULL, NULL,
 
240
    "Background Swatch Color Set", NULL, NULL,
241
241
    GIMP_ACTION_SELECT_SET, FALSE,
242
242
    NULL },
243
243
  { "context-swatch-background-first", GIMP_STOCK_PALETTE,
244
 
    "Background Swatch color First", NULL, NULL,
 
244
    "Background Swatch Color First", NULL, NULL,
245
245
    GIMP_ACTION_SELECT_FIRST, FALSE,
246
246
    NULL },
247
247
  { "context-swatch-background-last", GIMP_STOCK_PALETTE,
248
 
    "Background Swatch color Last", NULL, NULL,
 
248
    "Background Swatch Color Last", NULL, NULL,
249
249
    GIMP_ACTION_SELECT_LAST, FALSE,
250
250
    NULL },
251
251
  { "context-swatch-background-previous", GIMP_STOCK_PALETTE,
252
 
    "Background Swatch color Previous", NULL, NULL,
 
252
    "Background Swatch Color Previous", NULL, NULL,
253
253
    GIMP_ACTION_SELECT_PREVIOUS, FALSE,
254
254
    NULL },
255
255
  { "context-swatch-background-next", GIMP_STOCK_PALETTE,
256
 
    "Background Swatch color Next", NULL, NULL,
 
256
    "Background Swatch Color Next", NULL, NULL,
257
257
    GIMP_ACTION_SELECT_NEXT, FALSE,
258
258
    NULL },
259
259
  { "context-swatch-background-previous-skip", GIMP_STOCK_PALETTE,
260
 
    "Background Swatch color Skip Back", NULL, NULL,
 
260
    "Background Swatch Color Skip Back", NULL, NULL,
261
261
    GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
262
262
    NULL },
263
263
  { "context-swatch-background-next-skip", GIMP_STOCK_PALETTE,
264
 
    "Background Swatch color Skip ahead", NULL, NULL,
 
264
    "Background Swatch Color Skip Forward", NULL, NULL,
265
265
    GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
266
266
    NULL }
267
267
};
1061
1061
    GIMP_ACTION_SELECT_NEXT, FALSE,
1062
1062
    NULL },
1063
1063
  { "context-brush-angle-decrease-skip", GIMP_STOCK_BRUSH,
1064
 
    "Rotate Right 15 degrees", NULL, NULL,
 
1064
    "Rotate Right 15°", NULL, NULL,
1065
1065
    GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
1066
1066
    NULL },
1067
1067
  { "context-brush-angle-increase-skip", GIMP_STOCK_BRUSH,
1068
 
    "Rotate Left 15 degrees", NULL, NULL,
 
1068
    "Rotate Left 15°", NULL, NULL,
1069
1069
    GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
1070
1070
    NULL }
1071
1071
};