Changeset 29632


Ignore:
Timestamp:
Sep 18, 2014, 4:54:07 PM (10 years ago)
Author:
mistic100
Message:

placeholder

Location:
extensions/CryptograPHP
Files:
3 edited

Legend:

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

    r28344 r29632  
    3737$lang['Tip: type "random" on a color field to have a random color'] = 'Tip: type "random" on a color field to have a random color';
    3838$lang['We detected that EasyCaptcha 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 EasyCaptcha plugin is available in 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.';
     39$lang['Nowhere'] = 'Nowhere';
    3940$lang['Only for unauthenticated users'] = 'Only for unauthenticated users';
  • extensions/CryptograPHP/language/fr_FR/plugin.lang.php

    r28344 r29632  
    3737$lang['Tip: type "random" on a color field to have a random color'] = 'Astuce: inscrivez "random" dans un champs de couleur pour avoir une couleur aléatoire';
    3838$lang['We detected that EasyCaptcha 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 EasyCaptcha est activé sur votre galerie. Les deux plugins peuvent fonctionner en même temps, mais sous aucun prétexte ils ne doivent être activés sur les mêmes pages.';
     39$lang['Nowhere'] = 'Nulle part';
    3940$lang['Only for unauthenticated users'] = 'Seulement pour les utilisateurs non connectés';
  • extensions/CryptograPHP/template/admin.tpl

    r29631 r29632  
    176176    <li>
    177177      <b>{'Activate on'|translate}</b>
    178       <select name="activate_on[]" multiple>
     178      <select name="activate_on[]" multiple placeholder="{'Nowhere'|translate}">
    179179        <option value="picture" {if $crypto.activate_on.picture}selected{/if}>{'Picture comments'|translate}</option>
    180180        {if $loaded.category}<option value="category" {if $crypto.activate_on.category}selected{/if}>{'Album comments'|translate}</option>{/if}
Note: See TracChangeset for help on using the changeset viewer.