Ignore:
Timestamp:
Oct 9, 2010, 10:22:16 PM (13 years ago)
Author:
grum
Message:

en_UK language file updated

File:
1 edited

Legend:

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

    r7054 r7140  
    11<?php
    22
     3$lang['To install this plugin, you need to install Grum Plugin Classes %s before']="To install this plugin, you first need to install plugin Grum Plugin Classes %s";
     4$lang['To install this plugin, you need to install Advanced Metadata %s before']="To install this plugin, you first need to install plugin Advanced Metadata %s";
     5$lang['gmaps_amd_warning_inactive']="Warning ! <br><br>Plugin Advanced Metadata %s does not appear to be installed/activated: maps can't be displayed until it is installed and activated.";
     6$lang['gmaps_amd_warning_basic']="Warning! <br><br> Plugin Advanced Metadata operates in 'basic' mode: maps linked to the categories can't be displayed with this mode.";
     7$lang['gmaps_warning']='Warning';
     8
     9$lang['gmaps_release']='r';
     10
    311$lang['gmaps_geolocation'] = 'Geolocation';
     12$lang['gmaps_maps'] = 'Maps';
     13$lang['gmaps_map'] = 'Map';
     14$lang['gmaps_associate_category_maps'] = 'Maps association';
     15$lang['gmaps_search'] = 'Search';
     16$lang['gmaps_kml_files_management'] = 'KML/KMZ files management';
     17
     18$lang['gmaps_maps_management']='Maps management';
     19
     20$lang['gmaps_y'] = "Yes";
     21$lang['gmaps_n'] = "No";
     22$lang['gmaps_ok'] = "Ok";
     23$lang['gmaps_cancel'] = "Cancel";
     24$lang['gmaps_edit'] = "Edit";
     25$lang['gmaps_delete'] = "Delete";
     26$lang['gmaps_loading'] = "Loading...";
     27
     28$lang['gmaps_config_map']="Setting a map";
     29$lang['gmaps_pleaseConfirmMetadataDelete_1']="Map and all the associations which depend will be deleted.";
     30$lang['gmaps_pleaseConfirmMetadataDelete_2']="Please confirm deleting it.";
     31$lang['gmaps_pleaseConfirmKml_1']="The KML/KMZ file will be deleted and all references to it will be reset.";
     32$lang['gmaps_pleaseConfirmKml_2']="Please confirm deleting it.";
     33$lang['gmaps_pleaseConfirmKml']="Please confirm deleting it.";
     34$lang['gmaps_deleteMap']="Delete a map";
     35$lang['gmaps_add_a_new_map']="Add a map";
     36$lang['gmaps_deleteKml']="Delete KML/KMZ file";
     37$lang['gmaps_add_a_new_kmlFile']="Add a KML/KMZ file";
     38
     39$lang['gmaps_name']="Name";
     40$lang['gmaps_dimensions']="Dimensions";
     41$lang['gmaps_zoomLevel']="Zoom level";
     42$lang['gmaps_mapType']="Map type";
     43$lang['gmaps_width']="Width";
     44$lang['gmaps_height']="Height";
     45$lang['gmaps_auto']="Automatic";
     46$lang['gmaps_displayType']="Display type";
     47
     48$lang['gmaps_displayTypeShortIC']="Category (lightbox)";
     49$lang['gmaps_displayTypeShortIP']="Photo (lightbox)";
     50$lang['gmaps_displayTypeShortMP']="Photo (metadata)";
     51$lang['gmaps_displayTypeIC']="To be displayed on the page of a category (lightbox)";
     52$lang['gmaps_displayTypeIP']="To be displayed on the page of a photo (lightbox)";
     53$lang['gmaps_displayTypeMP']="To be displayed on the page of a photo (as a metadata)";
     54
     55$lang['gmaps_map_dimensions_are']="Map size is :";
     56$lang['gmaps_interface_dimensions_f']="Fixed";
     57$lang['gmaps_interface_dimensions_a']="Adjust to the size of the window";
     58
     59
     60$lang['gmaps_googleMapType_hybrid']="Hybrid"; //here, please use google terms
     61$lang['gmaps_googleMapType_terrain']="Terrain"; //here, please use google terms
     62$lang['gmaps_googleMapType_roadmap']="Roadmap"; //here, please use google terms
     63$lang['gmaps_googleMapType_satellite']="Satellite"; //here, please use google terms
     64$lang['gmaps_googleMapTypeControl']="Display control";
     65$lang['gmaps_googleMapTypeControl_-1']="None";
     66$lang['gmaps_googleMapTypeControl_0']="Automatic";
     67$lang['gmaps_googleMapTypeControl_1']="Horizontal menu";
     68$lang['gmaps_googleMapTypeControl_2']="Popup menu";
     69$lang['gmaps_googleMapNavigationControl']="Zoom level control";
     70$lang['gmaps_googleMapNavigationControl_-1']="None";
     71$lang['gmaps_googleMapNavigationControl_0']="Automatic";
     72$lang['gmaps_googleMapNavigationControl_1']="Small";
     73$lang['gmaps_googleMapNavigationControl_2']="Android";
     74$lang['gmaps_googleMapNavigationControl_3']="Large";
     75
     76$lang['gmaps_googleMapScaleControl']="Scale";
     77$lang['gmaps_display_hidden']="Hidden";
     78$lang['gmaps_display_visible']="Visible";
     79
     80$lang['gmaps_properties_general']="Properties";
     81$lang['gmaps_properties_mapType']="Display management";
     82$lang['gmaps_properties_zoomLevel']="Zoom management";
     83
     84$lang['gmaps_add_a_new_association']="Add new association";
     85$lang['gmaps_category']="Category";
     86$lang['gmaps_picture']="Photo";
     87$lang['gmaps_nb_pictures']="%s photos";
     88$lang['gmaps_1_picture']="1 photo";
     89$lang['gmaps_0_picture']="There are no photos in this geographic area";
     90$lang['gmaps_apply_subcat']="Apply to sub-categories";
     91$lang['gmaps_map_id']="Map";
     92$lang['gmaps_map_kmlfile']="KML/KMZ file";
     93$lang['gmaps_map_icon']="Icon";
     94$lang['gmaps_map_associate_kmlfile']="Associate a KML/KMZ file";
     95
     96$lang['gmaps_map_integration']="Integration into the gallery";
     97$lang['gmaps_map_assoc']="Properties";
     98
     99$lang['gmaps_manage_assoc']="Gestion d\\'une association";
     100$lang['gmaps_deleteAssoc']="Delete an association";
     101
     102
     103$lang['gmaps_applyForAllTheGallery']="All the gallery";
     104$lang['gmaps_only_one_map_is_allowed_for_this_mode']="Settings already exists for this association";
     105$lang['gmaps_view_map']="Locate the photo on a map";
     106$lang['gmaps_map_title']="Title";
     107
     108
     109
     110$lang['gmaps_i_boundmap']="Adjust the size of the map to see all items";
     111$lang['gmaps_i_boundkml']="Adjust the size of the map to see full track";
     112$lang['gmaps_i_centermap']="Center map";
     113$lang['gmaps_i_show_this_picture_in']="Show this photo in category:";
     114
     115$lang['gmaps_north']="North";
     116$lang['gmaps_south']="South";
     117$lang['gmaps_east']="East";
     118$lang['gmaps_west']="West";
     119$lang['gmaps_add_geographic_area']="Add a geographical area";
     120$lang['gmaps_choose_geographic_area']="Select the geographical area";
     121$lang['gmaps_search_by_geographic_area']="Search by region";
     122$lang['gmaps_geographic_coords_between']="Geographical coordinates are between:";
     123$lang['gmaps_of_lat']="for latitude";
     124$lang['gmaps_of_lng']="for longitude";
     125$lang['gmaps_and']="and";
     126
     127
     128$lang['gmaps_kml_file_management']="Management of a KML/KMZ file";
     129$lang['gmaps_kml_files_management']="Management of KML/KMZ files";
     130$lang['gmaps_file']="File";
     131$lang['gmaps_date']="Date";
     132$lang['gmaps_file_size']="File size";
     133$lang['gmaps_nb_assoc']="Assignments";
     134$lang['gmaps_file_required']="Selecting a file is required!";
     135$lang['gmaps_file_is_not_kml_kmz']="The file extension is invalid! Only KML and KMZ files are accepted.";
     136
     137$lang['gmaps_error_code_aksf01']="An unknown error has occurred ... :-/";
     138$lang['gmaps_error_code_aksf02']="An error occurred when saving file";
     139$lang['gmaps_error_code_aksf10']="A file with the same name is already used";
     140$lang['gmaps_action_was_stopped']="The action was interrupted for the following reason:";
     141
     142$lang['gmaps_kml_file_selected']="Select among the managed files";
     143$lang['gmaps_kml_file_url']="Entering an URL";
     144$lang['gmaps_kml_file_none']="None";
     145
     146$lang['gmaps_kml_file_access']="To be displayed on a map, the KML/KMZ files need to be accessible by Google's servers.";
     147$lang['gmaps_icon_info']="If the theme already have an icon with the same dimensions as the one selected, it will be applied first.";
     148
     149$lang['gmaps_map_marker']="Aspect of marker";
    4150
    5151?>
Note: See TracChangeset for help on using the changeset viewer.