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/es_ES/plugin.lang.php

    r7035 r7519  
    11<?php
     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 */
    215
    316$lang['Grum Plugin Classes is not installed'] = 'El plugin <b>Grum Plugin Classes</b> no esta instalado';
     
    1629$lang['g003_performances'] = "Rendimiento";
    1730$lang['g003_setting_nb_items_per_request'] = "Numero de imágenes analizadas por demandas";
    18 $lang['g003_apply'] = "Afficher en écriture latineAplicar";
     31$lang['g003_apply'] = "Aplicar";
    1932
    2033$lang['g003_numberOfAnalyzedPictures'] = "%d imágenes han sido objeto de un análisis y representan %d métadatos";
     
    326339
    327340
     341/** ----------------------------------------------------------------------------
     342 * new keys from releases 0.5.3
     343 *
     344 *
     345 * need to be translated
     346 * thanks :)
     347 */
     348$lang['g003_1_picture_in_caddie']="1 picture in caddie";
     349$lang['g003_n_pictures_in_caddie']="%s pictures in caddie";
     350$lang['g003_analyze_random_pictures'] = "The analysis focuses on %s images selected randomly among images that have never been analyzed, and adds to the existing repository";
     351$lang['g003_invalid_random_number']="The number of images to process is not valid";
     352
     353
     354$lang['g003_database_is_not_up_to_date']="The repository is not up do date !";
     355$lang['g003_databaseWarning2_1']="[p]A new metadata is available since the last update of the plugin:[/p][ul]%s[/ul]
     356[p]
     357To be exploited, it is necessary to update the repository.[/p]";
     358$lang['g003_databaseWarning2_n']="[p]Some new metadatas are 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
     362// help for metadata translation is given at the beginning of this file
    328363
    329364?>
Note: See TracChangeset for help on using the changeset viewer.