Skip to content

Commit

Permalink
created language fiel
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Mar 11, 2024
1 parent 30f4d20 commit c3e12ba
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 3 deletions.
2 changes: 1 addition & 1 deletion givewp-cryptopay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
add_action('admin_notices', function (): void {
?>
<div class="notice notice-error">
<p><?php echo sprintf(esc_html__('GiveWP - CryptoPay Gateway: This plugin requires GiveWP to work. You can download GiveWP by %s.', 'givewp-cryptopay'), '<a href="https://tr.wordpress.org/plugins/give/" target="_blank">' . esc_html__('clicking here', 'givewp-cryptopay') . '</a>'); ?></p>
<p><?php echo sprintf(esc_html__('GiveWP - CryptoPay Gateway: This plugin requires GiveWP to work. You can download GiveWP by %s.', 'givewp-cryptopay'), '<a href="https://wordpress.org/plugins/give/" target="_blank">' . esc_html__('clicking here', 'givewp-cryptopay') . '</a>'); ?></p>
</div>
<?php
});
Expand Down
69 changes: 69 additions & 0 deletions languages/givewp-cryptopay.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: GiveWP - CryptoPay Gateway\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-11 09:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\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.6; wp-6.4.3\n"
"X-Domain: givewp-cryptopay"

#. Description of the plugin
msgid "Adds Cryptocurrency payment gateway (CryptoPay) for GiveWP."
msgstr ""

#. Author of the plugin
msgid "BeycanPress LLC"
msgstr ""

#: givewp-cryptopay-gateway.php:49 givewp-cryptopay-gateway.php:59
msgid "clicking here"
msgstr ""

#: app/Gateways/Processor.php:126
#, php-format
msgid "Donation completed with %s"
msgstr ""

#. Name of the plugin
msgid "GiveWP - CryptoPay Gateway"
msgstr ""

#: givewp-cryptopay-gateway.php:59
#, php-format
msgid ""
"GiveWP - CryptoPay Gateway: This plugin is an extra feature plugin so it "
"cannot do anything on its own. It needs CryptoPay to work. You can buy "
"CryptoPay by %s."
msgstr ""

#: givewp-cryptopay-gateway.php:49
#, php-format
msgid ""
"GiveWP - CryptoPay Gateway: This plugin requires GiveWP to work. You can "
"download GiveWP by %s."
msgstr ""

#: app/Loader.php:22
msgid "GiveWP Transactions"
msgstr ""

#. Author URI of the plugin
msgid "https://beycanpress.com"
msgstr ""

#. URI of the plugin
msgid "https://beycanpress.com/cryptopay/"
msgstr ""

#: app/Gateways/Processor.php:60
msgid "You can pay with supported networks and cryptocurrencies."
msgstr ""
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Review CryptoPay Lite: **<a href="https://wordpress.org/plugins/cryptopay-wc-lit

Review CryptoPay Premium: **<a href="https://beycanpress.com/cryptopay/?utm_source=github&utm_medium=cryptopay_givewp">Cryptocurrency payments for WooCommerce</a>**

Review GiveWP: **<a href="https://tr.wordpress.org/plugins/give/">GiveWP</a>**
Review GiveWP: **<a href="https://wordpress.org/plugins/give/">GiveWP</a>**

See **<a href="https://cryptopay.beycanpress.net/" target="_blank">Demo</a>**

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Review CryptoPay Lite: **<a href="https://wordpress.org/plugins/cryptopay-wc-lit

Review CryptoPay Premium: **<a href="https://beycanpress.com/cryptopay/?utm_source=wporg_readme&utm_medium=cryptopay_givewp">Cryptocurrency payments for WooCommerce</a>**

Review GiveWP: **<a href="https://tr.wordpress.org/plugins/give/">GiveWP</a>**
Review GiveWP: **<a href="https://wordpress.org/plugins/give/">GiveWP</a>**

See **<a href="https://cryptopay.beycanpress.net/" target="_blank">Demo</a>**

Expand Down

0 comments on commit c3e12ba

Please sign in to comment.