From 288118db687f628a84c08c37ed308b1fde3ee023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Buczek?= Date: Wed, 23 Jun 2021 16:28:02 +0200 Subject: [PATCH] Localize BrowserIntents --- Client.xcodeproj/project.pbxproj | 59 ++++++++++++++--- .../BrowserIntents.intentdefinition | 0 .../Shortcuts/de.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/es.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/fr.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../id-ID.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/it.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/ja.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../ko-KR.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/ms.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/nb.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/pl.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../pt-BR.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/ru.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/sv.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/tr.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/uk.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../zh-TW.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ .../Shortcuts/zh.lproj/BrowserIntents.strings | 66 +++++++++++++++++++ 19 files changed, 1172 insertions(+), 9 deletions(-) rename Client/Application/Shortcuts/{ => Base.lproj}/BrowserIntents.intentdefinition (100%) create mode 100644 Client/Application/Shortcuts/de.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/es.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/fr.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/id-ID.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/it.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/ja.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/ko-KR.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/ms.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/nb.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/pl.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/pt-BR.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/ru.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/sv.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/tr.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/uk.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/zh-TW.lproj/BrowserIntents.strings create mode 100644 Client/Application/Shortcuts/zh.lproj/BrowserIntents.strings diff --git a/Client.xcodeproj/project.pbxproj b/Client.xcodeproj/project.pbxproj index 79484e24f84..b9c70714df7 100644 --- a/Client.xcodeproj/project.pbxproj +++ b/Client.xcodeproj/project.pbxproj @@ -432,9 +432,7 @@ 2F26C438267B9F0D00E5AD60 /* BlockSummaryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F26C437267B9F0D00E5AD60 /* BlockSummaryTests.swift */; }; 2F26C43A267B9F9400E5AD60 /* blocking-summary-test.json in Resources */ = {isa = PBXBuildFile; fileRef = 2F26C439267B9F9400E5AD60 /* blocking-summary-test.json */; }; 2F29FB8B267BE06100B0AD6A /* Model.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 2F29FB7E267BE06100B0AD6A /* Model.xcdatamodeld */; }; - 2F2C3549261D10AE00631310 /* OpenWebsiteIntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F693223260D218900ECEB38 /* OpenWebsiteIntentHandler.swift */; }; 2F2C3549261D10AE00631310 /* CustomIntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F693223260D218900ECEB38 /* CustomIntentHandler.swift */; }; - 2F2C3572261D10FA00631310 /* BrowserIntents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 2F67701C260BE2D10048A1DB /* BrowserIntents.intentdefinition */; }; 2F2C35A6261DF41100631310 /* CustomIntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F693223260D218900ECEB38 /* CustomIntentHandler.swift */; }; 2F44FA1B1A9D426A00FD20CC /* TestHashExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F44FA1A1A9D426A00FD20CC /* TestHashExtensions.swift */; }; 2F44FB2D1A9D5D8500FD20CC /* FiraSans-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E4B7B7421A793CF20022C5E0 /* FiraSans-BoldItalic.ttf */; }; @@ -448,13 +446,12 @@ 2F5893C5265ED772002323D9 /* BrowserViewController+ProductNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F5893C4265ED772002323D9 /* BrowserViewController+ProductNotification.swift */; }; 2F676F6F260BA1B00048A1DB /* BlockingSummaryDataSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F676F6E260BA1B00048A1DB /* BlockingSummaryDataSource.swift */; }; 2F676FAD260BA4860048A1DB /* blocking-summary.json in Resources */ = {isa = PBXBuildFile; fileRef = 2F676FAC260BA4860048A1DB /* blocking-summary.json */; }; - 2F67701D260BE2D10048A1DB /* BrowserIntents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 2F67701C260BE2D10048A1DB /* BrowserIntents.intentdefinition */; }; 2F6931B7260CFB3700ECEB38 /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F6931B6260CFB3700ECEB38 /* IntentHandler.swift */; }; 2F6931BB260CFB3700ECEB38 /* BrowserIntents.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 2F6931B4260CFB3700ECEB38 /* BrowserIntents.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; 2F697F7E1A9FD22D009E03AE /* SearchEnginesTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F697F7D1A9FD22D009E03AE /* SearchEnginesTests.swift */; }; + 2F91AFD325FFA830002DBC4A /* ActivityShortcutManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F91AFD225FFA830002DBC4A /* ActivityShortcutManager.swift */; }; 2F9311D52665883400C6B74D /* DataSaved.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F9311D42665883400C6B74D /* DataSaved.swift */; }; 2F9311DA266698E600C6B74D /* DataSavedTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F9311D8266698E600C6B74D /* DataSavedTests.swift */; }; - 2F91AFD325FFA830002DBC4A /* ActivityShortcutManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F91AFD225FFA830002DBC4A /* ActivityShortcutManager.swift */; }; 2FA01E2825F29B0900103D67 /* BenchmarkTierTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FA01E2725F29B0900103D67 /* BenchmarkTierTests.swift */; }; 2FA01E5D25F2C93800103D67 /* ShieldsActivityItemSourceProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FA01E5C25F2C93800103D67 /* ShieldsActivityItemSourceProvider.swift */; }; 2FCAE2251ABB51F800877008 /* Storage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2FCAE21A1ABB51F800877008 /* Storage.framework */; }; @@ -665,6 +662,8 @@ 44331DDC22561F34007E3E93 /* ToolbarUrlActionsDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44331DDB22561F34007E3E93 /* ToolbarUrlActionsDelegate.swift */; }; 4452CAF0255412800053EFE6 /* DefaultBrowserIntroCalloutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4452CAEF255412800053EFE6 /* DefaultBrowserIntroCalloutViewController.swift */; }; 44994DBA2649B137000CC166 /* leaf.cer in Resources */ = {isa = PBXBuildFile; fileRef = 44994DB92649B136000CC166 /* leaf.cer */; }; + 44C42CF6268378B1009572D7 /* BrowserIntents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 44C42CF9268378B1009572D7 /* BrowserIntents.intentdefinition */; }; + 44C42CF7268378B1009572D7 /* BrowserIntents.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = 44C42CF9268378B1009572D7 /* BrowserIntents.intentdefinition */; }; 44FA2F3021F8DB1000EFA86A /* DataPreferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44FA2F2F21F8DB1000EFA86A /* DataPreferences.swift */; }; 592F521E2217327C0078395E /* HttpCookieExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 592F521D2217327B0078395E /* HttpCookieExtension.swift */; }; 59350AFB22612D95004D7445 /* DisplayTextFieldTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59350AFA22612D95004D7445 /* DisplayTextFieldTest.swift */; }; @@ -1936,7 +1935,6 @@ 2F5893C4265ED772002323D9 /* BrowserViewController+ProductNotification.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "BrowserViewController+ProductNotification.swift"; sourceTree = ""; }; 2F676F6E260BA1B00048A1DB /* BlockingSummaryDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockingSummaryDataSource.swift; sourceTree = ""; }; 2F676FAC260BA4860048A1DB /* blocking-summary.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "blocking-summary.json"; sourceTree = ""; }; - 2F67701C260BE2D10048A1DB /* BrowserIntents.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = BrowserIntents.intentdefinition; sourceTree = ""; }; 2F6931B4260CFB3700ECEB38 /* BrowserIntents.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = BrowserIntents.appex; sourceTree = BUILT_PRODUCTS_DIR; }; 2F6931B6260CFB3700ECEB38 /* IntentHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentHandler.swift; sourceTree = ""; }; 2F6931B8260CFB3700ECEB38 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -1949,9 +1947,9 @@ 2F693223260D218900ECEB38 /* CustomIntentHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomIntentHandler.swift; sourceTree = ""; }; 2F697F7D1A9FD22D009E03AE /* SearchEnginesTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchEnginesTests.swift; sourceTree = ""; }; 2F84BCF8267BE0A100850801 /* Model13.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model13.xcdatamodel; sourceTree = ""; }; + 2F91AFD225FFA830002DBC4A /* ActivityShortcutManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityShortcutManager.swift; sourceTree = ""; }; 2F9311D42665883400C6B74D /* DataSaved.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSaved.swift; sourceTree = ""; }; 2F9311D8266698E600C6B74D /* DataSavedTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSavedTests.swift; sourceTree = ""; }; - 2F91AFD225FFA830002DBC4A /* ActivityShortcutManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActivityShortcutManager.swift; sourceTree = ""; }; 2FA01E2725F29B0900103D67 /* BenchmarkTierTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BenchmarkTierTests.swift; sourceTree = ""; }; 2FA01E5C25F2C93800103D67 /* ShieldsActivityItemSourceProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShieldsActivityItemSourceProvider.swift; sourceTree = ""; }; 2FCAE21A1ABB51F800877008 /* Storage.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Storage.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -2175,6 +2173,24 @@ 4484BAF02654227A0099A205 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/InfoPlist.strings; sourceTree = ""; }; 4484BAF12654227A0099A205 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = ""; }; 44994DB92649B136000CC166 /* leaf.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = leaf.cer; sourceTree = ""; }; + 44C42CF8268378B1009572D7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; name = Base; path = Base.lproj/BrowserIntents.intentdefinition; sourceTree = ""; }; + 44C42D0626837935009572D7 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D0826837990009572D7 /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh; path = zh.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D0A26837993009572D7 /* zh-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-TW"; path = "zh-TW.lproj/BrowserIntents.strings"; sourceTree = ""; }; + 44C42D0C2683799D009572D7 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D0E268379A3009572D7 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D10268379B4009572D7 /* id-ID */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "id-ID"; path = "id-ID.lproj/BrowserIntents.strings"; sourceTree = ""; }; + 44C42D12268379B9009572D7 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D14268379C0009572D7 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D16268379D0009572D7 /* ko-KR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ko-KR"; path = "ko-KR.lproj/BrowserIntents.strings"; sourceTree = ""; }; + 44C42D18268379D7009572D7 /* ms */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ms; path = ms.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D1A268379DE009572D7 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D1C26837A0A009572D7 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/BrowserIntents.strings"; sourceTree = ""; }; + 44C42D1E26837A10009572D7 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D2026837A16009572D7 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D2226837A1B009572D7 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D2426837A21009572D7 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/BrowserIntents.strings; sourceTree = ""; }; + 44C42D2626837A30009572D7 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/BrowserIntents.strings; sourceTree = ""; }; 44FA2F2F21F8DB1000EFA86A /* DataPreferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataPreferences.swift; sourceTree = ""; }; 5902D2FF22DCD681002232FB /* zh */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh; path = zh.lproj/BraveShared.strings; sourceTree = ""; }; 590913E223268115004625FA /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; @@ -4063,7 +4079,7 @@ children = ( 2F91AFD225FFA830002DBC4A /* ActivityShortcutManager.swift */, 2F693223260D218900ECEB38 /* CustomIntentHandler.swift */, - 2F67701C260BE2D10048A1DB /* BrowserIntents.intentdefinition */, + 44C42CF9268378B1009572D7 /* BrowserIntents.intentdefinition */, ); path = Shortcuts; sourceTree = ""; @@ -6758,7 +6774,7 @@ buildActionMask = 2147483647; files = ( 2F2C3549261D10AE00631310 /* CustomIntentHandler.swift in Sources */, - 2F2C3572261D10FA00631310 /* BrowserIntents.intentdefinition in Sources */, + 44C42CF7268378B1009572D7 /* BrowserIntents.intentdefinition in Sources */, 2F6931B7260CFB3700ECEB38 /* IntentHandler.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -7161,7 +7177,7 @@ 2FF0EDB325BA19E9004B18E2 /* SearchQuickEnginesViewController.swift in Sources */, 0A5CBD3423D4677100362CC8 /* NTPLearnMoreViewController.swift in Sources */, F35B8D2F1D638408008E3D61 /* SessionRestoreHandler.swift in Sources */, - 2F67701D260BE2D10048A1DB /* BrowserIntents.intentdefinition in Sources */, + 44C42CF6268378B1009572D7 /* BrowserIntents.intentdefinition in Sources */, 27201EF924535A9500C19DD1 /* NewTabCollectionViewCell.swift in Sources */, 4422D4C621BFFB7600BF1855 /* env_posix.cc in Sources */, D0625CA8208FC47A0081F3B2 /* BrowserViewController+DownloadQueueDelegate.swift in Sources */, @@ -7601,6 +7617,31 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ + 44C42CF9268378B1009572D7 /* BrowserIntents.intentdefinition */ = { + isa = PBXVariantGroup; + children = ( + 44C42CF8268378B1009572D7 /* Base */, + 44C42D0626837935009572D7 /* pl */, + 44C42D0826837990009572D7 /* zh */, + 44C42D0A26837993009572D7 /* zh-TW */, + 44C42D0C2683799D009572D7 /* fr */, + 44C42D0E268379A3009572D7 /* de */, + 44C42D10268379B4009572D7 /* id-ID */, + 44C42D12268379B9009572D7 /* it */, + 44C42D14268379C0009572D7 /* ja */, + 44C42D16268379D0009572D7 /* ko-KR */, + 44C42D18268379D7009572D7 /* ms */, + 44C42D1A268379DE009572D7 /* nb */, + 44C42D1C26837A0A009572D7 /* pt-BR */, + 44C42D1E26837A10009572D7 /* ru */, + 44C42D2026837A16009572D7 /* es */, + 44C42D2226837A1B009572D7 /* sv */, + 44C42D2426837A21009572D7 /* tr */, + 44C42D2626837A30009572D7 /* uk */, + ); + name = BrowserIntents.intentdefinition; + sourceTree = ""; + }; 59B6912121B695A400E9388E /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( diff --git a/Client/Application/Shortcuts/BrowserIntents.intentdefinition b/Client/Application/Shortcuts/Base.lproj/BrowserIntents.intentdefinition similarity index 100% rename from Client/Application/Shortcuts/BrowserIntents.intentdefinition rename to Client/Application/Shortcuts/Base.lproj/BrowserIntents.intentdefinition diff --git a/Client/Application/Shortcuts/de.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/de.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/de.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/es.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/es.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/es.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/fr.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/fr.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/fr.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/id-ID.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/id-ID.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/id-ID.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/it.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/it.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/it.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/ja.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/ja.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/ja.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/ko-KR.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/ko-KR.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/ko-KR.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/ms.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/ms.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/ms.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/nb.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/nb.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/nb.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/pl.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/pl.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/pl.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/pt-BR.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/pt-BR.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/pt-BR.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/ru.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/ru.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/ru.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/sv.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/sv.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/sv.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/tr.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/tr.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/tr.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/uk.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/uk.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/uk.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/zh-TW.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/zh-TW.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/zh-TW.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; + diff --git a/Client/Application/Shortcuts/zh.lproj/BrowserIntents.strings b/Client/Application/Shortcuts/zh.lproj/BrowserIntents.strings new file mode 100644 index 00000000000..56bc9a3138c --- /dev/null +++ b/Client/Application/Shortcuts/zh.lproj/BrowserIntents.strings @@ -0,0 +1,66 @@ +"0Lu6sT" = "Can't Open ${websiteURL} in a new tab."; + +"1QT5y6" = "Open a Website"; + +"1n1yx4" = "Can't Open ${websiteURL} in a new tab."; + +"3oC6Qm" = "Open a Website in New Tab"; + +"4HScaO" = "Website URL"; + +"9iPSKS" = "Open a Website from Bookmarks"; + +"Gn4uX0" = "Website URL"; + +"HN8elO" = "Open History Website"; + +"LHHK1N" = "This will open ${websiteURL} in a new tab."; + +"Lr38ve" = "${websiteURL}"; + +"MISOeA" = "Open from History"; + +"Paq749" = "Website URL"; + +"UmKnv3" = "Can't Open ${websiteURL} in a new tab."; + +"VgH3NH" = "Open Bookmark Website"; + +"Wh3wb1" = "Open Website"; + +"WiB0aJ" = "Website URL"; + +"Xx8bbW" = "Website URL"; + +"YCxX7a" = "${websiteURL}"; + +"ZgJKfY" = "This will open ${websiteURL}from Bookmarks."; + +"azhMra" = "Open ${websiteURL}in a New Tab"; + +"c9NKFJ" = "Can't Open ${websiteURL} in a new tab."; + +"cSYAYC" = "This will open ${websiteURL} from History."; + +"cvU2lS" = "Open a Website from History"; + +"dk8p9b" = "Website URL"; + +"iLL70C" = "${websiteURL}"; + +"p3NuX2" = "Can't Open ${websiteURL} in a new tab."; + +"pvi3Ug" = "This will open ${websiteURL}from Bookmarks."; + +"qkzovY" = "Open a website in a new Tab"; + +"t7aARA" = "Can't Open ${websiteURL} in a new tab."; + +"uT0Oi7" = "This will open ${websiteURL} in a new tab."; + +"wZqW4o" = "This will open ${websiteURL} from History."; + +"xgP5Po" = "using website"; + +"ycaNZf" = "Open from Bookmarks"; +