-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
066de0a
commit 63fb678
Showing
6 changed files
with
98 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: WP Post Views\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2022-07-15 19:10+0000\n" | ||
"PO-Revision-Date: 2022-07-15 19:29+0000\n" | ||
"Last-Translator: Сергей\n" | ||
"Language-Team: Русский\n" | ||
"Language: ru-RU\n" | ||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && " | ||
"n%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"X-Generator: Loco https://localise.biz/\n" | ||
"X-Loco-Version: 2.6.2; wp-6.0.1\n" | ||
"X-Domain: wppv" | ||
|
||
#: wp-post-views.php:33 | ||
msgid "Hi there! I'm just a plugin, not much I can do when called directly." | ||
msgstr "" | ||
"Всем привет! Я всего лишь плагин, и я мало что могу сделать, когда вызываю " | ||
"его напрямую." | ||
|
||
#. URI of the plugin | ||
msgid "https://github.com/vanpariyar/wp-post-views" | ||
msgstr "https://github.com/vanpariyar/wp-post-views" | ||
|
||
#. Author URI of the plugin | ||
msgid "https://vanpariyar.github.io" | ||
msgstr "https://vanpariyar.github.io" | ||
|
||
#. Author of the plugin | ||
msgid "Ronak J Vanpariya" | ||
msgstr "Ronak J Vanpariya" | ||
|
||
#: includes/settings.php:57 | ||
msgid "Select your custom post type" | ||
msgstr "Выберите типы контента в которых нужно учитывать просмотры" | ||
|
||
#: includes/settings.php:39 | ||
msgid "Settings for WP Post Views" | ||
msgstr "Настройки WP Post Views" | ||
|
||
#: includes/settings.php:45 | ||
msgid "Show post views coloumn" | ||
msgstr "Показывать колонку Views" | ||
|
||
#: includes/settings.php:102 | ||
msgid "" | ||
"This will show one extra coloumn in Post listing page which is show the " | ||
"counts" | ||
msgstr "" | ||
"Это включит доп. колонку в списке страниц и постов, которая показывает " | ||
"количество просмотров" | ||
|
||
#: includes/settings.php:51 | ||
msgid "" | ||
"Views filter on IP (If checked multiple views will not count From same IP)" | ||
msgstr "" | ||
"Фильтр просмотров по IP (если установлен чекбокс, то будет учитываться " | ||
"только один просмотр с одного IP)" | ||
|
||
#. Name of the plugin | ||
msgid "WP Post Views" | ||
msgstr "WP Post Views" | ||
|
||
#. Description of the plugin | ||
msgid "WP Post Views." | ||
msgstr "WP Post Views." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters