wp/wp-admin/includes/class-language-pack-upgrader.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   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&#8230;' ), '<span class="code">%s</span>' );
   117 		$this->strings['downloading_package'] = sprintf( __( 'Downloading translation from %s&#8230;' ), '<span class="code">%s</span>' );
   118 		$this->strings['unpack_package']      = __( 'Unpacking the update&#8230;' );
   118 		$this->strings['unpack_package']      = __( 'Unpacking the update&#8230;' );