mirror of
https://ghproxy.net/https://github.com/AlxMedia/typecore.git
synced 2025-08-26 15:54:05 +08:00
Add sharrre language strings
This commit is contained in:
parent
d39cb242d6
commit
942e722db2
2 changed files with 22 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
<div class="sharrre-container">
|
||||
<span><?php esc_html_e('Share','typecore'); ?></span>
|
||||
<div id="twitter" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="Tweet"></div>
|
||||
<div id="facebook" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="Like"></div>
|
||||
<div id="googleplus" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="+1"></div>
|
||||
<div id="pinterest" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="Pin It"></div>
|
||||
<div id="twitter" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="<?php esc_html_e('Tweet', 'typecore'); ?>"></div>
|
||||
<div id="facebook" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="<?php esc_html_e('Like', 'typecore'); ?>"></div>
|
||||
<div id="googleplus" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="<?php esc_html_e('+1', 'typecore'); ?>"></div>
|
||||
<div id="pinterest" data-url="<?php echo the_permalink(); ?>" data-text="<?php echo the_title(); ?>" data-title="<?php esc_html_e('Pin It', 'typecore'); ?>"></div>
|
||||
</div><!--/.sharrre-container-->
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Typecore\n"
|
||||
"POT-Creation-Date: 2016-03-22 18:55+0100\n"
|
||||
"PO-Revision-Date: 2016-03-22 18:55+0100\n"
|
||||
"POT-Creation-Date: 2017-03-05 20:36+0100\n"
|
||||
"PO-Revision-Date: 2017-03-05 20:36+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: English\n"
|
||||
|
@ -159,3 +159,19 @@ msgstr ""
|
|||
#: ../inc/sharrre.php:2
|
||||
msgid "Share"
|
||||
msgstr ""
|
||||
|
||||
#: ../inc/sharrre.php:3
|
||||
msgid "Tweet"
|
||||
msgstr ""
|
||||
|
||||
#: ../inc/sharrre.php:4
|
||||
msgid "Like"
|
||||
msgstr ""
|
||||
|
||||
#: ../inc/sharrre.php:5
|
||||
msgid "+1"
|
||||
msgstr ""
|
||||
|
||||
#: ../inc/sharrre.php:6
|
||||
msgid "Pin It"
|
||||
msgstr ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue