msgid ""
msgstr ""
"Project-Id-Version: s3_storage 3.2.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2026-05-13T17:07:25+00:00\n"
"PO-Revision-Date: 2026-05-13T17:07:25+00:00\n"
"Language: ca\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2);\n"

#: packages/s3_storage/controller.php:46
msgid "File storage using Amazon S3."
msgstr ""

#: packages/s3_storage/controller.php:51
msgid "S3 Storage"
msgstr ""

#: packages/s3_storage/controller.php:61
msgid "Please install composer dependencies before you install this package. Run `cd \"%s\" && composer install`"
msgstr ""

#: packages/s3_storage/controller.php:104
msgid "You forgot to run composer :/"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:25
msgid "This required field is where you can specify a AWS region. eg: us-east-1, us-west-1, eu-west-1."
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:30
msgid "<b>Note:</b> Bucket permissions must be configured properly for this to actually take effect. When enabled, you can enter any string accepted by %s. When not enabled, your bucket permissions must be configured to allow the public viewing of files. If you need some files to be restricted, I would suggest having two buckets and two storage locations."
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:38
msgid "This optional field is where you can specify a host to be used (such as a Cloudfront host) instead of the normal S3 hostname when generating asset URIs. This can only be used with non-expiring urls."
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:44
msgid "If enabled this will add the CacheControl Header max age to all uploads. This will allow users to cache the files uploaded to s3, rather than re-downloading each visit.Cache Expiry Time must be in seconds, eg. 300 seconds is 5 minutes and 604800 is 7 days."
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:50
msgid "If you are using concreteCMS in an EC2 instance, you can use IAM roles instead of manually configuring."
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:54
msgid "Turn this on if the ACL is enabled. Turn it off if you disable ACL and/or enable to block all public access from S3 permission."
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:57
msgid "Optional unless checked"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:88
msgid "General"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:91
msgid "Security"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:94
msgid "Upload Cache-Control"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:97
msgid "Metadata Cache"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:103
msgid "Bucket"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:110
msgid "AWS Region"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:120
msgid "Use IAM Roles"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:128
msgid "Key"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:135
msgid "Secret"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:143
msgid "Alternate Host"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:148
msgid "Optional. E.g. http://s3.example.com"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:153
msgid "Link Expire Time"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:166
msgid "Use ACL"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:175
msgid "Cache Expiry Time"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:188
msgid "These settings control the Flysystem metadata cache used during browsing (reduces S3 HeadObject calls). Leave fields blank to use global defaults set under Dashboard → System & Settings → Files → S3 Storage Settings. Caching only applies if the global Concrete cache is enabled."
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:197
msgid "Enable Metadata Cache"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:201
msgid "Metadata Cache TTL (seconds)"
msgstr ""

#: packages/s3_storage/elements/storage_location_types/s3.php:205
msgid "Metadata Cache Key Prefix"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:20
#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:123
msgid "S3 Storage Settings"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:67
msgid "Expires must be greater than 0"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:70
msgid "Key Pair ID is required"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:75
msgid "Private Key Filename is not readable"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:78
msgid "Private Key Filename is required"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:82
msgid "Profile is required when using a profile"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:86
msgid "Credentials key and secret are required when not using a profile"
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:99
msgid "TTL must be a number of seconds."
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:103
msgid "TTL can't be negative. Use 0 or leave blank to use the global cache lifetime."
msgstr ""

#: packages/s3_storage/controllers/single_page/dashboard/system/files/s3_storage_settings.php:148
msgid "S3 Settings saved."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:167
msgid "You must set a S3 Bucket."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:169
msgid "Invalid S3 Bucket Name"
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:172
msgid "You must supply a region, eg: us-east-1, us-west-1, eu-west-1"
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:177
msgid "You must set a S3 Key."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:180
msgid "You must set a S3 Secret."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:183
msgid "Invalid Expire Time"
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:189
msgid "Cache Expiry Time must be a positive number."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:192
msgid "Invalid Cache Expiry Time."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:200
msgid "Metadata Cache TTL must be an integer."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:202
msgid "Metadata Cache TTL cannot be negative."
msgstr ""

#: packages/s3_storage/src/S3Storage/S3Configuration.php:206
msgid "Metadata Cache Prefix must be a string."
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:33
msgid "CloudFront Signed Cookies"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:36
msgid "S3 Metadata Cache Defaults"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:42
msgid "CloudFront signed cookies allow you to control who can access your files on CloudFront. It is helpful if you want to restrict access to your files to only logged-in users."
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:43
msgid "Signed cookies will give users access to the entire S3 bucket, but it works well with block cache. It is best for intranet sites because you may want to block access from anonymous users but keep the website fast."
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:44
msgid "If you want to restrict access to individual files, consider setting Link Expire Time in S3 Storage Settings. However, you have to disable block cache when you use signed URLs."
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:49
msgid "CloudFront Signed Cookies Enabled"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:54
msgid "Cookie Domain"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:59
msgid "Expires"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:64
msgid "Key Pair ID"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:69
msgid "Private Key Filename"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:76
msgid "Use Profile"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:82
msgid "Profile"
msgstr "Perfil"

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:89
msgid "Credentials Key"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:93
msgid "Credentials Secret"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:96
#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:195
msgid "Show secret key"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:106
#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:142
msgid "Save"
msgstr "Desa"

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:114
msgid "Configure global defaults for the S3 metadata cache used by the adapter to reduce S3 HeadObject requests. Per-storage-location settings (in the S3 storage location form) override these defaults when set."
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:119
msgid "Enable S3 Metadata Cache"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:124
msgid "Cache TTL (seconds)"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:125
msgid "Leave blank to use %s"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:127
msgid "How long cached metadata should live. Set to 0 to never expire explicitly (backend policy may still evict). Leave blank to fall back to the global cache lifetime."
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:132
msgid "Cache Key Prefix"
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:135
msgid "Optional namespace for cache keys. Useful if you have multiple environments sharing the same cache backend."
msgstr ""

#: packages/s3_storage/single_pages/dashboard/system/files/s3_storage_settings.php:189
msgid "Hide secret key"
msgstr ""
