Changeset 42006 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 10/24/2017 10:46:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r41997 r42006 4610 4610 'l10n' => array( 4611 4611 'confirmDeleteTheme' => __( 'Are you sure you want to delete this theme?' ), 4612 /* translators: %d is thenumber of theme search results, which cannot currently consider singular vs. plural forms */4612 /* translators: %d: number of theme search results, which cannot currently consider singular vs. plural forms */ 4613 4613 'themeSearchResults' => __( '%d themes found' ), 4614 /* translators: %d is thenumber of themes being displayed, which cannot currently consider singular vs. plural forms */4614 /* translators: %d: number of themes being displayed, which cannot currently consider singular vs. plural forms */ 4615 4615 'announceThemeCount' => __( 'Displaying %d themes' ), 4616 /* translators: %s is thetheme name */4616 /* translators: %s: theme name */ 4617 4617 'announceThemeDetails' => __( 'Showing details for theme: %s' ), 4618 4618 ),
Note: See TracChangeset
for help on using the changeset viewer.