Ignore:
Timestamp:
Oct 31, 2010, 7:08:03 PM (14 years ago)
Author:
grum
Message:

Exploit the JpegMetadata class previous evolution
feature:1975, feature:1976, feature:1978

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/language/en_UK/plugin.lang.php

    r7447 r7519  
    11<?php
    2 
     2/*
     3 * How to translate metadata names and values ?
     4 *
     5 * Metadata names and values are not translated with a /language/*.lang.php file
     6 * but they are stored in a .po and .mo files, respectively localized into
     7 *  - /JpegMetaData/Locale/xx_XX/Tag.po
     8 *  - /JpegMetaData/Locale/xx_XX/LC_MESSAGES/Tag.mo
     9 *
     10 * More information about GNU gettext l10n system and method to edit the .po & .mo
     11 * files on wikipedia :
     12 *  - http://en.wikipedia.org/wiki/GNU_gettext
     13 *
     14 */
    315
    416$lang['Grum Plugin Classes is not installed'] = '<b>Grum Plugin Classes</b> plugin is not installed';
     
    343355
    344356
    345 
    346 
     357$lang['g003_database_is_not_up_to_date']="The repository is not up do date !";
     358$lang['g003_databaseWarning2_1']="[p]A new metadata is available since the last update of the plugin:[/p][ul]%s[/ul]
     359[p]
     360To be exploited, it is necessary to update the repository.[/p]";
     361$lang['g003_databaseWarning2_n']="[p]Some new metadatas are available since the last update of the plugin:[/p][ul]%s[/ul]
     362[p]
     363To be exploited, it is necessary to update the repository.[/p]";
     364
     365// help for metadata translation is given at the beginning of this file
    347366
    348367?>
Note: See TracChangeset for help on using the changeset viewer.