~audio-recorder/audio-recorder/trunk

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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: audio-recorder 0.8\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/audio-recorder/+filebug\n"
"POT-Creation-Date: 2012-04-05 09:48+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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/about.c:68
msgid ""
"This product is released under terms of GPL, GNU GENERAL PUBLIC LICENSE v3.\n"
msgstr ""

#: src/about.c:69
msgid "Please see http://www.gnu.org/licenses/gpl-3.0.txt for more details."
msgstr ""

#: src/about.c:129 src/about.c:145
msgid "Installation details"
msgstr ""

#: src/audio-sources.c:570
msgid "User defined audio source"
msgstr ""

#: src/audio-sources.c:783 src/audio-sources.c:900
msgid "System's default device"
msgstr ""

#: src/dbus-banshee.c:103
msgid "Banshee Media Player"
msgstr ""

#: src/dbus-player.c:512
msgid "Totem Media Player"
msgstr ""

#: src/dbus-rhythmbox.c:57
msgid "RhythmBox Media Player"
msgstr ""

#: src/dbus-skype.c:350
msgid ""
"Access to Skype denied.\n"
"Answer YES to grant access to Skype.\n"
"You can enable/disable this in the Skype's \"Public API\" settings."
msgstr ""

#: src/dbus-skype.c:363
msgid "Skype is offline. Cannot connect to Skype unless you login."
msgstr ""

#: src/dbus-skype.c:438 src/dbus-skype.c:640
msgid "Skype"
msgstr ""

#: src/dbus-skype.c:636
#, c-format
msgid "Skype %s"
msgstr ""

#: src/dbus-skype.c:738
msgid "Skype calls"
msgstr ""

#: src/dbus-skype.c:750 src/dbus-skype.c:754
#, c-format
msgid "Call from %s to %s %s"
msgstr ""

#: src/gst-listener.c:344 src/gst-recorder.c:718
msgid "Cannot start reading from the stream/pipeline.\n"
msgstr ""

#: src/gst-recorder.c:254
#, c-format
msgid "Cannot write to file \"%s\".\n"
msgstr ""

#: src/gst-recorder.c:683
#, c-format
msgid "Cannot find audio element %s.\n"
msgstr ""

#: src/gst-recorder.c:733
#, c-format
msgid "Cannot create audio pipeline. %s.\n"
msgstr ""

#: src/gst-recorder.c:852
msgid "Some filename"
msgstr ""

#: src/help.c:137
#, c-format
msgid ""
"Cannot start the internet browser.\n"
"Please open the help file %s manually."
msgstr ""

#: src/main.c:52
msgid "Print program name and version."
msgstr ""

#: src/main.c:55
msgid ""
"Show application window at startup (0=hide main window, 1=force display of "
"main window)."
msgstr ""

#: src/main.c:58
msgid "Show icon on the system tray (0=hide icon, 1=force display of icon)."
msgstr ""

#: src/main.c:62
msgid "List signal level values in a terminal window."
msgstr ""

#: src/main.c:67
msgid ""
"Send a command to the recorder. Valid commands are; status,start,stop,pause,"
"show,hide and quit. The status argument returns; 'not running','on','off' or "
"'paused'."
msgstr ""

#: src/main.c:120 src/systray-icon.c:278
msgid "Stop recording"
msgstr ""

#: src/main.c:129 src/systray-icon.c:268
msgid "Continue recording"
msgstr ""

#: src/main.c:139 src/systray-icon.c:259
msgid "Start recording"
msgstr ""

#: src/main.c:632
msgid "Quit"
msgstr ""

#: src/main.c:869
msgid "File:"
msgstr ""

#: src/main.c:892
msgid "Add."
msgstr ""

#: src/main.c:904
msgid "Timer."
msgstr ""

#: src/main.c:1003
msgid "Audio settings."
msgstr ""

#: src/main.c:1023
msgid "Source:"
msgstr ""

#: src/main.c:1075
msgid "Format:"
msgstr ""

#: src/main.c:1145 src/win-settings.c:516
msgid "Additional settings"
msgstr ""

#: src/pulseaudio.c:140
msgid "(Audio output)"
msgstr ""

#: src/pulseaudio.c:341
msgid "(Microphone)"
msgstr ""

#: src/support.c:59
msgid "Audio Recorder"
msgstr ""

#: src/systray-icon.c:110 src/systray-icon.c:241
msgid "Show window"
msgstr ""

#: src/systray-icon.c:114 src/systray-icon.c:237
msgid "Hide window"
msgstr ""

#: src/systray-icon.c:152
#, c-format
msgid ""
"Cannot start file browser.\n"
"Please display %s manually."
msgstr ""

#: src/systray-icon.c:288
msgid "Pause recording"
msgstr ""

#: src/systray-icon.c:304
msgid "Show saved recordings"
msgstr ""

#: src/utility.c:470
#, c-format
msgid ""
"Exec error. Cannot start process %s.\n"
"%s.\n"
msgstr ""

#: src/utility.c:716
msgid "rec-%C%y%m%d-%H:%M:%S"
msgstr ""

#: src/utility.c:760
msgid "Audio"
msgstr ""

#: src/win-settings.c:58
msgid "Select Directory"
msgstr ""

#: src/win-settings.c:223
#, c-format
msgid "Recording devices for %s:"
msgstr ""

#: src/win-settings.c:278
msgid "Media players (RhythmBox, Banshee, etc.)"
msgstr ""

#: src/win-settings.c:281
msgid "Select output device (speakers) for recording."
msgstr ""

#: src/win-settings.c:288
msgid "Select both output device (speakers) and webcam/microphone."
msgstr ""

#: src/win-settings.c:296
msgid "Select one or more devices for recording."
msgstr ""

#: src/win-settings.c:543
msgid "General"
msgstr ""

#: src/win-settings.c:551
msgid "Folder name:"
msgstr ""

#: src/win-settings.c:570
msgid "Filename format:"
msgstr ""

#: src/win-settings.c:600
msgid "Show icon on the system tray."
msgstr ""

#: src/win-settings.c:614
msgid "Auto-start this application at login."
msgstr ""

#: src/win-settings.c:642
msgid "Record ringing sound for Skype."
msgstr ""

#: src/win-settings.c:661
msgid "Device settings"
msgstr ""

#: src/win-settings.c:663
msgid "Installed items:"
msgstr ""