This commit is contained in:
erwanlr
2023-08-24 09:24:36 +02:00
parent cb7cd9aac2
commit 289e2d80c1
13 changed files with 3695 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,160 @@
# Copyright (C) 2023 Allpay
# This file is distributed under the GPLv2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Allpay payment gateway 1.0.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/allpay-payment-"
"gateway.1.0.2\n"
"POT-Creation-Date: 2023-07-19T19:35:49+03:00\n"
"PO-Revision-Date: 2023-07-19 19:49+0300\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.3.2\n"
"X-Domain: allpay-payment-gateway\n"
#. Plugin Name of the plugin
msgid "Allpay payment gateway"
msgstr "Платежный шлюз Allpay"
#. Plugin URI of the plugin
msgid "https://www.allpay.co.il/integrations/woocommerce"
msgstr ""
#. Description of the plugin
msgid "Allpay Payment Gateway for WooCommerce."
msgstr "Платежный шлюз Allpay для WooCommerce."
#. Author of the plugin
msgid "Allpay"
msgstr ""
#. Author URI of the plugin
msgid "https://allpay.co.il"
msgstr ""
#: allpay-gateway.php:47
msgid "Settings"
msgstr "Настройки"
#: allpay.php:12 allpay.php:16
msgid "Bank cards payments Allpay"
msgstr "Оплата банковскими картами Allpay"
#: allpay.php:14
msgid "Allpay Payment Gateway Plug-in for WooCommerce"
msgstr "Плагин платежного шлюза Allpay для WooCommerce"
#: allpay.php:55
msgid "Enable / Disable"
msgstr "Включить/ Выключить"
#: allpay.php:56
msgid "Enable this payment gateway"
msgstr "Включить этот метод оплаты"
#: allpay.php:61
msgid "Title"
msgstr "Заголовок"
#: allpay.php:63
msgid "Payment title the customer will see during the checkout process."
msgstr ""
"Заголовок платежа, который покупатель увидит в процессе оформления заказа."
#: allpay.php:64
msgid "Credit card"
msgstr "Кредитная карта"
#: allpay.php:67
msgid "Description"
msgstr "Описание"
#: allpay.php:69
msgid "Payment description the customer will see during the checkout process."
msgstr ""
"Описание платежа, которое покупатель увидит в процессе оформления заказа."
#: allpay.php:70
msgid "Pay securely using your credit card."
msgstr "Платите безопасно с помощью кредитной карты."
#: allpay.php:74
msgid "API login"
msgstr "API логин"
#: allpay.php:76
msgid "Allpay API Login"
msgstr "Логин API Allpay"
#: allpay.php:79
msgid "API key"
msgstr "API ключ"
#: allpay.php:81
msgid "Allpay API Key"
msgstr "Ключ API Allpay"
#: allpay.php:84
msgid "Installment max payments"
msgstr "Платежей в рассрочку до"
#: allpay.php:86
msgid "Maximum number of installment payments. Up to 12, zero to disable."
msgstr ""
"Максимальное количество платежей в рассрочку. Максимум до12-и платежей. 0 "
"для отключения."
#: allpay.php:87
msgid ""
"Allows client to choose number of payments. Valid for credit cards only (no "
"debit cards)"
msgstr ""
"Позволяет клиенту выбрать количество платежей. Действительно только для "
"кредитных карт (без дебетовых карт)"
#: allpay.php:91
msgid "Installment min order amount"
msgstr "Минимальная сумма заказа в рассрочку"
#: allpay.php:93
msgid "Minimum order amount for installments. Zero for orders of any amount."
msgstr "Минимальная сумма заказа в рассрочку. Ноль для заказов на любую сумму."
#: allpay.php:94
msgid ""
"Enables installment option when payment amount equals or above this value"
msgstr ""
"Включает опцию рассрочки, когда сумма платежа равна или превышает это "
"значение"
#: allpay.php:98
msgid "First payment amount"
msgstr "Сумма первого платежа"
#: allpay.php:100
msgid "First Installment payment. Zero for auto."
msgstr "Оплата первого взноса. Ноль для автоматического расчета."
#: allpay.php:101
msgid ""
"Makes first payment amount fixed. If set to 0, the system will calculate the "
"first payment"
msgstr ""
"Фиксирует сумму первого платежа. Если установлено 0, система рассчитает "
"первый платеж"
#: allpay.php:146
msgid ""
"We are currently experiencing problems trying to connect to this payment "
"gateway. Sorry for the inconvenience."
msgstr ""
"В настоящее время у нас возникают проблемы с подключением к этому платежному "
"шлюзу. Приносим извинения за неудобства."
#: allpay.php:149
msgid "Allpay's Response was empty."
msgstr "Пустой ответ от платежного шлюза."

View File

@@ -0,0 +1,15 @@
{
"name": "mvam-animiate",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/scripts": "^19.2.1"
}
}

View File

@@ -0,0 +1,6 @@
= 1.2.0 =
New: support for WooCommerce 8.0.1
New: support for WordPress 6.3
= 1.1.0 =
New: support for WooCommerce 7.9

View File

@@ -0,0 +1,133 @@
# Copyright (C) 2023 Dev Kabir
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: Enable CORS 1.1.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/enable-cors\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-07-22T19:02:20+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: enable-cors\n"
#. Plugin Name of the plugin
#: src/Admin/Menu.php:36
#: src/Admin/Menu.php:37
#: src/Admin/Menu.php:87
msgid "Enable CORS"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.fiverr.com/share/7kXeLW"
msgstr ""
#. Description of the plugin
msgid "Enable Cross-Origin Resource Sharing for any or specific origin."
msgstr ""
#. Author of the plugin
msgid "Dev Kabir"
msgstr ""
#. Author URI of the plugin
msgid "https://www.fiverr.com/developerkabir"
msgstr ""
#: src/Admin/Menu.php:84
msgid "Please check your settings."
msgstr ""
#: src/Admin/Menu.php:88
msgid "Configure the server to include CORS headers in the response to allow cross-origin requests."
msgstr ""
#: src/Admin/Menu.php:92
msgid "Allowed Websites"
msgstr ""
#: src/Admin/Menu.php:93
msgid "Specify the specific website (e.g., https://devkabir.shop) that is allowed to make requests."
msgstr ""
#: src/Admin/Menu.php:95
msgid "Enter a website domain like https://example.com"
msgstr ""
#: src/Admin/Menu.php:98
msgid "Allowed Request Methods"
msgstr ""
#: src/Admin/Menu.php:99
msgid "Specify the allowed HTTP methods (e.g., GET,POST,OPTIONS) for cross-origin requests."
msgstr ""
#: src/Admin/Menu.php:101
msgid "Invalid HTTP methods"
msgstr ""
#: src/Admin/Menu.php:104
msgid "Set Response Headers"
msgstr ""
#: src/Admin/Menu.php:105
msgid "Set the desired response headers (e.g., Content-Type,Authorization) to be included in the response for other websites."
msgstr ""
#: src/Admin/Menu.php:107
msgid "Invalid HTTP headers"
msgstr ""
#: src/Admin/Menu.php:110
msgid "Allow Credentials"
msgstr ""
#: src/Admin/Menu.php:111
msgid "Configure the server to allow credentials (such as cookies or authorization headers) to be included in the cross-origin request."
msgstr ""
#: src/Admin/Menu.php:114
msgid "Save"
msgstr ""
#: src/Admin/Menu.php:115
msgid "Reset"
msgstr ""
#: src/Admin/Menu.php:118
msgid "Thank You"
msgstr ""
#: src/Admin/Menu.php:120
msgid "Found issue on non-root server installations"
msgstr ""
#: src/Admin/Menu.php:124
msgid "Notice"
msgstr ""
#: src/Admin/Menu.php:125
msgid "To enable CORS on your site, please save settings."
msgstr ""
#: src/Admin/Menu.php:126
msgid "Your API endpoint is"
msgstr ""
#: src/Admin/Menu.php:127
msgid ""
" means that any website can send a request to your\n"
" WordPress site and access the server's response. This can be a potential\n"
" security risk."
msgstr ""
#: src/Api/Settings.php:79
msgid "Settings Updated"
msgstr ""
#: src/Plugin.php:158
msgid "Settings"
msgstr ""

