|
| 1 | +# ADDON s3_storage |
| 2 | +# Copyright (C) |
| 3 | +# This file is distributed under the same license as the Friendica s3_storage addon package. |
| 4 | +# |
| 5 | +# |
| 6 | +#, fuzzy |
| 7 | +msgid "" |
| 8 | +msgstr "" |
| 9 | +"Project-Id-Version: \n" |
| 10 | +"Report-Msgid-Bugs-To: \n" |
| 11 | +"POT-Creation-Date: 2022-02-24 23:25+0100\n" |
| 12 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 14 | +" Language-Team: LANGUAGE <[email protected]>\n" |
| 15 | +"Language: \n" |
| 16 | +"MIME-Version: 1.0\n" |
| 17 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 18 | +"Content-Transfer-Encoding: 8bit\n" |
| 19 | + |
| 20 | +#: src/S3Config.php:113 |
| 21 | +msgid "Access Key" |
| 22 | +msgstr "" |
| 23 | + |
| 24 | +#: src/S3Config.php:115 |
| 25 | +msgid "Set the Access Key of the S3 storage" |
| 26 | +msgstr "" |
| 27 | + |
| 28 | +#: src/S3Config.php:120 |
| 29 | +msgid "Secret Key" |
| 30 | +msgstr "" |
| 31 | + |
| 32 | +#: src/S3Config.php:122 |
| 33 | +msgid "Set the Secret Key of the S3 storage" |
| 34 | +msgstr "" |
| 35 | + |
| 36 | +#: src/S3Config.php:127 |
| 37 | +msgid "Bucket" |
| 38 | +msgstr "" |
| 39 | + |
| 40 | +#: src/S3Config.php:129 |
| 41 | +msgid "The S3 Bucket (name), you want to use with Friendica" |
| 42 | +msgstr "" |
| 43 | + |
| 44 | +#: src/S3Config.php:134 |
| 45 | +msgid "Signature Method" |
| 46 | +msgstr "" |
| 47 | + |
| 48 | +#: src/S3Config.php:136 |
| 49 | +msgid "" |
| 50 | +"Set the signature method to use (BEWARE: v4 will be automatically set to v2 " |
| 51 | +"in case the endpoint isn't amazon)" |
| 52 | +msgstr "" |
| 53 | + |
| 54 | +#: src/S3Config.php:141 |
| 55 | +#, php-format |
| 56 | +msgid "Amazon S3 compatible endpoint (leave empty for '%s')" |
| 57 | +msgstr "" |
| 58 | + |
| 59 | +#: src/S3Config.php:143 |
| 60 | +msgid "" |
| 61 | +"Set the S3 endpoint. Do NOT use a protocol (You can use a custom endpoint " |
| 62 | +"with v2 signatures to access third party services which offer S3 " |
| 63 | +"compatibility, e.g. OwnCloud, Google Storage etc.)" |
| 64 | +msgstr "" |
| 65 | + |
| 66 | +#: src/S3Config.php:147 |
| 67 | +#, php-format |
| 68 | +msgid "AWS region (leave empty for '%s')" |
| 69 | +msgstr "" |
| 70 | + |
| 71 | +#: src/S3Config.php:149 |
| 72 | +msgid "The AWS region is mandatory for v4 signatures" |
| 73 | +msgstr "" |
| 74 | + |
| 75 | +#: src/S3Config.php:153 |
| 76 | +msgid "Use the dualstack URL (which will ship traffic over ipv6 in most cases)" |
| 77 | +msgstr "" |
| 78 | + |
| 79 | +#: src/S3Config.php:155 |
| 80 | +msgid "" |
| 81 | +"For more information on these endpoints please read https://docs.aws.amazon." |
| 82 | +"com/AmazonS3/latest/dev/dual-stack-endpoints.html" |
| 83 | +msgstr "" |
| 84 | + |
| 85 | +#: src/S3Config.php:159 |
| 86 | +msgid "Use legacy, path-style access to the bucket" |
| 87 | +msgstr "" |
| 88 | + |
| 89 | +#: src/S3Config.php:161 |
| 90 | +msgid "" |
| 91 | +"When it's turned off (default) we use virtual hosting stylepaths which are " |
| 92 | +"RECOMMENDED BY AMAZON per http://docs.aws.amazon.com/AmazonS3/latest/API/" |
| 93 | +"APIRest.html" |
| 94 | +msgstr "" |
| 95 | + |
| 96 | +#: src/S3Config.php:175 |
| 97 | +msgid "Invalid input" |
| 98 | +msgstr "" |
| 99 | + |
| 100 | +#: src/S3Config.php:214 |
| 101 | +#, php-format |
| 102 | +msgid "error '%s', message '%s'" |
| 103 | +msgstr "" |
| 104 | + |
| 105 | +#: src/S3Config.php:222 |
| 106 | +#, php-format |
| 107 | +msgid "Bucket %s cannot be not found, possible buckets: %s" |
| 108 | +msgstr "" |
0 commit comments