You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,12 @@ app_url_helper = Base address for HTTP(S) clone URLs and email notifications.
176
176
log_root_path = Log Path
177
177
log_root_path_helper = Log files will be written to this directory.
178
178
179
+
security_title = Security Settings
180
+
master_key_provider = Master Key Provider
181
+
master_key_provider_none = None
182
+
master_key_provider_plain = Plain
183
+
master_key_provider_helper = Master Key Provider to use to store secret key that will be used for other secret encryption. Use "None" to not encrypt secrets. Use "Plain" to store automatically generated secret in configuration file.
no_reply_address_helper = Domain name for users with a hidden email address. For example, the username 'joe' will be logged in Git as 'joe@noreply.example.org' if the hidden email domain is set to 'noreply.example.org'.
235
241
password_algorithm = Password Hash Algorithm
236
242
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.
243
+
master_key_failed = Failed to generate master key: %v
237
244
238
245
[home]
239
246
uname_holder = Username or Email Address
@@ -447,6 +454,7 @@ max_size_error = ` must contain at most %s characters.`
447
454
email_error = ` is not a valid email address.`
448
455
url_error = `'%s' is not a valid URL.`
449
456
include_error = ` must contain substring '%s'.`
457
+
in_error = ` can contain only specific values: %s.`
450
458
glob_pattern_error = ` glob pattern is invalid: %s.`
451
459
regex_pattern_error = ` regex pattern is invalid: %s.`
0 commit comments