Plugin Directory

Changeset 1228069


Ignore:
Timestamp:
08/22/2015 02:43:24 PM (11 years ago)
Author:
EdHynan
Message:

add missing textdomain arg in some strings; remove excess tags in readme.txt

Location:
spam-blip/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • spam-blip/trunk/Spam_BLIP.php

    r1225166 r1228069  
    25902590            // TRANSLATORS: these are labels above textarea elements
    25912591            // 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')),
    25942594            // option (map) names as textarea IDs
    25952595            'ltxid' => $ol,
     
    26022602            // '<<' and '>>' should suggest movement left and right
    26032603            // 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')),
    26062606            // incr for each, table element
    26072607            'tableid' => 'evhplg_tpair_table2',
     
    26622662            // TRANSLATORS: these are labels above textarea elements
    26632663            // 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')),
    26662666            // option (map) names as textarea IDs
    26672667            'ltxid' => $ol,
     
    26742674            // '<<' and '>>' should suggest movement left and right
    26752675            // 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')),
    26782678            // incr for each, table element
    26792679            'tableid' => 'evhplg_tpair_table3',
     
    27432743            // TRANSLATORS: these are labels above textarea elements
    27442744            // 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')),
    27472747            // option (map) names as textarea IDs
    27482748            'ltxid' => $ol,
     
    27552755            // '<<' and '>>' should suggest movement left and right
    27562756            // 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')),
    27592759            // incr for each, table element
    27602760            'tableid' => 'evhplg_tpair_table1',
  • spam-blip/trunk/readme.txt

    r1225166 r1228069  
    22Contributors: EdHynan
    33Donate 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, wordpress
     4Tags: anti-spam, comment spam, spam comments, blog spam, spam, blog, comment, comments, content, links, network
    55Requires at least: 3.0.2
    66Tested up to: 4.3
Note: See TracChangeset for help on using the changeset viewer.