xref: /plugin/openlayersmap/lang/en/lang.php (revision a57aaf07a34c563b41d065a48840d44bf9e56b1e)
145c50327SMark Prins<?php
245c50327SMark Prins/*
345c50327SMark Prins * Copyright (c) 2011 Mark C. Prins <mc.prins@gmail.com>
445c50327SMark Prins *
545c50327SMark Prins * Permission to use, copy, modify, and distribute this software for any
645c50327SMark Prins * purpose with or without fee is hereby granted, provided that the above
745c50327SMark Prins * copyright notice and this permission notice appear in all copies.
845c50327SMark Prins *
945c50327SMark Prins * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1045c50327SMark Prins * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1145c50327SMark Prins * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1245c50327SMark Prins * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1345c50327SMark Prins * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1445c50327SMark Prins * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1545c50327SMark Prins * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1645c50327SMark Prins */
1745c50327SMark Prins
1845c50327SMark Prins/**
1945c50327SMark Prins * English language file for openlayersmap plugin
2045c50327SMark Prins *
2145c50327SMark Prins * @author mark
2245c50327SMark Prins * @license BSD license
2345c50327SMark Prins */
2445c50327SMark Prins$lang['olmapPOItitle'] = 'Points of Interest';
25*a57aaf07SMark Prins$lang['olmapPOIlatTitle']='latitude in decimal degrees';
26*a57aaf07SMark Prins$lang['olmapPOIlonTitle']='longitude in decimal degrees';
27*a57aaf07SMark Prins$lang['olmapPOIicon']='symbol';
28*a57aaf07SMark Prins$lang['olmapPOIlat']='latitude';
29*a57aaf07SMark Prins$lang['olmapPOIlon']='longitude';
30*a57aaf07SMark Prins$lang['olmapPOItxt']='description';
31*a57aaf07SMark Prins//$lang['']='';