Ignore:
Timestamp:
Sep 30, 2013, 9:53:29 PM (11 years ago)
Author:
TranslationTeam
Message:

[piwigo_openstreetmap] Update en_UK, thanks to : Kaare

Location:
extensions/piwigo-openstreetmap/language/en_UK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwigo-openstreetmap/language/en_UK/description.txt

    r24678 r24700  
    1 OpenStreetMap integration for piwigo
     1OpenStreetMap integration for Piwigo
  • extensions/piwigo-openstreetmap/language/en_UK/plugin.lang.php

    r24677 r24700  
    1313$lang['RIGHTLINK'] = "Name of the location header";
    1414$lang['RIGHTLINK_DESC'] = "Type the name to display on top of the map.";
    15 $lang['RIGHTLINKCSS'] = "CustomCSS";
    16 $lang['RIGHTLINKCSS_DESC'] = "Custom CSS style to apply on the location header.";
     15$lang['RIGHTLINKCSS'] = 'Custom CSS';
     16$lang['RIGHTLINKCSS_DESC'] = 'Custom CSS style to apply to the location header.';
    1717$lang['SHOWOSM'] = "Display 'View on OpenStreetMap'";
    1818$lang['SHOWOSM_DESC'] = "Add a link after the map to view it on OpenStreetMap.";
     
    2020$lang['L_MAP'] = "Left menu configuration";
    2121$lang['SHOWWORLDMAPLEFT'] = "Add a world map menu on the left";
    22 $lang['SHOWWORLDMAPLEFT_DESC'] = "Show a world map menu on the left menu, will display all the image of the gallery.";
     22$lang['SHOWWORLDMAPLEFT_DESC'] = 'Show a world map menu on the left menu, will display all the images in the gallery.';
    2323$lang['LEFTLINK'] = "World map menu name";
    2424$lang['LEFTLINK_DESC'] = "Type the name of the link to show on the left menu.";
    2525$lang['LEFTPOPUP'] = "Show popup";
    26 $lang['LEFTPOPUP_DESC'] = "Show a popup window if you click to the pin.";
     26$lang['LEFTPOPUP_DESC'] = 'Show a popup window if you click on the pin.';
    2727$lang['CLICK'] = "show on click";
    2828$lang['ALWAYS'] = "show immediately";
     
    4040$lang['BASELAYER_DESC'] = "Mapnik is the default style of OpenStreetMap.";
    4141$lang['CUSTOMBASELAYER'] = "Custom map style";
    42 $lang['CUSTOMBASELAYER_DESC'] = "Only if choosed 'custom' as map style. Who delivers the map style (tiles)?";
     42$lang['CUSTOMBASELAYER_DESC'] = 'Only if \'custom\' is selected as map style. Who delivers the map style (tiles)?';
    4343$lang['CUSTOMBASELAYERURL'] = "Tile server URL";
    44 $lang['CUSTOMBASELAYERURL_DESC'] = "Only if choosed 'custom' as map style. Example: http://tile.openstreetmap.org/{z}/{x}/{y}.png";
     44$lang['CUSTOMBASELAYERURL_DESC'] = 'Only if \'custom\' is selected as map style. Example: http://tile.openstreetmap.org/{z}/{x}/{y}.png';
    4545$lang['NOWORLDWARP'] = "No Worldwarp";
    4646$lang['NOWORLDWARP_DESC'] = "Normally the world will continue to the left and the right. This option restricts the view to 'one world'.";
    4747$lang['ATTRLEAFLET'] = "Show 'Powered by Leaflet'";
    48 $lang['ATTRLEAFLET_DESC'] = "Shows a attribution of the used JavaScript library for interactive maps 'Leaflet'.";
     48$lang['ATTRLEAFLET_DESC'] = 'Shows attribution of the used JavaScript library for interactive \'Leaflet\' maps.';
    4949$lang['ATTRIMAGERY'] = "Show map style";
    5050$lang['ATTRIMAGERY_DESC'] = "Shows the used map style.";
     
    5454$lang['H_PIN'] = "Pin configuration";
    5555$lang['PIN'] = "Select pin";
    56 $lang['PIN_DESC'] = "Select the last option if wonna use your own.";
     56$lang['PIN_DESC'] = 'Select the last option if you want to use your own.';
    5757$lang['OWNPIN'] = "own (custom style)";
    5858$lang['NOPIN'] = "no pin";
     
    6363$lang['PINSIZE_DESC'] = "Dimensions of the picture in px. The delimiter is 'x'. Example: '24x24'";
    6464$lang['PINSHADOWPATH'] = "Shadow";
    65 $lang['PINSHADOWPATH_DESC'] = "Path to the image of the shadow of your pin.";
     65$lang['PINSHADOWPATH_DESC'] = 'Path to your pin\'s shadow image.';
    6666$lang['PINSHADOWSIZE'] = "Shadow size";
    6767$lang['PINSHADOWSIZE_DESC'] = "Dimensions of the picture in px. The delimiter is 'x'. Example: '24x24'";
    6868$lang['PINOFFSET'] = "Pin point offset";
    69 $lang['PINOFFSET_DESC'] = "The position on the pin image, where the pin hits the map. 0x0 ist the top-left corner. Example: crosshairs = center of the image";
     69$lang['PINOFFSET_DESC'] = 'The position on the pin image, where the pin hits the map. 0x0 is the top-left corner. Example: crosshairs = center of the image';
    7070$lang['PINPOPUPOFFSET'] = "Popup offset";
    71 $lang['PINPOPUPOFFSET_DESC'] = "The position on the pin image, where the popup hits the pin. 0x0 ist the pin point.";
     71$lang['PINPOPUPOFFSET_DESC'] = 'The position on the pin image, where the popup hits the pin. 0x0 is the pin point.';
    7272
    7373$lang['PLUGINCONF'] = "Plugin options";
    74 $lang['AUTOSYNC'] = "Automatically sync EXIF if exist";
    75 $lang['AUTOSYNC_DESC'] = "When metadata is synchronized, coordinates might be overriden. Disable it if you have 'RV Maps & Earth' installed.";
     74$lang['AUTOSYNC'] = 'Automatically sync EXIF if it exist';
     75$lang['AUTOSYNC_DESC'] = 'When metadata is synchronized, coordinates might be overridden. Disable if you have \'RV Maps & Earth\' installed.';
    7676$lang['BATCHMANAGER'] = "Enable Batch Manager integration";
    77 $lang['BATCHMANAGER_DESC'] = "Allow to modify latitude, longitude manually. Disable it if you have 'RV Maps & Earth' installed.";
     77$lang['BATCHMANAGER_DESC'] = 'Allow to modify latitude and longitude manually. Disable if you have \'RV Maps & Earth\' installed.';
    7878
    79 $lang['POWERBY'] = "Power by";
     79$lang['POWERBY'] = 'Powered by';
    8080$lang['IMAGERYBY'] = "Imagery by";
    8181$lang['PLUGINBY'] = "Plugin by";
Note: See TracChangeset for help on using the changeset viewer.