aspireupdate/languages/aspireupdate.pot
Colin Stewart 3b879bd00a
Release: Bump plugin version and add the changelog for 1.0.2. (#410)
* Dependencies: Bump Git Updater Lite to 2.3.3.

* Release: Bump the plugin version.

* Release: Add changelog for 1.0.2.
2025-06-09 18:47:50 +01:00

297 lines
7.2 KiB
Text

# Copyright (C) 2025 AspirePress
# This file is distributed under the GPLv2.
msgid ""
msgstr ""
"Project-Id-Version: AspireUpdate 1.0.2\n"
"Report-Msgid-Bugs-To: https://github.com/aspirepress/aspireupdate/issues\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-06-09T17:36:36+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.12.0\n"
"X-Domain: aspireupdate\n"
#. Plugin Name of the plugin
#: aspire-update.php
#: includes/class-branding.php:160
msgid "AspireUpdate"
msgstr ""
#. Plugin URI of the plugin
#: aspire-update.php
msgid "https://aspirepress.org/"
msgstr ""
#. Description of the plugin
#: aspire-update.php
msgid "Update plugins and themes for WordPress."
msgstr ""
#. Author of the plugin
#: aspire-update.php
msgid "AspirePress"
msgstr ""
#. Author URI of the plugin
#: aspire-update.php
#: includes/class-branding.php:89
#: includes/class-branding.php:104
#: includes/class-branding.php:117
msgid "https://docs.aspirepress.org/aspireupdate/"
msgstr ""
#: includes/class-admin-settings.php:158
msgid "Settings have been reset to default."
msgstr ""
#: includes/class-admin-settings.php:174
msgid "Settings Saved"
msgstr ""
#: includes/class-admin-settings.php:326
msgid "Settings"
msgstr ""
#: includes/class-admin-settings.php:373
msgid "Unexpected Error"
msgstr ""
#: includes/class-admin-settings.php:374
msgid "Please enter a valid URL"
msgstr ""
#: includes/class-admin-settings.php:439
msgid "Unable to load API hosts data. Please check the plugin installation."
msgstr ""
#: includes/class-admin-settings.php:447
msgid "API Configuration"
msgstr ""
#: includes/class-admin-settings.php:458
msgid "API Rewriting"
msgstr ""
#: includes/class-admin-settings.php:466
msgid "Rewrite API requests"
msgstr ""
#: includes/class-admin-settings.php:472
msgid "API Host"
msgstr ""
#. translators: 1: The name of the API Service
#: includes/class-admin-settings.php:487
#, php-format
msgid "%1$s (%2$s)"
msgstr ""
#: includes/class-admin-settings.php:492
msgid "Other"
msgstr ""
#: includes/class-admin-settings.php:506
msgid "API Key"
msgstr ""
#: includes/class-admin-settings.php:514
msgid "Some repositories may require an API key for authentication."
msgstr ""
#: includes/class-admin-settings.php:521
msgid "Compatibility"
msgstr ""
#: includes/class-admin-settings.php:530
msgid "Skip API rewriting if another plugin already appears to be rewriting API requests"
msgstr ""
#: includes/class-admin-settings.php:537
msgid "API Debug Configuration"
msgstr ""
#: includes/class-admin-settings.php:548
msgid "Debug Mode"
msgstr ""
#: includes/class-admin-settings.php:556
msgid "Enable logging and other debugging functionality"
msgstr ""
#: includes/class-admin-settings.php:562
msgid "Log Contents"
msgstr ""
#: includes/class-admin-settings.php:571
msgid "Include request arguments"
msgstr ""
#: includes/class-admin-settings.php:572
msgid "Include response headers and body"
msgstr ""
#: includes/class-admin-settings.php:573
msgid "Include a simple description of each step in the rewriting process"
msgstr ""
#: includes/class-admin-settings.php:580
msgid "SSL Verification"
msgstr ""
#: includes/class-admin-settings.php:589
msgid "Disable SSL verification to allow for local testing"
msgstr ""
#: includes/class-admin-settings.php:698
msgid "Generate API Key"
msgstr ""
#: includes/class-admin-settings.php:729
msgid "Enter a custom API host. Ensure that it starts with https://."
msgstr ""
#: includes/class-api-rewrite.php:72
msgid "API Key Authorization header added."
msgstr ""
#: includes/class-api-rewrite.php:92
msgid "Accept JSON Header added for API calls."
msgstr ""
#: includes/class-api-rewrite.php:109
msgid "Cache Buster Added to URL"
msgstr ""
#: includes/class-api-rewrite.php:194
msgid "Default API Found: "
msgstr ""
#. translators: 1: The options' name, 2: The constant's name, 3: The explicitly required value.
#: includes/class-api-rewrite.php:204
#, php-format
msgid "API rewriting has been skipped because the response has already been changed. Enable the %1$s option or set \"%1$s\" in the %2$s constant to %3$s to continue with API rewriting in future."
msgstr ""
#: includes/class-api-rewrite.php:215
msgid "Your API host is not a valid URL."
msgstr ""
#. translators: %s: The error message.
#: includes/class-api-rewrite.php:219
#: includes/class-api-rewrite.php:296
#, php-format
msgid "Request Failed: %s"
msgstr ""
#: includes/class-api-rewrite.php:228
msgid "SSL Verification Disabled"
msgstr ""
#: includes/class-api-rewrite.php:243
msgid "API Rerouted to: "
msgstr ""
#. translators: %s: The asset type.
#: includes/class-api-rewrite.php:267
#, php-format
msgid "Removed non-API %s from the update request."
msgstr ""
#: includes/class-api-rewrite.php:268
#: includes/class-api-rewrite.php:326
msgid "plugins"
msgstr ""
#: includes/class-api-rewrite.php:268
#: includes/class-api-rewrite.php:326
msgid "themes"
msgstr ""
#. translators: %s: The asset type.
#: includes/class-api-rewrite.php:325
#, php-format
msgid "Removed non-API %s from the update response."
msgstr ""
#. translators: %s: AspireUpdate.
#: includes/class-api-rewrite.php:345
#, php-format
msgid "Removed %s from the response."
msgstr ""
#. translators: 1: The name of the plugin, 2: The documentation URL.
#: includes/class-branding.php:87
#, php-format
msgid "Your plugin updates are now powered by <strong>%1$s</strong>. <a href=\"%2$s\">Learn about %1$s</a>"
msgstr ""
#. translators: 1: The name of the plugin, 2: The documentation URL.
#: includes/class-branding.php:102
#, php-format
msgid "Your theme updates are now powered by <strong>%1$s</strong>. <a href=\"%2$s\">Learn about %1$s</a>"
msgstr ""
#. translators: 1: The name of the plugin, 2: The documentation URL.
#: includes/class-branding.php:115
#, php-format
msgid "Your WordPress, plugin, theme and translation updates are now powered by <strong>%1$s</strong>. <a href=\"%2$s\">Learn about %1$s</a>"
msgstr ""
#. translators: 1: The API host's name.
#: includes/class-branding.php:165
#, php-format
msgid "API host: %1$s"
msgstr ""
#: includes/class-branding.php:197
#: includes/views/page-admin-settings.php:11
msgid "AspireUpdate Settings"
msgstr ""
#: includes/class-controller.php:71
#: includes/class-controller.php:108
msgid "Error: You are not authorized to access this resource."
msgstr ""
#: includes/class-controller.php:87
msgid "Log file cleared successfully."
msgstr ""
#: includes/class-debug.php:74
msgid "Error: Unable to read the log file."
msgstr ""
#: includes/class-debug.php:80
msgid "*****Log file is empty.*****"
msgstr ""
#: includes/class-debug.php:96
msgid "Error: Unable to access the log file."
msgstr ""
#: includes/class-utilities.php:67
msgid "Config file is missing or unreadable."
msgstr ""
#: includes/class-utilities.php:73
msgid "Config file is empty."
msgstr ""
#: includes/class-utilities.php:79
msgid "Error found in config file content."
msgstr ""
#: includes/views/page-admin-settings.php:20
msgid "Reset"
msgstr ""
#: includes/views/page-admin-settings.php:22
msgid "Clear Log"
msgstr ""
#: includes/views/page-admin-settings.php:25
msgid "View Log"
msgstr ""