Skip to content

Commit

Permalink
Plugin updated to version 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGareginyan committed Jun 4, 2017
1 parent 7f9a7fc commit d57d1c3
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
3 changes: 3 additions & 0 deletions inc/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ h3.title {
margin-right: 20px;
border-radius: 15px;
}
.hello-message .modal-body .emoji {
float: none;
}
.hello-message .modal-body p {
font-size: 16px;
}
Expand Down
4 changes: 2 additions & 2 deletions inc/php/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* Hello message - Bootstrap Modal
*
* @since 4.6
* @since 4.10
*/
function smbtoolbar_hello_message() {

Expand All @@ -29,7 +29,7 @@ function smbtoolbar_hello_message() {
<button type="button" class="close" data-dismiss="modal">&times;</button>
<p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', SMEDIABT_TEXT ); ?></p>
<p><?php printf(
__( 'Thank you for installing my plugin! I hope you will love it %s', SMEDIABT_TEXT ),
__( 'Thank you for installing my plugin! I hope you will love it! %s', SMEDIABT_TEXT ),
'&#x1F603;'
);
?></p>
Expand Down
Binary file modified languages/social-media-buttons-toolbar-es_ES.mo
Binary file not shown.
6 changes: 3 additions & 3 deletions languages/social-media-buttons-toolbar-es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Development (trunk)\n"
"POT-Creation-Date: 2017-06-04 13:33+0300\n"
"PO-Revision-Date: 2017-06-04 13:37+0300\n"
"POT-Creation-Date: 2017-06-04 20:38+0300\n"
"PO-Revision-Date: 2017-06-04 20:38+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: es\n"
Expand Down Expand Up @@ -40,7 +40,7 @@ msgstr ""

#: inc/php/messages.php:32
#, php-format
msgid "Thank you for installing my plugin! I hope you will love it %s"
msgid "Thank you for installing my plugin! I hope you will love it! %s"
msgstr ""

#: inc/php/messages.php:67
Expand Down
Binary file modified languages/social-media-buttons-toolbar-ru_RU.mo
Binary file not shown.
12 changes: 8 additions & 4 deletions languages/social-media-buttons-toolbar-ru_RU.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: Social Media Buttons Toolbar\n"
"POT-Creation-Date: 2017-06-04 13:33+0300\n"
"PO-Revision-Date: 2017-06-04 13:36+0300\n"
"POT-Creation-Date: 2017-06-04 20:38+0300\n"
"PO-Revision-Date: 2017-06-04 20:38+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ru\n"
Expand Down Expand Up @@ -39,8 +39,8 @@ msgstr "Привет! Я Артур, автор этого плагина."

#: inc/php/messages.php:32
#, php-format
msgid "Thank you for installing my plugin! I hope you will love it %s"
msgstr "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится %s"
msgid "Thank you for installing my plugin! I hope you will love it! %s"
msgstr "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится! %s"

#: inc/php/messages.php:67
msgid "You have installed an old version of this plugin."
Expand Down Expand Up @@ -694,6 +694,10 @@ msgstr "Артур Гарегинян"
msgid "http://www.arthurgareginyan.com"
msgstr "http://www.arthurgareginyan.com"

#~ msgid "Thank you for installing my plugin! I hope you will love it %s"
#~ msgstr ""
#~ "Спасибо, что установили мой плагин! Надеюсь, что он вам полюбится %s"

#~ msgid "Enter the link to your Beam profile page"
#~ msgstr "Введите ссылку на вашу страницу профиля Beam"

Expand Down
4 changes: 2 additions & 2 deletions languages/social-media-buttons-toolbar.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"Project-Id-Version: Social Media Buttons Toolbar\n"
"POT-Creation-Date: 2017-06-04 13:32+0300\n"
"POT-Creation-Date: 2017-06-04 20:38+0300\n"
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down Expand Up @@ -37,7 +37,7 @@ msgstr ""

#: inc/php/messages.php:32
#, php-format
msgid "Thank you for installing my plugin! I hope you will love it %s"
msgid "Thank you for installing my plugin! I hope you will love it! %s"
msgstr ""

#: inc/php/messages.php:67
Expand Down

0 comments on commit d57d1c3

Please sign in to comment.