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

Location:
extensions/EasyCaptcha/language
Files:
1 added
2 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?>
  • extensions/EasyCaptcha/language/fr_FR/plugin.lang.php

    r24226 r24234  
    3030$lang['Tic-tac-toe minigame'] = 'Minijeu morpion';
    3131$lang['Tic-tac-toe options'] = 'Options morpion';
    32 $lang['easycaptcha_drag_%s'] = 'Pour vérifier que vous êtez un humain, veuillez placer le <b>%s</b> dans le cadre de droite.';
    33 $lang['easycaptcha_tictac'] = 'Vous êtez le joueur X, cliquez dans la bonne case pour former une ligne complète.';
    34 $lang['easycaptcha_javascript_public'] = 'Vous devez activer JavaScript pour pouvoir ajouter un commentaire, désolé du dérangement.';
    35 $lang['easycaptcha_javascript_admin'] = 'Ce test requiert que JavaScript soit activé sur le navigateur du visteur. Environ 1% des utilisateurs d\'Internet ont JavaScript désactivé.';
    36 $lang['easycaptcha_cryptocaptcha'] = 'Nous avons détecté que Crypto Captcha est activé sur votre galerie. Les deux plugins peuvent fonctionner en même temps, mais ous aucun prétexte il ne doivent être activés sur les mêmes pages.';
     32$lang['To verify you are a human, please place the <b>%s</b> in the most right box bellow.'] = 'Pour vérifier que vous êtez un humain, veuillez placer le <b>%s</b> dans le cadre de droite.';
     33$lang['You are player X, click on the right case to complete the line.'] = 'Vous êtez le joueur X, cliquez dans la bonne case pour former une ligne complète.';
     34$lang['You must activate JavaScript in your browser in order to be able to add a comment, sorry for the inconvenience.'] = 'Vous devez activer JavaScript pour pouvoir ajouter un commentaire, désolé du dérangement.';
     35$lang['This challenge requires that JavaScript is enabled on the visitor browser. About 1% of Internet users have Javascript disabled.'] = 'Ce test requiert que JavaScript soit activé sur le navigateur du visteur. Environ 1% des utilisateurs d\'Internet ont JavaScript désactivé.';
     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.'] = 'Nous avons détecté que Crypto Captcha est activé sur votre galerie. Les deux plugins peuvent fonctionner en même temps, mais ous aucun prétexte il ne doivent être activés sur les mêmes pages.';
    3737?>
Note: See TracChangeset for help on using the changeset viewer.