Opened 20 years ago
Closed 20 years ago
#1033 closed defect (bug) (fixed)
Missing gettext entries
Reported by: | sakis | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
- In Manage - Files: the word 'Other Files'
- In Link Categories: the 'Y', 'N' and 'rand' values
- In plugins: 'Visit author homepage' title tooltip. (In both admin-functions.php and functions.php)
- In Dashboard's recent activity box: the word 'on' as is for example in "Administrator on hello world!"
Also under blog stats, title tooltips for article, commens and categories.
- The word 'Uncetegorized'
I hope it helps
Attachments (1)
Change History (7)
#4
@
20 years ago
I've attached a patch for the above entries (also covers the ones in http://mosquito.wordpress.org/view.php?id=1066 though see the note there about multiline entries).
Changed the 'Y' 'N' entries to use the 'Yes' 'No' entries used by the other Links admin pages, to be more consistent and avoid redundant .pot entries.
These need adding to the .pot file:
msgid " on "
msgid "Other Files"
msgid "Visit theme homepage"
msgid "Visit plugin homepage"
msgid "Visit author homepage"
msgid "Visit %s"
Note: See
TracTickets for help on using
tickets.
http://trac.wordpress.org/changeset/2411