Approval.

This commit is contained in:
Joshua Ramon Enslin 2020-08-07 15:43:13 +02:00 committed by Stefan Rohde-Enslin
parent 11c3524f1f
commit 6bcdd794ca
76 changed files with 760 additions and 0 deletions

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
ar/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
ar/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
ar/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesische Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
de/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'Für nicht kommerzielle Zwecke kann das Material bei Namensnennung frei verwendet (auch verändert) werden. Bei einer Weitergabe muss der Rechtestatus erhalten bleiben.';
$license_explica['CC BY-NC-ND'] = 'Für nicht kommerzielle Zwecke kann das Material bei Namensnennung frei verwendet werden. Es darf nicht verändert werden.';
$license_explica['CC BY-NC'] = 'Für nicht kommerzielle Zwecke kann das Material bei Namensnennung frei verwendet werden.';
$license_explica['CC BY-ND'] = 'Das Material kann bei Namensnennung frei verwendet werden. Es darf nicht verändert werden.';
$license_explica['CC BY-SA'] = ' Material kann bei Namensnennung frei verwendet (auch verändert) werden. Bei einer Weitergabe muss der Rechtestatus erhalten bleiben.';
$license_explica['CC BY'] = 'Das Material kann bei Namensnennung frei verwendet werden.';
$license_explica['CC0'] = 'Verzicht auf alle Rechte. Sollte nur gewählt werden, wenn das Recht auf Rechte zu verzichten besteht.';
$license_explica['RR-F'] = 'Freier Zugang - Keine Weiterverwendung.';
$license_explica['RR-P'] = 'Zugang erst nach Zahlung - Keine Weiterverwendung. Voransichten sind möglicherweise frei zugänglich.';
$license_explica['RR-R'] = 'Eingeschränkter Zugang. Rechte bleiben vorbehalten.';
$license_explica['Orphan Work'] = 'Der Rechteinhaber läßt sich auch nach eingehender Prüfung nicht mehr ermitteln.';
$license_explica['Public Domain Mark'] = 'Das Material ist gemeinfrei.';

13
de/license_full_names.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_full_names['CC BY-NC-SA'] = 'Namensnennung - Nicht-kommerziell - Weitergabe unter gleichen Bedingungen';
$license_full_names['CC BY-NC'] = 'Namensnennung - Nicht-kommerziell';
$license_full_names['CC BY-ND'] = 'Namensnennung - Keine Bearbeitung';
$license_full_names['CC BY-SA'] = 'Namensnennung - Weitergabe unter gleichen Bedingungen';
$license_full_names['CC BY'] = 'Namensnennung';
$license_full_names['CC0'] = 'Gemeinfrei (Verzicht auf Rechte)';
$license_full_names['RR-F'] = 'Freier Zugang - Keine Weiterverwendung';
$license_full_names['RR-P'] = 'Bezahlter Zugang - Keine Weiterverwendung';
$license_full_names['RR-R'] = 'Eingeschränkter Zugang - Rechte vorbehalten';
$license_full_names['Orphan Work'] = 'Verwaistes Werk';
$license_full_names['Public Domain Mark'] = 'Gemeinfrei';
$license_full_names['CC BY-NC-ND'] = 'Namensnennung - Nicht-kommerziell - Keine Bearbeitungen';

13
de/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
dsb/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

View File

@ -0,0 +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'] = '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';

13
dsb/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
en/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
en/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
en/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
es/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
es/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
es/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
fr/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
fr/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
fr/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
hsb/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

View File

@ -0,0 +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'] = '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';

13
hsb/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
hu/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
hu/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
hu/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
id/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
id/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
id/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
it/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
it/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
it/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
iw/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
iw/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
iw/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
nl/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
nl/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
nl/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
pl/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
pl/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
pl/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
pt/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
pt/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
pt/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
qu/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
qu/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
qu/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
ru/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
ru/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
ru/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
tl/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
tl/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
tl/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
tr/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
tr/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
tr/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';

View File

@ -9,3 +9,4 @@ $currencies_set['hu-Pengő'] = 'Pengő';
$currencies_set['id-IDR'] = 'Indonesian Rupiah';
$currencies_set['pl-Złoty'] = 'Złoty';
$currencies_set['us-USD'] = 'US Dollar';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';

13
zh/license_explica.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_explica['CC BY-NC-SA'] = 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
$license_explica['CC BY-SA'] = 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.';
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
$license_explica['RR-F'] = 'Free access - no reuse.';
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';

13
zh/license_full_names.php Normal file
View File

@ -0,0 +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'] = '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';

13
zh/license_url.php Normal file
View File

@ -0,0 +1,13 @@
<?PHP
$license_url['CC BY-NC-SA'] = 'https://creativecommons.org/licenses/by-nc-sa/4.0/';
$license_url['CC BY-NC-ND'] = 'https://creativecommons.org/licenses/by-nc-nd/4.0/';
$license_url['CC BY-NC'] = 'https://creativecommons.org/licenses/by-nc/4.0/';
$license_url['CC BY-ND'] = 'https://creativecommons.org/licenses/by-nd/4.0/';
$license_url['CC BY-SA'] = 'https://creativecommons.org/licenses/by-sa/4.0/';
$license_url['CC BY'] = 'https://creativecommons.org/licenses/by/4.0/';
$license_url['CC0'] = 'https://creativecommons.org/publicdomain/zero/1.0/';
$license_url['RR-F'] = 'http://www.europeana.eu/rights/rr-f/';
$license_url['RR-P'] = 'http://www.europeana.eu/rights/rr-p/';
$license_url['RR-R'] = 'http://www.europeana.eu/rights/rr-r/';
$license_url['Orphan Work'] = 'http://www.europeana.eu/rights/orphan-work-eu/';
$license_url['Public Domain Mark'] = 'https://creativecommons.org/publicdomain/mark/1.0/';