- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-bulk-upgrader-skin.php
r42827 r45932 40 40 public function add_strings() { 41 41 $this->upgrader->strings['skin_upgrade_start'] = __( 'The update process is starting. This process may take a while on some hosts, so please be patient.' ); 42 /* translators: 1: Title of an update, 2: Error message */42 /* translators: 1: Title of an update, 2: Error message. */ 43 43 $this->upgrader->strings['skin_update_failed_error'] = __( 'An error occurred while updating %1$s: %2$s' ); 44 /* translators: %s: Title of an update */44 /* translators: %s: Title of an update. */ 45 45 $this->upgrader->strings['skin_update_failed'] = __( 'The update of %s failed.' ); 46 /* translators: %s: Title of an update */46 /* translators: %s: Title of an update. */ 47 47 $this->upgrader->strings['skin_update_successful'] = __( '%s updated successfully.' ); 48 48 $this->upgrader->strings['skin_upgrade_end'] = __( 'All updates have been completed.' );
Note: See TracChangeset
for help on using the changeset viewer.