# -*- coding: ISO-8859-1 -*-
# Translations for  Chord reformatter.py or
#                   Akkord_Formatierer.py

translations = [
("en", {
    'radio_1'           :   '1. Format new chord',
    'radio_2'           :   '2. Extract chord from lyric line',
    'radio_3'           :   '3. (Extract chord from Plain Text)',
    'radio_4'           :   '4. Delete stanza 1 of lyrics ',
    'radio_5'           :   '5. Add stanza 1 of lyrics ',
    'radio_6'           :   '6. Extract chord to 1st lyric line',
    'radio_7'           :   '7. Delete chords',
    'textOnLine'        :   'Text on a line',
    'textHighLow'       :   'Put text high/low',
    'actionSelect'      :   'Choose an action',
    'chordType'         :   'Chord type',
    'chordStyle'        :   'Chord style',
    'varyFont'          :   'Vary font',
    'fontType'          :   'Font type',
    'fontSize'          :   'Size',
    'useCapellaFont'    :   'Use capella font for flat and #',
    'varyVerticalPos'   :   'Vary vertical position',
    'varyHorizontalPos' :   'Vary horizontal position',
    'replaceChorCont'   :   'Replace chord content *)',
    'onlyMarkedRange'   :   'Only apply to marked range *)',
    'note'              :   '^ Note: The choice fields only apply to 1.\n   *) only relevant for 1.',
    'dialogHeader'      :   '--- Chord reformatter ---',
    'hint'              :   'Hint',
    'notImplemented'    :   'Not implemented yet',
    'regUndo'           :   'Chord reformatter',
    'style1'            :   'International (Eb, Bb, B, B#)',
    'style2'            :   'Scandinavian (Eb, B, H, H#)',
    'style3'            :   'German (Es, B, H, His, es, b, h, his)',
    'style4'            :   'Skandinavian (Eb, Bb, H, H#)',
    'style5'            :   'International (B + natural)',
    'style6'            :   'Solfeggio 1 (Me, Te, Ti, Si#)',
    'style7'            :   'Solfeggio 2 (Mib, Sib, Si, Si#)',
    'suffixFactor'      :   'Suffix size',
    'handleMajChords'   :   'Handle major chords',
    'handleMinChords'   :   'Handle minor chords'
    }),

("de", {
    'radio_1'           :   '1. Akkorde neu formatieren',
    'radio_2'           :   '2. Akkorde aus Liedtext übernehmen',
    'radio_3'           :   '3. (Akkorde aus Einfachtext übernehmen)',
    'radio_4'           :   '4. Liedtext Strophe 1 löschen ',
    'radio_5'           :   '5. Liedtext Strophe 1 einfügen ',
    'radio_6'           :   '6. Akkorde in Liedtext übernehmen',
    'radio_7'           :   '7. Akkorde entfernen',
    'textOnLine'        :   'Text auf einer Linie',
    'textHighLow'       :   'Text hoch/tief gestellt',
    'actionSelect'      :   'Aktion auswählen',
    'chordType'         :   'Akkord Typ',
    'chordStyle'        :   'Akkord Style',
    'varyFont'          :   'Font anpassen',
    'fontType'          :   'Schrift',
    'fontSize'          :   'Höhe',
    'useCapellaFont'    :   'Capella Font für b und # verwenden',
    'varyVerticalPos'   :   'Vertikale Position anpassen',
    'varyHorizontalPos' :   'Horizontale Position anpassen',
    'replaceChorCont'   :   'Akkordinhalt ersetzen *)',
    'onlyMarkedRange'   :   'Nur auf markierten Bereich anwenden *)',
    'note'              :   '^ Hinweis: Die Auswahlfelder gelten nur für 1.\n   *) nur für 1. relevant',
    'dialogHeader'      :   '--- Akkord Formatierer ---',
    'hint'              :   'Hinweis',
    'notImplemented'    :   'Diese Funktion ist noch nicht implementiert',
    'regUndo'           :   'Akkord Formatierer',
    'style1'            :   'International (Eb, Bb, B, B#)',
    'style2'            :   'Skandinavisch (Eb, B, H, H#)',
    'style3'            :   'Deutsch (Es, B, H, His, es, b, h, his)',
    'style4'            :   'Skandinavisch (Eb, Bb, H, H#)',
    'style5'            :   'International (B Auflösung)',
    'style6'            :   'Solfeggio 1 (Me, Te, Ti, Si#)',
    'style7'            :   'Solfeggio 2 (Mib, Sib, Si, Si#)',
    'suffixFactor'      :   'Suffixgröße',
    'handleMajChords'   :   'Dur Akkorde bearbeiten',
    'handleMinChords'   :   'Moll Akkorde bearbeiten'
    })]

# Only for test
if __name__ == "__main__":
    print translations

