File: peek.pot

package info (click to toggle)
peek 1.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,580 kB
  • sloc: xml: 241; sh: 86; python: 69; makefile: 17
file content (404 lines) | stat: -rw-r--r-- 9,866 bytes parent folder | download
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Philipp\ Wolfer\ <ph.wolfer@gmail.com>
# This file is distributed under the same license as the peek package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: peek \n"
"Report-Msgid-Bugs-To: ph.wolfer@gmail.com\n"
"POT-Creation-Date: 2018-04-12 11:25+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/application.vala:63
msgid "Show the version of the program and exit"
msgstr ""

#: src/application.vala:67
msgid "Select the recording backend (gnome-shell, ffmpeg)"
msgstr ""

#: src/application.vala:68
msgid "BACKEND"
msgstr ""

#: src/application.vala:72
msgid "Start recording in all running Peek instances"
msgstr ""

#: src/application.vala:76
msgid "Stop recording in all running Peek instances"
msgstr ""

#: src/application.vala:80
msgid "Toggle recording in all running Peek instances"
msgstr ""

#: src/application.vala:84
msgid "Start Peek without the header bar"
msgstr ""

#: src/application.vala:96 data/com.uploadedlobster.peek.desktop.in:3
#: data/com.uploadedlobster.peek.appdata.xml.in:7
msgid "Peek"
msgstr ""

#: src/application.vala:248
msgid "Unable to create default screen recorder.\n"
msgstr ""

#: src/application.vala:261
#, c-format
msgid "Unable to initialize backend %s.\n"
msgstr ""

#: src/application.vala:378
msgid "Native Wayland backend is unsupported"
msgstr ""

#: src/application.vala:380
msgid ""
"You are running Peek natively on Wayland, this is currently unsupported. "
"Please start Peek using XWayland by setting <tt>GDK_BACKEND=x11</tt>.\n"
"\n"
"For Details see the Peek <a href='https://github.com/phw/peek#why-no-native-"
"wayland-support'>FAQ about Wayland support</a>."
msgstr ""

#: src/ui/application-window.vala:104
msgid "An unexpected error occurred during recording. Recording was aborted."
msgstr ""

#: src/ui/application-window.vala:230
msgid "Rendering animation…"
msgstr ""

#: src/ui/application-window.vala:231
msgid "Peek will close when rendering is finished."
msgstr ""

#: src/ui/application-window.vala:267 ui/application-window.ui:256
#: ui/preferences.ui:224
msgid "APNG"
msgstr ""

#: src/ui/application-window.vala:268 ui/application-window.ui:239
#: ui/preferences.ui:223
msgid "GIF"
msgstr ""

#: src/ui/application-window.vala:269 ui/application-window.ui:290
#: ui/preferences.ui:226
msgid "MP4"
msgstr ""

#: src/ui/application-window.vala:270 ui/application-window.ui:273
#: ui/preferences.ui:225
msgid "WebM"
msgstr ""

#: src/ui/application-window.vala:282
#, c-format
msgid "Record as %s"
msgstr ""

#: src/ui/application-window.vala:364
#, c-format
msgid "Start / Stop: %s"
msgstr ""

#: src/ui/application-window.vala:484
msgid "Rendering…"
msgstr ""

#: src/ui/application-window.vala:524
msgid "Recording could not be started due to an unexpected error."
msgstr ""

#: src/ui/application-window.vala:668 src/ui/application-window.vala:673
msgid "Save animation"
msgstr ""

#: src/ui/application-window.vala:669 src/ui/application-window.vala:676
msgid "_Save"
msgstr ""

#: src/ui/application-window.vala:670 src/ui/application-window.vala:674
msgid "_Cancel"
msgstr ""

#: src/ui/application-window.vala:741
msgid "The file could not be saved to the selected location."
msgstr ""

#: src/ui/application-window.vala:768
#, c-format
msgid "Animation saved as “%s”"
msgstr ""

#: src/ui/application-window.vala:778
msgid "Click here to show the saved file in your file manager."
msgstr ""

#: src/ui/application-window.vala:780
msgid "Show in file manager"
msgstr ""

#: src/ui/preferences-dialog.vala:182
msgid "deactivated"
msgstr ""

#: src/ui/preferences-dialog.vala:193 src/ui/preferences-dialog.vala:209
msgid "Change"
msgstr ""

#: src/ui/preferences-dialog.vala:206
msgid "Press keys…"
msgstr ""

#: ui/about.ui:37 data/com.uploadedlobster.peek.desktop.in:5
msgid "Animated GIF recorder"
msgstr ""

#. Please add your name to the list of translators if you want to be credited for the translations you have done.
#: ui/about.ui:40
msgctxt "Translator credits in about dialog"
msgid "translator-credits"
msgstr ""

#: ui/application-window.ui:33 ui/application-window.ui:162
msgid "Start recording"
msgstr ""

