source: extensions/AMetaData/language/en_UK/plugin.lang.php @ 6977

Last change on this file since 6977 was 6977, checked in by grum, 14 years ago

Migration from version 0.4.0 to 0.5.1 implemented

  • Property svn:executable set to *
File size: 16.1 KB
Line 
1<?php
2
3
4$lang['Grum Plugin Classes is not installed'] = '<b>Grum Plugin Classes</b> plugin is not installed';
5
6$lang['amd_title_page'] = 'Metadata advanced management';
7$lang['g003_version'] = 'v';
8
9$lang['g003_error_invalid_ajax_call'] = "Invalid function call!";
10
11$lang['g003_metadata'] = "Metadata";
12$lang['g003_database'] = "Repository";
13$lang['g003_status'] = "Status";
14$lang['g003_show'] = "Browse";
15
16$lang['g003_numberOfAnalyzedPictures'] = "%d images have been analyzed and %d metada have been found";
17$lang['g003_numberOfNotAnalyzedPictures'] = "%d images have not been analyzed";
18$lang['g003_analyze_not_analyzed_pictures'] = "The analysis focuses on the images that have never been analyzed, and adds to the existing repository";
19$lang['g003_analyze_all_pictures'] = "The analysis includes all the images in the gallery, and replaces the current repository";
20$lang['g003_analyze_caddie_add_pictures'] = "The analysis focuses on the images in the basket, and adds to the existing repository";
21$lang['g003_analyze_caddie_replace_pictures'] = "The analysis focuses on the images in the basket, and replaces the current repository";
22$lang['g003_analyze'] = "Analyze";
23$lang['g003_update_metadata'] = "Update metadata repository";
24$lang['g003_status_of_database'] = "Repository status";
25$lang['g003_updating_metadata'] = "Repository update";
26$lang['g003_analyze_in_progress'] = "Analyze in progress...";
27$lang['g003_analyze_is_finished'] = "Analyze completed";
28$lang['g003_loading'] = "Loading...";
29$lang['g003_numberOfPicturesWithoutTags'] = "%d images have no metadata";
30$lang['g003_no_items_selected'] = "No metadata is selected";
31$lang['g003_selected_tag_isnot_linked_with_any_picture'] = "The selected metadata is not linked to any image";
32$lang['g003_TagId'] = "Metadata";
33$lang['g003_TagLabel'] = "Name";
34$lang['g003_NumOfImage'] = "Images";
35$lang['g003_Pct'] = "%";
36$lang['g003_select'] = "Selection";
37$lang['g003_display'] = "Display";
38$lang['g003_order'] = "Order by";
39$lang['g003_filter'] = "Filter";
40$lang['g003_tagOrder'] = "Metadata";
41$lang['g003_numOrder'] = "Image number";
42$lang['g003_valueOrder'] = "Value";
43$lang['g003_no_filter'] = "No filter";
44$lang['g003_magic_filter'] = "Magic (calculated metada)";
45$lang['g003_exclude_unused_tags'] = "Exclude unused metadata";
46$lang['g003_Value'] = "Value";
47$lang['g003_selected_tags_only'] = "Return selected metadata only";
48
49$lang['g003_select_metadata'] = "Metadata selection";
50$lang['g003_display_management'] = "Metadata display management";
51$lang['g003_number_of_filtered_metadata'] = "Metadata number:";
52$lang['g003_number_of_distinct_values'] = "Number of distinct values:";
53
54$lang['g003_click_to_edit_group'] = "Click to edit properties of the metadata group";
55$lang['g003_click_to_delete_group'] = "Click to remove the metadata group";
56$lang['g003_click_to_manage_group'] = "Click to manage elements of the metadata group";
57$lang['g003_click_to_manage_list'] = "Click to add/remove metadata";
58$lang['g003_add_a_group'] = "Add a group of metadata";
59$lang['g003_adding_a_group'] = "Adding a group of metadata";
60$lang['g003_editing_a_group'] = "Editing a group of metadata";
61$lang['g003_deleting_a_group'] = "Removing a group of metadata";
62$lang['g003_new_group'] = "New metadata group";
63$lang['g003_name'] = "Name";
64$lang['g003_add_delete_tags'] = "Add/remove metadata";
65$lang['g003_confirm_group_delete'] = "Are you sure you want to delete the %s metadata group?";
66$lang['g003_default_group_name'] = "Shooting conditions";
67
68$lang['g003_ok'] = "Ok";
69$lang['g003_cancel'] = "Cancel";
70$lang['g003_yes'] = "Yes";
71$lang['g003_no'] = "No";
72
73
74$lang['g003_invalid_group_id'] = "Invalid metadata group Id";
75$lang['g003_no_tag_can_be_selected'] = "No metadata available";
76
77
78$lang['g003_warning_on_analyze_3'] = "The repository is gradually fed each time a page of the gallery is visited. Thus the time required for its complete making depends from:";
79$lang['g003_warning_on_analyze_3a'] = "the number of pictures in the gallery";
80$lang['g003_warning_on_analyze_3b'] = "the number of pictures displayed every day";
81$lang['g003_warning_on_analyze_4a'] = "the repository is used for statistical purposes only and facilitates the metadata selection for display";
82$lang['g003_warning_on_analyze_4b'] = "an image not used in the repository making still has metadata on the gallery";
83$lang['g003_warning_on_analyze_5'] = "In order to get a complete repository quickly, a more complete analyze of the gallery is possible:";
84$lang['g003_warning_on_analyze_0'] = "Warning!";
85$lang['g003_warning_on_analyze_1'] = "Building the repository with the direct analysis process might be long (up to several minutes of treatment) and resource-consuming for the server, depending on the number of photos selected for analysis.";
86$lang['g003_warning_on_analyze_2'] = "This type of use may be penalized by some hosts.";
87
88
89
90$lang['g003_metadata_detail'] = "Possible values for the metadata";
91
92$lang['g003_help'] = "Help on metadata";
93$lang['g003_help_tab_exif'] = "Exif";
94$lang['g003_help_tab_iptc'] = "IPTC";
95$lang['g003_help_tab_xmp'] = "XMP";
96$lang['g003_help_tab_magic'] = "Magic";
97$lang['g003_help_exif'] = "EXIF Metadata is information stored in the image file by the camera at shooting.
98
99
100The information there are mainly technical:
101[ul]
102[li]equipment used (camera model, maker)[/li]
103[li]shooting conditions (aperture, exposure time, focal length)[/li]
104[li]time of the shooting (date, time)[/li]
105[li]geographic location (GPS coordinates)[/li]
106[li]information on the photo format (size, resolution, compression)[/li]
107[/ul]
108
109EXIF metadata is standardized ([url]http://www.exif.org/Exif2-2.PDF[/url]), but :
110[ul]
111[li]This standard established by the [url=http://www.jeita.or.jp]JEITA[/url] (Japan Electronics and Information Technology Industries Association) has no longer changed since 2002[/li]
112[li]each metadata defined in the standard is optional, so not all cameras feed all metadata[/li]
113[li]a [i]MakerNote[/i] metadata exists as an open field used by manufacturers to store information missing from the specifications (eg, lenses references); this data are specific to each manufacturer, sometimes for each camera. The plugin knows how to render some of this information for [b]Pentax[/b], [b]Canon[/b] and [b] Nikon [/b] cameras.[/li]
114[/ul]";
115
116$lang['g003_help_iptc'] = "IPTC Metadata consists of information the photographer can record in the image with an appropriate software.
117
118Information there is mainly oriented towards the professional world:
119[ul]
120[li]photographer references (name, contact)[/li]
121[li]information on the Copyright[/li]
122[li]description of the picture (title, description, reviews, tags)[/li]
123[li]various information related to the professional world[/li]
124[/ul]
125
126IPTC metadata is standardized ([url]http://www.iptc.org[/url]).
127This standard has been established by a consortium of major news agencies in the world, the [i]International Press Telecommunications Council [/i] (IPTC).
128[li] information on the format of the photo (size, resolution, compression)";
129$lang['g003_help_xmp'] = "XMP metadata are essentially EXIF and IPTC metadata that have been stored image file using XML format.
130
131XMP metadata provide more flexibility:
132[ul]
133[li]information can be stored in several different languages[/li]
134[li]usage of the Unicode character set allows (mainly) to use non-Latin characters[/li]
135[li]XML facilitates the interpretation and exchange of information[/li]
136[/ul]
137
138XMP metadata is standardized ([url]http://www.metadataworkinggroup.org/specs[/url]).
139The standard advises to use preferably the EXIF and IPTC metadata, if present.
140
141EXIF & IPTC metadata conversion to XMP metadata is usually done with a photo editing software.
142
143As XMP model is poorer than EXIF, this conversion will result in information loss in the picture. Usually the lost information is not too important for most users; however, the standard recommends that the software recording XMP metadata retain the original metadata: unfortunately, that is not always the case.";
144$lang['g003_help_magic'] = "The same information can be stored within a photo in multiple formats:
145[ul]
146[li]it may exist in every format[/li]
147[li]it may be present in one format but not in another one[/li]
148[/ul]
149
150For example, the aperture may be present in 4 different metadata:
151[ul]
152[li][b]exif.exif.FNumber[/b][/li]
153[li][b]exif.exif.ApertureValue[/b][/li]
154[li][b]xmp.exif:ApertureValue[/b][/li]
155[li][b]xmp.exif:FNumber[/b][/li]
156[/ul]
157
158To facilitate the rendering of information that may be scattered, the plugin provides a small group of the most used metadata, and takes on the analyze of those present in the picture to return the most relevant information.
159These are called [b]Magic[/ b] metadata.
160
161Thus, the [b]magic.ShotInfo.Aperture[/b] metadata returns:
162[ul]
163[li]if present in the photo, the value of the [b]exif.exif.FNumber[/b] metadata, otherwise [/li]
164[li]if present in the photo, the value of the [b]xmp.exif: FNumber[/b]metadata, otherwise [/li]
165[li]if present in the photo, the value of the [b]exif.exif.ApertureValue[/b] metadata, otherwise [/ li]
166[li]if present in the photo, the value of the [b]xmp.exif: ApertureValue[/b] metadata.[/li]
167[/ul]";
168
169
170
171
172/** ----------------------------------------------------------------------------
173 * new keys from releases 0.5.0/0.5.1
174 */
175
176$lang['g003_y'] = "Yes";
177$lang['g003_n'] = "No";
178
179$lang['g003_state'] = "State";
180$lang['g003_update'] = "Update";
181$lang['g003_personnal'] = "User defined";
182$lang['g003_search'] = "Search";
183
184$lang['g003_personnal_metadata'] = "User defined metadata";
185$lang['g003_add_a_new_md'] = "Add a new metadata";
186$lang['g003_fill_database'] = "Alimente le référentiel";
187$lang['g003_num_of_rules'] = "Number of rules";
188$lang['g003_metadatId'] = "Metadata ID";
189$lang['g003_rules'] = "Rules";
190$lang['g003_add_a_rule'] = "Add a rule";
191$lang['g003_typeText'] = "Text";
192$lang['g003_typeMetadata'] = "Metadata";
193$lang['g003_typeCondition'] = "Condition";
194$lang['g003_typeCIfExist'] = "exists";
195$lang['g003_typeCIfNotExist'] = "don't exists";
196$lang['g003_typeCIfEqual'] = "equals";
197$lang['g003_typeCIfNotEqual'] = "is not equals";
198$lang['g003_typeCIfLike'] = "like";
199$lang['g003_typeCIfNotLike'] = "don't like";
200$lang['g003_typeCIfBeginWith'] = "begin with";
201$lang['g003_typeCIfNotBeginWith'] = "don't begin with";
202$lang['g003_typeCIfEndWith'] = "end with";
203$lang['g003_typeCIfNotEndWith'] = "don't end with";
204$lang['g003_conditionIf'] = "Test if the metadata value";
205
206$lang['g003_invalidId'] = "Metadata ID isn\'t valid";
207$lang['g003_oneRuleIsNeeded'] = "At least, one rule is mandatory";
208$lang['g003_textRuleInvalid'] = "Rule of type \"Text\" : a value is mandatory";
209$lang['g003_metadataRuleInvalid'] = "Rule of type \"Metadata\" : a metadata must be selected";
210$lang['g003_conditionMdRuleInvalid'] = "Règle of type \"Condition\" : a metadata must be selected";
211$lang['g003_conditionRulesRuleInvalid'] = "Règle of type \"Condition\" : a least, one rule is mandatory";
212
213$lang['g003_tagIdAlreadyExist'] = "A metadata with this ID already exists !";
214
215$lang['g003_pleaseConfirmMetadataDelete'] = "Please confirm deleting the metadata";
216$lang['g003_deleteMetadata'] = "Deleting a metadata";
217$lang['g003_delete']= "Delete";
218
219$lang['g003_userDefined_filter'] = "User defined metadata";
220
221$lang['g003_informations'] = "Informations";
222$lang['g003_databaseInformation'] = "Informations importantes à propos du référentiel";
223$lang['g003_databaseWarning1']="[p]Le référentiel est constitué des métadonnées contenues dans les images de la galerie ainsi que de métadonnées calculées par le plugin. En fonction du nombre d'images et du nombre de métadonnées y étant rattachées, le référentiel peut s'avérer être très volumineux.
224Avant d'alimenter le référentiel, assurez-vous que la base de données proposée par votre hébergeur permet ce type d'usage.
225[/p][p]Il est toutefois à noter que l'usage du référentiel est facultatif, ce dernier n'étant pas exploité pour l'affichage des métadonnées des photos de la galerie.
226[/p][p]L'alimentation du référentiel est nécessaire si vous souhaitez :[/p]
227[ul]
228[li]Disposer de statistiques sur les métadonnées présentes dans vos photos (c'est aussi une aide pour la sélection de métadonnées)[/li]
229[li]Disposer du moteur de recherche[/li]
230[/ul]
231";
232$lang['g003_sizeAndRows'] = "The database weight do %s and have %s metadata";
233$lang['g003_numberOfAnalyzedPictures'] = "%d images were analyzed";
234
235$lang['g003_options'] = "Options";
236$lang['g003_fillDatabaseContinuously'] = "Fill the database continuously";
237$lang['g003_ignoreMetadata'] = "Ignore the metadata :";
238
239$lang['g003_analyze_analyzed_pictures'] = "Analyze is made only on pictures already analyzed";
240$lang['g003_fillDatabaseIgnoreWarning'] = "To be applied, the modified settings needs to made a new database analyze";
241
242
243$lang['g003_add_metadata'] = "Add a metadata";
244
245$lang['g003_choose_a_metadata'] = "Search on a metadata value";
246$lang['g003_add'] = "Ajouter";
247$lang['g003_metadata_value_check_one'] = "Au moins une des valeurs suivantes doit être vérifiée :";
248$lang['g003_metadata_value_check_all'] = "Toutes les valeurs suivantes doivent être vérifiées :";
249
250$lang['g003_metadata_exists']="La métadonnée %s est présente";
251$lang['g003_metadata_dont_exists']="La métadonnée %s n'est pas présente";
252$lang['g003_metadata_equals_all']="La métadonnée %s est présente et est égale à l\'une des valeurs suivantes :";
253$lang['g003_metadata_equals_one']="La métadonnée %s est présente et est égale à la valeur suivante :";
254$lang['g003_metadata_not_equals_all']="La métadonnée %s est présente et n'est égale à aucune des valeurs suivantes :";
255$lang['g003_metadata_not_equals_one']="La métadonnée %s est présente et n'est pas égale à la valeur suivante :";
256$lang['g003_metadata_like_all']="La métadonnée %s est présente et contient l\'une des valeurs suivantes :";
257$lang['g003_metadata_like_one']="La métadonnée %s est présente et contient la valeur suivante :";
258$lang['g003_metadata_not_like_all']="La métadonnée %s est présente et ne contient aucune des valeurs suivantes :";
259$lang['g003_metadata_not_like_one']="La métadonnée %s est présente et n'est contient pas la valeur suivante :";
260$lang['g003_metadata_begin_all']="La métadonnée %s est présente et commence par l\'une des valeurs suivantes :";
261$lang['g003_metadata_begin_one']="La métadonnée %s est présente et commence par la valeur suivante :";
262$lang['g003_metadata_not_begin_all']="La métadonnée %s est présente et ne commence pas par l\'une des valeurs suivantes :";
263$lang['g003_metadata_not_begin_one']="La métadonnée %s est présente et ne commence pas par la valeur suivante :";
264$lang['g003_metadata_end_all']="La métadonnée %s est présente et finit par l\'une des valeurs suivantes :";
265$lang['g003_metadata_end_one']="La métadonnée %s est présente et finit par la valeur suivante :";
266$lang['g003_metadata_not_end_all']="La métadonnée %s est présente et ne finit pas par l\'une des valeurs suivantes :";
267$lang['g003_metadata_not_end_one']="La métadonnée %s est présente et ne finit pas par la valeur suivante :";
268
269$lang['g003_value_already_set'] = "La valeur est déjà définie dans le domaine de valeurs";
270$lang['g003_please_set_a_value'] = "Merci de définir une valeur";
271
272
273$lang['g003_install']="Installation";
274$lang['g003_basic_mode']="Basic";
275$lang['g003_advanced_mode']="Advanced";
276$lang['g003_validate']="Validate";
277$lang['g003_step_1']="Choix du type d'usage du plugin";
278$lang['g003_basic_mode_help']="
279Le mode [i]basique[/i] s'adresse à ceux qui souhaitent simplement afficher les métadonnées de leurs photos et propose :[ul]
280[li]une interface simplifiée au maximum[/li]
281[li]une liste réduite de métadonnées (environ 140, dont les plus courantes)[/li]
282[/ul]";
283$lang['g003_advanced_mode_help']="
284Le mode [i]avancé[/i] s'adresse à ceux qui souhaitent exploiter au maximum les métadonnées de leurs photos et propose :[ul]
285[li]une interface plus complexe, mais complète[/li]
286[li]une liste de métadonnées plus complète (environ 540)[/li]
287[li]des fonctionnalités étendues (statistiques, recherche, ...)[/li]
288[/ul]
289Le mode [i]avancé[/i] nécessite la constitution d'un référentiel.";
290
291
292/** ----------------------------------------------------------------------------
293 * removed keys from releases 0.5.0/0.5.1
294 */
295//$lang['g003_warning_on_analyze_4a']
296//$lang['g003_warning_on_analyze_4b']
297
298
299
300
301
302
303?>
Note: See TracBrowser for help on using the repository browser.