Changeset 59515 in spip-zone
- Timestamp:
- Mar 18, 2012, 7:58:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/licence/lang/licence_en.php
r58557 r59515 16 16 // D 17 17 'description_art_libre' => 'Free Art License', 18 'description_cc0' => 'Creative Common - Contenu libre de tout droit', # NEW18 'description_cc0' => 'Creative Common - Public Domain Dedication', 19 19 'description_cc_by' => 'Creative Commons - Attribution', 20 20 'description_cc_by_nc' => 'Creative Commons - Attribution Non-Commercial', … … 25 25 'description_copyright' => '© copyright the article\'s author', 26 26 'description_gpl' => 'GNU/GPL License', 27 'description_wtfpl' => ' Licence Publique Rien À Branler', # NEW27 'description_wtfpl' => 'Do What The Fuck You Want To Public License ', 28 28 29 29 // L 30 30 'label_select_licence' => 'Choose a license', 31 31 'lien_art_libre' => 'http://artlibre.org/licence/lal/en', 32 'lien_cc0' => 'http:// vvlibri.org/fr/licence/cc0/10/fr/legalcode', # NEW32 'lien_cc0' => 'http://creativecommons.org/publicdomain/zero/1.0/', 33 33 'lien_cc_by' => 'http://creativecommons.org/licenses/by/3.0/deed.en', 34 34 'lien_cc_by_nc' => 'http://creativecommons.org/licenses/by-nc/3.0/deed.en', … … 39 39 'lien_gfdl' => 'http://www.gnu.org/licenses/fdl.html', 40 40 'lien_gpl' => 'http://www.gnu.org/copyleft/gpl.html', 41 'lien_whfpl' => 'http://sam.zoy.org/ lprab/', # NEW41 'lien_whfpl' => 'http://sam.zoy.org/wtfpl/', 42 42 43 43 // N … … 54 54 // T 55 55 'titre_art_libre' => 'FAL', 56 'titre_cc0' => 'CC0', # NEW56 'titre_cc0' => 'CC0', 57 57 'titre_cc_by' => 'CC by', 58 58 'titre_cc_by_nc' => 'CC by-nc', … … 64 64 'titre_gfdl' => 'GNU FDL', 65 65 'titre_gpl' => 'GNU GPL', 66 'titre_wtfpl' => ' LPRAB' # NEW66 'titre_wtfpl' => 'WTFPL' 67 67 ); 68 68
Note: See TracChangeset
for help on using the changeset viewer.