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: WMF Framework/CommonStrings.swift
+1-69Lines changed: 1 addition & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -606,81 +606,13 @@ public class CommonStrings: NSObject {
606
606
607
607
publicstaticletproblemWithFeatureTitle=WMFLocalizedString("problem-with-feature-title", value:"Problem with feature", comment:"Button title text that allows user to send feedback to the iOS support email about a particular feature.")
608
608
609
-
// Alt text
610
-
611
-
publicstaticletaltTextTitle=WMFLocalizedString("alt-text-title", value:"Alt text", comment:"Title for alt text")
612
-
613
609
publicstaticletreturnToArticle=WMFLocalizedString("return-to-article", value:"Return to article", comment:"Title for button indicating that is possible to go back to article")
614
610
615
611
publicstaticletreturnButtonTitle=WMFLocalizedString("return-button-title", value:"Return", comment:"Title for button indicating that is possible return from this point")
616
-
617
-
publicstaticletaltTextArticleNavBarTitle=WMFLocalizedString("alt-text-experiment-view-title", value:"Add alt text", comment:"Title text for alt text experiment view")
WMFLocalizedString("alt-text-experiment-edit-summary", languageCode: languageCode, value:"Added alt text", comment:"Automatic edit summary added to edit after user publishes an edit through the alt-text experiment.")
621
-
}
622
-
623
-
publicstaticletaltTextViewPlaceholder=WMFLocalizedString("alt-text-experiment-text-field-placholder", value:"Describe the image", comment:"Text used for the text field placholder on the alt text view")
624
-
625
-
publicstaticletaltTextViewBottomDescription=WMFLocalizedString("alt-text-experiment-text-field-description", value:"Text description for readers who cannot see the image", comment:"Informational description for what should be input into the alt text text view. Displayed underneath the alt text text view.")
626
-
627
-
publicstaticletaltTextViewCharacterCounterWarning=WMFLocalizedString("alt-text-experiment-character-counter-warning", value:"Try to keep alt text short so users can easily understand the image content", comment:"Warning label that appears underneath the alt text view when the user has typed beyond 125 characters.")
628
-
629
-
publicstaticletaltTextViewCharacterCounterFormat=WMFLocalizedString("alt-text-experiment-character-counter-format", value:"%1$d/%2$d", comment:"Character counter that appears as the user is typing in the alt text view. %1$d is replaced with the number of characters the user has typed. %2$d will be replaced with the maximum character number recommended for alt text.")
630
-
631
-
publicstaticletaltGuidanceButtonTitle=WMFLocalizedString("alt-text-experiment-guidance-button", value:"Guidance for writing alt text", comment:"Button title on the alt text input screen. Tapping it displays an informative onboarding screen about how to write alt text for images.")
632
-
633
-
publicstaticletaltTextOnboardingTitle=WMFLocalizedString("alt-text-experiment-onboarding-title", value:"How to write alt text for images", comment:"Title of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
634
-
635
-
publicstaticletaltTextOnboardingItem1Title=WMFLocalizedString("alt-text-experiment-onboarding-item-1-title", value:"Keep it short and clear", comment:"Item 1 title of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
636
-
637
-
publicstaticletaltTextOnboardingItem1Subtitle=WMFLocalizedString("alt-text-experiment-onboarding-item-1-subtitle", value:"1-2 lines of plain text with no acronyms, abbreviations, or jargon.", comment:"Item 1 subtitle of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
638
-
639
-
publicstaticletaltTextOnboardingItem2Title=WMFLocalizedString("alt-text-experiment-onboarding-item-2-title", value:"Describe what can be seen", comment:"Item 2 title of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
640
-
641
-
publicstaticletaltTextOnboardingItem2Subtitle=WMFLocalizedString("alt-text-experiment-onboarding-item-2-subtitle", value:"Don’t add your own research, interpretation, or point of view.", comment:"Item 2 subtitle of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
642
-
643
-
publicstaticletaltTextOnboardingItem3Title=WMFLocalizedString("alt-text-experiment-onboarding-item-3-title", value:"Focus on what is relevant to the article", comment:"Item 3 title of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
644
-
645
-
publicstaticletaltTextOnboardingItem3Subtitle=WMFLocalizedString("alt-text-experiment-onboarding-item-3-subtitle", value:"But don’t repeat text that is already in the caption.", comment:"Item 3 subtitle of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
646
-
647
-
publicstaticletaltTextOnboardingItem4Title=WMFLocalizedString("alt-text-experiment-onboarding-item-4-title", value:"Type of image", comment:"Item 4 title of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
648
-
649
-
publicstaticletaltTextOnboardingItem4Subtitle=WMFLocalizedString("alt-text-experiment-onboarding-item-4-subtitle", value:"Do not start with ‘This is an image of...’ but describe the medium or style, if relevant", comment:"Item 4 subtitle of alt text experiment onboarding view. Displayed before they enter the alt text input flow.")
650
-
651
-
publicstaticletaltTextOnboardingSecondaryButtonTitle=WMFLocalizedString("alt-text-experiment-onboarding-secondary-button-title", value:"View examples", comment:"Title of secondary button on alt text experiment onboarding screen. Tapping it takes the user to an external web view of alt text examples.")
652
-
653
-
publicstaticletaltTextOnboardingTooltip1Title=WMFLocalizedString("alt-text-experiment-onboarding-tooltip-1-title", value:"Review", comment:"Title of the first onboarding tooltip displayed on the alt text experiment. Points at an image lacking alt text in an article.")
654
-
655
-
publicstaticletaltTextOnboardingTooltip1Body=WMFLocalizedString("alt-text-experiment-onboarding-tooltip-1-body", value:"Understand the image in the article context.", comment:"Body of the first onboarding tooltip displayed on the alt text experiment.")
656
-
657
-
publicstaticletaltTextOnboardingTooltip2Title=WMFLocalizedString("alt-text-experiment-onboarding-tooltip-2-title", value:"Inspect", comment:"Title of the second onboarding tooltip displayed on the alt text experiment. Points at an image file name that navigates to the commons web view.")
658
-
659
-
publicstaticletaltTextOnboardingTooltip2Body=WMFLocalizedString("alt-text-experiment-onboarding-tooltip-2-body", value:"View additional image information on Wikimedia Commons.", comment:"Body of the second onboarding tooltip displayed on the alt text experiment.")
660
-
661
-
publicstaticletaltTextOnboardingTooltip3Title=WMFLocalizedString("alt-text-experiment-onboarding-tooltip-3-title", value:"Add description", comment:"Title of the third onboarding tooltip displayed on the alt text experiment. Points at the alt text input textview.")
662
-
663
-
publicstaticletaltTextOnboardingTooltip3Body=WMFLocalizedString("alt-text-experiment-onboarding-tooltip-3-body", value:"Add description for visually impaired readers", comment:"Body of the third onboarding tooltip displayed on the alt text experiment.")
664
-
665
-
publicstaticletaltTextFeedbackAlertTitle=WMFLocalizedString("alt-text-feedback-alert-title", value:"We want your feedback", comment:"Title text for the feedback alert in alt text")
666
-
667
-
publicstaticletaltTextFeedbackAlertMessage=WMFLocalizedString("alt-text-feedback-alert-subtitle", value:"Would you use a feature that provided a feed of images in need of alt text?", comment:"Subtitle text for the feedback alert in alt text")
668
-
669
-
publicstaticletaltTextFeedbackAlertMessageFlowC=WMFLocalizedString("alt-text-feedback-alert-subtitle-flow-C", value:"Would you be interested in receiving similar notifications about suggested edits on articles after you edit them?", comment:"Subtitle text for the feedback alert in alt text experiment for flow C")
670
-
671
-
publicstaticletaltTextFeedbackSurveyTitle=WMFLocalizedString("alt-text-feedback-survey-title", value:"Help improve the feature", comment:"Title for the alt text feedback survey")
672
-
673
-
publicstaticletaltTextFeedbackSurveySubtitle=WMFLocalizedString("alt-text-feedback-survey-subtitle", value:"Are you satisfied with this feature?", comment:"Subtitle for the alt text feedback survey")
674
-
675
-
publicstaticletaltTextFeedbackSurveySatisfied=WMFLocalizedString("alt-text-feedback-survey-satisfied", value:"Satisfied", comment:"Text for the alt text feedback survey satisfied option")
676
-
677
-
publicstaticletaltTextFeedbackSurveyNeutral=WMFLocalizedString("alt-text-feedback-survey-neutral", value:"Neutral", comment:"Text for the alt text feedback survey neutral option")
678
-
679
-
publicstaticletaltTextFeedbackSurveyUnsatisfied=WMFLocalizedString("alt-text-feedback-survey-unsatisfied", value:"Unsatisfied", comment:"Text for the alt text feedback survey unsatisfied option")
680
612
681
613
publicstaticletfeedbackSurveyToastTitle=WMFLocalizedString("alt-text-feedback-survey-toast-title", value:"Feedback submitted", comment:"Text for the toast displayed after a user answers a survey")
682
614
683
-
// Account
615
+
// Accountˆ¨
684
616
685
617
publicstaticletlogoutAlertTitle=WMFLocalizedString("main-menu-account-logout-are-you-sure", value:"Are you sure you want to log out?", comment:"Header asking if user is sure they wish to log out.")
Copy file name to clipboardExpand all lines: WMFComponents/Sources/WMFComponents/Components/Suggested Edits/Alt Text Experiment/Preview/WMFAltTextExperimentPreviewView.swift
Copy file name to clipboardExpand all lines: WMFComponents/Sources/WMFComponents/Components/Suggested Edits/Alt Text Experiment/Preview/WMFAltTextExperimentPreviewViewController.swift
0 commit comments