Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-ios
Commits
2dbe6170
Commit
2dbe6170
authored
Dec 12, 2018
by
Jose Blaya
Browse files
Update strings
parent
34f200c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
PIA VPN/SwiftGen+Strings.swift
View file @
2dbe6170
...
...
@@ -83,13 +83,25 @@ internal enum L10n {
internal
static
let
prompt
=
L10n
.
tr
(
"Localizable"
,
"account.reveal.prompt"
)
}
internal
enum
Save
{
/// Update
/// Update
email
internal
static
let
item
=
L10n
.
tr
(
"Localizable"
,
"account.save.item"
)
/// Authenticate to save changes
internal
static
let
prompt
=
L10n
.
tr
(
"Localizable"
,
"account.save.prompt"
)
/// Your email address has been saved.
internal
static
let
success
=
L10n
.
tr
(
"Localizable"
,
"account.save.success"
)
}
internal
enum
Update
{
internal
enum
Email
{
internal
enum
RequirePassword
{
/// Submit
internal
static
let
button
=
L10n
.
tr
(
"Localizable"
,
"account.update.email.requirePassword.button"
)
/// For security reasons we require your PIA password to perform a change in your account. Please input your PIA password to proceed.
internal
static
let
message
=
L10n
.
tr
(
"Localizable"
,
"account.update.email.requirePassword.message"
)
/// PIA Password Required
internal
static
let
title
=
L10n
.
tr
(
"Localizable"
,
"account.update.email.requirePassword.title"
)
}
}
}
internal
enum
Username
{
/// Username
internal
static
let
caption
=
L10n
.
tr
(
"Localizable"
,
"account.username.caption"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment