~diegosarmentero/ubuntuone-control-panel/u1-cp-publishapi

« back to all changes in this revision

Viewing changes to ubuntuone/controlpanel/gui/__init__.py

- Show current and recent transfers on the transfers menu (LP: #1034542).

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
SHARES_MIN_SIZE_FULL = 1048576
43
43
SUCCESS_COLOR = u'green'
44
44
 
 
45
# Sync Menu:
 
46
RECENTTRANSFERS = 'recent-transfers'
 
47
UPLOADING = 'uploading'
 
48
 
45
49
ERROR_ICON = u'✘'
46
50
SYNCING_ICON = u'⇅'
47
51
IDLE_ICON = u'✔'
179
183
GREETING = _('Hi %(user_display_name)s')
180
184
GO_TO_WEB = _('Go to the Website')
181
185
IN_PROGRESS = _('In Progress')
 
186
IN_PROGRESS_FILE = u'%s – %d%%'
182
187
INSTALL = _('Install')
183
188
INSTALL_PACKAGE = _('You need to install the package <i>%(package_name)s'
184
189
                    '</i> in order to enable more sync services.')