XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 20, 2011, 6:09:12 PM (13 years ago)
Author:
toemon
Message:

Fix ftp connection Err.
edit language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/class-xpress-upgrader.php

    r701 r704  
    55 
    66        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>&#8230;'); 
    10                 $this->strings['unpack_package'] = __('Unpacking the update&#8230;'); 
    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>&#8230;', 'xpressme'); 
     10                $this->strings['unpack_package'] = __('Unpacking the update&#8230;', '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'); 
    1414        } 
    1515 
Note: See TracChangeset for help on using the changeset viewer.