This commit is contained in:
erwanlr
2021-08-28 17:17:52 +02:00
parent 99963c9b24
commit dd10991f93
10 changed files with 1045 additions and 1 deletions

View File

@@ -0,0 +1,43 @@
== Changelog ==
= 1.0.6 =
*Release Date - 24 August 2021*
* Fixed: Some minor bugs, security issues
* Changed: Revise code for PHP warnings
= 1.0.5 =
*Release Date - 20 August 2021*
* Fixed: Some minor bugs, security issues
= 1.0.4 =
*Release Date - 19 August 2021*
* Fixed: Some minor bugs, security issues
* Changed: Update Stable Tag
= 1.0.3 =
*Release Date - 18 August 2021*
* Fixed: Some minor bugs, security issues
* Changed: Update source code by WordPress review
= 1.0.2 =
*Release Date - 17 August 2021*
* Fixed: Color picker not working
* Fixed: Link color setting not working
* Added: Extra CSS for login page
* Fixed: Update include directory
* Changed: Improve preview image upload
* Added: Background image for login page
* Added: Auto convert email text to a link
= 1.0.1 =
* Fixed: default option with Hide WordPress branding option
= 1.0.0 =
*Release Date - 15 August 2021*
* The very first version

View File

@@ -0,0 +1,52 @@
# Changelog
# 1.3.1 / 2021-08-27
- Reworked as full featured plugin.
- Added an options page for easy configuration.
- New logo, courtesy of [Nicolás Franz](https://nicolasfranz.com). Many thanks, pal!
# 1.2.0 / 2021-08-13
- Converted to a plugin.
- Added ability to access plugins management, but don't allow install or upload new plugins. Also Fuerte-WP will auto-protect itself from deactivation.
- Added ability to restrict access to Permalinks configuration.
- Added ability to use custom site logo (from Customizer) as WP login logo.
# 1.1.3 / 2021-04-22
- Added ability to disable the old XML-RPC API.
- Now it hides ACF cog inside ACF meta fields UI, and prevent opening ACF custom post type (acf-field-group), to avoid non super admins to access ACF editing UI. So, non super-admin users can't access ACF Custom Fields UI, even if they put the URL directly into the address bar.
# 1.1.2 / 2021-04-16
- Added missing support to disable update emails for plugins and themes.
## 1.1.1 / 2021-04-09
- Added support to control several WP's automatic emails.
- Added support to disable WP admin bar for specific roles.
## 1.1.0 / 2021-04-07
- Fuerte-WP configuration file now lives outside wp-config.php file, into his own wp-config-fuerte.php file. This to make it easier to deploy it to several WP installations, without the need to edit the wp-config.php file in all of them. Check the readme on how to install it.
- Added option to enable or disable strong passwords enforcing.
- Added support to prevent use of weak passwords.
- Added support for remove_menu_page.
- Added ability to disable WordPress's new Application Passwords feature.
## 1.0.1 / 2020-10-29
- Now using a proper Class.
- Added option to change WP sender email address.
- Added configuration to remove custom submenu items (remove_submenu_page).
- Force user creation and editing to use WP default strong password suggestion, for non super users.
- Prevent admin accounts creation or edition, for non super users.
- Customizable not allowed error message.
## 1.0.0 / 2020-10-27
- Initial release.
- Enable and force auto updates for WP core.
- Enable and force auto updates for plugins.
- Enable and force auto updates for themes.
- Enable and force auto updates for translations.
- Disables email triggered when WP auto updates.
- Change [WP recovery email](https://make.wordpress.org/core/2019/04/16/fatal-error-recovery-mode-in-5-2/) so WP crashes will go to a different email than the Administration Email Address in WP General Settings.
- Disables WP theme and plugin editor for non super users.
- Remove items from WP menu for non super users.
- Restrict editing or deleting super users.
- Disable ACF Custom Fields editor access for non super users.
- Restrict access to some pages inside wp-admin, like plugins or theme uploads, for non super users. Restricted pages can be extended vía configuration.

View File

@@ -0,0 +1,105 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: GfDesigns - 1.0\n"
"POT-Creation-Date: 2021-08-16 12:00+0200\n"
"PO-Revision-Date: 2020-04-09 14:41+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: en_US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.0\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-KeywordsList: __;_e\n"
"X-Poedit-SearchPath-0: .\n"
#: class-gfdesigns.php:50 class-gfdesigns.php:85
msgid "Designs"
msgstr ""
#: class-gfdesigns.php:88
msgid "Activate"
msgstr ""
#: class-gfdesigns.php:95 class-gfdesigns.php:111
msgid "Layouts"
msgstr ""
#: class-gfdesigns.php:98
msgid "Tooltip Layouts"
msgstr ""
#: class-gfdesigns.php:101 class-gfdesigns.php:104
msgid "Show layout in dark mode"
msgstr ""
#: class-gfdesigns.php:120 class-gfdesigns.php:203
msgid "Basic"
msgstr ""
#: class-gfdesigns.php:125 class-gfdesigns.php:208
msgid "Rounded"
msgstr ""
#: class-gfdesigns.php:130
msgid "Shadows"
msgstr ""
#: class-gfdesigns.php:148
msgid "Colors"
msgstr ""
#: class-gfdesigns.php:151
msgid "Tooltip Colors style"
msgstr ""
#: class-gfdesigns.php:154
msgid "Main color"
msgstr ""
#: class-gfdesigns.php:161
msgid "Main text color"
msgstr ""
#: class-gfdesigns.php:178
msgid "Checkboxes & RadioButtons"
msgstr ""
#: class-gfdesigns.php:181
msgid "Tooltip Checkboxes & RadioButtons styles"
msgstr ""
#: class-gfdesigns.php:184 class-gfdesigns.php:187
msgid "Show Checkboxes & RadioButtons inline"
msgstr ""
#: class-gfdesigns.php:194
msgid "Checkboxes style"
msgstr ""
#: class-gfdesigns.php:198
msgid "Default"
msgstr ""
#: class-gfdesigns.php:213
msgid "Switch"
msgstr ""
#: class-gfdesigns.php:236 class-gfdesigns.php:242
msgid "Columns"
msgstr ""
#: class-gfdesigns.php:239
msgid "Tooltip Columns style"
msgstr ""
#: class-gfdesigns.php:407
msgid "Activate design for this form"
msgstr ""
#: class-gfdesigns.php:606
msgid "Show this field in one column"
msgstr ""

View File

@@ -0,0 +1,13 @@
{
"name": "gif-search-and-embed",
"version": "1.0.0",
"scripts": {
"start": "wp-scripts start --mode development",
"build": "wp-scripts build --mode production"
},
"devDependencies": {
"@wordpress/api-fetch": "^3.23.1",
"@wordpress/blocks": "^6.25.2",
"@wordpress/scripts": "^4.1.0"
}
}

View File

@@ -0,0 +1,57 @@
# Copyright (C) 2018 10up
# This file is distributed under the GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
msgid ""
msgstr ""
"Project-Id-Version: Insecure Content Warning 1.0.0\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/insecure-content-warning\n"
"POT-Creation-Date: 2018-03-29 15:40:49+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: node-wp-i18n 1.0.5\n"
#: insecure-content-warning.php:31
msgid "More Information"
msgstr ""
#: insecure-content-warning.php:32
msgid "How to add media"
msgstr ""
#: insecure-content-warning.php:33
msgid "Mixed Content"
msgstr ""
#: insecure-content-warning.php:34
msgid "element"
msgstr ""
#: insecure-content-warning.php:35
msgid "elements"
msgstr ""
#: insecure-content-warning.php:36
msgid ""
"%d insecure %s found. Please update element paths to https. Media files "
"should always be added to the media library and then inserted."
msgstr ""
#. Plugin Name of the plugin/theme
msgid "Insecure Content Warning"
msgstr ""
#. Description of the plugin/theme
msgid "Prevent editors from adding insecure content in the editor."
msgstr ""
#. Author of the plugin/theme
msgid "10up"
msgstr ""
#. Author URI of the plugin/theme
msgid "http://10up.com/"
msgstr ""

View File

@@ -201,6 +201,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/accessibility-help-button/public/js/aa-call-public.js?ver=1.0.0"></script>
<!-- accessibility-new-window-warnings -->
<link rel="stylesheet" id="anww-css" href="http://wp.lab/wp-content/plugins/accessibility-new-window-warnings/assets/css/accessibility-new-window-warnings-min.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/accessibility-new-window-warnings/assets/js/accessibility-new-window-warnings-min.js?ver=1.0.0" id="anww-js"></script>
<!-- accessibility-toolbar -->
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/accessibility-toolbar/dist/public.js?ver=1.2.2"></script>
@@ -7315,6 +7320,10 @@
<link rel="stylesheet" id="cssStylesheets-css" href="http://wp.lab/wp-content/plugins/gf-form-multicolumn/css/gf-form-multicolumn.css?ver=2.1.1" type="text/css" media="all">
<!-- gif-search-and-embed -->
<link rel="stylesheet" id="gsae-style-css-css" href="http://wp.lab/wp-content/plugins/gif-search-and-embed/src/style.css?ver=1.0.0" media="all">
<!-- gif2html5 -->
<link rel="stylesheet" id="gif2html5-css" href="http://wp.lab/wp-content/plugins/gif2html5/css/gif2html5.css?ver=0.1.0" type="text/css" media="all">
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/gif2html5/js/src/video-handler.js?ver=0.1.0"></script>
@@ -8748,6 +8757,11 @@
<script src="http://wp.lab/wp-content/plugins/itech-doc/public/js/itech-doc-public.js?ver=1.0.0" id="itech-doc-public-js"></script>
<!-- itech-quick-order -->
<link rel="stylesheet" id="itqo-css" href="http://wp.lab/wp-content/plugins/itech-quick-order/public/css/itqo-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/itech-quick-order/public/js/itqo-public.js?ver=1.0.0" id="itqo-js"></script>
<!-- itempropwp -->
<link rel="stylesheet" id="itempropwp-css" href="http://wp.lab/wp-content/plugins/itempropwp/assets/css/itempropwp.css?ver=3.5.201706131" type="text/css" media="all">
@@ -15892,11 +15906,21 @@
<script src="http://wp.lab/wp-content/plugins/smartarget-contact-us/public/js/smartarget-public.js?ver=1.1.0"></script>
<!-- smartarget-corner-ribbon -->
<link rel="stylesheet" id="smartarget_corner_ribbon-css" href="http://wp.lab/wp-content/plugins/smartarget-corner-ribbon/public/css/smartarget-corner-ribbon-public.css?ver=1.0.0" media="all">
<script src="http://wp.lab/wp-content/plugins/smartarget-corner-ribbon/public/js/smartarget-corner-ribbon-public.js?ver=1.0.0" id="smartarget_corner_ribbon-js"></script>
<!-- smartarget-faq-floating-button -->
<link rel="stylesheet" id="smartarget_faq-css" href="http://wp.lab/wp-content/plugins/smartarget-faq-floating-button/public/css/smartarget-faq-public.css?ver=1.0.4" media="all">
<script src="http://wp.lab/wp-content/plugins/smartarget-faq-floating-button/public/js/smartarget-faq-public.js?ver=1.0.4" id="smartarget_faq-js"></script>
<!-- smartarget-line-chat-contact-us -->
<link rel="stylesheet" id="smartarget_line-css" href="http://wp.lab/wp-content/plugins/smartarget-line-chat-contact-us/public/css/smartarget-line-public.css?ver=1.0.4" media="all">
<script src="http://wp.lab/wp-content/plugins/smartarget-line-chat-contact-us/public/js/smartarget-line-public.js?ver=1.0.4" id="smartarget_line-js"></script>
<!-- smartcat-video-image-slider -->
<link rel="stylesheet" id="camera-style-css" href="http://wp.lab/wp-content/plugins/smartcat-video-image-slider/assets/css/camera.css?ver=1.0.0" type="text/css" media="all">
<link rel="stylesheet" id="scslider-style-css" href="http://wp.lab/wp-content/plugins/smartcat-video-image-slider/assets/css/style.css?ver=1.0.0" type="text/css" media="all">
@@ -16370,6 +16394,11 @@
<script type="text/javascript" src="http://wp.lab/wp-content/plugins/ssbd-contact-from/public/js/ssbd_plugin-public.js?ver=1.0.0"></script>
<!-- sso-oauth-discord-by-path-digital -->
<link rel="stylesheet" id="pathdigital-discord-oauth-css" href="http://wp.lab/wp-content/plugins/sso-oauth-discord-by-path-digital/css/style.css?ver=1.1.0" media="all">
<script src="http://wp.lab/wp-content/plugins/sso-oauth-discord-by-path-digital/js/script.js?ver=1.1.0" id="pathdigital-discord-oauth-js"></script>
<!-- stack-slider-3d-image-slider -->
<link rel="stylesheet" id="wpos-swiper-style-css" href="http://wp.lab/wp-content/plugins/stack-slider-3d-image-slider/assets/css/swiper.min.css?ver=1.1.1" type="text/css" media="all">
<link rel="stylesheet" id="wp-sk-public-css-css" href="http://wp.lab/wp-content/plugins/stack-slider-3d-image-slider/assets/css/wp-sk-public.css?ver=1.1.1" type="text/css" media="all">
@@ -19911,6 +19940,8 @@
<link rel="stylesheet" id="wdcl-core-css" href="http://wp.lab/wp-content/plugins/wow-carousel-for-divi-lite/assets/css/core.min.css?ver=1.0.1" media="all">
<link rel="stylesheet" id="wdcl-slick-css" href="http://wp.lab/wp-content/plugins/wow-carousel-for-divi-lite/assets/css/slick.min.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/wow-carousel-for-divi-lite/assets/js/slick.min.js?ver=1.0.1" id="wdcl-slick-js"></script>
<link rel="stylesheet" id="wdcl-magnific-css" href="http://wp.lab/wp-content/plugins/wow-carousel-for-divi-lite/assets/css/magnific-popup.min.css?ver=1.0.1" media="all">
<script src="http://wp.lab/wp-content/plugins/wow-carousel-for-divi-lite/assets/js/jquery.magnific-popup.min.js?ver=1.0.1" id="wdcl-magnific-js"></script>
<!-- wowpi-guild -->

View File

@@ -0,0 +1,240 @@
# Copyright (C) 2021 SecurePay Sdn Bhd
# This file is distributed under the GPL-2.0+.
msgid ""
msgstr ""
"Project-Id-Version: SecurePay for GiveWP 1.0.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/securepay-for-givewp\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: 2021-08-25T12:07:34+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: securepaygivewp\n"
#. Plugin Name of the plugin
msgid "SecurePay for GiveWP"
msgstr ""
#. Plugin URI of the plugin
msgid "https://www.securepay.my/?utm_source=wp-plugins-givewp&utm_campaign=plugin-uri&utm_medium=wp-dash"
msgstr ""
#. Description of the plugin
msgid "SecurePay payment platform plugin for GiveWP"
msgstr ""
#. Author of the plugin
msgid "SecurePay Sdn Bhd"
msgstr ""
#. Author URI of the plugin
msgid "https://www.securepay.my/?utm_source=wp-plugins-givewps&utm_campaign=author-uri&utm_medium=wp-dash"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:18
#: includes/src/GiveWP_SecurePay.php:19
#: includes/src/GiveWP_SecurePay.php:26
msgid "SecurePay"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:52
msgid "General Settings"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:57
#: includes/src/GiveWP_SecurePay.php:233
msgid "SecurePay Test Mode"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:58
#: includes/src/GiveWP_SecurePay.php:234
msgid "Click \"Enabled\" to allow testing SecurePay without credentials."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:63
#: includes/src/GiveWP_SecurePay.php:74
#: includes/src/GiveWP_SecurePay.php:85
#: includes/src/GiveWP_SecurePay.php:138
#: includes/src/GiveWP_SecurePay.php:212
#: includes/src/GiveWP_SecurePay.php:239
#: includes/src/GiveWP_SecurePay.php:250
#: includes/src/GiveWP_SecurePay.php:261
#: includes/src/GiveWP_SecurePay.php:300
#: includes/src/GiveWP_SecurePay.php:370
msgid "Enabled"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:64
#: includes/src/GiveWP_SecurePay.php:75
#: includes/src/GiveWP_SecurePay.php:86
#: includes/src/GiveWP_SecurePay.php:139
#: includes/src/GiveWP_SecurePay.php:213
#: includes/src/GiveWP_SecurePay.php:240
#: includes/src/GiveWP_SecurePay.php:251
#: includes/src/GiveWP_SecurePay.php:262
#: includes/src/GiveWP_SecurePay.php:301
#: includes/src/GiveWP_SecurePay.php:371
msgid "Disabled"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:68
#: includes/src/GiveWP_SecurePay.php:244
msgid "Show Bank List"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:69
#: includes/src/GiveWP_SecurePay.php:245
msgid "Enables this to show bank list."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:79
#: includes/src/GiveWP_SecurePay.php:255
msgid "Use Supported Bank Logo"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:80
#: includes/src/GiveWP_SecurePay.php:256
msgid "Enables this to use supported bank logo."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:94
msgid "Live Settings"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:99
#: includes/src/GiveWP_SecurePay.php:266
msgid "Live Token"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:100
#: includes/src/GiveWP_SecurePay.php:267
msgid "Enter SecurePay Live Token."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:105
#: includes/src/GiveWP_SecurePay.php:273
msgid "Live Checksum Token"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:106
#: includes/src/GiveWP_SecurePay.php:274
msgid "Enter SecurePay Live Checksum Token."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:111
#: includes/src/GiveWP_SecurePay.php:280
msgid "Live UID"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:112
#: includes/src/GiveWP_SecurePay.php:281
msgid "Enter SecurePay Live UID."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:117
#: includes/src/GiveWP_SecurePay.php:287
msgid "Live Partner UID"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:118
#: includes/src/GiveWP_SecurePay.php:288
msgid "Enter SecurePay Live UID (Optional)."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:127
msgid "Sandbox Settings"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:132
#: includes/src/GiveWP_SecurePay.php:294
msgid "Sandbox Mode"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:133
#: includes/src/GiveWP_SecurePay.php:295
msgid "Click \"Enabled\" to enable SecurePay Sandbox Mode and override Gateways Test Mode."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:143
#: includes/src/GiveWP_SecurePay.php:305
msgid "Sandbox Token"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:144
#: includes/src/GiveWP_SecurePay.php:306
msgid "Enter SecurePay Sandbox Token."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:149
#: includes/src/GiveWP_SecurePay.php:312
msgid "Sandbox Checksum Token"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:150
#: includes/src/GiveWP_SecurePay.php:313
msgid "Enter SecurePay Sandbox Checksum Token."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:155
#: includes/src/GiveWP_SecurePay.php:319
msgid "Sandbox UID"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:156
#: includes/src/GiveWP_SecurePay.php:320
msgid "Enter SecurePay Sandbox UID."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:161
#: includes/src/GiveWP_SecurePay.php:326
msgid "Sandbox Partner UID"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:162
#: includes/src/GiveWP_SecurePay.php:327
msgid "Enter SecurePay Sandbox UID (Optional)."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:171
msgid "Reference Settings"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:176
#: includes/src/GiveWP_SecurePay.php:333
msgid "Bill Description"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:177
msgid "Enter default description to be included in the bill."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:206
#: includes/src/GiveWP_SecurePay.php:364
msgid "Billing Fields"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:207
#: includes/src/GiveWP_SecurePay.php:365
msgid "This option will enable the billing details section for SecurePay which requires the donor's address to complete the donation. These fields are not required by SecurePay to process the transaction, but you may have the need to collect the data."
msgstr ""
#: includes/src/GiveWP_SecurePay.php:334
msgid "Enter description to be included in the bill."
msgstr ""
#. translators: %s: payment data
#: includes/src/GiveWP_SecurePay.php:570
msgid "Payment creation failed before sending donor to SecurePay. Payment data: %s"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:571
#: includes/src/GiveWP_SecurePay.php:627
msgid "Payment Error"
msgstr ""
#: includes/src/GiveWP_SecurePay.php:626
msgid "Payment creation failed before sending donor to SecurePay. Please Check SecurePay settings."
msgstr ""

View File

@@ -0,0 +1,94 @@
# Copyright (C) 2021 Mahdyar Hasanpour
# This file is distributed under the GPL-3.0+.
msgid ""
msgstr ""
"Project-Id-Version: TeleLog 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/telelog\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: 2021-08-24T11:01:10+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.5.0\n"
"X-Domain: telelog\n"
#. Plugin Name of the plugin
#: inc/Pages/Admin.php:38
#: templates/index.php:1
msgid "TeleLog"
msgstr ""
#. Plugin URI of the plugin
msgid "https://github.com/mahdyar/telelog"
msgstr ""
#. Description of the plugin
msgid "Keep track of everything happening on your WordPress in Telegram."
msgstr ""
#. Author of the plugin
msgid "Mahdyar Hasanpour"
msgstr ""
#. Author URI of the plugin
msgid "https://mahdyar.me"
msgstr ""
#: inc/Base/SettingsLinks.php:19
#: inc/Pages/Admin.php:48
msgid "Settings"
msgstr ""
#: inc/Pages/Admin.php:49
msgid "Hooks"
msgstr ""
#: inc/Pages/Admin.php:51
msgid "API Key"
msgstr ""
#: inc/Pages/Admin.php:52
msgid "Chat ID"
msgstr ""
#: inc/Pages/Admin.php:54
msgid "Post Publish"
msgstr ""
#: inc/Pages/Admin.php:55
msgid "Post Update"
msgstr ""
#: inc/Pages/Callbacks/AdminCallbacks.php:42
msgid "Set your Telegram bot token and your chat id which can be either your own user id or a channel username with an at sign."
msgstr ""
#: inc/Pages/Callbacks/AdminCallbacks.php:42
msgid "Learn more"
msgstr ""
#: inc/Pages/Callbacks/AdminCallbacks.php:59
msgid "Choose on which hooks should TeleLog send you a message."
msgstr ""
#: inc/Pages/Callbacks/AdminCallbacks.php:66
msgid "Let you know when a post is updated."
msgstr ""
#: inc/Pages/Callbacks/AdminCallbacks.php:75
msgid "Let you know when a post is published."
msgstr ""
#: inc/Telegram/PostTransition.php:30
msgid "By"
msgstr ""
#: inc/Telegram/PostTransition.php:32
msgid "Post published"
msgstr ""
#: inc/Telegram/PostTransition.php:36
msgid "Post updated"
msgstr ""