Changeset 45932 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r43571 r45932 47 47 $this->strings['up_to_date'] = __( 'The plugin is at the latest version.' ); 48 48 $this->strings['no_package'] = __( 'Update package not available.' ); 49 /* translators: %s: package URL*/49 /* translators: %s: Package URL. */ 50 50 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code">%s</span>' ); 51 51 $this->strings['unpack_package'] = __( 'Unpacking the update…' ); … … 64 64 public function install_strings() { 65 65 $this->strings['no_package'] = __( 'Installation package not available.' ); 66 /* translators: %s: package URL*/66 /* translators: %s: Package URL. */ 67 67 $this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s…' ), '<span class="code">%s</span>' ); 68 68 $this->strings['unpack_package'] = __( 'Unpacking the package…' );
Note: See TracChangeset
for help on using the changeset viewer.