equal
deleted
inserted
replaced
108 * Initialize the upgrade strings. |
108 * Initialize the upgrade strings. |
109 * |
109 * |
110 * @since 3.7.0 |
110 * @since 3.7.0 |
111 */ |
111 */ |
112 public function upgrade_strings() { |
112 public function upgrade_strings() { |
113 $this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while we update them as well.' ); |
113 $this->strings['starting_upgrade'] = __( 'Some of your translations need updating. Sit tight for a few more seconds while they are updated as well.' ); |
114 $this->strings['up_to_date'] = __( 'Your translations are all up to date.' ); |
114 $this->strings['up_to_date'] = __( 'Your translations are all up to date.' ); |
115 $this->strings['no_package'] = __( 'Update package not available.' ); |
115 $this->strings['no_package'] = __( 'Update package not available.' ); |
116 /* translators: %s: Package URL. */ |
116 /* translators: %s: Package URL. */ |
117 $this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s…' ), '<span class="code">%s</span>' ); |
117 $this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s…' ), '<span class="code">%s</span>' ); |
118 $this->strings['unpack_package'] = __( 'Unpacking the update…' ); |
118 $this->strings['unpack_package'] = __( 'Unpacking the update…' ); |