Changeset 1228069
- Timestamp:
- 08/22/2015 02:43:24 PM (11 years ago)
- Location:
- spam-blip/trunk
- Files:
-
- 2 edited
-
Spam_BLIP.php (modified) (6 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spam-blip/trunk/Spam_BLIP.php
r1225166 r1228069 2590 2590 // TRANSLATORS: these are labels above textarea elements 2591 2591 // do not use html entities 2592 'ltxlb' => self::wt(__('Active User Whitelist:' )),2593 'rtxlb' => self::wt(__('Inactive User Whitelist:' )),2592 'ltxlb' => self::wt(__('Active User Whitelist:', 'spambl_l10n')), 2593 'rtxlb' => self::wt(__('Inactive User Whitelist:', 'spambl_l10n')), 2594 2594 // option (map) names as textarea IDs 2595 2595 'ltxid' => $ol, … … 2602 2602 // '<<' and '>>' should suggest movement left and right 2603 2603 // do not use html entities 2604 'lbttx' => self::wt(__('Move address right >>' )),2605 'rbttx' => self::wt(__('<< Move address left' )),2604 'lbttx' => self::wt(__('Move address right >>', 'spambl_l10n')), 2605 'rbttx' => self::wt(__('<< Move address left', 'spambl_l10n')), 2606 2606 // incr for each, table element 2607 2607 'tableid' => 'evhplg_tpair_table2', … … 2662 2662 // TRANSLATORS: these are labels above textarea elements 2663 2663 // do not use html entities 2664 'ltxlb' => self::wt(__('Active User Blacklist:' )),2665 'rtxlb' => self::wt(__('Inactive User Blacklist:' )),2664 'ltxlb' => self::wt(__('Active User Blacklist:', 'spambl_l10n')), 2665 'rtxlb' => self::wt(__('Inactive User Blacklist:', 'spambl_l10n')), 2666 2666 // option (map) names as textarea IDs 2667 2667 'ltxid' => $ol, … … 2674 2674 // '<<' and '>>' should suggest movement left and right 2675 2675 // do not use html entities 2676 'lbttx' => self::wt(__('Move address right >>' )),2677 'rbttx' => self::wt(__('<< Move address left' )),2676 'lbttx' => self::wt(__('Move address right >>', 'spambl_l10n')), 2677 'rbttx' => self::wt(__('<< Move address left', 'spambl_l10n')), 2678 2678 // incr for each, table element 2679 2679 'tableid' => 'evhplg_tpair_table3', … … 2743 2743 // TRANSLATORS: these are labels above textarea elements 2744 2744 // do not use html entities 2745 'ltxlb' => self::wt(__('Active DNS Blacklists:' )),2746 'rtxlb' => self::wt(__('Inactive DNS Blacklists:' )),2745 'ltxlb' => self::wt(__('Active DNS Blacklists:', 'spambl_l10n')), 2746 'rtxlb' => self::wt(__('Inactive DNS Blacklists:', 'spambl_l10n')), 2747 2747 // option (map) names as textarea IDs 2748 2748 'ltxid' => $ol, … … 2755 2755 // '<<' and '>>' should suggest movement left and right 2756 2756 // do not use html entities 2757 'lbttx' => self::wt(__('Move line right >>' )),2758 'rbttx' => self::wt(__('<< Move line left' )),2757 'lbttx' => self::wt(__('Move line right >>', 'spambl_l10n')), 2758 'rbttx' => self::wt(__('<< Move line left', 'spambl_l10n')), 2759 2759 // incr for each, table element 2760 2760 'tableid' => 'evhplg_tpair_table1', -
spam-blip/trunk/readme.txt
r1225166 r1228069 2 2 Contributors: EdHynan 3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick%DONATE_LINK%hosted_button_id=4Q2Y8ZUG8HXLC 4 Tags: anti-spam, comment spam, spam comments, blog spam, blog, comment, comments, content, links, network, plugin, post, Post, posts, security, spam, wordpress4 Tags: anti-spam, comment spam, spam comments, blog spam, spam, blog, comment, comments, content, links, network 5 5 Requires at least: 3.0.2 6 6 Tested up to: 4.3
Note: See TracChangeset
for help on using the changeset viewer.