idrivee2-media-upload/languages/idrivee2-media-upload.pot
2026-08-17 15:50:51 +00:00

331 lines
8.3 KiB
Text

# Copyright (C) 2026 ROBOTSTXT
# This file is distributed under the GPL-3.0-or-later.
msgid ""
msgstr ""
"Project-Id-Version: iDrivee2 Media Upload 1.4.2\n"
"Report-Msgid-Bugs-To: https://www.robotstxt.software/plugins/idrivee2-media-upload/\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: 2026-08-17T14:40:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: gettext 0.22\n"
"X-Domain: idrivee2-media-upload\n"
#. Plugin Name of the plugin
#: idrivee2-media-upload.php
msgid "iDrivee2 Media Upload"
msgstr ""
#. Plugin URI of the plugin
#: idrivee2-media-upload.php
msgid "https://www.robotstxt.software/plugins/idrivee2-media-upload/"
msgstr ""
#. Description of the plugin
#: idrivee2-media-upload.php
msgid "Uploads media files to iDrivee2 (S3-compatible) with enterprise-grade security and logging."
msgstr ""
#. Author of the plugin
#: idrivee2-media-upload.php
msgid "ROBOTSTXT"
msgstr ""
#. Author URI of the plugin
#: idrivee2-media-upload.php
msgid "https://www.robotstxt.software/"
msgstr ""
#. translators: Admin menu title.
#: includes/class-admin-page.php:109
#: includes/class-admin-page.php:600
msgid "iDrivee2 Media Upload Settings"
msgstr ""
#. translators: Admin menu label.
#: includes/class-admin-page.php:111
msgid "iDrivee2"
msgstr ""
#: includes/class-admin-page.php:156
#: includes/class-admin-page.php:168
#: includes/class-admin-page.php:180
msgid "You do not have sufficient permissions to access this page."
msgstr ""
#. translators: %d is the number of seconds to wait.
#: includes/class-admin-page.php:206
#, php-format
msgid "Please wait %d seconds before testing again."
msgstr ""
#: includes/class-admin-page.php:222
msgid "Configuration is incomplete. Please check your settings."
msgstr ""
#: includes/class-admin-page.php:243
msgid "Connection successful! Your S3 configuration is working correctly."
msgstr ""
#. translators: %s is the error message from AWS.
#: includes/class-admin-page.php:256
#: includes/class-admin-page.php:362
#: includes/class-admin-page.php:472
#, php-format
msgid "AWS Error: %s"
msgstr ""
#: includes/class-admin-page.php:257
#: includes/class-admin-page.php:363
#: includes/class-admin-page.php:473
msgid "Unknown error"
msgstr ""
#. translators: %s is the error message.
#: includes/class-admin-page.php:271
#: includes/class-admin-page.php:377
#: includes/class-admin-page.php:487
#, php-format
msgid "Error: %s"
msgstr ""
#. translators: %d is the number of seconds to wait.
#: includes/class-admin-page.php:300
#, php-format
msgid "Please wait %d seconds before uploading again."
msgstr ""
#: includes/class-admin-page.php:346
msgid "File uploaded successfully!"
msgstr ""
#: includes/class-admin-page.php:427
msgid "Invalid test file name format."
msgstr ""
#. translators: %s is the file name.
#: includes/class-admin-page.php:456
#, php-format
msgid "File %s deleted successfully."
msgstr ""
#: includes/class-admin-page.php:518
msgid "Host URL must start with \"https://\"."
msgstr ""
#: includes/class-admin-page.php:608
msgid "Some settings are defined in wp-config.php and cannot be changed here. These fields are shown as read-only."
msgstr ""
#: includes/class-admin-page.php:619
msgid "S3 Host"
msgstr ""
#: includes/class-admin-page.php:634
msgid "Defined in wp-config.php (IDRIVEE2_MEDIA_HOST)"
msgstr ""
#: includes/class-admin-page.php:636
msgid "S3-compatible endpoint URL. Must start with \"https://\"."
msgstr ""
#: includes/class-admin-page.php:645
msgid "Access Key ID"
msgstr ""
#: includes/class-admin-page.php:660
msgid "Defined in wp-config.php (IDRIVEE2_MEDIA_KEY)"
msgstr ""
#: includes/class-admin-page.php:662
msgid "Your S3 access key ID."
msgstr ""
#: includes/class-admin-page.php:671
msgid "Secret Access Key"
msgstr ""
#: includes/class-admin-page.php:686
msgid "Defined in wp-config.php (IDRIVEE2_MEDIA_SECRET)"
msgstr ""
#: includes/class-admin-page.php:688
msgid "Your S3 secret access key."
msgstr ""
#: includes/class-admin-page.php:697
msgid "Bucket Name"
msgstr ""
#: includes/class-admin-page.php:712
msgid "Defined in wp-config.php (IDRIVEE2_MEDIA_BUCKET)"
msgstr ""
#: includes/class-admin-page.php:714
msgid "The name of your S3 bucket."
msgstr ""
#: includes/class-admin-page.php:723
msgid "Region"
msgstr ""
#: includes/class-admin-page.php:739
msgid "Defined in wp-config.php (IDRIVEE2_MEDIA_REGION)"
msgstr ""
#: includes/class-admin-page.php:741
msgid "AWS region (e.g., us-east-1, eu-west-1)."
msgstr ""
#: includes/class-admin-page.php:750
msgid "Custom CDN Domain"
msgstr ""
#: includes/class-admin-page.php:765
msgid "Defined in wp-config.php (IDRIVEE2_MEDIA_DOMAIN)"
msgstr ""
#: includes/class-admin-page.php:767
msgid "Optional: Custom domain for serving media files."
msgstr ""
#: includes/class-admin-page.php:776
msgid "Image Sub-sizes"
msgstr ""
#: includes/class-admin-page.php:786
msgid "All registered sizes (WordPress default)"
msgstr ""
#: includes/class-admin-page.php:787
msgid "Only thumbnail (faster uploads)"
msgstr ""
#: includes/class-admin-page.php:788
msgid "No sub-sizes (original only)"
msgstr ""
#: includes/class-admin-page.php:813
msgid "Defined in wp-config.php (IDRIVEE2_MEDIA_SUBSIZES_MODE)"
msgstr ""
#: includes/class-admin-page.php:815
msgid "Reduces work for large uploads (e.g. camera files). Also disables the -scaled derivative in thumbnail/none modes."
msgstr ""
#: includes/class-admin-page.php:823
msgid "Data Cleanup"
msgstr ""
#: includes/class-admin-page.php:833
msgid "Delete all plugin data when the plugin is uninstalled"
msgstr ""
#: includes/class-admin-page.php:836
msgid "By default, all data is preserved when the plugin is uninstalled. Check this to remove settings, statistics, and post meta on uninstall."
msgstr ""
#: includes/class-admin-page.php:845
msgid "To modify settings defined in wp-config.php, please edit your wp-config.php file directly."
msgstr ""
#: includes/class-admin-page.php:848
msgid "Save Settings"
msgstr ""
#: includes/class-admin-page.php:854
#: includes/class-admin-page.php:905
msgid "Test Connection"
msgstr ""
#: includes/class-admin-page.php:856
msgid "Test your S3 configuration to ensure everything is working correctly."
msgstr ""
#. translators: %s is the file name.
#: includes/class-admin-page.php:878
#, php-format
msgid "File: %s"
msgstr ""
#: includes/class-admin-page.php:884
msgid "URL:"
msgstr ""
#: includes/class-admin-page.php:893
msgid "Delete this file"
msgstr ""
#: includes/class-admin-page.php:910
msgid "Test S3 Connection"
msgstr ""
#: includes/class-admin-page.php:913
msgid "Verify that your S3 bucket is accessible with the configured credentials."
msgstr ""
#: includes/class-admin-page.php:919
#: includes/class-admin-page.php:924
msgid "Upload Test File"
msgstr ""
#: includes/class-admin-page.php:927
msgid "Upload a test file to S3 with a timestamped name (test-YYYYMMDDHHMMSS.txt). The file will remain in S3 until manually deleted."
msgstr ""
#: includes/class-cli.php:83
msgid "Plugin is not configured. Set S3 credentials in wp-config.php or Settings → iDrivee2."
msgstr ""
#: includes/class-cli.php:86
msgid "Testing connection to bucket:"
msgstr ""
#: includes/class-cli.php:91
msgid "Connection successful — bucket is accessible."
msgstr ""
#: includes/class-cli.php:93
msgid "AWS error:"
msgstr ""
#: includes/class-cli.php:95
msgid "Connection failed:"
msgstr ""
#. translators: 1: number of files deleted, 2: number remaining in queue.
#: includes/class-cli.php:126
#, php-format
msgid "Cleanup complete: %1$d file deleted, %2$d remaining."
msgid_plural "Cleanup complete: %1$d files deleted, %2$d remaining."
msgstr[0] ""
msgstr[1] ""
#. translators: %d: number of files remaining in queue.
#: includes/class-cli.php:135
#, php-format
msgid "Cleanup complete: no files to delete, %d remaining in queue."
msgstr ""
#: includes/class-cli.php:167
msgid "No S3 operations recorded."
msgstr ""
#. translators: %d: number of days.
#: includes/class-cli.php:172
#, php-format
msgid "S3 operations (last %d days):"
msgstr ""
#. translators: %s: link to the ROBOTSTXT Manager plugin page.
#: includes/class-manager-dependency.php:144
#, php-format
msgid "To receive plugin updates, the ROBOTSTXT Manager plugin must be installed and active. Download it from %s."
msgstr ""
#: includes/class-plugin.php:179
msgid "Every 5 Minutes"
msgstr ""