Skip to content

Commit

Permalink
Merge pull request #3 from Jojo-Schmitz/translations
Browse files Browse the repository at this point in the history
Add German translation
  • Loading branch information
jeetee committed Mar 30, 2016
2 parents febb674 + fb0427f commit bbfc7bc
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
1 change: 1 addition & 0 deletions translations/generating these qm files.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
set PATH=%PATH%;C:\Qt\5.6\mingw49_32\bin;C:\Qt\5.4\mingw491_32\bin
lrelease.exe -nounfinished locale_*.ts
PAUSE
2 changes: 2 additions & 0 deletions translations/generating these ts files.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
REM add more local_xx.ts files to this string when required
set PATH=%PATH%;C:\Qt\5.6\mingw49_32\bin;C:\Qt\5.4\mingw491_32\bin
lupdate.exe -locations relative -no-obsolete ../ -ts locale_de.ts
lupdate.exe -locations relative -no-obsolete ../ -ts locale_nl.ts
PAUSE
Binary file added translations/locale_de.qm
Binary file not shown.
55 changes: 55 additions & 0 deletions translations/locale_de.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de_DE">
<context>
<name>Ms::MuseScore</name>
<message>
<location filename="../TempoChanges.qml" line="+185"/>
<source>Staff Text</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>PrefsDialogBase</name>
<message>
<location line="+64"/>
<source>Apply</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>QMessageBox</name>
<message>
<location line="-221"/>
<source>No score open.
This plugin requires an open score to run.
</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>TempoChanges</name>
<message>
<location line="-9"/>
<source>Creates linear hidden tempo markers.
See also: https://musescore.org/en/handbook/tempo-0#ritardando-accelerando</source>
<translation>Erzeugt lineare versteckte Tempomarkierungen.
Siehe auch: https://musescore.org/de/handbuch/tempo-0#ritardando-accelerando</translation>
</message>
<message>
<location line="+175"/>
<source>BPM beat: </source>
<translation>BPM Schläge:</translation>
</message>
<message>
<location line="+33"/>
<source>Start BPM: </source>
<translation>Anfangs-BPM:</translation>
</message>
<message>
<location line="+10"/>
<source>End BPM: </source>
<translation>End-BPM:</translation>
</message>
</context>
</TS>

0 comments on commit bbfc7bc

Please sign in to comment.