From 6ff8fbd7be80a7bc1e02cbffa28bd174d09f4427 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:27:05 +0000 Subject: [PATCH] Localize [v127] String import 2024-05-06 --- firefox-ios/Client.xcodeproj/project.pbxproj | 105 +++++++++++++++++- .../be.lproj/Microsurvey.strings | 36 ++++++ .../co.lproj/Microsurvey.strings | 42 +++++++ .../co.lproj/Settings.strings | 4 +- .../co.lproj/Shopping.strings | 3 + .../cs.lproj/Microsurvey.strings | 42 +++++++ .../cs.lproj/Shopping.strings | 3 + .../cy.lproj/Microsurvey.strings | 42 +++++++ .../da.lproj/Microsurvey.strings | 42 +++++++ .../de.lproj/Microsurvey.strings | 42 +++++++ .../dsb.lproj/Microsurvey.strings | 42 +++++++ .../el.lproj/Microsurvey.strings | 33 ++++++ .../en-CA.lproj/Microsurvey.strings | 42 +++++++ .../en-CA.lproj/Shopping.strings | 3 + .../en-GB.lproj/Microsurvey.strings | 42 +++++++ .../en-US.lproj/Microsurvey.strings | 42 +++++++ .../eo.lproj/Microsurvey.strings | 42 +++++++ .../eo.lproj/Settings.strings | 3 + .../eo.lproj/Shopping.strings | 3 + .../es-AR.lproj/Microsurvey.strings | 42 +++++++ .../es-CL.lproj/Microsurvey.strings | 42 +++++++ .../es.lproj/Microsurvey.strings | 42 +++++++ .../eu.lproj/Microsurvey.strings | 3 + .../fi.lproj/Microsurvey.strings | 42 +++++++ .../fi.lproj/Shopping.strings | 6 + .../fr.lproj/Microsurvey.strings | 42 +++++++ .../he.lproj/Microsurvey.strings | 42 +++++++ .../hsb.lproj/Microsurvey.strings | 42 +++++++ .../hu.lproj/Shopping.strings | 2 +- .../hy-AM.lproj/Microsurvey.strings | 42 +++++++ .../ia.lproj/Microsurvey.strings | 42 +++++++ .../is.lproj/Microsurvey.strings | 42 +++++++ .../it.lproj/Microsurvey.strings | 42 +++++++ .../ja.lproj/Microsurvey.strings | 42 +++++++ .../ja.lproj/PasswordAutofill.strings | 2 +- .../ja.lproj/Settings.strings | 3 + .../ja.lproj/Shopping.strings | 3 + .../kk.lproj/Microsurvey.strings | 42 +++++++ .../nb.lproj/Microsurvey.strings | 42 +++++++ .../nl.lproj/Microsurvey.strings | 42 +++++++ .../nn.lproj/Microsurvey.strings | 42 +++++++ .../pa-IN.lproj/Microsurvey.strings | 42 +++++++ .../pl.lproj/Microsurvey.strings | 42 +++++++ .../pl.lproj/Settings.strings | 3 + .../pt-BR.lproj/Microsurvey.strings | 42 +++++++ .../pt-BR.lproj/ResearchSurface.strings | 2 +- .../pt-PT.lproj/Microsurvey.strings | 42 +++++++ .../rm.lproj/Microsurvey.strings | 42 +++++++ .../rm.lproj/Settings.strings | 3 + .../rm.lproj/Shopping.strings | 3 + .../ru.lproj/Microsurvey.strings | 42 +++++++ .../si.lproj/Microsurvey.strings | 6 + .../sk.lproj/Microsurvey.strings | 42 +++++++ .../sl.lproj/FirefoxSync.strings | 3 + .../sl.lproj/Microsurvey.strings | 27 +++++ .../sl.lproj/PasswordAutofill.strings | 3 + .../sl.lproj/Settings.strings | 6 + .../sl.lproj/UpdateCard.strings | 3 + .../sq.lproj/Microsurvey.strings | 42 +++++++ .../sq.lproj/Settings.strings | 3 + .../sq.lproj/Shopping.strings | 3 + .../sv.lproj/Microsurvey.strings | 42 +++++++ .../tr.lproj/Microsurvey.strings | 42 +++++++ .../ug.lproj/Microsurvey.strings | 42 +++++++ .../uk.lproj/Microsurvey.strings | 42 +++++++ .../uk.lproj/Shopping.strings | 3 + .../vi.lproj/Microsurvey.strings | 42 +++++++ .../zh-CN.lproj/Microsurvey.strings | 42 +++++++ .../zh-CN.lproj/Shopping.strings | 3 + .../zh-TW.lproj/Microsurvey.strings | 42 +++++++ .../Shared/co.lproj/Localizable.strings | 24 ++-- firefox-ios/Shared/co.lproj/Search.strings | 2 +- .../Shared/uk.lproj/Localizable.strings | 6 +- firefox-ios/Shared/vi.lproj/Menu.strings | 2 +- 74 files changed, 2014 insertions(+), 25 deletions(-) create mode 100644 firefox-ios/Shared/Supporting Files/be.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/co.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/cs.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/cy.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/da.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/de.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/dsb.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/el.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/en-CA.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/en-GB.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/en-US.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/eo.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/es-AR.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/es-CL.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/es.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/fi.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/fr.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/he.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/hsb.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/hy-AM.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/ia.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/is.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/it.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/ja.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/kk.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/nb.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/nl.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/nn.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/pa-IN.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/pl.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/pt-BR.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/pt-PT.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/rm.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/ru.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/si.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/sk.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/sl.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/sq.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/sv.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/tr.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/ug.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/uk.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/vi.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/zh-CN.lproj/Microsurvey.strings create mode 100644 firefox-ios/Shared/Supporting Files/zh-TW.lproj/Microsurvey.strings diff --git a/firefox-ios/Client.xcodeproj/project.pbxproj b/firefox-ios/Client.xcodeproj/project.pbxproj index b819a97942b2..86dde5fc5bd7 100644 --- a/firefox-ios/Client.xcodeproj/project.pbxproj +++ b/firefox-ios/Client.xcodeproj/project.pbxproj @@ -386,6 +386,7 @@ 43B2963D2B305F1E00A5AA9B /* LoginsHelper.strings in Resources */ = {isa = PBXBuildFile; fileRef = 43B2963B2B305F1E00A5AA9B /* LoginsHelper.strings */; }; 43B520E42B55493E00007187 /* TabToolbar.strings in Resources */ = {isa = PBXBuildFile; fileRef = 43B520E22B55493E00007187 /* TabToolbar.strings */; }; 43B658D929CE251C00C9EF08 /* CreditCardInputViewModelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43B658D829CE251C00C9EF08 /* CreditCardInputViewModelTests.swift */; }; + 43B966AF2BE8F11D007448EA /* Microsurvey.strings in Resources */ = {isa = PBXBuildFile; fileRef = 43B966AD2BE8F11D007448EA /* Microsurvey.strings */; }; 43BDBBFE2752FA8600254DE4 /* LegacyTabCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43BDBBFD2752FA8600254DE4 /* LegacyTabCell.swift */; }; 43BE5809278BA9D700491291 /* RustMozillaAppServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43BE578A278BA4D900491291 /* RustMozillaAppServices.framework */; }; 43BE580E278BABCF00491291 /* RustMozillaAppServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 43BE578A278BA4D900491291 /* RustMozillaAppServices.framework */; }; @@ -2736,6 +2737,7 @@ 42D84A3EBD583A4797682E74 /* ia */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ia; path = ia.lproj/PrivateBrowsing.strings; sourceTree = ""; }; 430057C029E4293100FE51CA /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = "uk.lproj/Edit Card.strings"; sourceTree = ""; }; 4300C46529225C77006D4E40 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/SearchHeaderTitle.strings"; sourceTree = ""; }; + 4300CFD32BE8F5BB00928D8B /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Microsurvey.strings; sourceTree = ""; }; 4300D45A2BB1977900296397 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/BottomSheet.strings; sourceTree = ""; }; 4300ECBC2A655AB700737B25 /* rm */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = rm; path = rm.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; }; 4300ECBD2A655AB700737B25 /* rm */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = rm; path = rm.lproj/SelectCreditCard.strings; sourceTree = ""; }; @@ -2757,6 +2759,7 @@ 4301323D2ADD559F00B1FAD7 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/TabLocation.strings; sourceTree = ""; }; 4301323E2ADD559F00B1FAD7 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/UpdateCard.strings; sourceTree = ""; }; 4301323F2ADD559F00B1FAD7 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/Upgrade.strings; sourceTree = ""; }; + 430137552BE8F532005D898E /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Microsurvey.strings; sourceTree = ""; }; 430148D32B5E8854000C4D41 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/ContextualHints.strings; sourceTree = ""; }; 430148D42B5E8854000C4D41 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Credentials.strings; sourceTree = ""; }; 430148D52B5E8854000C4D41 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/TabToolbar.strings; sourceTree = ""; }; @@ -2768,6 +2771,7 @@ 430170CC28B903CA007A163A /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-US"; path = "en-US.lproj/JumpBackIn.strings"; sourceTree = ""; }; 430170CD28B903CA007A163A /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-US"; path = "en-US.lproj/ToolbarLocation.strings"; sourceTree = ""; }; 430170CE28B903CA007A163A /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-US"; path = "en-US.lproj/Localizable.strings"; sourceTree = ""; }; + 430173AD2BE8F1BE003B90CB /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Microsurvey.strings; sourceTree = ""; }; 4301826F2A5C20130064C5AE /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; }; 430182702A5C20130064C5AE /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/SelectCreditCard.strings; sourceTree = ""; }; 4301946A2BB1927600D1303E /* bs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bs; path = bs.lproj/BottomSheet.strings; sourceTree = ""; }; @@ -2903,6 +2907,7 @@ 431014922A0BCD0900909977 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/FirefoxSync.strings"; sourceTree = ""; }; 431014932A0BCD0900909977 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Upgrade.strings"; sourceTree = ""; }; 43102A2E29225A6E00FC8516 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; + 4310303F2BE8F59500C179F1 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Microsurvey.strings; sourceTree = ""; }; 4310568C2A5C20F3000F9920 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/SelectCreditCard.strings; sourceTree = ""; }; 4310A06829C878F00027F1CE /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Alert.strings; sourceTree = ""; }; 4310A06929C878F00027F1CE /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/BiometricAuthentication.strings; sourceTree = ""; }; @@ -2924,6 +2929,7 @@ 4311D5762A65595900FEA3DB /* hsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hsb; path = hsb.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; }; 4311D5772A65595900FEA3DB /* hsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hsb; path = hsb.lproj/SelectCreditCard.strings; sourceTree = ""; }; 43121B712AC1A30A00E4DC0E /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/TabLocation.strings; sourceTree = ""; }; + 4312AAC52BE8F496007D9494 /* pa-IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pa-IN"; path = "pa-IN.lproj/Microsurvey.strings"; sourceTree = ""; }; 4312C49528C61184002A8A13 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/JumpBackIn.strings; sourceTree = ""; }; 4312C49628C61184002A8A13 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/ToolbarLocation.strings; sourceTree = ""; }; 4312F7DE2A24C10F00355E21 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/DisplayCard.strings; sourceTree = ""; }; @@ -2942,6 +2948,7 @@ 4313B9112BCD4591007473A4 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/BottomSheet.strings; sourceTree = ""; }; 4313D06029F69AF10088EBAC /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Notification.strings; sourceTree = ""; }; 4313D06129F69AF10088EBAC /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/ZoomPageBar.strings; sourceTree = ""; }; + 431445022BE8F29E006B02CC /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Microsurvey.strings; sourceTree = ""; }; 4315209A29BA68CF00D729C1 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/EngagementNotification.strings; sourceTree = ""; }; 4315209B29BA68CF00D729C1 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Onboarding.strings; sourceTree = ""; }; 4315209C29BA68CF00D729C1 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/ResearchSurface.strings; sourceTree = ""; }; @@ -3027,6 +3034,7 @@ 431BBDE72ACADE7E003BF226 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Share.strings; sourceTree = ""; }; 431C0CA825C890E500395CE4 /* DefaultBrowserOnboardingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultBrowserOnboardingViewModel.swift; sourceTree = ""; }; 431C0D1D25C9DC4D00395CE4 /* DefaultBrowserOnboardingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultBrowserOnboardingTests.swift; sourceTree = ""; }; + 431C43F32BE8F1E0009DBB26 /* dsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = dsb; path = dsb.lproj/Microsurvey.strings; sourceTree = ""; }; 431C6F242B839389004E4E2C /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/KeyboardAccessory.strings; sourceTree = ""; }; 431C863129225955007B79CC /* co */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = co; path = co.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; 431CCE5829D1B1F5008F2BF9 /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/Alert.strings"; sourceTree = ""; }; @@ -3344,6 +3352,7 @@ 433C9008293E0ACB00054733 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/TabsTray.strings; sourceTree = ""; }; 433CE6CF2A5C21580031F81E /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/CustomizeFirefoxHome.strings"; sourceTree = ""; }; 433CE6D02A5C21580031F81E /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/SelectCreditCard.strings"; sourceTree = ""; }; + 433D12062BE8F4B700F2E3A5 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Microsurvey.strings"; sourceTree = ""; }; 433D50122B42D5FA00B614FF /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/ContextualHints.strings; sourceTree = ""; }; 433D53CB2B0B798700F5786C /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/FirefoxHomepage.strings; sourceTree = ""; }; 433DD5FB2AEFC6EB00C80D13 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Shopping.strings; sourceTree = ""; }; @@ -3398,6 +3407,7 @@ 434341F92A2DF9FB00D08DF6 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/RememberCard.strings; sourceTree = ""; }; 434341FA2A2DF9FB00D08DF6 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/UpdateCard.strings; sourceTree = ""; }; 434369DC2BA85B630004271D /* ug */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ug; path = ug.lproj/BottomSheet.strings; sourceTree = ""; }; + 4343BBBD2BE8F3280082F853 /* hsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hsb; path = hsb.lproj/Microsurvey.strings; sourceTree = ""; }; 43446CEF2412DDBE00F5C643 /* UpdateViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateViewModelTests.swift; sourceTree = ""; }; 4344A4EB2A124A150024B813 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/FirefoxSync.strings; sourceTree = ""; }; 4344A4EC2A124A150024B813 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Notification.strings; sourceTree = ""; }; @@ -3503,6 +3513,7 @@ 435389902B4C12400035DE83 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/Credentials.strings; sourceTree = ""; }; 435389912B4C12400035DE83 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/FirefoxLogins.strings; sourceTree = ""; }; 435389922B4C12400035DE83 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/LoginsHelper.strings; sourceTree = ""; }; + 43539A352BE8F4A9007B6A73 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Microsurvey.strings; sourceTree = ""; }; 4353C63428B904C00087E642 /* hsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hsb; path = hsb.lproj/JumpBackIn.strings; sourceTree = ""; }; 4353C63528B904C00087E642 /* hsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hsb; path = hsb.lproj/ToolbarLocation.strings; sourceTree = ""; }; 4353DE752AC1A267005E189E /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Share.strings; sourceTree = ""; }; @@ -3514,6 +3525,7 @@ 43548D242A2DFAB400E28766 /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/UpdateCard.strings; sourceTree = ""; }; 435583B2293E0A2900EC9A32 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Alerts.strings; sourceTree = ""; }; 435583B3293E0A2900EC9A32 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/TabsTray.strings; sourceTree = ""; }; + 4355BE5F2BE8F44900610006 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Microsurvey.strings; sourceTree = ""; }; 4355C9172B554AD800B90EF1 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/ContextualHints.strings; sourceTree = ""; }; 4355C9182B554AD800B90EF1 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/CredentialProvider.strings; sourceTree = ""; }; 4355C9192B554AD800B90EF1 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Credentials.strings; sourceTree = ""; }; @@ -3533,6 +3545,7 @@ 43566C722AF9047F00E6A8E7 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Shopping.strings; sourceTree = ""; }; 43569A312A0BCB0E00BCDA77 /* es-AR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-AR"; path = "es-AR.lproj/FirefoxSync.strings"; sourceTree = ""; }; 43569A322A0BCB0E00BCDA77 /* es-AR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-AR"; path = "es-AR.lproj/Upgrade.strings"; sourceTree = ""; }; + 4356A5C82BE8F2C300A39580 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Microsurvey.strings; sourceTree = ""; }; 4356DB4F2AEFC6FF00ADF289 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Shopping.strings; sourceTree = ""; }; 43571D57293E0A2000EF42C5 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Alerts.strings; sourceTree = ""; }; 43571D58293E0A2000EF42C5 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/TabsTray.strings; sourceTree = ""; }; @@ -3566,6 +3579,7 @@ 4359936D293E0B85000EFCD4 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/Alerts.strings; sourceTree = ""; }; 4359936E293E0B85000EFCD4 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; 4359936F293E0B85000EFCD4 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/TabsTray.strings; sourceTree = ""; }; + 4359F1472BE8F5AE004C2225 /* ug */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ug; path = ug.lproj/Microsurvey.strings; sourceTree = ""; }; 435A21C5293E0B8E00E39498 /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/Alerts.strings; sourceTree = ""; }; 435A21C6293E0B8E00E39498 /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/TabsTray.strings; sourceTree = ""; }; 435A21D129E425D400251E18 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Edit Card.strings"; sourceTree = ""; }; @@ -3615,6 +3629,7 @@ 435DAC5B2AEFC8F900DAF8F9 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/Notification.strings; sourceTree = ""; }; 435DAC5C2AEFC8F900DAF8F9 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/Shopping.strings; sourceTree = ""; }; 435DB82B2B1DECA9009802AC /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/FirefoxHomepage.strings"; sourceTree = ""; }; + 435DE3312BE8F1AE004BF646 /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/Microsurvey.strings; sourceTree = ""; }; 435DFA292BB193E800780F60 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/BottomSheet.strings; sourceTree = ""; }; 435E4EF02A49AB3900F042C0 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Footer.strings"; sourceTree = ""; }; 435E4EF12A49AB3900F042C0 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/RememberCard.strings"; sourceTree = ""; }; @@ -3673,6 +3688,7 @@ 4362FF9F28B39DEF00943D28 /* lv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lv; path = lv.lproj/BookmarkPanel.strings; sourceTree = ""; }; 4363AC032A0BCE1D00A18A25 /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/FirefoxSync.strings"; sourceTree = ""; }; 4363AC042A0BCE1D00A18A25 /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/Upgrade.strings"; sourceTree = ""; }; + 4363B6662BE8F3C2004D0CED /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/Microsurvey.strings; sourceTree = ""; }; 4363FDF12AEFC70A00FC80F2 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Shopping.strings; sourceTree = ""; }; 436403C428EAFBD6008A7F9B /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/JumpBackIn.strings; sourceTree = ""; }; 436403C528EAFBD6008A7F9B /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/ToolbarLocation.strings; sourceTree = ""; }; @@ -3773,6 +3789,7 @@ 436B4FD998EBB793AB68FAA8 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/PrivateBrowsing.strings; sourceTree = ""; }; 436B8BD428B39F2E00A8C749 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/JumpBackIn.strings; sourceTree = ""; }; 436B8BD528B39F2E00A8C749 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/ToolbarLocation.strings; sourceTree = ""; }; + 436BF4E12BE8F19F00EEFDCA /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Microsurvey.strings; sourceTree = ""; }; 436BFA7D2B0B79B50057FDAB /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/FirefoxHomepage.strings"; sourceTree = ""; }; 436CB2BE2A0BCBD20068E25D /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/FirefoxSync.strings"; sourceTree = ""; }; 436CB2BF2A0BCBD20068E25D /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/Upgrade.strings"; sourceTree = ""; }; @@ -3820,9 +3837,6 @@ 436F42FD2A52E6E100E4C2A2 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/SelectCreditCard.strings; sourceTree = ""; }; 436F68302AE68E3700BF46C9 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Share.strings; sourceTree = ""; }; 436F84692A4070C800279DAE /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Onboarding.strings; sourceTree = ""; }; - 436FC4842BD6801200CED3C5 /* tt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tt; path = tt.lproj/BottomSheet.strings; sourceTree = ""; }; - 436FC4852BD6801200CED3C5 /* tt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tt; path = tt.lproj/ContextualHints.strings; sourceTree = ""; }; - 436FC4862BD6801200CED3C5 /* tt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tt; path = tt.lproj/Credentials.strings; sourceTree = ""; }; 436FC6A82A3734F30010789D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Footer.strings; sourceTree = ""; }; 436FC6A92A3734F30010789D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/RememberCard.strings; sourceTree = ""; }; 436FC6AA2A3734F40010789D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/UpdateCard.strings; sourceTree = ""; }; @@ -3836,6 +3850,7 @@ 437038402A0BCB590095B778 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Upgrade.strings; sourceTree = ""; }; 43711C672B83905C006DC502 /* dsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = dsb; path = dsb.lproj/KeyboardAccessory.strings; sourceTree = ""; }; 43711C682B83905C006DC502 /* dsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = dsb; path = dsb.lproj/PasswordAutofill.strings; sourceTree = ""; }; + 437137DB2BE8F23800A3F62D /* eo */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eo; path = eo.lproj/Microsurvey.strings; sourceTree = ""; }; 4371EAA02B55499C00DD3D3C /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/TabToolbar.strings"; sourceTree = ""; }; 437227122BA8575600147F81 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = "bg.lproj/Default Browser.strings"; sourceTree = ""; }; 437241122B554C4700C9CEF2 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/TabToolbar.strings; sourceTree = ""; }; @@ -3873,10 +3888,12 @@ 4374AC0128B39AE700BE4998 /* bo */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bo; path = bo.lproj/BookmarkPanel.strings; sourceTree = ""; }; 4374C6AF2AEFC75A00907BB4 /* hsb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hsb; path = hsb.lproj/Shopping.strings; sourceTree = ""; }; 437579372B0B773B005F2178 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/FirefoxHomepage.strings; sourceTree = ""; }; + 437582642BE8F37A006F43C6 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Microsurvey.strings; sourceTree = ""; }; 43758DC32B0B78E300DA928C /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/FirefoxHomepage.strings; sourceTree = ""; }; 4375C3222A24BF03004E1E5A /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/DisplayCard.strings"; sourceTree = ""; }; 4375F7DC2A124BFB002484E5 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/FirefoxSync.strings; sourceTree = ""; }; 4375F7DD2A124BFB002484E5 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Upgrade.strings; sourceTree = ""; }; + 437668872BE8F52600C19A1B /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Microsurvey.strings; sourceTree = ""; }; 43766D9E2A406F5C00FE8056 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/DisplayCard.strings; sourceTree = ""; }; 43766D9F2A406F5C00FE8056 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/Footer.strings; sourceTree = ""; }; 43766DA02A406F5D00FE8056 /* gd */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gd; path = gd.lproj/RememberCard.strings; sourceTree = ""; }; @@ -3884,6 +3901,7 @@ 4376DDFB2A407097000BA966 /* pa-IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pa-IN"; path = "pa-IN.lproj/Footer.strings"; sourceTree = ""; }; 4376DDFC2A407097000BA966 /* pa-IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pa-IN"; path = "pa-IN.lproj/RememberCard.strings"; sourceTree = ""; }; 4376DDFD2A407097000BA966 /* pa-IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pa-IN"; path = "pa-IN.lproj/UpdateCard.strings"; sourceTree = ""; }; + 4376E4AC2BE8F27200EFC01F /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Microsurvey.strings; sourceTree = ""; }; 437743D12B399D3000CC7686 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/ContextualHints.strings; sourceTree = ""; }; 437743D22B399D3000CC7686 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/CredentialProvider.strings; sourceTree = ""; }; 437743D32B399D3000CC7686 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Credentials.strings; sourceTree = ""; }; @@ -3961,6 +3979,7 @@ 437C673128D88484001A5C31 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Localizable.strings; sourceTree = ""; }; 437CA3622B023EAB003153C0 /* tt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tt; path = tt.lproj/Shopping.strings; sourceTree = ""; }; 437CA3632B023EAB003153C0 /* tt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tt; path = tt.lproj/TabLocation.strings; sourceTree = ""; }; + 437CC8E02BE8F1D100CB4385 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Microsurvey.strings; sourceTree = ""; }; 437CCDC82A124D7000A10106 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/FirefoxSync.strings; sourceTree = ""; }; 437CCDC92A124D7000A10106 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Upgrade.strings; sourceTree = ""; }; 437CFF60293E0AD6001F1948 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Alerts.strings; sourceTree = ""; }; @@ -3971,6 +3990,7 @@ 437DAE8B29BA6CA500A3D006 /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-CN"; path = "zh-CN.lproj/Onboarding.strings"; sourceTree = ""; }; 437DAE8C29BA6CA500A3D006 /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-CN"; path = "zh-CN.lproj/ResearchSurface.strings"; sourceTree = ""; }; 437DC1D82A24BFBD005FD5D7 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/DisplayCard.strings; sourceTree = ""; }; + 437DCBB82BE8F21600F6008F /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Microsurvey.strings"; sourceTree = ""; }; 437DD23629FFD6DC00222D6A /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/Notification.strings; sourceTree = ""; }; 437DD23729FFD6DC00222D6A /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/ZoomPageBar.strings; sourceTree = ""; }; 437DFCD12AEFC7B500F701AE /* ka */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ka; path = ka.lproj/Shopping.strings; sourceTree = ""; }; @@ -3986,7 +4006,9 @@ 438018062A24C0BE0002D17A /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/DisplayCard.strings"; sourceTree = ""; }; 438024B5293E0A0300D97B0C /* co */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = co; path = co.lproj/Alerts.strings; sourceTree = ""; }; 438024B6293E0A0300D97B0C /* co */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = co; path = co.lproj/TabsTray.strings; sourceTree = ""; }; + 43804C682BE8F34E00449FEE /* ia */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ia; path = ia.lproj/Microsurvey.strings; sourceTree = ""; }; 43808CC92B023AC200A69909 /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Shopping.strings; sourceTree = ""; }; + 4381241E2BE8F46E00DE6900 /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/Microsurvey.strings; sourceTree = ""; }; 43815AC029F69D3B00D19265 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Notification.strings; sourceTree = ""; }; 43815AC129F69D3B00D19265 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/ZoomPageBar.strings; sourceTree = ""; }; 43820CFD28B39AA700A779CA /* az */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az; path = az.lproj/BookmarkPanel.strings; sourceTree = ""; }; @@ -4089,6 +4111,7 @@ 438B41BD2B5E865F00BA2E52 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/LoginsHelper.strings; sourceTree = ""; }; 438B41BE2B5E865F00BA2E52 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/TabToolbar.strings; sourceTree = ""; }; 438C427F29D1B1EB0088717D /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/SnackBar.strings; sourceTree = ""; }; + 438C789C2BE8F22600265DFC /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-US"; path = "en-US.lproj/Microsurvey.strings"; sourceTree = ""; }; 438C9B1A2AEFC912003EB8A5 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Shopping.strings; sourceTree = ""; }; 438CA81C2B9F1D6800B17028 /* co */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = co; path = co.lproj/KeyboardAccessory.strings; sourceTree = ""; }; 438CA81D2B9F1D6900B17028 /* co */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = co; path = co.lproj/PasswordAutofill.strings; sourceTree = ""; }; @@ -4096,6 +4119,7 @@ 438CAA3C2A52E67C00857596 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/SelectCreditCard.strings; sourceTree = ""; }; 438D48862BCD44730052F1E1 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/BottomSheet.strings; sourceTree = ""; }; 438D48872BCD44730052F1E1 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/Credentials.strings; sourceTree = ""; }; + 438D71902BE8F3010097636A /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Microsurvey.strings; sourceTree = ""; }; 438D9DC728BCD610003CDEBA /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/JumpBackIn.strings; sourceTree = ""; }; 438D9DC828BCD610003CDEBA /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/ToolbarLocation.strings; sourceTree = ""; }; 438DF00B2959B85B005E4C8F /* en-CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-CA"; path = "en-CA.lproj/SearchHeaderTitle.strings"; sourceTree = ""; }; @@ -4107,6 +4131,7 @@ 438FE8632988ABA600155B10 /* CreditCardTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreditCardTableViewController.swift; sourceTree = ""; }; 438FE9F42A52E6BC0050E2B0 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; }; 43904ED28118BAD713896491 /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = bg.lproj/HistoryPanel.strings; sourceTree = ""; }; + 439070852BE8F2B600E8FB5E /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Microsurvey.strings; sourceTree = ""; }; 43907E4C2B42D4550053503C /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Credentials.strings; sourceTree = ""; }; 43914B522B4C115A0028781C /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/ContextualHints.strings; sourceTree = ""; }; 43914B532B4C115B0028781C /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/Credentials.strings; sourceTree = ""; }; @@ -4127,7 +4152,9 @@ 439273372A6E95B60014E253 /* su */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = su; path = su.lproj/Settings.strings; sourceTree = ""; }; 4392EF5329F69DA30089BF54 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Notification.strings; sourceTree = ""; }; 4392EF5429F69DA30089BF54 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/ZoomPageBar.strings; sourceTree = ""; }; + 4392F5EF2BE8F53E007070C6 /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = sq.lproj/Microsurvey.strings; sourceTree = ""; }; 43932284292259B300D758AA /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; + 43934DD52BE8F20200ACE2C8 /* en-CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-CA"; path = "en-CA.lproj/Microsurvey.strings"; sourceTree = ""; }; 439367322B30622400ED2101 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/ContextualHints.strings; sourceTree = ""; }; 439367332B30622400ED2101 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/CredentialProvider.strings; sourceTree = ""; }; 439367342B30622400ED2101 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Credentials.strings; sourceTree = ""; }; @@ -4237,6 +4264,7 @@ 439DA89E2B306232002992C8 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/Credentials.strings; sourceTree = ""; }; 439DA89F2B306232002992C8 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/FirefoxLogins.strings; sourceTree = ""; }; 439DA8A02B306232002992C8 /* sl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sl; path = sl.lproj/LoginsHelper.strings; sourceTree = ""; }; + 439E1F872BE8F38900944BAC /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Microsurvey.strings; sourceTree = ""; }; 439E25CB2B305F90007C12F0 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/ContextualHints.strings"; sourceTree = ""; }; 439E25CC2B305F90007C12F0 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/CredentialProvider.strings"; sourceTree = ""; }; 439E25CD2B305F90007C12F0 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Credentials.strings"; sourceTree = ""; }; @@ -4271,6 +4299,7 @@ 43A173172A24C0B5009C10B1 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/FirefoxSync.strings; sourceTree = ""; }; 43A173182A24C0B5009C10B1 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Upgrade.strings; sourceTree = ""; }; 43A1F6A62BB19295008E5581 /* co */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = co; path = co.lproj/BottomSheet.strings; sourceTree = ""; }; + 43A2001C2BE8F5F800BBF27C /* zh-CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-CN"; path = "zh-CN.lproj/Microsurvey.strings"; sourceTree = ""; }; 43A27A372A3734FC00DE9AE0 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Footer.strings; sourceTree = ""; }; 43A27A382A3734FD00DE9AE0 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/RememberCard.strings; sourceTree = ""; }; 43A27A392A3734FD00DE9AE0 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/UpdateCard.strings; sourceTree = ""; }; @@ -4306,6 +4335,7 @@ 43A6A12E2A3733C600D41963 /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/Footer.strings; sourceTree = ""; }; 43A6A12F2A3733C600D41963 /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/RememberCard.strings; sourceTree = ""; }; 43A6A1302A3733C600D41963 /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/UpdateCard.strings; sourceTree = ""; }; + 43A6C6152BE8F51A00A20B5E /* si */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = si; path = si.lproj/Microsurvey.strings; sourceTree = ""; }; 43A6FA7029F69ADB00C53BCF /* es-AR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-AR"; path = "es-AR.lproj/Notification.strings"; sourceTree = ""; }; 43A6FA7129F69ADB00C53BCF /* es-AR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-AR"; path = "es-AR.lproj/ZoomPageBar.strings"; sourceTree = ""; }; 43A7153C2A2DF94F00DD5747 /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Footer.strings; sourceTree = ""; }; @@ -4438,12 +4468,15 @@ 43B7BFCA28B905E700AAA92F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/ToolbarLocation.strings; sourceTree = ""; }; 43B7E64828B39D1E0003A141 /* ia */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ia; path = ia.lproj/JumpBackIn.strings; sourceTree = ""; }; 43B7E64928B39D1E0003A141 /* ia */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ia; path = ia.lproj/ToolbarLocation.strings; sourceTree = ""; }; + 43B7FCDC2BE8F4F4003EE408 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Microsurvey.strings; sourceTree = ""; }; 43B82B3B2ACADFAE0013698F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Share.strings; sourceTree = ""; }; 43B8D10C2B8CA9B5009ABA24 /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/KeyboardAccessory.strings"; sourceTree = ""; }; 43B8D10D2B8CA9B5009ABA24 /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/PasswordAutofill.strings"; sourceTree = ""; }; + 43B91F8C2BE8F19000AD3D4B /* co */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = co; path = co.lproj/Microsurvey.strings; sourceTree = ""; }; 43B950CD2A2DFC2F0001A8D1 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Footer.strings; sourceTree = ""; }; 43B950CE2A2DFC2F0001A8D1 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/RememberCard.strings; sourceTree = ""; }; 43B950CF2A2DFC2F0001A8D1 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/UpdateCard.strings; sourceTree = ""; }; + 43B966AE2BE8F11D007448EA /* be */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = be; path = be.lproj/Microsurvey.strings; sourceTree = ""; }; 43B9A3EB2A2DFA560078C977 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Footer.strings; sourceTree = ""; }; 43B9A3EC2A2DFA560078C977 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/RememberCard.strings; sourceTree = ""; }; 43B9A3ED2A2DFA560078C977 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/UpdateCard.strings; sourceTree = ""; }; @@ -4509,7 +4542,9 @@ 43BE578B278BA4D900491291 /* RustMozillaAppServices-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RustMozillaAppServices-Info.plist"; sourceTree = ""; }; 43BE95742A124BAD00DCFD17 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/FirefoxSync.strings; sourceTree = ""; }; 43BE95752A124BAD00DCFD17 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Upgrade.strings; sourceTree = ""; }; + 43BED8DE2BE8F1F100E34361 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Microsurvey.strings; sourceTree = ""; }; 43BF382B2B8CA9C400EFDAF3 /* ia */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ia; path = ia.lproj/KeyboardAccessory.strings; sourceTree = ""; }; + 43C0B1D82BE8F26100E527D7 /* es-CL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CL"; path = "es-CL.lproj/Microsurvey.strings"; sourceTree = ""; }; 43C0DAB929D1B25700827785 /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/Alert.strings; sourceTree = ""; }; 43C0DABA29D1B25700827785 /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/BiometricAuthentication.strings; sourceTree = ""; }; 43C0DABB29D1B25700827785 /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/EditCard.strings; sourceTree = ""; }; @@ -4523,6 +4558,7 @@ 43C1602529C876D80090772D /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/SnackBar.strings"; sourceTree = ""; }; 43C19FC129F69DE0005214A6 /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/Notification.strings"; sourceTree = ""; }; 43C19FC229F69DE0005214A6 /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/ZoomPageBar.strings"; sourceTree = ""; }; + 43C22F422BE8F4D80043046A /* rm */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = rm; path = rm.lproj/Microsurvey.strings; sourceTree = ""; }; 43C335E028B39F6500858209 /* ta */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ta; path = ta.lproj/BookmarkPanel.strings; sourceTree = ""; }; 43C39FE42A24C0EB000FD072 /* sat-Olck */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sat-Olck"; path = "sat-Olck.lproj/DisplayCard.strings"; sourceTree = ""; }; 43C4236D2AEFC88A00518309 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Shopping.strings"; sourceTree = ""; }; @@ -4558,6 +4594,7 @@ 43C6A09728B39E8600DFC656 /* or */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = or; path = or.lproj/BookmarkPanel.strings; sourceTree = ""; }; 43C6E56529F69AB000C42AEB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Notification.strings"; sourceTree = ""; }; 43C6E56629F69AB000C42AEB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/ZoomPageBar.strings"; sourceTree = ""; }; + 43C784792BE8F5DF005E2B49 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Microsurvey.strings; sourceTree = ""; }; 43C79B0D29225BDC00452D0E /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; 43C7BDC92B0B777300841983 /* kk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kk; path = kk.lproj/FirefoxHomepage.strings; sourceTree = ""; }; 43C7DE1D2B55494A00E532FF /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/TabToolbar.strings; sourceTree = ""; }; @@ -4596,6 +4633,7 @@ 43CD8C0829F69B6900B3ED1C /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Notification.strings; sourceTree = ""; }; 43CD8C0929F69B6900B3ED1C /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/ZoomPageBar.strings; sourceTree = ""; }; 43CE859E2BCD467D00EFFAA4 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/BottomSheet.strings; sourceTree = ""; }; + 43CE90FA2BE8F36700FFB2D4 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Microsurvey.strings; sourceTree = ""; }; 43CEB4582B680459000F85A9 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/ContextualHints.strings"; sourceTree = ""; }; 43CEB4592B680459000F85A9 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Credentials.strings"; sourceTree = ""; }; 43CEB45A2B680459000F85A9 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/TabToolbar.strings"; sourceTree = ""; }; @@ -4741,6 +4779,7 @@ 43D9AA51293E0C9300B77CA4 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/TabsTray.strings; sourceTree = ""; }; 43DAB1CD2922597600BB49F0 /* cy */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cy; path = cy.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; 43DAD7C72B0B76D500DEBDCC /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/FirefoxHomepage.strings; sourceTree = ""; }; + 43DB4DB82BE8F55700EBCB3A /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Microsurvey.strings; sourceTree = ""; }; 43DB908F29225AAE009A3CDF /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; 43DB95952A6E948200B75724 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; }; 43DB95962A6E948200B75724 /* kab */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = kab; path = kab.lproj/SelectCreditCard.strings; sourceTree = ""; }; @@ -4774,6 +4813,7 @@ 43DD224229C877DD0013F8BF /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Settings.strings; sourceTree = ""; }; 43DDC2CB2B2727FB00FB55DB /* tt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tt; path = tt.lproj/Share.strings; sourceTree = ""; }; 43DDD25228B39D6700E7FF53 /* jv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = jv; path = jv.lproj/BookmarkPanel.strings; sourceTree = ""; }; + 43DE02832BE8F4C700D5AAE7 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Microsurvey.strings"; sourceTree = ""; }; 43DE20212A52E453001EDCCF /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/CustomizeFirefoxHome.strings; sourceTree = ""; }; 43DE20222A52E453001EDCCF /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/SelectCreditCard.strings; sourceTree = ""; }; 43DE406A2A0BCB1900D6F533 /* es-CL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CL"; path = "es-CL.lproj/FirefoxSync.strings"; sourceTree = ""; }; @@ -4992,7 +5032,9 @@ 43EBF7072A3735DC00E56F21 /* rm */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = rm; path = rm.lproj/RememberCard.strings; sourceTree = ""; }; 43EBF7082A3735DC00E56F21 /* rm */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = rm; path = rm.lproj/UpdateCard.strings; sourceTree = ""; }; 43EC35B528B39E0F00E3513B /* mr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = mr; path = mr.lproj/BookmarkPanel.strings; sourceTree = ""; }; + 43EC4E1E2BE8F46200290013 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Microsurvey.strings; sourceTree = ""; }; 43EC6B9F2B14B34C00E417F1 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/FirefoxHomepage.strings; sourceTree = ""; }; + 43ECB7C52BE8F3410024824F /* hy-AM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "hy-AM"; path = "hy-AM.lproj/Microsurvey.strings"; sourceTree = ""; }; 43ED29612B305FD800481A75 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/ContextualHints.strings; sourceTree = ""; }; 43ED29622B305FD800481A75 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/CredentialProvider.strings; sourceTree = ""; }; 43ED29632B305FD800481A75 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Credentials.strings; sourceTree = ""; }; @@ -5082,6 +5124,7 @@ 43F4D28129BA6A5D00A45A1A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/EngagementNotification.strings; sourceTree = ""; }; 43F4D28229BA6A5D00A45A1A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Onboarding.strings; sourceTree = ""; }; 43F4D28329BA6A5D00A45A1A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/ResearchSurface.strings; sourceTree = ""; }; + 43F4DAE02BE8F25300567743 /* es-AR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-AR"; path = "es-AR.lproj/Microsurvey.strings"; sourceTree = ""; }; 43F56AE529BA6C5300D06BA0 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Onboarding.strings; sourceTree = ""; }; 43F56AE629BA6C5300D06BA0 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/ResearchSurface.strings; sourceTree = ""; }; 43F58D222B399B94006869F4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/ContextualHints.strings; sourceTree = ""; }; @@ -5156,6 +5199,7 @@ 43FE017D2AC1A3B20058D206 /* nn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nn; path = nn.lproj/TabLocation.strings; sourceTree = ""; }; 43FE740A2B14B0340019DACE /* es-CL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CL"; path = "es-CL.lproj/FirefoxHomepage.strings"; sourceTree = ""; }; 43FEA2AE28B39B0D00B26B88 /* bs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bs; path = bs.lproj/BookmarkPanel.strings; sourceTree = ""; }; + 43FEAB4F2BE8F60400EBB526 /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/Microsurvey.strings"; sourceTree = ""; }; 43FEB816293E0C3A00DBC665 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Alerts.strings; sourceTree = ""; }; 43FEB817293E0C3A00DBC665 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/SearchHeaderTitle.strings; sourceTree = ""; }; 43FEB818293E0C3A00DBC665 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/TabsTray.strings; sourceTree = ""; }; @@ -11431,6 +11475,7 @@ 43C50B4E2A0BCAA800C6A134 /* FirefoxSync.strings */, 43A7153B2A2DF94F00DD5747 /* Footer.strings */, E4E0BB171AFBC9E4008D6260 /* Info.plist */, + 43B966AD2BE8F11D007448EA /* Microsurvey.strings */, 436E0E132BA857AB00D01C1A /* BottomSheet.strings */, 432C01562B83900600392A88 /* KeyboardAccessory.strings */, 43A878152B838FF90039D6B7 /* PasswordAutofill.strings */, @@ -12872,6 +12917,7 @@ 4369B8812B0B75A8003791B9 /* FirefoxHomepage.strings in Resources */, 43C50B532A0BCAA800C6A134 /* Upgrade.strings in Resources */, D59643EB25C9B8E000EAB8B9 /* ClearHistoryConfirm.strings in Resources */, + 43B966AF2BE8F11D007448EA /* Microsurvey.strings in Resources */, 431F0C4A2AC1A112006D7D49 /* TabLocation.strings in Resources */, 43A878172B838FF90039D6B7 /* PasswordAutofill.strings in Resources */, D59643E725C9B8E000EAB8B9 /* Intro.strings in Resources */, @@ -17234,6 +17280,59 @@ name = TabToolbar.strings; sourceTree = ""; }; + 43B966AD2BE8F11D007448EA /* Microsurvey.strings */ = { + isa = PBXVariantGroup; + children = ( + 43B966AE2BE8F11D007448EA /* be */, + 43B91F8C2BE8F19000AD3D4B /* co */, + 436BF4E12BE8F19F00EEFDCA /* cs */, + 435DE3312BE8F1AE004BF646 /* cy */, + 430173AD2BE8F1BE003B90CB /* da */, + 437CC8E02BE8F1D100CB4385 /* de */, + 431C43F32BE8F1E0009DBB26 /* dsb */, + 43BED8DE2BE8F1F100E34361 /* el */, + 43934DD52BE8F20200ACE2C8 /* en-CA */, + 437DCBB82BE8F21600F6008F /* en-GB */, + 438C789C2BE8F22600265DFC /* en-US */, + 437137DB2BE8F23800A3F62D /* eo */, + 43F4DAE02BE8F25300567743 /* es-AR */, + 43C0B1D82BE8F26100E527D7 /* es-CL */, + 4376E4AC2BE8F27200EFC01F /* es */, + 431445022BE8F29E006B02CC /* eu */, + 439070852BE8F2B600E8FB5E /* fi */, + 4356A5C82BE8F2C300A39580 /* fr */, + 438D71902BE8F3010097636A /* he */, + 4343BBBD2BE8F3280082F853 /* hsb */, + 43ECB7C52BE8F3410024824F /* hy-AM */, + 43804C682BE8F34E00449FEE /* ia */, + 43CE90FA2BE8F36700FFB2D4 /* is */, + 437582642BE8F37A006F43C6 /* it */, + 439E1F872BE8F38900944BAC /* ja */, + 4363B6662BE8F3C2004D0CED /* kk */, + 4355BE5F2BE8F44900610006 /* nb */, + 43EC4E1E2BE8F46200290013 /* nl */, + 4381241E2BE8F46E00DE6900 /* nn */, + 4312AAC52BE8F496007D9494 /* pa-IN */, + 43539A352BE8F4A9007B6A73 /* pl */, + 433D12062BE8F4B700F2E3A5 /* pt-BR */, + 43DE02832BE8F4C700D5AAE7 /* pt-PT */, + 43C22F422BE8F4D80043046A /* rm */, + 43B7FCDC2BE8F4F4003EE408 /* ru */, + 43A6C6152BE8F51A00A20B5E /* si */, + 437668872BE8F52600C19A1B /* sk */, + 430137552BE8F532005D898E /* sl */, + 4392F5EF2BE8F53E007070C6 /* sq */, + 43DB4DB82BE8F55700EBCB3A /* sv */, + 4310303F2BE8F59500C179F1 /* tr */, + 4359F1472BE8F5AE004C2225 /* ug */, + 4300CFD32BE8F5BB00928D8B /* uk */, + 43C784792BE8F5DF005E2B49 /* vi */, + 43A2001C2BE8F5F800BBF27C /* zh-CN */, + 43FEAB4F2BE8F60400EBB526 /* zh-TW */, + ); + name = Microsurvey.strings; + sourceTree = ""; + }; 43C50B4E2A0BCAA800C6A134 /* FirefoxSync.strings */ = { isa = PBXVariantGroup; children = ( diff --git a/firefox-ios/Shared/Supporting Files/be.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/be.lproj/Microsurvey.strings new file mode 100644 index 000000000000..dfb2b9f28113 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/be.lproj/Microsurvey.strings @@ -0,0 +1,36 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Працягнуць"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Падаць"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Закрыць апытанне"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Дзякуй за ваш водгук!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Апытанне завершана"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Запоўніце гэтае апытанне"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Вельмі задаволены"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Задаволены"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Нейтральны"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Незадаволены"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Вельмі незадаволены"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Паведамленне аб прыватнасці"; + diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/co.lproj/Microsurvey.strings new file mode 100644 index 000000000000..09f24bc81fbe --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/co.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Cuntinuà"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Chjode a dumanda di participazione à l’inchiesta"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Aiutateci à rende %@ megliu. Què piglia solu un minutu."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Mandà"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Chjode l’inchiesta"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Vi ringraziemu d’avè spartitu u vostru avisu !"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Inchiesta compia"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Participà à l’inchiesta"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Assai felice"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Felice"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Indifferente"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Infelice"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Assai infelice"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Pulitica di cunfidenzialità"; + diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings index a30802e3e77e..67bd192b5ded 100644 --- a/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings +++ b/firefox-ios/Shared/Supporting Files/co.lproj/Settings.strings @@ -155,8 +155,8 @@ "Settings.Search.Suggest.ShowNonSponsoredSuggestions.Title.v124.v2" = "Suggestioni da u Web"; /* In the Search page of the Settings menu, the description for the setting to enable Suggestions from sponsors. Placeholder is for the app name - Firefox. */ -"Settings.Search.Suggest.ShowSponsoredSuggestions.Description.v124" = "Sustene %@ cù suggestioni finanziare occasiunale"; +"Settings.Search.Suggest.ShowSponsoredSuggestions.Description.v124" = "Sustene %@ cù suggestioni occasiunale spunsurizate"; /* In the Search page of the Settings menu, the title for the setting to enable Suggestions from sponsors. */ -"Settings.Search.Suggest.ShowSponsoredSuggestions.Title.v124" = "Suggestioni da i finanziati"; +"Settings.Search.Suggest.ShowSponsoredSuggestions.Title.v124" = "Suggestioni da i spunsurizatori"; diff --git a/firefox-ios/Shared/Supporting Files/co.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/co.lproj/Shopping.strings index 53fe9bbb824d..ab549216f3a5 100644 --- a/firefox-ios/Shared/Supporting Files/co.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/co.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "L’elementi *messi in lume* sò l’avisi lasciati nant’à %1@ durante l’ultimi 80 ghjorni chì no cridemu degni di cunfidenza."; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "L’elementi *messi in lume* sò l’avisi lasciati nant’à %@ durante l’ultimi 80 ghjorni chì no cridemu degni di cunfidenza."; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "Cumu determinemu a qualità d’un avisu"; diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/Microsurvey.strings new file mode 100644 index 000000000000..ac4ef0ab281a --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/cs.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Pokračovat"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Zavře výzvu k průzkumu"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Pomozte nám zlepšit %@. Zabere to jen minutu."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Odeslat"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Zavře průzkum"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Děkujeme za vaši zpětnou vazbu!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Průzkum dokončen"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Vyplňte tento průzkum"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Velmi spokojený"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Spokojený"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutrální"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Nespokojený"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Velmi nespokojený"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Zásady ochrany osobních údajů"; + diff --git a/firefox-ios/Shared/Supporting Files/cs.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/cs.lproj/Shopping.strings index 7ce168414820..cab9b8536c80 100644 --- a/firefox-ios/Shared/Supporting Files/cs.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/cs.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "*Výběr* z %1@ recenzí za posledních 80 dní, které považujeme za spolehlivé."; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "*Výběr* z %@ recenzí za posledních 80 dní, které považujeme za spolehlivé."; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "Jak určujeme kvalitu recenze"; diff --git a/firefox-ios/Shared/Supporting Files/cy.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/cy.lproj/Microsurvey.strings new file mode 100644 index 000000000000..33d1ccd71aac --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/cy.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Parhau"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Cau Anogwr yr Arolwg"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Helpwch ni i wneud %@ yn well. Dim ond munud mae'n ei gymryd."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Cyflwyno"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Cau'r Arolwg"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Diolch am eich adborth!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Mae'r arolwg wedi'i gwblhau"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Cwblhewch yr arolwg hwn"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Bodlon Iawn"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Bodlon"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Niwtral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Anfodlon"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Anfodlon Iawn"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Hysbysiad preifatrwydd"; + diff --git a/firefox-ios/Shared/Supporting Files/da.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/da.lproj/Microsurvey.strings new file mode 100644 index 000000000000..3d691e1eb7b6 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/da.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Fortsæt"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Luk dialog om undersøgelse"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Hjælp os med at gøre %@ bedre. Det tager bare et minut."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Indsend"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Luk undersøgelse"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Tak for tilbagemeldingen!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Undersøgelse gennemført"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Deltag i denne undersøgelse"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Meget tilfreds"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Tilfreds"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Hverken/eller"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Utilfreds"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Meget utilfreds"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Privatlivserklæring"; + diff --git a/firefox-ios/Shared/Supporting Files/de.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/de.lproj/Microsurvey.strings new file mode 100644 index 000000000000..b7dc0a3e8d11 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/de.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Weiter"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Umfrage schließen"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Helfen Sie uns, %@ zu verbessern. Es dauert nur eine Minute."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Absenden"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Umfrage schließen"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Danke für Ihre Rückmeldung!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Umfrage abgeschlossen"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Diese Umfrage ausfüllen"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Sehr zufrieden"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Zufrieden"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Unzufrieden"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Sehr unzufrieden"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Datenschutzerklärung"; + diff --git a/firefox-ios/Shared/Supporting Files/dsb.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/dsb.lproj/Microsurvey.strings new file mode 100644 index 000000000000..29e574a87f9e --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/dsb.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Dalej"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Napšašowanje zacyniś"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Pomagajśo nam, %@ pólěpšowaś. Trajo jano jadnu minutu."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Wótpósłaś"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Napšašowanje zacyniś"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Źěkujomy se za waš komentar!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Napšašowanje dokóńcone"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Toś to napšašowanje dokóńcyś"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Wjelgin spokojom"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Spokojom"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutralny"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Njespokojom"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Wjelgin njespokojom"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Powěźeńka priwatnosći"; + diff --git a/firefox-ios/Shared/Supporting Files/el.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/el.lproj/Microsurvey.strings new file mode 100644 index 000000000000..03e643f54850 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/el.lproj/Microsurvey.strings @@ -0,0 +1,33 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Συνέχεια"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Υποβολή"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Κλείσιμο έρευνας"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Ευχαριστούμε για τα σχόλιά σας!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Η έρευνα ολοκληρώθηκε"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Πολύ ικανοποιημένος/-η"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Ικανοποιημένος/-η"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Ουδέτερος/-η"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Δυσαρεστημένος/-η"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Πολύ δυσαρεστημένος/-η"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Σημείωση απορρήτου"; + diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Microsurvey.strings new file mode 100644 index 000000000000..9ad6a01433fc --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continue"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Close Survey Prompt"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Help us make %@ better. It only takes a minute."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Submit"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Close Survey"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Thanks for your feedback!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Survey complete"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Complete this survey"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Very Satisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Dissatisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Very Dissatisfied"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Privacy notice"; + diff --git a/firefox-ios/Shared/Supporting Files/en-CA.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Shopping.strings index 24fc651810f1..1a8be9f56eeb 100644 --- a/firefox-ios/Shared/Supporting Files/en-CA.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/en-CA.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "*Highlights* are from %1@ reviews within the last 80 days that we believe to be reliable."; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "*Highlights* are from %@ reviews within the last 80 days that we believe to be reliable."; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "How we determine review quality"; diff --git a/firefox-ios/Shared/Supporting Files/en-GB.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/en-GB.lproj/Microsurvey.strings new file mode 100644 index 000000000000..9ad6a01433fc --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/en-GB.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continue"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Close Survey Prompt"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Help us make %@ better. It only takes a minute."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Submit"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Close Survey"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Thanks for your feedback!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Survey complete"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Complete this survey"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Very Satisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Dissatisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Very Dissatisfied"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Privacy notice"; + diff --git a/firefox-ios/Shared/Supporting Files/en-US.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/en-US.lproj/Microsurvey.strings new file mode 100644 index 000000000000..9ad6a01433fc --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/en-US.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continue"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Close Survey Prompt"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Help us make %@ better. It only takes a minute."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Submit"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Close Survey"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Thanks for your feedback!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Survey complete"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Complete this survey"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Very Satisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Dissatisfied"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Very Dissatisfied"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Privacy notice"; + diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/Microsurvey.strings new file mode 100644 index 000000000000..a6b0d99b5b2d --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/eo.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Daŭrigi"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Feri la peton respondi demandaron"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Helpu nin plibonigi %@. Tio daŭros nur minuton."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Sendi"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Fermi demandaron"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Dankon pro via opinio!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Demandaro respondita"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Respondi tiun ĉi demandaron"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Tre kontentiga"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Kontentiga"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neŭtra"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Nekontentiga"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Tute nekontentiga"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Rimarko pri privateco"; + diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings index 6012d8e9b44a..3809e47f6a73 100644 --- a/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings +++ b/firefox-ios/Shared/Supporting Files/eo.lproj/Settings.strings @@ -52,6 +52,9 @@ /* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ "Settings.AddressAutofill.Title.v124" = "Aŭtomate plenigi adresojn"; +/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ +"Settings.AddressAutofill.Title.v126" = "Adresoj"; + /* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */ "Settings.AutofillCreditCard.Title.v122" = "Pagmetodoj"; diff --git a/firefox-ios/Shared/Supporting Files/eo.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/eo.lproj/Shopping.strings index 0bb7ee00b7ef..77222ae722d4 100644 --- a/firefox-ios/Shared/Supporting Files/eo.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/eo.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "*Elstaraĵoj* venas el recenzoj de %1@, kiujn ni opinias fidindaj kaj okazis dum la lastaj 80 tagoj."; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "*Elstaraĵoj* venas el recenzoj de %@, kiujn ni opinias fidindaj kaj okazis dum la lastaj 80 tagoj."; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "Nia maniero determini la kvaliton de recenzoj"; diff --git a/firefox-ios/Shared/Supporting Files/es-AR.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/es-AR.lproj/Microsurvey.strings new file mode 100644 index 000000000000..f50008350beb --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/es-AR.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continuar"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Cerrar aviso de encuesta"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Ayudanos a mejorar %@. Solo lleva un minuto."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Enviar"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Cerrar la encuesta"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "¡Gracias por tus comentarios!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Encuesta completa"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Completá esta encuesta"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Muy satisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Insatisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Muy insatisfecho"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Nota de privacidad"; + diff --git a/firefox-ios/Shared/Supporting Files/es-CL.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/es-CL.lproj/Microsurvey.strings new file mode 100644 index 000000000000..66330de41bd5 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/es-CL.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continuar"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Cerrar aviso de encuesta"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Ayúdanos a mejorar %@. Solo toma un minuto."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Enviar"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Cerrar encuesta"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "¡Gracias por tus comentarios!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Encuesta completa"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Completa esta encuesta"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Muy satisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Insatisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Muy insatisfecho"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Política de privacidad"; + diff --git a/firefox-ios/Shared/Supporting Files/es.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/es.lproj/Microsurvey.strings new file mode 100644 index 000000000000..981a9ccd3810 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/es.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continuar"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Cerrar el aviso de encuesta"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Ayúdanos a mejorar %@. Solo te llevará un minuto."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Enviar"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Cerrar la encuesta"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "¡Gracias por tu opinión!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Encuesta completada"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Completa esta encuesta"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Muy satisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Insatisfecho"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Muy insatisfecho"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Aviso de privacidad"; + diff --git a/firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings new file mode 100644 index 000000000000..86940b737b75 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/eu.lproj/Microsurvey.strings @@ -0,0 +1,3 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Jarraitu"; + diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/Microsurvey.strings new file mode 100644 index 000000000000..d6b03ade061b --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/fi.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Jatka"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Sulje kyselykehote"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Auta tekemään %@ista entistä parempi. Se kestää vain minuutin."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Lähetä"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Sulje kysely"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Kiitos palautteestasi!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Kysely valmis"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Täytä tämä kysely"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Hyvin tyytyväinen"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Tyytyväinen"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutraali"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Tyytymätön"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Hyvin tyytymätön"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Tietosuojakäytäntö"; + diff --git a/firefox-ios/Shared/Supporting Files/fi.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/fi.lproj/Shopping.strings index 0fe5711fe430..fb23874e2fec 100644 --- a/firefox-ios/Shared/Supporting Files/fi.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/fi.lproj/Shopping.strings @@ -10,6 +10,12 @@ /* Contextual hints are little popups that appear for the users informing them of new features. This one appears after the user has opted in and informs him if he wants use the review checker by tapping the Shopping button. */ "ContextualHints.Shopping.OptedInBody.v120" = "Ovatko nämä arvostelut luotettavia? Tarkista nyt, niin näet oikaistun arvosanan."; +/* Footer label from the Fakespot Ad card displayed for the related product we advertise. This is displayed below the ad card, suggested as an alternative to the product reviewed. The first parameter will be replaced by the Fakespot app name */ +"Shopping.AdCard.Footer.v121" = "Mainostaja %@"; + +/* Title label for the Fakespot Ad card. This is displayed above a product image, suggested as an alternative to the product reviewed. */ +"Shopping.AdCard.Title.v121" = "Lisää harkittavaa"; + /* Description adjusted of the rating card displayed in the shopping review quality bottom sheet. */ "Shopping.AdjustedRating.Description.v121" = "Luotettavien arvostelujen pohjalta"; diff --git a/firefox-ios/Shared/Supporting Files/fr.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/fr.lproj/Microsurvey.strings new file mode 100644 index 000000000000..4fc58dbd4906 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/fr.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continuer"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Fermer la demande de participation au sondage"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Aidez-nous à améliorer %@. Cela ne prend qu’une minute."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Envoyer"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Fermer le sondage"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Merci de votre retour !"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Sondage terminé"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Participer au sondage"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Très satisfait·e"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfait·e"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Indifférent·e"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Insatisfait·e"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Très insatisfait·e"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Politique de confidentialité"; + diff --git a/firefox-ios/Shared/Supporting Files/he.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/he.lproj/Microsurvey.strings new file mode 100644 index 000000000000..ab0d12e2bf2f --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/he.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "המשך"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "סגירת הבקשה לסקר"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "עזרו לנו לשפר את %@. זה ייקח רק דקה."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "שליחה"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "סגירת הסקר"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "תודה על המשוב שלך!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "הסקר הושלם"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "נא להשלים את הסקר הזה"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "מאוד מרוצה"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "מרוצה"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "נטרלי"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "לא מרוצה"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "מאוד לא מרוצה"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "הצהרת פרטיות"; + diff --git a/firefox-ios/Shared/Supporting Files/hsb.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/hsb.lproj/Microsurvey.strings new file mode 100644 index 000000000000..15ea045ba8c0 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/hsb.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Dale"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Naprašowanje začinić"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Pomhajće nam, %@ polěpšować. Traje jenož jednu mjeńšinu."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Wotpósłać"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Naprašowanje začinić"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Dźakujemy so za waš komentar!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Naprašowanje dokónčene"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Tute naprašowanje dokónčić"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Jara spokojny"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Spokojny"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutralny"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Njespokojny"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Jara njespokojny"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Zdźělenka priwatnosće"; + diff --git a/firefox-ios/Shared/Supporting Files/hu.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/hu.lproj/Shopping.strings index fbca6fc6bdd8..05f8bcc5803e 100644 --- a/firefox-ios/Shared/Supporting Files/hu.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/hu.lproj/Shopping.strings @@ -188,7 +188,7 @@ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "A *kiemelések* a %1@ értékeléseinek az elmúlt 80 napból származó és megbízhatónak ítélt elemei közül vannak."; /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ -"Shopping.ReviewQualityCard.Highlights.Label.v126" = "A *kiemelések* a(z) %s értékeléseinek az elmúlt 80 napból származó és megbízhatónak ítélt elemei."; +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "A *kiemelések* a(z) %@ értékeléseinek az elmúlt 80 napból származó és megbízhatónak ítélt elemei."; /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "Hogyan határozzuk meg az értékelések minőségét"; diff --git a/firefox-ios/Shared/Supporting Files/hy-AM.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/Microsurvey.strings new file mode 100644 index 000000000000..dd5a24238dd3 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/hy-AM.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Շարունակել"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Փակել հարցումը"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Օգնեք մեզ %@-ը դարձնել ավելի լավ: Դա ընդամենը մեկ րոպե կտևի:"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Ուղարկել"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Փակել հարցումը"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Շնորհակալությո՜ւն Ձեր արձագանքի համար:"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Հարցումն ավարտված է"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Լրացրեք այս հարցումը"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Շատ գոհ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Գոհ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Չեզոք"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Դժգոհ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Շատ դժգոհ"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Գաղտնիության դրույթներ"; + diff --git a/firefox-ios/Shared/Supporting Files/ia.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/ia.lproj/Microsurvey.strings new file mode 100644 index 000000000000..dcc9c0b8533a --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/ia.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continuar"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Clauder le requesta de questionario"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Adjuta nos a render %@ melior. Il prende solo un minuta."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Inviar"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Clauder le questionario"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Gratias pro tu commentos!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Questionario complete"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Completa iste questionario"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Absolutemente satisfacte"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfacte"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Non satisfacte"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Absolutemente non satisfacte"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Aviso de confidentialitate"; + diff --git a/firefox-ios/Shared/Supporting Files/is.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/is.lproj/Microsurvey.strings new file mode 100644 index 000000000000..1743242b247d --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/is.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Halda áfram"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Loka könnunartilkynningu"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Hjálpaðu okkur að gera %@ betri. Það tekur aðeins eina mínútu."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Senda inn"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Loka könnun"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Takk fyrir álit þitt!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Könnun lokið"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Ljúka þessari könnun"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Mjög ánægð/ur"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Ánægð/ur"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Hlutlaus"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Óánægð/ur"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Mjög óánægð/ur"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Meðferð persónuupplýsinga"; + diff --git a/firefox-ios/Shared/Supporting Files/it.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/it.lproj/Microsurvey.strings new file mode 100644 index 000000000000..ed3ac3f05eb6 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/it.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continua"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Chiudi richiesta sondaggio"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Aiutaci a migliorare %@. Ci vuole solo un minuto."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Invia"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Chiudi sondaggio"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Grazie per il tuo feedback."; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Sondaggio completato"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Completa questo sondaggio"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Molto soddisfatto/a"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Soddisfatto/a"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Né soddisfatto/a né insoddisfatto/a"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Insoddisfatto/a"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Molto insoddisfatto/a"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Informativa sulla privacy"; + diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/Microsurvey.strings new file mode 100644 index 000000000000..2a57294791cf --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/ja.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "続ける"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "アンケートを閉じる"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "%@ をより良いものにするためにご協力ください。所要時間は 1 分だけです。"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "送信"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "アンケートを閉じる"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "フィードバックのご提供ありがとうございます。"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "回答完了"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "このアンケートにご回答ください"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "とても満足"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "満足"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "どちらでもない"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "不満"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "非常に不満"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "プライバシー通知"; + diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/PasswordAutofill.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/PasswordAutofill.strings index ec2227aec50a..c756d6cfa2a5 100644 --- a/firefox-ios/Shared/Supporting Files/ja.lproj/PasswordAutofill.strings +++ b/firefox-ios/Shared/Supporting Files/ja.lproj/PasswordAutofill.strings @@ -8,5 +8,5 @@ "PasswordAutofill.UseSavedPasswordFromHeader.v124" = "保存されたパスワードを使用しますか?"; /* Displayed inside the keyboard hint when a user is entering their login credentials and has at least one saved password. Indicates that there are stored passwords available for use in filling out the login form. */ -"PasswordAutofill.UseSavedPasswordFromKeyboard.v124" = "保存されたパスワードを使用する"; +"PasswordAutofill.UseSavedPasswordFromKeyboard.v124" = "保存されたパスワードを使用"; diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings index 172563d5f158..d1b012837490 100644 --- a/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings +++ b/firefox-ios/Shared/Supporting Files/ja.lproj/Settings.strings @@ -52,6 +52,9 @@ /* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ "Settings.AddressAutofill.Title.v124" = "住所を自動入力する"; +/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ +"Settings.AddressAutofill.Title.v126" = "住所"; + /* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */ "Settings.AutofillCreditCard.Title.v122" = "支払い方法"; diff --git a/firefox-ios/Shared/Supporting Files/ja.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/ja.lproj/Shopping.strings index 593eb839dad5..a06dd22e9bc8 100644 --- a/firefox-ios/Shared/Supporting Files/ja.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/ja.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "*注目レビュー* は最近 80 日以内の %1@ からのレビューで私たちが信頼するに足ると評価したものです。"; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "*注目レビュー* は最近 80 日以内の %@ からのレビューで私たちが信頼するに足ると評価したものです。"; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "レビュー品質の決定方法について"; diff --git a/firefox-ios/Shared/Supporting Files/kk.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/kk.lproj/Microsurvey.strings new file mode 100644 index 000000000000..490b466561e7 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/kk.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Жалғастыру"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Сауалнама сұрауын жабу"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Бізге %@ жақсартуға көмектесіңіз. Бұл бар болғаны бір минутты алады."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Жіберу"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Сауалнаманы жабу"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Пікіріңізге рахмет!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Сауалнама аяқталды"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Осы сауалнаманы толтыру"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Өте жақсы"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Жақсы"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Бейтарап"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Нашар"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Өте нашар"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Жекелік ескертуі"; + diff --git a/firefox-ios/Shared/Supporting Files/nb.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/nb.lproj/Microsurvey.strings new file mode 100644 index 000000000000..10b364882437 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/nb.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Fortsett"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Lukk spørreundersøkelse"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Hjelp oss å gjøre %@ bedre. Det tar bare et minutt."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Send"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Lukk undersøkelse"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Takk for tilbakemeldingen!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Undersøkelsen er fullført"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Gjennomfør denne undersøkelsen"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Veldig fornøyd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Fornøyd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Nøytral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Misfornøyd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Veldig misfornøyd"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Personvernbestemmelser"; + diff --git a/firefox-ios/Shared/Supporting Files/nl.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/nl.lproj/Microsurvey.strings new file mode 100644 index 000000000000..82793f74d1c1 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/nl.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Doorgaan"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Enquêtevraag sluiten"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Help ons %@ te verbeteren. Het duurt maar een minuutje."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Indienen"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Enquête sluiten"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Bedankt voor uw feedback!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Enquête voltooid"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Deze enquête invullen"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Zeer tevreden"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Tevreden"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Gemiddeld"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Ontevreden"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Zeer ontevreden"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Privacyverklaring"; + diff --git a/firefox-ios/Shared/Supporting Files/nn.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/nn.lproj/Microsurvey.strings new file mode 100644 index 000000000000..db1d1d1025e1 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/nn.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Hald fram"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Lat att spørjeundersøking"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Hjelp oss å gjere %@ betre. Det tek berre eitt minutt."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Send inn"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Lat att undersøking"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Takk for tilbakemeldinga di!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Undersøkinga er fullført"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Ver med i denne undersøkinga"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Veldig fornøgd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Fornøgd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Nøytral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Misfornøgd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Veldig misfornøgd"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Peronvernerklæring"; + diff --git a/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Microsurvey.strings new file mode 100644 index 000000000000..b2f9f16619b0 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/pa-IN.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "ਜਾਰੀ ਰੱਖੋ"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "ਸਰਵੇਖਣ ਖਿੜਕੀ ਬੰਦ ਕਰੋ"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "%@ ਨੂੰ ਬੇਹਤਰ ਬਣਾਉਣ ਲਈ ਸਾਡੀ ਮਦਦ ਕਰੋ। ਇਸ ਨੂੰ ਮਿੰਟ ਕੁ ਹੀ ਲੱਗੇਗਾ।"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "ਭੇਜੋ"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "ਸਰਵੇਖਣ ਨੂੰ ਬੰਦ ਕਰੋ"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "ਤੁਹਾਡੀ ਫ਼ੀਡਬੈਕ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ ਹੈ!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "ਸਰਵੇਖਣ ਪੂਰਾ"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "ਇਹ ਸਰਵੇਖਣ ਨੂੰ ਪੂਰਾ ਕਰੋ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "ਬਹੁਤ ਸੰਤੁਸ਼ਟ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "ਸੰਤੁਸ਼ਟ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "ਠੀਕ-ਠਾਕ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "ਅਸੰਤੁਸ਼ਟ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "ਬਹੁਤ ਅਸੰਤੁਸ਼ਟ"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "ਪਰਦੇਦਾਰੀ ਸੂਚਨਾ"; + diff --git a/firefox-ios/Shared/Supporting Files/pl.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/pl.lproj/Microsurvey.strings new file mode 100644 index 000000000000..37a162d15f1e --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/pl.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Kontynuuj"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Zamknij prośbę o wypełnienie ankiety"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Pomóż nam ulepszyć przeglądarkę %@. To zajmie tylko minutkę."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Wyślij"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Zamknij ankietę"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Dziękujemy za opinię!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Ankieta wypełniona"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Wypełnij tę ankietę"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Bardzo zadowolony"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Zadowolony"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Obojętny"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Niezadowolony"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Bardzo niezadowolony"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Zasady ochrony prywatności"; + diff --git a/firefox-ios/Shared/Supporting Files/pl.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/pl.lproj/Settings.strings index 4e27d0fdabac..fcbe938cd8ed 100644 --- a/firefox-ios/Shared/Supporting Files/pl.lproj/Settings.strings +++ b/firefox-ios/Shared/Supporting Files/pl.lproj/Settings.strings @@ -52,6 +52,9 @@ /* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ "Settings.AddressAutofill.Title.v124" = "Uzupełnianie adresów"; +/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ +"Settings.AddressAutofill.Title.v126" = "Adresy"; + /* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */ "Settings.AutofillCreditCard.Title.v122" = "Metody płatności"; diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Microsurvey.strings new file mode 100644 index 000000000000..1b503af65959 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Avançar"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Fechar solicitação de pesquisa de opinião"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Ajude-nos a melhorar o %@. Leva apenas um minuto."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Enviar"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Fechar pesquisa de opinião"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Obrigado por sua opinião!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Pesquisa de opinião concluída"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Participe nesta pesquisa de opinião"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Muito satisfeito"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfeito"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutro"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Insatisfeito"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Muito insatisfeito"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Aviso de privacidade"; + diff --git a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/ResearchSurface.strings b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/ResearchSurface.strings index 751a21189a44..77a7091a93fd 100644 --- a/firefox-ios/Shared/Supporting Files/pt-BR.lproj/ResearchSurface.strings +++ b/firefox-ios/Shared/Supporting Files/pt-BR.lproj/ResearchSurface.strings @@ -2,7 +2,7 @@ "Body.Text.v112" = "Ajude a melhorar o %@ respondendo a uma breve pesquisa de opinião."; /* On the Research Survey popup, the text for the button that, when tapped, will dismiss the popup and take the user to a survey. */ -"PrimaryButton.Label.v112" = "Participar da pesquisa"; +"PrimaryButton.Label.v112" = "Participar da pesquisa de opinião"; /* On the Research Survey popup, the text for the button that, when tapped, will dismiss this screen, and the user will not be taken to the survey. */ "SecondaryButton.Label.v112" = "Não, obrigado"; diff --git a/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Microsurvey.strings new file mode 100644 index 000000000000..84153572fa9f --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/pt-PT.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Continuar"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Fechar pesquisa"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Ajude-nos a tornar o %@ melhor. Demora apenas um minuto."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Submeter"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Fechar inquérito"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Obrigado pela sua opinião!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Inquérito concluído"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Concluir este questionário"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Muito satisfeito(a)"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfeito"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutro"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Insatisfeito"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Muito insatisfeito(a)"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Política de privacidade"; + diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/Microsurvey.strings new file mode 100644 index 000000000000..e695621a226b --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/rm.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Cuntinuar"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Serrar la dumonda da participar a l’enquista"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Ans gida a meglierar %@. I cuzza mo ina minuta."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Trametter"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Serrar l’enquista"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Grazia per tes resun!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Enquista cumpletta"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Participar a questa enquista"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Fitg satisfatg"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Satisfatg"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Betg satisfatg"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "N’insumma betg satisfatg"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Infurmaziuns davart la protecziun da datas"; + diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/Settings.strings index 3ff2c952b3fa..77329c29b335 100644 --- a/firefox-ios/Shared/Supporting Files/rm.lproj/Settings.strings +++ b/firefox-ios/Shared/Supporting Files/rm.lproj/Settings.strings @@ -52,6 +52,9 @@ /* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ "Settings.AddressAutofill.Title.v124" = "Endatar automaticamain las adressas"; +/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ +"Settings.AddressAutofill.Title.v126" = "Adressas"; + /* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */ "Settings.AutofillCreditCard.Title.v122" = "Metodas da pajament"; diff --git a/firefox-ios/Shared/Supporting Files/rm.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/rm.lproj/Shopping.strings index abfe37a1535e..48a91932eb26 100644 --- a/firefox-ios/Shared/Supporting Files/rm.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/rm.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "Ils elements *accentuads* derivan da las recensiun sin %1@ dals ultims 80 dis che nus tegnain per fidablas."; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "Ils elements *accentuads* derivan da las recensiun sin %@ dals ultims 80 dis che nus tegnain per fidablas."; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "Co nus determinain la qualitad da las recensiuns"; diff --git a/firefox-ios/Shared/Supporting Files/ru.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/ru.lproj/Microsurvey.strings new file mode 100644 index 000000000000..495141f7f241 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/ru.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Продолжить"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Закрыть запрос на опрос"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Помогите нам сделать %@ лучше. Это займёт всего минуту."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Отправить"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Закрыть опрос"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Спасибо за ваш отзыв!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Опрос пройден"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Пройти этот опрос"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Очень удовлетворен"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Доволен"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Нейтрален"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Недоволен"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Крайне неудовлетворен"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Уведомление о конфиденциальности"; + diff --git a/firefox-ios/Shared/Supporting Files/si.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/si.lproj/Microsurvey.strings new file mode 100644 index 000000000000..dd31bfaa29a7 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/si.lproj/Microsurvey.strings @@ -0,0 +1,6 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "ඉදිරියට"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "යොමන්න"; + diff --git a/firefox-ios/Shared/Supporting Files/sk.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/sk.lproj/Microsurvey.strings new file mode 100644 index 000000000000..ec40965ecb33 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/sk.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Pokračovať"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Zavrieť výzvu na prieskum"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Pomôžte nám vylepšiť %@. Trvá to len minútu."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Odoslať"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Zavrieť prieskum"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Ďakujeme za vašu spätnú väzbu."; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Prieskum dokončený"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Vyplňte tento prieskum"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "veľmi spokojný"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "spokojný"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "neutrálny"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "nespokojný"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "veľmi nespokojný"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Vyhlásenie o ochrane osobných údajov"; + diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxSync.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxSync.strings index 8a6056b569c1..f91209cd1a3d 100644 --- a/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxSync.strings +++ b/firefox-ios/Shared/Supporting Files/sl.lproj/FirefoxSync.strings @@ -1,3 +1,6 @@ +/* Toggle for address autofill syncing setting */ +"FirefoxSync.AddressAutofillEngine.v124" = "Naslovi"; + /* Toggle for credit cards syncing setting */ "FirefoxSync.CreditCardsEngine.v122" = "Plačilna sredstva"; diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/Microsurvey.strings new file mode 100644 index 000000000000..f3ad035dd696 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/sl.lproj/Microsurvey.strings @@ -0,0 +1,27 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Nadaljuj"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Zapri poziv k anketi"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Pomagajte nam izboljšati %@. Vzelo vam bo le minuto."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Pošlji"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Zapri anketo"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Hvala za vaše mnenje!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Anketa končana"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Izpolnite anketo"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Obvestilo o zasebnosti"; + diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/PasswordAutofill.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/PasswordAutofill.strings index 2eff8269d868..61f7204f215f 100644 --- a/firefox-ios/Shared/Supporting Files/sl.lproj/PasswordAutofill.strings +++ b/firefox-ios/Shared/Supporting Files/sl.lproj/PasswordAutofill.strings @@ -4,6 +4,9 @@ /* This phrase is used as a subtitle in the header of password list screen, indicating to the user that they will be logging into a specific website (represented by %@) using a saved password. It's providing clarity on which website the saved credentials apply to. */ "PasswordAutofill.SignInWithSavedPassword.v124" = "Prijavljate se v %@"; +/* This label is used in the password list screen header as a question, prompting the user if they want to use a saved password for logging in. */ +"PasswordAutofill.UseSavedPasswordFromHeader.v124" = "Uporabim shranjeno geslo?"; + /* Displayed inside the keyboard hint when a user is entering their login credentials and has at least one saved password. Indicates that there are stored passwords available for use in filling out the login form. */ "PasswordAutofill.UseSavedPasswordFromKeyboard.v124" = "Uporabi shranjeno geslo"; diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings index 566bfea641af..3d269f05cf58 100644 --- a/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings +++ b/firefox-ios/Shared/Supporting Files/sl.lproj/Settings.strings @@ -28,6 +28,9 @@ /* When a user is in the process or has finished making a purchase with a card not saved in Firefox's list of stored cards, we ask the user if they would like to save this card for future purchases. This string is a title string of the overall message that asks the user if they would like Firefox to remember the card that is being used. */ "CreditCard.Settings.RememberThisCard.v122" = "Želite varno shraniti to kartico?"; +/* When a user is in the process or has finished making a purchase with a remembered card, and if the credit card information doesn't match the contents of the stored information of that card, we show this string. We ask this user if they would like Firefox update the staled information of that credit card. */ +"CreditCard.Settings.UpdateThisCard.v122" = "Posodobim kartico?"; + /* When a user is in the process or has finished making a purchase with a card not saved in Firefox's list of stored cards, we ask the user if they would like to save this card for future purchases. This string asks users to confirm if they would like Firefox to remember the card that is being used. */ "CreditCard.Settings.Yes.v122" = "Posodobi"; @@ -46,6 +49,9 @@ /* Settings section title for the old Firefox account */ "FxA.FirefoxAccount.v119" = "Račun"; +/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ +"Settings.AddressAutofill.Title.v126" = "Naslovi"; + /* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */ "Settings.AutofillCreditCard.Title.v122" = "Plačilna sredstva"; diff --git a/firefox-ios/Shared/Supporting Files/sl.lproj/UpdateCard.strings b/firefox-ios/Shared/Supporting Files/sl.lproj/UpdateCard.strings index c35427eca613..9d902bbb0f43 100644 --- a/firefox-ios/Shared/Supporting Files/sl.lproj/UpdateCard.strings +++ b/firefox-ios/Shared/Supporting Files/sl.lproj/UpdateCard.strings @@ -1,6 +1,9 @@ /* This value is used as the toast message for the saving success alert in the remember credit card page */ "CreditCard.RememberCard.SecondaryButtonTitle.v116" = "Podatki o kartici posodobljeni"; +/* This value is used as the title for the update card page */ +"CreditCard.UpdateCard.MainTitle.v122" = "Posodobim kartico?"; + /* This value is used as the title for the Manage Cards button from the update credit card page */ "CreditCard.UpdateCard.ManageCardsButtonTitle.v115" = "Upravljanje kartic"; diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/Microsurvey.strings new file mode 100644 index 000000000000..4686ab076035 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/sq.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Vazhdoni"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Mbylle Hapin e Pyetësorit"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Ndihmonani ta bëjmë më të mirë %@. Do vetëm një minutë."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Parashtroje"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Mbylle Pyetësorin"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Faleminderit për përshtypjet tuaja!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Pyetësor i plotësuar"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Plotësoni këtë pyetësor"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Shumë i Kënaqur"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "I kënaqur"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Asnjanës"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Jo i kënaqur"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Shumë i Pakënaqur"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Shënim mbi privatësinë"; + diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings index 3aff1d50b878..627e8f87c003 100644 --- a/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings +++ b/firefox-ios/Shared/Supporting Files/sq.lproj/Settings.strings @@ -52,6 +52,9 @@ /* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ "Settings.AddressAutofill.Title.v124" = "Vetëplotëso Adresa"; +/* Label used as an item in Settings screen. When touched, it will take user to address autofill settings page to that will allow user to add or modify saved addresses to allow for autofill in a webpage. */ +"Settings.AddressAutofill.Title.v126" = "Adresa"; + /* Label used as an item in Settings screen. When touched, it will take user to credit card settings page to that will allows to add or modify saved credit cards to allow for autofill in a webpage. */ "Settings.AutofillCreditCard.Title.v122" = "Metoda Pagese"; diff --git a/firefox-ios/Shared/Supporting Files/sq.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/sq.lproj/Shopping.strings index d6860a947568..7bbd022b8d4e 100644 --- a/firefox-ios/Shared/Supporting Files/sq.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/sq.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "*Gjërat në pah* janë nga shqyrtime %1@ brenda 80 ditëve të fundit, të cilave besojmë se mund t’u zihet besë."; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "*Gjërat në pah* janë nga shqyrtime %@ brenda 80 ditëve të fundit, të cilave besojmë se mund t’u zihet besë."; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "Si e përcaktojmë cilësinë e shqyrtimeve"; diff --git a/firefox-ios/Shared/Supporting Files/sv.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/sv.lproj/Microsurvey.strings new file mode 100644 index 000000000000..af18c45b871f --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/sv.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Fortsätt"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Stäng undersökningsprompt"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Hjälp oss att göra %@ bättre. Det tar bara en minut."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Skicka in"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Stäng undersökning"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Tack för din feedback!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Undersökning klar"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Besvara den här undersökningen"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Väldigt nöjd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Nöjd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Neutral"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Missnöjd"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Väldigt missnöjd"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Sekretessmeddelande"; + diff --git a/firefox-ios/Shared/Supporting Files/tr.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/tr.lproj/Microsurvey.strings new file mode 100644 index 000000000000..b414ee0eae22 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/tr.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "İleri"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Anket bildirimini kapat"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "%@ uygulamasını iyileştirmemize yardım edin. Yalnızca birkaç dakika sürer."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Gönder"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Anketi kapat"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Geri bildiriminiz için teşekkürler!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Anket tamamlandı"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Bu anketi tamamlayın"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Çok memnunum"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Memnunum"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Orta"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Memnun değilim"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Hiç memnun değilim"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Gizlilik bildirimi"; + diff --git a/firefox-ios/Shared/Supporting Files/ug.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/ug.lproj/Microsurvey.strings new file mode 100644 index 000000000000..eefe92db9210 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/ug.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "داۋاملاشتۇر"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "راي سىناش ئەسكەرتىشىنى تاقا"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "%@ نى ياخشىلىشىمىزغا ياردەم قىلىڭ. بۇنىڭغا پەقەت بىر مىنۇتلا ۋاقىت كېتىدۇ."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "يوللا"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "راي سىناشنى تاقا"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "قايتۇرما ئىنكاسىڭىزغا رەھمەت!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "راي سىناش تامام"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "بۇ تەكشۈرۈشنى تاماملاڭ"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "بەك رازى"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "رازى"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "ئادەتتىكى"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "نارازى"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "بەك نارازى"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "شەخسىيەت ئۇقتۇرۇشى"; + diff --git a/firefox-ios/Shared/Supporting Files/uk.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/uk.lproj/Microsurvey.strings new file mode 100644 index 000000000000..d4e43fb476f9 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/uk.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Продовжити"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Закрити запит про опитування"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Допоможіть нам покращити %@. Це займе всього хвилину."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Надіслати"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Закрити опитування"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Дякуємо за ваш відгук!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Опитування завершено"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Пройти це опитування"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Дуже задоволені"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Задоволені"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Нейтрально"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Незадоволені"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Дуже незадоволені"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Положення про приватність"; + diff --git a/firefox-ios/Shared/Supporting Files/uk.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/uk.lproj/Shopping.strings index 0c29c2d965f9..776f2175a444 100644 --- a/firefox-ios/Shared/Supporting Files/uk.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/uk.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "*Обрані* беруться з відгуків %1@ за останні 80 днів, які ми вважаємо надійними."; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "*Обрані* беруться з відгуків %@ за останні 80 днів, які ми вважаємо надійними."; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "Як ми визначаємо якість відгуку"; diff --git a/firefox-ios/Shared/Supporting Files/vi.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/vi.lproj/Microsurvey.strings new file mode 100644 index 000000000000..3f8d41c418f0 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/vi.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "Tiếp tục"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "Đóng lời nhắc khảo sát"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "Giúp chúng tôi cải thiện %@. Chỉ mất một phút thôi."; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "Gửi"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "Đóng khảo sát"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "Cảm ơn phản hồi của bạn!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "Khảo sát hoàn tất"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "Hoàn thành khảo sát này"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "Rất hài lòng"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "Hài lòng"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "Trung lập"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "Không hài lòng"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "Rất không hài lòng"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "Thông báo về quyền riêng tư"; + diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Microsurvey.strings new file mode 100644 index 000000000000..29e7789eda90 --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "继续"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "关闭问卷调查提示"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "帮助我们改进 %@,只需占用您一分钟时间。"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "提交"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "关闭问卷调查"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "感谢反馈!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "填写完毕"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "填写问卷"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "非常满意"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "满意"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "无感"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "不满意"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "非常不满意"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "隐私声明"; + diff --git a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Shopping.strings b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Shopping.strings index aef5838bb3bb..f88dd00d15e5 100644 --- a/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Shopping.strings +++ b/firefox-ios/Shared/Supporting Files/zh-CN.lproj/Shopping.strings @@ -187,6 +187,9 @@ /* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ "Shopping.ReviewQualityCard.Highlights.Label.v120" = "*最有帮助的评价*选自我们认为可信的最近 80 天内 %1@ 网站上的评价。"; +/* Highlights label from How we determine review quality card displayed in the shopping review quality bottom sheet. The parameter substitutes the partner website the user is coming from. The *text inside asterisks* denotes part of the string to bold, please leave the text inside the '*' so that it is bolded correctly. */ +"Shopping.ReviewQualityCard.Highlights.Label.v126" = "*最有帮助的评价*选自我们认为可信的最近 80 天内 %@ 网站上的评价。"; + /* Title of the 'How we determine review quality' card displayed in the shopping review quality bottom sheet. */ "Shopping.ReviewQualityCard.Label.Title.v120" = "我们如何判断评价的质量"; diff --git a/firefox-ios/Shared/Supporting Files/zh-TW.lproj/Microsurvey.strings b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/Microsurvey.strings new file mode 100644 index 000000000000..8e409b8479ce --- /dev/null +++ b/firefox-ios/Shared/Supporting Files/zh-TW.lproj/Microsurvey.strings @@ -0,0 +1,42 @@ +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the button that appears on the prompt that allows the user to tap on and navigates them to the microsurvey to respond to. */ +"Microsurvey.Prompt.Button.v127" = "繼續"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the accessibility label for the close button that appears on the prompt that allows the user to dismiss the microsurvey prompt. */ +"Microsurvey.Prompt.Close.AccessibilityLabel.v127" = "關閉問卷提示"; + +/* On top of the bottom toolbar, there can be a microsurvey prompt, this is the title for the text that appears on the prompt to inform the user that this is a prompt to take a survey. Placeholder is for the app name. */ +"Microsurvey.Prompt.TitleLabel.v127" = "請幫助我們讓 %@ 變得更好,僅需一分鐘即可完成問卷。"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of button on the survey that a user can tap on to submit their responses. */ +"Microsurvey.Survey.Button.v127" = "送出"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the accessibility label for close button that dismisses the sheet. */ +"Microsurvey.Survey.Close.AccessibilityLabel.v127" = "關閉問卷"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the text shown on the confirmation page when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.ConfirmationLabel.v127" = "感謝您的意見回饋!"; + +/* On the microsurvey, which is a bottom sheet that pops up with a survey question and options, this is the title for the header on the microsurvey when the user has completed the survey. */ +"Microsurvey.Survey.ConfirmationPage.HeaderLabel.v127" = "填寫完成"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this is the title for the header on the screen. */ +"Microsurvey.Survey.HeaderLabel.v127" = "完成此問卷"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption1.v127" = "非常滿意"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption2.v127" = "滿意"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption3.v127" = "普通"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption4.v127" = "不滿意"; + +/* On the microsurvey, this is the title for one of the options that the user can select to answer the survey. */ +"Microsurvey.Survey.Options.LikertScaleOption5.v127" = "非常不滿意"; + +/* After engaging with the microsurvey prompt, the microsurvey pops up as a bottom sheet for the user to answer, this the title of a link on the survey and allows the user to navigate to our privacy policy details. */ +"Microsurvey.Survey.PrivacyPolicyLink.v127" = "隱私權公告"; + diff --git a/firefox-ios/Shared/co.lproj/Localizable.strings b/firefox-ios/Shared/co.lproj/Localizable.strings index b442fba31bd6..80e4e21d73bb 100644 --- a/firefox-ios/Shared/co.lproj/Localizable.strings +++ b/firefox-ios/Shared/co.lproj/Localizable.strings @@ -356,7 +356,7 @@ "FirefoxHomepage.ContextualMenu.Settings.v101" = "Preferenze"; /* The title for the Sponsored Content context menu action for sponsored tiles in the Firefox home page shortcuts section. Clicking this brings the users to a support page where users can learn more about Sponsored content and how it works. */ -"FirefoxHomepage.ContextualMenu.SponsoredContent.v101" = "I nostri finanzieri è a vostra vita privata"; +"FirefoxHomepage.ContextualMenu.SponsoredContent.v101" = "I nostri spunsurizatori è a vostra vita privata"; /* Accessibility action title to open the synced tab for tab pickup on the Firefox homepage in the Jump Back In section. */ "FirefoxHomepage.JumpBackIn.TabPickup.OpenTab.A11y.v106" = "Apre l’unghjetta sincrunizata"; @@ -368,10 +368,10 @@ "FirefoxHomepage.JumpBackIn.TabPickup.v104" = "Riguarera d’unghjetta"; /* This string will show under the description on pocket story, indicating that the story is sponsored. */ -"FirefoxHomepage.Pocket.Sponsored.v103" = "Finanziatu"; +"FirefoxHomepage.Pocket.Sponsored.v103" = "Spunsurizatu"; /* This string will show under a shortcuts tile on the firefox home page, indicating that the tile is a sponsored tile. Space is limited, please keep as short as possible. */ -"FirefoxHomepage.Shortcuts.Sponsored.v100" = "Finanziatu"; +"FirefoxHomepage.Shortcuts.Sponsored.v100" = "Spunsurizatu"; /* Accessibility Label for the tab toolbar Forward button */ "Forward" = "Pagina seguente"; @@ -407,19 +407,19 @@ "FxAPush_DeviceConnected_title" = "Sync cunnessu"; /* Body of a notification displayed when named device has been disconnected from FxA. %@ refers to the name of the disconnected device. */ -"FxAPush_DeviceDisconnected_body" = "%@ hè statu disghjuntu bè."; +"FxAPush_DeviceDisconnected_body" = "%@ hè statu discunnessu bè."; /* Body of a notification displayed when this device has been disconnected from FxA by another device. */ -"FxAPush_DeviceDisconnected_ThisDevice_body" = "St’apparechju hè statu disghjuntu bè da Firefox Sync."; +"FxAPush_DeviceDisconnected_ThisDevice_body" = "St’apparechju hè statu discunnessu bè da Firefox Sync."; /* Title of a notification displayed when this device has been disconnected by another device. */ -"FxAPush_DeviceDisconnected_ThisDevice_title" = "Sync disghjuntu"; +"FxAPush_DeviceDisconnected_ThisDevice_title" = "Sync discunnessu"; /* Title of a notification displayed when named device has been disconnected from FxA. */ -"FxAPush_DeviceDisconnected_title" = "Sync disghjuntu"; +"FxAPush_DeviceDisconnected_title" = "Sync discunnessu"; /* Body of a notification displayed when unnamed device has been disconnected from FxA. */ -"FxAPush_DeviceDisconnected_UnknownDevice_body" = "Un apparechju hè statu disghjuntu da Firefox Sync"; +"FxAPush_DeviceDisconnected_UnknownDevice_body" = "Un apparechju hè statu discunnessu da Firefox Sync"; /* On the firefox homepage, the string read by the voice over prompt for accessibility, for the button which changes the wallpaper */ "FxHomepage.Wallpaper.ButtonLabel.v99" = "Logo Firefox, cambià u sfondu di screnu."; @@ -1172,16 +1172,16 @@ "Settings.Disconnect.Body" = "Firefox ùn si sincruniserà più cù u vostru contu, ma ùn squasserà alcunu datu di navigazione nant’à st’apparechju."; /* Button displayed at the bottom of settings page allowing users to Disconnect from FxA */ -"Settings.Disconnect.Button" = "Disghjunghje Sync"; +"Settings.Disconnect.Button" = "Discunnette Sync"; /* Cancel action button in alert when user is prompted for disconnect */ "Settings.Disconnect.CancelButton" = "Abbandunà"; /* Destructive action button in alert when user is prompted for disconnect */ -"Settings.Disconnect.DestructiveButton" = "Disghjunghje"; +"Settings.Disconnect.DestructiveButton" = "Discunnette"; /* Title of the alert when prompting the user asking to disconnect. */ -"Settings.Disconnect.Title" = "Disghjunghjessi di Sync ?"; +"Settings.Disconnect.Title" = "Discunnettesi di Sync ?"; /* Section header for brightness slider. */ "Settings.DisplayTheme.BrightnessThreshold.SectionHeader" = "Sogliu"; @@ -1349,7 +1349,7 @@ "Settings.Homepage.Shortcuts.ShortcutsToggle.v100" = "Accurtatoghji"; /* This string is the title of the toggle to disable the sponsored shortcuts functionnality which can be enabled in the shortcut sections. This toggle is in the settings page. */ -"Settings.Homepage.Shortcuts.SponsoredShortcutsToggle.v100" = "Accurtatoghji finanziati"; +"Settings.Homepage.Shortcuts.SponsoredShortcutsToggle.v100" = "Accurtatoghji spunsurizati"; /* Toggled OFF to hide the shortcuts section */ "Settings.Homepage.Shortcuts.ToggleOff.v100" = "Disattivatu"; diff --git a/firefox-ios/Shared/co.lproj/Search.strings b/firefox-ios/Shared/co.lproj/Search.strings index d225fd6c9d5b..6c1888a9d2f1 100644 --- a/firefox-ios/Shared/co.lproj/Search.strings +++ b/firefox-ios/Shared/co.lproj/Search.strings @@ -5,5 +5,5 @@ "Search Settings" = "Preferenze di ricerca"; /* When making a new search from the awesome bar, suggestions appear to the user as they write new letters in their search. Different types of suggestions can appear. This string will be used as a label for sponsored Firefox suggestions. */ -"Search.SponsoredSuggestionDescription.v119" = "Finanziatu"; +"Search.SponsoredSuggestionDescription.v119" = "Spunsurizatu"; diff --git a/firefox-ios/Shared/uk.lproj/Localizable.strings b/firefox-ios/Shared/uk.lproj/Localizable.strings index f1c0c496b025..14cef51bc1d0 100644 --- a/firefox-ios/Shared/uk.lproj/Localizable.strings +++ b/firefox-ios/Shared/uk.lproj/Localizable.strings @@ -392,7 +392,7 @@ "fxa.signin.qr-link-instruction" = "На своєму комп'ютері відкрийте Firefox і перейдіть до firefox.com/pair"; /* FxA sign in view qr code scan button */ -"fxa.signin.ready-to-scan" = "Готові сканувати"; +"fxa.signin.ready-to-scan" = "Сканувати"; /* FxA sign in view email login button */ "fxa.signin.use-email-instead" = "Використати е-пошту"; @@ -1316,7 +1316,7 @@ "Settings.Home.Option.Wallpaper.LimitedEdition.Default.Description.v106" = "Спробуйте нову колекцію."; /* In the settings menu, on the Firefox wallpaper customization screen, this is the description of the group of wallpapers that are seasonally available to the user. */ -"Settings.Home.Option.Wallpaper.LimitedEdition.IndependentVoices.Description.v106" = "Нова колекція Незалежні Голоси."; +"Settings.Home.Option.Wallpaper.LimitedEdition.IndependentVoices.Description.v106" = "Нова збірка \"Незалежні голоси\"."; /* In the settings menu, on the Firefox wallpaper customization screen, this is the title of the group of wallpapers that are seasonally available to the user. */ "Settings.Home.Option.Wallpaper.LimitedEdition.Title.v106" = "Обмежений випуск"; @@ -1601,7 +1601,7 @@ "Show Tour" = "Показати знайомство"; /* Accessibility Label for the tab toolbar Stop button */ -"Stop" = "Стоп"; +"Stop" = "Зупинити"; /* Support section title */ "Support" = "Підтримка"; diff --git a/firefox-ios/Shared/vi.lproj/Menu.strings b/firefox-ios/Shared/vi.lproj/Menu.strings index f2309ff29906..c66c70acb955 100644 --- a/firefox-ios/Shared/vi.lproj/Menu.strings +++ b/firefox-ios/Shared/vi.lproj/Menu.strings @@ -41,7 +41,7 @@ "Menu.SharePageAction.Title" = "Chia sẻ trang với…"; /* Label for the button, displayed in the menu, used to request the desktop version of the current website. */ -"Menu.ViewDekstopSiteAction.Title" = "Yêu cầu trang web trên máy tính"; +"Menu.ViewDekstopSiteAction.Title" = "Yêu cầu trang web cho máy tính"; /* Label for the button, displayed in the menu, used to request the mobile version of the current website. */ "Menu.ViewMobileSiteAction.Title" = "Yêu cầu trang web di động";