Mercurial > audlegacy
annotate po/nl.po @ 2629:021321cb5426 trunk
[svn] simplify and enhance signal handler:
- implement an independent signal processing thread using sigwait().
- new signal thread can always generate meaningful back trace. (AUD_ENSURE_BACKTRACE is no longer needed.)
- this thread is also capable of dumping config file upon receiving SIGSEGV. (but not yet tested thoroughly).
- g_cond_signal() has been removed. however g_cond_signal() can be used safely within the signal thread. the former implementation depended on an indefinite behavior of pthread.
author | yaz |
---|---|
date | Mon, 19 Mar 2007 08:35:08 -0700 |
parents | 2e6a15f364b3 |
children | 944fe2061ed7 |
rev | line source |
---|---|
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1 # Dutch translation for Audacious |
0 | 2 # Copyright (C) 2004 Laurens Buhler <masterpe@xs4all.nl> |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
3 # Copyright (C) 2006 Tony Vroon <chainsaw@gentoo.org> |
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
4 # This file is distributed under the same license as the Audacious package. |
0 | 5 # |
6 msgid "" | |
7 msgstr "" | |
8 "Project-Id-Version: nl\n" | |
1461 | 9 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n" |
2501 | 10 "POT-Creation-Date: 2007-02-11 03:00-0600\n" |
1981 | 11 "PO-Revision-Date: 2006-11-16 20:02+0100\n" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
12 "Last-Translator: Tony Vroon <chainsaw@gentoo.org>\n" |
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
13 "Language-Team: (not responsive)\n" |
0 | 14 "MIME-Version: 1.0\n" |
15 "Content-Type: text/plain; charset=iso-8859-15\n" | |
16 "Content-Transfer-Encoding: 8bit\n" | |
17 | |
2445 | 18 #: src/audacious/glade.c:43 |
19 #, c-format | |
20 msgid "" | |
21 "<b><big>Unable to create %s.</big></b>\n" | |
22 "\n" | |
23 "Could not open glade file (%s). Please check your installation.\n" | |
24 msgstr "" | |
25 "<b><big>Kan %s niet aanmaken.</big></b>\n" | |
26 "\n" | |
27 "Het glade-bestand (%s) kon niet geopend worden. Is uw installatie compleet?\n" | |
28 | |
29 #: src/audacious/input.c:306 | |
30 msgid "" | |
31 "<b><big>Unable to play files.</big></b>\n" | |
32 "\n" | |
33 "The following files could not be played. Please check that:\n" | |
34 "1. they are accessible.\n" | |
35 "2. you have enabled the media plugins required." | |
36 msgstr "" | |
37 "<b><big>Kon bestanden niet afspelen.</big></b>\n" | |
38 "\n" | |
39 "De bestanden konden niet afgespeeld worden, controleer dat:\n" | |
40 "1. U toegang heeft to de bestanden.\n" | |
41 "2. U de correcte plugins heeft aanstaan." | |
42 | |
43 #: src/audacious/input.c:331 | |
44 msgid "Don't show this warning anymore" | |
45 msgstr "Deze waarschuwing niet meer weergeven" | |
46 | |
47 #: src/audacious/input.c:333 | |
48 msgid "Show more _details" | |
49 msgstr "Geef meer _details weer" | |
50 | |
51 #: src/audacious/input.c:347 src/audacious/ui_preferences.c:118 | |
52 #: src/audacious/ui_preferences.c:486 src/audacious/ui_preferences.c:574 | |
53 #: src/audacious/ui_preferences.c:663 src/audacious/ui_preferences.c:759 | |
2501 | 54 #: src/audacious/ui_fileinfopopup.c:402 |
2445 | 55 msgid "Filename" |
56 msgstr "Bestandsnaam" | |
57 | |
58 #: src/audacious/input.c:620 | |
59 #, c-format | |
60 msgid "audacious: %s" | |
61 msgstr "audacious: %s" | |
62 | |
63 #: src/audacious/input.c:636 | |
64 msgid "Filename:" | |
65 msgstr "Bestandsnaam:" | |
66 | |
67 #: src/audacious/input.c:654 | |
68 msgid "No input plugin recognized this file" | |
69 msgstr "Geen invoer-plugin heeft dit bestand herkend" | |
70 | |
71 #: src/audacious/input.c:656 | |
72 #, c-format | |
73 msgid "Input plugin: %s" | |
74 msgstr "Invoer plugin: %s" | |
75 | |
76 #: src/audacious/logger.c:122 | |
77 #, c-format | |
78 msgid "Unable to create log file (%s)!\n" | |
79 msgstr "Kon logbestand niet aanmaken (%s)!\n" | |
80 | |
2501 | 81 #: src/audacious/main.c:83 src/audacious/main.c:85 src/audacious/ui_main.c:627 |
82 #: src/audacious/ui_main.c:2897 | |
2445 | 83 msgid "Audacious" |
84 msgstr "Audacious" | |
85 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
86 #: src/audacious/main.c:459 |
2445 | 87 #, fuzzy, c-format |
88 msgid "Could not create directory (%s): %s\n" | |
89 msgstr "Kon de map (%s) niet aanmaken: %s" | |
90 | |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
91 # -n, --session switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
92 #: src/audacious/main.c:828 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
93 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
94 msgid "Select which Audacious session ID to use" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
95 msgstr "Kies Audacious sessie (Standaard: 0)" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
96 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
97 # -r, --rew switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
98 #: src/audacious/main.c:829 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
99 msgid "Skip backwards in playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
100 msgstr "Ga terug in de speellijst" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
101 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
102 # -p, --play switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
103 #: src/audacious/main.c:830 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
104 msgid "Start playing current playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
105 msgstr "Begin de huidige speellijst af te spelen" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
106 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
107 # -u, --pause switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
108 #: src/audacious/main.c:831 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
109 msgid "Pause current song" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
110 msgstr "Pauzeer huidig nummer" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
111 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
112 # -s, --stop switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
113 #: src/audacious/main.c:832 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
114 msgid "Stop current song" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
115 msgstr "Stop huidig nummer" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
116 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
117 # -t, --play-pause switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
118 #: src/audacious/main.c:833 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
119 msgid "Pause if playing, play otherwise" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
120 msgstr "Pauzeer tijdens spelen, anders afspelen" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
121 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
122 # -f, --fwd switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
123 #: src/audacious/main.c:834 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
124 msgid "Skip forward in playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
125 msgstr "Ga vooruit in de speellijst" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
126 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
127 #: src/audacious/main.c:835 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
128 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
129 msgid "Display Jump to File dialog" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
130 msgstr "Spring-naar-bestand dialoog weergeven" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
131 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
132 # -e, --enqueue switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
133 #: src/audacious/main.c:836 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
134 msgid "Don't clear the playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
135 msgstr "Speellijst niet wissen" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
136 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
137 # -e, --enqueue switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
138 #: src/audacious/main.c:837 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
139 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
140 msgid "Add new files to a temporary playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
141 msgstr "Speellijst niet wissen" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
142 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
143 # -m, --show-main-window switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
144 #: src/audacious/main.c:838 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
145 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
146 msgid "Display the main window" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
147 msgstr "Geef het hoofdvenster weer" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
148 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
149 #: src/audacious/main.c:839 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
150 msgid "Display all open Audacious windows" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
151 msgstr "" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
152 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
153 #: src/audacious/main.c:840 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
154 msgid "Enable headless operation" |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
155 msgstr "" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
156 |
2445 | 157 #: src/audacious/main.c:841 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
158 msgid "Print all errors and warnings to stdout" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
159 msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
160 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
161 #: src/audacious/main.c:842 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
162 msgid "Show version and builtin features" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
163 msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
164 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
165 #: src/audacious/main.c:843 |
2445 | 166 msgid "FILE..." |
167 msgstr "" | |
168 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
169 #: src/audacious/main.c:948 |
2445 | 170 #, c-format |
171 msgid "" | |
172 "<b><big>Unable to load skin.</big></b>\n" | |
173 "\n" | |
174 "Check that skin at '%s' is usable and default skin is properly installed at " | |
175 "'%s'\n" | |
176 msgstr "" | |
177 "<b><big>Kon de skin niet laden.</big></b>\n" | |
178 "\n" | |
179 "Controleer dat de skin bij '%s' bruikbaar is en de standaardskin correct " | |
180 "geinstalleerd bij '%s'\n" | |
181 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
182 #: src/audacious/main.c:1007 |
2445 | 183 #, c-format |
184 msgid "" | |
185 "Sorry, your GTK+ version (%d.%d.%d) does not work with Audacious.\n" | |
186 "Please use GTK+ %s or newer.\n" | |
187 msgstr "" | |
188 "Sorry, uw GTK+ versie (%d.%d.%d) werkt niet met Audacious.\n" | |
189 "Gelieve GTK+ %s of nieuwer te installeren.\n" | |
190 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
191 #: src/audacious/main.c:1018 |
2445 | 192 msgid "" |
193 "Sorry, threads isn't supported on your platform.\n" | |
194 "\n" | |
195 "If you're on a libc5 based linux system and installed Glib & GTK+ before " | |
196 "you\n" | |
197 "installed LinuxThreads you need to recompile Glib & GTK+.\n" | |
198 msgstr "" | |
199 "Sorry, threads zijn niet ondersteund op uw platform.\n" | |
200 "\n" | |
201 "Als u gebruikt maakt van libc5 gebaseerde linux en u heeft Glib/GTK+ " | |
202 "geinstalleerd voordat u\n" | |
203 "LinuxThreads heeft geinstalleerd moet u Glib/GTK+ hercompileren.\n" | |
204 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
205 #: src/audacious/main.c:1036 |
2445 | 206 msgid "- play multimedia files" |
207 msgstr "" | |
208 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
209 #: src/audacious/main.c:1043 |
2445 | 210 #, c-format |
211 msgid "" | |
212 "%s: %s\n" | |
213 "Try `%s --help' for more information.\n" | |
214 msgstr "" | |
215 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
216 #: src/audacious/main.c:1052 |
2445 | 217 #, fuzzy, c-format |
218 msgid "%s: Unable to open display, exiting.\n" | |
219 msgstr "audacious: Kan het venster niet openen, het programma sluit nu af.\n" | |
220 | |
2501 | 221 #: src/audacious/signals.c:93 |
2445 | 222 msgid "" |
223 "\n" | |
224 "Received SIGSEGV\n" | |
225 "\n" | |
226 "This could be a bug in Audacious. If you don't know why this happened, file " | |
227 "a bug at http://bugs-meta.atheme.org/\n" | |
228 "\n" | |
229 msgstr "" | |
230 "\n" | |
231 "SIGSEGV-signaal ontvangen\n" | |
232 "\n" | |
233 "Dit is mogelijk een bug in Audacious. Gelieve zonder externe plugins te " | |
234 "proberen.\n" | |
235 "Als u niet weet waarom dit gebeurde, rapporteer dan een bug bij uw " | |
236 "linuxdistributie.\n" | |
237 "\n" | |
238 | |
239 #: src/audacious/strings.c:172 | |
240 msgid " (invalid UTF-8)" | |
241 msgstr " (ongeldige UTF-8)" | |
242 | |
2368 | 243 #: src/audacious/ui_about.c:44 |
2272
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
244 #, fuzzy, c-format |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
245 msgid "" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
246 "<big><b>Audacious %s</b></big>\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
247 "\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
248 "Copyright (C) 2005-2007 Audacious Development Team" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
249 msgstr "" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
250 "<big><b>Audacious %s</b></big>\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
251 "De toekomst van UNIX multimedia.\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
252 "\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
253 "Copyright (C) 2005-2006 Audacious ontwikkelteam\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
254 |
2501 | 255 #: src/audacious/ui_about.c:123 src/audacious/ui_credits.c:338 |
2368 | 256 #: src/audacious/ui_manager.c:387 src/audacious/ui_manager.c:388 |
753 | 257 msgid "About Audacious" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
258 msgstr "Over Audacious" |
753 | 259 |
2501 | 260 #: src/audacious/ui_about.c:172 src/audacious/ui_credits.c:383 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
261 msgid "Credits" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
262 msgstr "Met dank aan" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
263 |
2368 | 264 #: src/audacious/ui_credits.c:45 |
2272
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
265 #, fuzzy, c-format |
0 | 266 msgid "" |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
267 "<big><b>Audacious %s</b></big>\n" |
381 | 268 "The future of UNIX multimedia.\n" |
0 | 269 "\n" |
2272
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
270 "Copyright (C) 2005-2007 Audacious Development Team\n" |
0 | 271 msgstr "" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
272 "<big><b>Audacious %s</b></big>\n" |
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
273 "De toekomst van UNIX multimedia.\n" |
0 | 274 "\n" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
275 "Copyright (C) 2005-2006 Audacious ontwikkelteam\n" |
0 | 276 |
2368 | 277 #: src/audacious/ui_credits.c:51 |
753 | 278 msgid "Audacious core developers:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
279 msgstr "Audacious kern-ontwikkelaars:" |
753 | 280 |
2445 | 281 #: src/audacious/ui_credits.c:66 |
753 | 282 msgid "Graphics:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
283 msgstr "Graphics:" |
753 | 284 |
2445 | 285 #: src/audacious/ui_credits.c:71 |
753 | 286 msgid "Default skin:" |
287 msgstr "Standaard skin:" | |
288 | |
2445 | 289 #: src/audacious/ui_credits.c:76 |
753 | 290 msgid "Plugin development:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
291 msgstr "Plugin-ontwikkeling:" |
753 | 292 |
2445 | 293 #: src/audacious/ui_credits.c:88 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
294 msgid "Patch authors:" |
1981 | 295 msgstr "Patches aangeleverd door:" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
296 |
2501 | 297 #: src/audacious/ui_credits.c:105 |
381 | 298 msgid "0.1.x developers:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
299 msgstr "0.1.x ontwikkelaars:" |
381 | 300 |
2501 | 301 #: src/audacious/ui_credits.c:111 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
302 msgid "BMP Developers:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
303 msgstr "BMP ontwikkelaars:" |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
304 |
2501 | 305 #: src/audacious/ui_credits.c:143 |
0 | 306 msgid "Brazilian Portuguese:" |
307 msgstr "Braziliaans Portugees:" | |
308 | |
2501 | 309 #: src/audacious/ui_credits.c:146 |
0 | 310 msgid "Breton:" |
311 msgstr "Bretons:" | |
312 | |
2501 | 313 #: src/audacious/ui_credits.c:149 |
2368 | 314 #, fuzzy |
315 msgid "Bulgarian:" | |
316 msgstr "Hongaars:" | |
317 | |
2501 | 318 #: src/audacious/ui_credits.c:152 |
2445 | 319 #, fuzzy |
320 msgid "Croatian:" | |
321 msgstr "Roemeens:" | |
322 | |
2501 | 323 #: src/audacious/ui_credits.c:155 |
1107 | 324 msgid "Czech:" |
325 msgstr "Tjechisch:" | |
326 | |
2501 | 327 #: src/audacious/ui_credits.c:158 |
0 | 328 msgid "Dutch:" |
329 msgstr "Nederlands:" | |
330 | |
2501 | 331 #: src/audacious/ui_credits.c:162 |
985 | 332 msgid "Finnish:" |
333 msgstr "Fins:" | |
334 | |
2501 | 335 #: src/audacious/ui_credits.c:165 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
336 msgid "French:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
337 msgstr "Frans:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
338 |
2501 | 339 #: src/audacious/ui_credits.c:168 |
0 | 340 msgid "German:" |
341 msgstr "Duits:" | |
342 | |
2501 | 343 #: src/audacious/ui_credits.c:172 |
2218 | 344 #, fuzzy |
345 msgid "Georgian:" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
346 msgstr "Georgisch:" |
0 | 347 |
2501 | 348 #: src/audacious/ui_credits.c:175 |
0 | 349 msgid "Greek:" |
350 msgstr "Grieks:" | |
351 | |
2501 | 352 #: src/audacious/ui_credits.c:180 |
2445 | 353 msgid "Hindi:" |
354 msgstr "Hindi:" | |
355 | |
2501 | 356 #: src/audacious/ui_credits.c:183 |
2445 | 357 msgid "Hungarian:" |
358 msgstr "Hongaars:" | |
359 | |
2501 | 360 #: src/audacious/ui_credits.c:186 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
361 msgid "Italian:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
362 msgstr "Italiaans:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
363 |
2501 | 364 #: src/audacious/ui_credits.c:190 |
985 | 365 msgid "Japanese:" |
366 msgstr "Japans:" | |
0 | 367 |
2501 | 368 #: src/audacious/ui_credits.c:193 |
985 | 369 msgid "Korean:" |
370 msgstr "Koreaans:" | |
0 | 371 |
2501 | 372 #: src/audacious/ui_credits.c:196 |
985 | 373 msgid "Lithuanian:" |
374 msgstr "Lets:" | |
0 | 375 |
2501 | 376 #: src/audacious/ui_credits.c:199 |
985 | 377 msgid "Macedonian:" |
378 msgstr "Macedonisch:" | |
379 | |
2501 | 380 #: src/audacious/ui_credits.c:202 |
2445 | 381 msgid "Polish:" |
382 msgstr "Pools:" | |
0 | 383 |
2501 | 384 #: src/audacious/ui_credits.c:205 |
2445 | 385 msgid "Romanian:" |
386 msgstr "Roemeens:" | |
2218 | 387 |
2501 | 388 #: src/audacious/ui_credits.c:208 |
2445 | 389 msgid "Russian:" |
390 msgstr "Russisch:" | |
2218 | 391 |
2501 | 392 #: src/audacious/ui_credits.c:211 |
2445 | 393 msgid "Serbian (Latin):" |
2218 | 394 msgstr "" |
395 | |
2501 | 396 #: src/audacious/ui_credits.c:214 |
2445 | 397 msgid "Serbian (Cyrillic):" |
398 msgstr "" | |
0 | 399 |
2501 | 400 #: src/audacious/ui_credits.c:217 |
2445 | 401 msgid "Simplified Chinese:" |
402 msgstr "" | |
0 | 403 |
2501 | 404 #: src/audacious/ui_credits.c:220 |
2445 | 405 msgid "Slovak:" |
406 msgstr "Slowaaks:" | |
1414 | 407 |
2501 | 408 #: src/audacious/ui_credits.c:223 |
2445 | 409 msgid "Spanish:" |
410 msgstr "Spaans:" | |
411 | |
2501 | 412 #: src/audacious/ui_credits.c:226 |
2445 | 413 msgid "Swedish:" |
414 msgstr "Zweeds:" | |
415 | |
2501 | 416 #: src/audacious/ui_credits.c:229 |
2218 | 417 msgid "Traditional Chinese:" |
418 msgstr "" | |
419 | |
2501 | 420 #: src/audacious/ui_credits.c:232 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
421 msgid "Turkish:" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
422 msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
423 |
2501 | 424 #: src/audacious/ui_credits.c:236 |
1414 | 425 msgid "Ukrainian:" |
426 msgstr "Ukrainees:" | |
427 | |
2501 | 428 #: src/audacious/ui_credits.c:239 |
0 | 429 msgid "Welsh:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
430 msgstr "Welsh:" |
0 | 431 |
2501 | 432 #: src/audacious/ui_credits.c:387 |
753 | 433 msgid "Translators" |
434 msgstr "Vertalers" | |
435 | |
2501 | 436 #: src/audacious/ui_equalizer.c:741 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
437 msgid "Audacious Equalizer" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
438 msgstr "Audacious Equalizer" |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
439 |
2501 | 440 #: src/audacious/ui_equalizer.c:1429 |
753 | 441 msgid "Presets" |
442 msgstr "Standen" | |
443 | |
2501 | 444 #: src/audacious/ui_main.c:625 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
445 #, c-format |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
446 msgid "%s - Audacious" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
447 msgstr "%s - Audacious" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
448 |
2501 | 449 #: src/audacious/ui_main.c:850 |
0 | 450 msgid "VBR" |
451 msgstr "VBR" | |
452 | |
2501 | 453 #: src/audacious/ui_main.c:891 src/audacious/ui_main.c:895 |
985 | 454 msgid "stereo" |
989
a547b20938d5
[svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages.
chainsaw
parents:
985
diff
changeset
|
455 msgstr "stereo" |
985 | 456 |
2501 | 457 #: src/audacious/ui_main.c:891 src/audacious/ui_main.c:895 |
985 | 458 msgid "mono" |
989
a547b20938d5
[svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages.
chainsaw
parents:
985
diff
changeset
|
459 msgstr "mono" |
985 | 460 |
2501 | 461 #: src/audacious/ui_main.c:1328 src/audacious/ui_manager.c:414 |
2368 | 462 #: src/audacious/ui_manager.c:415 |
0 | 463 msgid "Jump to Time" |
464 msgstr "Ga naar tijd" | |
465 | |
2501 | 466 #: src/audacious/ui_main.c:1349 |
0 | 467 msgid "minutes:seconds" |
468 msgstr "minuten:seconden" | |
469 | |
2501 | 470 #: src/audacious/ui_main.c:1359 |
0 | 471 msgid "Track length:" |
472 msgstr "Duur:" | |
473 | |
2501 | 474 #: src/audacious/ui_main.c:1500 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
475 msgid "Enter location to play:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
476 msgstr "Geef afspeellocatie op:" |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
477 |
2501 | 478 #: src/audacious/ui_main.c:1710 |
0 | 479 #, c-format |
480 msgid "SEEK TO: %d:%-2.2d/%d:%-2.2d (%d%%)" | |
481 msgstr "ZOEK NAAR: %d:%-2.2d/%d:%-2.2d (%d%%)" | |
482 | |
2501 | 483 #: src/audacious/ui_main.c:1742 src/audacious/ui_main.c:2367 |
0 | 484 #, c-format |
485 msgid "VOLUME: %d%%" | |
486 msgstr "VOLUME: %d%%" | |
487 | |
2501 | 488 #: src/audacious/ui_main.c:1773 src/audacious/ui_main.c:2370 |
0 | 489 #, c-format |
490 msgid "BALANCE: %d%% LEFT" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
491 msgstr "BALANS: %d%% LINKS" |
0 | 492 |
2501 | 493 #: src/audacious/ui_main.c:1777 src/audacious/ui_main.c:2373 |
0 | 494 msgid "BALANCE: CENTER" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
495 msgstr "BALANS: MIDDEN" |
0 | 496 |
2501 | 497 #: src/audacious/ui_main.c:1781 src/audacious/ui_main.c:2375 |
0 | 498 #, c-format |
499 msgid "BALANCE: %d%% RIGHT" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
500 msgstr "BALANS: %d%% RECHTS" |
0 | 501 |
2501 | 502 #: src/audacious/ui_main.c:2137 |
0 | 503 msgid "OPTIONS MENU" |
504 msgstr "OPTIES-MENU" | |
505 | |
2501 | 506 #: src/audacious/ui_main.c:2141 |
0 | 507 msgid "DISABLE ALWAYS ON TOP" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
508 msgstr "ALTIJD OP VOORGROND UITSCHAKELEN" |
0 | 509 |
2501 | 510 #: src/audacious/ui_main.c:2143 |
0 | 511 msgid "ENABLE ALWAYS ON TOP" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
512 msgstr "ALTIJD OP VOORGROND INSCHAKELEN" |
0 | 513 |
2501 | 514 #: src/audacious/ui_main.c:2146 |
0 | 515 msgid "FILE INFO BOX" |
516 msgstr "BESTANDSINFORMATIE BOX" | |
517 | |
2501 | 518 #: src/audacious/ui_main.c:2150 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
519 msgid "DISABLE DOUBLESIZE" |
1981 | 520 msgstr "DUBBEL FORMAAT UIT" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
521 |
2501 | 522 #: src/audacious/ui_main.c:2152 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
523 msgid "ENABLE DOUBLESIZE" |
1981 | 524 msgstr "DUBBEL FORMAAT AAN" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
525 |
2501 | 526 #: src/audacious/ui_main.c:2155 |
0 | 527 msgid "VISUALIZATION MENU" |
528 msgstr "VISUALISATIE MENU" | |
529 | |
2501 | 530 #: src/audacious/ui_main.c:2201 |
0 | 531 msgid "" |
532 "<b><big>No playable CD found.</big></b>\n" | |
533 "\n" | |
534 "No CD inserted, or inserted CD is not an audio CD.\n" | |
535 msgstr "" | |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
536 "<b><big>Geen afspeelbare CD gevonden.</big></b>\n" |
0 | 537 "\n" |
538 "Geen CD aanwezig of de aanwezige CD is geen audio CD.\n" | |
539 | |
2501 | 540 #: src/audacious/ui_main.c:2218 |
0 | 541 msgid "" |
542 "<b><big>Couldn't open audio.</big></b>\n" | |
543 "\n" | |
544 "Please check that:\n" | |
545 "1. You have the correct output plugin selected.\n" | |
546 "2. No other programs is blocking the soundcard.\n" | |
547 "3. Your soundcard is configured properly.\n" | |
548 msgstr "" | |
549 "<b><big>Kon geluid niet openen.</big></b>\n" | |
550 "\n" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
551 "Gelieve te controleren dat:\n" |
0 | 552 "1. De correcte uitvoer plugin geselecteerd is\n" |
553 "2. Geen andere programma's de geluidskaart blokkeren\n" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
554 "3. Uw geluidskaart juist geconfigureerd is\n" |
0 | 555 |
2501 | 556 #: src/audacious/ui_main.c:2825 |
2231 | 557 #, fuzzy |
558 msgid "Error in Audacious." | |
559 msgstr "%s - Audacious" | |
560 | |
2368 | 561 #: src/audacious/ui_manager.c:43 src/audacious/ui_manager.c:44 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
562 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
563 msgid "Autoscroll Songname" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
564 msgstr "/Titel automatisch scrollen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
565 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
566 # -s, --stop switch |
2368 | 567 #: src/audacious/ui_manager.c:46 src/audacious/ui_manager.c:47 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
568 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
569 msgid "Stop after Current Song" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
570 msgstr "/Stop na huidig nummer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
571 |
2368 | 572 #: src/audacious/ui_manager.c:49 src/audacious/ui_manager.c:50 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
573 msgid "Peaks" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
574 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
575 |
2368 | 576 #: src/audacious/ui_manager.c:52 src/audacious/ui_manager.c:53 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
577 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
578 msgid "Repeat" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
579 msgstr "/Herhalen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
580 |
2368 | 581 #: src/audacious/ui_manager.c:55 src/audacious/ui_manager.c:56 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
582 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
583 msgid "Shuffle" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
584 msgstr "/Willekeurig afspelen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
585 |
2368 | 586 #: src/audacious/ui_manager.c:58 src/audacious/ui_manager.c:59 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
587 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
588 msgid "No Playlist Advance" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
589 msgstr "/Niet vooruitlopen in de speellijst" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
590 |
2368 | 591 #: src/audacious/ui_manager.c:61 src/audacious/ui_manager.c:62 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
592 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
593 msgid "Show Player" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
594 msgstr "Sp/eler weergeven" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
595 |
2368 | 596 #: src/audacious/ui_manager.c:64 src/audacious/ui_manager.c:65 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
597 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
598 msgid "Show Playlist Editor" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
599 msgstr "/Speellijst weergeven" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
600 |
2368 | 601 #: src/audacious/ui_manager.c:67 src/audacious/ui_manager.c:68 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
602 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
603 msgid "Show Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
604 msgstr "/Equalizer weergeven" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
605 |
2368 | 606 #: src/audacious/ui_manager.c:70 src/audacious/ui_manager.c:71 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
607 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
608 msgid "Always on Top" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
609 msgstr "/Altijd op de voorgrond" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
610 |
2368 | 611 #: src/audacious/ui_manager.c:73 src/audacious/ui_manager.c:74 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
612 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
613 msgid "Put on All Workspaces" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
614 msgstr "/Op alle bureaubladen weergeven" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
615 |
2368 | 616 #: src/audacious/ui_manager.c:76 src/audacious/ui_manager.c:77 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
617 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
618 msgid "Roll up Player" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
619 msgstr "/Speler oprollen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
620 |
2368 | 621 #: src/audacious/ui_manager.c:79 src/audacious/ui_manager.c:80 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
622 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
623 msgid "Roll up Playlist Editor" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
624 msgstr "/Speellijst oprollen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
625 |
2368 | 626 #: src/audacious/ui_manager.c:82 src/audacious/ui_manager.c:83 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
627 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
628 msgid "Roll up Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
629 msgstr "/Equalizer oprollen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
630 |
2368 | 631 #: src/audacious/ui_manager.c:85 src/audacious/ui_manager.c:86 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
632 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
633 msgid "DoubleSize" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
634 msgstr "/Dubbele grootte" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
635 |
2368 | 636 #: src/audacious/ui_manager.c:88 src/audacious/ui_manager.c:89 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
637 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
638 msgid "Easy Move" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
639 msgstr "/Eenvoudig verplaatsen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
640 |
2368 | 641 #: src/audacious/ui_manager.c:97 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
642 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
643 msgid "Analyzer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
644 msgstr "/Analyzer type" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
645 |
2368 | 646 #: src/audacious/ui_manager.c:98 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
647 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
648 msgid "Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
649 msgstr "/Scope type" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
650 |
2368 | 651 #: src/audacious/ui_manager.c:99 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
652 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
653 msgid "Voiceprint" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
654 msgstr "/Analyzer type/Vurig" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
655 |
2368 | 656 #: src/audacious/ui_manager.c:100 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
657 msgid "Off" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
658 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
659 |
2368 | 660 #: src/audacious/ui_manager.c:104 src/audacious/ui_manager.c:121 |
661 #: src/audacious/ui_manager.c:127 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
662 msgid "Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
663 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
664 |
2368 | 665 #: src/audacious/ui_manager.c:105 src/audacious/ui_manager.c:122 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
666 msgid "Fire" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
667 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
668 |
2368 | 669 #: src/audacious/ui_manager.c:106 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
670 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
671 msgid "Vertical Lines" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
672 msgstr "/Analyzer type/Verticale lijnen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
673 |
2368 | 674 #: src/audacious/ui_manager.c:110 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
675 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
676 msgid "Lines" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
677 msgstr "regels" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
678 |
2368 | 679 #: src/audacious/ui_manager.c:111 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
680 msgid "Bars" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
681 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
682 |
2368 | 683 #: src/audacious/ui_manager.c:115 |
2167 | 684 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
685 msgid "Dot Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
686 msgstr "/Scope type/Punt Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
687 |
2368 | 688 #: src/audacious/ui_manager.c:116 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
689 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
690 msgid "Line Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
691 msgstr "/Scope type/Lijn Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
692 |
2368 | 693 #: src/audacious/ui_manager.c:117 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
694 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
695 msgid "Solid Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
696 msgstr "/Scope type/Solide Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
697 |
2368 | 698 #: src/audacious/ui_manager.c:123 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
699 msgid "Ice" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
700 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
701 |
2368 | 702 #: src/audacious/ui_manager.c:128 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
703 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
704 msgid "Smooth" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
705 msgstr "mono" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
706 |
2368 | 707 #: src/audacious/ui_manager.c:132 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
708 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
709 msgid "Full (~50 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
710 msgstr "/Ververssnelheid/Volledig (~50 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
711 |
2368 | 712 #: src/audacious/ui_manager.c:133 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
713 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
714 msgid "Half (~25 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
715 msgstr "/Ververssnelheid/Half (~25 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
716 |
2368 | 717 #: src/audacious/ui_manager.c:134 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
718 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
719 msgid "Quarter (~13 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
720 msgstr "/Ververssnelheid/É©n vierde (~13 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
721 |
2368 | 722 #: src/audacious/ui_manager.c:135 |
2167 | 723 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
724 msgid "Eighth (~6 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
725 msgstr "/Ververssnelheid/É©n achtste (~6 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
726 |
2368 | 727 #: src/audacious/ui_manager.c:139 src/audacious/ui_manager.c:147 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
728 msgid "Slowest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
729 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
730 |
2368 | 731 #: src/audacious/ui_manager.c:140 src/audacious/ui_manager.c:148 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
732 msgid "Slow" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
733 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
734 |
2368 | 735 #: src/audacious/ui_manager.c:141 src/audacious/ui_manager.c:149 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
736 msgid "Medium" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
737 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
738 |
2368 | 739 #: src/audacious/ui_manager.c:142 src/audacious/ui_manager.c:150 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
740 msgid "Fast" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
741 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
742 |
2368 | 743 #: src/audacious/ui_manager.c:143 src/audacious/ui_manager.c:151 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
744 msgid "Fastest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
745 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
746 |
2368 | 747 #: src/audacious/ui_manager.c:155 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
748 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
749 msgid "Time Elapsed" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
750 msgstr "/Verstreken tijd" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
751 |
2368 | 752 #: src/audacious/ui_manager.c:156 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
753 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
754 msgid "Time Remaining" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
755 msgstr "/Resterende tijd" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
756 |
2368 | 757 #: src/audacious/ui_manager.c:165 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
758 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
759 msgid "Playback" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
760 msgstr "/A_fspelen" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
761 |
2368 | 762 #: src/audacious/ui_manager.c:167 src/audacious/ui_manager.c:168 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
763 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
764 msgid "Play CD" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
765 msgstr "/CD afspelen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
766 |
2368 | 767 #: src/audacious/ui_manager.c:170 src/audacious/ui_manager.c:171 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
768 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
769 msgid "Play" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
770 msgstr "/Afspelen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
771 |
2368 | 772 #: src/audacious/ui_manager.c:173 src/audacious/ui_manager.c:174 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
773 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
774 msgid "Pause" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
775 msgstr "/Pause" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
776 |
2368 | 777 #: src/audacious/ui_manager.c:176 src/audacious/ui_manager.c:177 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
778 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
779 msgid "Stop" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
780 msgstr "/Stop" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
781 |
2368 | 782 #: src/audacious/ui_manager.c:179 src/audacious/ui_manager.c:180 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
783 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
784 msgid "Previous" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
785 msgstr "/Vorige" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
786 |
2368 | 787 #: src/audacious/ui_manager.c:182 src/audacious/ui_manager.c:183 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
788 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
789 msgid "Next" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
790 msgstr "/Volgende" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
791 |
2368 | 792 #: src/audacious/ui_manager.c:188 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
793 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
794 msgid "Visualization" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
795 msgstr "/Visualisatie" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
796 |
2368 | 797 #: src/audacious/ui_manager.c:189 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
798 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
799 msgid "Visualization Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
800 msgstr "/Visualisatie type" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
801 |
2368 | 802 #: src/audacious/ui_manager.c:190 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
803 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
804 msgid "Analyzer Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
805 msgstr "/Analyzer type/Vurig" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
806 |
2368 | 807 #: src/audacious/ui_manager.c:191 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
808 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
809 msgid "Scope Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
810 msgstr "/Scope type" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
811 |
2368 | 812 #: src/audacious/ui_manager.c:192 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
813 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
814 msgid "Voiceprint Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
815 msgstr "/Analyzer type/Vurig" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
816 |
2368 | 817 #: src/audacious/ui_manager.c:193 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
818 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
819 msgid "WindowShade VU Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
820 msgstr "/Vensterschaduw VU type" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
821 |
2368 | 822 #: src/audacious/ui_manager.c:194 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
823 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
824 msgid "Refresh Rate" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
825 msgstr "/Ververssnelheid" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
826 |
2368 | 827 #: src/audacious/ui_manager.c:195 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
828 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
829 msgid "Analyzer Falloff" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
830 msgstr "/Analyzer snelheid" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
831 |
2368 | 832 #: src/audacious/ui_manager.c:196 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
833 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
834 msgid "Peaks Falloff" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
835 msgstr "/Toppen snelheid" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
836 |
2445 | 837 #: src/audacious/ui_manager.c:201 src/audacious/ui_preferences.c:106 |
2501 | 838 #: src/audacious/ui_playlist_manager.c:288 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
839 #: src/audacious/glade/prefswin.glade:2494 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
840 msgid "Playlist" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
841 msgstr "Speellijst" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
842 |
2368 | 843 #: src/audacious/ui_manager.c:203 src/audacious/ui_manager.c:204 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
844 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
845 msgid "New Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
846 msgstr "Afspeellijst opslaan" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
847 |
2368 | 848 #: src/audacious/ui_manager.c:206 src/audacious/ui_manager.c:207 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
849 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
850 msgid "Select Next Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
851 msgstr "Kies het lettertype voor de speellijst:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
852 |
2368 | 853 #: src/audacious/ui_manager.c:209 src/audacious/ui_manager.c:210 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
854 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
855 msgid "Select Previous Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
856 msgstr "/Selectie sorteren/Op volgorde afspeellijst" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
857 |
2368 | 858 #: src/audacious/ui_manager.c:212 src/audacious/ui_manager.c:213 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
859 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
860 msgid "Delete Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
861 msgstr "Kies het lettertype voor de speellijst:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
862 |
2368 | 863 #: src/audacious/ui_manager.c:215 |
2218 | 864 #, fuzzy |
865 msgid "Load List" | |
866 msgstr "/Lijst laden" | |
867 | |
2368 | 868 #: src/audacious/ui_manager.c:216 |
2167 | 869 #, fuzzy |
870 msgid "Loads a playlist file into the selected playlist." | |
871 msgstr "Metadata laden zodra het bestand wordt weergegeven in de speellijst" | |
872 | |
2368 | 873 #: src/audacious/ui_manager.c:218 |
2167 | 874 #, fuzzy |
875 msgid "Save List" | |
876 msgstr "/Lijst opslaan" | |
877 | |
2368 | 878 #: src/audacious/ui_manager.c:219 |
2167 | 879 #, fuzzy |
2218 | 880 msgid "Saves the selected playlist." |
881 msgstr "Kies het lettertype voor de speellijst:" | |
882 | |
2368 | 883 #: src/audacious/ui_manager.c:221 |
2218 | 884 #, fuzzy |
2167 | 885 msgid "Save Default List" |
886 msgstr "/Standaardlijst Opslaan" | |
887 | |
2368 | 888 #: src/audacious/ui_manager.c:222 |
2167 | 889 #, fuzzy |
890 msgid "Saves the selected playlist to the default location." | |
891 msgstr "Gebruik XMMS-stijl bestandsdialoog ipv standaard" | |
892 | |
2368 | 893 #: src/audacious/ui_manager.c:225 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
894 #, fuzzy |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
895 msgid "Refresh List" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
896 msgstr "Skin-lijst verversen" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
897 |
2368 | 898 #: src/audacious/ui_manager.c:226 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
899 msgid "Refreshes metadata associated with a playlist entry." |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
900 msgstr "" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
901 |
2368 | 902 #: src/audacious/ui_manager.c:229 |
2218 | 903 msgid "List Manager" |
904 msgstr "" | |
905 | |
906 # -e, --enqueue switch | |
2368 | 907 #: src/audacious/ui_manager.c:230 |
2218 | 908 #, fuzzy |
909 msgid "Opens the playlist manager." | |
910 msgstr "Speellijst niet wissen" | |
911 | |
2368 | 912 #: src/audacious/ui_manager.c:236 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
913 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
914 msgid "View" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
915 msgstr "/_Geef weer" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
916 |
2368 | 917 #: src/audacious/ui_manager.c:240 |
2167 | 918 #, fuzzy |
919 msgid "Add CD..." | |
920 msgstr "/CD toevoegen..." | |
921 | |
922 # -e, --enqueue switch | |
2368 | 923 #: src/audacious/ui_manager.c:241 |
2167 | 924 #, fuzzy |
925 msgid "Adds a CD to the playlist." | |
926 msgstr "Speellijst niet wissen" | |
927 | |
2368 | 928 #: src/audacious/ui_manager.c:244 |
2167 | 929 #, fuzzy |
930 msgid "Add Internet Address..." | |
931 msgstr "/Internet adres toevoegen..." | |
932 | |
2368 | 933 #: src/audacious/ui_manager.c:245 |
2167 | 934 msgid "Adds a remote track to the playlist." |
935 msgstr "" | |
936 | |
2368 | 937 #: src/audacious/ui_manager.c:248 |
2167 | 938 #, fuzzy |
939 msgid "Add Files..." | |
940 msgstr "/Bestanden toevoegen..." | |
941 | |
942 # -e, --enqueue switch | |
2368 | 943 #: src/audacious/ui_manager.c:249 |
2167 | 944 #, fuzzy |
945 msgid "Adds files to the playlist." | |
946 msgstr "Speellijst niet wissen" | |
947 | |
2368 | 948 #: src/audacious/ui_manager.c:254 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
949 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
950 msgid "Search and Select" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
951 msgstr "Zoekdiepte: " |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
952 |
2368 | 953 #: src/audacious/ui_manager.c:255 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
954 msgid "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
955 "Searches the playlist and selects playlist entries based on specific " |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
956 "criteria." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
957 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
958 |
2368 | 959 #: src/audacious/ui_manager.c:258 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
960 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
961 msgid "Invert Selection" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
962 msgstr "/Selectie omkeren" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
963 |
2368 | 964 #: src/audacious/ui_manager.c:259 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
965 msgid "Inverts the selected and unselected entries." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
966 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
967 |
2445 | 968 #: src/audacious/ui_manager.c:262 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
969 msgid "Select All" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
970 msgstr "Selecteer alles" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
971 |
2368 | 972 #: src/audacious/ui_manager.c:263 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
973 msgid "Selects all of the playlist entries." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
974 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
975 |
2368 | 976 #: src/audacious/ui_manager.c:266 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
977 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
978 msgid "Select None" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
979 msgstr "/Deselecteer alles" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
980 |
2368 | 981 #: src/audacious/ui_manager.c:267 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
982 msgid "Deselects all of the playlist entries." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
983 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
984 |
2368 | 985 #: src/audacious/ui_manager.c:272 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
986 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
987 msgid "Clear Queue" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
988 msgstr "/Wachtrij wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
989 |
2368 | 990 #: src/audacious/ui_manager.c:273 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
991 msgid "Clears the queue associated with this playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
992 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
993 |
2368 | 994 #: src/audacious/ui_manager.c:276 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
995 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
996 msgid "Remove Unavailable Files" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
997 msgstr "/Ontoegankelijke bestanden wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
998 |
2368 | 999 #: src/audacious/ui_manager.c:277 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1000 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1001 msgid "Removes unavailable files from the playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1002 msgstr "/Ontoegankelijke bestanden wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1003 |
2368 | 1004 #: src/audacious/ui_manager.c:280 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1005 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1006 msgid "Remove Duplicates" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1007 msgstr "/Dubbele nummers wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1008 |
2368 | 1009 #: src/audacious/ui_manager.c:282 src/audacious/ui_manager.c:318 |
1010 #: src/audacious/ui_manager.c:348 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1011 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1012 msgid "By Title" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1013 msgstr "Titel" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1014 |
2368 | 1015 #: src/audacious/ui_manager.c:283 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1016 msgid "Removes duplicate entries from the playlist by title." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1017 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1018 |
2368 | 1019 #: src/audacious/ui_manager.c:286 src/audacious/ui_manager.c:326 |
1020 #: src/audacious/ui_manager.c:356 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1021 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1022 msgid "By Filename" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1023 msgstr "Bestandsnaam" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1024 |
2368 | 1025 #: src/audacious/ui_manager.c:287 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1026 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1027 msgid "Removes duplicate entries from the playlist by filename." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1028 msgstr "/Dubbele nummers wissen/Op locatie en bestandsnaam" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1029 |
2368 | 1030 #: src/audacious/ui_manager.c:290 src/audacious/ui_manager.c:330 |
1031 #: src/audacious/ui_manager.c:360 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1032 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1033 msgid "By Path + Filename" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1034 msgstr "/Lijst sorteren/Op locatie en bestandsnaam" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1035 |
2368 | 1036 #: src/audacious/ui_manager.c:291 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1037 msgid "Removes duplicate entries from the playlist by their full path." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1038 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1039 |
2368 | 1040 #: src/audacious/ui_manager.c:294 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1041 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1042 msgid "Remove All" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1043 msgstr "/Alles wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1044 |
2368 | 1045 #: src/audacious/ui_manager.c:295 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1046 msgid "Removes all entries from the playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1047 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1048 |
2368 | 1049 #: src/audacious/ui_manager.c:298 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1050 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1051 msgid "Remove Unselected" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1052 msgstr "/Selectie behouden" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1053 |
2368 | 1054 #: src/audacious/ui_manager.c:299 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1055 msgid "Remove unselected entries from the playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1056 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1057 |
2368 | 1058 #: src/audacious/ui_manager.c:302 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1059 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1060 msgid "Remove Selected" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1061 msgstr "/Selectie wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1062 |
2368 | 1063 #: src/audacious/ui_manager.c:303 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1064 msgid "Remove selected entries from the playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1065 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1066 |
2368 | 1067 #: src/audacious/ui_manager.c:308 |
2167 | 1068 #, fuzzy |
1069 msgid "Randomize List" | |
1070 msgstr "/Willekeurig verdelen" | |
1071 | |
2368 | 1072 #: src/audacious/ui_manager.c:309 |
2167 | 1073 #, fuzzy |
1074 msgid "Randomizes the playlist." | |
1075 msgstr "/Willekeurig verdelen" | |
1076 | |
2368 | 1077 #: src/audacious/ui_manager.c:312 |
2167 | 1078 #, fuzzy |
1079 msgid "Reverse List" | |
1080 msgstr "/Omdraaien" | |
1081 | |
1082 # -e, --enqueue switch | |
2368 | 1083 #: src/audacious/ui_manager.c:313 |
2132 | 1084 #, fuzzy |
2167 | 1085 msgid "Reverses the playlist." |
1086 msgstr "Speellijst niet wissen" | |
1087 | |
2368 | 1088 #: src/audacious/ui_manager.c:316 |
2167 | 1089 #, fuzzy |
1090 msgid "Sort List" | |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
1091 msgstr "/Lijst sorteren" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
1092 |
2368 | 1093 #: src/audacious/ui_manager.c:319 src/audacious/ui_manager.c:349 |
2167 | 1094 #, fuzzy |
1095 msgid "Sorts the list by title." | |
0 | 1096 msgstr "/Lijst sorteren/Op titel" |
1097 | |
2368 | 1098 #: src/audacious/ui_manager.c:322 src/audacious/ui_manager.c:352 |
2167 | 1099 #, fuzzy |
1100 msgid "By Artist" | |
1101 msgstr "Artiest" | |
1102 | |
2368 | 1103 #: src/audacious/ui_manager.c:323 src/audacious/ui_manager.c:353 |
2167 | 1104 #, fuzzy |
1105 msgid "Sorts the list by artist." | |
1461 | 1106 msgstr "/Lijst sorteren/Op artiest" |
1107 | |
2368 | 1108 #: src/audacious/ui_manager.c:327 src/audacious/ui_manager.c:357 |
2167 | 1109 #, fuzzy |
1110 msgid "Sorts the list by filename." | |
0 | 1111 msgstr "/Lijst sorteren/Op bestandsnaam" |
1112 | |
2368 | 1113 #: src/audacious/ui_manager.c:331 src/audacious/ui_manager.c:361 |
2167 | 1114 msgid "Sorts the list by full pathname." |
1115 msgstr "" | |
1116 | |
2368 | 1117 #: src/audacious/ui_manager.c:334 src/audacious/ui_manager.c:364 |
2167 | 1118 #, fuzzy |
1119 msgid "By Date" | |
1120 msgstr "Datum" | |
1121 | |
2368 | 1122 #: src/audacious/ui_manager.c:335 src/audacious/ui_manager.c:365 |
2167 | 1123 msgid "Sorts the list by modification time." |
1124 msgstr "" | |
1125 | |
2368 | 1126 #: src/audacious/ui_manager.c:338 src/audacious/ui_manager.c:368 |
2167 | 1127 #, fuzzy |
1128 msgid "By Track Number" | |
1129 msgstr "Nummer" | |
1130 | |
2368 | 1131 #: src/audacious/ui_manager.c:339 src/audacious/ui_manager.c:369 |
2167 | 1132 #, fuzzy |
1133 msgid "Sorts the list by track number." | |
1487
9d234fcfc72d
[svn] Updated dutch translation. 990 translated messages.
chainsaw
parents:
1461
diff
changeset
|
1134 msgstr "/Lijst sorteren/Op tracknummer" |
1461 | 1135 |
2368 | 1136 #: src/audacious/ui_manager.c:342 src/audacious/ui_manager.c:372 |
2167 | 1137 #, fuzzy |
1138 msgid "By Playlist Entry" | |
1487
9d234fcfc72d
[svn] Updated dutch translation. 990 translated messages.
chainsaw
parents:
1461
diff
changeset
|
1139 msgstr "/Lijst sorteren/Op volgorde afspeellijst" |
1461 | 1140 |
2368 | 1141 #: src/audacious/ui_manager.c:343 src/audacious/ui_manager.c:373 |
2167 | 1142 #, fuzzy |
1143 msgid "Sorts the list by playlist entry." | |
1144 msgstr "/Lijst sorteren/Op volgorde afspeellijst" | |
1145 | |
2368 | 1146 #: src/audacious/ui_manager.c:346 |
2167 | 1147 #, fuzzy |
1148 msgid "Sort Selected" | |
0 | 1149 msgstr "/Selectie sorteren" |
1150 | |
2368 | 1151 #: src/audacious/ui_manager.c:381 src/audacious/ui_manager.c:384 |
2167 | 1152 #, fuzzy |
1153 msgid "View Track Details" | |
1154 msgstr "/Nummer details weergeven" | |
1155 | |
2368 | 1156 #: src/audacious/ui_manager.c:382 src/audacious/ui_manager.c:385 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1157 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1158 msgid "View track details" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1159 msgstr "/Nummer details weergeven" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1160 |
2368 | 1161 #: src/audacious/ui_manager.c:390 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1162 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1163 msgid "Play File" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1164 msgstr "Bestand afspelen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1165 |
2368 | 1166 #: src/audacious/ui_manager.c:391 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1167 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1168 msgid "Load and play a file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1169 msgstr "Metadata van speellijsten en bestanden laden" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1170 |
2368 | 1171 #: src/audacious/ui_manager.c:393 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1172 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1173 msgid "Play Location" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1174 msgstr "Afspeellocatie:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1175 |
2368 | 1176 #: src/audacious/ui_manager.c:394 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1177 msgid "Play media from the selected location" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1178 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1179 |
2368 | 1180 #: src/audacious/ui_manager.c:396 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1181 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1182 msgid "Preferences" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1183 msgstr "/Instellingen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1184 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1185 # load the interface |
2368 | 1186 #: src/audacious/ui_manager.c:397 |
2167 | 1187 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1188 msgid "Open preferences window" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1189 msgstr "Instellingen venster" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1190 |
2368 | 1191 #: src/audacious/ui_manager.c:399 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1192 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1193 msgid "_Quit" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1194 msgstr "/_Afsluiten" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1195 |
2368 | 1196 #: src/audacious/ui_manager.c:400 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1197 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1198 msgid "Quit Audacious" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1199 msgstr "Over Audacious" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1200 |
2368 | 1201 #: src/audacious/ui_manager.c:402 src/audacious/ui_manager.c:403 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1202 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1203 msgid "Set A-B" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1204 msgstr "A-B /herhaling" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1205 |
2368 | 1206 #: src/audacious/ui_manager.c:405 src/audacious/ui_manager.c:406 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1207 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1208 msgid "Clear A-B" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1209 msgstr "A-B /wissen" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1210 |
2368 | 1211 #: src/audacious/ui_manager.c:408 src/audacious/ui_manager.c:409 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1212 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1213 msgid "Jump to Playlist Start" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1214 msgstr "/Naar het begin van de speellijst" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1215 |
2368 | 1216 #: src/audacious/ui_manager.c:411 src/audacious/ui_manager.c:412 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1217 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1218 msgid "Jump to File" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1219 msgstr "/Ga naar bestand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1220 |
2368 | 1221 #: src/audacious/ui_manager.c:417 |
2167 | 1222 #, fuzzy |
1223 msgid "Queue Toggle" | |
1224 msgstr "/In de wachtrij zetten" | |
1225 | |
2368 | 1226 #: src/audacious/ui_manager.c:418 |
2167 | 1227 msgid "Enables/disables the entry in the playlist's queue." |
1228 msgstr "" | |
1229 | |
2368 | 1230 #: src/audacious/ui_manager.c:425 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1231 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1232 msgid "Load" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1233 msgstr "/Laden" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1234 |
2368 | 1235 #: src/audacious/ui_manager.c:426 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1236 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1237 msgid "Import" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1238 msgstr "/Importeer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1239 |
2368 | 1240 #: src/audacious/ui_manager.c:427 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1241 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1242 msgid "Save" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1243 msgstr "/Opslaan" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1244 |
2368 | 1245 #: src/audacious/ui_manager.c:428 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1246 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1247 msgid "Delete" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1248 msgstr "/Wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1249 |
2368 | 1250 #: src/audacious/ui_manager.c:430 src/audacious/ui_manager.c:451 |
1251 #: src/audacious/ui_manager.c:466 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1252 msgid "Preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1253 msgstr "Standen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1254 |
2368 | 1255 #: src/audacious/ui_manager.c:431 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1256 msgid "Load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1257 msgstr "Standen laden" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1258 |
2368 | 1259 #: src/audacious/ui_manager.c:433 src/audacious/ui_manager.c:454 |
1260 #: src/audacious/ui_manager.c:469 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1261 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1262 msgid "Auto-load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1263 msgstr "/Laden/Automatisch te laden stand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1264 |
2368 | 1265 #: src/audacious/ui_manager.c:434 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1266 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1267 msgid "Load auto-load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1268 msgstr "/Laden/Automatisch te laden stand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1269 |
2368 | 1270 #: src/audacious/ui_manager.c:436 src/audacious/ui_manager.c:457 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1271 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1272 msgid "Default" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1273 msgstr "Standaard skin:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1274 |
2368 | 1275 #: src/audacious/ui_manager.c:437 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1276 msgid "Load default preset into equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1277 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1278 |
2368 | 1279 #: src/audacious/ui_manager.c:439 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1280 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1281 msgid "Zero" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1282 msgstr "stereo" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1283 |
2368 | 1284 #: src/audacious/ui_manager.c:440 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1285 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1286 msgid "Set equalizer preset levels to zero" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1287 msgstr "Equalizer standen opslaan" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1288 |
2368 | 1289 #: src/audacious/ui_manager.c:442 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1290 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1291 msgid "From file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1292 msgstr "/Laden/Bestand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1293 |
2368 | 1294 #: src/audacious/ui_manager.c:443 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1295 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1296 msgid "Load preset from file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1297 msgstr "Standen laden" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1298 |
2368 | 1299 #: src/audacious/ui_manager.c:445 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1300 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1301 msgid "From WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1302 msgstr "/Laden/WinAMP EQF-bestand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1303 |
2368 | 1304 #: src/audacious/ui_manager.c:446 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1305 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1306 msgid "Load preset from WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1307 msgstr "/Laden/WinAMP EQF-bestand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1308 |
2368 | 1309 #: src/audacious/ui_manager.c:448 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1310 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1311 msgid "WinAMP Presets" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1312 msgstr "/Importeer/WinAMP Equalizer stand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1313 |
2368 | 1314 #: src/audacious/ui_manager.c:449 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1315 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1316 msgid "Import WinAMP presets" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1317 msgstr "/Importeer/WinAMP Equalizer stand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1318 |
2368 | 1319 #: src/audacious/ui_manager.c:452 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1320 msgid "Save preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1321 msgstr "Stand opslaan" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1322 |
2368 | 1323 #: src/audacious/ui_manager.c:455 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1324 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1325 msgid "Save auto-load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1326 msgstr "/Opslaan/Automatisch te laden stand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1327 |
2368 | 1328 #: src/audacious/ui_manager.c:458 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1329 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1330 msgid "Save default preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1331 msgstr "Automatische stand opslaan" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1332 |
2368 | 1333 #: src/audacious/ui_manager.c:460 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1334 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1335 msgid "To file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1336 msgstr "Bestanden laden" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1337 |
2368 | 1338 #: src/audacious/ui_manager.c:461 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1339 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1340 msgid "Save preset to file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1341 msgstr "Stand opslaan" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1342 |
2368 | 1343 #: src/audacious/ui_manager.c:463 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1344 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1345 msgid "To WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1346 msgstr "/Opslaan/Als WinAMP EQF bestand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1347 |
2368 | 1348 #: src/audacious/ui_manager.c:464 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1349 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1350 msgid "Save preset to WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1351 msgstr "/Opslaan/Als WinAMP EQF bestand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1352 |
2368 | 1353 #: src/audacious/ui_manager.c:467 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1354 msgid "Delete preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1355 msgstr "Stand wissen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1356 |
2368 | 1357 #: src/audacious/ui_manager.c:470 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1358 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1359 msgid "Delete auto-load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1360 msgstr "/Wissen/Automatisch te laden stand" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1361 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1362 #: src/audacious/ui_preferences.c:101 src/audacious/glade/prefswin.glade:1363 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1363 msgid "Appearance" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1364 msgstr "Uiterlijk" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1365 |
2445 | 1366 #: src/audacious/ui_preferences.c:102 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1367 msgid "Audio" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1368 msgstr "Geluid" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1369 |
2445 | 1370 #: src/audacious/ui_preferences.c:103 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1371 msgid "Connectivity" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1372 msgstr "Verbindingen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1373 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1374 #: src/audacious/ui_preferences.c:104 src/audacious/glade/prefswin.glade:2862 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1375 msgid "Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1376 msgstr "Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1377 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1378 #: src/audacious/ui_preferences.c:105 src/audacious/glade/prefswin.glade:1642 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1379 msgid "Mouse" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1380 msgstr "Muis" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1381 |
2445 | 1382 #: src/audacious/ui_preferences.c:107 src/audacious/glade/prefswin.glade:693 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1383 msgid "Plugins" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1384 msgstr "Plugins" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1385 |
2501 | 1386 #: src/audacious/ui_preferences.c:113 src/audacious/ui_fileinfopopup.c:243 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1387 msgid "Artist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1388 msgstr "Artiest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1389 |
2501 | 1390 #: src/audacious/ui_preferences.c:114 src/audacious/ui_fileinfopopup.c:260 |
2445 | 1391 #: src/audacious/titlestring.c:372 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1392 msgid "Album" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1393 msgstr "Album" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1394 |
2501 | 1395 #: src/audacious/ui_preferences.c:115 src/audacious/ui_fileinfopopup.c:226 |
1396 #: src/audacious/ui_fileinfopopup.c:394 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1397 msgid "Title" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1398 msgstr "Titel" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1399 |
2445 | 1400 #: src/audacious/ui_preferences.c:116 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1401 msgid "Tracknumber" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1402 msgstr "Nummer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1403 |
2501 | 1404 #: src/audacious/ui_preferences.c:117 src/audacious/ui_fileinfopopup.c:277 |
2445 | 1405 #: src/audacious/titlestring.c:373 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1406 msgid "Genre" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1407 msgstr "Genre" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1408 |
2445 | 1409 #: src/audacious/ui_preferences.c:119 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1410 msgid "Filepath" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1411 msgstr "Bestandslocatie" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1412 |
2445 | 1413 #: src/audacious/ui_preferences.c:120 src/audacious/titlestring.c:379 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1414 msgid "Date" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1415 msgstr "Datum" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1416 |
2501 | 1417 #: src/audacious/ui_preferences.c:121 src/audacious/ui_fileinfopopup.c:294 |
2445 | 1418 #: src/audacious/titlestring.c:380 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1419 msgid "Year" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1420 msgstr "Jaar" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1421 |
2445 | 1422 #: src/audacious/ui_preferences.c:122 src/audacious/titlestring.c:381 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1423 msgid "Comment" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1424 msgstr "Opmerking" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1425 |
2445 | 1426 #: src/audacious/ui_preferences.c:143 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1427 msgid "localhost" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1428 msgstr "locale machine" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1429 |
2445 | 1430 #: src/audacious/ui_preferences.c:456 src/audacious/ui_preferences.c:543 |
1431 #: src/audacious/ui_preferences.c:632 src/audacious/ui_preferences.c:728 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1432 msgid "Enabled" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1433 msgstr "Actief" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1434 |
2445 | 1435 #: src/audacious/ui_preferences.c:472 src/audacious/ui_preferences.c:559 |
1436 #: src/audacious/ui_preferences.c:648 src/audacious/ui_preferences.c:744 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1437 msgid "Description" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1438 msgstr "Beschrijving" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1439 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1440 #: src/audacious/ui_preferences.c:1783 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1441 msgid "Category" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1442 msgstr "Categorie" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1443 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1444 # load the interface |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1445 #: src/audacious/ui_preferences.c:2348 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1446 msgid "Preferences Window" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1447 msgstr "Instellingen venster" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1448 |
2368 | 1449 #: src/audacious/ui_skinselector.c:176 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1450 msgid "Archived Winamp 2.x skin" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1451 msgstr "Ingepakte Winamp 2.x skin" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1452 |
2368 | 1453 #: src/audacious/ui_skinselector.c:181 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1454 msgid "Unarchived Winamp 2.x skin" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1455 msgstr "Uitgepakte Winamp 2.x skin" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1456 |
2445 | 1457 #: src/audacious/ui_fileinfo.c:160 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1458 msgid "Track Information Window" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1459 msgstr "Nummer-info" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1460 |
2501 | 1461 #: src/audacious/ui_fileinfopopup.c:311 |
2445 | 1462 #, fuzzy |
1463 msgid "Track Number" | |
1464 msgstr "Nummer" | |
1465 | |
2501 | 1466 #: src/audacious/ui_fileinfopopup.c:328 |
2445 | 1467 #, fuzzy |
1468 msgid "Track Length" | |
1469 msgstr "Duur:" | |
1470 | |
2501 | 1471 #: src/audacious/ui_fileopener.c:127 |
2445 | 1472 msgid "Open Files" |
1473 msgstr "Bestanden openen" | |
1474 | |
2501 | 1475 #: src/audacious/ui_fileopener.c:127 |
2455 | 1476 msgid "Add Files" |
1477 msgstr "Bestanden toevoegen" | |
1478 | |
2501 | 1479 #: src/audacious/ui_fileopener.c:129 |
2445 | 1480 msgid "Close dialog on Open" |
1481 msgstr "Sluit venster bij openen" | |
1482 | |
2501 | 1483 #: src/audacious/ui_fileopener.c:129 |
2445 | 1484 msgid "Close dialog on Add" |
1485 msgstr "Sluit venster bij toevoegen" | |
1486 | |
2501 | 1487 #: src/audacious/ui_fileopener.c:354 |
2455 | 1488 msgid "Play files" |
1489 msgstr "Bestanden afspelen" | |
1490 | |
2501 | 1491 #: src/audacious/ui_fileopener.c:356 |
2445 | 1492 msgid "Load files" |
1493 msgstr "Bestanden laden" | |
1494 | |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1495 # -r, --rew switch |
2501 | 1496 #: src/audacious/ui_playlist.c:484 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1497 #, fuzzy |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1498 msgid "Search entries in active playlist" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1499 msgstr "Scheidingslijnen in de speellijst weergeven" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1500 |
2501 | 1501 #: src/audacious/ui_playlist.c:490 |
2132 | 1502 msgid "" |
1503 "Select entries in playlist by filling one or more fields. Fields use regular " | |
1504 "expressions syntax, case-insensitive. If you don't know how regular " | |
1505 "expressions work, simply insert a literal portion of what you're searching " | |
1506 "for." | |
1507 msgstr "" | |
1508 | |
2501 | 1509 #: src/audacious/ui_playlist.c:497 |
2132 | 1510 #, fuzzy |
1511 msgid "Track name: " | |
1512 msgstr "Titel" | |
1513 | |
2501 | 1514 #: src/audacious/ui_playlist.c:503 |
2132 | 1515 msgid "Album name: " |
1516 msgstr "" | |
1517 | |
2501 | 1518 #: src/audacious/ui_playlist.c:509 |
2132 | 1519 #, fuzzy |
1520 msgid "Artist: " | |
1521 msgstr "Artiest" | |
1522 | |
2501 | 1523 #: src/audacious/ui_playlist.c:515 |
2132 | 1524 #, fuzzy |
1525 msgid "Filename: " | |
1526 msgstr "Bestandsnaam:" | |
1527 | |
2501 | 1528 #: src/audacious/ui_playlist.c:522 |
2167 | 1529 msgid "Clear previous selection before searching" |
1530 msgstr "" | |
1531 | |
2501 | 1532 #: src/audacious/ui_playlist.c:525 |
2167 | 1533 msgid "Automatically toggle queue for matching entries" |
1534 msgstr "" | |
1535 | |
2501 | 1536 #: src/audacious/ui_playlist.c:528 |
2167 | 1537 msgid "Create a new playlist with matching entries" |
1538 msgstr "" | |
1539 | |
2501 | 1540 #: src/audacious/ui_playlist.c:788 |
0 | 1541 #, c-format |
1542 msgid "Error writing playlist \"%s\": %s" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1543 msgstr "Fout bij wegschrijven afspeellijst \"%s\": %s" |
0 | 1544 |
2501 | 1545 #: src/audacious/ui_playlist.c:809 |
0 | 1546 #, c-format |
1547 msgid "%s already exist. Continue?" | |
1548 msgstr "%s bestaat reeds. Wilt u doorgaan?" | |
1549 | |
2501 | 1550 #: src/audacious/ui_playlist.c:823 |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1551 #, c-format |
0 | 1552 msgid "" |
1553 "<b><big>Unable to save playlist.</big></b>\n" | |
1554 "\n" | |
1555 "Unknown file type for '%s'.\n" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1556 msgstr "" |
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1557 "<b><big>Kon de afspeellijst niet opslaan.</big></b>\n" |
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1558 "\n" |
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1559 "Onbekend bestandstype voor '%s'.\n" |
0 | 1560 |
2501 | 1561 #: src/audacious/ui_playlist.c:963 |
0 | 1562 msgid "Load Playlist" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1563 msgstr "Afspeellijst laden" |
0 | 1564 |
2501 | 1565 #: src/audacious/ui_playlist.c:976 |
0 | 1566 msgid "Save Playlist" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1567 msgstr "Afspeellijst opslaan" |
0 | 1568 |
2501 | 1569 #: src/audacious/ui_playlist.c:1672 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
1570 msgid "Audacious Playlist Editor" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1571 msgstr "Audacious afspeellijst-editor" |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
1572 |
2445 | 1573 #: src/audacious/ui_urlopener.c:90 |
2231 | 1574 #, fuzzy |
1575 msgid "Add/Open URL Dialog" | |
1576 msgstr "Toevoegen/Bestanden openen venster" | |
1577 | |
2501 | 1578 #: src/audacious/ui_playlist_manager.c:253 |
1579 #, fuzzy | |
1580 msgid "Playlist Manager" | |
1581 msgstr "/Niet vooruitlopen in de speellijst" | |
1582 | |
1583 #: src/audacious/ui_playlist_manager.c:292 | |
1584 msgid "Entries" | |
1585 msgstr "" | |
1586 | |
1587 #: src/audacious/ui_playlist_manager.c:306 | |
1588 #, fuzzy | |
1589 msgid "_Rename" | |
1590 msgstr "Bestandsnaam" | |
1591 | |
1592 #: src/audacious/ui_jumptotrack.c:134 | |
1593 msgid "Un_queue" | |
1594 msgstr "_Uit wachtrij verwijderen" | |
1595 | |
1596 #: src/audacious/ui_jumptotrack.c:136 src/audacious/ui_jumptotrack.c:525 | |
1597 msgid "_Queue" | |
1598 msgstr "_In wachtrij plaatsen" | |
1599 | |
1600 #: src/audacious/ui_jumptotrack.c:450 | |
1601 msgid "Jump to Track" | |
1602 msgstr "Ga naar nummer" | |
1603 | |
1604 #: src/audacious/ui_jumptotrack.c:491 | |
1605 msgid "Filter: " | |
1606 msgstr "Filter: " | |
1607 | |
1608 #: src/audacious/ui_jumptotrack.c:492 | |
1609 #, fuzzy | |
1610 msgid "_Filter:" | |
1611 msgstr "Filter: " | |
1612 | |
2445 | 1613 #: src/audacious/playback.c:198 |
753 | 1614 msgid "" |
1615 "<b><big>No output plugin selected.</big></b>\n" | |
1616 "You have not selected an output plugin." | |
1617 msgstr "" | |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1618 "<b><big>Geen uitvoer-plugin geselecteerd.</big></b>\n" |
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1619 "U heeft (nog) geen uitvoer-plugin gekozen." |
753 | 1620 |
2445 | 1621 #: src/audacious/titlestring.c:371 |
1622 msgid "Performer/Artist" | |
1623 msgstr "Artiest" | |
1624 | |
1625 #: src/audacious/titlestring.c:374 | |
1626 msgid "File name" | |
1627 msgstr "Bestandsnaam" | |
1628 | |
1629 #: src/audacious/titlestring.c:375 | |
1630 msgid "File path" | |
1631 msgstr "Bestandslocatie" | |
1632 | |
1633 #: src/audacious/titlestring.c:376 | |
1634 msgid "File extension" | |
1635 msgstr "Bestandstype" | |
1636 | |
1637 #: src/audacious/titlestring.c:377 | |
1638 msgid "Track name" | |
1639 msgstr "Titel" | |
1640 | |
1641 #: src/audacious/titlestring.c:378 | |
1642 msgid "Track number" | |
1643 msgstr "Nummer" | |
1644 | |
1645 #: src/audacious/titlestring.c:441 | |
1646 msgid "%{n:...%}: Display \"...\" only if element %n is present" | |
1647 msgstr "%{n:...%}: Geef \"...\" alleen weer wanneer element %n beschikbaar is" | |
753 | 1648 |
2368 | 1649 #: src/audacious/glade/fileinfo.glade:8 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1650 msgid "Track Information" |
1981 | 1651 msgstr "Nummer-informatie:" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1652 |
2368 | 1653 #: src/audacious/glade/fileinfo.glade:81 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1654 msgid "<span size=\"small\">Title</span>" |
1981 | 1655 msgstr "<span size=\"small\">Titel</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1656 |
2368 | 1657 #: src/audacious/glade/fileinfo.glade:139 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1658 msgid "<span size=\"small\">Artist</span>" |
1981 | 1659 msgstr "<span size=\"small\">Artiest</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1660 |
2368 | 1661 #: src/audacious/glade/fileinfo.glade:197 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1662 msgid "<span size=\"small\">Album</span>" |
1981 | 1663 msgstr "<span size=\"small\">Album</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1664 |
2368 | 1665 #: src/audacious/glade/fileinfo.glade:255 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1666 msgid "<span size=\"small\">Comment</span>" |
1981 | 1667 msgstr "<span size=\"small\">Commentaar</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1668 |
2368 | 1669 #: src/audacious/glade/fileinfo.glade:313 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1670 msgid "<span size=\"small\">Genre</span>" |
1981 | 1671 msgstr "<span size=\"small\">Genre</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1672 |
2368 | 1673 #: src/audacious/glade/fileinfo.glade:392 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1674 msgid "<span size=\"small\">Year</span>" |
1981 | 1675 msgstr "<span size=\"small\">Jaar</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1676 |
2368 | 1677 #: src/audacious/glade/fileinfo.glade:441 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1678 msgid "<span size=\"small\">Track Number</span>" |
1981 | 1679 msgstr "<span size=\"small\">Nummer</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1680 |
2368 | 1681 #: src/audacious/glade/fileinfo.glade:499 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1682 msgid "<span size=\"small\">Location</span>" |
1981 | 1683 msgstr "<span size=\"small\">Locatie</span>" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1684 |
2368 | 1685 #: src/audacious/glade/prefswin.glade:8 |
2231 | 1686 msgid "Audacious Preferences" |
1687 msgstr "Audacious voorkeuren" | |
1688 | |
2368 | 1689 #: src/audacious/glade/prefswin.glade:115 |
1414 | 1690 msgid "_Decoder list:" |
1416 | 1691 msgstr "_Decoder-lijst:" |
1414 | 1692 |
2368 | 1693 #: src/audacious/glade/prefswin.glade:219 |
1414 | 1694 msgid "<span size=\"medium\"><b>Decoders</b></span>" |
1416 | 1695 msgstr "<span size=\"medium\"><b>Decoders</b></span>" |
1414 | 1696 |
2368 | 1697 #: src/audacious/glade/prefswin.glade:261 |
753 | 1698 msgid "_General plugin list:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1699 msgstr "_Algemene plugin-lijst:" |
753 | 1700 |
2368 | 1701 #: src/audacious/glade/prefswin.glade:365 |
753 | 1702 msgid "<span size=\"medium\"><b>General</b></span>" |
1703 msgstr "<span size=\"medium\"><b>Algemeen</b></span>" | |
1704 | |
2368 | 1705 #: src/audacious/glade/prefswin.glade:407 |
753 | 1706 msgid "_Visualization plugin list:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1707 msgstr "_Visualisatie plugin-lijst:" |
753 | 1708 |
2368 | 1709 #: src/audacious/glade/prefswin.glade:511 |
753 | 1710 msgid "<b>Visualization</b>" |
1711 msgstr "<b>Visualisatie</b>" | |
1712 | |
2368 | 1713 #: src/audacious/glade/prefswin.glade:553 |
753 | 1714 msgid "_Effect plugin list:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1715 msgstr "_Effect plugin-lijst:" |
753 | 1716 |
2368 | 1717 #: src/audacious/glade/prefswin.glade:657 |
753 | 1718 msgid "<b>Effects</b>" |
1719 msgstr "<b>Effecten</b>" | |
1720 | |
2368 | 1721 #: src/audacious/glade/prefswin.glade:746 |
753 | 1722 msgid "<b>_Skin</b>" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1723 msgstr "<b>S_kin</b>" |
753 | 1724 |
2368 | 1725 #: src/audacious/glade/prefswin.glade:799 |
2231 | 1726 #, fuzzy |
1727 msgid "Refresh skin list" | |
1728 msgstr "Skin-lijst verversen" | |
1729 | |
2368 | 1730 #: src/audacious/glade/prefswin.glade:893 |
753 | 1731 msgid "<b>_Fonts</b>" |
1732 msgstr "<b>_Lettertypen</b>" | |
1733 | |
2368 | 1734 #: src/audacious/glade/prefswin.glade:948 |
753 | 1735 msgid "_Player:" |
1736 msgstr "_Speler:" | |
1737 | |
2368 | 1738 #: src/audacious/glade/prefswin.glade:991 |
753 | 1739 msgid "_Playlist:" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1740 msgstr "_Afspeellijst:" |
753 | 1741 |
2368 | 1742 #: src/audacious/glade/prefswin.glade:1023 |
2231 | 1743 msgid "Select main player window font:" |
1744 msgstr "Kies het lettertype voor het hoofdvenster:" | |
1745 | |
2368 | 1746 #: src/audacious/glade/prefswin.glade:1091 |
2231 | 1747 msgid "" |
1748 "Use bitmap fonts if they are available. Bitmap fonts do not support Unicode " | |
1749 "strings." | |
1750 msgstr "" | |
1751 "Gebruik bitmap-lettertypen als deze beschikbaar zijn. Bitmaplettertypen " | |
1752 "ondersteunen geen unicode strings." | |
1753 | |
2368 | 1754 #: src/audacious/glade/prefswin.glade:1093 |
753 | 1755 msgid "Use Bitmap fonts if available" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1756 msgstr "Gebruik bitmapfonts (mits beschikbaar)" |
753 | 1757 |
2368 | 1758 #: src/audacious/glade/prefswin.glade:1127 |
753 | 1759 msgid "<b>_Miscellaneous</b>" |
1760 msgstr "<b>_Diversen</b>" | |
1761 | |
1762 # -r, --rew switch | |
2368 | 1763 #: src/audacious/glade/prefswin.glade:1175 |
753 | 1764 msgid "Show track numbers in playlist" |
1765 msgstr "Positienummers in de speellijst weergeven" | |
1766 | |
1107 | 1767 # -r, --rew switch |
2368 | 1768 #: src/audacious/glade/prefswin.glade:1210 |
1107 | 1769 msgid "Show separators in playlist" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
1770 msgstr "Scheidingslijnen in de speellijst weergeven" |
1107 | 1771 |
2368 | 1772 #: src/audacious/glade/prefswin.glade:1245 |
753 | 1773 msgid "Use custom cursors" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1774 msgstr "Gebruik muiscursors van skin" |
753 | 1775 |
2368 | 1776 #: src/audacious/glade/prefswin.glade:1279 |
1777 #: src/audacious/glade/prefswin.glade:1290 | |
2231 | 1778 msgid "This enables the window manager to show decorations for windows." |
1779 msgstr "Dit laat de venster-beheerder decoraties om de vensters tekenen." | |
1780 | |
2368 | 1781 #: src/audacious/glade/prefswin.glade:1281 |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1782 msgid "Show window manager decoration" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1783 msgstr "Toon vensterdecoraties" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1784 |
2368 | 1785 #: src/audacious/glade/prefswin.glade:1289 |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1786 msgid "Show window manager decorations" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1787 msgstr "Toon vensterdecoraties" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1788 |
2368 | 1789 #: src/audacious/glade/prefswin.glade:1319 |
2231 | 1790 msgid "" |
1791 "This enables the XMMS/GTK1-style file selection dialogs. This selector is " | |
1792 "provided by Audacious itself and is faster than the default GTK2 selector " | |
1793 "(but sadly not as user-friendly)." | |
1794 msgstr "" | |
1795 "Dit schakelt de bestandsdialoog naar XMMS/GTK1-stijl. Deze selector wordt " | |
1796 "door Audacious zelf aangeboden en is sneller dan de GTK2 uitvoering (maar " | |
1797 "helaas niet even gebruikersvriendelijk)." | |
1414 | 1798 |
2368 | 1799 #: src/audacious/glade/prefswin.glade:1321 |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1800 msgid "Use XMMS-style file selector instead of the default selector" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1801 msgstr "Gebruik XMMS-stijl bestandsdialoog ipv standaard" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1802 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1803 #: src/audacious/glade/prefswin.glade:1410 |
753 | 1804 msgid "<b>Mouse wheel</b>" |
1805 msgstr "<b>Muiswiel</b>" | |
1806 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1807 #: src/audacious/glade/prefswin.glade:1458 |
0 | 1808 msgid "Changes volume by" |
1809 msgstr "Muiswiel verandert het volume met" | |
1810 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1811 #: src/audacious/glade/prefswin.glade:1486 |
753 | 1812 msgid "percent" |
1813 msgstr "procent" | |
1814 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1815 #: src/audacious/glade/prefswin.glade:1514 |
0 | 1816 msgid "Scrolls playlist by" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1817 msgstr "Muiswiel scrollt de speellijst met" |
0 | 1818 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1819 #: src/audacious/glade/prefswin.glade:1567 |
753 | 1820 msgid "lines" |
1821 msgstr "regels" | |
1822 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1823 #: src/audacious/glade/prefswin.glade:1689 |
753 | 1824 msgid "<b>Filename</b>" |
1825 msgstr "<b>Bestandsnaam</b>" | |
1826 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1827 #: src/audacious/glade/prefswin.glade:1729 |
753 | 1828 msgid "Convert underscores to blanks" |
952
ebb63be7721c
[svn] Update dutch translation. Apparently nobody else cares about this (sent several mails).
chainsaw
parents:
753
diff
changeset
|
1829 msgstr "Converteer underscores naar spaties" |
753 | 1830 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1831 #: src/audacious/glade/prefswin.glade:1764 |
753 | 1832 msgid "Convert %20 to blanks" |
1833 msgstr "Converteer %20 naar spaties" | |
1834 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1835 #: src/audacious/glade/prefswin.glade:1799 |
2103 | 1836 msgid "Convert backslash '\\' to forward slash '/'" |
2100 | 1837 msgstr "" |
1838 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1839 #: src/audacious/glade/prefswin.glade:1833 |
753 | 1840 msgid "<b>Metadata</b>" |
1841 msgstr "<b>Metadata</b>" | |
1842 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1843 #: src/audacious/glade/prefswin.glade:1872 |
2231 | 1844 msgid "Load metadata (tag information) from music files." |
1845 msgstr "Metadata (tag-informatie) van muziekbestanden laden" | |
1846 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1847 #: src/audacious/glade/prefswin.glade:1874 |
985 | 1848 msgid "Load metadata from playlists and files" |
1849 msgstr "Metadata van speellijsten en bestanden laden" | |
1850 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1851 #: src/audacious/glade/prefswin.glade:1912 |
2231 | 1852 msgid "Load metadata when adding the file to the playlist or opening it" |
1853 msgstr "Metadata laden zodra een bestand wordt toegevoegd of geopened" | |
1854 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1855 #: src/audacious/glade/prefswin.glade:1914 |
753 | 1856 msgid "On load" |
1857 msgstr "Bij laden" | |
1858 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1859 #: src/audacious/glade/prefswin.glade:1934 |
2231 | 1860 #, fuzzy |
1861 msgid "Load metadata on demand when displaying the file in the playlist" | |
1862 msgstr "Metadata laden zodra een bestand wordt toegevoegd of geopened" | |
1863 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1864 #: src/audacious/glade/prefswin.glade:1936 |
753 | 1865 msgid "On display" |
1866 msgstr "Bij weergave" | |
1867 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1868 #: src/audacious/glade/prefswin.glade:1966 |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
1869 msgid "Fallback character encodings:" |
1416 | 1870 msgstr "Terugvallen op karakter-encodings:" |
1414 | 1871 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1872 #: src/audacious/glade/prefswin.glade:1994 |
2231 | 1873 msgid "" |
1874 "List of character encodings used for fall back conversion of metadata. If " | |
1875 "automatic character encoding detector failed or has been disabled, encodings " | |
1876 "in this list would be treated as candidates of the encoding of metadata, and " | |
1877 "fall back conversion from these encodings to UTF-8 would be attempted." | |
1878 msgstr "" | |
1879 "Lijst van karakter-encodings welke voor conversie van metadata worden " | |
1880 "gebruikt (hier wordt op teruggevallen als automatische detectie faalt of is " | |
1881 "uitgeschakeld)." | |
1882 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1883 #: src/audacious/glade/prefswin.glade:2035 |
1414 | 1884 msgid "Auto character encoding detector for:" |
1416 | 1885 msgstr "Automatische karakter-encoding detector ingeschakeld voor:" |
1414 | 1886 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1887 #: src/audacious/glade/prefswin.glade:2091 |
985 | 1888 msgid "<b>File Dialog</b>" |
989
a547b20938d5
[svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages.
chainsaw
parents:
985
diff
changeset
|
1889 msgstr "<b>Bestandsvenster</b>" |
985 | 1890 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1891 #: src/audacious/glade/prefswin.glade:2130 |
2231 | 1892 msgid "" |
1893 "Always refresh the file dialog (this will slow opening the dialog on large " | |
1894 "directories, and Gnome VFS should handle automatically)." | |
1895 msgstr "" | |
1896 "Ververs altijd het bestandsvenster (dit kan het openen van het venster " | |
1897 "vertragen voor grote mappen, en mag worden uitgeschakeld als Gnome-VFS " | |
1898 "actief is)." | |
1899 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1900 #: src/audacious/glade/prefswin.glade:2132 |
1414 | 1901 msgid "Always refresh directory when opening file dialog" |
985 | 1902 msgstr "" |
1107 | 1903 "Ververs altijd de mapinhoud bij het openen van het bestandsvenster, niet " |
1904 "noodzakelijk als Gnome VFS actief is." | |
1905 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1906 #: src/audacious/glade/prefswin.glade:2166 |
1414 | 1907 msgid "<b>Song Display</b>" |
753 | 1908 msgstr "<b>Nummer weergave</b>" |
1909 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1910 #: src/audacious/glade/prefswin.glade:2214 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1911 msgid "Title format:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1912 msgstr "Titelformaat:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
1913 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1914 #: src/audacious/glade/prefswin.glade:2242 |
753 | 1915 msgid "Custom string:" |
1916 msgstr "Handmatige instelling:" | |
1917 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1918 #: src/audacious/glade/prefswin.glade:2293 |
0 | 1919 msgid "" |
1920 "TITLE\n" | |
1921 "ARTIST - TITLE\n" | |
1922 "ARTIST - ALBUM - TITLE\n" | |
985 | 1923 "ARTIST - ALBUM - TRACK. TITLE\n" |
1924 "ARTIST [ ALBUM ] - TRACK. TITLE\n" | |
0 | 1925 "ALBUM - TITLE\n" |
1926 "Custom" | |
1927 msgstr "" | |
1487
9d234fcfc72d
[svn] Updated dutch translation. 990 translated messages.
chainsaw
parents:
1461
diff
changeset
|
1928 "TITEL\n" |
989
a547b20938d5
[svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages.
chainsaw
parents:
985
diff
changeset
|
1929 "ARTIEST - TITLE\n" |
0 | 1930 "ARTIEST - ALBUM - TITEL\n" |
989
a547b20938d5
[svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages.
chainsaw
parents:
985
diff
changeset
|
1931 "ARTIEST - ALBUM - TRACKNR. TITEL\n" |
a547b20938d5
[svn] Updated dutch translation. 1043 translated messages, no more fuzzy (read: wrong) or untranslated messages.
chainsaw
parents:
985
diff
changeset
|
1932 "ARTIEST [ ALBUM ] - TRACKNR. TITEL\n" |
0 | 1933 "ALBUM - TITEL\n" |
1934 "Aanpassen" | |
1935 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1936 #: src/audacious/glade/prefswin.glade:2315 |
2231 | 1937 msgid "Show information about titlestring format" |
1938 msgstr "Geef informatie over het titelformaat" | |
1939 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1940 #: src/audacious/glade/prefswin.glade:2365 |
1414 | 1941 msgid "<b>Popup Information</b>" |
1416 | 1942 msgstr "<b>Popup-informatie</b>" |
1414 | 1943 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1944 #: src/audacious/glade/prefswin.glade:2416 |
2231 | 1945 msgid "" |
1946 "Toggles popup information window for the pointed entry in the playlist. The " | |
1947 "window shows title of song, name of album, genre, year of publish, track " | |
1948 "number, track length, and artwork." | |
1949 msgstr "" | |
1950 "Schakelt het tonen van een popup-venster in. Dit venster toont meer " | |
1951 "informatie over het geselecteerde item in de afspeellijst, zoals de titel, " | |
1952 "het album, het genre, het jaar van publicatie, tracknummer en eventuele " | |
1953 "cover art." | |
1954 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1955 #: src/audacious/glade/prefswin.glade:2418 |
1414 | 1956 msgid "Show popup information for playlist entries" |
1416 | 1957 msgstr "Popup-informatie tonen voor items in afspeellijst" |
1414 | 1958 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1959 #: src/audacious/glade/prefswin.glade:2445 |
2231 | 1960 msgid "Edit settings for popup information" |
1961 msgstr "Instellingen aanpassen voor popup-informatie" | |
1962 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1963 #: src/audacious/glade/prefswin.glade:2553 |
753 | 1964 msgid "<b>Presets</b>" |
1965 msgstr "<b>Opgeslagen equalizer standen</b>" | |
1966 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1967 #: src/audacious/glade/prefswin.glade:2653 |
753 | 1968 msgid "Directory preset file:" |
1969 msgstr "Map voor standenbestand:" | |
1970 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1971 #: src/audacious/glade/prefswin.glade:2681 |
753 | 1972 msgid "File preset extension:" |
1973 msgstr "Extensie van standenbestand:" | |
1974 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1975 #: src/audacious/glade/prefswin.glade:2729 |
753 | 1976 msgid "Available _Presets:" |
1977 msgstr "Beschikbare _Opgeslagen instellingen:" | |
1978 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1979 #: src/audacious/glade/prefswin.glade:2909 |
1107 | 1980 msgid "<b>Proxy Configuration</b>" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
1981 msgstr "<b>Proxy-configuratie</b>" |
1107 | 1982 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1983 #: src/audacious/glade/prefswin.glade:2967 |
1107 | 1984 msgid "Enable proxy usage" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
1985 msgstr "Proxy gebruiken" |
1107 | 1986 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1987 #: src/audacious/glade/prefswin.glade:2998 |
1107 | 1988 msgid "Proxy hostname:" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
1989 msgstr "Proxy-hostnaam:" |
1107 | 1990 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1991 #: src/audacious/glade/prefswin.glade:3026 |
1107 | 1992 msgid "Proxy port:" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
1993 msgstr "Proxy-poort:" |
1107 | 1994 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1995 #: src/audacious/glade/prefswin.glade:3120 |
1107 | 1996 msgid "Use authentication with proxy" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
1997 msgstr "Gebruik authenticatie voor proxy" |
1107 | 1998 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1999 #: src/audacious/glade/prefswin.glade:3151 |
1107 | 2000 msgid "Proxy username:" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
2001 msgstr "Proxy-gebruikersnaam:" |
1107 | 2002 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2003 #: src/audacious/glade/prefswin.glade:3179 |
1107 | 2004 msgid "Proxy password:" |
1130
b60f95fa6dc8
[svn] Update dutch translation. One more pointer signedness issue in MP4.
chainsaw
parents:
1107
diff
changeset
|
2005 msgstr "Proxy-wachtwoord:" |
1107 | 2006 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2007 #: src/audacious/glade/prefswin.glade:3295 |
1414 | 2008 msgid "" |
2009 "<span size=\"small\">Changing these settings will require a restart of " | |
2010 "Audacious.</span>" | |
2011 msgstr "" | |
1416 | 2012 "<span size=\"small\">Het aanpassen van deze instellingen vereist een " |
2013 "herstart van Audacious.</span>" | |
1414 | 2014 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2015 #: src/audacious/glade/prefswin.glade:3419 |
1414 | 2016 msgid "<b>Audio System</b>" |
1416 | 2017 msgstr "<b>Geluidssysteem</b>" |
1414 | 2018 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2019 #: src/audacious/glade/prefswin.glade:3473 |
1414 | 2020 msgid "Current output plugin:" |
1416 | 2021 msgstr "Huidige uitvoer-plugin:" |
1414 | 2022 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2023 #: src/audacious/glade/prefswin.glade:3541 |
1414 | 2024 msgid "" |
2025 "<span size=\"small\">This is the amount of time to prebuffer audio streams " | |
2026 "by, in milliseconds.\n" | |
2027 "Increase this value if you are experiencing audio skipping. \n" | |
2028 "Please note however, that high values will result in Audacious performing " | |
2029 "poorly.</span>" | |
2030 msgstr "" | |
1416 | 2031 "<span size=\"small\">Dit is de grootte van de prebuffer in milliseconden.\n" |
1461 | 2032 "Verhoog deze waarde als de audio klikt of overslaat.\n" |
2033 "Gelieve er rekening mee te houden dat overdreven grote waardes de prestaties " | |
2034 "van Audacious sterk kunnen verminderen.</span>" | |
1414 | 2035 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2036 #: src/audacious/glade/prefswin.glade:3571 |
2132 | 2037 msgid "Buffer size:" |
2038 msgstr "Bufferomvang:" | |
2039 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2040 #: src/audacious/glade/prefswin.glade:3695 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2041 msgid "Output Plugin Preferences" |
1981 | 2042 msgstr "Instellingen uitvoer-plugin" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2043 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2044 #: src/audacious/glade/prefswin.glade:3770 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2045 msgid "Output Plugin Information" |
1981 | 2046 msgstr "Informatie over uitvoer-plugin" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2047 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2048 #: src/audacious/glade/prefswin.glade:3822 |
1414 | 2049 msgid "<b>Format Detection</b>" |
1416 | 2050 msgstr "<b>Formaat-detectie</b>" |
1414 | 2051 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2052 #: src/audacious/glade/prefswin.glade:3861 |
2231 | 2053 #, fuzzy |
2054 msgid "" | |
2055 "When checked, Audacious will detect file formats on demand. This can result " | |
2056 "in a messier playlist, but delivers a major speed benefit." | |
2057 msgstr "" | |
2058 "Als deze optie ingeschakeld is wordt het formaat van een bestand pas bij het " | |
2059 "afspelen bepaald. Dit kan een rommelige afspeellijst opleveren, maar " | |
2060 "versnelt het inladen van bestanden aanzienlijk." | |
2061 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2062 #: src/audacious/glade/prefswin.glade:3863 |
1414 | 2063 msgid "Detect file formats on demand, instead of immediately." |
1416 | 2064 msgstr "Detecteer bestandsformaat op het laatste moment." |
1414 | 2065 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2066 #: src/audacious/glade/prefswin.glade:3897 |
2132 | 2067 #, fuzzy |
2068 msgid "" | |
2069 "When checked, Audacious will detect file formats based by extension. This is " | |
2070 "slightly slower than detection on demand, but still provides a minimal level " | |
2071 "of format detection." | |
2072 msgstr "" | |
2073 "Als deze optie ingeschakeld is wordt het formaat van een bestand pas bij het " | |
2074 "afspelen bepaald. Dit kan een rommelige afspeellijst opleveren, maar " | |
2075 "versnelt het inladen van bestanden aanzienlijk." | |
2076 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2077 #: src/audacious/glade/prefswin.glade:3899 |
2132 | 2078 msgid "Detect file formats by extension." |
2079 msgstr "" | |
2080 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2081 #: src/audacious/glade/prefswin.glade:3933 |
1414 | 2082 msgid "<b>Playback</b>" |
2083 msgstr "<b>Afspelen</b>" | |
2084 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2085 #: src/audacious/glade/prefswin.glade:3972 |
2231 | 2086 msgid "" |
2087 "When Audacious starts, automatically begin playing from the point where we " | |
2088 "stopped before." | |
2089 msgstr "" | |
2090 "Wanneer Audacious gestart wordt zal afspelen hervatten van dezelfde positie " | |
2091 "als waar het bij het afsluiten stopte." | |
2092 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2093 #: src/audacious/glade/prefswin.glade:3974 |
1414 | 2094 msgid "Continue playback on startup" |
1416 | 2095 msgstr "Afspeelpositie onthouden" |
1414 | 2096 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2097 #: src/audacious/glade/prefswin.glade:4008 |
2231 | 2098 msgid "When finished playing a song, don't automatically advance to the next." |
2099 msgstr "" | |
2100 "Ga niet automatisch naar het volgende nummer, wanneer het huidige nummer is " | |
2101 "afgelopen." | |
2102 | |
1414 | 2103 # -e, --enqueue switch |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2104 #: src/audacious/glade/prefswin.glade:4010 |
1414 | 2105 msgid "Don't advance in the playlist" |
2106 msgstr "Niet vooruitlopen in de speellijst" | |
2107 | |
2108 # -u, --pause switch | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2109 #: src/audacious/glade/prefswin.glade:4045 |
1414 | 2110 msgid "Pause between songs" |
2111 msgstr "Pauzeer tussen nummers" | |
2112 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2113 #: src/audacious/glade/prefswin.glade:4083 |
2445 | 2114 msgid "Pause for" |
2115 msgstr "Pauzeer voor" | |
2116 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2117 #: src/audacious/glade/prefswin.glade:4129 |
1414 | 2118 msgid "seconds" |
2119 msgstr "seconden" | |
2120 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2121 #: src/audacious/glade/prefswin.glade:4310 |
2231 | 2122 msgid "Popup Information Settings" |
2123 msgstr "Instellingen van popup-informatie" | |
2124 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2125 #: src/audacious/glade/prefswin.glade:4334 |
2445 | 2126 #, fuzzy |
2127 msgid "<b>Cover image retrieve</b>" | |
2128 msgstr "<b>Formaat-detectie</b>" | |
2129 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2130 #: src/audacious/glade/prefswin.glade:4359 |
1414 | 2131 msgid "" |
2132 "While searching for the album's cover, Audacious looks for certain words in " | |
2133 "the filename. You can specify those words in the lists below, separated " | |
2134 "using commas." | |
2135 msgstr "" | |
1461 | 2136 "Tijdens het zoeken naar cover art wordt naar bepaalde woorden in de " |
2137 "bestandsnaam gekeken. Deze woorden kunnen hier worden opgegeven, gescheiden " | |
2138 "door komma's." | |
1414 | 2139 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2140 #: src/audacious/glade/prefswin.glade:4414 |
1414 | 2141 msgid "Include:" |
1416 | 2142 msgstr "Zoeken naar:" |
1414 | 2143 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2144 #: src/audacious/glade/prefswin.glade:4442 |
1414 | 2145 msgid "Exclude:" |
1416 | 2146 msgstr "Uitsluiten:" |
1414 | 2147 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2148 #: src/audacious/glade/prefswin.glade:4511 |
1461 | 2149 msgid "Recursively search for cover" |
1487
9d234fcfc72d
[svn] Updated dutch translation. 990 translated messages.
chainsaw
parents:
1461
diff
changeset
|
2150 msgstr "Recursief zoeken naar covers" |
1461 | 2151 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2152 #: src/audacious/glade/prefswin.glade:4549 |
1461 | 2153 msgid "Search depth: " |
1487
9d234fcfc72d
[svn] Updated dutch translation. 990 translated messages.
chainsaw
parents:
1461
diff
changeset
|
2154 msgstr "Zoekdiepte: " |
1461 | 2155 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2156 #: src/audacious/glade/prefswin.glade:4615 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2157 msgid "Use per-file cover" |
1981 | 2158 msgstr "Cover per bestand" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2159 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2160 #: src/audacious/glade/prefswin.glade:4635 |
2445 | 2161 #, fuzzy |
2162 msgid "<b>Miscellaneous</b>" | |
2163 msgstr "<b>_Diversen</b>" | |
2164 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2165 #: src/audacious/glade/prefswin.glade:4673 |
2445 | 2166 msgid "Show Progress bar for the current track" |
2167 msgstr "" | |
2168 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2169 #: src/audacious/glade/prefswin.glade:4711 |
2445 | 2170 msgid "Delay until filepopup comes up: " |
2171 msgstr "" | |
2172 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2173 #: src/audacious/glade/prefswin.glade:4805 |
2218 | 2174 msgid "Color Adjustment" |
2175 msgstr "" | |
2176 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2177 #: src/audacious/glade/prefswin.glade:4828 |
2218 | 2178 msgid "" |
2179 "Audacious allows you to alter the color balance of the skinned UI. The " | |
2180 "sliders below will allow you to do this." | |
2181 msgstr "" | |
2182 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2183 #: src/audacious/glade/prefswin.glade:4924 |
2218 | 2184 msgid "Red" |
2185 msgstr "" | |
2186 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2187 #: src/audacious/glade/prefswin.glade:4952 |
2218 | 2188 #, fuzzy |
2189 msgid "Green" | |
2190 msgstr "Grieks:" | |
2191 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2192 #: src/audacious/glade/prefswin.glade:4980 |
2218 | 2193 msgid "Blue" |
2194 msgstr "" | |
2195 | |
2368 | 2196 #: src/audacious/widgets/eq_slider.c:93 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2197 msgid "PREAMP" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2198 msgstr "Voorsterker" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2199 |
2368 | 2200 #: src/audacious/widgets/eq_slider.c:93 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2201 msgid "60HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2202 msgstr "60HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2203 |
2368 | 2204 #: src/audacious/widgets/eq_slider.c:93 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2205 msgid "170HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2206 msgstr "170HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2207 |
2368 | 2208 #: src/audacious/widgets/eq_slider.c:94 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2209 msgid "310HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2210 msgstr "310HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2211 |
2368 | 2212 #: src/audacious/widgets/eq_slider.c:94 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2213 msgid "600HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2214 msgstr "600HZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2215 |
2368 | 2216 #: src/audacious/widgets/eq_slider.c:94 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2217 msgid "1KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2218 msgstr "1KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2219 |
2368 | 2220 #: src/audacious/widgets/eq_slider.c:95 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2221 msgid "3KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2222 msgstr "3KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2223 |
2368 | 2224 #: src/audacious/widgets/eq_slider.c:95 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2225 msgid "6KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2226 msgstr "6KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2227 |
2368 | 2228 #: src/audacious/widgets/eq_slider.c:95 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2229 msgid "12KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2230 msgstr "12KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2231 |
2368 | 2232 #: src/audacious/widgets/eq_slider.c:96 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2233 msgid "14KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2234 msgstr "14KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2235 |
2368 | 2236 #: src/audacious/widgets/eq_slider.c:96 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2237 msgid "16KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2238 msgstr "16KHZ" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1487
diff
changeset
|
2239 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2240 #~ msgid "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2241 #~ "Enables playlist transparency. This is not recommended for slower " |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2242 #~ "machines as it requires some CPU time to create and cache the pixmaps " |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2243 #~ "used for the transparency." |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2244 #~ msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2245 #~ "Maakt de afspeellijst doorzichtig. Dit is niet aan te raden op langzamere " |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2246 #~ "machines aangezien er enige CPU-tijd nodig is om de benodigde pixmaps aan " |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2247 #~ "te maken en actueel te houden." |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2248 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2249 #~ msgid "Enable playlist transparency" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2250 #~ msgstr "Gebruik doorzichtige speellijst" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2251 |
2445 | 2252 #~ msgid "%s: option `%s' is ambiguous\n" |
2253 #~ msgstr "%s: optie `%s' is dubbelzinnig\n" | |
2254 | |
2255 #~ msgid "%s: option `--%s' doesn't allow an argument\n" | |
2256 #~ msgstr "%s: optie `--%s' staat geen argument toe\n" | |
2257 | |
2258 #~ msgid "%s: option `%c%s' doesn't allow an argument\n" | |
2259 #~ msgstr "%s: optie `%c%s' staat geen argument toe\n" | |
2260 | |
2261 #~ msgid "%s: option `%s' requires an argument\n" | |
2262 #~ msgstr "%s: optie `%s' heeft een argument nodig\n" | |
2263 | |
2264 #~ msgid "%s: unrecognized option `--%s'\n" | |
2265 #~ msgstr "%s: onbekende optie `--%s'\n" | |
2266 | |
2267 #~ msgid "%s: unrecognized option `%c%s'\n" | |
2268 #~ msgstr "%s: unbekende optie `%c%s'\n" | |
2269 | |
2270 #~ msgid "%s: illegal option -- %c\n" | |
2271 #~ msgstr "%s: illegale optie -- %c\n" | |
2272 | |
2273 #~ msgid "%s: invalid option -- %c\n" | |
2274 #~ msgstr "%s: ongeldige optie -- %c\n" | |
2275 | |
2276 #~ msgid "%s: option requires an argument -- %c\n" | |
2277 #~ msgstr "%s: optie heeft een argument nodig -- %c\n" | |
2278 | |
2279 #~ msgid "%s: option `-W %s' is ambiguous\n" | |
2280 #~ msgstr "%s: optie `-W %s' is dubbelzinnig\n" | |
2281 | |
2282 #~ msgid "%s: option `-W %s' doesn't allow an argument\n" | |
2283 #~ msgstr "%s: optie `-W %s' staat geen argument toe\n" | |
2284 | |
2285 #~ msgid "" | |
2286 #~ "Usage: audacious [options] [files] ...\n" | |
2287 #~ "\n" | |
2288 #~ "Options:\n" | |
2289 #~ "--------\n" | |
2290 #~ msgstr "" | |
2291 #~ "Gebruik: audacious [opties] [bestanden] ...\n" | |
2292 #~ "\n" | |
2293 #~ "Opties:\n" | |
2294 #~ "--------\n" | |
2295 | |
2296 # -h, --help switch | |
2297 #~ msgid "Display this text and exit" | |
2298 #~ msgstr "Deze tekst weergeven en stoppen" | |
2299 | |
2300 #~ msgid "Activate Audacious" | |
2301 #~ msgstr "Activeer Audacious" | |
2302 | |
2303 #~ msgid "Previous session ID" | |
2304 #~ msgstr "Vorige session ID" | |
2305 | |
2306 #~ msgid "Headless operation [experimental]" | |
2307 #~ msgstr "Geen interface weergeven (headless) [experimenteel]" | |
2308 | |
2309 #~ msgid "Disable error/warning interception (logging)" | |
2310 #~ msgstr "Fouten & waarschuwingen niet afvangen (logging uitschakelen)" | |
2311 | |
2312 # -v, --version switch | |
2313 #~ msgid "Print version number and exit\n" | |
2314 #~ msgstr "Versienummer weergeven en stoppen\n" | |
2315 | |
2316 #~ msgid "Add/Open Files dialog" | |
2317 #~ msgstr "Toevoegen/Bestanden openen venster" | |
2318 | |
2319 #~ msgid "Close Dialog on Add" | |
2320 #~ msgstr "Sluit venster bij toevoegen" | |
2321 | |
2322 #~ msgid "Deselect All" | |
2323 #~ msgstr "Deselecteer alles" | |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
2324 |
2368 | 2325 #~ msgid "Track Information Popup" |
2326 #~ msgstr "Nummer-info popup" | |
2327 | |
2328 #~ msgid "Artist Popup" | |
2329 #~ msgstr "Artiest Popup" | |
2330 | |
2331 #~ msgid "<i>Title</i>" | |
2332 #~ msgstr "<i>Titel</i>" | |
2333 | |
2334 #~ msgid "<i>Artist</i>" | |
2335 #~ msgstr "<i>Artiest</i>" | |
2336 | |
2337 #~ msgid "<i>Album</i>" | |
2338 #~ msgstr "<i>Album</i>" | |
2339 | |
2340 #~ msgid "<i>Genre</i>" | |
2341 #~ msgstr "<i>Genre</i>" | |
2342 | |
2343 #~ msgid "<i>Year</i>" | |
2344 #~ msgstr "<i>Jaar</i>" | |
2345 | |
2346 #~ msgid "<i>Track Number</i>" | |
2347 #~ msgstr "<i>Nummer</i>" | |
2348 | |
2349 #~ msgid "<i>Track Length</i>" | |
2350 #~ msgstr "<i>Speelduur:</i>" | |
2351 | |
2352 #~ msgid "label65" | |
2353 #~ msgstr "label65" | |
2354 | |
2355 #~ msgid "label76" | |
2356 #~ msgstr "label76" | |
2357 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2358 #~ msgid "/View Track Details" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2359 #~ msgstr "/Nummer details weergeven" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2360 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2361 #~ msgid "/Visualization Mode/Analyzer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2362 #~ msgstr "/Visualisatie type/Analyzer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2363 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2364 #~ msgid "/Visualization Mode/Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2365 #~ msgstr "/Visualisatie type/Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2366 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2367 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2368 #~ msgid "/Visualization Mode/Voiceprint" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2369 #~ msgstr "/Visualisatie type/Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2370 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2371 #~ msgid "/Visualization Mode/Off" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2372 #~ msgstr "/Visualisatie type/Uit" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2373 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2374 #~ msgid "/Analyzer Mode/Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2375 #~ msgstr "/Analyzer type/Normaal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2376 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2377 #~ msgid "/Analyzer Mode/Lines" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2378 #~ msgstr "/Analyzer type/Lijnen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2379 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2380 #~ msgid "/Analyzer Mode/Bars" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2381 #~ msgstr "/Analyzer type/Balken" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2382 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2383 #~ msgid "/Analyzer Mode/Peaks" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2384 #~ msgstr "/Analyzer type/Toppen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2385 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2386 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2387 #~ msgid "/Voiceprint mode/Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2388 #~ msgstr "/Analyzer type/Normaal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2389 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2390 #~ msgid "/WindowShade VU Mode/Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2391 #~ msgstr "/Vensterschaduw VU type/Normaal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2392 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2393 #~ msgid "/WindowShade VU Mode/Smooth" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2394 #~ msgstr "/Vensterschaduw VU type/Soepel" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2395 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2396 #~ msgid "/Analyzer Falloff/Slowest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2397 #~ msgstr "/Analyzer snelheid/Sloom" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2398 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2399 #~ msgid "/Analyzer Falloff/Slow" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2400 #~ msgstr "/Analyzer snelheid/Langzaam" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2401 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2402 #~ msgid "/Analyzer Falloff/Medium" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2403 #~ msgstr "/Analyzer snelheid/Normaal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2404 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2405 #~ msgid "/Analyzer Falloff/Fast" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2406 #~ msgstr "/Analyzer snelheid/Sneller" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2407 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2408 #~ msgid "/Analyzer Falloff/Fastest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2409 #~ msgstr "/Analyzer snelheid/Snelst" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2410 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2411 #~ msgid "/Peaks Falloff/Slowest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2412 #~ msgstr "/Toppen snelheid/Sloom" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2413 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2414 #~ msgid "/Peaks Falloff/Slow" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2415 #~ msgstr "/Toppen snelheid/Langzaam" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2416 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2417 #~ msgid "/Peaks Falloff/Medium" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2418 #~ msgstr "/Toppen snelheid/Normaal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2419 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2420 #~ msgid "/Peaks Falloff/Fast" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2421 #~ msgstr "/Toppen snelheid/Sneller" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2422 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2423 #~ msgid "/Peaks Falloff/Fastest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2424 #~ msgstr "/Toppen snelheid/Snelst" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2425 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2426 #~ msgid "/-" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2427 #~ msgstr "/-" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2428 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2429 #~ msgid "/Jump to Time" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2430 #~ msgstr "/Ga naar tijd" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2431 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2432 #~ msgid "/About Audacious" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2433 #~ msgstr "/Over Audacious" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2434 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2435 #~ msgid "/Files..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2436 #~ msgstr "/Bestanden..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2437 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2438 #~ msgid "/Internet location..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2439 #~ msgstr "/Internet adres..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2440 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2441 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2442 #~ msgid "New List" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2443 #~ msgstr "/Nieuwe lijst" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2444 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2445 # -r, --rew switch |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2446 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2447 #~ msgid "Creates a new playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2448 #~ msgstr "Scheidingslijnen in de speellijst weergeven" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2449 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2450 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2451 #~ msgid "Displays track information." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2452 #~ msgstr "Nummer-informatie:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2453 |
2218 | 2454 #~ msgid "Chinese:" |
2455 #~ msgstr "Chinees:" | |
2456 | |
2457 #~ msgid "/Load/Preset" | |
2458 #~ msgstr "/Laden/Stand" | |
2459 | |
2460 #~ msgid "/Load/Default" | |
2461 #~ msgstr "/Laden/Standaard stand" | |
2462 | |
2463 #~ msgid "/Load/Zero" | |
2464 #~ msgstr "/Laden/Neutrale stand" | |
2465 | |
2466 #~ msgid "/Save/Preset" | |
2467 #~ msgstr "/Opslaan/Huidige stand" | |
2468 | |
2469 #~ msgid "/Save/Default" | |
2470 #~ msgstr "/Opslaan/Als standaard stand" | |
2471 | |
2472 #~ msgid "/Save/To file" | |
2473 #~ msgstr "/Opslaan/Als bestand" | |
2474 | |
2475 #~ msgid "/Delete/Preset" | |
2476 #~ msgstr "/Wissen/Stand" | |
2477 | |
2478 #~ msgid "Load auto-preset" | |
2479 #~ msgstr "Automatische standen laden" | |
2480 | |
2481 #~ msgid "Load equalizer preset" | |
2482 #~ msgstr "Equalizer standen laden" | |
2483 | |
2484 #~ msgid "Delete auto-preset" | |
2485 #~ msgstr "Automatische standen wissen" | |
2486 | |
2167 | 2487 #~ msgid "/Show Popup Info" |
2488 #~ msgstr "/Popup informatie tonen" | |
2489 | |
2490 #~ msgid "/Remove Duplicates/By Title" | |
2491 #~ msgstr "/Dubbele nummers wissen/Op titel" | |
2492 | |
2493 #~ msgid "/Remove Duplicates/By Filename" | |
2494 #~ msgstr "/Dubbele nummers wissen/Op bestandsnaam" | |
2495 | |
2496 #~ msgid "/Update View" | |
2497 #~ msgstr "/Verversen" | |
2498 | |
2499 #~ msgid "/Select All" | |
2500 #~ msgstr "/Selecteer alles" | |
2501 | |
2502 #~ msgid "/Sort List/By Date" | |
2503 #~ msgstr "/Lijst sorteren/Op datum" | |
2504 | |
2505 #~ msgid "/Sort Selection/By Title" | |
2506 #~ msgstr "/Selectie sorteren/Op titel" | |
2507 | |
2508 #~ msgid "/Sort Selection/By Artist" | |
2509 #~ msgstr "/Selectie sorteren/Op artiest" | |
2510 | |
2511 #~ msgid "/Sort Selection/By Filename" | |
2512 #~ msgstr "/Selectie sorteren/Op bestandsnaam" | |
2513 | |
2514 #~ msgid "/Sort Selection/By Path + Filename" | |
2515 #~ msgstr "/Selectie sorteren/Op locatie en bestandsnaam" | |
2516 | |
2517 #~ msgid "/Sort Selection/By Date" | |
2518 #~ msgstr "/Selectie sorteren/Op datum" | |
2519 | |
2520 #~ msgid "/Sort Selection/By Track Number" | |
2521 #~ msgstr "/Selectie sorteren/Op tracknummer" | |
2522 | |
2523 #~ msgid "/Sort Selection/By Playlist Entry" | |
2524 #~ msgstr "/Selectie sorteren/Op volgorde afspeellijst" | |
2525 | |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
2526 #~ msgid "<b>_Miscillaneous UI Features</b>" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
2527 #~ msgstr "<b>Diverse opties</b>" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
2528 |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
2529 #~ msgid "This enables the window mangaer to show decorations for windows." |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1981
diff
changeset
|
2530 #~ msgstr "Dit laat de venster-beheerder decoraties om de vensters tekenen." |