~nataliabidart/ubuntuone-control-panel/u1cp-windows-styling

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2012-03-20 22:23:18 UTC
  • mfrom: (290.1.3 license-page)
  • Revision ID: tarmac-20120320222318-plor3ai4lrvyj13m
- Added the "License" page to the wizard (part of LP: #933697). So far is not visible from a regular run, will be enabled for windows only in another branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
INSTALL_PLUGIN = _('Install the %(plugin_name)s for the sync service: '
180
180
                   '%(service_name)s')
181
181
INSTALLING = _('Installation of <i>%(package_name)s</i> in progress')
 
182
LICENSE_AGREE = _('Agree and continue')
 
183
LICENSE_AGREEMENT = _('License Agreement')
 
184
LICENSE_BASIC = _('Ubuntu One Basic is free, while additional service add-ons '
 
185
    'may be paid for services.')
 
186
LICENSE_DISAGREE = _('Disagree and uninstall')
 
187
LICENSE_GPL3 = _('This program is free software: you can redistribute it '
 
188
    'and/or modify it under the terms of the GNU General Public License '
 
189
    'version 3, as published by the Free Software Foundation.')
 
190
LICENSE_LINK = _('As free software, this programme is distributed without '
 
191
    'warranty. See the GNU General Public License for more details at '
 
192
    '{license_link}')
182
193
LOADING = _('Loading...')
183
194
LOADING_OVERLAY = _('Getting information, please wait...')
184
195
LOCAL_FOLDERS_CALCULATING = _('Calculating...')