Changeset 45932 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r45926 r45932 599 599 'meridiem' => (object) $wp_locale->meridiem, 600 600 'relative' => array( 601 /* translators: %s: duration*/601 /* translators: %s: Duration. */ 602 602 'future' => __( '%s from now' ), 603 /* translators: %s: duration*/603 /* translators: %s: Duration. */ 604 604 'past' => __( '%s ago' ), 605 605 ), … … 1065 1065 array( 1066 1066 'noResults' => __( 'No results found.' ), 1067 /* translators: Number of results found when using jQuery UI Autocomplete */1067 /* translators: Number of results found when using jQuery UI Autocomplete. */ 1068 1068 'oneResult' => __( '1 result found. Use up and down arrow keys to navigate.' ), 1069 /* translators: %d: Number of results found when using jQuery UI Autocomplete */1069 /* translators: %d: Number of results found when using jQuery UI Autocomplete. */ 1070 1070 'manyResults' => __( '%d results found. Use up and down arrow keys to navigate.' ), 1071 1071 'itemSelected' => __( 'Item selected.' ), … … 1116 1116 $uploader_l10n = array( 1117 1117 'queue_limit_exceeded' => __( 'You have attempted to queue too many files.' ), 1118 /* translators: %s: File name */1118 /* translators: %s: File name. */ 1119 1119 'file_exceeds_size_limit' => __( '%s exceeds the maximum upload size for this site.' ), 1120 1120 'zero_byte_file' => __( 'This file is empty. Please try another.' ), … … 1128 1128 'http_error' => __( 'HTTP error.' ), 1129 1129 'upload_failed' => __( 'Upload failed.' ), 1130 /* translators: 1: Opening link tag, 2: Closing link tag */1130 /* translators: 1: Opening link tag, 2: Closing link tag. */ 1131 1131 'big_upload_failed' => __( 'Please try uploading this file with the %1$sbrowser uploader%2$s.' ), 1132 /* translators: %s: File name */1132 /* translators: %s: File name. */ 1133 1133 'big_upload_queued' => __( '%s exceeds the maximum upload size for the multi-file uploader when used in your browser.' ), 1134 1134 'io_error' => __( 'IO error.' ), … … 1139 1139 'crunching' => __( 'Crunching…' ), 1140 1140 'deleted' => __( 'moved to the trash.' ), 1141 /* translators: %s: File name */1141 /* translators: %s: File name. */ 1142 1142 'error_uploading' => __( '“%s” has failed to upload.' ), 1143 1143 ); … … 1330 1330 'saveError' => __( 'Something went wrong. Your change may not have been saved. Please try again. There is also a chance that you may need to manually fix and upload the file over FTP.' ), 1331 1331 'lintError' => array( 1332 /* translators: %d: error count*/1332 /* translators: %d: Error count. */ 1333 1333 'singular' => _n( 'There is %d error which must be fixed before you can update this file.', 'There are %d errors which must be fixed before you can update this file.', 1 ), 1334 /* translators: %d: error count*/1334 /* translators: %d: Error count. */ 1335 1335 'plural' => _n( 'There is %d error which must be fixed before you can update this file.', 'There are %d errors which must be fixed before you can update this file.', 2 ), // @todo This is lacking, as some languages have a dedicated dual form. For proper handling of plurals in JS, see #20491. 1336 1336 ), … … 1452 1452 /* translators: %s: Display name of the user who has taken over the changeset in customizer. */ 1453 1453 'takenOverMessage' => __( '%s has taken over and is currently customizing.' ), 1454 /* translators: %s: URL to the Customizer to load the autosaved version */1454 /* translators: %s: URL to the Customizer to load the autosaved version. */ 1455 1455 'autosaveNotice' => __( 'There is a more recent autosave of your changes than the one you are previewing. <a href="%s">Restore the autosave</a>' ), 1456 1456 'videoHeaderNotice' => __( 'This theme doesn’t support video headers on this page. Navigate to the front page or another page that supports video headers.' ), … … 1458 1458 'allowedFiles' => __( 'Allowed Files' ), 1459 1459 'customCssError' => array( 1460 /* translators: %d: error count*/1460 /* translators: %d: Error count. */ 1461 1461 'singular' => _n( 'There is %d error which must be fixed before you can save.', 'There are %d errors which must be fixed before you can save.', 1 ), 1462 /* translators: %d: error count*/1462 /* translators: %d: Error count. */ 1463 1463 'plural' => _n( 'There is %d error which must be fixed before you can save.', 'There are %d errors which must be fixed before you can save.', 2 ), // @todo This is lacking, as some languages have a dedicated dual form. For proper handling of plurals in JS, see #20491. 1464 1464 ), 1465 1465 'pageOnFrontError' => __( 'Homepage and posts page must be different.' ), 1466 1466 'saveBlockedError' => array( 1467 /* translators: %s: number of invalid settings*/1467 /* translators: %s: Number of invalid settings. */ 1468 1468 'singular' => _n( 'Unable to save due to %s invalid setting.', 'Unable to save due to %s invalid settings.', 1 ), 1469 /* translators: %s: number of invalid settings*/1469 /* translators: %s: Number of invalid settings. */ 1470 1470 'plural' => _n( 'Unable to save due to %s invalid setting.', 'Unable to save due to %s invalid settings.', 2 ), // @todo This is lacking, as some languages have a dedicated dual form. For proper handling of plurals in JS, see #20491. 1471 1471 ), … … 1473 1473 'themePreviewUnavailable' => __( 'Sorry, you can’t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.' ), 1474 1474 'themeInstallUnavailable' => sprintf( 1475 /* translators: %s: URL to Add Themes admin screen */1475 /* translators: %s: URL to Add Themes admin screen. */ 1476 1476 __( 'You won’t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href="%s">add themes in the admin</a>.' ), 1477 1477 esc_url( admin_url( 'theme-install.php' ) ) … … 1541 1541 'warnCommentChanges' => __( "Are you sure you want to do this?\nThe comment changes you made will be lost." ), 1542 1542 'docTitleComments' => __( 'Comments' ), 1543 /* translators: %s: comments count*/1543 /* translators: %s: Comments count. */ 1544 1544 'docTitleCommentsCount' => __( 'Comments (%s)' ), 1545 1545 ) … … 1582 1582 'publishOnFuture' => __( 'Schedule for:' ), 1583 1583 'publishOnPast' => __( 'Published on:' ), 1584 /* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute*/1584 /* translators: 1: Month, 2: Day, 3: Year, 4: Hour, 5: Minute. */ 1585 1585 'dateFormat' => __( '%1$s %2$s, %3$s @ %4$s:%5$s' ), 1586 1586 'showcomm' => __( 'Show more comments' ), … … 1614 1614 array( 1615 1615 'submittedOn' => __( 'Submitted on:' ), 1616 /* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute*/1616 /* translators: 1: Month, 2: Day, 3: Year, 4: Hour, 5: Minute. */ 1617 1617 'dateFormat' => __( '%1$s %2$s, %3$s @ %4$s:%5$s' ), 1618 1618 ) … … 1707 1707 'ajax_nonce' => wp_create_nonce( 'updates' ), 1708 1708 'l10n' => array( 1709 /* translators: %s: Search string*/1709 /* translators: %s: Search query. */ 1710 1710 'searchResults' => __( 'Search results for “%s”' ), 1711 1711 'searchResultsLabel' => __( 'Search Results' ), … … 1717 1717 'update' => __( 'Update' ), 1718 1718 'updateNow' => __( 'Update Now' ), 1719 /* translators: %s: Plugin name and version */1719 /* translators: %s: Plugin name and version. */ 1720 1720 'pluginUpdateNowLabel' => _x( 'Update %s now', 'plugin' ), 1721 1721 'updateFailedShort' => __( 'Update Failed!' ), 1722 /* translators: %s: Error string for a failed update */1722 /* translators: %s: Error string for a failed update. */ 1723 1723 'updateFailed' => __( 'Update Failed: %s' ), 1724 /* translators: %s: Plugin name and version */1724 /* translators: %s: Plugin name and version. */ 1725 1725 'pluginUpdatingLabel' => _x( 'Updating %s...', 'plugin' ), // No ellipsis. 1726 /* translators: %s: Plugin name and version */1726 /* translators: %s: Plugin name and version. */ 1727 1727 'pluginUpdatedLabel' => _x( '%s updated!', 'plugin' ), 1728 /* translators: %s: Plugin name and version */1728 /* translators: %s: Plugin name and version. */ 1729 1729 'pluginUpdateFailedLabel' => _x( '%s update failed', 'plugin' ), 1730 /* translators: Accessibility text */1730 /* translators: Accessibility text. */ 1731 1731 'updatingMsg' => __( 'Updating... please wait.' ), // No ellipsis. 1732 /* translators: Accessibility text */1732 /* translators: Accessibility text. */ 1733 1733 'updatedMsg' => __( 'Update completed successfully.' ), 1734 /* translators: Accessibility text */1734 /* translators: Accessibility text. */ 1735 1735 'updateCancel' => __( 'Update canceled.' ), 1736 1736 'beforeunload' => __( 'Updates may not complete if you navigate away from this page.' ), 1737 1737 'installNow' => __( 'Install Now' ), 1738 /* translators: %s: Plugin name */1738 /* translators: %s: Plugin name. */ 1739 1739 'pluginInstallNowLabel' => _x( 'Install %s now', 'plugin' ), 1740 1740 'installing' => __( 'Installing...' ), … … 1742 1742 'themeInstalled' => _x( 'Installed!', 'theme' ), 1743 1743 'installFailedShort' => __( 'Installation Failed!' ), 1744 /* translators: %s: Error string for a failed installation */1744 /* translators: %s: Error string for a failed installation. */ 1745 1745 'installFailed' => __( 'Installation failed: %s' ), 1746 /* translators: %s: Plugin name and version */1746 /* translators: %s: Plugin name and version. */ 1747 1747 'pluginInstallingLabel' => _x( 'Installing %s...', 'plugin' ), // no ellipsis 1748 /* translators: %s: Theme name and version */1748 /* translators: %s: Theme name and version. */ 1749 1749 'themeInstallingLabel' => _x( 'Installing %s...', 'theme' ), // no ellipsis 1750 /* translators: %s: Plugin name and version */1750 /* translators: %s: Plugin name and version. */ 1751 1751 'pluginInstalledLabel' => _x( '%s installed!', 'plugin' ), 1752 /* translators: %s: Theme name and version */1752 /* translators: %s: Theme name and version. */ 1753 1753 'themeInstalledLabel' => _x( '%s installed!', 'theme' ), 1754 /* translators: %s: Plugin name and version */1754 /* translators: %s: Plugin name and version. */ 1755 1755 'pluginInstallFailedLabel' => _x( '%s installation failed', 'plugin' ), 1756 /* translators: %s: Theme name and version */1756 /* translators: %s: Theme name and version. */ 1757 1757 'themeInstallFailedLabel' => _x( '%s installation failed', 'theme' ), 1758 1758 'installingMsg' => __( 'Installing... please wait.' ), 1759 1759 'installedMsg' => __( 'Installation completed successfully.' ), 1760 /* translators: %s: Activation URL */1760 /* translators: %s: Activation URL. */ 1761 1761 'importerInstalledMsg' => __( 'Importer installed successfully. <a href="%s">Run importer</a>' ), 1762 /* translators: %s: Theme name */1762 /* translators: %s: Theme name. */ 1763 1763 'aysDelete' => __( 'Are you sure you want to delete %s?' ), 1764 /* translators: %s: Plugin name */1764 /* translators: %s: Plugin name. */ 1765 1765 'aysDeleteUninstall' => __( 'Are you sure you want to delete %s and its data?' ), 1766 1766 'aysBulkDelete' => __( 'Are you sure you want to delete the selected plugins and their data?' ), 1767 1767 'aysBulkDeleteThemes' => __( 'Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?' ), 1768 1768 'deleting' => __( 'Deleting...' ), 1769 /* translators: %s: Error string for a failed deletion */1769 /* translators: %s: Error string for a failed deletion. */ 1770 1770 'deleteFailed' => __( 'Deletion failed: %s' ), 1771 1771 'pluginDeleted' => _x( 'Deleted!', 'plugin' ), … … 1774 1774 'activatePlugin' => is_network_admin() ? __( 'Network Activate' ) : __( 'Activate' ), 1775 1775 'activateTheme' => is_network_admin() ? __( 'Network Enable' ) : __( 'Activate' ), 1776 /* translators: %s: Plugin name */1776 /* translators: %s: Plugin name. */ 1777 1777 'activatePluginLabel' => is_network_admin() ? _x( 'Network Activate %s', 'plugin' ) : _x( 'Activate %s', 'plugin' ), 1778 /* translators: %s: Theme name */1778 /* translators: %s: Theme name. */ 1779 1779 'activateThemeLabel' => is_network_admin() ? _x( 'Network Activate %s', 'theme' ) : _x( 'Activate %s', 'theme' ), 1780 1780 'activateImporter' => __( 'Run Importer' ), 1781 /* translators: %s: Importer name */1781 /* translators: %s: Importer name. */ 1782 1782 'activateImporterLabel' => __( 'Run %s' ), 1783 1783 'unknownError' => __( 'Something went wrong.' ), 1784 1784 'connectionError' => __( 'Connection lost or the server is busy. Please try again later.' ), 1785 1785 'nonceError' => __( 'An error has occurred. Please reload the page and try again.' ), 1786 /* translators: %s: Number of plugins */1786 /* translators: %s: Number of plugins. */ 1787 1787 'pluginsFound' => __( 'Number of plugins found: %d' ), 1788 1788 'noPluginsFound' => __( 'No plugins found. Try a different search.' ), … … 1904 1904 $open_sans_font_url = ''; 1905 1905 1906 /* translators: If there are characters in your language that are not supported 1906 /* 1907 * translators: If there are characters in your language that are not supported 1907 1908 * by Open Sans, translate this to 'off'. Do not translate into your own language. 1908 1909 */ … … 1910 1911 $subsets = 'latin,latin-ext'; 1911 1912 1912 /* translators: To add an additional Open Sans character subset specific to your language, 1913 /* 1914 * translators: To add an additional Open Sans character subset specific to your language, 1913 1915 * translate this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your own language. 1914 1916 */ … … 1995 1997 1996 1998 /* 1997 * Translators: Use this to specify the proper Google Font name and variants1999 * translators: Use this to specify the proper Google Font name and variants 1998 2000 * to load that is supported by your language. Do not translate. 1999 2001 * Set to 'off' to disable loading. … … 2296 2298 * to the user, so it's left as an implication. 2297 2299 */ 2298 /* translators: %s is the name of the city we couldn't locate. 2300 /* 2301 * translators: %s is the name of the city we couldn't locate. 2299 2302 * Replace the examples with cities related to your locale. Test that 2300 2303 * they match the expected location and have upcoming events before … … 2308 2311 2309 2312 // This one is only used with wp.a11y.speak(), so it can/should be more brief. 2310 /* translators: %s: the name of a city*/2313 /* translators: %s: The name of a city. */ 2311 2314 'city_updated' => __( 'City updated. Listing events near %s.' ), 2312 2315 ),
Note: See TracChangeset
for help on using the changeset viewer.