Skip to content

Commit 03408e5

Browse files
committed
[ADD] Preview.
1 parent 5e055c3 commit 03408e5

File tree

6 files changed

+37
-8
lines changed

6 files changed

+37
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# sSeo for Evolution CMS 3
2-
![sSeo](https://repository-images.githubusercontent.com/627975404/56ba0688-1b24-4ea5-a58a-359fa4ef1be4)
2+
![sSeo](https://repository-images.githubusercontent.com/675386929/349d7568-33f6-487d-8b87-367c13b35c4d)
33
[![Latest Stable Version](https://img.shields.io/packagist/v/seiger/sSeo?label=version)](https://packagist.org/packages/seiger/sseo)
44
[![CMS Evolution](https://img.shields.io/badge/CMS-Evolution-brightgreen.svg)](https://github.com/evolution-cms/evolution)
55
![PHP version](https://img.shields.io/packagist/php-v/seiger/sseo)

docs/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: sSeo for Evolution CMS 3
44
permalink: /
55
---
66

7-
![sSeo](https://repository-images.githubusercontent.com/627975404/56ba0688-1b24-4ea5-a58a-359fa4ef1be4){: .badge}
7+
![sSeo](https://repository-images.githubusercontent.com/675386929/349d7568-33f6-487d-8b87-367c13b35c4d){: .badge}
88
[![Latest Stable Version](https://img.shields.io/packagist/v/seiger/sSeo?label=version)](https://packagist.org/packages/seiger/sseo){: .badge}
99
[![CMS Evolution](https://img.shields.io/badge/CMS-Evolution-brightgreen.svg)](https://github.com/evolution-cms/evolution){: .badge}
1010
![PHP version](https://img.shields.io/packagist/php-v/seiger/sseo){: .badge}

lang/en/global.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
<?php return [
2+
'configure' => 'Configuration',
3+
'configure_help' => 'Adjusting the SEO behavior of the site.',
4+
'configure_icon' => 'fa fa-sliders',
5+
'description' => 'A tool for adjusting the SEO behavior of a site.',
26
'icon' => 'fa fas fa-chart-line',
7+
'ignore' => 'Ignore',
8+
'manage_www' => 'Management of the WWW',
9+
'noindex_get' => 'Do not index $_GET',
10+
'noindex_get_help' => 'Specify the list of $_GET parameters separated by commas. Pages with these options will be banned from indexing.',
11+
'paginates_get' => 'Pagination pages',
12+
'paginates_get_help' => 'A parameter indicating that this page is a pagination page. Default page.',
13+
'protocol_help' => 'The site protocol is configured in <b>System Configuration -> Site</b>',
314
'title' => 'SEO',
4-
];
15+
'using_www' => 'Using WWW',
16+
'without_www' => 'Without WWW',
17+
];

lang/ru/global.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
<?php return [
2+
'configure' => 'Конфигурация',
3+
'configure_help' => 'Настройка SEO поведения сайта.',
4+
'configure_icon' => 'fa fa-sliders',
5+
'description' => 'Инструмент для настройки SEO поведения сайта',
26
'icon' => 'fa fas fa-chart-line',
7+
'ignore' => 'Не учитывать',
8+
'manage_www' => 'Управление WWW',
9+
'noindex_get' => 'Не индексировать $_GET',
10+
'noindex_get_help' => 'Укажите список $_GET параметров через запятую. Страницы с этими параметрами будут запрещены для индексации.',
11+
'paginates_get' => 'Страницы пагинации',
12+
'paginates_get_help' => 'Параметр, указывающий на то, что данная страница является страницой побега. По умолчанию page.',
13+
'protocol_help' => 'Протокол сайта настраивается в <b>Системная конфигурация -> Сайт</b>',
314
'title' => 'SEO',
4-
];
15+
'using_www' => 'З WWW',
16+
'without_www' => 'Без WWW',
17+
];

lang/uk/global.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
'configure_icon' => 'fa fa-sliders',
55
'description' => 'Інструмент для налаштування SEO поведінки сайта.',
66
'icon' => 'fa fas fa-chart-line',
7+
'ignore' => 'Не враховувати',
78
'manage_www' => 'Керування WWW',
89
'noindex_get' => 'Не індексувати $_GET',
910
'noindex_get_help' => 'Вкажіть список $_GET параметрів через кому. Сторінки з цими параметрами будуть заборонені для індексації.',
10-
'paginates_get' => 'Cторінки пагінації',
11+
'paginates_get' => 'Сторінки пагінації',
1112
'paginates_get_help' => 'Параметр, що вказує на те, що дана сторінка є сторінкою пагінації. Типово page.',
1213
'protocol_help' => 'Протокол сайта налаштовується в <b>Системна конфігурація -> Сайт</b>',
1314
'title' => 'SEO',
15+
'using_www' => 'З WWW',
16+
'without_www' => 'Без WWW',
1417
];

views/configureTab.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
</label>
1919
<div class="col-7 col-md-9 col-lg-10">
2020
<select name="manage_www" id="manage_www" class="form-control" onchange="documentDirty=true;">
21-
<option value="0" @if(config('seiger.settings.sSeo.manage_www', 0) == 0) selected @endif>Не враховувати</option>
22-
<option value="1" @if(config('seiger.settings.sSeo.manage_www', 0) == 1) selected @endif>Без WWW</option>
23-
<option value="2" @if(config('seiger.settings.sSeo.manage_www', 0) == 2) selected @endif>З WWW</option>
21+
<option value="0" @if(config('seiger.settings.sSeo.manage_www', 0) == 0) selected @endif>@lang('sSeo::global.ignore')</option>
22+
<option value="1" @if(config('seiger.settings.sSeo.manage_www', 0) == 1) selected @endif>@lang('sSeo::global.without_www')</option>
23+
<option value="2" @if(config('seiger.settings.sSeo.manage_www', 0) == 2) selected @endif>@lang('sSeo::global.using_www')</option>
2424
</select>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)