View File

@@ -0,0 +1,173 @@
# Copyright (C) 2023 Lumen Spei
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: MojUredFiscalization 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mojured\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-07-11T09:09:08+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: mojuredfiscalization\n"
#. Plugin Name of the plugin
msgid "MojUredFiscalization"
msgstr ""
#. Plugin URI of the plugin
msgid "https://lumenspei.com/"
msgstr ""
#. Description of the plugin
msgid "Sync your products and generate invoices"
msgstr ""
#. Author of the plugin
msgid "Lumen Spei"
msgstr ""
#: admin/class-mojured-admin.php:109
msgid "MojUred"
msgstr ""
#: admin/class-mojured-admin.php:133
msgid "MojUred settings"
msgstr ""
#: admin/class-mojured-admin.php:140
#: admin/class-mojured-admin.php:146
msgid "API key"
msgstr ""
#: admin/class-mojured-admin.php:145
msgid "Enter your API key from user section on eured.digitalnakomora.hr"
msgstr ""
#: admin/class-mojured-admin.php:152
msgid "Ignore payment methods"
msgstr ""
#: admin/class-mojured-admin.php:157
msgid "Choose payment methods which don't need fiscalization"
msgstr ""
#: admin/class-mojured-admin.php:163
msgid "Auto-fiscalize on status"
msgstr ""
#: admin/class-mojured-admin.php:168
msgid "Select a status on which to fiscalize invoice automatically"
msgstr ""
#: admin/class-mojured-admin.php:174
msgid "Sync - only update"
msgstr ""
#: admin/class-mojured-admin.php:180
msgid "Sync will only update existing Woocommerce product that exist in both Woocommerce and MojUred"
msgstr ""
#: admin/class-mojured-admin.php:186
msgid "Enable test server"
msgstr ""
#: admin/class-mojured-admin.php:192
msgid "Connect to test server"
msgstr ""
#: admin/class-mojured-admin.php:204
msgid "Set up your connection to eured.digitalnakomora.hr"
msgstr ""
#: admin/class-mojured-admin.php:246
msgid "Don't auto-fiscalize"
msgstr ""
#: admin/class-mojured-admin.php:428
msgid "MojUred synchronisation"
msgstr ""
#: admin/class-mojured-admin.php:429
msgid "Sync now"
msgstr ""
#: admin/class-mojured-admin.php:450
msgid "Couldn't retrieve products from MojUred"
msgstr ""
#: admin/class-mojured-admin.php:457
msgid "No products retrieved from MojUred"
msgstr ""
#: admin/class-mojured-admin.php:627
msgid "Product sync completed succesfully"
msgstr ""
#: admin/class-mojured-admin.php:649
msgid "Generate invoice"
msgstr ""
#: admin/class-mojured-admin.php:658
msgid "Download invoice"
msgstr ""
#: admin/class-mojured-admin.php:661
msgid "Fiscalize invoice"
msgstr ""
#: admin/class-mojured-admin.php:790
msgid "Order ID is not set!"
msgstr ""
#: admin/class-mojured-admin.php:801
msgid "Order ID %s not found!"
msgstr ""
#: admin/class-mojured-admin.php:934
#: admin/class-mojured-admin.php:1019
msgid "Error occured when sending data to eured.digitalnakomora.hr and server returned following message"
msgstr ""
#: admin/class-mojured-admin.php:967
msgid "Invoice generated succefully but no file returned"
msgstr ""
#: admin/class-mojured-admin.php:975
msgid "Invoice generated succefully"
msgstr ""
#: admin/class-mojured-admin.php:984
msgid "Unknown error occured"
msgstr ""
#: admin/class-mojured-admin.php:1056
msgid "Fiscalized succefully but no file returned"
msgstr ""
#: admin/class-mojured-admin.php:1068
msgid "Invoice fiscalized succesfully"
msgstr ""
#: admin/class-mojured-admin.php:1077
msgid "Error occured"
msgstr ""
#: admin/class-mojured-admin.php:1092
msgid "Order couldn't be fiscalized because it's not paid"
msgstr ""
#: frontend/class-mojured-frontend.php:65
msgid "OIB"
msgstr ""
#: frontend/class-mojured-frontend.php:66
msgid "Your company OIB"
msgstr ""
#: frontend/class-mojured-frontend.php:87
msgid "Your OIB is required if you are ordering as a company"
msgstr ""

