diff --git a/data/catalogs/apps/midiplayer/nl.catkeys b/data/catalogs/apps/midiplayer/nl.catkeys new file mode 100644 index 0000000000..816bc4b739 --- /dev/null +++ b/data/catalogs/apps/midiplayer/nl.catkeys @@ -0,0 +1,19 @@ +1 dutch x-vnd.Haiku-MidiPlayer 1406887279 +None Main Window Geen +Live input: Main Window Live input: +Haiku MIDI Player 1.0.0 beta\n\nThis tiny program\nKnows how to play thousands of\nCheesy sounding songs Main Application This is a haiku. First line has five syllables, second has seven and last has five again. Create your own. Haiku MIDI Player 1.0.0 beta\n\nMiniscuul proggie\nspeelt voor u uit duizenden\ngoedkope deuntjes +Stop Main Window Stop +Cavern Main Window Grot +Volume: Main Window Volume: +Reverb: Main Window Galm: +OK Main Window OK +MidiPlayer Main Window MidiPlayer +Off Main Window Uit +Dungeon Main Window Kerker +Play Main Window Afspelen +Garage Main Window Garage +Closet Main Window WC +Drop MIDI file here Scope View Sleep MIDI-bestand hierheen +Igor's lab Main Window Igor's lab +Scope Main Window Scoop +Could not load song Main Window Nummer kon niet geladen worden diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 794e0f0fd3..3f0b17861e 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -909,6 +909,12 @@ AboutView::_CreateCreditsView() "cssvb94\n" ); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen); + fCreditsView->Insert("\nDutch\n\n"); + fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey); + fCreditsView->Insert( + "Meanwhile\n" + ); + fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen); fCreditsView->Insert("\nEsperanto\n\n"); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey); fCreditsView->Insert( diff --git a/src/apps/midiplayer/Jamfile b/src/apps/midiplayer/Jamfile index 466192f526..a2f5c6a22a 100644 --- a/src/apps/midiplayer/Jamfile +++ b/src/apps/midiplayer/Jamfile @@ -18,5 +18,5 @@ DoCatalogs MidiPlayer : MidiPlayerWindow.cpp ScopeView.cpp : en.catalog - : eo.catkeys + : eo.catkeys nl.catkeys ;