xref: /plugin/openlayersmap/lang/en/lang.php (revision 9c8c884ac32fbe91219c469bad7975b309fc7444)
145c50327SMark Prins<?php
245c50327SMark Prins/*
3*9c8c884aSMark Prins * Copyright (c) 2008-2012 Mark C. Prins <mprins@users.sf.net>
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';
25a57aaf07SMark Prins$lang['olmapPOIlatTitle']='latitude in decimal degrees';
26a57aaf07SMark Prins$lang['olmapPOIlonTitle']='longitude in decimal degrees';
27a57aaf07SMark Prins$lang['olmapPOIicon']='symbol';
28a57aaf07SMark Prins$lang['olmapPOIlat']='latitude';
29a57aaf07SMark Prins$lang['olmapPOIlon']='longitude';
30a57aaf07SMark Prins$lang['olmapPOItxt']='description';
31a57aaf07SMark Prins//$lang['']='';