Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add sync tutorial info and screenshots #1417

Merged
merged 3 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Mail/Views/Sync Profile/SyncInstallProfileTutorialView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ struct SyncInstallProfileTutorialView: View {
MailResourcesAsset.syncTutorial1,
MailResourcesAsset.syncTutorial2,
MailResourcesAsset.syncTutorial3,
MailResourcesAsset.syncTutorial4
MailResourcesAsset.syncTutorial4,
MailResourcesAsset.syncTutorial5
]

init() {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
charlella marked this conversation as resolved.
Show resolved Hide resolved
"images" : [
{
"filename" : "sync-tutorial-5.png",
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions MailResources/Localizable/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Project: kMail
* Locale: de, German
* Tagged: ios
* Exported by: Philippe Weidmann
* Exported at: Mon, 13 May 2024 08:25:56 +0200
* Exported by: Charlene Hoareau
* Exported at: Mon, 13 May 2024 11:43:06 +0200
*/

/* loco:62bb154d7513e127cb2e9c94 */
Expand Down
4 changes: 2 additions & 2 deletions MailResources/Localizable/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Project: kMail
* Locale: en, English
* Tagged: ios
* Exported by: Philippe Weidmann
* Exported at: Mon, 13 May 2024 08:25:56 +0200
* Exported by: Charlene Hoareau
* Exported at: Mon, 13 May 2024 11:43:06 +0200
*/

/* loco:62bb154d7513e127cb2e9c94 */
Expand Down
4 changes: 2 additions & 2 deletions MailResources/Localizable/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Project: kMail
* Locale: es, Spanish
* Tagged: ios
* Exported by: Philippe Weidmann
* Exported at: Mon, 13 May 2024 08:25:56 +0200
* Exported by: Charlene Hoareau
* Exported at: Mon, 13 May 2024 11:43:06 +0200
*/

/* loco:62bb154d7513e127cb2e9c94 */
Expand Down
4 changes: 2 additions & 2 deletions MailResources/Localizable/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Project: kMail
* Locale: fr, French
* Tagged: ios
* Exported by: Philippe Weidmann
* Exported at: Mon, 13 May 2024 08:25:56 +0200
* Exported by: Charlene Hoareau
* Exported at: Mon, 13 May 2024 11:43:06 +0200
*/

/* loco:62bb154d7513e127cb2e9c94 */
Expand Down
8 changes: 4 additions & 4 deletions MailResources/Localizable/it.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* Project: kMail
* Locale: it, Italian
* Tagged: ios
* Exported by: Philippe Weidmann
* Exported at: Mon, 13 May 2024 08:25:56 +0200
* Exported by: Charlene Hoareau
* Exported at: Mon, 13 May 2024 11:43:06 +0200
*/

/* loco:62bb154d7513e127cb2e9c94 */
Expand Down Expand Up @@ -863,7 +863,7 @@
"lockedMailboxTitle-plural-many" = "";

/* loco:6639ec5faf37f28888054ea2 */
"manageSignatures" = "Gestire le mie firme";
"manageSignatures" = "Gestisci le mie firme";

/* loco:62567b1163b65257647cd9a2 */
"menuDrawerAdvancedActions" = "Azioni avanzate";
Expand Down Expand Up @@ -1526,7 +1526,7 @@
"syncTutorialInstallProfileStep3" = "Fai clic su **Installazione**.";

/* loco:651ec0dd115c4a32f40a2335 */
"syncTutorialInstallProfileStep4" = "Immettere la password di convalida **due volte**: una per i calendari e una per le rubriche.";
"syncTutorialInstallProfileStep4" = "Incolla la password di convalida **due volte**: una per i calendari e una per le rubriche.";

/* loco:651ec1014c5a0be89406c4d4 */
"syncTutorialInstallProfileStep5" = "Torna all’applicazione Mail.";
Expand Down
Loading