View File

@@ -223,6 +223,7 @@
<!-- accessibility-checker -->
<link rel="stylesheet" id="edac-app-css" href="http://wp.lab/wp-content/plugins/accessibility-checker/build/accessibility-checker-app/css/main.css?ver=1.4.1" media="all">
<link rel="stylesheet" id="edac-app-css" href="http://wp.lab/wp-content/plugins/accessibility-checker/build/css/app.css?ver=1.4.1" media="all">
<!-- accessibility-help-button -->
@@ -1593,6 +1594,11 @@
<script src="http://wp.lab/wp-content/plugins/astratic/dist/blocks/spacer/script.js?ver=1.1.2" id="astratic/spacer/script-js"></script>
<!-- astro-booking-engine -->
<link rel="stylesheet" id="astro-booking-engine-css" href="http://wp.lab/wp-content/plugins/astro-booking-engine/css/astro-booking-engine.css?ver=1.0.2" media="all">
<script src="http://wp.lab/wp-content/plugins/astro-booking-engine/js/astro-booking-engine.js?ver=1.0.2" id="astro-booking-engine-js"></script>
<!-- astro-woocommerce-free-gift -->
<link rel="stylesheet" id="astro-woofg-frontend-css" href="http://wp.lab/wp-content/plugins/astro-woocommerce-free-gift/assets/css/frontend.css?ver=1.0.1" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/astro-woocommerce-free-gift/assets/js/frontend.js?ver=1.0.1"></script>
@@ -1903,6 +1909,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/awesome-twitter-feeds/assets/js/functions.js?ver=1.0"></script>
<!-- awesome-wp-author-bio -->
<script src="http://wp.lab/wp-content/plugins/awesome-wp-author-bio/assets/js/responsive-tabs.js?ver=1.0.5.1" id="awesome-wp-author-responsive-tabs-js"></script>
<script src="http://wp.lab/wp-content/plugins/awesome-wp-author-bio/assets/js/awesome-wp-author-bio-frontend.js?ver=1.0.5.1" id="awesome-wp-author-bio-frontend-js"></script>
<!-- awesome-wp-slider -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/awesome-wp-slider/assets/js/active.js?ver=1.0.0"></script>
@@ -2309,6 +2320,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/best-ticker/js/jquery.ticker.min.js?ver=1.0"></script>
<!-- bet-sport-free -->
<link rel="stylesheet" id="betplugin-public-css" href="http://wp.lab/wp-content/plugins/bet-sport-free/dist/public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/bet-sport-free/dist/public.js?ver=1.0.0" id="betplugin-public-js"></script>
<!-- better-ajax-live-searchwp -->
<link rel="stylesheet" id="custom-style-css-css" href="http://wp.lab/wp-content/plugins/better-ajax-live-searchwp/css/style.css?ver=1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/better-ajax-live-searchwp/js/custom.js?ver=1.0" id="balswp-custom-js-js"></script>

