~ubuntu-branches/ubuntu/lucid/autokey/lucid

« back to all changes in this revision

Viewing changes to src/lib/ui/generalsettings.py

  • Committer: Bazaar Package Importer
  • Author(s): Luke Faraone
  • Date: 2010-01-08 08:52:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100108085258-czo4e8p007plrjxf
Tags: 0.61.2-1
* New upstream version:   
  - Bring back cut/copy/paste item menu options
  - Add 'engine' class to scripting framework to enable access to
    AutoKey internals
  - Add a configurable user module folder for import into scripts
  - Enable multiple selection mode in treeview and update all necessary
    interactions to work correctly
  - Enable inline renaming of items in treeview, get rid of title and
    description fields from the various pages

 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
# coding=UTF-8
3
3
#
4
 
# Generated by pykdeuic4 from uic/generalsettings.ui on Sat Aug  1 00:25:41 2009
 
4
# Generated by pykdeuic4 from uic/generalsettings.ui on Thu Jan  7 17:26:09 2010
5
5
#
6
6
# WARNING! All changes to this file will be lost.
7
7
from PyKDE4 import kdecore
52
52
 
53
53
    def retranslateUi(self, Form):
54
54
        Form.setWindowTitle(kdecore.i18n("Form"))
55
 
        self.groupBox.setTitle(kdecore.i18n("Main Window"))
 
55
        self.groupBox.setTitle(kdecore.i18n("Application"))
56
56
        self.promptToSaveCheckbox.setText(kdecore.i18n("Prompt for unsaved changes"))
57
57
        self.showTrayCheckbox.setText(kdecore.i18n("Show a tray icon (requires restart)"))
58
58
        self.groupBox_2.setTitle(kdecore.i18n("Popup Menu"))