Merge lp:~julien-spautz/noise/fix-1178250 into lp:~elementary-apps/noise/trunk

Proposed by Julien Spautz
Status: Merged
Merged at revision: 1421
Proposed branch: lp:~julien-spautz/noise/fix-1178250
Merge into: lp:~elementary-apps/noise/trunk
Diff against target: 3044 lines (+1183/-1183)
4 files modified
core/Widgets/SettingsWidgets.vala (+1/-1)
po/noise.pot (+1178/-1179)
src/LibraryWindow.vala (+1/-1)
src/Views/Wrappers/MusicViewWrapper.vala (+3/-2)
To merge this branch: bzr merge lp:~julien-spautz/noise/fix-1178250
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+163773@code.launchpad.net

Description of the change

Fix bug #1178250

Do you guys agree with these changes or is there a better way of phrasing it?

There's an open bug report to add an 'Import' option to the welcome screen. We have to clearly state the difference between locating/setting your music folder and importing music, which means copying files IIRC.

Also, did I get the capitalization and punctuation right? Especially the period at the end, there are no clear instructions in the HIG and some inconsistencies in our apps.

To post a comment you must log in.
Revision history for this message
Julien Spautz (julien-spautz) wrote :

Btw., since there's only one option at the moment, I left the "with one of the methods below." out, but we might want to add it when new options are added.

Revision history for this message
Danielle Foré (danrabbit) wrote :

Hrm it looks like this already was merged >.<

