Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <marino@marinofaggiana.com>2022-10-27 18:46:07 +0300
committerMarino Faggiana <marino@marinofaggiana.com>2022-10-27 18:46:07 +0300
commitb33d63ad5762f4e86c059dc60f73534c1aee28bc (patch)
tree6192fb21edbf1deaf66ece3ca9fd8860fa6fb6a6
parent78e1846756d6b3a98063c36baec538b94bbbe308 (diff)
update intent localization
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
-rw-r--r--Nextcloud.xcodeproj/project.pbxproj86
-rw-r--r--Widget/Intent/Base.lproj/Intent.intentdefinition60
-rw-r--r--Widget/Intent/ca.lproj/Intent.strings30
-rw-r--r--Widget/Intent/cs-CZ.lproj/Intent.strings30
-rw-r--r--Widget/Intent/da.lproj/Intent.strings30
-rw-r--r--Widget/Intent/de.lproj/Intent.strings30
-rw-r--r--Widget/Intent/en-GB.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-419.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-CL.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-CO.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-CR.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-DO.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-EC.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-GT.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-HN.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-MX.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-NI.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-PA.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-PE.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-PR.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-PY.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-SV.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es-UY.lproj/Intent.strings30
-rw-r--r--Widget/Intent/es.lproj/Intent.strings30
-rw-r--r--Widget/Intent/eu.lproj/Intent.strings30
-rw-r--r--Widget/Intent/fr.lproj/Intent.strings30
-rw-r--r--Widget/Intent/gl.lproj/Intent.strings30
-rw-r--r--Widget/Intent/hu.lproj/Intent.strings30
-rw-r--r--Widget/Intent/is.lproj/Intent.strings30
-rw-r--r--Widget/Intent/it.lproj/Intent.strings30
-rw-r--r--Widget/Intent/ja-JP.lproj/Intent.strings30
-rw-r--r--Widget/Intent/ka-GE.lproj/Intent.strings30
-rw-r--r--Widget/Intent/ko.lproj/Intent.strings30
-rw-r--r--Widget/Intent/nb-NO.lproj/Intent.strings30
-rw-r--r--Widget/Intent/nl.lproj/Intent.strings30
-rw-r--r--Widget/Intent/pl.lproj/Intent.strings30
-rw-r--r--Widget/Intent/pt-BR.lproj/Intent.strings30
-rw-r--r--Widget/Intent/pt-PT.lproj/Intent.strings30
-rw-r--r--Widget/Intent/ru.lproj/Intent.strings30
-rw-r--r--Widget/Intent/sk-SK.lproj/Intent.strings30
-rw-r--r--Widget/Intent/sr.lproj/Intent.strings30
-rw-r--r--Widget/Intent/sv.lproj/Intent.strings30
-rw-r--r--Widget/Intent/tr.lproj/Intent.strings30
-rw-r--r--Widget/Intent/zh-Hans.lproj/Intent.strings30
-rw-r--r--Widget/Intent/zh-Hant-TW.lproj/Intent.strings30
45 files changed, 1376 insertions, 60 deletions
diff --git a/Nextcloud.xcodeproj/project.pbxproj b/Nextcloud.xcodeproj/project.pbxproj
index b9ca1bddb..f974c60a4 100644
--- a/Nextcloud.xcodeproj/project.pbxproj
+++ b/Nextcloud.xcodeproj/project.pbxproj
@@ -1011,6 +1011,49 @@
F7BC287D26663F6C004D46C5 /* NCViewCertificateDetails.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = NCViewCertificateDetails.storyboard; sourceTree = "<group>"; };
F7BC287F26663F85004D46C5 /* NCViewCertificateDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCViewCertificateDetails.swift; sourceTree = "<group>"; };
F7BE7C25290AC8C9002ABB61 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C27290ADEFD002ABB61 /* eu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = eu; path = eu.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C29290ADEFD002ABB61 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C2B290ADEFE002ABB61 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C2D290ADEFF002ABB61 /* cs-CZ */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "cs-CZ"; path = "cs-CZ.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C2F290ADF00002ABB61 /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C31290ADF00002ABB61 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C33290ADF01002ABB61 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C35290ADF03002ABB61 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C37290ADF03002ABB61 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C39290ADF04002ABB61 /* es-UY */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-UY"; path = "es-UY.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C3B290ADF04002ABB61 /* es-PR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PR"; path = "es-PR.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C3D290ADF05002ABB61 /* es-PE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PE"; path = "es-PE.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C3F290ADF06002ABB61 /* es-PY */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PY"; path = "es-PY.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C41290ADF06002ABB61 /* es-PA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-PA"; path = "es-PA.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C43290ADF06002ABB61 /* es-NI */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-NI"; path = "es-NI.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C45290ADF07002ABB61 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C47290ADF07002ABB61 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C49290ADF08002ABB61 /* es-HN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-HN"; path = "es-HN.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C4B290ADF09002ABB61 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C4D290ADF0A002ABB61 /* sr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sr; path = sr.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C4F290ADF0A002ABB61 /* sk-SK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "sk-SK"; path = "sk-SK.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C51290ADF0B002ABB61 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C53290ADF0B002ABB61 /* es-CL */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CL"; path = "es-CL.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C55290ADF0C002ABB61 /* es-CO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CO"; path = "es-CO.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C57290ADF0C002ABB61 /* es-CR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-CR"; path = "es-CR.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C59290ADF0D002ABB61 /* es-DO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-DO"; path = "es-DO.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C5B290ADF0D002ABB61 /* es-EC */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-EC"; path = "es-EC.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C5D290ADF0E002ABB61 /* es-SV */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-SV"; path = "es-SV.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C5F290ADF0E002ABB61 /* es-GT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-GT"; path = "es-GT.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C61290ADF10002ABB61 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C63290ADF10002ABB61 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C65290ADF10002ABB61 /* gl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = gl; path = gl.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C67290ADF11002ABB61 /* ka-GE */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ka-GE"; path = "ka-GE.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C69290ADF11002ABB61 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C6B290ADF12002ABB61 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C6D290ADF12002ABB61 /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C6F290ADF13002ABB61 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C71290ADF13002ABB61 /* ja-JP */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ja-JP"; path = "ja-JP.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C73290ADF14002ABB61 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C75290ADF14002ABB61 /* nb-NO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "nb-NO"; path = "nb-NO.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C77290ADF15002ABB61 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Intent.strings; sourceTree = "<group>"; };
+ F7BE7C79290ADF16002ABB61 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Intent.strings"; sourceTree = "<group>"; };
+ F7BE7C7B290ADF16002ABB61 /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Intent.strings"; sourceTree = "<group>"; };
F7C1EEA425053A9C00866ACC /* NCDataSource.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCDataSource.swift; sourceTree = "<group>"; };
F7C40BE221998C050004137E /* PDFGenerator.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PDFGenerator.framework; path = Carthage/Build/iOS/PDFGenerator.framework; sourceTree = "<group>"; };
F7C40BE421998D5A0004137E /* MGSwipeTableCell.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MGSwipeTableCell.framework; path = Carthage/Build/iOS/MGSwipeTableCell.framework; sourceTree = "<group>"; };
@@ -3158,6 +3201,49 @@
children = (
F75DD768290ABB25002EB562 /* Base */,
F7BE7C25290AC8C9002ABB61 /* en */,
+ F7BE7C27290ADEFD002ABB61 /* eu */,
+ F7BE7C29290ADEFD002ABB61 /* ca */,
+ F7BE7C2B290ADEFE002ABB61 /* zh-Hans */,
+ F7BE7C2D290ADEFF002ABB61 /* cs-CZ */,
+ F7BE7C2F290ADF00002ABB61 /* zh-Hant-TW */,
+ F7BE7C31290ADF00002ABB61 /* nl */,
+ F7BE7C33290ADF01002ABB61 /* da */,
+ F7BE7C35290ADF03002ABB61 /* tr */,
+ F7BE7C37290ADF03002ABB61 /* sv */,
+ F7BE7C39290ADF04002ABB61 /* es-UY */,
+ F7BE7C3B290ADF04002ABB61 /* es-PR */,
+ F7BE7C3D290ADF05002ABB61 /* es-PE */,
+ F7BE7C3F290ADF06002ABB61 /* es-PY */,
+ F7BE7C41290ADF06002ABB61 /* es-PA */,
+ F7BE7C43290ADF06002ABB61 /* es-NI */,
+ F7BE7C45290ADF07002ABB61 /* es-MX */,
+ F7BE7C47290ADF07002ABB61 /* es-419 */,
+ F7BE7C49290ADF08002ABB61 /* es-HN */,
+ F7BE7C4B290ADF09002ABB61 /* ru */,
+ F7BE7C4D290ADF0A002ABB61 /* sr */,
+ F7BE7C4F290ADF0A002ABB61 /* sk-SK */,
+ F7BE7C51290ADF0B002ABB61 /* es */,
+ F7BE7C53290ADF0B002ABB61 /* es-CL */,
+ F7BE7C55290ADF0C002ABB61 /* es-CO */,
+ F7BE7C57290ADF0C002ABB61 /* es-CR */,
+ F7BE7C59290ADF0D002ABB61 /* es-DO */,
+ F7BE7C5B290ADF0D002ABB61 /* es-EC */,
+ F7BE7C5D290ADF0E002ABB61 /* es-SV */,
+ F7BE7C5F290ADF0E002ABB61 /* es-GT */,
+ F7BE7C61290ADF10002ABB61 /* en-GB */,
+ F7BE7C63290ADF10002ABB61 /* fr */,
+ F7BE7C65290ADF10002ABB61 /* gl */,
+ F7BE7C67290ADF11002ABB61 /* ka-GE */,
+ F7BE7C69290ADF11002ABB61 /* de */,
+ F7BE7C6B290ADF12002ABB61 /* hu */,
+ F7BE7C6D290ADF12002ABB61 /* is */,
+ F7BE7C6F290ADF13002ABB61 /* it */,
+ F7BE7C71290ADF13002ABB61 /* ja-JP */,
+ F7BE7C73290ADF14002ABB61 /* ko */,
+ F7BE7C75290ADF14002ABB61 /* nb-NO */,
+ F7BE7C77290ADF15002ABB61 /* pl */,
+ F7BE7C79290ADF16002ABB61 /* pt-BR */,
+ F7BE7C7B290ADF16002ABB61 /* pt-PT */,
);
name = Intent.intentdefinition;
sourceTree = "<group>";
diff --git a/Widget/Intent/Base.lproj/Intent.intentdefinition b/Widget/Intent/Base.lproj/Intent.intentdefinition
index 6ecd9254b..683f9259f 100644
--- a/Widget/Intent/Base.lproj/Intent.intentdefinition
+++ b/Widget/Intent/Base.lproj/Intent.intentdefinition
@@ -62,26 +62,6 @@
<key>INIntentParameterPromptDialogType</key>
<string>Primary</string>
</dict>
- <dict>
- <key>INIntentParameterPromptDialogCustom</key>
- <true/>
- <key>INIntentParameterPromptDialogFormatString</key>
- <string>There are ${count} options matching ‘${accounts}’.</string>
- <key>INIntentParameterPromptDialogFormatStringID</key>
- <string>ObH8NN</string>
- <key>INIntentParameterPromptDialogType</key>
- <string>DisambiguationIntroduction</string>
- </dict>
- <dict>
- <key>INIntentParameterPromptDialogCustom</key>
- <true/>
- <key>INIntentParameterPromptDialogFormatString</key>
- <string>Just to confirm, you wanted ‘${accounts}’?</string>
- <key>INIntentParameterPromptDialogFormatStringID</key>
- <string>q5lvSu</string>
- <key>INIntentParameterPromptDialogType</key>
- <string>Confirmation</string>
- </dict>
</array>
<key>INIntentParameterSupportsDynamicEnumeration</key>
<true/>
@@ -162,26 +142,6 @@
<key>INIntentParameterPromptDialogType</key>
<string>Primary</string>
</dict>
- <dict>
- <key>INIntentParameterPromptDialogCustom</key>
- <true/>
- <key>INIntentParameterPromptDialogFormatString</key>
- <string>There are ${count} options matching ‘${accounts}’.</string>
- <key>INIntentParameterPromptDialogFormatStringID</key>
- <string>296XDb</string>
- <key>INIntentParameterPromptDialogType</key>
- <string>DisambiguationIntroduction</string>
- </dict>
- <dict>
- <key>INIntentParameterPromptDialogCustom</key>
- <true/>
- <key>INIntentParameterPromptDialogFormatString</key>
- <string>Just to confirm, you wanted ‘${accounts}’?</string>
- <key>INIntentParameterPromptDialogFormatStringID</key>
- <string>TVGjNQ</string>
- <key>INIntentParameterPromptDialogType</key>
- <string>Confirmation</string>
- </dict>
</array>
<key>INIntentParameterSupportsDynamicEnumeration</key>
<true/>
@@ -219,26 +179,6 @@
<key>INIntentParameterPromptDialogType</key>
<string>Primary</string>
</dict>
- <dict>
- <key>INIntentParameterPromptDialogCustom</key>
- <true/>
- <key>INIntentParameterPromptDialogFormatString</key>
- <string>There are ${count} options matching ‘${applications}’.</string>
- <key>INIntentParameterPromptDialogFormatStringID</key>
- <string>XjFf0X</string>
- <key>INIntentParameterPromptDialogType</key>
- <string>DisambiguationIntroduction</string>
- </dict>
- <dict>
- <key>INIntentParameterPromptDialogCustom</key>
- <true/>
- <key>INIntentParameterPromptDialogFormatString</key>
- <string>Just to confirm, you wanted ‘${applications}’?</string>
- <key>INIntentParameterPromptDialogFormatStringID</key>
- <string>Am6y6p</string>
- <key>INIntentParameterPromptDialogType</key>
- <string>Confirmation</string>
- </dict>
</array>
<key>INIntentParameterSupportsDynamicEnumeration</key>
<true/>
diff --git a/Widget/Intent/ca.lproj/Intent.strings b/Widget/Intent/ca.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/ca.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/cs-CZ.lproj/Intent.strings b/Widget/Intent/cs-CZ.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/cs-CZ.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/da.lproj/Intent.strings b/Widget/Intent/da.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/da.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/de.lproj/Intent.strings b/Widget/Intent/de.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/de.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/en-GB.lproj/Intent.strings b/Widget/Intent/en-GB.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/en-GB.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-419.lproj/Intent.strings b/Widget/Intent/es-419.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-419.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-CL.lproj/Intent.strings b/Widget/Intent/es-CL.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-CL.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-CO.lproj/Intent.strings b/Widget/Intent/es-CO.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-CO.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-CR.lproj/Intent.strings b/Widget/Intent/es-CR.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-CR.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-DO.lproj/Intent.strings b/Widget/Intent/es-DO.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-DO.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-EC.lproj/Intent.strings b/Widget/Intent/es-EC.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-EC.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-GT.lproj/Intent.strings b/Widget/Intent/es-GT.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-GT.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-HN.lproj/Intent.strings b/Widget/Intent/es-HN.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-HN.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-MX.lproj/Intent.strings b/Widget/Intent/es-MX.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-MX.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-NI.lproj/Intent.strings b/Widget/Intent/es-NI.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-NI.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-PA.lproj/Intent.strings b/Widget/Intent/es-PA.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-PA.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-PE.lproj/Intent.strings b/Widget/Intent/es-PE.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-PE.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-PR.lproj/Intent.strings b/Widget/Intent/es-PR.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-PR.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-PY.lproj/Intent.strings b/Widget/Intent/es-PY.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-PY.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-SV.lproj/Intent.strings b/Widget/Intent/es-SV.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-SV.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es-UY.lproj/Intent.strings b/Widget/Intent/es-UY.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es-UY.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/es.lproj/Intent.strings b/Widget/Intent/es.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/es.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/eu.lproj/Intent.strings b/Widget/Intent/eu.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/eu.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/fr.lproj/Intent.strings b/Widget/Intent/fr.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/fr.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/gl.lproj/Intent.strings b/Widget/Intent/gl.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/gl.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/hu.lproj/Intent.strings b/Widget/Intent/hu.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/hu.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/is.lproj/Intent.strings b/Widget/Intent/is.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/is.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/it.lproj/Intent.strings b/Widget/Intent/it.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/it.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/ja-JP.lproj/Intent.strings b/Widget/Intent/ja-JP.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/ja-JP.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/ka-GE.lproj/Intent.strings b/Widget/Intent/ka-GE.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/ka-GE.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/ko.lproj/Intent.strings b/Widget/Intent/ko.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/ko.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/nb-NO.lproj/Intent.strings b/Widget/Intent/nb-NO.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/nb-NO.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/nl.lproj/Intent.strings b/Widget/Intent/nl.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/nl.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/pl.lproj/Intent.strings b/Widget/Intent/pl.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/pl.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/pt-BR.lproj/Intent.strings b/Widget/Intent/pt-BR.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/pt-BR.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/pt-PT.lproj/Intent.strings b/Widget/Intent/pt-PT.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/pt-PT.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/ru.lproj/Intent.strings b/Widget/Intent/ru.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/ru.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/sk-SK.lproj/Intent.strings b/Widget/Intent/sk-SK.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/sk-SK.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/sr.lproj/Intent.strings b/Widget/Intent/sr.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/sr.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/sv.lproj/Intent.strings b/Widget/Intent/sv.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/sv.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/tr.lproj/Intent.strings b/Widget/Intent/tr.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/tr.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/zh-Hans.lproj/Intent.strings b/Widget/Intent/zh-Hans.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/zh-Hans.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+
diff --git a/Widget/Intent/zh-Hant-TW.lproj/Intent.strings b/Widget/Intent/zh-Hant-TW.lproj/Intent.strings
new file mode 100644
index 000000000..c23b077d5
--- /dev/null
+++ b/Widget/Intent/zh-Hant-TW.lproj/Intent.strings
@@ -0,0 +1,30 @@
+"13zjVT" = "Account";
+
+"296XDb" = "There are ${count} options matching ‘${accounts}’.";
+
+"Am6y6p" = "Just to confirm, you wanted ‘${applications}’?";
+
+"CAIVXf" = "Applications";
+
+"DN8Bxl" = "Account";
+
+"LIw8E9" = "Widget";
+
+"NO1rJU" = "Dashboard";
+
+"ObH8NN" = "There are ${count} options matching ‘${accounts}’.";
+
+"TVGjNQ" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"V3exc2" = "Account";
+
+"VfbA9C" = "Account";
+
+"XjFf0X" = "There are ${count} options matching ‘${applications}’.";
+
+"ZgvlYN" = "Dashboard Widget";
+
+"q5lvSu" = "Just to confirm, you wanted ‘${accounts}’?";
+
+"tAlZ1R" = "Accounts";
+