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:
parent
2f1ed33261
commit
33e5fc1cb2
19
data/catalogs/apps/midiplayer/nl.catkeys
Normal file
19
data/catalogs/apps/midiplayer/nl.catkeys
Normal 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
|
@ -909,6 +909,12 @@ AboutView::_CreateCreditsView()
|
|||||||
"cssvb94\n"
|
"cssvb94\n"
|
||||||
);
|
);
|
||||||
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen);
|
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->Insert("\nEsperanto\n\n");
|
||||||
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
||||||
fCreditsView->Insert(
|
fCreditsView->Insert(
|
||||||
|
@ -18,5 +18,5 @@ DoCatalogs MidiPlayer :
|
|||||||
MidiPlayerWindow.cpp
|
MidiPlayerWindow.cpp
|
||||||
ScopeView.cpp
|
ScopeView.cpp
|
||||||
: en.catalog
|
: en.catalog
|
||||||
: eo.catkeys
|
: eo.catkeys nl.catkeys
|
||||||
;
|
;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user