mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
20 lines
604 B
PHP
Executable File
20 lines
604 B
PHP
Executable File
<?php
|
||
|
||
//version 2.0.0.0
|
||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||
//info@marketplus.if.ua
|
||
|
||
// Heading
|
||
$_['heading_title'] = 'Google Sitemap';
|
||
|
||
// Text
|
||
$_['text_feed'] = 'Канал товару';
|
||
$_['text_success'] = 'Ви успішно змінили канал Google Sitemap!';
|
||
$_['text_list'] = 'Список макету';
|
||
|
||
// Entry
|
||
$_['entry_status'] = 'Статус';
|
||
$_['entry_data_feed'] = 'Мережева адреса';
|
||
|
||
// Error
|
||
$_['error_permission'] = 'У Вас немає доступу для зміни каналу Google Sitemap!'; |