View File

@@ -0,0 +1,4 @@
*** WooCommerce Extension Template Changelog ***
2023-03-05 - version 1.0
* Initial release

View File

@@ -0,0 +1,31 @@
{
"name": "template-share-for-elementor",
"version": "1.0.0",
"description": "=== Plugin Name === Contributors: (this should be a list of wordpress.org userid's) Donate link: https://codecanyon.net/user/divdojo/portfolio Tags: comments, spam Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"author": "",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"@wordpress/browserslist-config": "^3.0.1",
"browser-sync": "^2.26.14",
"browserslist": "^4.16.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-terser": "^2.0.1",
"gulp-zip": "^5.0.2",
"sass": "^1.45.1"
}
}

View File

@@ -0,0 +1,133 @@
# Copyright (C) 2023 RedNao
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce PDF Invoice Builder 1.2.93\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-pdf-invoice-builder\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-08-21T12:55:51+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: wooinvoicebuilder\n"
#. Plugin Name of the plugin
msgid "WooCommerce PDF Invoice Builder"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wooinvoice.rednao.com/getit"
msgstr ""
#. Description of the plugin
msgid "Attach a PDF Invoice to your woocommerce..."
msgstr ""
#. Author of the plugin
msgid "RedNao"
msgstr ""
#. Author URI of the plugin
msgid "http://rednao.com"
msgstr ""
#: bulk_actions/RNBulkActionManager.php:46
msgid "Select a pdf template"
msgstr ""
#: bulk_actions/RNBulkActionManager.php:105
msgid "Invoices printed successfully"
msgstr ""
#: bulk_actions/RNBulkActionManager.php:192
msgid "Bulk view invoices (full version only)"
msgstr ""
#: bulk_actions/RNBulkActionManager.php:193
msgid "Bulk print invoices (full version only)"
msgstr ""
#: bulk_actions/RNBulkActionManager.php:194
msgid "Bulk download invoices (full version only)"
msgstr ""
#: htmlgenerator/fields/PDFRefundTable.php:392
msgid "via"
msgstr ""
#: jstranslations/manageInvoices.php:2
#: jstranslations/metabox.php:15
msgid "Thanks for shopping with us!"
msgstr ""
#: jstranslations/metabox.php:2
msgid "PDF:"
msgstr ""
#: jstranslations/metabox.php:3
msgid "You haven't created any PDF template!, to create pdfs please"
msgstr ""
#: jstranslations/metabox.php:4
msgid "This pdf hasn't been create for this order"
msgstr ""
#: jstranslations/metabox.php:5
msgid "Invoice Number:"
msgstr ""
#: jstranslations/metabox.php:6
msgid "Invoice Date:"
msgstr ""
#: jstranslations/metabox.php:7
msgid "Edit invoice date"
msgstr ""
#: jstranslations/metabox.php:8
msgid "Edit invoice number"
msgstr ""
#: jstranslations/metabox.php:9
msgid "Sorry this feature is only available in the full version"
msgstr ""
#: jstranslations/metabox.php:10
msgid "Create PDF"
msgstr ""
#: jstranslations/metabox.php:11
msgid "View PDF"
msgstr ""
#: jstranslations/metabox.php:12
msgid "Print (full version only)"
msgstr ""
#: jstranslations/metabox.php:13
msgid "Email"
msgstr ""
#: jstranslations/metabox.php:14
msgid "Delete"
msgstr ""
#: jstranslations/pageBuilderReact.php:2
msgid "Template Settings"
msgstr ""
#: pr/WCCustomizedPages/MyOrders/MyOrdersCustomizer.php:46
#: woocommerce-pdf-invoice.php:476
msgid "Download"
msgstr ""
#: woocommerce-pdf-invoice.php:479
msgid "View"
msgstr ""
#: woocommerce-pdf-invoice.php:563
msgid "PDF Invoice"
msgstr ""