mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 20:35:26 +00:00
17 lines
434 B
PHP
Executable File
17 lines
434 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'] = 'Підписка на новини';
|
|
|
|
// Text
|
|
$_['text_account'] = 'Профіль';
|
|
$_['text_newsletter'] = 'Новини';
|
|
$_['text_success'] = 'Ви успішно підписалися на новини!';
|
|
|
|
// Entry
|
|
$_['entry_newsletter'] = 'Підписатися';
|