https://t.me/AnonymousX5
Server : Apache
System : Linux ls31.server.ly 3.10.0-962.3.2.lve1.5.68.el7.x86_64 #1 SMP Wed Apr 6 11:12:23 UTC 2022 x86_64
User : medchoco ( 2906)
PHP Version : 8.3.16
Disable Function : mail
Directory :  /home/medchoco/public_html/wp-content/plugins/wp-console/languages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/medchoco/public_html/wp-content/plugins/wp-console/languages/wp-console.pot
# Copyright (C) 2025 Edi Amin
# This file is distributed under the same license as the WP Console plugin.
msgid ""
msgstr ""
"Project-Id-Version: WP Console 2.5.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-console\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: 2025-01-13T14:06:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: wp-console\n"

#. Plugin Name of the plugin
#: wp-console.php
#: includes/AdminBar.php:56
#: includes/AdminBar.php:57
#: includes/AdminBar.php:86
#: src/NavBar/NavBar.js:38
msgid "WP Console"
msgstr ""

#. Plugin URI of the plugin
#: wp-console.php
msgid "https://github.com/ediamin/wp-console"
msgstr ""

#. Description of the plugin
#: wp-console.php
msgid "An in-browser PHP console for WordPress powered by PsySH"
msgstr ""

#. Author of the plugin
#: wp-console.php
msgid "Edi Amin"
msgstr ""

#. Author URI of the plugin
#: wp-console.php
msgid "https://github.com/ediamin"
msgstr ""

#: includes/AdminBar.php:38
#: src/Console/Console.js:16
msgid "Console"
msgstr ""

#: includes/Core/Console/Console.php:48
#: src/Console/Snippet/Manager.js:41
msgid "Custom Snippets"
msgstr ""

#: includes/Core/Console/Console.php:55
msgid "User settings for Console panel"
msgstr ""

#: includes/Core/Console/Console.php:61
msgid "Console panel window split type"
msgstr ""

#: includes/Core/Console/Console.php:68
msgid "User defined custom snippets"
msgstr ""

#: includes/Core/Console/Console.php:76
msgid "Snippet group id"
msgstr ""

#: includes/Core/Console/Console.php:81
msgid "Snippet group title"
msgstr ""

#: includes/Core/Console/Console.php:86
msgid "VSCode compatible snippets in JSON format"
msgstr ""

#: includes/Core/Console/RestController.php:61
msgid "Code to be executed."
msgstr ""

#: includes/Core/Console/RestController.php:98
msgid "Input is empty"
msgstr ""

#: includes/Core/DebugLog/RestController.php:81
msgid "`WP_DEBUG` is required to be set true in wp-config.php"
msgstr ""

#: includes/Core/DebugLog/RestController.php:85
msgid "`WP_DEBUG_LOG` is required to be set true in wp-config.php"
msgstr ""

#: includes/Core/DebugLog/RestController.php:91
msgid "Error log file not found in ini_get( \"error_log\" )"
msgstr ""

#. translators: %s: log file
#: includes/Core/DebugLog/RestController.php:98
msgid "Log file: `%s` not found in your system."
msgstr ""

#: includes/Core/DebugLog/RestController.php:133
#: includes/Core/DebugLog/RestController.php:157
#: includes/Traits/RESTResponseError.php:30
msgid "Something went wrong"
msgstr ""

#: src/Console/CodeEditor.js:104
msgid "Execute Code"
msgstr ""

#: src/Console/CopyOutputButton/CopyOutput.js:47
#: src/Console/CopyOutputButton/CopyOutputDeprecated.js:23
msgid "Output Copied!"
msgstr ""

#: src/Console/CopyOutputButton/CopyOutput.js:52
#: src/Console/CopyOutputButton/CopyOutputDeprecated.js:28
msgid "Copy Output"
msgstr ""

#: src/Console/Output.js:45
msgid "Error Traceback"
msgstr ""

#: src/Console/Output.js:57
msgid "Output"
msgstr ""

#: src/Console/Output.js:66
msgid "Execution Time"
msgstr ""

#: src/Console/Panel.js:30
msgid " or "
msgstr ""

#: src/Console/Panel.js:53
msgid "Executing code"
msgstr ""

#. translators: %s: Keyboard shortcut to execute command
#: src/Console/Panel.js:61
msgid "use %s to execute code"
msgstr ""

#: src/Console/PanelButtons.js:60
msgid "Snippets"
msgstr ""

#: src/Console/PanelButtons.js:72
msgid "Split"
msgstr ""

#: src/Console/PanelButtons.js:86
msgid "Run"
msgstr ""

#: src/Console/PanelButtons.js:93
msgid "WP Console Snippets"
msgstr ""

#. translators: %1$s: error message, %2$s: line number, %3$s: column number
#: src/Console/Snippet/Manager.js:96
msgid "%1$s at line %2$d, column %3$d."
msgstr ""

#: src/Console/Snippet/Manager.js:160
msgid "Snippets updated"
msgstr ""

#: src/Console/Snippet/Manager.js:170
msgid "Cancel"
msgstr ""

#: src/Console/Snippet/Manager.js:180
msgid "Saving Snippets"
msgstr ""

#: src/Console/Snippet/Manager.js:181
msgid "Save Snippets"
msgstr ""

#: src/DebugLog/clearLog.js:30
msgid "Cleared debug.log."
msgstr ""

#: src/DebugLog/DebugLog.js:16
msgid "Debug Log"
msgstr ""

#. translators: %s: Fetching debug.log indicator
#: src/DebugLog/Panel.js:30
msgid "Fetching %s"
msgstr ""

#. translators: %s: Clearing debug.log indicator
#: src/DebugLog/Panel.js:35
msgid "Clearing %s"
msgstr ""

#: src/DebugLog/Panel.js:54
msgid "Your debug.log is empty"
msgstr ""

#: src/DebugLog/Panel.js:66
msgid "CURRENT TIME"
msgstr ""

#: src/DebugLog/Panel.js:69
msgid "PHP VERSION"
msgstr ""

#: src/DebugLog/PanelButtons.js:19
msgid "Clearing Log"
msgstr ""

#: src/DebugLog/PanelButtons.js:20
msgid "Clear Log"
msgstr ""

#: src/DebugLog/PanelButtons.js:22
msgid "Fetching Log"
msgstr ""

#: src/DebugLog/PanelButtons.js:23
msgid "Fetch Log"
msgstr ""

https://t.me/AnonymousX5 - 2025