It's better than it was before, but I think I want to file a couple related bugs :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'core/Widgets/SettingsWidgets.vala'
--- core/Widgets/SettingsWidgets.vala 2013-02-26 21:56:08 +0000
+++ core/Widgets/SettingsWidgets.vala 2013-05-14 16:33:08 +0000
@@ -38,7 +38,7 @@
38 * every section.38 * every section.
39 */39 */
40 public class NoteBook_Page : Gtk.Grid {40 public class NoteBook_Page : Gtk.Grid {
41 public string name { get; private set; }41 public new string name { get; private set; }
4242
43 private static const int IDENTATION_MARGIN = 12;43 private static const int IDENTATION_MARGIN = 12;
4444
4545
=== modified file 'po/noise.pot'
--- po/noise.pot 2013-05-13 23:50:30 +0000
+++ po/noise.pot 2013-05-14 16:33:08 +0000
@@ -8,7 +8,7 @@
8msgstr ""8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2013-05-13 18:49-0500\n"11"POT-Creation-Date: 2013-05-14 18:03+0200\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,369 +18,538 @@
18"Content-Transfer-Encoding: 8bit\n"18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
2020
21#: /home/codygarver/noise/po/../core//Utils/String.vala:17621#: /home/tutebatti/noise/po/../core//LibrariesManager.vala:130
22msgid "the|a|an|le|la|les|un|une|der|die|das|los"
23msgstr ""
24
25#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:44
26#, c-format
27msgid "%d second"
28msgid_plural "%d seconds"
29msgstr[0] ""
30msgstr[1] ""
31
32#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:52
33#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:83
34#, c-format
35msgid "%u minute"
36msgid_plural "%u minutes"
37msgstr[0] ""
38msgstr[1] ""
39
40#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:56
41#, c-format
42msgid "%u second"
43msgid_plural "%u seconds"
44msgstr[0] ""
45msgstr[1] ""
46
47#. / Minutes and seconds
48#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:58
49#, c-format
50msgctxt "minutes and seconds"
51msgid "%s and %s"
52msgstr ""
53
54#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:77
55#, c-format
56msgid "%u day"
57msgid_plural "%u days"
58msgstr[0] ""
59msgstr[1] ""
60
61#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:80
62#, c-format
63msgid "%u hour"
64msgid_plural "%u hours"
65msgstr[0] ""
66msgstr[1] ""
67
68#. / days, hours and minutes
69#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:91
70#, c-format
71msgctxt "days, hours and minutes"
72msgid "%s, %s and %s"
73msgstr ""
74
75#. / days and hours
76#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:94
77#, c-format
78msgctxt "days and hours"
79msgid "%s and %s"
80msgstr ""
81
82#. / days and minutes
83#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:99
84#, c-format
85msgctxt "days and minutes"
86msgid "%s and %s"
87msgstr ""
88
89#. / hours and minutes
90#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:108
91#, c-format
92msgctxt "hours and minutes"
93msgid "%s and %s"
94msgstr ""
95
96#. / Format of date strings. See reference documentation of g_date_time_format()
97#. / for more details.
98#: /home/codygarver/noise/po/../core//Utils/TimeUtils.vala:167
99msgid "%m/%e/%Y %l:%M %p"
100msgstr ""
101
102#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:96
103#, c-format
104msgid "%s (%d)"
105msgstr ""
106
107#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:235
108msgid "New playlist"
109msgstr ""
110
111#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:246
112#, c-format
113msgid "%s (%i)"
114msgstr ""
115
116#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:274
117msgid "Export Playlist"
118msgstr ""
119
120#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:282
121#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:376
122msgid "MPEG Version 3.0 Extended (*.m3u)"
123msgstr ""
124
125#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:287
126#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:381
127msgid "Shoutcast Playlist Version 2.0 (*.pls)"
128msgstr ""
129
130#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:361
131msgid "Playlist"
132msgstr ""
133
134#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:367
135#, c-format
136msgid "Import %s"
137msgstr ""
138
139#: /home/codygarver/noise/po/../core//Utils/PlaylistsUtils.vala:401
140msgid "Unrecognized playlist file. Import failed."
141msgstr ""
142
143#: /home/codygarver/noise/po/../core//LibrariesManager.vala:130
144msgid "Importing <b>$NAME</b> by <b>$ARTIST</b> to library…"22msgid "Importing <b>$NAME</b> by <b>$ARTIST</b> to library…"
145msgstr ""23msgstr ""
14624
147#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:7825#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:78
148msgid "Flat"26msgid "Flat"
149msgstr ""27msgstr ""
15028
151#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:7929#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:79
152msgid "Classical"30msgid "Classical"
153msgstr ""31msgstr ""
15432
155#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8033#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:80
156msgid "Club"34msgid "Club"
157msgstr ""35msgstr ""
15836
159#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8137#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:81
160msgid "Dance"38msgid "Dance"
161msgstr ""39msgstr ""
16240
163#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8241#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:82
164msgid "Full Bass"42msgid "Full Bass"
165msgstr ""43msgstr ""
16644
167#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8345#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:83
168msgid "Full Treble"46msgid "Full Treble"
169msgstr ""47msgstr ""
17048
171#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8449#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:84
172msgid "Full Bass + Treble"50msgid "Full Bass + Treble"
173msgstr ""51msgstr ""
17452
175#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8553#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:85
176msgid "Headphones"54msgid "Headphones"
177msgstr ""55msgstr ""
17856
179#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8657#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:86
180msgid "Large Hall"58msgid "Large Hall"
181msgstr ""59msgstr ""
18260
183#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8761#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:87
184msgid "Live"62msgid "Live"
185msgstr ""63msgstr ""
18664
187#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8865#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:88
188msgid "Party"66msgid "Party"
189msgstr ""67msgstr ""
19068
191#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:8969#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:89
192msgid "Pop"70msgid "Pop"
193msgstr ""71msgstr ""
19472
195#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:9073#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:90
196msgid "Reggae"74msgid "Reggae"
197msgstr ""75msgstr ""
19876
199#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:9177#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:91
200msgid "Rock"78msgid "Rock"
201msgstr ""79msgstr ""
20280
203#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:9281#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:92
204msgid "Soft"82msgid "Soft"
205msgstr ""83msgstr ""
20684
207#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:9385#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:93
208msgid "Ska"86msgid "Ska"
209msgstr ""87msgstr ""
21088
211#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:9489#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:94
212msgid "Soft Rock"90msgid "Soft Rock"
213msgstr ""91msgstr ""
21492
215#: /home/codygarver/noise/po/../core//GStreamer/Equalizer.vala:9593#: /home/tutebatti/noise/po/../core//GStreamer/Equalizer.vala:95
216msgid "Techno"94msgid "Techno"
217msgstr ""95msgstr ""
21896
219#. / Used for unknown titles, artists, or album names.97#. / Used for unknown titles, artists, or album names.
220#: /home/codygarver/noise/po/../core//Media.vala:4398#: /home/tutebatti/noise/po/../core//Media.vala:43
221msgid "Unknown"99msgid "Unknown"
222msgstr ""100msgstr ""
223101
224#: /home/codygarver/noise/po/../core//Media.vala:53102#: /home/tutebatti/noise/po/../core//Media.vala:53
225msgid "Radio Station"103msgid "Radio Station"
226msgstr ""104msgstr ""
227105
228#. / Please keep $NAME and $ALBUM, they will be replaced by their values106#. / Please keep $NAME and $ALBUM, they will be replaced by their values
229#: /home/codygarver/noise/po/../core//Media.vala:183107#: /home/tutebatti/noise/po/../core//Media.vala:183
230msgid "$NAME on $ALBUM"108msgid "$NAME on $ALBUM"
231msgstr ""109msgstr ""
232110
233#. / Please keep $NAME and $ARTIST, they will be replaced by their values111#. / Please keep $NAME and $ARTIST, they will be replaced by their values
234#: /home/codygarver/noise/po/../core//Media.vala:186112#: /home/tutebatti/noise/po/../core//Media.vala:186
235msgid "$NAME by $ARTIST"113msgid "$NAME by $ARTIST"
236msgstr ""114msgstr ""
237115
238#. / Please keep $NAME, $ARTIST and $ALBUM, they will be replaced by their values116#. / Please keep $NAME, $ARTIST and $ALBUM, they will be replaced by their values
239#: /home/codygarver/noise/po/../core//Media.vala:192117#: /home/tutebatti/noise/po/../core//Media.vala:192
240msgid "$NAME by $ARTIST on $ALBUM"118msgid "$NAME by $ARTIST on $ALBUM"
241msgstr ""119msgstr ""
242120
243#: /home/codygarver/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:101121#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:96
244#: /home/codygarver/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:116122#, c-format
245#: /home/codygarver/noise/po/../src//Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala:39123msgid "%s (%d)"
246msgid "No Songs"124msgstr ""
247msgstr ""125
248126#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:235
249#: /home/codygarver/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:101127msgid "New playlist"
250msgid ""128msgstr ""
251"To add songs to this playlist, use the <b>secondary click</b> on an item and "129
252"choose <b>Add to Playlist</b>."130#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:246
253msgstr ""131#, c-format
254132msgid "%s (%i)"
255#: /home/codygarver/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:104133msgstr ""
256msgid "Edit Smart Playlist"134
257msgstr ""135#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:274
258136msgid "Export Playlist"
259#: /home/codygarver/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:116137msgstr ""
260msgid ""138
261"This playlist will be automatically populated with songs that match its "139#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:282
262"rules. To modify these rules, use the <b>secondary click</b> on it in the "140#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:376
263"sidebar and click on <b>Edit</b>. Optionally, you can click on the button "141msgid "MPEG Version 3.0 Extended (*.m3u)"
264"below."142msgstr ""
265msgstr ""143
266144#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:287
267#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:50145#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:381
268msgid "Get Some Tunes"146msgid "Shoutcast Playlist Version 2.0 (*.pls)"
269msgstr ""147msgstr ""
270148
271#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:51149#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:361
272#, c-format150msgid "Playlist"
273msgid "%s can't seem to find your music."151msgstr ""
274msgstr ""152
275153#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:367
276#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:54154#, c-format
277msgid "Locate"155msgid "Import %s"
278msgstr ""156msgstr ""
279157
280#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:54158#: /home/tutebatti/noise/po/../core//Utils/PlaylistsUtils.vala:401
281msgid "Change your music folder."159msgid "Unrecognized playlist file. Import failed."
282msgstr ""160msgstr ""
283161
284#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:85162#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:44
285#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:101163#, c-format
286msgid "Import your Music"164msgid "%d second"
287msgstr ""165msgid_plural "%d seconds"
288166msgstr[0] ""
289#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:85167msgstr[1] ""
290#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:101168
291#, c-format169#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:52
292msgid "Import all your Music from %s into your library."170#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:83
293msgstr ""171#, c-format
294172msgid "%u minute"
295#: /home/codygarver/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:124173msgid_plural "%u minutes"
296msgid "Select Music Folder"174msgstr[0] ""
297msgstr ""175msgstr[1] ""
298176
299#: /home/codygarver/noise/po/../src//Views/Wrappers/ViewWrapper.vala:448177#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:56
300msgid "No media"178#, c-format
301msgstr ""179msgid "%u second"
302180msgid_plural "%u seconds"
303#: /home/codygarver/noise/po/../src//Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala:40181msgstr[0] ""
304msgid "Please wait until that this playlist get updated."182msgstr[1] ""
305msgstr ""183
306184#. / Minutes and seconds
307#: /home/codygarver/noise/po/../src//Views/ListView/Lists/GenericList.vala:121185#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:58
186#, c-format
187msgctxt "minutes and seconds"
188msgid "%s and %s"
189msgstr ""
190
191#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:77
192#, c-format
193msgid "%u day"
194msgid_plural "%u days"
195msgstr[0] ""
196msgstr[1] ""
197
198#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:80
199#, c-format
200msgid "%u hour"
201msgid_plural "%u hours"
202msgstr[0] ""
203msgstr[1] ""
204
205#. / days, hours and minutes
206#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:91
207#, c-format
208msgctxt "days, hours and minutes"
209msgid "%s, %s and %s"
210msgstr ""
211
212#. / days and hours
213#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:94
214#, c-format
215msgctxt "days and hours"
216msgid "%s and %s"
217msgstr ""
218
219#. / days and minutes
220#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:99
221#, c-format
222msgctxt "days and minutes"
223msgid "%s and %s"
224msgstr ""
225
226#. / hours and minutes
227#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:108
228#, c-format
229msgctxt "hours and minutes"
230msgid "%s and %s"
231msgstr ""
232
233#. / Format of date strings. See reference documentation of g_date_time_format()
234#. / for more details.
235#: /home/tutebatti/noise/po/../core//Utils/TimeUtils.vala:167
236msgid "%m/%e/%Y %l:%M %p"
237msgstr ""
238
239#: /home/tutebatti/noise/po/../core//Utils/String.vala:176
240msgid "the|a|an|le|la|les|un|une|der|die|das|los"
241msgstr ""
242
243#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:236
244msgid "Import to Library…"
245msgstr ""
246
247#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:237
248msgid "Rescan Music Folder"
249msgstr ""
250
251#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:238
252msgid "Fullscreen"
253msgstr ""
254
255#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:242
256#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:84
257msgid "Preferences"
258msgstr ""
259
260#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:265
261msgid "Search Music"
262msgstr ""
263
264#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:679
265#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:817
266#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:121
267msgid "Music"
268msgstr ""
269
270#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:872
271#: /home/tutebatti/noise/po/../src//LocalLibrary.vala:107
272#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:553
273#: /home/tutebatti/noise/po/../src//PlaybackManager.vala:101
274msgctxt "Name of the playlist"
275msgid "Queue"
276msgstr ""
277
278#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:875
279msgid "No songs in Queue"
280msgstr ""
281
282#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:876
283msgid ""
284"To add songs to the queue, use the <b>secondary click</b> on an item and "
285"choose <b>Queue</b>. When a song finishes, the queued songs will be played "
286"first before the next song in the currently playing list."
287msgstr ""
288
289#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:882
290#: /home/tutebatti/noise/po/../src//LocalLibrary.vala:107
291#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:553
292#: /home/tutebatti/noise/po/../src//PlaybackManager.vala:99
293msgid "History"
294msgstr ""
295
296#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:885
297msgid "No songs in History"
298msgstr ""
299
300#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:886
301msgid ""
302"After a part of a song has been played, it is added to the history list.\n"
303"You can use this list to see all the songs you have played during the "
304"current session."
305msgstr ""
306
307#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:1119
308msgid "Import Music"
309msgstr ""
310
311#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:1139
312#: /home/tutebatti/noise/po/../src//LocalLibrary.vala:248
313msgid "<b>Importing</b> music to library…"
314msgstr ""
315
316#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:1154
317msgid "Rescanning music folder for changes"
318msgstr ""
319
320#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:1161
321#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:252
322msgid "Could not find Music Folder"
323msgstr ""
324
325#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:1161
326msgid "Please make sure that your music folder is accessible and mounted."
327msgstr ""
328
329#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:1202
330msgid "Import Complete"
331msgstr ""
332
333#: /home/tutebatti/noise/po/../src//LibraryWindow.vala:1202
334#, c-format
335msgid "%s has imported your library."
336msgstr ""
337
338#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:210
339msgid "All Genres"
340msgstr ""
341
342#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:212
343#, c-format
344msgid "All %i Genres"
345msgstr ""
346
347#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:214
348msgid "No Genres"
349msgstr ""
350
351#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:219
352msgid "All Artists"
353msgstr ""
354
355#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:221
356#, c-format
357msgid "All %i Artists"
358msgstr ""
359
360#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:223
361msgid "No Artists"
362msgstr ""
363
364#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:228
365msgid "All Albums"
366msgstr ""
367
368#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:230
369#, c-format
370msgid "All %i Albums"
371msgstr ""
372
373#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:232
374msgid "No Albums"
375msgstr ""
376
377#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:237
378msgid "All Years"
379msgstr ""
380
381#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:239
382#, c-format
383msgid "All %i Years"
384msgstr ""
385
386#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:241
387msgid "No Years"
388msgstr ""
389
390#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:246
391msgid "All Ratings"
392msgstr ""
393
394#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:248
395msgid "No Ratings"
396msgstr ""
397
398#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:253
399msgid "All Groupings"
400msgstr ""
401
402#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:255
403#, c-format
404msgid "All %i Groupings"
405msgstr ""
406
407#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:257
408msgid "No Groupings"
409msgstr ""
410
411#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:262
412msgid "All Composers"
413msgstr ""
414
415#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:264
416#, c-format
417msgid "All %i Composers"
418msgstr ""
419
420#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:266
421msgid "No Composers"
422msgstr ""
423
424#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:150
425#: /home/tutebatti/noise/po/../src//Widgets/PresetList.vala:49
426msgid "Automatic"
427msgstr ""
428
429#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:152
430msgid "On Left"
431msgstr ""
432
433#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:154
434msgid "On Top"
435msgstr ""
436
437#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:400
438msgid "Unrated"
439msgstr ""
440
441#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:402
442#, c-format
443msgid "%i Star"
444msgid_plural "%i Stars"
445msgstr[0] ""
446msgstr[1] ""
447
448#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:57
449msgid "Genres"
450msgstr ""
451
452#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:59
453msgid "Artists"
454msgstr ""
455
456#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:61
457msgid "Albums"
458msgstr ""
459
460#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:63
461msgid "Years"
462msgstr ""
463
464#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:65
465msgid "Ratings"
466msgstr ""
467
468#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:67
469msgid "Composers"
470msgstr ""
471
472#: /home/tutebatti/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:69
473msgid "Groupings"
474msgstr ""
475
476#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/GenericList.vala:121
308msgid "Autosize Columns"477msgid "Autosize Columns"
309msgstr ""478msgstr ""
310479
311#: /home/codygarver/noise/po/../src//Views/ListView/Lists/GenericList.vala:128480#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/GenericList.vala:128
312msgid "Display Album Art"481msgid "Display Album Art"
313msgstr ""482msgstr ""
314483
315#: /home/codygarver/noise/po/../src//Views/ListView/Lists/CellDataFunctionHelper.vala:226484#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/CellDataFunctionHelper.vala:226
316#, c-format485#, c-format
317msgid "%i kbps"486msgid "%i kbps"
318msgstr ""487msgstr ""
319488
320#: /home/codygarver/noise/po/../src//Views/ListView/Lists/CellDataFunctionHelper.vala:251489#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/CellDataFunctionHelper.vala:251
321#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:630490#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:630
322msgid "Never"491msgid "Never"
323msgstr ""492msgstr ""
324493
325#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:59494#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:59
326msgid "Remove from Library"495msgid "Remove from Library"
327msgstr ""496msgstr ""
328497
329#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:66498#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:66
330msgid "Remove from Queue"499msgid "Remove from Queue"
331msgstr ""500msgstr ""
332501
333#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:76502#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:76
334msgid "Remove from Device"503msgid "Remove from Device"
335msgstr ""504msgstr ""
336505
337#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:89506#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:89
338msgid "Scroll to Current Song"507msgid "Scroll to Current Song"
339msgstr ""508msgstr ""
340509
341#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:90510#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:90
342msgid "Edit Song Info"511msgid "Edit Song Info"
343msgstr ""512msgstr ""
344513
345#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:91514#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:91
346msgid "Show in File Browser"515msgid "Show in File Browser"
347msgstr ""516msgstr ""
348517
349#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:92518#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:92
350msgctxt "Action item (verb)"519msgctxt "Action item (verb)"
351msgid "Queue"520msgid "Queue"
352msgstr ""521msgstr ""
353522
354#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:93523#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:93
355msgid "Add to Playlist"524msgid "Add to Playlist"
356msgstr ""525msgstr ""
357526
358#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:94527#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:94
359msgid "Remove Song"528msgid "Remove Song"
360msgstr ""529msgstr ""
361530
362#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:95531#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:95
363#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:134532#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:134
364msgid "Import to Library"533msgid "Import to Library"
365msgstr ""534msgstr ""
366535
367#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:177536#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:177
368msgid "New Playlist…"537msgid "New Playlist…"
369msgstr ""538msgstr ""
370539
371#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:221540#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:221
372#, c-format541#, c-format
373msgid "Import %i of %i selected songs"542msgid "Import %i of %i selected songs"
374msgstr ""543msgstr ""
375544
376#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:223545#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:223
377#, c-format546#, c-format
378msgid "Import %i song"547msgid "Import %i song"
379msgid_plural "Import %i songs"548msgid_plural "Import %i songs"
380msgstr[0] ""549msgstr[0] ""
381msgstr[1] ""550msgstr[1] ""
382551
383#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:615552#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:615
384msgid "1234 kbps"553msgid "1234 kbps"
385msgstr ""554msgstr ""
386555
@@ -391,1440 +560,1270 @@
391#. / of a song title or artist name in your language. The automatic column560#. / of a song title or artist name in your language. The automatic column
392#. / width will depend on the length of this string and the space needed561#. / width will depend on the length of this string and the space needed
393#. / by the column's title header.562#. / by the column's title header.
394#: /home/codygarver/noise/po/../src//Views/ListView/Lists/MusicListView.vala:695563#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/MusicListView.vala:695
395msgid "Sample List String"564msgid "Sample List String"
396msgstr ""565msgstr ""
397566
398#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:58567#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:58
399msgctxt "List column title"568msgctxt "List column title"
400msgid "#"569msgid "#"
401msgstr ""570msgstr ""
402571
403#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:61572#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:61
404msgctxt "List column title"573msgctxt "List column title"
405msgid "Track"574msgid "Track"
406msgstr ""575msgstr ""
407576
408#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:64577#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:64
409msgctxt "List column title"578msgctxt "List column title"
410msgid "Title"579msgid "Title"
411msgstr ""580msgstr ""
412581
413#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:67582#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:67
414msgctxt "List column title"583msgctxt "List column title"
415msgid "Length"584msgid "Length"
416msgstr ""585msgstr ""
417586
418#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:70587#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:70
419msgctxt "List column title"588msgctxt "List column title"
420msgid "Artist"589msgid "Artist"
421msgstr ""590msgstr ""
422591
423#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:73592#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:73
424msgctxt "List column title"593msgctxt "List column title"
425msgid "Album"594msgid "Album"
426msgstr ""595msgstr ""
427596
428#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:76597#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:76
429msgctxt "List column title"598msgctxt "List column title"
430msgid "Album Artist"599msgid "Album Artist"
431msgstr ""600msgstr ""
432601
433#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:79602#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:79
434msgctxt "List column title"603msgctxt "List column title"
435msgid "Composer"604msgid "Composer"
436msgstr ""605msgstr ""
437606
438#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:82607#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:82
439msgctxt "List column title"608msgctxt "List column title"
440msgid "Genre"609msgid "Genre"
441msgstr ""610msgstr ""
442611
443#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:85612#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:85
444msgctxt "List column title"613msgctxt "List column title"
445msgid "Year"614msgid "Year"
446msgstr ""615msgstr ""
447616
448#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:88617#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:88
449msgctxt "List column title"618msgctxt "List column title"
450msgid "Grouping"619msgid "Grouping"
451msgstr ""620msgstr ""
452621
453#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:91622#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:91
454msgctxt "List column title"623msgctxt "List column title"
455msgid "Bitrate"624msgid "Bitrate"
456msgstr ""625msgstr ""
457626
458#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:94627#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:94
459msgctxt "List column title"628msgctxt "List column title"
460msgid "Rating"629msgid "Rating"
461msgstr ""630msgstr ""
462631
463#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:97632#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:97
464msgctxt "List column title"633msgctxt "List column title"
465msgid "Plays"634msgid "Plays"
466msgstr ""635msgstr ""
467636
468#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:100637#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:100
469msgctxt "List column title"638msgctxt "List column title"
470msgid "Skips"639msgid "Skips"
471msgstr ""640msgstr ""
472641
473#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:103642#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:103
474msgctxt "List column title"643msgctxt "List column title"
475msgid "Date Added"644msgid "Date Added"
476msgstr ""645msgstr ""
477646
478#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:106647#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:106
479msgctxt "List column title"648msgctxt "List column title"
480msgid "Last Played"649msgid "Last Played"
481msgstr ""650msgstr ""
482651
483#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:109652#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:109
484msgctxt "List column title (beats per minute)"653msgctxt "List column title (beats per minute)"
485msgid "BPM"654msgid "BPM"
486msgstr ""655msgstr ""
487656
488#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:112657#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:112
489msgctxt "List column title (file location)"658msgctxt "List column title (file location)"
490msgid "Location"659msgid "Location"
491msgstr ""660msgstr ""
492661
493#: /home/codygarver/noise/po/../src//Views/ListView/Lists/ListColumn.vala:115662#: /home/tutebatti/noise/po/../src//Views/ListView/Lists/ListColumn.vala:115
494msgctxt "List column title"663msgctxt "List column title"
495msgid "File Size"664msgid "File Size"
496msgstr ""665msgstr ""
497666
498#: /home/codygarver/noise/po/../src//Views/ListView/ListView.vala:89667#: /home/tutebatti/noise/po/../src//Views/ListView/ListView.vala:89
499msgid "No Songs Found."668msgid "No Songs Found."
500msgstr ""669msgstr ""
501670
502#: /home/codygarver/noise/po/../src//Views/ListView/ListView.vala:369671#: /home/tutebatti/noise/po/../src//Views/ListView/ListView.vala:369
503#, c-format672#, c-format
504msgid "%i track"673msgid "%i track"
505msgid_plural "%i tracks"674msgid_plural "%i tracks"
506msgstr[0] ""675msgstr[0] ""
507msgstr[1] ""676msgstr[1] ""
508677
509#: /home/codygarver/noise/po/../src//Views/ListView/ListView.vala:371678#: /home/tutebatti/noise/po/../src//Views/ListView/ListView.vala:371
510#, c-format679#, c-format
511msgid "%u song"680msgid "%u song"
512msgid_plural "%u songs"681msgid_plural "%u songs"
513msgstr[0] ""682msgstr[0] ""
514msgstr[1] ""683msgstr[1] ""
515684
516#: /home/codygarver/noise/po/../src//Views/ListView/ListView.vala:379685#: /home/tutebatti/noise/po/../src//Views/ListView/ListView.vala:379
517#, c-format686#, c-format
518msgctxt "Format used on statusbar: $description, $total_duration"687msgctxt "Format used on statusbar: $description, $total_duration"
519msgid "%s, %s"688msgid "%s, %s"
520msgstr ""689msgstr ""
521690
522#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:150691#: /home/tutebatti/noise/po/../src//Views/GridView/GridView.vala:58
523#: /home/codygarver/noise/po/../src//Widgets/PresetList.vala:49
524msgid "Automatic"
525msgstr ""
526
527#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:152
528msgid "On Left"
529msgstr ""
530
531#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:154
532msgid "On Top"
533msgstr ""
534
535#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:400
536msgid "Unrated"
537msgstr ""
538
539#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/ColumnBrowser.vala:402
540#, c-format
541msgid "%i Star"
542msgid_plural "%i Stars"
543msgstr[0] ""
544msgstr[1] ""
545
546#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:210
547msgid "All Genres"
548msgstr ""
549
550#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:212
551#, c-format
552msgid "All %i Genres"
553msgstr ""
554
555#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:214
556msgid "No Genres"
557msgstr ""
558
559#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:219
560msgid "All Artists"
561msgstr ""
562
563#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:221
564#, c-format
565msgid "All %i Artists"
566msgstr ""
567
568#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:223
569msgid "No Artists"
570msgstr ""
571
572#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:228
573msgid "All Albums"
574msgstr ""
575
576#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:230
577#, c-format
578msgid "All %i Albums"
579msgstr ""
580
581#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:232
582msgid "No Albums"
583msgstr ""
584
585#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:237
586msgid "All Years"
587msgstr ""
588
589#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:239
590#, c-format
591msgid "All %i Years"
592msgstr ""
593
594#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:241
595msgid "No Years"
596msgstr ""
597
598#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:246
599msgid "All Ratings"
600msgstr ""
601
602#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:248
603msgid "No Ratings"
604msgstr ""
605
606#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:253
607msgid "All Groupings"
608msgstr ""
609
610#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:255
611#, c-format
612msgid "All %i Groupings"
613msgstr ""
614
615#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:257
616msgid "No Groupings"
617msgstr ""
618
619#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:262
620msgid "All Composers"
621msgstr ""
622
623#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:264
624#, c-format
625msgid "All %i Composers"
626msgstr ""
627
628#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumnModel.vala:266
629msgid "No Composers"
630msgstr ""
631
632#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:57
633msgid "Genres"
634msgstr ""
635
636#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:59
637msgid "Artists"
638msgstr ""
639
640#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:61
641msgid "Albums"
642msgstr ""
643
644#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:63
645msgid "Years"
646msgstr ""
647
648#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:65
649msgid "Ratings"
650msgstr ""
651
652#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:67
653msgid "Composers"
654msgstr ""
655
656#: /home/codygarver/noise/po/../src//Views/ListView/ColumnBrowser/BrowserColumn.vala:69
657msgid "Groupings"
658msgstr ""
659
660#: /home/codygarver/noise/po/../src//Views/ContentView.vala:21
661#, c-format
662msgctxt ""
663"Format used on statusbar: $description, $total_duration, $total_file_size"
664msgid "%s, %s, %s"
665msgstr ""
666
667#: /home/codygarver/noise/po/../src//Views/GridView/album-view-clutter.vala:550
668#, c-format
669msgid "%d minutes"
670msgstr ""
671
672#: /home/codygarver/noise/po/../src//Views/GridView/album-view-clutter.vala:553
673#, c-format
674msgid "%d hours"
675msgstr ""
676
677#: /home/codygarver/noise/po/../src//Views/GridView/album-view-clutter.vala:556
678#, c-format
679msgid "%d days"
680msgstr ""
681
682#: /home/codygarver/noise/po/../src//Views/GridView/album-view-clutter.vala:561
683#, c-format
684msgid "%u items, %s, %s"
685msgstr ""
686
687#: /home/codygarver/noise/po/../src//Views/GridView/GridView.vala:58
688msgid "No Albums Found."692msgid "No Albums Found."
689msgstr ""693msgstr ""
690694
691#: /home/codygarver/noise/po/../src//Views/GridView/GridView.vala:154695#: /home/tutebatti/noise/po/../src//Views/GridView/GridView.vala:154
692#, c-format696#, c-format
693msgid "%u album"697msgid "%u album"
694msgid_plural "%u albums"698msgid_plural "%u albums"
695msgstr[0] ""699msgstr[0] ""
696msgstr[1] ""700msgstr[1] ""
697701
698#: /home/codygarver/noise/po/../src//Views/GridView/PopupListView.vala:161702#: /home/tutebatti/noise/po/../src//Views/GridView/PopupListView.vala:161
699#, c-format703#, c-format
700msgctxt "Title format used on Album View Popup: $ALBUM by $ARTIST"704msgctxt "Title format used on Album View Popup: $ALBUM by $ARTIST"
701msgid "%s by %s"705msgid "%s by %s"
702msgstr ""706msgstr ""
703707
704#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:86708#: /home/tutebatti/noise/po/../src//Views/GridView/album-view-clutter.vala:550
709#, c-format
710msgid "%d minutes"
711msgstr ""
712
713#: /home/tutebatti/noise/po/../src//Views/GridView/album-view-clutter.vala:553
714#, c-format
715msgid "%d hours"
716msgstr ""
717
718#: /home/tutebatti/noise/po/../src//Views/GridView/album-view-clutter.vala:556
719#, c-format
720msgid "%d days"
721msgstr ""
722
723#: /home/tutebatti/noise/po/../src//Views/GridView/album-view-clutter.vala:561
724#, c-format
725msgid "%u items, %s, %s"
726msgstr ""
727
728#: /home/tutebatti/noise/po/../src//Views/ContentView.vala:21
729#, c-format
730msgctxt ""
731"Format used on statusbar: $description, $total_duration, $total_file_size"
732msgid "%s, %s, %s"
733msgstr ""
734
735#: /home/tutebatti/noise/po/../src//Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala:39
736#: /home/tutebatti/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:101
737#: /home/tutebatti/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:116
738msgid "No Songs"
739msgstr ""
740
741#: /home/tutebatti/noise/po/../src//Views/Wrappers/ReadOnlyPlaylistViewWrapper.vala:40
742msgid "Please wait until that this playlist get updated."
743msgstr ""
744
745#: /home/tutebatti/noise/po/../src//Views/Wrappers/ViewWrapper.vala:448
746msgid "No media"
747msgstr ""
748
749#: /home/tutebatti/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:101
750msgid ""
751"To add songs to this playlist, use the <b>secondary click</b> on an item and "
752"choose <b>Add to Playlist</b>."
753msgstr ""
754
755#: /home/tutebatti/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:104
756msgid "Edit Smart Playlist"
757msgstr ""
758
759#: /home/tutebatti/noise/po/../src//Views/Wrappers/PlaylistViewWrapper.vala:116
760msgid ""
761"This playlist will be automatically populated with songs that match its "
762"rules. To modify these rules, use the <b>secondary click</b> on it in the "
763"sidebar and click on <b>Edit</b>. Optionally, you can click on the button "
764"below."
765msgstr ""
766
767#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:50
768msgid "Get Some Tunes"
769msgstr ""
770
771#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:51
772msgid "Add music to your library."
773msgstr ""
774
775#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:54
776msgid "Locate Music Folder"
777msgstr ""
778
779#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:55
780msgid "Load music from a folder, a network or an external disk"
781msgstr ""
782
783#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:86
784#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:102
785msgid "Import your Music"
786msgstr ""
787
788#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:86
789#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:102
790#, c-format
791msgid "Import all your Music from %s into your library."
792msgstr ""
793
794#: /home/tutebatti/noise/po/../src//Views/Wrappers/MusicViewWrapper.vala:125
795msgid "Select Music Folder"
796msgstr ""
797
798#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:86
705msgid "Device Name:"799msgid "Device Name:"
706msgstr ""800msgstr ""
707801
708#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:89802#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:89
709msgid "Device Name"803msgid "Device Name"
710msgstr ""804msgstr ""
711805
712#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:91806#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:91
713msgid "Automatically sync when plugged in:"807msgid "Automatically sync when plugged in:"
714msgstr ""808msgstr ""
715809
716#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:98810#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:98
717msgid "Sync:"811msgid "Sync:"
718msgstr ""812msgstr ""
719813
720#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:120814#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:120
721msgid "Other Files"815msgid "Other Files"
722msgstr ""816msgstr ""
723817
724#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:121818#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:122
725#: /home/codygarver/noise/po/../src//LibraryWindow.vala:679
726#: /home/codygarver/noise/po/../src//LibraryWindow.vala:817
727msgid "Music"
728msgstr ""
729
730#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:122
731msgid "Podcasts"819msgid "Podcasts"
732msgstr ""820msgstr ""
733821
734#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:416822#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:416
735msgid "All Music"823msgid "All Music"
736msgstr ""824msgstr ""
737825
738#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:419826#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:419
739msgid "All Podcasts"827msgid "All Podcasts"
740msgstr ""828msgstr ""
741829
742#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:541830#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:541
743#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:569831#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:569
744msgid "Sync Failed"832msgid "Sync Failed"
745msgstr ""833msgstr ""
746834
747#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:541835#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:541
748#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:569836#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:569
749#, c-format837#, c-format
750msgid ""838msgid ""
751"The playlist named %s is used to sync device %s, but could not be found."839"The playlist named %s is used to sync device %s, but could not be found."
752msgstr ""840msgstr ""
753841
754#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:607842#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:607
755#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:610843#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:610
756msgid "Cannot Sync"844msgid "Cannot Sync"
757msgstr ""845msgstr ""
758846
759#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:607847#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:607
760msgid ""848msgid ""
761"Cannot sync device with selected sync settings. Not enough space on disk"849"Cannot sync device with selected sync settings. Not enough space on disk"
762msgstr ""850msgstr ""
763851
764#: /home/codygarver/noise/po/../src//Views/DeviceSummaryWidget.vala:610852#: /home/tutebatti/noise/po/../src//Views/DeviceSummaryWidget.vala:610
765msgid "Device is already doing an operation."853msgid "Device is already doing an operation."
766msgstr ""854msgstr ""
767855
768#: /home/codygarver/noise/po/../src//Views/DeviceView.vala:41856#: /home/tutebatti/noise/po/../src//Views/DeviceView.vala:41
769msgid "Cancelling…"857msgid "Cancelling…"
770msgstr ""858msgstr ""
771859
772#: /home/codygarver/noise/po/../src//Views/DeviceView.vala:41860#: /home/tutebatti/noise/po/../src//Views/DeviceView.vala:41
773msgid "Device operation has been cancelled and will stop after this media."861msgid "Device operation has been cancelled and will stop after this media."
774msgstr ""862msgstr ""
775863
776#: /home/codygarver/noise/po/../src//Views/DeviceView.vala:104864#: /home/tutebatti/noise/po/../src//Views/DeviceView.vala:104
777msgid "No External Songs"865msgid "No External Songs"
778msgstr ""866msgstr ""
779867
780#: /home/codygarver/noise/po/../src//Views/DeviceView.vala:104868#: /home/tutebatti/noise/po/../src//Views/DeviceView.vala:104
781msgid "There were no songs found on this device that are not in your library."869msgid "There were no songs found on this device that are not in your library."
782msgstr ""870msgstr ""
783871
784#: /home/codygarver/noise/po/../src//LibraryWindow.vala:236872#: /home/tutebatti/noise/po/../src//LocalLibrary.vala:167
785msgid "Import to Library…"
786msgstr ""
787
788#: /home/codygarver/noise/po/../src//LibraryWindow.vala:237
789msgid "Rescan Music Folder"
790msgstr ""
791
792#: /home/codygarver/noise/po/../src//LibraryWindow.vala:238
793msgid "Fullscreen"
794msgstr ""
795
796#: /home/codygarver/noise/po/../src//LibraryWindow.vala:242
797#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:84
798msgid "Preferences"
799msgstr ""
800
801#: /home/codygarver/noise/po/../src//LibraryWindow.vala:265
802msgid "Search Music"
803msgstr ""
804
805#: /home/codygarver/noise/po/../src//LibraryWindow.vala:872
806#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:553
807#: /home/codygarver/noise/po/../src//LocalLibrary.vala:107
808#: /home/codygarver/noise/po/../src//PlaybackManager.vala:101
809msgctxt "Name of the playlist"
810msgid "Queue"
811msgstr ""
812
813#: /home/codygarver/noise/po/../src//LibraryWindow.vala:875
814msgid "No songs in Queue"
815msgstr ""
816
817#: /home/codygarver/noise/po/../src//LibraryWindow.vala:876
818msgid ""
819"To add songs to the queue, use the <b>secondary click</b> on an item and "
820"choose <b>Queue</b>. When a song finishes, the queued songs will be played "
821"first before the next song in the currently playing list."
822msgstr ""
823
824#: /home/codygarver/noise/po/../src//LibraryWindow.vala:882
825#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:553
826#: /home/codygarver/noise/po/../src//LocalLibrary.vala:107
827#: /home/codygarver/noise/po/../src//PlaybackManager.vala:99
828msgid "History"
829msgstr ""
830
831#: /home/codygarver/noise/po/../src//LibraryWindow.vala:885
832msgid "No songs in History"
833msgstr ""
834
835#: /home/codygarver/noise/po/../src//LibraryWindow.vala:886
836msgid ""
837"After a part of a song has been played, it is added to the history list.\n"
838"You can use this list to see all the songs you have played during the "
839"current session."
840msgstr ""
841
842#: /home/codygarver/noise/po/../src//LibraryWindow.vala:1119
843msgid "Import Music"
844msgstr ""
845
846#: /home/codygarver/noise/po/../src//LibraryWindow.vala:1139
847#: /home/codygarver/noise/po/../src//LocalLibrary.vala:248
848msgid "<b>Importing</b> music to library…"
849msgstr ""
850
851#: /home/codygarver/noise/po/../src//LibraryWindow.vala:1154
852msgid "Rescanning music folder for changes"
853msgstr ""
854
855#: /home/codygarver/noise/po/../src//LibraryWindow.vala:1161
856#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:252
857msgid "Could not find Music Folder"
858msgstr ""
859
860#: /home/codygarver/noise/po/../src//LibraryWindow.vala:1161
861msgid "Please make sure that your music folder is accessible and mounted."
862msgstr ""
863
864#: /home/codygarver/noise/po/../src//LibraryWindow.vala:1202
865msgid "Import Complete"
866msgstr ""
867
868#: /home/codygarver/noise/po/../src//LibraryWindow.vala:1202
869#, c-format873#, c-format
870msgid "%s has imported your library."874msgid "Importing music from %s…"
871msgstr ""875msgstr ""
872876
873#: /home/codygarver/noise/po/../src//Noise.vala:37877#: /home/tutebatti/noise/po/../src//LocalLibrary.vala:209
878msgid "Adding files to library…"
879msgstr ""
880
881#: /home/tutebatti/noise/po/../src//LocalLibrary.vala:274
882msgid "Rescanning music for changes. This may take a while…"
883msgstr ""
884
885#: /home/tutebatti/noise/po/../src//LocalLibrary.vala:352
886msgid "Added to your queue:"
887msgstr ""
888
889#: /home/tutebatti/noise/po/../src//Noise.vala:37
874msgid "Listen to music"890msgid "Listen to music"
875msgstr ""891msgstr ""
876892
877#: /home/codygarver/noise/po/../src//Noise.vala:38893#: /home/tutebatti/noise/po/../src//Noise.vala:38
878msgid "Music Player"894msgid "Music Player"
879msgstr ""895msgstr ""
880896
881#: /home/codygarver/noise/po/../src//Noise.vala:39897#: /home/tutebatti/noise/po/../src//Noise.vala:39
882msgid "Noise;Audio;Player;MP3;iPod;Play;Playlist;Media;CD;Phone;"898msgid "Noise;Audio;Player;MP3;iPod;Play;Playlist;Media;CD;Phone;"
883msgstr ""899msgstr ""
884900
885#: /home/codygarver/noise/po/../src//Objects/ArtistInfo.vala:27901#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:56
886#: /home/codygarver/noise/po/../src//Objects/AlbumInfo.vala:26902#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:69
887#: /home/codygarver/noise/po/../src//GStreamer/Streamer.vala:195903msgid "Rename"
888#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodStreamer.vala:201904msgstr ""
889#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDPlayer.vala:207905
890msgid "Unknown Artist"906#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:57
891msgstr ""907#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:71
892908msgid "Remove"
893#: /home/codygarver/noise/po/../src//Objects/LyricFetcher.vala:156909msgstr ""
894msgid "Lyrics fetched from www.lyricsmania.com"910
895msgstr ""911#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:58
896912#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:72
897#: /home/codygarver/noise/po/../src//Objects/TrackInfo.vala:26913#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:87
898msgid "Unknown Track"914msgid "Export…"
899msgstr ""915msgstr ""
900916
901#: /home/codygarver/noise/po/../src//Objects/AlbumInfo.vala:25917#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:70
902msgid "Unknown Album"918msgid "Edit…"
903msgstr ""919msgstr ""
904920
905#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:445921#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:85
906#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:685922msgid "Save as Playlist"
907msgid "Favorite Songs"923msgstr ""
908msgstr ""924
909925#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:142
910#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:452926msgid "Eject"
911#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:692927msgstr ""
912msgid "Recently Added"928
913msgstr ""929#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:147
914930#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:186
915#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:468931msgid "New Playlist"
916#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:708932msgstr ""
917msgid "Recent Favorites"933
918msgstr ""934#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:152
919935#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:187
920#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:475936msgid "New Smart Playlist"
921#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:715937msgstr ""
922msgid "Never Played"938
923msgstr ""939#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:157
924940#: /home/tutebatti/noise/po/../src//Widgets/SpaceWidget.vala:238
925#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:482941msgid "Sync"
926#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:722942msgstr ""
927msgid "Over Played"943
928msgstr ""944#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:188
929945msgid "Import Playlists"
930#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:489946msgstr ""
931#: /home/codygarver/noise/po/../src//DataBase/DataBaseManager.vala:729947
932msgid "Not Recently Played"948#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:232
933msgstr ""949msgid "Library"
934950msgstr ""
935#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:65951
936#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:98952#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:233
953msgid "Devices"
954msgstr ""
955
956#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:234
957msgid "Network"
958msgstr ""
959
960#: /home/tutebatti/noise/po/../src//Widgets/SourceListView.vala:235
961#: /home/tutebatti/noise/po/../plugins//MPRIS/MPRIS.vala:643
962msgid "Playlists"
963msgstr ""
964
965#: /home/tutebatti/noise/po/../src//Widgets/TopDisplay.vala:68
966#: /home/tutebatti/noise/po/../src//Dialogs/RemoveFilesDialog.vala:56
967msgid "Cancel"
968msgstr ""
969
970#: /home/tutebatti/noise/po/../src//Widgets/PresetList.vala:50
971msgid "Delete Current"
972msgstr ""
973
974#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:65
975#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:98
937msgid "Off"976msgid "Off"
938msgstr ""977msgstr ""
939978
940#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:65979#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:65
941msgid "Enable Repeat"980msgid "Enable Repeat"
942msgstr ""981msgstr ""
943982
944#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:66983#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:66
945#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:544984#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:544
946msgid "Song"985msgid "Song"
947msgstr ""986msgstr ""
948987
949#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:66988#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:66
950msgid "Repeat Song"989msgid "Repeat Song"
951msgstr ""990msgstr ""
952991
953#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:67992#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:67
954#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:257993#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:124
955#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:200994#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:257
956#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:124995#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:200
957msgid "Album"996msgid "Album"
958msgstr ""997msgstr ""
959998
960#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:67999#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:67
961msgid "Repeat Album"1000msgid "Repeat Album"
962msgstr ""1001msgstr ""
9631002
964#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:681003#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:68
965#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2581004#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:123
966#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:1981005#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:258
967#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:1231006#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:198
968msgid "Artist"1007msgid "Artist"
969msgstr ""1008msgstr ""
9701009
971#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:681010#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:68
972msgid "Repeat Artist"1011msgid "Repeat Artist"
973msgstr ""1012msgstr ""
9741013
975#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:691014#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:69
976#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:991015#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:99
977msgid "All"1016msgid "All"
978msgstr ""1017msgstr ""
9791018
980#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:691019#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:69
981msgid "Repeat All"1020msgid "Repeat All"
982msgstr ""1021msgstr ""
9831022
984#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:981023#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:98
985msgid "Enable Shuffle"1024msgid "Enable Shuffle"
986msgstr ""1025msgstr ""
9871026
988#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:991027#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:99
989msgid "Disable Shuffle"1028msgid "Disable Shuffle"
990msgstr ""1029msgstr ""
9911030
992#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:1321031#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:132
993#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:1431032#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:143
994msgid "Add Playlist"1033msgid "Add Playlist"
995msgstr ""1034msgstr ""
9961035
997#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:1441036#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:144
998msgid "Add Smart Playlist"1037msgid "Add Smart Playlist"
999msgstr ""1038msgstr ""
10001039
1001#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:1901040#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:190
1002#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:2291041#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:229
1003msgid "Hide"1042msgid "Hide"
1004msgstr ""1043msgstr ""
10051044
1006#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:1901045#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:190
1007msgid "Show Equalizer"1046msgid "Show Equalizer"
1008msgstr ""1047msgstr ""
10091048
1010#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:1911049#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:191
1011#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:2301050#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:230
1012msgid "Show"1051msgid "Show"
1013msgstr ""1052msgstr ""
10141053
1015#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:1911054#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:191
1016msgid "Hide Equalizer"1055msgid "Hide Equalizer"
1017msgstr ""1056msgstr ""
10181057
1019#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:2291058#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:229
1020msgid "Show Info Panel"1059msgid "Show Info Panel"
1021msgstr ""1060msgstr ""
10221061
1023#: /home/codygarver/noise/po/../src//Widgets/StatusBar.vala:2301062#: /home/tutebatti/noise/po/../src//Widgets/StatusBar.vala:230
1024msgid "Hide Info Panel"1063msgid "Hide Info Panel"
1025msgstr ""1064msgstr ""
10261065
1027#: /home/codygarver/noise/po/../src//Widgets/ViewSelector.vala:661066#: /home/tutebatti/noise/po/../src//Widgets/ViewSelector.vala:66
1028msgid "View as Albums"1067msgid "View as Albums"
1029msgstr ""1068msgstr ""
10301069
1031#: /home/codygarver/noise/po/../src//Widgets/ViewSelector.vala:701070#: /home/tutebatti/noise/po/../src//Widgets/ViewSelector.vala:70
1032msgid "View as List"1071msgid "View as List"
1033msgstr ""1072msgstr ""
10341073
1035#: /home/codygarver/noise/po/../src//Widgets/ViewSelector.vala:741074#: /home/tutebatti/noise/po/../src//Widgets/ViewSelector.vala:74
1036msgid "View in Columns"1075msgid "View in Columns"
1037msgstr ""1076msgstr ""
10381077
1039#: /home/codygarver/noise/po/../src//Widgets/PresetList.vala:501078#: /home/tutebatti/noise/po/../src//Widgets/SpaceWidget.vala:267
1040msgid "Delete Current"
1041msgstr ""
1042
1043#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:56
1044#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:69
1045msgid "Rename"
1046msgstr ""
1047
1048#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:57
1049#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:71
1050msgid "Remove"
1051msgstr ""
1052
1053#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:58
1054#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:72
1055#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:87
1056msgid "Export…"
1057msgstr ""
1058
1059#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:70
1060msgid "Edit…"
1061msgstr ""
1062
1063#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:85
1064msgid "Save as Playlist"
1065msgstr ""
1066
1067#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:142
1068msgid "Eject"
1069msgstr ""
1070
1071#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:147
1072#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:186
1073msgid "New Playlist"
1074msgstr ""
1075
1076#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:152
1077#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:187
1078msgid "New Smart Playlist"
1079msgstr ""
1080
1081#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:157
1082#: /home/codygarver/noise/po/../src//Widgets/SpaceWidget.vala:238
1083msgid "Sync"
1084msgstr ""
1085
1086#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:188
1087msgid "Import Playlists"
1088msgstr ""
1089
1090#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:232
1091msgid "Library"
1092msgstr ""
1093
1094#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:233
1095msgid "Devices"
1096msgstr ""
1097
1098#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:234
1099msgid "Network"
1100msgstr ""
1101
1102#: /home/codygarver/noise/po/../src//Widgets/SourceListView.vala:235
1103#: /home/codygarver/noise/po/../plugins//MPRIS/MPRIS.vala:643
1104msgid "Playlists"
1105msgstr ""
1106
1107#: /home/codygarver/noise/po/../src//Widgets/SpaceWidget.vala:267
1108msgid "Free"1079msgid "Free"
1109msgstr ""1080msgstr ""
11101081
1111#: /home/codygarver/noise/po/../src//Widgets/SpaceWidget.vala:3841082#: /home/tutebatti/noise/po/../src//Widgets/SpaceWidget.vala:384
1112msgid "Using %s of %s (%.2f%)"1083msgid "Using %s of %s (%.2f%)"
1113msgstr ""1084msgstr ""
11141085
1115#: /home/codygarver/noise/po/../src//Widgets/TopDisplay.vala:681086#: /home/tutebatti/noise/po/../src//FileOperator.vala:286
1116#: /home/codygarver/noise/po/../src//Dialogs/RemoveFilesDialog.vala:561087msgid "<b>Copying</b> files to <b>Music Folder</b>…"
1117msgid "Cancel"1088msgstr ""
1118msgstr ""1089
11191090#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:445
1120#: /home/codygarver/noise/po/../src//LocalLibrary.vala:1671091#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:685
1121#, c-format1092msgid "Favorite Songs"
1122msgid "Importing music from %s…"1093msgstr ""
1123msgstr ""1094
11241095#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:452
1125#: /home/codygarver/noise/po/../src//LocalLibrary.vala:2091096#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:692
1126msgid "Adding files to library…"1097msgid "Recently Added"
1127msgstr ""1098msgstr ""
11281099
1129#: /home/codygarver/noise/po/../src//LocalLibrary.vala:2741100#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:468
1130msgid "Rescanning music for changes. This may take a while…"1101#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:708
1131msgstr ""1102msgid "Recent Favorites"
11321103msgstr ""
1133#: /home/codygarver/noise/po/../src//LocalLibrary.vala:3521104
1134msgid "Added to your queue:"1105#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:475
1135msgstr ""1106#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:715
11361107msgid "Never Played"
1137#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:441108msgstr ""
1109
1110#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:482
1111#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:722
1112msgid "Over Played"
1113msgstr ""
1114
1115#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:489
1116#: /home/tutebatti/noise/po/../src//DataBase/DataBaseManager.vala:729
1117msgid "Not Recently Played"
1118msgstr ""
1119
1120#: /home/tutebatti/noise/po/../src//Objects/LyricFetcher.vala:156
1121msgid "Lyrics fetched from www.lyricsmania.com"
1122msgstr ""
1123
1124#: /home/tutebatti/noise/po/../src//Objects/TrackInfo.vala:26
1125msgid "Unknown Track"
1126msgstr ""
1127
1128#: /home/tutebatti/noise/po/../src//Objects/AlbumInfo.vala:25
1129msgid "Unknown Album"
1130msgstr ""
1131
1132#: /home/tutebatti/noise/po/../src//Objects/AlbumInfo.vala:26
1133#: /home/tutebatti/noise/po/../src//Objects/ArtistInfo.vala:27
1134#: /home/tutebatti/noise/po/../src//GStreamer/Streamer.vala:195
1135#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDPlayer.vala:207
1136#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodStreamer.vala:201
1137msgid "Unknown Artist"
1138msgstr ""
1139
1140#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:44
1138msgid "Select Music Folder…"1141msgid "Select Music Folder…"
1139msgstr ""1142msgstr ""
11401143
1141#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1171144#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:117
1142msgid "General"1145msgid "General"
1143msgstr ""1146msgstr ""
11441147
1145#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1231148#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:123
1146msgid "Music Folder Location:"1149msgid "Music Folder Location:"
1147msgstr ""1150msgstr ""
11481151
1149#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1311152#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:131
1150msgid "Library Management:"1153msgid "Library Management:"
1151msgstr ""1154msgstr ""
11521155
1153#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1361156#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:136
1154msgid "Keep Music folder organized:"1157msgid "Keep Music folder organized:"
1155msgstr ""1158msgstr ""
11561159
1157#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1401160#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:140
1158msgid "Write metadata to file:"1161msgid "Write metadata to file:"
1159msgstr ""1162msgstr ""
11601163
1161#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1441164#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:144
1162msgid "Copy imported files to Library:"1165msgid "Copy imported files to Library:"
1163msgstr ""1166msgstr ""
11641167
1165#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1461168#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:146
1166msgid "Desktop Integration:"1169msgid "Desktop Integration:"
1167msgstr ""1170msgstr ""
11681171
1169#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1521172#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:152
1170msgid "Show notifications:"1173msgid "Show notifications:"
1171msgstr ""1174msgstr ""
11721175
1173#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1571176#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:157
1174msgid "Minimize window when a song is being played:"1177msgid "Minimize window when a song is being played:"
1175msgstr ""1178msgstr ""
11761179
1177#: /home/codygarver/noise/po/../src//Dialogs/PreferencesWindow.vala:1591180#: /home/tutebatti/noise/po/../src//Dialogs/PreferencesWindow.vala:159
1178msgid "Hide window when a song is being played:"1181msgid "Hide window when a song is being played:"
1179msgstr ""1182msgstr ""
11801183
1181#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:481184#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:56
1182msgid "Not Imported Files"1185msgid "Import from Device"
1183msgstr ""1186msgstr ""
11841187
1185#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:651188#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:73
1186#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:771189#, c-format
1187#, c-format1190msgid "Import media from %s"
1188msgid "Unable to import %d items from %s"1191msgstr ""
1189msgstr ""1192
11901193#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:74
1191#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:661194#, c-format
1192#, c-format1195msgid ""
1193msgid "%s was unable to import %d items. The files may be damaged."1196"The following files were found on %s, but are not in your library. Check all "
1194msgstr ""1197"the files you would like to import."
11951198msgstr ""
1196#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:671199
1197msgid "Move all corrupted files to trash"1200#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:75
1198msgstr ""1201msgid "Import all media"
11991202msgstr ""
1200#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:721203
1201#: /home/codygarver/noise/po/../src//Dialogs/RemoveFilesDialog.vala:541204#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:80
1202msgid "Move to Trash"1205#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDView.vala:90
1203msgstr ""1206msgid "Import"
12041207msgstr ""
1205#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:731208
1206msgid "Ignore"1209#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:81
1207msgstr ""1210msgid "Don't Import"
12081211msgstr ""
1209#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:941212
1210msgid "del"1213#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:89
1211msgstr ""1214#, c-format
12121215msgid "Import %i items from %s"
1213#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:991216msgstr ""
1214msgid "File Location"1217
1215msgstr ""1218#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:93
12161219#, c-format
1217#: /home/codygarver/noise/po/../src//Dialogs/NotImportedWindow.vala:1261220msgid "Import %s from %s"
1218msgid "Select individual files to move to trash:"1221msgstr ""
1219msgstr ""1222
12201223#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:121
1221#: /home/codygarver/noise/po/../src//Dialogs/RemoveFilesDialog.vala:551224msgid "ID"
1222#, c-format1225msgstr ""
1223msgid "Remove from %s"1226
1224msgstr ""1227#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:122
12251228#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:271
1226#: /home/codygarver/noise/po/../src//Dialogs/RemoveFilesDialog.vala:661229#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:197
1227#, c-format1230msgid "Title"
1228msgid "Remove %d Songs From %s?"1231msgstr ""
1229msgstr ""1232
12301233#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:173
1231#: /home/codygarver/noise/po/../src//Dialogs/RemoveFilesDialog.vala:701234msgid "Select individual media to import:"
1232#, c-format1235msgstr ""
1233msgid "Remove \"%s\" From %s?"1236
1234msgstr ""1237#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:191
12351238msgid "Check Item"
1236#: /home/codygarver/noise/po/../src//Dialogs/RemoveFilesDialog.vala:791239msgstr ""
1237#, c-format1240
1238msgid ""1241#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:192
1239"This will remove the song from your library and from any device that "1242msgid "Check Album"
1240"automatically syncs with %s."1243msgstr ""
1241msgid_plural ""1244
1242"This will remove the songs from your library and from any device that "1245#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:193
1243"automatically syncs with %s."1246msgid "Check Artist"
1244msgstr[0] ""1247msgstr ""
1245msgstr[1] ""1248
12461249#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:291
1247#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:421250msgid "Cannot Import"
1251msgstr ""
1252
1253#: /home/tutebatti/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:291
1254#, c-format
1255msgid ""
1256"Noise is already doing file operations. Please wait until those finish to "
1257"import from %d"
1258msgstr ""
1259
1260#: /home/tutebatti/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:61
1261msgid "Export Playlists"
1262msgstr ""
1263
1264#: /home/tutebatti/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:62
1265msgid "Set Music Folder"
1266msgstr ""
1267
1268#: /home/tutebatti/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:69
1269msgid "Set Music Folder?"
1270msgstr ""
1271
1272#: /home/tutebatti/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:72
1273#, c-format
1274msgid ""
1275"Are you sure you want to set the music folder to %s? This will reset your "
1276"library and remove your playlists."
1277msgstr ""
1278
1279#: /home/tutebatti/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:116
1280#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:139
1281msgid "Choose Music Folder"
1282msgstr ""
1283
1284#: /home/tutebatti/noise/po/../src//Dialogs/SyncWarningDialog.vala:60
1285msgid "Import media to Library"
1286msgstr ""
1287
1288#: /home/tutebatti/noise/po/../src//Dialogs/SyncWarningDialog.vala:61
1289msgid "Continue Syncing"
1290msgstr ""
1291
1292#: /home/tutebatti/noise/po/../src//Dialogs/SyncWarningDialog.vala:62
1293msgid "Stop Syncing"
1294msgstr ""
1295
1296#: /home/tutebatti/noise/po/../src//Dialogs/SyncWarningDialog.vala:69
1297#, c-format
1298msgid ""
1299"If you continue to sync, media will be removed from %s since they are not on "
1300"the sync list. Would you like to import them to your library first?"
1301msgstr ""
1302
1303#: /home/tutebatti/noise/po/../src//Dialogs/SyncWarningDialog.vala:75
1304#, c-format
1305msgid "Sync will remove %i items from %s"
1306msgstr ""
1307
1308#: /home/tutebatti/noise/po/../src//Dialogs/SyncWarningDialog.vala:78
1309#, c-format
1310msgid "Sync will remove 1 item from %s"
1311msgstr ""
1312
1313#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:42
1248msgid "Smart Playlist Editor"1314msgid "Smart Playlist Editor"
1249msgstr ""1315msgstr ""
12501316
1251#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:531317#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:53
1252#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:611318#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:61
1253msgid "Name of Playlist"1319msgid "Name of Playlist"
1254msgstr ""1320msgstr ""
12551321
1256#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:541322#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:54
1257#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:621323#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:62
1258msgid "Rules"1324msgid "Rules"
1259msgstr ""1325msgstr ""
12601326
1261#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:551327#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:55
1262#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:631328#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:63
1263msgid "Options"1329msgid "Options"
1264msgstr ""1330msgstr ""
12651331
1266#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:661332#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:66
1267msgid "Playlist Title"1333msgid "Playlist Title"
1268msgstr ""1334msgstr ""
12691335
1270#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:711336#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:71
1271msgid "Match"1337msgid "Match"
1272msgstr ""1338msgstr ""
12731339
1274#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:731340#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:73
1275msgid "any"1341msgid "any"
1276msgstr ""1342msgstr ""
12771343
1278#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:741344#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:74
1279msgid "all"1345msgid "all"
1280msgstr ""1346msgstr ""
12811347
1282#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:791348#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:79
1283msgid "of the following:"1349msgid "of the following:"
1284msgstr ""1350msgstr ""
12851351
1286#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:941352#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:94
1287msgid "Limit to"1353msgid "Limit to"
1288msgstr ""1354msgstr ""
12891355
1290#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:961356#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:96
1291msgid "items"1357msgid "items"
1292msgstr ""1358msgstr ""
12931359
1294#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2591360#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:259
1295msgid "Bitrate"1361msgid "Bitrate"
1296msgstr ""1362msgstr ""
12971363
1298#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2601364#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:260
1299#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2041365#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:204
1300msgid "Comment"1366msgid "Comment"
1301msgstr ""1367msgstr ""
13021368
1303#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2611369#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:261
1304#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2021370#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:202
1305msgid "Composer"1371msgid "Composer"
1306msgstr ""1372msgstr ""
13071373
1308#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2621374#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:262
1309msgid "Date Added"1375msgid "Date Added"
1310msgstr ""1376msgstr ""
13111377
1312#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2631378#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:263
1313msgid "Date Released"1379msgid "Date Released"
1314msgstr ""1380msgstr ""
13151381
1316#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2641382#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:264
1317#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2011383#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:201
1318#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:4851384#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:485
1319msgid "Genre"1385msgid "Genre"
1320msgstr ""1386msgstr ""
13211387
1322#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2651388#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:265
1323#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2031389#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:203
1324#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:4851390#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:485
1325msgid "Grouping"1391msgid "Grouping"
1326msgstr ""1392msgstr ""
13271393
1328#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2661394#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:266
1329msgid "Last Played"1395msgid "Last Played"
1330msgstr ""1396msgstr ""
13311397
1332#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2671398#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:267
1333#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3991399#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:399
1334msgid "Length"1400msgid "Length"
1335msgstr ""1401msgstr ""
13361402
1337#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2681403#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:268
1338msgid "Playcount"1404msgid "Playcount"
1339msgstr ""1405msgstr ""
13401406
1341#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2691407#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:269
1342#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2081408#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:208
1343msgid "Rating"1409msgid "Rating"
1344msgstr ""1410msgstr ""
13451411
1346#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2701412#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:270
1347msgid "Skipcount"1413msgid "Skipcount"
1348msgstr ""1414msgstr ""
13491415
1350#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:2711416#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:272
1351#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:1971417#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:207
1352#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:122
1353msgid "Title"
1354msgstr ""
1355
1356#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:272
1357#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:207
1358msgid "Year"1418msgid "Year"
1359msgstr ""1419msgstr ""
13601420
1361#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3351421#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:335
1362msgid "is"1422msgid "is"
1363msgstr ""1423msgstr ""
13641424
1365#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3361425#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:336
1366msgid "contains"1426msgid "contains"
1367msgstr ""1427msgstr ""
13681428
1369#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3371429#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:337
1370msgid "does not contain"1430msgid "does not contain"
1371msgstr ""1431msgstr ""
13721432
1373#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3621433#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:362
1374#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3751434#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:375
1375msgid "is exactly"1435msgid "is exactly"
1376msgstr ""1436msgstr ""
13771437
1378#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3631438#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:363
1379msgid "is at most"1439msgid "is at most"
1380msgstr ""1440msgstr ""
13811441
1382#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3641442#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:364
1383msgid "is at least"1443msgid "is at least"
1384msgstr ""1444msgstr ""
13851445
1386#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3761446#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:376
1387msgid "is within"1447msgid "is within"
1388msgstr ""1448msgstr ""
13891449
1390#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:3771450#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:377
1391msgid "is before"1451msgid "is before"
1392msgstr ""1452msgstr ""
13931453
1394#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:4001454#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:400
1395msgid "seconds"1455msgid "seconds"
1396msgstr ""1456msgstr ""
13971457
1398#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:4031458#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:403
1399msgid "days ago"1459msgid "days ago"
1400msgstr ""1460msgstr ""
14011461
1402#: /home/codygarver/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:4061462#: /home/tutebatti/noise/po/../src//Dialogs/SmartPlaylistEditor.vala:406
1403msgid "kbps"1463msgid "kbps"
1404msgstr ""1464msgstr ""
14051465
1406#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:881466#: /home/tutebatti/noise/po/../src//Dialogs/RemoveFilesDialog.vala:54
1407msgid "Metadata"1467#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:72
1408msgstr ""1468msgid "Move to Trash"
14091469msgstr ""
1410#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:901470
1411#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:3821471#: /home/tutebatti/noise/po/../src//Dialogs/RemoveFilesDialog.vala:55
1412msgid "Lyrics"1472#, c-format
1413msgstr ""1473msgid "Remove from %s"
14141474msgstr ""
1415#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:1861475
1416#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:3531476#: /home/tutebatti/noise/po/../src//Dialogs/RemoveFilesDialog.vala:66
1417msgid "Editing $NAME by $ARTIST"1477#, c-format
1418msgstr ""1478msgid "Remove %d Songs From %s?"
14191479msgstr ""
1420#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:1881480
1421#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:3551481#: /home/tutebatti/noise/po/../src//Dialogs/RemoveFilesDialog.vala:70
1422#, c-format1482#, c-format
1423msgid "Editing %s"1483msgid "Remove \"%s\" From %s?"
1424msgstr ""1484msgstr ""
14251485
1426#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:1911486#: /home/tutebatti/noise/po/../src//Dialogs/RemoveFilesDialog.vala:79
1427#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:3581487#, c-format
1428#, c-format1488msgid ""
1429msgid "Editing %i songs"1489"This will remove the song from your library and from any device that "
1430msgstr ""1490"automatically syncs with %s."
14311491msgid_plural ""
1432#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:1991492"This will remove the songs from your library and from any device that "
1433msgid "Album Artist"1493"automatically syncs with %s."
1434msgstr ""1494msgstr[0] ""
14351495msgstr[1] ""
1436#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2051496
1437msgid "Track"1497#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:48
1438msgstr ""1498msgid "Not Imported Files"
14391499msgstr ""
1440#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2061500
1441msgid "Disc"1501#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:65
1442msgstr ""1502#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:77
14431503#, c-format
1444#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:2101504msgid "Unable to import %d items from %s"
1445msgid "Media Type"1505msgstr ""
1446msgstr ""1506
14471507#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:66
1448#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:3011508#, c-format
1449#, c-format1509msgid "%s was unable to import %d items. The files may be damaged."
1450msgid "Lyrics not found for %s"1510msgstr ""
1451msgstr ""1511
14521512#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:67
1453#: /home/codygarver/noise/po/../src//Dialogs/MediaEditor.vala:5461513msgid "Move all corrupted files to trash"
1454msgid "Podcast"1514msgstr ""
1455msgstr ""1515
14561516#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:73
1457#: /home/codygarver/noise/po/../src//Dialogs/EqualizerWindow.vala:761517msgid "Ignore"
1518msgstr ""
1519
1520#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:94
1521msgid "del"
1522msgstr ""
1523
1524#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:99
1525msgid "File Location"
1526msgstr ""
1527
1528#: /home/tutebatti/noise/po/../src//Dialogs/NotImportedWindow.vala:126
1529msgid "Select individual files to move to trash:"
1530msgstr ""
1531
1532#: /home/tutebatti/noise/po/../src//Dialogs/EqualizerWindow.vala:76
1458msgid "Equalizer"1533msgid "Equalizer"
1459msgstr ""1534msgstr ""
14601535
1461#: /home/codygarver/noise/po/../src//Dialogs/EqualizerWindow.vala:1431536#: /home/tutebatti/noise/po/../src//Dialogs/EqualizerWindow.vala:143
1462msgid "Save preset"1537msgid "Save preset"
1463msgstr ""1538msgstr ""
14641539
1465#: /home/codygarver/noise/po/../src//Dialogs/EqualizerWindow.vala:4071540#: /home/tutebatti/noise/po/../src//Dialogs/EqualizerWindow.vala:407
1466#, c-format1541#, c-format
1467msgid "%s (Custom)"1542msgid "%s (Custom)"
1468msgstr ""1543msgstr ""
14691544
1470#: /home/codygarver/noise/po/../src//Dialogs/EqualizerWindow.vala:4091545#: /home/tutebatti/noise/po/../src//Dialogs/EqualizerWindow.vala:409
1471#, c-format1546#, c-format
1472msgid "%s (Custom %i)"1547msgid "%s (Custom %i)"
1473msgstr ""1548msgstr ""
14741549
1475#: /home/codygarver/noise/po/../src//Dialogs/EqualizerWindow.vala:4131550#: /home/tutebatti/noise/po/../src//Dialogs/EqualizerWindow.vala:413
1476msgid "Custom Preset"1551msgid "Custom Preset"
1477msgstr ""1552msgstr ""
14781553
1479#: /home/codygarver/noise/po/../src//Dialogs/EqualizerWindow.vala:4151554#: /home/tutebatti/noise/po/../src//Dialogs/EqualizerWindow.vala:415
1480#, c-format1555#, c-format
1481msgid "Custom Preset %i"1556msgid "Custom Preset %i"
1482msgstr ""1557msgstr ""
14831558
1484#: /home/codygarver/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:611559#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:65
1485msgid "Export Playlists"
1486msgstr ""
1487
1488#: /home/codygarver/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:62
1489msgid "Set Music Folder"
1490msgstr ""
1491
1492#: /home/codygarver/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:69
1493msgid "Set Music Folder?"
1494msgstr ""
1495
1496#: /home/codygarver/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:72
1497#, c-format
1498msgid ""
1499"Are you sure you want to set the music folder to %s? This will reset your "
1500"library and remove your playlists."
1501msgstr ""
1502
1503#: /home/codygarver/noise/po/../src//Dialogs/SetMusicFolderConfirmation.vala:116
1504#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:139
1505msgid "Choose Music Folder"
1506msgstr ""
1507
1508#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:65
1509msgid "Remove Media"1560msgid "Remove Media"
1510msgstr ""1561msgstr ""
15111562
1512#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:661563#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:66
1513msgid "Locate Media"1564msgid "Locate Media"
1514msgstr ""1565msgstr ""
15151566
1516#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:671567#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:67
1517msgid "Rescan Library"1568msgid "Rescan Library"
1518msgstr ""1569msgstr ""
15191570
1520#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:681571#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:68
1521msgid "Do Nothing"1572msgid "Do Nothing"
1522msgstr ""1573msgstr ""
15231574
1524#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:741575#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:74
1525msgid "Could not find media file"1576msgid "Could not find media file"
1526msgstr ""1577msgstr ""
15271578
1528#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:831579#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:83
1529msgid ""1580msgid ""
1530"The music file for $NAME by $ARTIST could not be found. What would you like "1581"The music file for $NAME by $ARTIST could not be found. What would you like "
1531"to do?"1582"to do?"
1532msgstr ""1583msgstr ""
15331584
1534#: /home/codygarver/noise/po/../src//Dialogs/FileNotFoundDialog.vala:861585#: /home/tutebatti/noise/po/../src//Dialogs/FileNotFoundDialog.vala:86
1535#, c-format1586#, c-format
1536msgid "%i media files could not be found. What would you like to do?"1587msgid "%i media files could not be found. What would you like to do?"
1537msgstr ""1588msgstr ""
15381589
1539#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:561590#: /home/tutebatti/noise/po/../src//Dialogs/InstallGstreamerPluginsDialog.vala:57
1540msgid "Import from Device"
1541msgstr ""
1542
1543#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:73
1544#, c-format
1545msgid "Import media from %s"
1546msgstr ""
1547
1548#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:74
1549#, c-format
1550msgid ""
1551"The following files were found on %s, but are not in your library. Check all "
1552"the files you would like to import."
1553msgstr ""
1554
1555#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:75
1556msgid "Import all media"
1557msgstr ""
1558
1559#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:80
1560#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDView.vala:90
1561msgid "Import"
1562msgstr ""
1563
1564#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:81
1565msgid "Don't Import"
1566msgstr ""
1567
1568#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:89
1569#, c-format
1570msgid "Import %i items from %s"
1571msgstr ""
1572
1573#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:93
1574#, c-format
1575msgid "Import %s from %s"
1576msgstr ""
1577
1578#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:121
1579msgid "ID"
1580msgstr ""
1581
1582#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:173
1583msgid "Select individual media to import:"
1584msgstr ""
1585
1586#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:191
1587msgid "Check Item"
1588msgstr ""
1589
1590#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:192
1591msgid "Check Album"
1592msgstr ""
1593
1594#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:193
1595msgid "Check Artist"
1596msgstr ""
1597
1598#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:291
1599msgid "Cannot Import"
1600msgstr ""
1601
1602#: /home/codygarver/noise/po/../src//Dialogs/TransferFromDeviceDialog.vala:291
1603#, c-format
1604msgid ""
1605"Noise is already doing file operations. Please wait until those finish to "
1606"import from %d"
1607msgstr ""
1608
1609#: /home/codygarver/noise/po/../src//Dialogs/SyncWarningDialog.vala:60
1610msgid "Import media to Library"
1611msgstr ""
1612
1613#: /home/codygarver/noise/po/../src//Dialogs/SyncWarningDialog.vala:61
1614msgid "Continue Syncing"
1615msgstr ""
1616
1617#: /home/codygarver/noise/po/../src//Dialogs/SyncWarningDialog.vala:62
1618msgid "Stop Syncing"
1619msgstr ""
1620
1621#: /home/codygarver/noise/po/../src//Dialogs/SyncWarningDialog.vala:69
1622#, c-format
1623msgid ""
1624"If you continue to sync, media will be removed from %s since they are not on "
1625"the sync list. Would you like to import them to your library first?"
1626msgstr ""
1627
1628#: /home/codygarver/noise/po/../src//Dialogs/SyncWarningDialog.vala:75
1629#, c-format
1630msgid "Sync will remove %i items from %s"
1631msgstr ""
1632
1633#: /home/codygarver/noise/po/../src//Dialogs/SyncWarningDialog.vala:78
1634#, c-format
1635msgid "Sync will remove 1 item from %s"
1636msgstr ""
1637
1638#: /home/codygarver/noise/po/../src//Dialogs/InstallGstreamerPluginsDialog.vala:57
1639msgid "Install Plugin"1591msgid "Install Plugin"
1640msgstr ""1592msgstr ""
16411593
1642#: /home/codygarver/noise/po/../src//Dialogs/InstallGstreamerPluginsDialog.vala:621594#: /home/tutebatti/noise/po/../src//Dialogs/InstallGstreamerPluginsDialog.vala:62
1643msgid "Required GStreamer plugin not installed"1595msgid "Required GStreamer plugin not installed"
1644msgstr ""1596msgstr ""
16451597
1646#: /home/codygarver/noise/po/../src//Dialogs/InstallGstreamerPluginsDialog.vala:651598#: /home/tutebatti/noise/po/../src//Dialogs/InstallGstreamerPluginsDialog.vala:65
1647#, c-format1599#, c-format
1648msgid ""1600msgid ""
1649"The plugin for media type %s is not installed.\n"1601"The plugin for media type %s is not installed.\n"
1650"What would you like to do?"1602"What would you like to do?"
1651msgstr ""1603msgstr ""
16521604
1653#: /home/codygarver/noise/po/../src//FileOperator.vala:2861605#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:88
1654msgid "<b>Copying</b> files to <b>Music Folder</b>…"1606msgid "Metadata"
1655msgstr ""1607msgstr ""
16561608
1657#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:301609#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:90
1610#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:382
1611msgid "Lyrics"
1612msgstr ""
1613
1614#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:186
1615#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:353
1616msgid "Editing $NAME by $ARTIST"
1617msgstr ""
1618
1619#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:188
1620#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:355
1621#, c-format
1622msgid "Editing %s"
1623msgstr ""
1624
1625#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:191
1626#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:358
1627#, c-format
1628msgid "Editing %i songs"
1629msgstr ""
1630
1631#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:199
1632msgid "Album Artist"
1633msgstr ""
1634
1635#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:205
1636msgid "Track"
1637msgstr ""
1638
1639#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:206
1640msgid "Disc"
1641msgstr ""
1642
1643#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:210
1644msgid "Media Type"
1645msgstr ""
1646
1647#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:301
1648#, c-format
1649msgid "Lyrics not found for %s"
1650msgstr ""
1651
1652#: /home/tutebatti/noise/po/../src//Dialogs/MediaEditor.vala:546
1653msgid "Podcast"
1654msgstr ""
1655
1656#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDViewWrapper.vala:32
1657msgid "An Error Occured"
1658msgstr ""
1659
1660#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDViewWrapper.vala:33
1661msgid "There was an error while loading this Audio CD."
1662msgstr ""
1663
1664#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:96
1665msgid "Audio CD Invalid"
1666msgstr ""
1667
1668#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:100
1669msgid "Impossible to read the contents of this Audio CD"
1670msgstr ""
1671
1672#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:252
1673msgid ""
1674"Please make sure that your music folder is accessible and mounted before "
1675"importing the CD."
1676msgstr ""
1677
1678#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:258
1679msgid ""
1680"The Application could not find any songs on the CD. No songs can be imported"
1681msgstr ""
1682
1683#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:359
1684msgid "Importation of a song from Audio CD finished."
1685msgstr ""
1686
1687#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:359
1688#, c-format
1689msgid "Importation of %i songs from Audio CD finished."
1690msgstr ""
1691
1692#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:364
1693#, c-format
1694msgid "Importing track %i: %s"
1695msgstr ""
1696
1697#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:369
1698msgid "CD import will be <b>cancelled</b> after current import."
1699msgstr ""
1700
1701#: /home/tutebatti/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:388
1702msgid "An error occured during the Import of this CD"
1703msgstr ""
1704
1705#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:126
1706#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:142
1707msgid "Adding <b>$NAME</b> by <b>$ARTIST</b> to $DEVICE"
1708msgstr ""
1709
1710#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:150
1711#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:188
1712#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:207
1713#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:565
1714#, c-format
1715msgid "Syncing <b>%s</b>…"
1716msgstr ""
1717
1718#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:242
1719#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:234
1720#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:352
1721#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:621
1722msgid "Finishing sync process…"
1723msgstr ""
1724
1725#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:245
1726#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:248
1727#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:368
1728#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:642
1729msgid "Cancelling Sync…"
1730msgstr ""
1731
1732#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:249
1733#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:250
1734#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:652
1735#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:653
1736msgid "There is not enough space on Device to complete the Sync…"
1737msgstr ""
1738
1739#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:329
1740#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:515
1741msgid "Removing <b>$NAME</b> by <b>$ARTIST</b> from $DEVICE"
1742msgstr ""
1743
1744#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:360
1745#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:308
1746#, c-format
1747msgid "Removing from <b>%s</b>…"
1748msgstr ""
1749
1750#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:113
1751#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodDevice.vala:74
1752msgid "Empty device!"
1753msgstr ""
1754
1755#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:117
1756#: /home/tutebatti/noise/po/../plugins//Devices/iPod/iPodDevice.vala:78
1757msgid "This device does not contain any music."
1758msgstr ""
1759
1760#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:161
1761msgid "Android Phone"
1762msgstr ""
1763
1764#: /home/tutebatti/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:163
1765msgid "Audio Player"
1766msgstr ""
1767
1768#: /home/tutebatti/noise/po/../plugins//LastFM/LastFM.vala:75
1769msgid "No similar songs found"
1770msgstr ""
1771
1772#: /home/tutebatti/noise/po/../plugins//LastFM/LastFM.vala:75
1773msgid ""
1774"There are no songs similar to the current song in your library. Make sure "
1775"all song info is correct and you are connected to the Internet. Some songs "
1776"may not have matches."
1777msgstr ""
1778
1779#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:30
1658#, c-format1780#, c-format
1659msgid "Give %s Permission"1781msgid "Give %s Permission"
1660msgstr ""1782msgstr ""
16611783
1662#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:311784#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:31
1663msgid "Unsuccessful. Click To Try Again."1785msgid "Unsuccessful. Click To Try Again."
1664msgstr ""1786msgstr ""
16651787
1666#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:321788#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:32
1667msgid "Scrobbling Already Enabled"1789msgid "Scrobbling Already Enabled"
1668msgstr ""1790msgstr ""
16691791
1670#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:331792#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:33
1671msgid "Success!"1793msgid "Success!"
1672msgstr ""1794msgstr ""
16731795
1674#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:341796#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:34
1675msgid "Complete Login"1797msgid "Complete Login"
1676msgstr ""1798msgstr ""
16771799
1678#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:431800#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:43
1679msgid "Last.fm"1801msgid "Last.fm"
1680msgstr ""1802msgstr ""
16811803
1682#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:481804#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:48
1683msgid "Last.fm Integration"1805msgid "Last.fm Integration"
1684msgstr ""1806msgstr ""
16851807
1686#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:551808#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:55
1687msgid "Click to redo the Last.fm login process"1809msgid "Click to redo the Last.fm login process"
1688msgstr ""1810msgstr ""
16891811
1690#: /home/codygarver/noise/po/../plugins//LastFM/PreferencesSection.vala:581812#: /home/tutebatti/noise/po/../plugins//LastFM/PreferencesSection.vala:58
1691#, c-format1813#, c-format
1692msgid ""1814msgid ""
1693"To allow for Last.fm integration, you must give permission to %s. You only "1815"To allow for Last.fm integration, you must give permission to %s. You only "
1694"need to do this once."1816"need to do this once."
1695msgstr ""1817msgstr ""
16961818
1697#: /home/codygarver/noise/po/../plugins//LastFM/SimilarMedia.vala:421819#: /home/tutebatti/noise/po/../plugins//LastFM/SimilarMediaView.vala:44
1698msgid "Similar"
1699msgstr ""
1700
1701#: /home/codygarver/noise/po/../plugins//LastFM/LastFM.vala:75
1702msgid "No similar songs found"
1703msgstr ""
1704
1705#: /home/codygarver/noise/po/../plugins//LastFM/LastFM.vala:75
1706msgid ""
1707"There are no songs similar to the current song in your library. Make sure "
1708"all song info is correct and you are connected to the Internet. Some songs "
1709"may not have matches."
1710msgstr ""
1711
1712#: /home/codygarver/noise/po/../plugins//LastFM/SimilarMediaView.vala:44
1713msgid "media"1820msgid "media"
1714msgstr ""1821msgstr ""
17151822
1716#: /home/codygarver/noise/po/../plugins//LastFM/SimilarMediaView.vala:481823#: /home/tutebatti/noise/po/../plugins//LastFM/SimilarMediaView.vala:48
1717msgid "Similar Media"1824msgid "Similar Media"
1718msgstr ""1825msgstr ""
17191826
1720#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:1131827#: /home/tutebatti/noise/po/../plugins//LastFM/SimilarMedia.vala:42
1721#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodDevice.vala:741828msgid "Similar"
1722msgid "Empty device!"
1723msgstr ""
1724
1725#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:117
1726#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodDevice.vala:78
1727msgid "This device does not contain any music."
1728msgstr ""
1729
1730#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:161
1731msgid "Android Phone"
1732msgstr ""
1733
1734#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerDevice.vala:163
1735msgid "Audio Player"
1736msgstr ""
1737
1738#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:126
1739#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:142
1740msgid "Adding <b>$NAME</b> by <b>$ARTIST</b> to $DEVICE"
1741msgstr ""
1742
1743#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:150
1744#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:188
1745#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:207
1746#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:565
1747#, c-format
1748msgid "Syncing <b>%s</b>…"
1749msgstr ""
1750
1751#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:242
1752#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:234
1753#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:352
1754#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:621
1755msgid "Finishing sync process…"
1756msgstr ""
1757
1758#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:245
1759#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:248
1760#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:368
1761#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:642
1762msgid "Cancelling Sync…"
1763msgstr ""
1764
1765#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:249
1766#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:250
1767#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:652
1768#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:653
1769msgid "There is not enough space on Device to complete the Sync…"
1770msgstr ""
1771
1772#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:329
1773#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:515
1774msgid "Removing <b>$NAME</b> by <b>$ARTIST</b> from $DEVICE"
1775msgstr ""
1776
1777#: /home/codygarver/noise/po/../plugins//Devices/AudioPlayers/AudioPlayerLibrary.vala:360
1778#: /home/codygarver/noise/po/../plugins//Devices/iPod/iPodLibrary.vala:308
1779#, c-format
1780msgid "Removing from <b>%s</b>…"
1781msgstr ""
1782
1783#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDViewWrapper.vala:32
1784msgid "An Error Occured"
1785msgstr ""
1786
1787#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDViewWrapper.vala:33
1788msgid "There was an error while loading this Audio CD."
1789msgstr ""
1790
1791#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:96
1792msgid "Audio CD Invalid"
1793msgstr ""
1794
1795#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:100
1796msgid "Impossible to read the contents of this Audio CD"
1797msgstr ""
1798
1799#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:252
1800msgid ""
1801"Please make sure that your music folder is accessible and mounted before "
1802"importing the CD."
1803msgstr ""
1804
1805#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:258
1806msgid ""
1807"The Application could not find any songs on the CD. No songs can be imported"
1808msgstr ""
1809
1810#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:359
1811msgid "Importation of a song from Audio CD finished."
1812msgstr ""
1813
1814#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:359
1815#, c-format
1816msgid "Importation of %i songs from Audio CD finished."
1817msgstr ""
1818
1819#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:364
1820#, c-format
1821msgid "Importing track %i: %s"
1822msgstr ""
1823
1824#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:369
1825msgid "CD import will be <b>cancelled</b> after current import."
1826msgstr ""
1827
1828#: /home/codygarver/noise/po/../plugins//Devices/CDRom/CDRomDevice.vala:388
1829msgid "An error occured during the Import of this CD"
1830msgstr ""1829msgstr ""
18311830
=== modified file 'src/LibraryWindow.vala'
--- src/LibraryWindow.vala 2013-05-01 16:53:19 +0000
+++ src/LibraryWindow.vala 2013-05-14 16:33:08 +0000
@@ -1385,7 +1385,7 @@
1385 saved_state.view_mode = viewSelector.selected;1385 saved_state.view_mode = viewSelector.selected;
13861386
1387 // Search1387 // Search
1388 main_settings.search_string = searchField.get_text ();1388 main_settings.search_string = searchField.text;
1389 1389
1390 // Save info pane (context pane) width1390 // Save info pane (context pane) width
1391 saved_state.more_width = info_panel.get_allocated_width ();1391 saved_state.more_width = info_panel.get_allocated_width ();
13921392
=== modified file 'src/Views/Wrappers/MusicViewWrapper.vala'
--- src/Views/Wrappers/MusicViewWrapper.vala 2013-02-28 23:45:33 +0000
+++ src/Views/Wrappers/MusicViewWrapper.vala 2013-05-14 16:33:08 +0000
@@ -48,10 +48,11 @@
4848
49 // Welcome screen49 // Welcome screen
50 welcome_screen = new Granite.Widgets.Welcome (_("Get Some Tunes"),50 welcome_screen = new Granite.Widgets.Welcome (_("Get Some Tunes"),
51 _("%s can't seem to find your music.").printf (App.instance.get_name ()));51 _("Add music to your library."/*" with one of the methods below."*/));
5252
53 var music_folder_icon = Icons.MUSIC_FOLDER.render (Gtk.IconSize.DIALOG, null);53 var music_folder_icon = Icons.MUSIC_FOLDER.render (Gtk.IconSize.DIALOG, null);
54 welcome_screen.append_with_pixbuf (music_folder_icon, _("Locate"), _("Change your music folder."));54 welcome_screen.append_with_pixbuf (music_folder_icon, _("Locate Music Folder"),
55 _("Load music from a folder, a network or an external disk."));
5556
56 welcome_screen.activated.connect (welcome_screen_activated);57 welcome_screen.activated.connect (welcome_screen_activated);
57 _devices = new Gee.HashMap<Device, int> ();58 _devices = new Gee.HashMap<Device, int> ();

Subscribers

People subscribed via source and target branches