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)',
|
||||
);
|
||||
7
modules/gmaps/i18n/pl_PL/gmaps.php
Normal file
7
modules/gmaps/i18n/pl_PL/gmaps.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_marker' => 'Nieprawidłowe parametry markera (szerokość geograficzna: %s, długość geograficzna: %s)',
|
||||
'invalid_dimensions' => 'Nieprawidłowe wymiary mapy (szerokość: %s, wysokość: %s)',
|
||||
);
|
||||
Reference in New Issue
Block a user