forked from friendica/friendica-addons
9 lines
561 B
PHP
9 lines
561 B
PHP
<?php
|
|
|
|
$a->strings["Submit"] = "Подтвердить";
|
|
$a->strings["Tile Server URL"] = "";
|
|
$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "Список <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">общедоступных серверов</a>";
|
|
$a->strings["Default zoom"] = "zoom по умолчанию";
|
|
$a->strings["The default zoom level. (1:world, 18:highest)"] = "";
|
|
$a->strings["Settings updated."] = "Настройки обновлены.";
|