Changeset 704 for trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/class-xpress-upgrader.php
- Timestamp:
- Apr 20, 2011, 6:09:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/class-xpress-upgrader.php
r701 r704 5 5 6 6 function upgrade_strings() { 7 $this->strings['up_to_date'] = __('XPressME Integration Kit is at the latest version.' );8 $this->strings['no_package'] = __('Upgrade package not available.' );9 $this->strings['downloading_package'] = __('Downloading update from <span class="code">%s</span>…' );10 $this->strings['unpack_package'] = __('Unpacking the update…' );11 $this->strings['copy_failed'] = __('Could not copy files.' );12 $this->strings['make_config'] = __('Delete source wp-config.php.' );13 $this->strings['delete_failed'] = __('Could not delete files.' );7 $this->strings['up_to_date'] = __('XPressME Integration Kit is at the latest version.', 'xpressme'); 8 $this->strings['no_package'] = __('Upgrade package not available.', 'xpressme'); 9 $this->strings['downloading_package'] = __('Downloading update from <span class="code">%s</span>…', 'xpressme'); 10 $this->strings['unpack_package'] = __('Unpacking the update…', 'xpressme'); 11 $this->strings['copy_failed'] = __('Could not copy files.', 'xpressme'); 12 $this->strings['make_config'] = __('Delete source wp-config.php.', 'xpressme'); 13 $this->strings['delete_failed'] = __('Could not delete files.', 'xpressme'); 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.