Ignore:
Timestamp:
Sep 28, 2010, 10:39:10 PM (14 years ago)
Author:
grum
Message:

Language update for the release 0.5.1

File:
1 edited

Legend:

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

    r6209 r7035  
    160160
    161161
     162
     163
     164/** ----------------------------------------------------------------------------
     165 * new keys from releases 0.5.0/0.5.1
     166 *
     167 * need to be translated
     168 * thanks :)
     169 */
     170
     171$lang['g003_y'] = "Yes";
     172$lang['g003_n'] = "No";
     173
     174$lang['g003_state'] = "State";
     175$lang['g003_update'] = "Update";
     176$lang['g003_personnal'] = "Custom";
     177$lang['g003_search'] = "Search";
     178
     179$lang['g003_personnal_metadata'] = "Custom metadata";
     180$lang['g003_add_a_new_md'] = "Add a new metadata";
     181$lang['g003_num_of_rules'] = "Number of rules";
     182$lang['g003_metadatId'] = "Identifier of the metadata";
     183$lang['g003_rules'] = "Rules";
     184$lang['g003_add_a_rule'] = "Add a rule";
     185$lang['g003_typeText'] = "Text";
     186$lang['g003_typeMetadata'] = "Metadata";
     187$lang['g003_typeCondition'] = "Condition";
     188$lang['g003_typeCIfExist'] = "exists";
     189$lang['g003_typeCIfNotExist'] = "does not exist";
     190$lang['g003_typeCIfEqual'] = "equals";
     191$lang['g003_typeCIfNotEqual'] = "is not equal to";
     192$lang['g003_typeCIfLike'] = "contain";
     193$lang['g003_typeCIfNotLike'] = "does not contain";
     194$lang['g003_typeCIfBeginWith'] = "begin with";
     195$lang['g003_typeCIfNotBeginWith'] = "does not begin with";
     196$lang['g003_typeCIfEndWith'] = "end with";
     197$lang['g003_typeCIfNotEndWith'] = "does not end with";
     198$lang['g003_conditionIf'] = "Test if the metadata";
     199
     200$lang['g003_invalidId'] = "The identifier of the metadata is not valid";
     201$lang['g003_oneRuleIsNeeded'] = "There must be at least one rule";
     202$lang['g003_textRuleInvalid'] = "Rule of type \"Text\": the text must not be empty";
     203$lang['g003_metadataRuleInvalid'] = "Rule of type \"Metadata\": a metadata must be selected";
     204$lang['g003_conditionMdRuleInvalid'] = "Rule of type \"Condition\": a metadata must be selected";
     205$lang['g003_conditionRulesRuleInvalid'] = "Rule of type \"Condition\": there must be at least one rule";
     206
     207$lang['g003_tagIdAlreadyExist'] = "A metadata with this identifier already exists !";
     208
     209$lang['g003_pleaseConfirmMetadataDelete'] = "Do you confirm the metadata deletion ?";
     210$lang['g003_deleteMetadata'] = "Deleting the metadata";
     211$lang['g003_delete']= "Delete";
     212
     213$lang['g003_userDefined_filter'] = "Custom metadata";
     214
     215$lang['g003_informations'] = "Informations";
     216$lang['g003_databaseInformation'] = "Important information about the repository";
     217$lang['g003_databaseWarning1']="[p]The repository is built using the metadata contained in images from the gallery as well as metadata calculated by the plugin. Depending on the number of images and the number of metadata to be attached, the repository can be very large.
     218Before powering up the repository, make sure that the database provided by your host allows this type of use.
     219[/p][p]It should be noted however that the use of the repository is optional, it is not used for displaying metadata for photos in the gallery.
     220[/p][p]The filling of the repository is necessary if you wish:[/p]
     221[ul]
     222[li]Have statistics on the metadata in your photos (it also help in the selection of metadata)[/li]
     223[li]Use the search engine[/li]
     224[/ul]
     225";
     226$lang['g003_sizeAndRows'] = "The weight of the repository is %s and it contains %s metadata";
     227$lang['g003_numberOfAnalyzedPictures'] = "%d images were analyzed";
     228
     229$lang['g003_options'] = "Options";
     230$lang['g003_fillDatabaseContinuously'] = "Fill the repository continuously";
     231$lang['g003_ignoreMetadata'] = "Ignore the following metadata:";
     232
     233$lang['g003_analyze_analyzed_pictures'] = "The analysis covers only the images that have already been analyzed";
     234$lang['g003_fillDatabaseIgnoreWarning'] = "To be applied, modifying the parameters of this option requires a new analysis";
     235
     236
     237$lang['g003_add_metadata'] = "Add a metadata";
     238
     239$lang['g003_choose_a_metadata'] = "Perform a search on the value of a metadata";
     240$lang['g003_add'] = "Add";
     241$lang['g003_metadata_value_check_one'] = "At least one of the following must be true:";
     242$lang['g003_metadata_value_check_all'] = "All values have to be true:";
     243
     244$lang['g003_metadata_exists']="Metadata %s is present";
     245$lang['g003_metadata_dont_exists']="Metadata %s is not present";
     246$lang['g003_metadata_equals_all']="Metadata %s is present and is equal to the one of the following value:";
     247$lang['g003_metadata_equals_one']="Metadata %s is present and is equal to:";
     248$lang['g003_metadata_not_equals_all']="Metadata %s is present and must not be equal to any of the following value:";
     249$lang['g003_metadata_not_equals_one']="Metadata %s is present and must not be equal to:";
     250$lang['g003_metadata_like_all']="Metadata %s is present and must contain the one of the following value:";
     251$lang['g003_metadata_like_one']="Metadata %s is present and must contain:";
     252$lang['g003_metadata_not_like_all']="Metadata %s is present and must not contain any of the following value:";
     253$lang['g003_metadata_not_like_one']="Metadata %s is present and must not contain:";
     254$lang['g003_metadata_begin_all']="Metadata %s is present and must begin with any of the following value:";
     255$lang['g003_metadata_begin_one']="Metadata %s is present and must begin with:";
     256$lang['g003_metadata_not_begin_all']="Metadata %s is present and must not begin with any of the following value:";
     257$lang['g003_metadata_not_begin_one']="Metadata %s is present and must not begin with:";
     258$lang['g003_metadata_end_all']="Metadata %s is present and must end with any of the following value:";
     259$lang['g003_metadata_end_one']="Metadata %s is present and must end with:";
     260$lang['g003_metadata_not_end_all']="Metadata %s is present and must not end with any of the following value:";
     261$lang['g003_metadata_not_end_one']="Metadata %s is present and must not end with:";
     262
     263$lang['g003_value_already_set'] = "The value is already defined in the domain of values";
     264$lang['g003_please_set_a_value'] = "Please, set a value";
     265
     266
     267$lang['g003_install']="Installation";
     268$lang['g003_basic_mode']="Basic";
     269$lang['g003_advanced_mode']="Advanced";
     270$lang['g003_validate']="OK";
     271$lang['g003_step_1']="Choice of use of the plugin";
     272$lang['g003_basic_mode_help']="
     273The [i]basic[/i] mode is for those who simply want to display the metadata of their photos and offers:[ul]
     274[li]an interface as simple as possible[/li]
     275[li]a short list of metadata (about 140, the most common)[/li]
     276[/ul]";
     277$lang['g003_advanced_mode_help']="
     278The [i]advanced[/i] mode is for those who wish to make maximum use of their photos and metadata offers:[ul]
     279[li]an interface more complex, but complete[/li]
     280[li]a complete list of metadata (about 540)[/li]
     281[li]extended functionalities (statistics, search ...)[/li]
     282[/ul]
     283The [i]advanced[/i] mode requires to built a repository.";
     284
     285
     286$lang['g003_tags']="Tags";
     287$lang['g003_number_of_keywords']="Number of keywords:";
     288$lang['g003_keyword']="Keyword";
     289$lang['g003_tag_in_piwigo']="Present in Piwigo";
     290$lang['g003_num_of_pictures']="Number of photos";
     291$lang['g003_num_of_pictures_already_tagged']="Number of photos already tagged";
     292$lang['g003_convert_ok']="The conversion was done correctly";
     293$lang['g003_convert_keywords_and_apply']="Convert";
     294$lang['g003_no_keywords']="No keyword that can be converted has been found";
     295
     296
     297$lang['g003_tags_page_help']="This feature performs an extraction of keywords present in the metadata for your photos and allows you to convert [i]Tags[/i].
     298The images for which keywords have already been converted and associates do not appear: only the keywords of images for which a conversion and a possible association are proposed.";
     299
     300$lang['g003_search_page_help']="It is possible to perform various searches on the metadata content, from simple to complex: add criteria, and combine them using drag and drop.";
     301
     302$lang['g003_personnal_page_help']="You can easily build your own metadata from existing metadata.
     303[ul]
     304[li]Add a new metadata[/li]
     305[li]Fill properties[/li]
     306[li]Add rules and combine them if necessary by drag'n'drop[/li]
     307[/ul]";
     308
     309$lang['g003_select_page_help']="Only metadata selected here are available in other interfaces configuration: this allows to reduce the list of metadata to those that seem most relevant to your use.
     310The selection is applied immediately (it is not necessary to validate).";
     311
     312
     313$lang['g003_display_page_help']="The metadata posted with the photo can be sorted and grouped.
     314By default, only the group [i]".$Lang['g003_default_group_name']."[/i] is available, but it is possible to create as many as necessary ([i]IPTC[/i], [i]Geolocation[/i], ...).
     315[ul]
     316[li]Create groups of metadata according to your needs[/li]
     317[li]Add the metadata to display[/li]
     318[li]Within a group, sort the display order of metadata by drag'n'drop[/li]
     319[li]Sort the display order of groups by drag'n'drop[/li]
     320[/ul]
     321Selection and sorting are applied immediately (it is not necessary to validate).";
     322
     323$lang['g003_gpc_not_up_to_date']="It is necessary for the plugin that the <i>Grum Plugin Classes</i> version %s is installed.
     324Currently, version %s is installed: please proceed with the update version of the plugin <i>Grum Plugin Classes</i>.";
     325
     326
     327
     328
    162329?>
Note: See TracChangeset for help on using the changeset viewer.