Ignore:
Timestamp:
Dec 18, 2012, 9:38:21 PM (11 years ago)
Author:
julien1311
Message:

update donation

Location:
extensions/File_Uploader
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/File_Uploader/admin/admin_help.tpl

    r19472 r19489  
    1717</p>
    1818<p class="file_uploader_help_content">
    19         {'I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.'|@translate}
     19        {'Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'|@translate}
    2020</p>
    21 <div class="file_uploader_center">
    22         <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    23                 <input type="hidden" name="cmd" value="_s-xclick">
    24                 <input type="hidden" name="hosted_button_id" value="3LKVRW5H8ZSVE">
    25                 <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
    26                 <img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
    27         </form>
    28 </div>
     21<p class="file_uploader_center">
     22        <a href="http://fr.piwigo.org/donate" alt="http://fr.piwigo.org/donate">http://www.piwigo.org/donate</a>
     23</p>
  • extensions/File_Uploader/language/en_UK/plugin.lang.php

    r19472 r19489  
    4949$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.';
    5050$lang['Donate'] = 'Donate';
    51 $lang['I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.'] = 'I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.';
     51$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.';
    5252
    5353
  • extensions/File_Uploader/language/fr_FR/plugin.lang.php

    r19472 r19489  
    4949$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'Vous pouvez utiliser ce plugin avec le plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> pour ajouter une icône aux fichiers "non images".';
    5050$lang['Donate'] = 'Dons';
    51 $lang['I spent a lot of time to make this plugin works. If it is useful for you, do not hesitate a donation ;) Thank you for your generosity.'] = 'J\'ai passé beaucoup de temps à développer cette extension. Si elle vous est utile, n\'hésitez pas à faire un don ;) Merci pour votre générosité.';
     51$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo est un logiciel libre, son utilisation est gratuite et le restera. Les dons sont récoltés par l\'association Piwigo (loi 1901, organisation à but non lucratif) pour couvrir les dépenses du projet.';
    5252
    5353
Note: See TracChangeset for help on using the changeset viewer.