mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
cedc1a8eaa
* chore: bump version to 2.2.3 * chore: add changelog for 2.2.3 * chore: bump tested up to * chore: add grunt-cli Allows us to run grunt tasks for release prep without having to install grunt globally. For example: ```sh npx grunt checktextdomain npx grunt makepot ``` * chore: upgrade grunt-wp-i18n `npx grunt makepot` fails otherwise. * chore: regenerate pot file By running `npx grunt makepot`. No changes to strings, just updates to the version and dates.
199 lines
5.5 KiB
Plaintext
199 lines
5.5 KiB
Plaintext
# Copyright (C) 2024 StudioPress
|
|
# This file is distributed under the GNU General Public License v2.0 (or later).
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Genesis Simple Sidebars 2.2.3\n"
|
|
"Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
|
|
"POT-Creation-Date: 2024-03-06 09:04:30+00:00\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: StudioPress <translations@studiopress.com>\n"
|
|
"Language-Team: English <translations@studiopress.com>\n"
|
|
"X-Generator: grunt-wp-i18n 0.4.4\n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Poedit-Basepath: .\n"
|
|
"X-Poedit-Language: English\n"
|
|
"X-Poedit-Country: UNITED STATES\n"
|
|
"X-Poedit-SourceCharset: utf-8\n"
|
|
"X-Poedit-KeywordsList: "
|
|
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
|
|
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
|
|
"X-Poedit-Bookmarks: \n"
|
|
"X-Poedit-SearchPath-0: .\n"
|
|
"X-Textdomain-Support: yes\n"
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:54
|
|
#: includes/views/admin-main.php:10
|
|
msgid "Genesis - Simple Sidebars"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:55
|
|
msgid "Simple Sidebars"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:133
|
|
msgid "Edit"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:134
|
|
msgid "Delete"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:203
|
|
msgid "New sidebar successfully created!"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:208
|
|
msgid "Sidebar successfully edited!"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:213
|
|
msgid "Sidebar successfully deleted."
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:362
|
|
msgid "Oops! Please choose a valid Name for this sidebar"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:364
|
|
msgid "Oops! That sidebar ID already exists"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:366
|
|
msgid ""
|
|
"Oops! You are trying to edit a sidebar that does not exist, or is not "
|
|
"editable"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:368
|
|
msgid ""
|
|
"Oops! You are trying to delete a sidebar that does not exist, or cannot be "
|
|
"deleted"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-admin.php:370
|
|
msgid "Oops! Something went wrong. Try again."
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars-entry.php:33
|
|
msgid "Sidebar Selection"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars.php:99
|
|
msgid "upgrade to"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars.php:99
|
|
msgid "install and activate"
|
|
msgstr ""
|
|
|
|
#: includes/class-genesis-simple-sidebars.php:102
|
|
#. translators: %1$s is WordPress minimum version, %2$s is Genesis minimum
|
|
#. version, %3$s is action and %4$s is link.
|
|
msgid ""
|
|
"Genesis Simple Sidebars requires WordPress %1$s and Genesis %2$s, or "
|
|
"greater. Please %3$s the latest version of <a href=\"%4$s\" "
|
|
"target=\"_blank\">Genesis</a> to use this plugin."
|
|
msgstr ""
|
|
|
|
#: includes/deprecated.php:68
|
|
msgid "dynamic_sidebar() with sidebars_widget filter"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:14
|
|
msgid "Nice try, partner. But that sidebar doesn't exist. Click back and try again."
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:18
|
|
msgid "Edit Sidebar"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:26 includes/views/admin-main.php:21
|
|
#: includes/views/admin-main.php:29 includes/views/admin-main.php:56
|
|
msgid "Name"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:28 includes/views/admin-main.php:58
|
|
msgid "A recognizable name for your new sidebar widget area"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:32 includes/views/admin-main.php:22
|
|
#: includes/views/admin-main.php:30 includes/views/admin-main.php:62
|
|
msgid "ID"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:37
|
|
msgid ""
|
|
"The unique ID is used to register the sidebar widget area (cannot be "
|
|
"changed)"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:41 includes/views/admin-main.php:23
|
|
#: includes/views/admin-main.php:31 includes/views/admin-main.php:68
|
|
msgid "Description"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-edit.php:47
|
|
msgid "Update"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-main.php:17
|
|
msgid "Current Sidebars"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-main.php:50 includes/views/admin-main.php:72
|
|
msgid "Add New Sidebar"
|
|
msgstr ""
|
|
|
|
#: includes/views/admin-main.php:64
|
|
msgid "The unique ID is used to register the sidebar widget area"
|
|
msgstr ""
|
|
|
|
#: includes/views/entry-metabox-content.php:16
|
|
#: includes/views/entry-metabox-content.php:32
|
|
#: includes/views/entry-metabox-content.php:48
|
|
#: includes/views/term-edit-sidebar-form.php:19
|
|
#: includes/views/term-edit-sidebar-form.php:34
|
|
#: includes/views/term-edit-sidebar-form.php:49
|
|
msgid "Default"
|
|
msgstr ""
|
|
|
|
#: includes/views/term-edit-sidebar-form.php:11
|
|
msgid "Sidebar Options"
|
|
msgstr ""
|
|
|
|
#: includes/views/term-edit-sidebar-form.php:16
|
|
msgid "Header Right"
|
|
msgstr ""
|
|
|
|
#: includes/views/term-edit-sidebar-form.php:31
|
|
msgid "Primary Sidebar"
|
|
msgstr ""
|
|
|
|
#: includes/views/term-edit-sidebar-form.php:46
|
|
msgid "Secondary Sidebar"
|
|
msgstr ""
|
|
|
|
#. Plugin Name of the plugin/theme
|
|
msgid "Genesis Simple Sidebars"
|
|
msgstr ""
|
|
|
|
#. Plugin URI of the plugin/theme
|
|
msgid "https://github.com/studiopress/genesis-simple-sidebars"
|
|
msgstr ""
|
|
|
|
#. Description of the plugin/theme
|
|
msgid ""
|
|
"Genesis Simple Sidebars allows you to easily create and use new sidebar "
|
|
"widget areas."
|
|
msgstr ""
|
|
|
|
#. Author of the plugin/theme
|
|
msgid "StudioPress"
|
|
msgstr ""
|
|
|
|
#. Author URI of the plugin/theme
|
|
msgid "https://www.studiopress.com/"
|
|
msgstr "" |