Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ru/admin/cms/comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$_['entry_date_from'] = 'Дата от';
$_['entry_date_to'] = 'Дата до';

// Button
// Buttons
$_['button_spam'] = 'Спам';
$_['button_rating'] = 'Рассчитать рейтинги';

Expand Down
2 changes: 1 addition & 1 deletion ru/admin/marketing/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Text
$_['text_mail'] = 'Отправить e-mail покупателям';
$_['text_success'] = 'Ваше сообщение было успешно отправлено!';
$_['text_sent'] = 'Your message has been successfully sent to %s to %s of %s recipients!';
$_['text_sent'] = 'Ваше сообщение было успешно отправлено %s в %s из %s получателям!';
$_['text_newsletter'] = 'Все подписчики на рассылку';
$_['text_customer_all'] = 'Все покупатели';
$_['text_customer_group'] = 'Группа покупателя';
Expand Down
2 changes: 1 addition & 1 deletion ru/admin/setting/setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
$_['error_country'] = 'Пожалуйста, выберите страну!';
$_['error_zone'] = 'Пожалуйста, выберите регион / область!';
$_['error_product_description_length'] = 'Необходимая длина описания товара!';
$_['error_article_description_length'] = 'Article description length required!';
$_['error_article_description_length'] = 'Необходимая длина описания статьи!';
$_['error_pagination'] = 'Пагинация обязательна!';
$_['error_autocomplete_limit'] = 'Требуется лимит автозаполнения!';
$_['error_login_attempts'] = 'Количество попыток входа должно быть больше 0!';
Expand Down
4 changes: 2 additions & 2 deletions ru/admin/ssr/article.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Text
$_['text_article'] = 'You have rendered %s to %s of %s articles';
$_['text_next'] = 'You have rendered %s to %s of %s countries';
$_['text_article'] = 'Вы отобрали %s для %s из %s статей';
$_['text_next'] = 'Вы отобрали %s для %s из %s стран';
$_['text_success'] = 'Успех: Вы изменили статьи!';
2 changes: 1 addition & 1 deletion ru/admin/ssr/country.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Text
$_['text_list'] = 'Вы предоставили список стран для рендеринга';
$_['text_next'] = 'You have rendered %s to %s of %s countries';
$_['text_next'] = 'Вы отобрали %s для %s из %s стран';
$_['text_success'] = 'Успех: Вы изменили страны!';

// Error
Expand Down
2 changes: 1 addition & 1 deletion ru/admin/ssr/currency.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Text
$_['text_list'] = 'Вы предоставили список валют для рендеринга';
$_['text_next'] = 'You have rendered %s to %s of %s currencies';
$_['text_next'] = 'Вы отобрали %s для %s из %s валют';
$_['text_success'] = 'Успех: Вы изменили валюты!';

// Error
Expand Down
2 changes: 1 addition & 1 deletion ru/admin/ssr/language.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Text
$_['text_list'] = 'Вы предоставили список языков для рендеринга';
$_['text_next'] = 'You have rendered %s to %s of %s languages';
$_['text_next'] = 'Вы отобрали %s для %s из %s языков';
$_['text_success'] = 'Успех: Вы изменили языки!';

// Error
Expand Down
2 changes: 1 addition & 1 deletion ru/admin/ssr/manufacturer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Text
$_['text_list'] = 'Вы предоставили список производителей для рендеринга';
$_['text_next'] = 'You have rendered %s to %s of %s manufacturers';
$_['text_next'] = 'Вы отобрали %s для %s из %s производителей';
$_['text_success'] = 'Успех: Вы изменили производителей!';

// Error
Expand Down
2 changes: 1 addition & 1 deletion ru/catalog/account/authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Entry
$_['entry_code'] = 'Код безопасности';

// Button
// Buttons
$_['button_send'] = 'Отправить';
$_['button_reset'] = 'Сбросить';

Expand Down
2 changes: 1 addition & 1 deletion ru/catalog/product/review.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$_['entry_good'] = 'Хорошо';
$_['entry_bad'] = 'Плохо';

// Tabs
// Tab
$_['tab_review'] = 'Отзывов (%s)';

// Error
Expand Down
Loading