Mercurial > audlegacy
annotate po/hu.po @ 2480:bb2f191895ce trunk
[svn] - fixed crash when skipping to next song with an empty playlist
author | marvin |
---|---|
date | Tue, 06 Feb 2007 06:06:58 -0800 |
parents | 8c1707430191 |
children | 2e6a15f364b3 |
rev | line source |
---|---|
555 | 1 # Hungarian translation of audacious. |
2 # Copyright (C) 2006 Free Software Foundation, Inc. | |
3 # This file is distributed under the same license as the audacious package. | |
4 # Laszlo Dvornik <dvornik@gnome.hu>, 2006. | |
0 | 5 # |
6 msgid "" | |
7 msgstr "" | |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
8 "Project-Id-Version: audacious 1.2.1\n" |
1461 | 9 "Report-Msgid-Bugs-To: http://bugs.audacious-media-player.org\n" |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
10 "POT-Creation-Date: 2007-02-02 17:11-0600\n" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
11 "PO-Revision-Date: 2006-11-03 18:21+0100\n" |
0 | 12 "Last-Translator: Laszlo Dvornik <dvornik@gnome.hu>\n" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
13 "Language-Team: Hungarian <dvornik@gnome.hu>\n" |
0 | 14 "MIME-Version: 1.0\n" |
15 "Content-Type: text/plain; charset=UTF-8\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>Nem lehet létrehozni a(z) %s-t.</big></b>\n" | |
26 "\n" | |
27 "Nem lehet megnyitni a glade fájlt (%s). Ellenőrizze a telepítését.\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>Nem lehet fájlokat lejátszani.</big></b>\n" | |
38 "\n" | |
39 "A következő fájlok nem játszhatóak le. Ellenőrizze a következőket:\n" | |
40 "1. A fájlok hozzáférhetőek.\n" | |
41 "2. A szükséges médiabővítmények be vannak kapcsolva." | |
42 | |
43 #: src/audacious/input.c:331 | |
44 msgid "Don't show this warning anymore" | |
45 msgstr "Nem mutassa többé ezt a figyelmeztetést" | |
46 | |
47 #: src/audacious/input.c:333 | |
48 msgid "Show more _details" | |
49 msgstr "Több _részlet megjelenítése" | |
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 | |
54 #: src/audacious/ui_fileinfopopup.c:396 | |
55 msgid "Filename" | |
56 msgstr "Fájlnév" | |
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 "Fájlnév:" | |
66 | |
67 #: src/audacious/input.c:654 | |
68 msgid "No input plugin recognized this file" | |
69 msgstr "Egyik bemeneti bővítmény sem ismerte fel a fájlt" | |
70 | |
71 #: src/audacious/input.c:656 | |
72 #, c-format | |
73 msgid "Input plugin: %s" | |
74 msgstr "Bemeneti bővítmény: %s" | |
75 | |
76 #: src/audacious/logger.c:122 | |
77 #, c-format | |
78 msgid "Unable to create log file (%s)!\n" | |
79 msgstr "Nem lehet létrehozni a naplófájlt (%s)!\n" | |
80 | |
81 #: src/audacious/main.c:83 src/audacious/main.c:85 src/audacious/ui_main.c:628 | |
82 #: src/audacious/ui_main.c:3403 | |
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 "Nem lehet létrehozni a könyvtárat (%s): %s" | |
90 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
91 #: src/audacious/main.c:828 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
92 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
93 msgid "Select which Audacious session ID to use" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
94 msgstr "Audacious/BMP/XMMS-munkamenet kiválasztása (Alapértelmezés: 0)" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
95 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
96 #: src/audacious/main.c:829 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
97 msgid "Skip backwards in playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
98 msgstr "Visszalépés a lejátszólistában" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
99 |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
100 #: src/audacious/main.c:830 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
101 msgid "Start playing current playlist" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
102 msgstr "Jelenlegi lejátszólista lejátszásának elkezdése" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
103 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
104 #: src/audacious/main.c:831 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
105 msgid "Pause current song" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
106 msgstr "Jelenlegi szám szüneteltetése" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
107 |
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:832 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
109 msgid "Stop current song" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
110 msgstr "Jelenlegi szám leállítása" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
111 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
112 #: src/audacious/main.c:833 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
113 msgid "Pause if playing, play otherwise" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
114 msgstr "Lejátszás esetén szüneteltetés, különben lejátszás" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
115 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
116 #: src/audacious/main.c:834 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
117 msgid "Skip forward in playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
118 msgstr "Előrelépés a lejátszólistában" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
119 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
120 #: src/audacious/main.c:835 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
121 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
122 msgid "Display Jump to File dialog" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
123 msgstr "Ugrás fájlra párbeszédablak megjelenítése" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
124 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
125 #: src/audacious/main.c:836 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
126 msgid "Don't clear the playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
127 msgstr "Ne törölje a lejátszólistát" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
128 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
129 #: src/audacious/main.c:837 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
130 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
131 msgid "Add new files to a temporary playlist" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
132 msgstr "Ne törölje a lejátszólistát" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
133 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
134 #: src/audacious/main.c:838 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
135 #, fuzzy |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
136 msgid "Display the main window" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
137 msgstr "Főablak megjelenítése" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
138 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
139 #: src/audacious/main.c:839 |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
140 msgid "Display all open Audacious windows" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
141 msgstr "" |
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 #: 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
|
144 msgid "Enable headless operation" |
2451
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
145 msgstr "" |
579e2f7d17ad
[svn] Update translations [also fixes bad commit from Chainsaw]
kiyoshi
parents:
2445
diff
changeset
|
146 |
2445 | 147 #: 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
|
148 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
|
149 msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
150 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
151 #: 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
|
152 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
|
153 msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
154 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
155 #: src/audacious/main.c:843 |
2445 | 156 msgid "FILE..." |
157 msgstr "" | |
158 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
159 #: src/audacious/main.c:948 |
2445 | 160 #, c-format |
161 msgid "" | |
162 "<b><big>Unable to load skin.</big></b>\n" | |
163 "\n" | |
164 "Check that skin at '%s' is usable and default skin is properly installed at " | |
165 "'%s'\n" | |
166 msgstr "" | |
167 "<b><big>Nem lehet betölteni a bőrt.</big></b>\n" | |
168 "\n" | |
169 "Ellenőrizze, hogy a(z) '%s' helyen található bőr használható-e és az " | |
170 "alapértelmezett bőr megfelelően telepítve van-e itt: '%s'\n" | |
171 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
172 #: src/audacious/main.c:1007 |
2445 | 173 #, c-format |
174 msgid "" | |
175 "Sorry, your GTK+ version (%d.%d.%d) does not work with Audacious.\n" | |
176 "Please use GTK+ %s or newer.\n" | |
177 msgstr "" | |
178 "Sajnos az Ön GTK+ verziója (%d.%d.%d) nem működik az Audacious-szel.\n" | |
179 "Használjon GTK+ %s verziót vagy újabbat.\n" | |
180 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
181 #: src/audacious/main.c:1018 |
2445 | 182 msgid "" |
183 "Sorry, threads isn't supported on your platform.\n" | |
184 "\n" | |
185 "If you're on a libc5 based linux system and installed Glib & GTK+ before " | |
186 "you\n" | |
187 "installed LinuxThreads you need to recompile Glib & GTK+.\n" | |
188 msgstr "" | |
189 "Sajnos az Ön platformján a szálak nincsenek támogatva.\n" | |
190 "\n" | |
191 "Ha libc5-alapú Linux-rendszere van, és a Glib-et és a GTK+-t a LinuxThreads\n" | |
192 "előtt telepítette, akkor újra kell fordítania a Glib-et és a GTK+-t.\n" | |
193 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
194 #: src/audacious/main.c:1036 |
2445 | 195 msgid "- play multimedia files" |
196 msgstr "" | |
197 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
198 #: src/audacious/main.c:1043 |
2445 | 199 #, c-format |
200 msgid "" | |
201 "%s: %s\n" | |
202 "Try `%s --help' for more information.\n" | |
203 msgstr "" | |
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:1052 |
2445 | 206 #, fuzzy, c-format |
207 msgid "%s: Unable to open display, exiting.\n" | |
208 msgstr "audacious: Nem lehet megnyitni a képernyőt, kilépés.\n" | |
209 | |
210 #: src/audacious/signals.c:90 | |
211 #, fuzzy | |
212 msgid "" | |
213 "\n" | |
214 "Received SIGSEGV\n" | |
215 "\n" | |
216 "This could be a bug in Audacious. If you don't know why this happened, file " | |
217 "a bug at http://bugs-meta.atheme.org/\n" | |
218 "\n" | |
219 msgstr "" | |
220 "\n" | |
221 "SIGSEGV érkezett\n" | |
222 "\n" | |
223 "Ez egy hiba lehet az Audacious-ban. Ha nem tudja, hogy miért történt, " | |
224 "jelentse be a hibát a http://bugs.nenolod.net/ oldalon.\n" | |
225 "\n" | |
226 | |
227 #: src/audacious/strings.c:172 | |
228 msgid " (invalid UTF-8)" | |
229 msgstr " (érvénytelen UTF-8)" | |
230 | |
2368 | 231 #: src/audacious/ui_about.c:44 |
2272
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
232 #, fuzzy, c-format |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
233 msgid "" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
234 "<big><b>Audacious %s</b></big>\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
235 "\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
236 "Copyright (C) 2005-2007 Audacious Development Team" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
237 msgstr "" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
238 "<big><b>Audacious %s</b></big>\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
239 "A UNIX-os multimédia jövője.\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
240 "\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
241 "Copyright (C) 2005-2006 Audacious-fejlesztőcsapat\n" |
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
242 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
243 #: src/audacious/ui_about.c:123 src/audacious/ui_credits.c:337 |
2368 | 244 #: src/audacious/ui_manager.c:387 src/audacious/ui_manager.c:388 |
753 | 245 msgid "About Audacious" |
246 msgstr "Audacious névjegye" | |
247 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
248 #: src/audacious/ui_about.c:172 src/audacious/ui_credits.c:382 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
249 msgid "Credits" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
250 msgstr "Köszönet" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
251 |
2368 | 252 #: src/audacious/ui_credits.c:45 |
2272
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
253 #, fuzzy, c-format |
0 | 254 msgid "" |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
255 "<big><b>Audacious %s</b></big>\n" |
381 | 256 "The future of UNIX multimedia.\n" |
0 | 257 "\n" |
2272
9d8430979580
[svn] update copyright notice and make another string translateable
kiyoshi
parents:
2271
diff
changeset
|
258 "Copyright (C) 2005-2007 Audacious Development Team\n" |
0 | 259 msgstr "" |
555 | 260 "<big><b>Audacious %s</b></big>\n" |
261 "A UNIX-os multimédia jövője.\n" | |
0 | 262 "\n" |
555 | 263 "Copyright (C) 2005-2006 Audacious-fejlesztőcsapat\n" |
264 | |
2368 | 265 #: src/audacious/ui_credits.c:51 |
555 | 266 msgid "Audacious core developers:" |
267 msgstr "Audacious fő fejlesztői:" | |
268 | |
2445 | 269 #: src/audacious/ui_credits.c:66 |
555 | 270 msgid "Graphics:" |
271 msgstr "Grafika:" | |
272 | |
2445 | 273 #: src/audacious/ui_credits.c:71 |
555 | 274 msgid "Default skin:" |
275 msgstr "Alapértelmezett bőr:" | |
276 | |
2445 | 277 #: src/audacious/ui_credits.c:76 |
555 | 278 msgid "Plugin development:" |
279 msgstr "Bővítményfejlesztés:" | |
280 | |
2445 | 281 #: src/audacious/ui_credits.c:88 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
282 msgid "Patch authors:" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
283 msgstr "Patch készítők:" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
284 |
2445 | 285 #: src/audacious/ui_credits.c:104 |
381 | 286 msgid "0.1.x developers:" |
555 | 287 msgstr "0.1.x fejlesztői:" |
288 | |
2445 | 289 #: src/audacious/ui_credits.c:110 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
290 msgid "BMP Developers:" |
555 | 291 msgstr "BMP-fejlesztők:" |
292 | |
2445 | 293 #: src/audacious/ui_credits.c:142 |
0 | 294 msgid "Brazilian Portuguese:" |
555 | 295 msgstr "Brazil portugál:" |
296 | |
2445 | 297 #: src/audacious/ui_credits.c:145 |
0 | 298 msgid "Breton:" |
299 msgstr "Breton:" | |
300 | |
2445 | 301 #: src/audacious/ui_credits.c:148 |
2368 | 302 #, fuzzy |
303 msgid "Bulgarian:" | |
304 msgstr "Magyar:" | |
305 | |
2445 | 306 #: src/audacious/ui_credits.c:151 |
307 #, fuzzy | |
308 msgid "Croatian:" | |
309 msgstr "Román:" | |
310 | |
311 #: src/audacious/ui_credits.c:154 | |
1107 | 312 msgid "Czech:" |
313 msgstr "Cseh:" | |
314 | |
2445 | 315 #: src/audacious/ui_credits.c:157 |
0 | 316 msgid "Dutch:" |
317 msgstr "Holland:" | |
318 | |
2445 | 319 #: src/audacious/ui_credits.c:161 |
985 | 320 msgid "Finnish:" |
321 msgstr "Finn:" | |
322 | |
2445 | 323 #: src/audacious/ui_credits.c:164 |
0 | 324 msgid "French:" |
325 msgstr "Francia:" | |
326 | |
2445 | 327 #: src/audacious/ui_credits.c:167 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
328 msgid "German:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
329 msgstr "Német:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
330 |
2445 | 331 #: src/audacious/ui_credits.c:171 |
2218 | 332 #, fuzzy |
333 msgid "Georgian:" | |
0 | 334 msgstr "Grúz: " |
335 | |
2445 | 336 #: src/audacious/ui_credits.c:174 |
0 | 337 msgid "Greek:" |
338 msgstr "Görög:" | |
339 | |
2368 | 340 #: src/audacious/ui_credits.c:179 |
2445 | 341 msgid "Hindi:" |
342 msgstr "Hindi:" | |
343 | |
344 #: src/audacious/ui_credits.c:182 | |
345 msgid "Hungarian:" | |
346 msgstr "Magyar:" | |
347 | |
348 #: src/audacious/ui_credits.c:185 | |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
349 msgid "Italian:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
350 msgstr "Olasz:" |
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
351 |
2445 | 352 #: src/audacious/ui_credits.c:189 |
985 | 353 msgid "Japanese:" |
354 msgstr "Japán:" | |
0 | 355 |
2445 | 356 #: src/audacious/ui_credits.c:192 |
985 | 357 msgid "Korean:" |
358 msgstr "Koreai:" | |
0 | 359 |
2445 | 360 #: src/audacious/ui_credits.c:195 |
985 | 361 msgid "Lithuanian:" |
362 msgstr "Litván:" | |
0 | 363 |
2445 | 364 #: src/audacious/ui_credits.c:198 |
985 | 365 msgid "Macedonian:" |
366 msgstr "Macedón:" | |
367 | |
2368 | 368 #: src/audacious/ui_credits.c:201 |
2445 | 369 msgid "Polish:" |
370 msgstr "Lengyel:" | |
0 | 371 |
2368 | 372 #: src/audacious/ui_credits.c:204 |
2445 | 373 msgid "Romanian:" |
374 msgstr "Román:" | |
2218 | 375 |
2368 | 376 #: src/audacious/ui_credits.c:207 |
2445 | 377 msgid "Russian:" |
378 msgstr "Orosz:" | |
2218 | 379 |
2368 | 380 #: src/audacious/ui_credits.c:210 |
2445 | 381 msgid "Serbian (Latin):" |
2218 | 382 msgstr "" |
383 | |
2368 | 384 #: src/audacious/ui_credits.c:213 |
2445 | 385 msgid "Serbian (Cyrillic):" |
386 msgstr "" | |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
387 |
2368 | 388 #: src/audacious/ui_credits.c:216 |
2445 | 389 msgid "Simplified Chinese:" |
390 msgstr "" | |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
391 |
2368 | 392 #: src/audacious/ui_credits.c:219 |
2445 | 393 msgid "Slovak:" |
394 msgstr "Szlovák:" | |
1414 | 395 |
2368 | 396 #: src/audacious/ui_credits.c:222 |
2445 | 397 msgid "Spanish:" |
398 msgstr "Spanyol:" | |
399 | |
400 #: src/audacious/ui_credits.c:225 | |
401 msgid "Swedish:" | |
402 msgstr "Svéd:" | |
403 | |
404 #: src/audacious/ui_credits.c:228 | |
2218 | 405 msgid "Traditional Chinese:" |
406 msgstr "" | |
407 | |
2445 | 408 #: src/audacious/ui_credits.c:231 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
409 msgid "Turkish:" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
410 msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
411 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
412 #: src/audacious/ui_credits.c:235 |
1414 | 413 msgid "Ukrainian:" |
414 msgstr "Ukrán:" | |
415 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
416 #: src/audacious/ui_credits.c:238 |
0 | 417 msgid "Welsh:" |
418 msgstr "Walesi:" | |
419 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
420 #: src/audacious/ui_credits.c:386 |
753 | 421 msgid "Translators" |
422 msgstr "Fordítók" | |
423 | |
2368 | 424 #: src/audacious/ui_equalizer.c:752 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
425 msgid "Audacious Equalizer" |
555 | 426 msgstr "Audacious Equalizer" |
427 | |
2368 | 428 #: src/audacious/ui_equalizer.c:1452 |
753 | 429 msgid "Presets" |
430 msgstr "Beállítások" | |
431 | |
2445 | 432 #: src/audacious/ui_main.c:626 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
433 #, c-format |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
434 msgid "%s - Audacious" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
435 msgstr "%s - Audacious" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
436 |
2445 | 437 #: src/audacious/ui_main.c:851 |
0 | 438 msgid "VBR" |
439 msgstr "VBR" | |
440 | |
2445 | 441 #: src/audacious/ui_main.c:892 src/audacious/ui_main.c:896 |
985 | 442 msgid "stereo" |
443 msgstr "sztereó" | |
444 | |
2445 | 445 #: src/audacious/ui_main.c:892 src/audacious/ui_main.c:896 |
985 | 446 msgid "mono" |
447 msgstr "monó" | |
448 | |
2445 | 449 #: src/audacious/ui_main.c:1385 src/audacious/ui_manager.c:414 |
2368 | 450 #: src/audacious/ui_manager.c:415 |
0 | 451 msgid "Jump to Time" |
452 msgstr "Ugrás időpontra" | |
453 | |
2445 | 454 #: src/audacious/ui_main.c:1406 |
0 | 455 msgid "minutes:seconds" |
456 msgstr "perc:másodperc" | |
457 | |
2445 | 458 #: src/audacious/ui_main.c:1416 |
0 | 459 msgid "Track length:" |
460 msgstr "Szám hossza:" | |
461 | |
2445 | 462 #: src/audacious/ui_main.c:1501 |
0 | 463 msgid "Un_queue" |
464 msgstr "_Kiszedés a sorból" | |
465 | |
2445 | 466 #: src/audacious/ui_main.c:1503 src/audacious/ui_main.c:1891 |
0 | 467 msgid "_Queue" |
468 msgstr "_Betevés a sorba" | |
469 | |
2445 | 470 #: src/audacious/ui_main.c:1816 |
0 | 471 msgid "Jump to Track" |
472 msgstr "Ugrás számra" | |
473 | |
2445 | 474 #: src/audacious/ui_main.c:1857 |
0 | 475 msgid "Filter: " |
476 msgstr "Szűrő: " | |
477 | |
2445 | 478 #: src/audacious/ui_main.c:1858 |
2231 | 479 #, fuzzy |
480 msgid "_Filter:" | |
481 msgstr "Szűrő: " | |
482 | |
2445 | 483 #: src/audacious/ui_main.c:2062 |
241
62cdb2fdfac3
[svn] Update translation template, and add new audacious messages to the POTFILES.in.
nenolod
parents:
0
diff
changeset
|
484 msgid "Enter location to play:" |
555 | 485 msgstr "Adja meg a lejátszani kívánt helyet:" |
486 | |
2445 | 487 #: src/audacious/ui_main.c:2273 |
0 | 488 #, c-format |
489 msgid "SEEK TO: %d:%-2.2d/%d:%-2.2d (%d%%)" | |
490 msgstr "POZICIONÁLÁS IDE: %d:%-2.2d/%d:%-2.2d (%d%%)" | |
491 | |
2445 | 492 #: src/audacious/ui_main.c:2305 src/audacious/ui_main.c:2924 |
0 | 493 #, c-format |
494 msgid "VOLUME: %d%%" | |
495 msgstr "HANGERŐ: %d%%" | |
496 | |
2445 | 497 #: src/audacious/ui_main.c:2336 src/audacious/ui_main.c:2927 |
0 | 498 #, c-format |
499 msgid "BALANCE: %d%% LEFT" | |
500 msgstr "BALANSZ: %d%% BAL" | |
501 | |
2445 | 502 #: src/audacious/ui_main.c:2340 src/audacious/ui_main.c:2930 |
0 | 503 msgid "BALANCE: CENTER" |
504 msgstr "BALANSZ: KÖZÉP" | |
505 | |
2445 | 506 #: src/audacious/ui_main.c:2344 src/audacious/ui_main.c:2932 |
0 | 507 #, c-format |
508 msgid "BALANCE: %d%% RIGHT" | |
509 msgstr "BALANSZ: %d%% JOBB" | |
510 | |
2445 | 511 #: src/audacious/ui_main.c:2700 |
0 | 512 msgid "OPTIONS MENU" |
513 msgstr "BEÁLLÍTÁSOK MENÜ" | |
514 | |
2445 | 515 #: src/audacious/ui_main.c:2704 |
0 | 516 msgid "DISABLE ALWAYS ON TOP" |
517 msgstr "MINDIG LEGFELÜL KIKAPCSOLÁSA" | |
518 | |
2445 | 519 #: src/audacious/ui_main.c:2706 |
0 | 520 msgid "ENABLE ALWAYS ON TOP" |
521 msgstr "MINDIG LEGFELÜL BEKAPCSOLÁSA" | |
522 | |
2445 | 523 #: src/audacious/ui_main.c:2709 |
0 | 524 msgid "FILE INFO BOX" |
525 msgstr "FÁJLINFÓ ABLAK" | |
526 | |
2445 | 527 #: src/audacious/ui_main.c:2713 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
528 msgid "DISABLE DOUBLESIZE" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
529 msgstr "" |
0 | 530 |
2445 | 531 #: src/audacious/ui_main.c:2715 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
532 msgid "ENABLE DOUBLESIZE" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
533 msgstr "" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
534 |
2445 | 535 #: src/audacious/ui_main.c:2718 |
0 | 536 msgid "VISUALIZATION MENU" |
537 msgstr "KIJELZÉS MENÜ" | |
538 | |
2445 | 539 #: src/audacious/ui_main.c:2764 |
0 | 540 msgid "" |
541 "<b><big>No playable CD found.</big></b>\n" | |
542 "\n" | |
543 "No CD inserted, or inserted CD is not an audio CD.\n" | |
544 msgstr "" | |
545 "<b><big>Nem található lejátszható CD.</big></b>\n" | |
546 "\n" | |
547 "Nincs behelyezve CD, vagy a behelyezett CD nem audio CD.\n" | |
548 | |
2445 | 549 #: src/audacious/ui_main.c:2781 |
0 | 550 msgid "" |
551 "<b><big>Couldn't open audio.</big></b>\n" | |
552 "\n" | |
553 "Please check that:\n" | |
554 "1. You have the correct output plugin selected.\n" | |
555 "2. No other programs is blocking the soundcard.\n" | |
556 "3. Your soundcard is configured properly.\n" | |
557 msgstr "" | |
558 "<b><big>Nem lehet megnyitni a hangot.</big></b>\n" | |
559 "\n" | |
560 "Ellenőrizze a következőket:\n" | |
561 "1. A megfelelő kimeneti bővítmény van kiválasztva.\n" | |
562 "2. Semmilyen más program nem foglalja le a hangkártyát.\n" | |
563 "3. A hangkártya megfelelően van beállítva.\n" | |
564 | |
2445 | 565 #: src/audacious/ui_main.c:3387 |
2231 | 566 #, fuzzy |
567 msgid "Error in Audacious." | |
568 msgstr "%s - Audacious" | |
569 | |
2368 | 570 #: 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
|
571 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
572 msgid "Autoscroll Songname" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
573 msgstr "/Számnév automatikus görgetése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
574 |
2368 | 575 #: 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
|
576 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
577 msgid "Stop after Current Song" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
578 msgstr "/Leállítás a jelenlegi szám után" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
579 |
2368 | 580 #: 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
|
581 msgid "Peaks" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
582 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
583 |
2368 | 584 #: 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
|
585 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
586 msgid "Repeat" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
587 msgstr "/Ismétlés" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
588 |
2368 | 589 #: 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
|
590 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
591 msgid "Shuffle" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
592 msgstr "/Véletlenszerű sorrend" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
593 |
2368 | 594 #: 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
|
595 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
596 msgid "No Playlist Advance" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
597 msgstr "/A lejátszólista ne legyen léptetve" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
598 |
2368 | 599 #: 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
|
600 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
601 msgid "Show Player" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
602 msgstr "/Lejátszó megjelenítése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
603 |
2368 | 604 #: 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
|
605 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
606 msgid "Show Playlist Editor" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
607 msgstr "/Lejátszólista-szerkesztő megjelenítése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
608 |
2368 | 609 #: 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
|
610 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
611 msgid "Show Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
612 msgstr "/Equalizer megjelenítése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
613 |
2368 | 614 #: 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
|
615 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
616 msgid "Always on Top" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
617 msgstr "/Mindig legfelül" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
618 |
2368 | 619 #: 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
|
620 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
621 msgid "Put on All Workspaces" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
622 msgstr "/Megjelenítés minden munkaterületen" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
623 |
2368 | 624 #: 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
|
625 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
626 msgid "Roll up Player" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
627 msgstr "/Lejátszó felgördítése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
628 |
2368 | 629 #: 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
|
630 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
631 msgid "Roll up Playlist Editor" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
632 msgstr "/Lejátszólista-szerkesztő felgördítése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
633 |
2368 | 634 #: 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
|
635 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
636 msgid "Roll up Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
637 msgstr "/Equalizer felgördítése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
638 |
2368 | 639 #: 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
|
640 msgid "DoubleSize" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
641 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
642 |
2368 | 643 #: 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
|
644 msgid "Easy Move" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
645 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
646 |
2368 | 647 #: src/audacious/ui_manager.c:97 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
648 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
649 msgid "Analyzer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
650 msgstr "/Analizátor-üzemmód" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
651 |
2368 | 652 #: src/audacious/ui_manager.c:98 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
653 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
654 msgid "Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
655 msgstr "/Szkóp-üzemmód" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
656 |
2368 | 657 #: src/audacious/ui_manager.c:99 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
658 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
659 msgid "Voiceprint" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
660 msgstr "/Analizátor-üzemmód/Tűz" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
661 |
2368 | 662 #: src/audacious/ui_manager.c:100 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
663 msgid "Off" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
664 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
665 |
2368 | 666 #: src/audacious/ui_manager.c:104 src/audacious/ui_manager.c:121 |
667 #: src/audacious/ui_manager.c:127 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
668 msgid "Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
669 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
670 |
2368 | 671 #: 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
|
672 msgid "Fire" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
673 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
674 |
2368 | 675 #: src/audacious/ui_manager.c:106 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
676 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
677 msgid "Vertical Lines" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
678 msgstr "/Analizátor-üzemmód/Függőleges vonalak" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
679 |
2368 | 680 #: src/audacious/ui_manager.c:110 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
681 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
682 msgid "Lines" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
683 msgstr "sor" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
684 |
2368 | 685 #: src/audacious/ui_manager.c:111 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
686 msgid "Bars" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
687 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
688 |
2368 | 689 #: src/audacious/ui_manager.c:115 |
2167 | 690 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
691 msgid "Dot Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
692 msgstr "/Szkóp-üzemmód/Pontok" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
693 |
2368 | 694 #: src/audacious/ui_manager.c:116 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
695 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
696 msgid "Line Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
697 msgstr "/Szkóp-üzemmód/Vonalak" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
698 |
2368 | 699 #: src/audacious/ui_manager.c:117 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
700 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
701 msgid "Solid Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
702 msgstr "/Szkóp-üzemmód/Tömör" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
703 |
2368 | 704 #: src/audacious/ui_manager.c:123 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
705 msgid "Ice" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
706 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
707 |
2368 | 708 #: src/audacious/ui_manager.c:128 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
709 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
710 msgid "Smooth" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
711 msgstr "monó" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
712 |
2368 | 713 #: src/audacious/ui_manager.c:132 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
714 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
715 msgid "Full (~50 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
716 msgstr "/Frissítési sebesség/Teljes (~50 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
717 |
2368 | 718 #: src/audacious/ui_manager.c:133 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
719 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
720 msgid "Half (~25 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
721 msgstr "/Frissítési sebesség/Fél (~25 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
722 |
2368 | 723 #: src/audacious/ui_manager.c:134 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
724 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
725 msgid "Quarter (~13 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
726 msgstr "/Frissítési sebesség/Negyed (~13 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
727 |
2368 | 728 #: src/audacious/ui_manager.c:135 |
2167 | 729 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
730 msgid "Eighth (~6 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
731 msgstr "/Frissítési sebesség/Nyolcad (~6 fps)" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
732 |
2368 | 733 #: 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
|
734 msgid "Slowest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
735 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
736 |
2368 | 737 #: 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
|
738 msgid "Slow" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
739 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
740 |
2368 | 741 #: 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
|
742 msgid "Medium" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
743 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
744 |
2368 | 745 #: 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
|
746 msgid "Fast" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
747 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
748 |
2368 | 749 #: 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
|
750 msgid "Fastest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
751 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
752 |
2368 | 753 #: src/audacious/ui_manager.c:155 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
754 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
755 msgid "Time Elapsed" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
756 msgstr "/Eltelt idő" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
757 |
2368 | 758 #: src/audacious/ui_manager.c:156 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
759 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
760 msgid "Time Remaining" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
761 msgstr "/Hátralévő idő" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
762 |
2368 | 763 #: src/audacious/ui_manager.c:165 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
764 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
765 msgid "Playback" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
766 msgstr "/_Lejátszás" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
767 |
2368 | 768 #: 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
|
769 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
770 msgid "Play CD" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
771 msgstr "/CD lejátszása" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
772 |
2368 | 773 #: 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
|
774 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
775 msgid "Play" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
776 msgstr "/Lejátszás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
777 |
2368 | 778 #: 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
|
779 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
780 msgid "Pause" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
781 msgstr "/Szünet" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
782 |
2368 | 783 #: 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
|
784 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
785 msgid "Stop" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
786 msgstr "/Leállítás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
787 |
2368 | 788 #: 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
|
789 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
790 msgid "Previous" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
791 msgstr "/Előző" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
792 |
2368 | 793 #: 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
|
794 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
795 msgid "Next" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
796 msgstr "/Következő" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
797 |
2368 | 798 #: src/audacious/ui_manager.c:188 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
799 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
800 msgid "Visualization" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
801 msgstr "/K_ijelzési mód" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
802 |
2368 | 803 #: src/audacious/ui_manager.c:189 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
804 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
805 msgid "Visualization Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
806 msgstr "/Kijelzési mód" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
807 |
2368 | 808 #: src/audacious/ui_manager.c:190 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
809 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
810 msgid "Analyzer Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
811 msgstr "/Analizátor-üzemmód/Tűz" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
812 |
2368 | 813 #: src/audacious/ui_manager.c:191 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
814 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
815 msgid "Scope Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
816 msgstr "/Szkóp-üzemmód" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
817 |
2368 | 818 #: src/audacious/ui_manager.c:192 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
819 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
820 msgid "Voiceprint Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
821 msgstr "/Analizátor-üzemmód/Tűz" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
822 |
2368 | 823 #: src/audacious/ui_manager.c:193 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
824 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
825 msgid "WindowShade VU Mode" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
826 msgstr "/Roló-üzemmód" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
827 |
2368 | 828 #: src/audacious/ui_manager.c:194 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
829 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
830 msgid "Refresh Rate" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
831 msgstr "/Frissítési sebesség" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
832 |
2368 | 833 #: src/audacious/ui_manager.c:195 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
834 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
835 msgid "Analyzer Falloff" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
836 msgstr "/Analizátor esése" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
837 |
2368 | 838 #: src/audacious/ui_manager.c:196 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
839 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
840 msgid "Peaks Falloff" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
841 msgstr "/Csúcsértékek esése" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
842 |
2445 | 843 #: src/audacious/ui_manager.c:201 src/audacious/ui_preferences.c:106 |
2368 | 844 #: src/audacious/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
|
845 #: src/audacious/glade/prefswin.glade:2494 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
846 msgid "Playlist" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
847 msgstr "Lejátszólista" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
848 |
2368 | 849 #: 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
|
850 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
851 msgid "New Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
852 msgstr "Lejátszólista mentése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
853 |
2368 | 854 #: 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
|
855 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
856 msgid "Select Next Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
857 msgstr "Válassza ki a lejátszólista betűkészletét:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
858 |
2368 | 859 #: 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
|
860 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
861 msgid "Select Previous Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
862 msgstr "/Kijelölés rendezése/Lejátszólista-bejegyzés alapján" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
863 |
2368 | 864 #: 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
|
865 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
866 msgid "Delete Playlist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
867 msgstr "Válassza ki a lejátszólista betűkészletét:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
868 |
2368 | 869 #: src/audacious/ui_manager.c:215 |
2218 | 870 #, fuzzy |
871 msgid "Load List" | |
872 msgstr "/Lista betöltése" | |
873 | |
2368 | 874 #: src/audacious/ui_manager.c:216 |
2167 | 875 #, fuzzy |
876 msgid "Loads a playlist file into the selected playlist." | |
877 msgstr "" | |
878 "Igény szerint betölti a metaadatot, amikor megjeleníti a fájlt a " | |
879 "lejátszólistában" | |
880 | |
2368 | 881 #: src/audacious/ui_manager.c:218 |
2167 | 882 #, fuzzy |
883 msgid "Save List" | |
884 msgstr "/Lista mentése" | |
885 | |
2368 | 886 #: src/audacious/ui_manager.c:219 |
2167 | 887 #, fuzzy |
888 msgid "Saves the selected playlist." | |
889 msgstr "Válassza ki a lejátszólista betűkészletét:" | |
555 | 890 |
2368 | 891 #: src/audacious/ui_manager.c:221 |
2167 | 892 #, fuzzy |
893 msgid "Save Default List" | |
894 msgstr "/Alapértelmezett lista mentése" | |
895 | |
2368 | 896 #: src/audacious/ui_manager.c:222 |
2167 | 897 msgid "Saves the selected playlist to the default location." |
898 msgstr "" | |
899 | |
2368 | 900 #: 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
|
901 #, fuzzy |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
902 msgid "Refresh List" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
903 msgstr "Bőrlista frissítése" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
904 |
2368 | 905 #: 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
|
906 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
|
907 msgstr "" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
908 |
2368 | 909 #: src/audacious/ui_manager.c:229 |
2218 | 910 msgid "List Manager" |
911 msgstr "" | |
912 | |
2368 | 913 #: src/audacious/ui_manager.c:230 |
2218 | 914 #, fuzzy |
915 msgid "Opens the playlist manager." | |
916 msgstr "Ne törölje a lejátszólistát" | |
917 | |
2368 | 918 #: src/audacious/ui_manager.c:236 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
919 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
920 msgid "View" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
921 msgstr "/_Nézet" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
922 |
2368 | 923 #: src/audacious/ui_manager.c:240 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
924 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
925 msgid "Add CD..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
926 msgstr "/CD hozzáadása..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
927 |
2368 | 928 #: src/audacious/ui_manager.c:241 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
929 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
930 msgid "Adds a CD to the playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
931 msgstr "Ne törölje a lejátszólistát" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
932 |
2368 | 933 #: src/audacious/ui_manager.c:244 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
934 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
935 msgid "Add Internet Address..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
936 msgstr "/Internetcím hozzáadása..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
937 |
2368 | 938 #: src/audacious/ui_manager.c:245 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
939 msgid "Adds a remote track to the playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
940 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
941 |
2368 | 942 #: src/audacious/ui_manager.c:248 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
943 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
944 msgid "Add Files..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
945 msgstr "/Fájlok hozzáadása..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
946 |
2368 | 947 #: src/audacious/ui_manager.c:249 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
948 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
949 msgid "Adds files to the playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
950 msgstr "Ne törölje a lejátszólistát" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
951 |
2368 | 952 #: src/audacious/ui_manager.c:254 |
2167 | 953 #, fuzzy |
954 msgid "Search and Select" | |
955 msgstr "Keresési mélység: " | |
956 | |
2368 | 957 #: src/audacious/ui_manager.c:255 |
2167 | 958 msgid "" |
959 "Searches the playlist and selects playlist entries based on specific " | |
960 "criteria." | |
961 msgstr "" | |
555 | 962 |
2368 | 963 #: src/audacious/ui_manager.c:258 |
2167 | 964 #, fuzzy |
965 msgid "Invert Selection" | |
966 msgstr "/Kijelölés megfordítása" | |
967 | |
2368 | 968 #: src/audacious/ui_manager.c:259 |
2167 | 969 msgid "Inverts the selected and unselected entries." |
970 msgstr "" | |
971 | |
2445 | 972 #: src/audacious/ui_manager.c:262 |
2167 | 973 msgid "Select All" |
974 msgstr "Mindent kijelöl" | |
975 | |
2368 | 976 #: src/audacious/ui_manager.c:263 |
2167 | 977 msgid "Selects all of the playlist entries." |
978 msgstr "" | |
979 | |
2368 | 980 #: src/audacious/ui_manager.c:266 |
2167 | 981 #, fuzzy |
2218 | 982 msgid "Select None" |
983 msgstr "/Kijelölés megszüntetése" | |
555 | 984 |
2368 | 985 #: src/audacious/ui_manager.c:267 |
2218 | 986 msgid "Deselects all of the playlist entries." |
987 msgstr "" | |
988 | |
2368 | 989 #: src/audacious/ui_manager.c:272 |
2218 | 990 #, fuzzy |
991 msgid "Clear Queue" | |
992 msgstr "/Sor törlése" | |
993 | |
2368 | 994 #: src/audacious/ui_manager.c:273 |
2167 | 995 msgid "Clears the queue associated with this playlist." |
996 msgstr "" | |
997 | |
2368 | 998 #: src/audacious/ui_manager.c:276 |
2167 | 999 #, fuzzy |
1000 msgid "Remove Unavailable Files" | |
555 | 1001 msgstr "/Nem elérhető fájlok eltávolítása" |
1002 | |
2368 | 1003 #: src/audacious/ui_manager.c:277 |
2167 | 1004 #, fuzzy |
1005 msgid "Removes unavailable files from the playlist." | |
1006 msgstr "/Nem elérhető fájlok eltávolítása" | |
1007 | |
2368 | 1008 #: src/audacious/ui_manager.c:280 |
2167 | 1009 #, fuzzy |
1010 msgid "Remove Duplicates" | |
985 | 1011 msgstr "/Duplikátumok eltávolítása" |
1012 | |
2368 | 1013 #: src/audacious/ui_manager.c:282 src/audacious/ui_manager.c:318 |
1014 #: src/audacious/ui_manager.c:348 | |
2167 | 1015 #, fuzzy |
1016 msgid "By Title" | |
1017 msgstr "Cím" | |
1018 | |
2368 | 1019 #: src/audacious/ui_manager.c:283 |
2167 | 1020 msgid "Removes duplicate entries from the playlist by title." |
1021 msgstr "" | |
1022 | |
2368 | 1023 #: src/audacious/ui_manager.c:286 src/audacious/ui_manager.c:326 |
1024 #: src/audacious/ui_manager.c:356 | |
2167 | 1025 #, fuzzy |
1026 msgid "By Filename" | |
1027 msgstr "Fájlnév" | |
1028 | |
2368 | 1029 #: src/audacious/ui_manager.c:287 |
2167 | 1030 #, fuzzy |
1031 msgid "Removes duplicate entries from the playlist by filename." | |
985 | 1032 msgstr "/Duplikátumok eltávolítása/Útvonal + fájlnév alapján" |
1033 | |
2368 | 1034 #: src/audacious/ui_manager.c:290 src/audacious/ui_manager.c:330 |
1035 #: src/audacious/ui_manager.c:360 | |
2167 | 1036 #, fuzzy |
1037 msgid "By Path + Filename" | |
1038 msgstr "/Lista rendezése/Útvonal + fájlnév alapján" | |
1039 | |
2368 | 1040 #: src/audacious/ui_manager.c:291 |
2167 | 1041 msgid "Removes duplicate entries from the playlist by their full path." |
1042 msgstr "" | |
1043 | |
2368 | 1044 #: src/audacious/ui_manager.c:294 |
2167 | 1045 #, fuzzy |
1046 msgid "Remove All" | |
1047 msgstr "/Összes eltávolítása" | |
1048 | |
2368 | 1049 #: src/audacious/ui_manager.c:295 |
2167 | 1050 msgid "Removes all entries from the playlist." |
1051 msgstr "" | |
1052 | |
2368 | 1053 #: src/audacious/ui_manager.c:298 |
2167 | 1054 #, fuzzy |
1055 msgid "Remove Unselected" | |
1056 msgstr "/Kijelöletlenek eltávolítása" | |
1057 | |
2368 | 1058 #: src/audacious/ui_manager.c:299 |
2167 | 1059 msgid "Remove unselected entries from the playlist." |
1060 msgstr "" | |
1061 | |
2368 | 1062 #: src/audacious/ui_manager.c:302 |
2167 | 1063 #, fuzzy |
2218 | 1064 msgid "Remove Selected" |
1065 msgstr "/Kijelöltek eltávolítása" | |
1066 | |
2368 | 1067 #: src/audacious/ui_manager.c:303 |
2218 | 1068 msgid "Remove selected entries from the playlist." |
1069 msgstr "" | |
1070 | |
2368 | 1071 #: src/audacious/ui_manager.c:308 |
2218 | 1072 #, fuzzy |
1073 msgid "Randomize List" | |
1074 msgstr "/Véletlenszerű listasorrend" | |
1075 | |
2368 | 1076 #: src/audacious/ui_manager.c:309 |
2218 | 1077 #, fuzzy |
2167 | 1078 msgid "Randomizes the playlist." |
1079 msgstr "/Véletlenszerű listasorrend" | |
1080 | |
2368 | 1081 #: src/audacious/ui_manager.c:312 |
2167 | 1082 #, fuzzy |
1083 msgid "Reverse List" | |
1084 msgstr "/Lista megfordítása" | |
985 | 1085 |
2368 | 1086 #: src/audacious/ui_manager.c:313 |
2132 | 1087 #, fuzzy |
2167 | 1088 msgid "Reverses the playlist." |
1089 msgstr "Ne törölje a lejátszólistát" | |
1090 | |
2368 | 1091 #: src/audacious/ui_manager.c:316 |
2167 | 1092 #, fuzzy |
1093 msgid "Sort List" | |
555 | 1094 msgstr "/Lista rendezése" |
1095 | |
2368 | 1096 #: src/audacious/ui_manager.c:319 src/audacious/ui_manager.c:349 |
2167 | 1097 #, fuzzy |
1098 msgid "Sorts the list by title." | |
555 | 1099 msgstr "/Lista rendezése/Cím alapján" |
1100 | |
2368 | 1101 #: src/audacious/ui_manager.c:322 src/audacious/ui_manager.c:352 |
2167 | 1102 #, fuzzy |
1103 msgid "By Artist" | |
1104 msgstr "Előadó" | |
1105 | |
2368 | 1106 #: src/audacious/ui_manager.c:323 src/audacious/ui_manager.c:353 |
2167 | 1107 #, fuzzy |
1108 msgid "Sorts the list by artist." | |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1109 msgstr "/Lista rendezése/Előadó alapján" |
555 | 1110 |
2368 | 1111 #: src/audacious/ui_manager.c:327 src/audacious/ui_manager.c:357 |
2167 | 1112 #, fuzzy |
1113 msgid "Sorts the list by filename." | |
1461 | 1114 msgstr "/Lista rendezése/Fájlnév alapján" |
1115 | |
2368 | 1116 #: src/audacious/ui_manager.c:331 src/audacious/ui_manager.c:361 |
2167 | 1117 msgid "Sorts the list by full pathname." |
1118 msgstr "" | |
1119 | |
2368 | 1120 #: src/audacious/ui_manager.c:334 src/audacious/ui_manager.c:364 |
2167 | 1121 #, fuzzy |
1122 msgid "By Date" | |
1123 msgstr "Dátum" | |
1124 | |
2368 | 1125 #: src/audacious/ui_manager.c:335 src/audacious/ui_manager.c:365 |
2167 | 1126 msgid "Sorts the list by modification time." |
1127 msgstr "" | |
1128 | |
2368 | 1129 #: src/audacious/ui_manager.c:338 src/audacious/ui_manager.c:368 |
2167 | 1130 #, fuzzy |
1131 msgid "By Track Number" | |
1132 msgstr "Szám sorszáma" | |
1133 | |
2368 | 1134 #: src/audacious/ui_manager.c:339 src/audacious/ui_manager.c:369 |
2167 | 1135 #, fuzzy |
1136 msgid "Sorts the list by track number." | |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1137 msgstr "/Lista rendezése/Szám sorszáma alapján" |
1461 | 1138 |
2368 | 1139 #: src/audacious/ui_manager.c:342 src/audacious/ui_manager.c:372 |
2167 | 1140 #, fuzzy |
1141 msgid "By Playlist Entry" | |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1142 msgstr "/Lista rendezése/Lejátszólista-bejegyzés alapján" |
1461 | 1143 |
2368 | 1144 #: src/audacious/ui_manager.c:343 src/audacious/ui_manager.c:373 |
2167 | 1145 #, fuzzy |
1146 msgid "Sorts the list by playlist entry." | |
1147 msgstr "/Lista rendezése/Lejátszólista-bejegyzés alapján" | |
1148 | |
2368 | 1149 #: src/audacious/ui_manager.c:346 |
2167 | 1150 #, fuzzy |
1151 msgid "Sort Selected" | |
555 | 1152 msgstr "/Kijelölés rendezése" |
1153 | |
2368 | 1154 #: src/audacious/ui_manager.c:381 src/audacious/ui_manager.c:384 |
2167 | 1155 #, fuzzy |
1156 msgid "View Track Details" | |
1157 msgstr "/Szám részleteinek megtekintése" | |
1158 | |
2368 | 1159 #: 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
|
1160 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1161 msgid "View track details" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1162 msgstr "/Szám részleteinek megtekintése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1163 |
2368 | 1164 #: src/audacious/ui_manager.c:390 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1165 #, fuzzy |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1166 msgid "Play File" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1167 msgstr "/Fájl lejátszása" |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1168 |
2368 | 1169 #: src/audacious/ui_manager.c:391 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1170 #, fuzzy |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1171 msgid "Load and play a file" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1172 msgstr "Metaadat betöltése lejátszólistákból és fájlokból" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1173 |
2368 | 1174 #: src/audacious/ui_manager.c:393 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1175 #, fuzzy |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1176 msgid "Play Location" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1177 msgstr "/Hely lejátszása" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1178 |
2368 | 1179 #: src/audacious/ui_manager.c:394 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1180 msgid "Play media from the selected location" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1181 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1182 |
2368 | 1183 #: src/audacious/ui_manager.c:396 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1184 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1185 msgid "Preferences" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1186 msgstr "/Beállítások" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1187 |
2368 | 1188 #: src/audacious/ui_manager.c:397 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1189 #, fuzzy |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1190 msgid "Open preferences window" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1191 msgstr "Beállítások ablak" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1192 |
2368 | 1193 #: src/audacious/ui_manager.c:399 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1194 #, fuzzy |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1195 msgid "_Quit" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1196 msgstr "/_Kilépés" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1197 |
2368 | 1198 #: src/audacious/ui_manager.c:400 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1199 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1200 msgid "Quit Audacious" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1201 msgstr "Audacious névjegye" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1202 |
2368 | 1203 #: src/audacious/ui_manager.c:402 src/audacious/ui_manager.c:403 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1204 #, fuzzy |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1205 msgid "Set A-B" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1206 msgstr "/A-B beállítása" |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1207 |
2368 | 1208 #: src/audacious/ui_manager.c:405 src/audacious/ui_manager.c:406 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1209 #, fuzzy |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1210 msgid "Clear A-B" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1211 msgstr "/A-B törlése" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1212 |
2368 | 1213 #: src/audacious/ui_manager.c:408 src/audacious/ui_manager.c:409 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1214 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1215 msgid "Jump to Playlist Start" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1216 msgstr "/Ugrás a lejátszólista elejére" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1217 |
2368 | 1218 #: 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
|
1219 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1220 msgid "Jump to File" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1221 msgstr "/Ugrás fájlra" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1222 |
2368 | 1223 #: src/audacious/ui_manager.c:417 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1224 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1225 msgid "Queue Toggle" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1226 msgstr "/Betevés a sorba" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1227 |
2368 | 1228 #: src/audacious/ui_manager.c:418 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1229 msgid "Enables/disables the entry in the playlist's queue." |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1230 msgstr "" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1231 |
2368 | 1232 #: src/audacious/ui_manager.c:425 |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1233 #, fuzzy |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1234 msgid "Load" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1235 msgstr "/Betöltés" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1236 |
2368 | 1237 #: src/audacious/ui_manager.c:426 |
2167 | 1238 #, fuzzy |
2271
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1239 msgid "Import" |
8282834d9580
[svn] fix giacomo's untranslatable strings and update po/
kiyoshi
parents:
2269
diff
changeset
|
1240 msgstr "/Importálás" |
2167 | 1241 |
2368 | 1242 #: src/audacious/ui_manager.c:427 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1243 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1244 msgid "Save" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1245 msgstr "/Mentés" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1246 |
2368 | 1247 #: src/audacious/ui_manager.c:428 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1248 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1249 msgid "Delete" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1250 msgstr "/Törlés" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1251 |
2368 | 1252 #: src/audacious/ui_manager.c:430 src/audacious/ui_manager.c:451 |
1253 #: src/audacious/ui_manager.c:466 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1254 msgid "Preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1255 msgstr "Beállítás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1256 |
2368 | 1257 #: src/audacious/ui_manager.c:431 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1258 msgid "Load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1259 msgstr "Beállítás betöltése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1260 |
2368 | 1261 #: src/audacious/ui_manager.c:433 src/audacious/ui_manager.c:454 |
1262 #: src/audacious/ui_manager.c:469 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1263 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1264 msgid "Auto-load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1265 msgstr "/Betöltés/Automatikusan betöltődő beállítás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1266 |
2368 | 1267 #: src/audacious/ui_manager.c:434 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1268 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1269 msgid "Load auto-load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1270 msgstr "/Betöltés/Automatikusan betöltődő beállítás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1271 |
2368 | 1272 #: 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
|
1273 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1274 msgid "Default" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1275 msgstr "Alapértelmezett bőr:" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1276 |
2368 | 1277 #: src/audacious/ui_manager.c:437 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1278 msgid "Load default preset into equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1279 msgstr "" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1280 |
2368 | 1281 #: src/audacious/ui_manager.c:439 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1282 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1283 msgid "Zero" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1284 msgstr "sztereó" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1285 |
2368 | 1286 #: src/audacious/ui_manager.c:440 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1287 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1288 msgid "Set equalizer preset levels to zero" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1289 msgstr "Equalizer-beállítás mentése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1290 |
2368 | 1291 #: src/audacious/ui_manager.c:442 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1292 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1293 msgid "From file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1294 msgstr "/Betöltés/Fájlból" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1295 |
2368 | 1296 #: src/audacious/ui_manager.c:443 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1297 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1298 msgid "Load preset from file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1299 msgstr "Beállítás betöltése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1300 |
2368 | 1301 #: src/audacious/ui_manager.c:445 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1302 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1303 msgid "From WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1304 msgstr "/Betöltés/Winamp EQF fájlból" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1305 |
2368 | 1306 #: src/audacious/ui_manager.c:446 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1307 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1308 msgid "Load preset from WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1309 msgstr "/Betöltés/Winamp EQF fájlból" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1310 |
2368 | 1311 #: src/audacious/ui_manager.c:448 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1312 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1313 msgid "WinAMP Presets" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1314 msgstr "/Importálás/Winamp-beállítások" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1315 |
2368 | 1316 #: src/audacious/ui_manager.c:449 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1317 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1318 msgid "Import WinAMP presets" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1319 msgstr "/Importálás/Winamp-beállítások" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1320 |
2368 | 1321 #: src/audacious/ui_manager.c:452 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1322 msgid "Save preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1323 msgstr "Beállítás mentése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1324 |
2368 | 1325 #: src/audacious/ui_manager.c:455 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1326 #, fuzzy |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1327 msgid "Save auto-load preset" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1328 msgstr "/Mentés/Automatikusan betöltődő beállítás" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1329 |
2368 | 1330 #: src/audacious/ui_manager.c:458 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1331 #, fuzzy |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1332 msgid "Save default preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1333 msgstr "Automatikusan betöltődő beállítás mentése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1334 |
2368 | 1335 #: src/audacious/ui_manager.c:460 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1336 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1337 msgid "To file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1338 msgstr "/Betöltés/Fájlból" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1339 |
2368 | 1340 #: src/audacious/ui_manager.c:461 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1341 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1342 msgid "Save preset to file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1343 msgstr "Beállítás mentése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1344 |
2368 | 1345 #: src/audacious/ui_manager.c:463 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1346 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1347 msgid "To WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1348 msgstr "/Mentés/Winamp EQF fájlba" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1349 |
2368 | 1350 #: src/audacious/ui_manager.c:464 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1351 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1352 msgid "Save preset to WinAMP EQF file" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1353 msgstr "/Mentés/Winamp EQF fájlba" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1354 |
2368 | 1355 #: src/audacious/ui_manager.c:467 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1356 msgid "Delete preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1357 msgstr "Beállítás törlése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1358 |
2368 | 1359 #: src/audacious/ui_manager.c:470 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1360 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1361 msgid "Delete auto-load preset" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1362 msgstr "/Törlés/Automatikusan betöltődő beállítás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1363 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1364 #: 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
|
1365 msgid "Appearance" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1366 msgstr "Megjelenés" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1367 |
2368 | 1368 #: src/audacious/ui_preferences.c:102 |
2445 | 1369 msgid "Audio" |
1370 msgstr "Hang" | |
1371 | |
1372 #: src/audacious/ui_preferences.c:103 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1373 msgid "Connectivity" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1374 msgstr "Kapcsolódás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1375 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1376 #: 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
|
1377 msgid "Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1378 msgstr "Equalizer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1379 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1380 #: 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
|
1381 msgid "Mouse" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1382 msgstr "Egér" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1383 |
2445 | 1384 #: 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
|
1385 msgid "Plugins" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1386 msgstr "Bővítmények" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1387 |
2445 | 1388 #: src/audacious/ui_preferences.c:113 src/audacious/ui_fileinfopopup.c:237 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1389 msgid "Artist" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1390 msgstr "Előadó" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1391 |
2445 | 1392 #: src/audacious/ui_preferences.c:114 src/audacious/ui_fileinfopopup.c:254 |
1393 #: src/audacious/titlestring.c:372 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1394 msgid "Album" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1395 msgstr "Album" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1396 |
2445 | 1397 #: src/audacious/ui_preferences.c:115 src/audacious/ui_fileinfopopup.c:220 |
1398 #: src/audacious/ui_fileinfopopup.c:388 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1399 msgid "Title" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1400 msgstr "Cím" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1401 |
2445 | 1402 #: src/audacious/ui_preferences.c:116 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1403 msgid "Tracknumber" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1404 msgstr "Szám sorszáma" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1405 |
2445 | 1406 #: src/audacious/ui_preferences.c:117 src/audacious/ui_fileinfopopup.c:271 |
1407 #: src/audacious/titlestring.c:373 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1408 msgid "Genre" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1409 msgstr "Műfaj" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1410 |
2445 | 1411 #: src/audacious/ui_preferences.c:119 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1412 msgid "Filepath" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1413 msgstr "Fájlútvonal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1414 |
2445 | 1415 #: 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
|
1416 msgid "Date" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1417 msgstr "Dátum" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1418 |
2445 | 1419 #: src/audacious/ui_preferences.c:121 src/audacious/ui_fileinfopopup.c:288 |
1420 #: src/audacious/titlestring.c:380 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1421 msgid "Year" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1422 msgstr "Év" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1423 |
2445 | 1424 #: 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
|
1425 msgid "Comment" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1426 msgstr "Megjegyzés" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1427 |
2445 | 1428 #: src/audacious/ui_preferences.c:143 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1429 msgid "localhost" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1430 msgstr "localhost" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1431 |
2445 | 1432 #: src/audacious/ui_preferences.c:456 src/audacious/ui_preferences.c:543 |
1433 #: 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
|
1434 msgid "Enabled" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1435 msgstr "Bekapcsolva" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1436 |
2445 | 1437 #: src/audacious/ui_preferences.c:472 src/audacious/ui_preferences.c:559 |
1438 #: 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
|
1439 msgid "Description" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1440 msgstr "Leírás" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1441 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1442 #: src/audacious/ui_preferences.c:1783 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1443 msgid "Category" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1444 msgstr "Kategória" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1445 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1446 #: src/audacious/ui_preferences.c:2348 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1447 msgid "Preferences Window" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1448 msgstr "Beállítások ablak" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1449 |
2368 | 1450 #: src/audacious/ui_skinselector.c:176 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1451 msgid "Archived Winamp 2.x skin" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1452 msgstr "Tömörített Winamp 2.x bőr" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1453 |
2368 | 1454 #: src/audacious/ui_skinselector.c:181 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1455 msgid "Unarchived Winamp 2.x skin" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1456 msgstr "Tömörítetlen Winamp 2.x bőr" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1457 |
2445 | 1458 #: src/audacious/ui_fileinfo.c:160 |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1459 msgid "Track Information Window" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1460 msgstr "Száminformáció ablak" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
1461 |
2445 | 1462 #: src/audacious/ui_fileinfopopup.c:305 |
1463 #, fuzzy | |
1464 msgid "Track Number" | |
1465 msgstr "Szám sorszáma" | |
1466 | |
1467 #: src/audacious/ui_fileinfopopup.c:322 | |
1468 #, fuzzy | |
1469 msgid "Track Length" | |
1470 msgstr "Szám hossza:" | |
1471 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1472 #: src/audacious/ui_fileopener.c:131 |
2445 | 1473 msgid "Open Files" |
1474 msgstr "Fájlok megnyitása" | |
1475 | |
2455 | 1476 #: src/audacious/ui_fileopener.c:131 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1477 msgid "Add Files" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1478 msgstr "Fájlok hozzáadása" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1479 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1480 #: src/audacious/ui_fileopener.c:133 |
2445 | 1481 msgid "Close dialog on Open" |
1482 msgstr "Párbeszédablak bezárása megnyitás után" | |
1483 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1484 #: src/audacious/ui_fileopener.c:133 |
2445 | 1485 msgid "Close dialog on Add" |
1486 msgstr "Párbeszédablak bezárása hozzáadás után" | |
1487 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1488 #: src/audacious/ui_fileopener.c:363 |
2445 | 1489 #, fuzzy |
1490 msgid "Play files" | |
1491 msgstr "/Fájl lejátszása" | |
1492 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1493 #: src/audacious/ui_fileopener.c:365 |
2445 | 1494 #, fuzzy |
1495 msgid "Load files" | |
1496 msgstr "/Betöltés/Fájlból" | |
1497 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1498 #: src/audacious/ui_playlist.c:482 |
2269
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1499 #, fuzzy |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1500 msgid "Search entries in active playlist" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1501 msgstr "Elválasztók megjelenítése a lejátszólistában" |
18228302c204
[svn] Make a string in ui_playist.c translatable, and update po/
kiyoshi
parents:
2266
diff
changeset
|
1502 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1503 #: src/audacious/ui_playlist.c:488 |
2132 | 1504 msgid "" |
1505 "Select entries in playlist by filling one or more fields. Fields use regular " | |
1506 "expressions syntax, case-insensitive. If you don't know how regular " | |
1507 "expressions work, simply insert a literal portion of what you're searching " | |
1508 "for." | |
1509 msgstr "" | |
1510 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1511 #: src/audacious/ui_playlist.c:495 |
2132 | 1512 #, fuzzy |
1513 msgid "Track name: " | |
1514 msgstr "Szám neve" | |
1515 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1516 #: src/audacious/ui_playlist.c:501 |
2132 | 1517 msgid "Album name: " |
1518 msgstr "" | |
1519 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1520 #: src/audacious/ui_playlist.c:507 |
2132 | 1521 #, fuzzy |
1522 msgid "Artist: " | |
1523 msgstr "Előadó" | |
1524 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1525 #: src/audacious/ui_playlist.c:513 |
2132 | 1526 #, fuzzy |
1527 msgid "Filename: " | |
1528 msgstr "Fájlnév:" | |
1529 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1530 #: src/audacious/ui_playlist.c:520 |
2167 | 1531 msgid "Clear previous selection before searching" |
1532 msgstr "" | |
1533 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1534 #: src/audacious/ui_playlist.c:523 |
2167 | 1535 msgid "Automatically toggle queue for matching entries" |
1536 msgstr "" | |
1537 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1538 #: src/audacious/ui_playlist.c:526 |
2167 | 1539 msgid "Create a new playlist with matching entries" |
1540 msgstr "" | |
1541 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1542 #: src/audacious/ui_playlist.c:745 |
555 | 1543 #, c-format |
1544 msgid "Error writing playlist \"%s\": %s" | |
1545 msgstr "Hiba a(z) \"%s\" lejátszólista írása közben: %s" | |
1546 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1547 #: src/audacious/ui_playlist.c:766 |
555 | 1548 #, c-format |
1549 msgid "%s already exist. Continue?" | |
1550 msgstr "A(z) %s már létezik. Folytatja?" | |
1551 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1552 #: src/audacious/ui_playlist.c:780 |
555 | 1553 #, c-format |
1554 msgid "" | |
1555 "<b><big>Unable to save playlist.</big></b>\n" | |
1556 "\n" | |
1557 "Unknown file type for '%s'.\n" | |
1558 msgstr "" | |
1559 "<b><big>Nem lehet menteni a lejátszólistát.</big></b>\n" | |
1560 "\n" | |
1561 "Ismeretlen fájltípus: '%s'.\n" | |
1562 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1563 #: src/audacious/ui_playlist.c:920 |
555 | 1564 msgid "Load Playlist" |
1565 msgstr "Lejátszólista betöltése" | |
1566 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1567 #: src/audacious/ui_playlist.c:933 |
555 | 1568 msgid "Save Playlist" |
1569 msgstr "Lejátszólista mentése" | |
1570 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1571 #: src/audacious/ui_playlist.c:1653 |
555 | 1572 msgid "Audacious Playlist Editor" |
1573 msgstr "Audacious lejátszólista-szerkesztő" | |
1574 | |
2445 | 1575 #: src/audacious/ui_urlopener.c:90 |
2231 | 1576 #, fuzzy |
1577 msgid "Add/Open URL Dialog" | |
1578 msgstr "Fájlok hozzáadása/megnyitása párbeszédablak" | |
1579 | |
2445 | 1580 #: src/audacious/playback.c:198 |
753 | 1581 msgid "" |
1582 "<b><big>No output plugin selected.</big></b>\n" | |
1583 "You have not selected an output plugin." | |
1584 msgstr "" | |
1585 "<b><big>Nem lett kiválasztva kimeneti bővítmény.</big></b>\n" | |
1586 "Nem választott ki kimeneti bővítményt." | |
1587 | |
2368 | 1588 #: src/audacious/playlist_manager.c:253 |
2231 | 1589 #, fuzzy |
1590 msgid "Playlist Manager" | |
1591 msgstr "/A lejátszólista ne legyen léptetve" | |
1592 | |
2368 | 1593 #: src/audacious/playlist_manager.c:292 |
2231 | 1594 msgid "Entries" |
1595 msgstr "" | |
1596 | |
2368 | 1597 #: src/audacious/playlist_manager.c:306 |
2231 | 1598 #, fuzzy |
1599 msgid "_Rename" | |
1600 msgstr "Fájlnév" | |
1601 | |
2445 | 1602 #: src/audacious/titlestring.c:371 |
1603 msgid "Performer/Artist" | |
1604 msgstr "Előadó/szerző" | |
1605 | |
1606 #: src/audacious/titlestring.c:374 | |
1607 msgid "File name" | |
1608 msgstr "Fájlnév" | |
1609 | |
1610 #: src/audacious/titlestring.c:375 | |
1611 msgid "File path" | |
1612 msgstr "Fájlútvonal" | |
1613 | |
1614 #: src/audacious/titlestring.c:376 | |
1615 msgid "File extension" | |
1616 msgstr "Fájlkiterjesztés" | |
1617 | |
1618 #: src/audacious/titlestring.c:377 | |
1619 msgid "Track name" | |
1620 msgstr "Szám neve" | |
1621 | |
1622 #: src/audacious/titlestring.c:378 | |
1623 msgid "Track number" | |
1624 msgstr "Szám sorszáma" | |
1625 | |
1626 #: src/audacious/titlestring.c:441 | |
1627 msgid "%{n:...%}: Display \"...\" only if element %n is present" | |
1628 msgstr "%{n:...%}: \"...\" csak akkor legyen megjelenítve, ha van %n elem" | |
381 | 1629 |
2368 | 1630 #: src/audacious/glade/fileinfo.glade:8 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1631 msgid "Track Information" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1632 msgstr "Száminformáció" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1633 |
2368 | 1634 #: src/audacious/glade/fileinfo.glade:81 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1635 msgid "<span size=\"small\">Title</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1636 msgstr "<span size=\"small\">Cím</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1637 |
2368 | 1638 #: src/audacious/glade/fileinfo.glade:139 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1639 msgid "<span size=\"small\">Artist</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1640 msgstr "<span size=\"small\">Előadó</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1641 |
2368 | 1642 #: src/audacious/glade/fileinfo.glade:197 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1643 msgid "<span size=\"small\">Album</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1644 msgstr "<span size=\"small\">Album</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1645 |
2368 | 1646 #: src/audacious/glade/fileinfo.glade:255 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1647 msgid "<span size=\"small\">Comment</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1648 msgstr "<span size=\"small\">Megjegyzés</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1649 |
2368 | 1650 #: src/audacious/glade/fileinfo.glade:313 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1651 msgid "<span size=\"small\">Genre</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1652 msgstr "<span size=\"small\">Műfaj</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1653 |
2368 | 1654 #: src/audacious/glade/fileinfo.glade:392 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1655 msgid "<span size=\"small\">Year</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1656 msgstr "<span size=\"small\">Év</span>" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1657 |
2368 | 1658 #: src/audacious/glade/fileinfo.glade:441 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1659 msgid "<span size=\"small\">Track Number</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1660 msgstr "<span size=\"small\">Szám sorszáma</span>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1661 |
2368 | 1662 #: src/audacious/glade/fileinfo.glade:499 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1663 msgid "<span size=\"small\">Location</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1664 msgstr "<span size=\"small\">Hely</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1665 |
2368 | 1666 #: src/audacious/glade/prefswin.glade:8 |
2231 | 1667 msgid "Audacious Preferences" |
1668 msgstr "Audacious beállításai" | |
1669 | |
2368 | 1670 #: src/audacious/glade/prefswin.glade:115 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1671 msgid "_Decoder list:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1672 msgstr "_Dekódolólista:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1673 |
2368 | 1674 #: src/audacious/glade/prefswin.glade:219 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1675 msgid "<span size=\"medium\"><b>Decoders</b></span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1676 msgstr "<span size=\"medium\"><b>Dekódolók</b></span>" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1677 |
2368 | 1678 #: src/audacious/glade/prefswin.glade:261 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1679 msgid "_General plugin list:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1680 msgstr "Á_ltalános bővítmények listája:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1681 |
2368 | 1682 #: src/audacious/glade/prefswin.glade:365 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1683 msgid "<span size=\"medium\"><b>General</b></span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1684 msgstr "<span size=\"medium\"><b>Általános</b></span>" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1685 |
2368 | 1686 #: src/audacious/glade/prefswin.glade:407 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1687 msgid "_Visualization plugin list:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1688 msgstr "_Kijelzési bővítmények listája:" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1689 |
2368 | 1690 #: src/audacious/glade/prefswin.glade:511 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1691 msgid "<b>Visualization</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1692 msgstr "<b>Kijelzési mód</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1693 |
2368 | 1694 #: src/audacious/glade/prefswin.glade:553 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1695 msgid "_Effect plugin list:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1696 msgstr "_Effektusbővítmények listája:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1697 |
2368 | 1698 #: src/audacious/glade/prefswin.glade:657 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1699 msgid "<b>Effects</b>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1700 msgstr "<b>Effektusok</b>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1701 |
2368 | 1702 #: src/audacious/glade/prefswin.glade:746 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1703 msgid "<b>_Skin</b>" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1704 msgstr "<b>_Bőr</b>" |
1107 | 1705 |
2368 | 1706 #: src/audacious/glade/prefswin.glade:799 |
2231 | 1707 #, fuzzy |
1708 msgid "Refresh skin list" | |
1709 msgstr "Bőrlista frissítése" | |
1710 | |
2368 | 1711 #: src/audacious/glade/prefswin.glade:893 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1712 msgid "<b>_Fonts</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1713 msgstr "<b>_Betűkészletek</b>" |
753 | 1714 |
2368 | 1715 #: src/audacious/glade/prefswin.glade:948 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1716 msgid "_Player:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1717 msgstr "_Lejátszó:" |
753 | 1718 |
2368 | 1719 #: src/audacious/glade/prefswin.glade:991 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1720 msgid "_Playlist:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1721 msgstr "L_ejátszólista:" |
1414 | 1722 |
2368 | 1723 #: src/audacious/glade/prefswin.glade:1023 |
2231 | 1724 msgid "Select main player window font:" |
1725 msgstr "Válassza ki a fő lejátszóablak betűkészletét:" | |
1726 | |
2368 | 1727 #: src/audacious/glade/prefswin.glade:1091 |
2231 | 1728 msgid "" |
1729 "Use bitmap fonts if they are available. Bitmap fonts do not support Unicode " | |
1730 "strings." | |
1731 msgstr "" | |
1732 "Bitmap betűkészletek használata, ha elérhetőek. A bitmap betűkészletek nem " | |
1733 "támogatják a Unicode karakterláncokat." | |
1734 | |
2368 | 1735 #: src/audacious/glade/prefswin.glade:1093 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1736 msgid "Use Bitmap fonts if available" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1737 msgstr "Bitmap betűkészletek használata, ha elérhetőek" |
753 | 1738 |
2368 | 1739 #: src/audacious/glade/prefswin.glade:1127 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1740 msgid "<b>_Miscellaneous</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1741 msgstr "<b>_Egyebek</b>" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1742 |
2368 | 1743 #: src/audacious/glade/prefswin.glade:1175 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1744 msgid "Show track numbers in playlist" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1745 msgstr "Számok sorszámának megjelenítése a lejátszólistában" |
753 | 1746 |
2368 | 1747 #: src/audacious/glade/prefswin.glade:1210 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1748 msgid "Show separators in playlist" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1749 msgstr "Elválasztók megjelenítése a lejátszólistában" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1750 |
2368 | 1751 #: src/audacious/glade/prefswin.glade:1245 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1752 msgid "Use custom cursors" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1753 msgstr "Egyéni kurzorok használata" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1754 |
2368 | 1755 #: src/audacious/glade/prefswin.glade:1279 |
1756 #: src/audacious/glade/prefswin.glade:1290 | |
2231 | 1757 msgid "This enables the window manager to show decorations for windows." |
1758 msgstr "" | |
1759 | |
2368 | 1760 #: src/audacious/glade/prefswin.glade:1281 |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
1761 msgid "Show window manager decoration" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1762 msgstr "" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1763 |
2368 | 1764 #: src/audacious/glade/prefswin.glade:1289 |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
1765 msgid "Show window manager decorations" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
1766 msgstr "" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
1767 |
2368 | 1768 #: src/audacious/glade/prefswin.glade:1319 |
2231 | 1769 msgid "" |
1770 "This enables the XMMS/GTK1-style file selection dialogs. This selector is " | |
1771 "provided by Audacious itself and is faster than the default GTK2 selector " | |
1772 "(but sadly not as user-friendly)." | |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
1773 msgstr "" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
1774 |
2368 | 1775 #: src/audacious/glade/prefswin.glade:1321 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1776 msgid "Use XMMS-style file selector instead of the default selector" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1777 msgstr "" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1778 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1779 #: src/audacious/glade/prefswin.glade:1410 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1780 msgid "<b>Mouse wheel</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1781 msgstr "<b>Egérgörgő</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1782 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1783 #: src/audacious/glade/prefswin.glade:1458 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1784 msgid "Changes volume by" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1785 msgstr "Megváltoztatja a hangerőt" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1786 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1787 #: src/audacious/glade/prefswin.glade:1486 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1788 msgid "percent" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1789 msgstr "százalékkal" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1790 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1791 #: src/audacious/glade/prefswin.glade:1514 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1792 msgid "Scrolls playlist by" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1793 msgstr "Ennyit görget a lejátszólistában:" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1794 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1795 #: src/audacious/glade/prefswin.glade:1567 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1796 msgid "lines" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1797 msgstr "sor" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1798 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1799 #: src/audacious/glade/prefswin.glade:1689 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1800 msgid "<b>Filename</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1801 msgstr "<b>Fájlnév</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
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:1729 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1804 msgid "Convert underscores to blanks" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1805 msgstr "Aláhúzás karakterek konvertálása szóközre" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
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:1764 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1808 msgid "Convert %20 to blanks" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1809 msgstr "%20 konvertálása szóközre" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
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:1799 |
2103 | 1812 msgid "Convert backslash '\\' to forward slash '/'" |
2100 | 1813 msgstr "" |
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:1833 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1816 msgid "<b>Metadata</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1817 msgstr "<b>Metaadat</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
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:1872 |
2231 | 1820 msgid "Load metadata (tag information) from music files." |
1821 msgstr "Metaadat (tag információ) betöltése a zenefájlokból." | |
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:1874 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1824 msgid "Load metadata from playlists and files" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1825 msgstr "Metaadat betöltése lejátszólistákból és fájlokból" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
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:1912 |
2231 | 1828 msgid "Load metadata when adding the file to the playlist or opening it" |
1829 msgstr "Metaadat betöltése fájl lejátszólistához adásakor vagy megnyitáskor" | |
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:1914 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1832 msgid "On load" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1833 msgstr "Betöltéskor" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
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:1934 |
2231 | 1836 #, fuzzy |
1837 msgid "Load metadata on demand when displaying the file in the playlist" | |
1838 msgstr "Metaadat betöltése fájl lejátszólistához adásakor vagy megnyitáskor" | |
1839 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1840 #: src/audacious/glade/prefswin.glade:1936 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1841 msgid "On display" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1842 msgstr "Megjelenítéskor" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1843 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1844 #: src/audacious/glade/prefswin.glade:1966 |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
1845 msgid "Fallback character encodings:" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1846 msgstr "Tartalék karakterkódolások:" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1847 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1848 #: src/audacious/glade/prefswin.glade:1994 |
2231 | 1849 msgid "" |
1850 "List of character encodings used for fall back conversion of metadata. If " | |
1851 "automatic character encoding detector failed or has been disabled, encodings " | |
1852 "in this list would be treated as candidates of the encoding of metadata, and " | |
1853 "fall back conversion from these encodings to UTF-8 would be attempted." | |
1854 msgstr "" | |
1855 "A metaadat tartalék átalakításához használt karakterkódolások listája. Ha az " | |
1856 "automatikus karakterkódolás felismerés sikertelen vagy ki lett kapcsolva, az " | |
1857 "ezen listán szereplő kódolások kerülnek feldolgozásra a metaadat kódolásának " | |
1858 "jelöltjeiként, és a tartalék átalakítás UTF-8-ba ezekből a kódolásokból lesz " | |
1859 "megkísérelve." | |
1860 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1861 #: src/audacious/glade/prefswin.glade:2035 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1862 msgid "Auto character encoding detector for:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1863 msgstr "Autom. karakterkódolás felismerés ennél:" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1864 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1865 #: src/audacious/glade/prefswin.glade:2091 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1866 msgid "<b>File Dialog</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1867 msgstr "<b>Fájl párbeszédablak</b>" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1868 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1869 #: src/audacious/glade/prefswin.glade:2130 |
2231 | 1870 msgid "" |
1871 "Always refresh the file dialog (this will slow opening the dialog on large " | |
1872 "directories, and Gnome VFS should handle automatically)." | |
1873 msgstr "" | |
1874 "Mindig frissítse a fájl párbeszédablakot (ez lassítja a párbeszédablak " | |
1875 "megnyitását nagy könyvtáraknál, és a Gnome VFS automatikusan kezeli ezt)." | |
1876 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1877 #: src/audacious/glade/prefswin.glade:2132 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1878 msgid "Always refresh directory when opening file dialog" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1879 msgstr "Mindig frissítse a könyvtárat a fájl párbeszédablak megnyitásakor" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1880 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1881 #: src/audacious/glade/prefswin.glade:2166 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1882 msgid "<b>Song Display</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1883 msgstr "<b>Szám megjelenítése</b>" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1884 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1885 #: src/audacious/glade/prefswin.glade:2214 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1886 msgid "Title format:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1887 msgstr "Címformátum:" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1888 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1889 #: src/audacious/glade/prefswin.glade:2242 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1890 msgid "Custom string:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1891 msgstr "Egyéni karakterlánc:" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1892 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1893 #: src/audacious/glade/prefswin.glade:2293 |
0 | 1894 msgid "" |
1895 "TITLE\n" | |
1896 "ARTIST - TITLE\n" | |
1897 "ARTIST - ALBUM - TITLE\n" | |
985 | 1898 "ARTIST - ALBUM - TRACK. TITLE\n" |
1899 "ARTIST [ ALBUM ] - TRACK. TITLE\n" | |
0 | 1900 "ALBUM - TITLE\n" |
1901 "Custom" | |
1902 msgstr "" | |
1903 "CÍM\n" | |
1904 "ELŐADÓ - CÍM\n" | |
1905 "ELŐADÓ - ALBUM - CÍM\n" | |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1906 "ELŐADÓ - ALBUM - SZÁM. CÍM\n" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1907 "ELŐADÓ [ ALBUM ] - SZÁM. CÍM\n" |
0 | 1908 "ALBUM - CÍM\n" |
1909 "Egyéni" | |
1910 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1911 #: src/audacious/glade/prefswin.glade:2315 |
2231 | 1912 msgid "Show information about titlestring format" |
1913 msgstr "Információ megjelenítése a cím-karakterlánc formátumáról" | |
1914 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1915 #: src/audacious/glade/prefswin.glade:2365 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1916 msgid "<b>Popup Information</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1917 msgstr "<b>Felbukkanó információ</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1918 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1919 #: src/audacious/glade/prefswin.glade:2416 |
2231 | 1920 msgid "" |
1921 "Toggles popup information window for the pointed entry in the playlist. The " | |
1922 "window shows title of song, name of album, genre, year of publish, track " | |
1923 "number, track length, and artwork." | |
1924 msgstr "" | |
1925 "Megjelenjen-e a lejátszólistában a kiválasztott bejegyzésnél egy felbukkanó " | |
1926 "információs ablak. Az ablak megjeleníti a szám címét, az album nevét, a " | |
1927 "műfaját, a megjelenés évét, a szám sorszámát, a szám hosszát és az " | |
1928 "albumborítót." | |
1929 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1930 #: src/audacious/glade/prefswin.glade:2418 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1931 msgid "Show popup information for playlist entries" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1932 msgstr "Felbukkanó információ megjelenítése a lejátszólista bejegyzéseknél" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1933 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1934 #: src/audacious/glade/prefswin.glade:2445 |
2231 | 1935 msgid "Edit settings for popup information" |
1936 msgstr "Felbukkanó információ beállításainak szerkesztése" | |
1937 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1938 #: src/audacious/glade/prefswin.glade:2553 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1939 msgid "<b>Presets</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1940 msgstr "<b>Beállítások</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1941 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1942 #: src/audacious/glade/prefswin.glade:2653 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1943 msgid "Directory preset file:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1944 msgstr "Könyvtár-beállítás fájlja:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1945 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1946 #: src/audacious/glade/prefswin.glade:2681 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1947 msgid "File preset extension:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1948 msgstr "Fájlbeállítás kiterjesztése:" |
1107 | 1949 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1950 #: src/audacious/glade/prefswin.glade:2729 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1951 msgid "Available _Presets:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1952 msgstr "Elérhető _beállítások:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1953 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1954 #: src/audacious/glade/prefswin.glade:2909 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1955 msgid "<b>Proxy Configuration</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1956 msgstr "<b>Proxy beállítása</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1957 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1958 #: src/audacious/glade/prefswin.glade:2967 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1959 msgid "Enable proxy usage" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1960 msgstr "Proxyhasználat bekapcsolása" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1961 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1962 #: src/audacious/glade/prefswin.glade:2998 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1963 msgid "Proxy hostname:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1964 msgstr "Proxy gépnév:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1965 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1966 #: src/audacious/glade/prefswin.glade:3026 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1967 msgid "Proxy port:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1968 msgstr "Proxy port:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1969 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1970 #: src/audacious/glade/prefswin.glade:3120 |
1107 | 1971 msgid "Use authentication with proxy" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
1972 msgstr "Hitelesítés használata proxyval" |
1107 | 1973 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1974 #: src/audacious/glade/prefswin.glade:3151 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1975 msgid "Proxy username:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1976 msgstr "Proxy felhasználónév:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1977 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1978 #: src/audacious/glade/prefswin.glade:3179 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1979 msgid "Proxy password:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1980 msgstr "Proxy jelszó:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1981 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1982 #: src/audacious/glade/prefswin.glade:3295 |
1414 | 1983 msgid "" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1984 "<span size=\"small\">Changing these settings will require a restart of " |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1985 "Audacious.</span>" |
1414 | 1986 msgstr "" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1987 "<span size=\"small\">Ezen beállítások megváltoztatásához újra kell indítani " |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1988 "az Audacioust.</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1989 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1990 #: src/audacious/glade/prefswin.glade:3419 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1991 msgid "<b>Audio System</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1992 msgstr "<b>Hangrendszer</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1993 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1994 #: src/audacious/glade/prefswin.glade:3473 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1995 msgid "Current output plugin:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
1996 msgstr "Jelenlegi kimeneti bővítmény:" |
1414 | 1997 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
1998 #: src/audacious/glade/prefswin.glade:3541 |
1414 | 1999 msgid "" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2000 "<span size=\"small\">This is the amount of time to prebuffer audio streams " |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2001 "by, in milliseconds.\n" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2002 "Increase this value if you are experiencing audio skipping. \n" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2003 "Please note however, that high values will result in Audacious performing " |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2004 "poorly.</span>" |
1414 | 2005 msgstr "" |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2006 "<span size=\"small\">Időtartam ezredmásodpercben, amennyivel a hangfolyam " |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2007 "előpufferelve lesz.\n" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2008 "Növelje ezt az értéket, ha hangkihagyást tapasztal. \n" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2009 "Figyeljen arra, hogy a magas értékek az Audacious teljesítménycsökkenéséhez " |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2010 "vezethetnek.</span>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2011 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2012 #: src/audacious/glade/prefswin.glade:3571 |
2132 | 2013 msgid "Buffer size:" |
2014 msgstr "Pufferméret:" | |
2015 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2016 #: src/audacious/glade/prefswin.glade:3695 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2017 msgid "Output Plugin Preferences" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2018 msgstr "Kimeneti bővítmény beállításai" |
1414 | 2019 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2020 #: src/audacious/glade/prefswin.glade:3770 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2021 msgid "Output Plugin Information" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2022 msgstr "Kimeneti bővítmény információja" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2023 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2024 #: src/audacious/glade/prefswin.glade:3822 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2025 msgid "<b>Format Detection</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2026 msgstr "<b>Formátum-felismerés</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2027 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2028 #: src/audacious/glade/prefswin.glade:3861 |
2231 | 2029 #, fuzzy |
2030 msgid "" | |
2031 "When checked, Audacious will detect file formats on demand. This can result " | |
2032 "in a messier playlist, but delivers a major speed benefit." | |
2033 msgstr "" | |
2034 "Ha be van kapcsolva az Audacious a fájlformátumokat kérés esetén ismeri fel. " | |
2035 "Ez rendetlenebb lejátszólistát eredményezhet, viszont sebességnövekedést " | |
2036 "érhet el vele." | |
2037 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2038 #: src/audacious/glade/prefswin.glade:3863 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2039 msgid "Detect file formats on demand, instead of immediately." |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2040 msgstr "Fájlformátumok felismerése kérés esetén, azonnali mód helyett." |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2041 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2042 #: src/audacious/glade/prefswin.glade:3897 |
2132 | 2043 #, fuzzy |
2044 msgid "" | |
2045 "When checked, Audacious will detect file formats based by extension. This is " | |
2046 "slightly slower than detection on demand, but still provides a minimal level " | |
2047 "of format detection." | |
2048 msgstr "" | |
2049 "Ha be van kapcsolva az Audacious a fájlformátumokat kérés esetén ismeri fel. " | |
2050 "Ez rendetlenebb lejátszólistát eredményezhet, viszont sebességnövekedést " | |
2051 "érhet el vele." | |
2052 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2053 #: src/audacious/glade/prefswin.glade:3899 |
2132 | 2054 msgid "Detect file formats by extension." |
2055 msgstr "" | |
2056 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2057 #: src/audacious/glade/prefswin.glade:3933 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2058 msgid "<b>Playback</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2059 msgstr "<b>Lejátszás</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2060 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2061 #: src/audacious/glade/prefswin.glade:3972 |
2231 | 2062 msgid "" |
2063 "When Audacious starts, automatically begin playing from the point where we " | |
2064 "stopped before." | |
2065 msgstr "" | |
2066 "Az Audacious indulásakor automatikusan arról a pontról folytatja a " | |
2067 "lejátszást, ahol korábban meg lett állítva." | |
2068 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2069 #: src/audacious/glade/prefswin.glade:3974 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2070 msgid "Continue playback on startup" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2071 msgstr "Lejátszás folytatása induláskor" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2072 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2073 #: src/audacious/glade/prefswin.glade:4008 |
2231 | 2074 msgid "When finished playing a song, don't automatically advance to the next." |
2075 msgstr "" | |
2076 "Egy szám lejátszásának befejezése után automatikusan ne lépjen a következőre." | |
2077 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2078 #: src/audacious/glade/prefswin.glade:4010 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2079 msgid "Don't advance in the playlist" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2080 msgstr "Ne legyen léptetés a lejátszólistában" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2081 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2082 #: src/audacious/glade/prefswin.glade:4045 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2083 msgid "Pause between songs" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2084 msgstr "Szünet a számok között" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2085 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2086 #: src/audacious/glade/prefswin.glade:4083 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2087 msgid "Pause for" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2088 msgstr "Szünet" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2089 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2090 #: src/audacious/glade/prefswin.glade:4129 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2091 msgid "seconds" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2092 msgstr "másodpercre" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2093 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2094 #: src/audacious/glade/prefswin.glade:4310 |
2231 | 2095 msgid "Popup Information Settings" |
2096 msgstr "Felbukkanó információ beállításai" | |
2097 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2098 #: src/audacious/glade/prefswin.glade:4334 |
2445 | 2099 #, fuzzy |
2100 msgid "<b>Cover image retrieve</b>" | |
2101 msgstr "<b>Formátum-felismerés</b>" | |
2102 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2103 #: src/audacious/glade/prefswin.glade:4359 |
1414 | 2104 msgid "" |
2105 "While searching for the album's cover, Audacious looks for certain words in " | |
2106 "the filename. You can specify those words in the lists below, separated " | |
2107 "using commas." | |
2108 msgstr "" | |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2109 "Albumborító keresése közben az Audacious bizonyos szavakat keres a " |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2110 "fájlnévben. Megadhatja ezeket a szavakat az alábbi listában, vesszővel " |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2111 "elválasztva." |
1414 | 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:4414 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2114 msgid "Include:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2115 msgstr "Beletartozzon:" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
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:4442 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2118 msgid "Exclude:" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2119 msgstr "Kihagyja:" |
1414 | 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:4511 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2122 msgid "Recursively search for cover" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2123 msgstr "Borító keresése rekurzívan" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
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:4549 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2126 msgid "Search depth: " |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2127 msgstr "Keresési mélység: " |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2128 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2129 #: src/audacious/glade/prefswin.glade:4615 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2130 msgid "Use per-file cover" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2131 msgstr "Fájlonkénti borító használata" |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2132 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2133 #: src/audacious/glade/prefswin.glade:4635 |
2445 | 2134 #, fuzzy |
2135 msgid "<b>Miscellaneous</b>" | |
2136 msgstr "<b>_Egyebek</b>" | |
2137 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2138 #: src/audacious/glade/prefswin.glade:4673 |
2445 | 2139 msgid "Show Progress bar for the current track" |
2140 msgstr "" | |
2141 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2142 #: src/audacious/glade/prefswin.glade:4711 |
2445 | 2143 msgid "Delay until filepopup comes up: " |
2144 msgstr "" | |
2145 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2146 #: src/audacious/glade/prefswin.glade:4805 |
2218 | 2147 msgid "Color Adjustment" |
2148 msgstr "" | |
2149 | |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2150 #: src/audacious/glade/prefswin.glade:4828 |
2218 | 2151 msgid "" |
2152 "Audacious allows you to alter the color balance of the skinned UI. The " | |
2153 "sliders below will allow you to do this." | |
2154 msgstr "" | |
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:4924 |
2218 | 2157 msgid "Red" |
2158 msgstr "" | |
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:4952 |
2218 | 2161 #, fuzzy |
2162 msgid "Green" | |
2163 msgstr "Görög:" | |
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:4980 |
2218 | 2166 msgid "Blue" |
2167 msgstr "" | |
2168 | |
2368 | 2169 #: src/audacious/widgets/eq_slider.c:93 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2170 msgid "PREAMP" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2171 msgstr "ELŐERŐSÍTŐ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2172 |
2368 | 2173 #: src/audacious/widgets/eq_slider.c:93 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2174 msgid "60HZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2175 msgstr "60 HZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2176 |
2368 | 2177 #: src/audacious/widgets/eq_slider.c:93 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2178 msgid "170HZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2179 msgstr "170 HZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2180 |
2368 | 2181 #: src/audacious/widgets/eq_slider.c:94 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2182 msgid "310HZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2183 msgstr "310 HZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2184 |
2368 | 2185 #: src/audacious/widgets/eq_slider.c:94 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2186 msgid "600HZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2187 msgstr "600 HZ" |
1461 | 2188 |
2368 | 2189 #: src/audacious/widgets/eq_slider.c:94 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2190 msgid "1KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2191 msgstr "1 KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2192 |
2368 | 2193 #: src/audacious/widgets/eq_slider.c:95 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2194 msgid "3KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2195 msgstr "3 KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2196 |
2368 | 2197 #: src/audacious/widgets/eq_slider.c:95 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2198 msgid "6KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2199 msgstr "6 KHZ" |
1461 | 2200 |
2368 | 2201 #: src/audacious/widgets/eq_slider.c:95 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2202 msgid "12KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2203 msgstr "12 KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2204 |
2368 | 2205 #: src/audacious/widgets/eq_slider.c:96 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2206 msgid "14KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2207 msgstr "14 KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2208 |
2368 | 2209 #: src/audacious/widgets/eq_slider.c:96 |
1977
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2210 msgid "16KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2211 msgstr "16 KHZ" |
8805efda085e
[svn] - a bunch of (mainly i18n-related) patches from Laszlo Dvornik.
nenolod
parents:
1461
diff
changeset
|
2212 |
2471
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2213 #~ msgid "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2214 #~ "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
|
2215 #~ "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
|
2216 #~ "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
|
2217 #~ msgstr "" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2218 #~ "Lejátszólista átlátszóságának bekapcsolása. Nem ajánlott lassabb " |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2219 #~ "számítógépeknél, mivel több CPU időt igényel az átlátszósághoz használt " |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2220 #~ "képek létrehozása és gyorsítótárazása." |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2221 |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2222 #~ 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
|
2223 #~ msgstr "Lejátszólista átlátszóságának bekapcsolása" |
8c1707430191
[svn] - run make update-po to update what works of tr.po to 1.3 automatically
nenolod
parents:
2455
diff
changeset
|
2224 |
2445 | 2225 #~ msgid "%s: option `%s' is ambiguous\n" |
2226 #~ msgstr "%s: a(z) `%s' opció nem egyértelmű\n" | |
2227 | |
2228 #~ msgid "%s: option `--%s' doesn't allow an argument\n" | |
2229 #~ msgstr "%s: a(z) `--%s' opció nem enged meg argumentumot\n" | |
2230 | |
2231 #~ msgid "%s: option `%c%s' doesn't allow an argument\n" | |
2232 #~ msgstr "%s: a(z) `%c%s' opció nem enged meg argumentumot\n" | |
2233 | |
2234 #~ msgid "%s: option `%s' requires an argument\n" | |
2235 #~ msgstr "%s: a(z) `%s' opcióhoz meg kell adni argumentumot\n" | |
2236 | |
2237 #~ msgid "%s: unrecognized option `--%s'\n" | |
2238 #~ msgstr "%s: ismeretlen opció: `--%s'\n" | |
2239 | |
2240 #~ msgid "%s: unrecognized option `%c%s'\n" | |
2241 #~ msgstr "%s: ismeretlen opció: `%c%s'\n" | |
2242 | |
2243 #~ msgid "%s: illegal option -- %c\n" | |
2244 #~ msgstr "%s: helytelen opció -- %c\n" | |
2245 | |
2246 #~ msgid "%s: invalid option -- %c\n" | |
2247 #~ msgstr "%s: érvénytelen opció -- %c\n" | |
2248 | |
2249 #~ msgid "%s: option requires an argument -- %c\n" | |
2250 #~ msgstr "%s: az opcióhoz meg kell adni argumentumot -- %c\n" | |
2251 | |
2252 #~ msgid "%s: option `-W %s' is ambiguous\n" | |
2253 #~ msgstr "%s: a `-W %s' opció nem egyértelmű\n" | |
2254 | |
2255 #~ msgid "%s: option `-W %s' doesn't allow an argument\n" | |
2256 #~ msgstr "%s: a `-W %s' opció nem enged meg argumentumot\n" | |
2257 | |
2258 #~ msgid "" | |
2259 #~ "Usage: audacious [options] [files] ...\n" | |
2260 #~ "\n" | |
2261 #~ "Options:\n" | |
2262 #~ "--------\n" | |
2263 #~ msgstr "" | |
2264 #~ "Használat: audacious [opciók] [fájlok] ...\n" | |
2265 #~ "\n" | |
2266 #~ "Opciók:\n" | |
2267 #~ "-------\n" | |
2268 | |
2269 #~ msgid "Display this text and exit" | |
2270 #~ msgstr "Ezen szöveg megjelenítése és kilépés" | |
2271 | |
2272 #~ msgid "Activate Audacious" | |
2273 #~ msgstr "Audacious aktiválása" | |
2274 | |
2275 #~ msgid "Previous session ID" | |
2276 #~ msgstr "Előző munkamenet-azonosító" | |
2277 | |
2278 #~ msgid "Headless operation [experimental]" | |
2279 #~ msgstr "Szöveges üzemmód [kísérleti]" | |
2280 | |
2281 #~ msgid "Disable error/warning interception (logging)" | |
2282 #~ msgstr "Hiba/figyelmeztetés elfogásának kikapcsolása (naplózás)" | |
2283 | |
2284 #~ msgid "Print version number and exit\n" | |
2285 #~ msgstr "Verziószám megjelenítése és kilépés\n" | |
2286 | |
2287 #~ msgid "Add/Open Files dialog" | |
2288 #~ msgstr "Fájlok hozzáadása/megnyitása párbeszédablak" | |
2289 | |
2290 #~ msgid "Close Dialog on Add" | |
2291 #~ msgstr "Párbeszédablak bezárása hozzáadás után" | |
2292 | |
2293 #~ msgid "Deselect All" | |
2294 #~ msgstr "Kijelölés megszüntetése" | |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2295 |
2368 | 2296 #~ msgid "Track Information Popup" |
2297 #~ msgstr "Felbukkanó száminformáció" | |
2298 | |
2299 #~ msgid "Artist Popup" | |
2300 #~ msgstr "Felbukkanó előadó" | |
2301 | |
2302 #~ msgid "<i>Title</i>" | |
2303 #~ msgstr "<i>Cím</i>" | |
2304 | |
2305 #~ msgid "<i>Artist</i>" | |
2306 #~ msgstr "<i>Előadó</i>" | |
2307 | |
2308 #~ msgid "<i>Album</i>" | |
2309 #~ msgstr "<i>Album</i>" | |
2310 | |
2311 #~ msgid "<i>Genre</i>" | |
2312 #~ msgstr "<i>Műfaj</i>" | |
2313 | |
2314 #~ msgid "<i>Year</i>" | |
2315 #~ msgstr "<i>Év</i>" | |
2316 | |
2317 #~ msgid "<i>Track Number</i>" | |
2318 #~ msgstr "<i>Szám sorszáma</i>" | |
2319 | |
2320 #~ msgid "<i>Track Length</i>" | |
2321 #~ msgstr "<i>Szám hossza</i>" | |
2322 | |
2266
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2323 #~ msgid "/View Track Details" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2324 #~ msgstr "/Szám részleteinek megtekintése" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2325 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2326 #~ msgid "/Visualization Mode/Analyzer" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2327 #~ msgstr "/Kijelzési mód/Analizátor" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2328 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2329 #~ msgid "/Visualization Mode/Scope" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2330 #~ msgstr "/Kijelzési mód/Szkóp" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2331 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2332 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2333 #~ msgid "/Visualization Mode/Voiceprint" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2334 #~ msgstr "/Kijelzési mód/Szkóp" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2335 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2336 #~ msgid "/Visualization Mode/Off" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2337 #~ msgstr "/Kijelzési mód/Kikapcsolva" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2338 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2339 #~ msgid "/Analyzer Mode/Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2340 #~ msgstr "/Analizátor-üzemmód/Normál" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2341 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2342 #~ msgid "/Analyzer Mode/Lines" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2343 #~ msgstr "/Analizátor-üzemmód/Vonalak" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2344 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2345 #~ msgid "/Analyzer Mode/Bars" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2346 #~ msgstr "/Analizátor-üzemmód/Oszlopok" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2347 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2348 #~ msgid "/Analyzer Mode/Peaks" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2349 #~ msgstr "/Analizátor-üzemmód/Csúcsértékek" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2350 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2351 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2352 #~ msgid "/Voiceprint mode/Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2353 #~ msgstr "/Analizátor-üzemmód/Normál" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2354 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2355 #~ msgid "/WindowShade VU Mode/Normal" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2356 #~ msgstr "/Roló-üzemmód/Normál" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2357 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2358 #~ msgid "/WindowShade VU Mode/Smooth" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2359 #~ msgstr "/Roló-üzemmód/Finom" |
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 "/Analyzer Falloff/Slowest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2362 #~ msgstr "/Analizátor esése/Leglassabb" |
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 "/Analyzer Falloff/Slow" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2365 #~ msgstr "/Analizátor esése/Lassú" |
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 #~ msgid "/Analyzer Falloff/Medium" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2368 #~ msgstr "/Analizátor esése/Közepes" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2369 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2370 #~ msgid "/Analyzer Falloff/Fast" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2371 #~ msgstr "/Analizátor esése/Gyors" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2372 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2373 #~ msgid "/Analyzer Falloff/Fastest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2374 #~ msgstr "/Analizátor esése/Leggyorsabb" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2375 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2376 #~ msgid "/Peaks Falloff/Slowest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2377 #~ msgstr "/Csúcsértékek esése/Leglassabb" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2378 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2379 #~ msgid "/Peaks Falloff/Slow" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2380 #~ msgstr "/Csúcsértékek esése/Lassú" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2381 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2382 #~ msgid "/Peaks Falloff/Medium" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2383 #~ msgstr "/Csúcsértékek esése/Közepes" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2384 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2385 #~ msgid "/Peaks Falloff/Fast" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2386 #~ msgstr "/Csúcsértékek esése/Gyors" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2387 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2388 #~ msgid "/Peaks Falloff/Fastest" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2389 #~ msgstr "/Csúcsértékek esése/Leggyorsabb" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2390 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2391 #~ msgid "/-" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2392 #~ msgstr "/-" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2393 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2394 #~ msgid "/Jump to Time" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2395 #~ msgstr "/Ugrás időpontra" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2396 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2397 #~ msgid "/About Audacious" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2398 #~ msgstr "/Audacious névjegye" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2399 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2400 #~ msgid "/Files..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2401 #~ msgstr "/Fájlok..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2402 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2403 #~ msgid "/Internet location..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2404 #~ msgstr "/Internethely..." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2405 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2406 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2407 #~ msgid "New List" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2408 #~ msgstr "/Új lista" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2409 |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2410 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2411 #~ msgid "Creates a new playlist." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2412 #~ msgstr "Elválasztók megjelenítése a lejátszólistában" |
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 #, fuzzy |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2415 #~ msgid "Displays track information." |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2416 #~ msgstr "Száminformáció" |
900f163cb243
[svn] Update po/; translators, you *will* need to update your translations.
kiyoshi
parents:
2231
diff
changeset
|
2417 |
2218 | 2418 #~ msgid "Chinese:" |
2419 #~ msgstr "Kínai:" | |
2420 | |
2421 #~ msgid "/Load/Preset" | |
2422 #~ msgstr "/Betöltés/Beállítás" | |
2423 | |
2424 #~ msgid "/Load/Default" | |
2425 #~ msgstr "/Betöltés/Alapértelmezett beállítás" | |
2426 | |
2427 #~ msgid "/Load/Zero" | |
2428 #~ msgstr "/Betöltés/Nulla" | |
2429 | |
2430 #~ msgid "/Save/Preset" | |
2431 #~ msgstr "/Mentés/Beállítás" | |
2432 | |
2433 #~ msgid "/Save/Default" | |
2434 #~ msgstr "/Mentés/Alapértelmezett beállítás" | |
2435 | |
2436 #~ msgid "/Save/To file" | |
2437 #~ msgstr "/Mentés/Fájlba" | |
2438 | |
2439 #~ msgid "/Delete/Preset" | |
2440 #~ msgstr "/Törlés/Beállítás" | |
2441 | |
2442 #~ msgid "Load auto-preset" | |
2443 #~ msgstr "Automatikusan betöltődő beállítás betöltése" | |
2444 | |
2445 #~ msgid "Load equalizer preset" | |
2446 #~ msgstr "Equalizer-beállítás betöltése" | |
2447 | |
2448 #~ msgid "Delete auto-preset" | |
2449 #~ msgstr "Automatikusan betöltődő beállítás törlése" | |
2450 | |
2167 | 2451 #~ msgid "/Show Popup Info" |
2452 #~ msgstr "/Felbukkanó infó megjelenítése" | |
2453 | |
2454 #~ msgid "/Remove Duplicates/By Title" | |
2455 #~ msgstr "/Duplikátumok eltávolítása/Cím alapján" | |
2456 | |
2457 #~ msgid "/Remove Duplicates/By Filename" | |
2458 #~ msgstr "/Duplikátumok eltávolítása/Fájlnév alapján" | |
2459 | |
2460 #~ msgid "/Update View" | |
2461 #~ msgstr "/Nézet frissítése" | |
2462 | |
2463 #~ msgid "/Select All" | |
2464 #~ msgstr "/Mindent kijelöl" | |
2465 | |
2466 #~ msgid "/Sort List/By Date" | |
2467 #~ msgstr "/Lista rendezése/Dátum alapján" | |
2468 | |
2469 #~ msgid "/Sort Selection/By Title" | |
2470 #~ msgstr "/Kijelölés rendezése/Cím alapján" | |
2471 | |
2472 #~ msgid "/Sort Selection/By Artist" | |
2473 #~ msgstr "/Kijelölés rendezése/Előadó alapján" | |
2474 | |
2475 #~ msgid "/Sort Selection/By Filename" | |
2476 #~ msgstr "/Kijelölés rendezése/Fájlnév alapján" | |
2477 | |
2478 #~ msgid "/Sort Selection/By Path + Filename" | |
2479 #~ msgstr "/Kijelölés rendezése/Útvonal + fájlnév alapján" | |
2480 | |
2481 #~ msgid "/Sort Selection/By Date" | |
2482 #~ msgstr "/Kijelölés rendezése/Dátum alapján" | |
2483 | |
2484 #~ msgid "/Sort Selection/By Track Number" | |
2485 #~ msgstr "/Kijelölés rendezése/Szám sorszáma alapján" | |
2486 | |
2487 #~ msgid "/Sort Selection/By Playlist Entry" | |
2488 #~ msgstr "/Kijelölés rendezése/Lejátszólista-bejegyzés alapján" | |
2489 | |
1994
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
2490 #, fuzzy |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
2491 #~ msgid "<b>_Miscillaneous UI Features</b>" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
2492 #~ msgstr "<b>_Egyebek</b>" |
d5f23073efff
[svn] Fallback character -> character. Update PO files accordingly. Closes bug #641.
chainsaw
parents:
1978
diff
changeset
|
2493 |
1978
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2494 #~ msgid "** DOUBLESIZE HAS BEEN REMOVED **" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2495 #~ msgstr "** A DUPLA MÉRET EL LETT TÁVOLÍTVA **" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2496 |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2497 #~ msgid "<b>_Transparency</b>" |
408250deb1ae
[svn] - simplify po files (a lot of translations are removed due to plugins split)
nenolod
parents:
1977
diff
changeset
|
2498 #~ msgstr "<b>Á_tlátszóság</b>" |