#: ui/application-window.ui:152
msgid "_Record"
msgstr ""

#: ui/application-window.ui:178
msgid "_Stop"
msgstr ""

#: ui/application-window.ui:188
msgid "Stop recording"
msgstr ""

#: ui/error-dialog.ui:8
msgid "Recording error"
msgstr ""

#: ui/error-dialog.ui:25
msgid "Report issue"
msgstr ""

#: ui/error-dialog.ui:39
msgid "Close"
msgstr ""

#: ui/error-dialog.ui:107
msgid "Show details"
msgstr ""

#: ui/gtk/menus.ui:7
msgid "New _window"
msgstr ""

#: ui/gtk/menus.ui:14
msgid "_Preferences"
msgstr ""

#: ui/gtk/menus.ui:21
msgid "_About"
msgstr ""

#: ui/gtk/menus.ui:25
msgid "_Quit"
msgstr ""

#: ui/preferences.ui:77
msgid "User interface"
msgstr ""

#: ui/preferences.ui:90 data/com.uploadedlobster.peek.gschema.xml:7
msgid "Open file manager after saving"
msgstr ""

#: ui/preferences.ui:106 data/com.uploadedlobster.peek.gschema.xml:11
msgid "Show desktop notification after saving"
msgstr ""

#: ui/preferences.ui:131
msgid "Start / stop recording"
msgstr ""

#: ui/preferences.ui:185
msgid "Recording"
msgstr ""

#: ui/preferences.ui:208
msgid "Output format"
msgstr ""

#: ui/preferences.ui:251 data/com.uploadedlobster.peek.gschema.xml:47
msgid "Use gifski for high quality GIFs"
msgstr ""

#: ui/preferences.ui:276
msgid "GIF quality"
msgstr ""

#: ui/preferences.ui:326 data/com.uploadedlobster.peek.gschema.xml:62
msgid "Framerate"
msgstr ""

#: ui/preferences.ui:368
msgid "Resolution downsampling"
msgstr ""

#: ui/preferences.ui:410 data/com.uploadedlobster.peek.gschema.xml:57
msgid "Delay in seconds before recording starts"
msgstr ""

#: ui/preferences.ui:443
msgid "Capture mouse cursor"
msgstr ""

#: ui/preferences.ui:474
msgid "Peek preferences"
msgstr ""

#: data/com.uploadedlobster.peek.desktop.in:6
msgid "Record short animated GIF images from your screen"
msgstr ""

#: data/com.uploadedlobster.peek.desktop.in:7
msgid "screencast;screen recorder;screen capture;GIF;WebM;APNG;"
msgstr ""

#: data/com.uploadedlobster.peek.desktop.in:8
msgid "com.uploadedlobster.peek"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:8
msgid "Simple screen recorder with an easy to use interface"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:13
msgid ""
"Peek makes it easy to create short screencasts of a screen area. It was "
"built for the specific use case of recording screen areas, e.g. for easily "
"showing UI features of your own apps or for showing a bug in bug reports. "
"With Peek you simply place the Peek window over the area you want to record "
"and press \"Record\". Peek is optimized for generating animated GIFs, but "
"you can also directly record to WebM or MP4 if you prefer."
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:22
msgid "Features:"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:24
msgid "Select a screen region to record"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:25
msgid "Save recorded video as an optimized animated GIF"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:26
msgid "Record directly to WebM or MP4 format"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:27
msgid "Simple user interface optimized for the task"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:28
msgid "Automatically downscale recorded videos"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:29
msgid "Support for HiDPI screens"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:30
msgid "Works inside a GNOME Shell Wayland session (using XWayland)"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:32
msgid ""
"Peek is not a general purpose screencast app with extended features but "
"rather focuses on the single task of creating small, silent screencasts of "
"an area of the screen for creating GIF animations or silent WebM or MP4 "
"videos."
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:43
msgid "The main window to select the recording area"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:47
msgid "Peek's preferences dialog"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:51
msgid "Peek is recording itself"
msgstr ""

#: data/com.uploadedlobster.peek.appdata.xml.in:81
msgid "Philipp Wolfer"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:15
msgid ""
"Time in milliseconds for which the recording area size is displayed after "
"resizing stops."
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:18
msgid "\"Peek %Y-%m-%d %H-%M\""
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:19
msgid ""
"Default file name used. Can include date format specifiers. The extension "
"will be added automatically."
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:23
msgid "Prefer dark theme"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:27
msgid "Global keybinding to toggle recording"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:43
msgid "Output file format"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:52
msgid "Quality setting for the gifski GIF encoder"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:67
msgid "Resolution downsampling factor"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:71
msgid "Whether to capture the mouse cursor"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:75
msgid "Size and position of the last open main window"
msgstr ""

#: data/com.uploadedlobster.peek.gschema.xml:79
msgid "Path where last video got saved"
msgstr ""