~marcus-furius/furiusisomount/pyfuriusisomount

« back to all changes in this revision

Viewing changes to src/aboutbox.py

  • Committer: Dean Harris
  • Date: 2010-10-01 11:14:00 UTC
  • Revision ID: harris@harris-desktop-20101001111400-0hhqvrmczkvnmifn
Added Greek, Spanish, Italian, Russian translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
    dlg.set_name(globals.assembly_title)
33
33
    dlg.set_version(globals.assembly_version)
34
34
    dlg.set_website(globals.assembly_website)
35
 
    dlg.set_translator_credits(_('Launchpad Translators'))
 
35
    dlg.set_translator_credits(_('''translator-credits
 
36
        Chinese (Simplified) (zh_CN): XsLiDian
 
37
        Greek (el):  Christos Spyroglou
 
38
        Italian (it): Christos Spyroglou
 
39
        Polish (pl): It's Easy
 
40
        Russian (ru): Alexey Ivanes
 
41
        Spanish (es): Adrián García'''))
36
42
    dlg.set_comments(globals.assembly_description)
37
43
    
38
44