Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
web:applications:piwigo [2017-01-07 16:35] adminweb:applications:piwigo [2023-10-26 20:08] (current) – external edit 127.0.0.1
Line 18: Line 18:
       * SortOrders       * SortOrders
       * Write Metadata       * Write Metadata
 +    * [[web:applications:piwigo:additional|Additional changes]]
     * **Themes**     * **Themes**
       * Deactivate Smart Pocket (Mobile)       * Deactivate Smart Pocket (Mobile)
Line 129: Line 130:
        * local/language/nl_NL.lang.php)        * local/language/nl_NL.lang.php)
          * <code>          * <code>
 +$lang['Name'] = 'Naam';
 +/* IPTC */
 +$lang['iptc_headline'] = "Hoofding";
 +$lang['iptc_keywords'] = "Trefwoorden";
 +$lang['iptc_date_created'] = "Opnamedatum";
 +$lang['iptc_caption_writer'] = "Naam omschrijver";
 +$lang['iptc_creator'] = "Fotograaf/Auteur";
 +$lang['iptc_byline_title'] = "Fotograaf Titel";
 +$lang['iptc_caption'] = "Omschrijving";
 +$lang['iptc_title'] = "Titel";
 +$lang['iptc_location'] = "Locatie";
 +$lang['iptc_city'] = "Plaats";
 +$lang['iptc_country_code'] = "Landcode";
 +$lang['iptc_country'] = "Land";
 +$lang['iptc_copyright'] = "Rechten";
 +</code>