xref: /plugin/openlayersmap/lang/en/lang.php (revision 45c50327270724a4b1bef398d9485bdb3d46debb)
1*45c50327SMark Prins<?php
2*45c50327SMark Prins/*
3*45c50327SMark Prins * Copyright (c) 2011 Mark C. Prins <mc.prins@gmail.com>
4*45c50327SMark Prins *
5*45c50327SMark Prins * Permission to use, copy, modify, and distribute this software for any
6*45c50327SMark Prins * purpose with or without fee is hereby granted, provided that the above
7*45c50327SMark Prins * copyright notice and this permission notice appear in all copies.
8*45c50327SMark Prins *
9*45c50327SMark Prins * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10*45c50327SMark Prins * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11*45c50327SMark Prins * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12*45c50327SMark Prins * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13*45c50327SMark Prins * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14*45c50327SMark Prins * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15*45c50327SMark Prins * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16*45c50327SMark Prins */
17*45c50327SMark Prins
18*45c50327SMark Prins/**
19*45c50327SMark Prins * English language file for openlayersmap plugin
20*45c50327SMark Prins *
21*45c50327SMark Prins * @author mark
22*45c50327SMark Prins * @license BSD license
23*45c50327SMark Prins */
24*45c50327SMark Prins$lang['olmapPOItitle'] = 'Points of Interest';