# -*- coding: ISO-8859-1 -*-
translations = [

        ("en", {
        'newScripts'            :   ' append new scripts',
        'copyFromDownload'      :   '  copy plugins.dat from download',
        'renewAll'              :   '  renew all directories',
        'appendNewScripts'      :   '  append new scripts',
        'searchPath'            :   'searchpath for scripts:',
        'newScriptsAppended'    :   ' new scripts appended'
        }),
        ("de", {
        'newScripts'            :   ' neue Scripts hinzugefügt',
        'copyFromDownload'      :   '  plugins.dat aus Download übernehmen?',
        'renewAll'              :   '  Alle Pfade erneuern',
        'appendNewScripts'      :   '  Neue Scripts anhängen',
        'searchPath'            :   'Suchverzeichnis für Scripts:',
        'newScriptsAppended'    :   ' neue Scripts hinzugefügt'
        })]

# Only for test
if __name__ == "__main__":
    print translations


