# -*- coding: ISO-8859-1 -*-
# Translations for  Shaped_Notes.py or

translations = [
("en", {
    'dialogHeader'      :   ' Shaped Notes ',
    'regUndo'           :   'Shaped Notes',
    'radio_11'          :   'Create Shaped Notes',
    'radio_12'          :   'Remove Notes',
    'radio_21'          :   'Four-shape System',
    'radio_22'          :   'Seven-shape System',
    'font-hint'         :   'Hint: The font »Shape Notes« is required!'
    }),


("de", {
    'dialogHeader'      :   ' Shaped Notes ',
    'regUndo'           :   'Shaped Notes',
    'radio_11'          :   'Shaped Notes erzeugen',
    'radio_12'          :   'Shaped Notes entfernen',
    'radio_21'          :   'Four-shape System',
    'radio_22'          :   'Seven-shape System',
    'font-hint'         :   'Hinweis: Font »Shape Notes« muss installiert sein!'
    
    } )]

# Only for test
if __name__ == "__main__":
    print translations

