Add dutch translation for midiplayer, done by Meanwhile. Thanks !

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35208 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adrien Destugues 2010-01-20 19:34:45 +00:00
parent 2f1ed33261
commit 33e5fc1cb2
3 changed files with 26 additions and 1 deletions

View File

@ -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

View File

@ -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(

View File

@ -18,5 +18,5 @@ DoCatalogs MidiPlayer :
MidiPlayerWindow.cpp
ScopeView.cpp
: en.catalog
: eo.catkeys
: eo.catkeys nl.catkeys
;