Ignore:
Timestamp:
Aug 25, 2013, 12:36:50 PM (11 years ago)
Author:
mistic100
Message:

error with question_mark_in_urls=false, restore full language keys
+ de_DE for icons.lang.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/EasyCaptcha/language/en_UK/plugin.lang.php

    r24215 r24234  
    3030$lang['Tic-tac-toe minigame'] = 'Tic-tac-toe minigame';
    3131$lang['Tic-tac-toe options'] = 'Tic-tac-toe options';
    32 $lang['easycaptcha_drag_%s'] = 'To verify you are a human, please place the <b>%s</b> in the most right box bellow.';
    33 $lang['easycaptcha_tictac'] = 'You are player X, click on the right case to complete the line.';
    34 $lang['easycaptcha_javascript_public'] = 'You must activate JavaScript in your browser in order to be able to add a comment, sorry for the inconvenience.';
    35 $lang['easycaptcha_javascript_admin'] = 'This challenge requires that JavaScript is enabled on the visitor browser. About 1% of Internet users have Javascript disabled.';
    36 $lang['easycaptcha_cryptocaptcha'] = 'We detected that Crypto Captcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.';
     32$lang['To verify you are a human, please place the <b>%s</b> in the most right box bellow.'] = 'To verify you are a human, please place the <b>%s</b> in the most right box bellow.';
     33$lang['You are player X, click on the right case to complete the line.'] = 'You are player X, click on the right case to complete the line.';
     34$lang['You must activate JavaScript in your browser in order to be able to add a comment, sorry for the inconvenience.'] = 'You must activate JavaScript in your browser in order to be able to add a comment, sorry for the inconvenience.';
     35$lang['This challenge requires that JavaScript is enabled on the visitor browser. About 1% of Internet users have Javascript disabled.'] = 'This challenge requires that JavaScript is enabled on the visitor browser. About 1% of Internet users have Javascript disabled.';
     36$lang['We detected that Crypto Captcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.'] = 'We detected that Crypto Captcha plugin is available on your gallery. Both plugins can be used at the same time, but you should not under any circumstances activate both of them on the same page.';
    3737?>
Note: See TracChangeset for help on using the changeset viewer.