diff --git a/.gitignore b/.gitignore index 849746a38810d194ee036635f2a2ed37da3dc4b4..c6fe5d3f7d402e7f930e53f8d4f913eb6c1e0f54 100644 --- a/.gitignore +++ b/.gitignore @@ -11,9 +11,6 @@ Ring/Ring.xcodeproj/project.xcworkspace/xcshareddata/ Ring/Ring.xcodeproj/project.xcworkspace/xcuserdata/ Ring/Ring.xcodeproj/xcuserdata/ -# Generated -Ring/Ring/Constants/Generated/ - # Obj-C/Swift specific *.hmap *.ipa diff --git a/Ring/Ring/Constants/Generated/Strings.swift b/Ring/Ring/Constants/Generated/Strings.swift index 3c6b54247780d9878140061faafa150e8da74e41..4c5bb7036a92d22f9266d9d2d514f0772906afdc 100644 --- a/Ring/Ring/Constants/Generated/Strings.swift +++ b/Ring/Ring/Constants/Generated/Strings.swift @@ -22,6 +22,12 @@ enum L10n { static let accountNoNetworkTitle = L10n.tr("Localizable", "alerts.accountNoNetworkTitle") /// Account couldn't be found on the Ring network. Make sure it was exported on Ring from an existing device, and that provided credentials are correct. static let acountCannotBeFoundMessage = L10n.tr("Localizable", "alerts.acountCannotBeFoundMessage") + /// Cancel + static let profileCancelPhoto = L10n.tr("Localizable", "alerts.profileCancelPhoto") + /// Take photo + static let profileTakePhoto = L10n.tr("Localizable", "alerts.profileTakePhoto") + /// Upload photo + static let profileUploadPhoto = L10n.tr("Localizable", "alerts.profileUploadPhoto") } enum Createaccount { @@ -54,6 +60,8 @@ enum L10n { enum Createprofile { /// Skip to Create Account static let createAccount = L10n.tr("Localizable", "createProfile.createAccount") + /// Next + static let createAccountWithProfile = L10n.tr("Localizable", "createProfile.createAccountWithProfile") /// Skip to Link Device static let linkDevice = L10n.tr("Localizable", "createProfile.linkDevice") }