Changeset 40866 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 06/01/2017 09:48:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r40790 r40866 1047 1047 * to the user, so it's left as an implication. 1048 1048 */ 1049 /* translators: %s is the name of the city we couldn't locate. Replace the examples with cities in your locale, but test that they match the expected location before including them. Use endonyms (native locale names) whenever possible. */ 1049 /* translators: %s is the name of the city we couldn't locate. 1050 * Replace the examples with cities related to your locale. Test that 1051 * they match the expected location and have upcoming events before 1052 * including them. If no cities related to your locale have events, 1053 * then use cities related to your locale that would be recognizable 1054 * to most users. Use only the city name itself, without any region 1055 * or country. Use the endonym (native locale name) instead of the 1056 * English name if possible. 1057 */ 1050 1058 'could_not_locate_city' => __( 'We couldn’t locate %s. Please try another nearby city. For example: Kansas City; Springfield; Portland.' ), 1051 1059
Note: See TracChangeset
for help on using the changeset viewer.