first commit
This commit is contained in:
7
modules/gmaps/i18n/en_US/gmaps.php
Normal file
7
modules/gmaps/i18n/en_US/gmaps.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_marker' => 'Invalid marker params (latitude: %s, longitude: %s)',
|
||||
'invalid_dimensions' => 'Invalid map dimensions (width: %s, height: %s)',
|
||||
);
|
||||
Reference in New Issue
Block a user