Approval.

This commit is contained in:
2022-10-27 15:48:42 +00:00
committed by md translation bot
parent 7a803b85bd
commit a5ac0d16f0
24 changed files with 196 additions and 196 deletions

View File

@ -1,13 +1,13 @@
<?PHP
$license_full_names['CC BY-NC-SA'] = 'Attribution - Non Commercial - Share Alike';
$license_full_names['CC BY-NC'] = 'Attribution - Non Commercial';
$license_full_names['CC BY-ND'] = 'Attribution - No Derivates';
$license_full_names['CC BY-SA'] = 'Attribution - Share Alike';
$license_full_names['CC BY-NC-SA'] = 'Attribution - non commercial - transmission dans les mêmes conditions';
$license_full_names['CC BY-NC'] = 'Attribution - non commercial';
$license_full_names['CC BY-ND'] = 'Attribution - pas de traitement';
$license_full_names['CC BY-SA'] = 'Attribution - transmission dans les mêmes conditions';
$license_full_names['CC BY'] = 'Attribution';
$license_full_names['CC0'] = 'No Rights Reserved';
$license_full_names['RR-F'] = 'Rights Reserved - Free Access';
$license_full_names['RR-P'] = 'Rights Reserved - Paid Access';
$license_full_names['RR-R'] = 'Rights Reserved - Restricted Access';
$license_full_names['Orphan Work'] = 'Orphan Work';
$license_full_names['Public Domain Mark'] = 'Public Domain Mark';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';
$license_full_names['CC0'] = 'Domaine public (renonciation aux droits)';
$license_full_names['RR-F'] = 'Accès libre - pas de réutilisation';
$license_full_names['RR-P'] = 'Accès payant - pas de réutilisation';
$license_full_names['RR-R'] = 'Accès restreint - tous droits réservés';
$license_full_names['Orphan Work'] = 'Œuvres orphelines';
$license_full_names['Public Domain Mark'] = 'Domaine public';
$license_full_names['CC BY-NC-ND'] = 'Attribution - non commercial - pas de traitements';