From 9a03ce61b22b6849b72576762cf8b1b17c34e474 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Wed, 4 Jan 2023 12:42:23 +0800 Subject: [PATCH] Adds en-gb localisation --- Mac/Base.lproj/Preferences.storyboard | 34 +- Mac/Resources/en-GB.lproj/Localizable.strings | 4 +- .../SafariExtensionViewController.strings | 2 +- .../en-GB.lproj/ShareViewController.strings | 14 +- Mac/en-GB.lproj/AddFolderSheet.strings | 12 +- Mac/en-GB.lproj/AddRedditFeedSheet.strings | 56 +-- Mac/en-GB.lproj/AddTwitterFeedSheet.strings | 26 +- Mac/en-GB.lproj/AddWebFeedSheet.strings | 14 +- Mac/en-GB.lproj/Main.strings | 398 +++++++++--------- Mac/en-GB.lproj/MainWindow.strings | 24 +- Mac/en-GB.lproj/Preferences.strings | 64 +-- Mac/en-GB.lproj/RenameSheet.strings | 8 +- NetNewsWire.xcodeproj/project.pbxproj | 41 ++ .../Resources/en-GB.lproj/Localizable.strings | 70 +-- iOS/Intents/en-GB.lproj/Intents.strings | 39 +- iOS/Resources/en-GB.lproj/Localizable.strings | 8 +- iOS/en-GB.lproj/LaunchScreenPad.strings | 2 +- iOS/en-GB.lproj/LaunchScreenPhone.strings | 2 +- iOS/en-GB.lproj/Main.strings | 30 +- 19 files changed, 461 insertions(+), 387 deletions(-) diff --git a/Mac/Base.lproj/Preferences.storyboard b/Mac/Base.lproj/Preferences.storyboard index 01ef45743..f7f2b1682 100644 --- a/Mac/Base.lproj/Preferences.storyboard +++ b/Mac/Base.lproj/Preferences.storyboard @@ -1,8 +1,8 @@ - + - + @@ -495,16 +495,16 @@ - + - + - + - + @@ -527,7 +527,7 @@ - + @@ -611,7 +611,7 @@ - + @@ -666,16 +666,16 @@ - + - + - + - + @@ -698,7 +698,7 @@ - + @@ -778,7 +778,7 @@ - + @@ -813,8 +813,8 @@ - - - + + + diff --git a/Mac/Resources/en-GB.lproj/Localizable.strings b/Mac/Resources/en-GB.lproj/Localizable.strings index bdf931502..ce87116b0 100644 --- a/Mac/Resources/en-GB.lproj/Localizable.strings +++ b/Mac/Resources/en-GB.lproj/Localizable.strings @@ -47,7 +47,7 @@ "alert.error.theme-value-missing.%@" = "This theme cannot be used because the the value—“%@”—is not found in the Info.plist."; /* The account type in invalid. */ -"alert.error.unrecognized-account" = "The account type is not recognized."; +"alert.error.unrecognized-account" = "The account type is not recognised."; /* Error message: The user must provide a username and password. */ "alert.error.username-and-password-required" = "A username and password are required."; @@ -102,7 +102,7 @@ "alert.message.feed-not-found" = "Can’t add a feed because no feed was found."; /* A web browser will open the Feedly login for you to authorize access. */ -"alert.message.feedly-web-browser-information" = "A web browser will open the Feedly login for you to authorize access."; +"alert.message.feedly-web-browser-information" = "A web browser will open the Feedly login for you to authorise access."; /* The theme “%@” has been installed. */ "alert.message.theme-installed.%@" = "The theme “%@” has been installed."; diff --git a/Mac/SafariExtension/en-GB.lproj/SafariExtensionViewController.strings b/Mac/SafariExtension/en-GB.lproj/SafariExtensionViewController.strings index 8741abee3..1efba9052 100644 --- a/Mac/SafariExtension/en-GB.lproj/SafariExtensionViewController.strings +++ b/Mac/SafariExtension/en-GB.lproj/SafariExtensionViewController.strings @@ -1,3 +1,3 @@ - /* Class = "NSTextFieldCell"; title = "Subscribe to Feed"; ObjectID = "2Ec-kd-q2K"; */ "2Ec-kd-q2K.title" = "Subscribe to Feed"; + diff --git a/Mac/ShareExtension/en-GB.lproj/ShareViewController.strings b/Mac/ShareExtension/en-GB.lproj/ShareViewController.strings index 76c6dfeb1..ef5991302 100644 --- a/Mac/ShareExtension/en-GB.lproj/ShareViewController.strings +++ b/Mac/ShareExtension/en-GB.lproj/ShareViewController.strings @@ -1,7 +1,3 @@ - -/* Class = "NSTextFieldCell"; placeholderString = "Optional"; ObjectID = "27c-xz-zoJ"; */ -"27c-xz-zoJ.placeholderString" = "Optional"; - /* Class = "NSButtonCell"; title = "Send"; ObjectID = "2l4-PO-we5"; */ "2l4-PO-we5.title" = "Send"; @@ -11,17 +7,21 @@ /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6Up-t3-mwm"; */ "6Up-t3-mwm.title" = "Cancel"; +/* Class = "NSTextFieldCell"; placeholderString = "Optional"; ObjectID = "27c-xz-zoJ"; */ +"27c-xz-zoJ.placeholderString" = "Optional"; + /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "Djb-KO-yjg"; */ "Djb-KO-yjg.title" = "Item 3"; -/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "Piv-xr-hYI"; */ -"Piv-xr-hYI.title" = "Name:"; - /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "jf0-bY-EUJ"; */ "jf0-bY-EUJ.title" = "Item 2"; +/* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "Piv-xr-hYI"; */ +"Piv-xr-hYI.title" = "Name:"; + /* Class = "NSTextFieldCell"; title = "Folder:"; ObjectID = "qp4-R2-aO5"; */ "qp4-R2-aO5.title" = "Folder:"; /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "wvm-BK-3HS"; */ "wvm-BK-3HS.title" = "Item 1"; + diff --git a/Mac/en-GB.lproj/AddFolderSheet.strings b/Mac/en-GB.lproj/AddFolderSheet.strings index 14fcc1504..dc8434181 100644 --- a/Mac/en-GB.lproj/AddFolderSheet.strings +++ b/Mac/en-GB.lproj/AddFolderSheet.strings @@ -1,4 +1,3 @@ - /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "Aat-NW-hPO"; */ "Aat-NW-hPO.title" = "Item 2"; @@ -8,17 +7,18 @@ /* Class = "NSButtonCell"; title = "Add Folder"; ObjectID = "F5a-Q7-NMn"; */ "F5a-Q7-NMn.title" = "Add Folder"; +/* Class = "NSTextFieldCell"; title = "Folder Name:"; ObjectID = "k8o-om-Rgh"; */ +"k8o-om-Rgh.title" = "Folder Name:"; + /* Class = "NSWindow"; title = "Add Folder"; ObjectID = "QvC-M9-y7g"; */ "QvC-M9-y7g.title" = "Add Folder"; /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "SDZ-cp-t7j"; */ "SDZ-cp-t7j.title" = "Item 1"; +/* Class = "NSTextFieldCell"; title = "Account:"; ObjectID = "t6T-ar-V3d"; */ +"t6T-ar-V3d.title" = "Account:"; + /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "VXk-Yp-k6W"; */ "VXk-Yp-k6W.title" = "Cancel"; -/* Class = "NSTextFieldCell"; title = "Folder Name:"; ObjectID = "k8o-om-Rgh"; */ -"k8o-om-Rgh.title" = "Folder Name:"; - -/* Class = "NSTextFieldCell"; title = "Account:"; ObjectID = "t6T-ar-V3d"; */ -"t6T-ar-V3d.title" = "Account:"; diff --git a/Mac/en-GB.lproj/AddRedditFeedSheet.strings b/Mac/en-GB.lproj/AddRedditFeedSheet.strings index fba9f01f9..cfce0c88a 100644 --- a/Mac/en-GB.lproj/AddRedditFeedSheet.strings +++ b/Mac/en-GB.lproj/AddRedditFeedSheet.strings @@ -1,10 +1,6 @@ - /* Class = "NSMenuItem"; title = "Subreddit"; ObjectID = "0gG-oY-8yR"; */ "0gG-oY-8yR.title" = "Subreddit"; -/* Class = "NSMenuItem"; title = "Popular"; ObjectID = "177-F8-Esj"; */ -"177-F8-Esj.title" = "Popular"; - /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "5AA-um-oEb"; */ "5AA-um-oEb.title" = "Label"; @@ -14,39 +10,24 @@ /* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "8ca-Qp-BkT"; */ "8ca-Qp-BkT.title" = "Name:"; +/* Class = "NSMenuItem"; title = "Popular"; ObjectID = "177-F8-Esj"; */ +"177-F8-Esj.title" = "Popular"; + /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "APc-af-7Um"; */ "APc-af-7Um.title" = "Item 2"; -/* Class = "NSMenuItem"; title = "All"; ObjectID = "DBZ-RV-FfV"; */ -"DBZ-RV-FfV.title" = "All"; - -/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Dop-HC-6Q9"; */ -"Dop-HC-6Q9.title" = "Cancel"; - -/* Class = "NSMenuItem"; title = "Hot"; ObjectID = "KA5-sN-dho"; */ -"KA5-sN-dho.title" = "Hot"; - -/* Class = "NSTextFieldCell"; title = "Folder:"; ObjectID = "Kwx-7B-CIu"; */ -"Kwx-7B-CIu.title" = "Folder:"; - -/* Class = "NSTextFieldCell"; title = "Account:"; ObjectID = "LFf-JL-Ahl"; */ -"LFf-JL-Ahl.title" = "Account:"; - -/* Class = "NSWindow"; title = "Add Reddit Feed"; ObjectID = "QvC-M9-y7g"; */ -"QvC-M9-y7g.title" = "Add Reddit Feed"; - -/* Class = "NSMenuItem"; title = "u/username"; ObjectID = "Tfk-aQ-RKg"; */ -"Tfk-aQ-RKg.title" = "u/username"; - -/* Class = "NSMenuItem"; title = "Rising"; ObjectID = "XIL-2V-O3A"; */ -"XIL-2V-O3A.title" = "Rising"; - /* Class = "NSMenuItem"; title = "Best"; ObjectID = "aub-jN-9Gq"; */ "aub-jN-9Gq.title" = "Best"; /* Class = "NSTextFieldCell"; title = "Sort:"; ObjectID = "cxl-iF-EB5"; */ "cxl-iF-EB5.title" = "Sort:"; +/* Class = "NSMenuItem"; title = "All"; ObjectID = "DBZ-RV-FfV"; */ +"DBZ-RV-FfV.title" = "All"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Dop-HC-6Q9"; */ +"Dop-HC-6Q9.title" = "Cancel"; + /* Class = "NSMenuItem"; title = "Top"; ObjectID = "fuh-g6-Ro7"; */ "fuh-g6-Ro7.title" = "Top"; @@ -56,23 +37,42 @@ /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "j09-9b-bGs"; */ "j09-9b-bGs.title" = "Item 3"; +/* Class = "NSMenuItem"; title = "Hot"; ObjectID = "KA5-sN-dho"; */ +"KA5-sN-dho.title" = "Hot"; + /* Class = "NSMenuItem"; title = "New"; ObjectID = "kUE-J5-iAE"; */ "kUE-J5-iAE.title" = "New"; +/* Class = "NSTextFieldCell"; title = "Folder:"; ObjectID = "Kwx-7B-CIu"; */ +"Kwx-7B-CIu.title" = "Folder:"; + +/* Class = "NSTextFieldCell"; title = "Account:"; ObjectID = "LFf-JL-Ahl"; */ +"LFf-JL-Ahl.title" = "Account:"; + /* Class = "NSTextFieldCell"; placeholderString = "Optional"; ObjectID = "pLP-pL-5R5"; */ "pLP-pL-5R5.placeholderString" = "Optional"; /* Class = "NSTextFieldCell"; title = "Type:"; ObjectID = "qto-IO-a1j"; */ "qto-IO-a1j.title" = "Type:"; +/* Class = "NSWindow"; title = "Add Reddit Feed"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Add Reddit Feed"; + /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "s6D-9M-HpZ"; */ "s6D-9M-HpZ.title" = "Item 1"; +/* Class = "NSMenuItem"; title = "u/username"; ObjectID = "Tfk-aQ-RKg"; */ +"Tfk-aQ-RKg.title" = "u/username"; + /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "tLJ-zY-CcZ"; */ "tLJ-zY-CcZ.title" = "Item 1"; /* Class = "NSMenuItem"; title = "Home"; ObjectID = "uE6-1a-w5g"; */ "uE6-1a-w5g.title" = "Home"; +/* Class = "NSMenuItem"; title = "Rising"; ObjectID = "XIL-2V-O3A"; */ +"XIL-2V-O3A.title" = "Rising"; + /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "xTm-Qr-PIp"; */ "xTm-Qr-PIp.title" = "Item 2"; + diff --git a/Mac/en-GB.lproj/AddTwitterFeedSheet.strings b/Mac/en-GB.lproj/AddTwitterFeedSheet.strings index 1148b604b..577d4deff 100644 --- a/Mac/en-GB.lproj/AddTwitterFeedSheet.strings +++ b/Mac/en-GB.lproj/AddTwitterFeedSheet.strings @@ -1,10 +1,6 @@ - /* Class = "NSMenuItem"; title = "Search"; ObjectID = "0gG-oY-8yR"; */ "0gG-oY-8yR.title" = "Search"; -/* Class = "NSMenuItem"; title = "Mentions"; ObjectID = "177-F8-Esj"; */ -"177-F8-Esj.title" = "Mentions"; - /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "5AA-um-oEb"; */ "5AA-um-oEb.title" = "Label"; @@ -14,6 +10,9 @@ /* Class = "NSTextFieldCell"; title = "Name:"; ObjectID = "8ca-Qp-BkT"; */ "8ca-Qp-BkT.title" = "Name:"; +/* Class = "NSMenuItem"; title = "Mentions"; ObjectID = "177-F8-Esj"; */ +"177-F8-Esj.title" = "Mentions"; + /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "APc-af-7Um"; */ "APc-af-7Um.title" = "Item 2"; @@ -23,29 +22,30 @@ /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Dop-HC-6Q9"; */ "Dop-HC-6Q9.title" = "Cancel"; +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "j09-9b-bGs"; */ +"j09-9b-bGs.title" = "Item 3"; + /* Class = "NSTextFieldCell"; title = "Folder:"; ObjectID = "Kwx-7B-CIu"; */ "Kwx-7B-CIu.title" = "Folder:"; /* Class = "NSTextFieldCell"; title = "Account:"; ObjectID = "LFf-JL-Ahl"; */ "LFf-JL-Ahl.title" = "Account:"; -/* Class = "NSWindow"; title = "Add Twitter Feed"; ObjectID = "QvC-M9-y7g"; */ -"QvC-M9-y7g.title" = "Add Twitter Feed"; - -/* Class = "NSMenuItem"; title = "@username"; ObjectID = "Tfk-aQ-RKg"; */ -"Tfk-aQ-RKg.title" = "@username"; - -/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "j09-9b-bGs"; */ -"j09-9b-bGs.title" = "Item 3"; - /* Class = "NSTextFieldCell"; placeholderString = "Optional"; ObjectID = "pLP-pL-5R5"; */ "pLP-pL-5R5.placeholderString" = "Optional"; /* Class = "NSTextFieldCell"; title = "Type:"; ObjectID = "qto-IO-a1j"; */ "qto-IO-a1j.title" = "Type:"; +/* Class = "NSWindow"; title = "Add Twitter Feed"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Add Twitter Feed"; + +/* Class = "NSMenuItem"; title = "@username"; ObjectID = "Tfk-aQ-RKg"; */ +"Tfk-aQ-RKg.title" = "@username"; + /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "tLJ-zY-CcZ"; */ "tLJ-zY-CcZ.title" = "Item 1"; /* Class = "NSMenuItem"; title = "Home Timeline"; ObjectID = "uE6-1a-w5g"; */ "uE6-1a-w5g.title" = "Home Timeline"; + diff --git a/Mac/en-GB.lproj/AddWebFeedSheet.strings b/Mac/en-GB.lproj/AddWebFeedSheet.strings index a0a7506ea..f32b38ee0 100644 --- a/Mac/en-GB.lproj/AddWebFeedSheet.strings +++ b/Mac/en-GB.lproj/AddWebFeedSheet.strings @@ -1,4 +1,3 @@ - /* Class = "NSButtonCell"; title = "Add"; ObjectID = "6NK-Ql-drk"; */ "6NK-Ql-drk.title" = "Add"; @@ -14,20 +13,21 @@ /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Dop-HC-6Q9"; */ "Dop-HC-6Q9.title" = "Cancel"; -/* Class = "NSTextFieldCell"; title = "Folder:"; ObjectID = "Kwx-7B-CIu"; */ -"Kwx-7B-CIu.title" = "Folder:"; - -/* Class = "NSWindow"; title = "Add Web Feed"; ObjectID = "QvC-M9-y7g"; */ -"QvC-M9-y7g.title" = "Add Web Feed"; - /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "j09-9b-bGs"; */ "j09-9b-bGs.title" = "Item 3"; +/* Class = "NSTextFieldCell"; title = "Folder:"; ObjectID = "Kwx-7B-CIu"; */ +"Kwx-7B-CIu.title" = "Folder:"; + /* Class = "NSTextFieldCell"; placeholderString = "Optional"; ObjectID = "pLP-pL-5R5"; */ "pLP-pL-5R5.placeholderString" = "Optional"; +/* Class = "NSWindow"; title = "Add Web Feed"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Add Web Feed"; + /* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "tLJ-zY-CcZ"; */ "tLJ-zY-CcZ.title" = "Item 1"; /* Class = "NSButtonCell"; title = "Open Feed Directory"; ObjectID = "wKl-a9-7FY"; */ "wKl-a9-7FY.title" = "Open Feed Directory"; + diff --git a/Mac/en-GB.lproj/Main.strings b/Mac/en-GB.lproj/Main.strings index eba913bad..dcbc55145 100644 --- a/Mac/en-GB.lproj/Main.strings +++ b/Mac/en-GB.lproj/Main.strings @@ -1,18 +1,14 @@ - -/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "1UK-8n-QPP"; */ -"1UK-8n-QPP.title" = "Customize Toolbar…"; - -/* Class = "NSMenuItem"; title = "NetNewsWire"; ObjectID = "1Xt-HY-uBw"; */ -"1Xt-HY-uBw.title" = "NetNewsWire"; - /* Class = "NSMenu"; title = "Find"; ObjectID = "1b7-l0-nxx"; */ "1b7-l0-nxx.title" = "Find"; /* Class = "NSMenuItem"; title = "Check for Updates…"; ObjectID = "1nF-7O-aKU"; */ "1nF-7O-aKU.title" = "Check for Updates…"; -/* Class = "NSMenuItem"; title = "Info"; ObjectID = "24r-2i-fXR"; */ -"24r-2i-fXR.title" = "Info"; +/* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = "1UK-8n-QPP"; */ +"1UK-8n-QPP.title" = "Customize Toolbar…"; + +/* Class = "NSMenuItem"; title = "NetNewsWire"; ObjectID = "1Xt-HY-uBw"; */ +"1Xt-HY-uBw.title" = "NetNewsWire"; /* Class = "NSMenuItem"; title = "Transformations"; ObjectID = "2oI-Rn-ZJC"; */ "2oI-Rn-ZJC.title" = "Transformations"; @@ -23,225 +19,72 @@ /* Class = "NSMenu"; title = "Speech"; ObjectID = "3rS-ZA-NoH"; */ "3rS-ZA-NoH.title" = "Speech"; -/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ -"4EN-yA-p0u.title" = "Find"; - -/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "4J7-dP-txa"; */ -"4J7-dP-txa.title" = "Enter Full Screen"; - /* Class = "NSMenuItem"; title = "Slack Group"; ObjectID = "4eb-qF-n9S"; */ "4eb-qF-n9S.title" = "Slack Group"; +/* Class = "NSMenuItem"; title = "Find"; ObjectID = "4EN-yA-p0u"; */ +"4EN-yA-p0u.title" = "Find"; + /* Class = "NSMenuItem"; title = "Open in Browser"; ObjectID = "4iQ-1v-dTa"; */ "4iQ-1v-dTa.title" = "Open in Browser"; +/* Class = "NSMenuItem"; title = "Enter Full Screen"; ObjectID = "4J7-dP-txa"; */ +"4J7-dP-txa.title" = "Enter Full Screen"; + /* Class = "NSMenuItem"; title = "Quit NetNewsWire"; ObjectID = "4sb-4s-VLi"; */ "4sb-4s-VLi.title" = "Quit NetNewsWire"; -/* Class = "NSMenu"; title = "Article"; ObjectID = "57V-gv-vEw"; */ -"57V-gv-vEw.title" = "Article"; - -/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ -"5QF-Oa-p0T.title" = "Edit"; - /* Class = "NSMenuItem"; title = "About NetNewsWire"; ObjectID = "5kV-Vb-QxS"; */ "5kV-Vb-QxS.title" = "About NetNewsWire"; +/* Class = "NSMenuItem"; title = "Edit"; ObjectID = "5QF-Oa-p0T"; */ +"5QF-Oa-p0T.title" = "Edit"; + /* Class = "NSMenuItem"; title = "Redo"; ObjectID = "6dh-zS-Vam"; */ "6dh-zS-Vam.title" = "Redo"; -/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ -"78Y-hA-62v.title" = "Correct Spelling Automatically"; - -/* Class = "NSMenuItem"; title = "All Unread"; ObjectID = "8ZT-ew-JNc"; */ -"8ZT-ew-JNc.title" = "All Unread"; - /* Class = "NSMenuItem"; title = "Mark Below as Read"; ObjectID = "8lZ-XI-I4y"; */ "8lZ-XI-I4y.title" = "Mark Below as Read"; -/* Class = "NSMenuItem"; title = "Debug Search"; ObjectID = "9Ot-wC-s5U"; */ -"9Ot-wC-s5U.title" = "Debug Search"; +/* Class = "NSMenuItem"; title = "All Unread"; ObjectID = "8ZT-ew-JNc"; */ +"8ZT-ew-JNc.title" = "All Unread"; /* Class = "NSMenuItem"; title = "Substitutions"; ObjectID = "9ic-FL-obx"; */ "9ic-FL-obx.title" = "Substitutions"; +/* Class = "NSMenuItem"; title = "Debug Search"; ObjectID = "9Ot-wC-s5U"; */ +"9Ot-wC-s5U.title" = "Debug Search"; + /* Class = "NSMenuItem"; title = "Smart Copy/Paste"; ObjectID = "9yt-4B-nSM"; */ "9yt-4B-nSM.title" = "Smart Copy/Paste"; -/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ -"AYu-sK-qS6.title" = "Main Menu"; +/* Class = "NSMenuItem"; title = "Info"; ObjectID = "24r-2i-fXR"; */ +"24r-2i-fXR.title" = "Info"; -/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ -"BOF-NM-1cW.title" = "Preferences…"; +/* Class = "NSMenu"; title = "Article"; ObjectID = "57V-gv-vEw"; */ +"57V-gv-vEw.title" = "Article"; -/* Class = "NSMenuItem"; title = "Item"; ObjectID = "CZA-zr-llF"; */ -"CZA-zr-llF.title" = "Item"; - -/* Class = "NSMenuItem"; title = "Close Window"; ObjectID = "DVo-aG-piG"; */ -"DVo-aG-piG.title" = "Close Window"; - -/* Class = "NSMenu"; title = "Share"; ObjectID = "Dbl-YW-bmb"; */ -"Dbl-YW-bmb.title" = "Share"; - -/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ -"Dv1-io-Yv7.title" = "Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Hide Read Feeds"; ObjectID = "E9K-zV-nLv"; */ -"E9K-zV-nLv.title" = "Hide Read Feeds"; - -/* Class = "NSMenuItem"; title = "Open in Browser Inverted"; ObjectID = "EjD-X9-Pjf"; */ -"EjD-X9-Pjf.title" = "Open in Browser Inverted"; - -/* Class = "NSMenuItem"; title = "Enable Web Inspector"; ObjectID = "EwI-z4-ZA3"; */ -"EwI-z4-ZA3.title" = "Enable Web Inspector"; - -/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ -"F2S-fz-NVQ.title" = "Help"; - -/* Class = "NSMenuItem"; title = "NetNewsWire Help"; ObjectID = "FKE-Sm-Kum"; */ -"FKE-Sm-Kum.title" = "NetNewsWire Help"; - -/* Class = "NSMenuItem"; title = "Go"; ObjectID = "FPs-q4-hLT"; */ -"FPs-q4-hLT.title" = "Go"; - -/* Class = "NSMenuItem"; title = "Mark as Read"; ObjectID = "Fc9-c7-2AY"; */ -"Fc9-c7-2AY.title" = "Mark as Read"; - -/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ -"FeM-D8-WVr.title" = "Substitutions"; - -/* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ -"H8h-7b-M4v.title" = "View"; - -/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ -"HFQ-gK-NFA.title" = "Text Replacement"; - -/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ -"HFo-cy-zxI.title" = "Show Spelling and Grammar"; - -/* Class = "NSMenuItem"; title = "Mark All as Read"; ObjectID = "HdN-Ks-cwh"; */ -"HdN-Ks-cwh.title" = "Mark All as Read"; - -/* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ -"HyV-fh-RgO.title" = "View"; - -/* Class = "NSMenuItem"; title = "Clean Up Articles"; ObjectID = "J5h-uQ-57w"; */ -"J5h-uQ-57w.title" = "Clean Up Articles"; - -/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ -"Kd2-mp-pUS.title" = "Show All"; - -/* Class = "NSMenuItem"; title = "Today"; ObjectID = "L20-jv-7c9"; */ -"L20-jv-7c9.title" = "Today"; - -/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ -"LE2-aR-0XJ.title" = "Bring All to Front"; - -/* Class = "NSMenuItem"; title = "Main Window"; ObjectID = "LSZ-ci-Jb5"; */ -"LSZ-ci-Jb5.title" = "Main Window"; - -/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ -"NMo-om-nkz.title" = "Services"; - -/* Class = "NSMenu"; title = "Debug"; ObjectID = "NOT-8E-ykF"; */ -"NOT-8E-ykF.title" = "Debug"; - -/* Class = "NSMenu"; title = "Go"; ObjectID = "NQW-Ph-lw2"; */ -"NQW-Ph-lw2.title" = "Go"; - -/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ -"OY7-WF-poV.title" = "Minimize"; - -/* Class = "NSMenu"; title = "Sort Articles By"; ObjectID = "OlJ-93-6OP"; */ -"OlJ-93-6OP.title" = "Sort Articles By"; - -/* Class = "NSMenuItem"; title = "Hide NetNewsWire"; ObjectID = "Olw-nP-bQN"; */ -"Olw-nP-bQN.title" = "Hide NetNewsWire"; - -/* Class = "NSMenuItem"; title = "Technotes"; ObjectID = "Ou5-Cc-iCb"; */ -"Ou5-Cc-iCb.title" = "Technotes"; - -/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ -"OwM-mh-QMV.title" = "Find Previous"; - -/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ -"Oyz-dy-DGm.title" = "Stop Speaking"; - -/* Class = "NSMenuItem"; title = "Refresh"; ObjectID = "Ppm-uh-K5n"; */ -"Ppm-uh-K5n.title" = "Refresh"; - -/* Class = "NSMenuItem"; title = "GitHub Repository"; ObjectID = "QfD-Xw-sdF"; */ -"QfD-Xw-sdF.title" = "GitHub Repository"; - -/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ -"R4o-n2-Eq4.title" = "Zoom"; - -/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ -"Ruw-6m-B2m.title" = "Select All"; - -/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ -"S0p-oC-mLd.title" = "Jump to Selection"; - -/* Class = "NSMenuItem"; title = "Newest Article on Top"; ObjectID = "TNS-TV-n0U"; */ -"TNS-TV-n0U.title" = "Newest Article on Top"; - -/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ -"Td7-aD-5lo.title" = "Window"; - -/* Class = "NSMenuItem"; title = "Article"; ObjectID = "TzI-3g-N0v"; */ -"TzI-3g-N0v.title" = "Article"; - -/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ -"UEZ-Bs-lqG.title" = "Capitalize"; - -/* Class = "NSMenuItem"; title = "Debug"; ObjectID = "UqE-mp-gtV"; */ -"UqE-mp-gtV.title" = "Debug"; - -/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ -"Vdr-fp-XzO.title" = "Hide Others"; - -/* Class = "NSMenuItem"; title = "Refresh"; ObjectID = "Veh-SV-KWy"; */ -"Veh-SV-KWy.title" = "Refresh"; - -/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ -"W48-6f-4Dl.title" = "Edit"; - -/* Class = "NSMenuItem"; title = "New Web Feed…"; ObjectID = "Was-JA-tGl"; */ -"Was-JA-tGl.title" = "New Web Feed…"; - -/* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ -"WeT-3V-zwk.title" = "Paste and Match Style"; - -/* Class = "NSMenuItem"; title = "Test Crash Log Sender"; ObjectID = "XJG-gO-OKi"; */ -"XJG-gO-OKi.title" = "Test Crash Log Sender"; - -/* Class = "NSMenuItem"; title = "Export Subscriptions…"; ObjectID = "Xy2-v8-Lj8"; */ -"Xy2-v8-Lj8.title" = "Export Subscriptions…"; - -/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ -"Xz5-n4-O0W.title" = "Find…"; - -/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ -"Ynk-f8-cLZ.title" = "Start Speaking"; - -/* Class = "NSMenuItem"; title = "Starred"; ObjectID = "ZRx-me-QXO"; */ -"ZRx-me-QXO.title" = "Starred"; - -/* Class = "NSMenuItem"; title = "Group By Feed"; ObjectID = "Zxm-O6-NRE"; */ -"Zxm-O6-NRE.title" = "Group By Feed"; +/* Class = "NSMenuItem"; title = "Correct Spelling Automatically"; ObjectID = "78Y-hA-62v"; */ +"78Y-hA-62v.title" = "Correct Spelling Automatically"; /* Class = "NSMenuItem"; title = "Window"; ObjectID = "aUF-d1-5bR"; */ "aUF-d1-5bR.title" = "Window"; -/* Class = "NSMenuItem"; title = "Hide Read Articles"; ObjectID = "b10-sA-Yzi"; */ -"b10-sA-Yzi.title" = "Hide Read Articles"; +/* Class = "NSMenu"; title = "Main Menu"; ObjectID = "AYu-sK-qS6"; */ +"AYu-sK-qS6.title" = "Main Menu"; /* Class = "NSMenuItem"; title = "Release Notes"; ObjectID = "b5s-xg-B1w"; */ "b5s-xg-B1w.title" = "Release Notes"; +/* Class = "NSMenuItem"; title = "Hide Read Articles"; ObjectID = "b10-sA-Yzi"; */ +"b10-sA-Yzi.title" = "Hide Read Articles"; + /* Class = "NSMenu"; title = "File"; ObjectID = "bib-Uj-vzu"; */ "bib-Uj-vzu.title" = "File"; +/* Class = "NSMenuItem"; title = "Preferences…"; ObjectID = "BOF-NM-1cW"; */ +"BOF-NM-1cW.title" = "Preferences…"; + /* Class = "NSMenuItem"; title = "Drop Conditional Get Info"; ObjectID = "btO-Tb-2qS"; */ "btO-Tb-2qS.title" = "Drop Conditional Get Info"; @@ -257,21 +100,57 @@ /* Class = "NSMenuItem"; title = "Smart Links"; ObjectID = "cwL-P1-jid"; */ "cwL-P1-jid.title" = "Smart Links"; +/* Class = "NSMenuItem"; title = "Item"; ObjectID = "CZA-zr-llF"; */ +"CZA-zr-llF.title" = "Item"; + /* Class = "NSMenuItem"; title = "Make Lower Case"; ObjectID = "d9M-CD-aMd"; */ "d9M-CD-aMd.title" = "Make Lower Case"; +/* Class = "NSMenu"; title = "Share"; ObjectID = "Dbl-YW-bmb"; */ +"Dbl-YW-bmb.title" = "Share"; + /* Class = "NSMenuItem"; title = "File"; ObjectID = "dMs-cI-mzQ"; */ "dMs-cI-mzQ.title" = "File"; /* Class = "NSMenuItem"; title = "Undo"; ObjectID = "dRJ-4n-Yzg"; */ "dRJ-4n-Yzg.title" = "Undo"; +/* Class = "NSMenuItem"; title = "Spelling and Grammar"; ObjectID = "Dv1-io-Yv7"; */ +"Dv1-io-Yv7.title" = "Spelling and Grammar"; + +/* Class = "NSMenuItem"; title = "Close Window"; ObjectID = "DVo-aG-piG"; */ +"DVo-aG-piG.title" = "Close Window"; + +/* Class = "NSMenuItem"; title = "Hide Read Feeds"; ObjectID = "E9K-zV-nLv"; */ +"E9K-zV-nLv.title" = "Hide Read Feeds"; + +/* Class = "NSMenuItem"; title = "Open in Browser Inverted"; ObjectID = "EjD-X9-Pjf"; */ +"EjD-X9-Pjf.title" = "Open in Browser Inverted"; + /* Class = "NSMenuItem"; title = "Import NNW 3 Subscriptions…"; ObjectID = "ely-yi-STg"; */ "ely-yi-STg.title" = "Import NNW 3 Subscriptions…"; +/* Class = "NSMenuItem"; title = "Enable Web Inspector"; ObjectID = "EwI-z4-ZA3"; */ +"EwI-z4-ZA3.title" = "Enable Web Inspector"; + +/* Class = "NSMenu"; title = "Help"; ObjectID = "F2S-fz-NVQ"; */ +"F2S-fz-NVQ.title" = "Help"; + +/* Class = "NSMenuItem"; title = "Mark as Read"; ObjectID = "Fc9-c7-2AY"; */ +"Fc9-c7-2AY.title" = "Mark as Read"; + +/* Class = "NSMenu"; title = "Substitutions"; ObjectID = "FeM-D8-WVr"; */ +"FeM-D8-WVr.title" = "Substitutions"; + +/* Class = "NSMenuItem"; title = "NetNewsWire Help"; ObjectID = "FKE-Sm-Kum"; */ +"FKE-Sm-Kum.title" = "NetNewsWire Help"; + /* Class = "NSMenuItem"; title = "Copy External URL"; ObjectID = "fOF-99-6Iv"; */ "fOF-99-6Iv.title" = "Copy External URL"; +/* Class = "NSMenuItem"; title = "Go"; ObjectID = "FPs-q4-hLT"; */ +"FPs-q4-hLT.title" = "Go"; + /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "gVA-U4-sdL"; */ "gVA-U4-sdL.title" = "Paste"; @@ -281,9 +160,24 @@ /* Class = "NSMenuItem"; title = "Force Crash"; ObjectID = "gVt-cz-eoJ"; */ "gVt-cz-eoJ.title" = "Force Crash"; +/* Class = "NSMenuItem"; title = "View"; ObjectID = "H8h-7b-M4v"; */ +"H8h-7b-M4v.title" = "View"; + +/* Class = "NSMenuItem"; title = "Mark All as Read"; ObjectID = "HdN-Ks-cwh"; */ +"HdN-Ks-cwh.title" = "Mark All as Read"; + +/* Class = "NSMenuItem"; title = "Show Spelling and Grammar"; ObjectID = "HFo-cy-zxI"; */ +"HFo-cy-zxI.title" = "Show Spelling and Grammar"; + +/* Class = "NSMenuItem"; title = "Text Replacement"; ObjectID = "HFQ-gK-NFA"; */ +"HFQ-gK-NFA.title" = "Text Replacement"; + /* Class = "NSMenuItem"; title = "Smart Quotes"; ObjectID = "hQb-2v-fYv"; */ "hQb-2v-fYv.title" = "Smart Quotes"; +/* Class = "NSMenu"; title = "View"; ObjectID = "HyV-fh-RgO"; */ +"HyV-fh-RgO.title" = "View"; + /* Class = "NSMenuItem"; title = "Check Document Now"; ObjectID = "hz2-CU-CR7"; */ "hz2-CU-CR7.title" = "Check Document Now"; @@ -293,11 +187,14 @@ /* Class = "NSMenuItem"; title = "Oldest Article on Top"; ObjectID = "iii-kP-qoF"; */ "iii-kP-qoF.title" = "Oldest Article on Top"; +/* Class = "NSMenuItem"; title = "Clean Up Articles"; ObjectID = "J5h-uQ-57w"; */ +"J5h-uQ-57w.title" = "Clean Up Articles"; + /* Class = "NSMenuItem"; title = "Share"; ObjectID = "jaf-gh-gSi"; */ "jaf-gh-gSi.title" = "Share"; -/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "kIP-vf-haE"; */ -"kIP-vf-haE.title" = "Show Sidebar"; +/* Class = "NSMenuItem"; title = "Show All"; ObjectID = "Kd2-mp-pUS"; */ +"Kd2-mp-pUS.title" = "Show All"; /* Class = "NSMenuItem"; title = "How To Support NetNewsWire"; ObjectID = "kfC-NQ-g3E"; */ "kfC-NQ-g3E.title" = "How To Support NetNewsWire"; @@ -305,6 +202,18 @@ /* Class = "NSMenuItem"; title = "New Twitter Feed…"; ObjectID = "ki4-7l-tM6"; */ "ki4-7l-tM6.title" = "New Twitter Feed…"; +/* Class = "NSMenuItem"; title = "Show Sidebar"; ObjectID = "kIP-vf-haE"; */ +"kIP-vf-haE.title" = "Show Sidebar"; + +/* Class = "NSMenuItem"; title = "Today"; ObjectID = "L20-jv-7c9"; */ +"L20-jv-7c9.title" = "Today"; + +/* Class = "NSMenuItem"; title = "Bring All to Front"; ObjectID = "LE2-aR-0XJ"; */ +"LE2-aR-0XJ.title" = "Bring All to Front"; + +/* Class = "NSMenuItem"; title = "Main Window"; ObjectID = "LSZ-ci-Jb5"; */ +"LSZ-ci-Jb5.title" = "Main Window"; + /* Class = "NSMenuItem"; title = "Bug Tracker"; ObjectID = "mE2-pM-rQF"; */ "mE2-pM-rQF.title" = "Bug Tracker"; @@ -320,23 +229,50 @@ /* Class = "NSMenuItem"; title = "Sort Articles By"; ObjectID = "nLP-fa-KUi"; */ "nLP-fa-KUi.title" = "Sort Articles By"; +/* Class = "NSMenuItem"; title = "Services"; ObjectID = "NMo-om-nkz"; */ +"NMo-om-nkz.title" = "Services"; + +/* Class = "NSMenu"; title = "Debug"; ObjectID = "NOT-8E-ykF"; */ +"NOT-8E-ykF.title" = "Debug"; + +/* Class = "NSMenu"; title = "Go"; ObjectID = "NQW-Ph-lw2"; */ +"NQW-Ph-lw2.title" = "Go"; + /* Class = "NSMenuItem"; title = "Clear Image Caches"; ObjectID = "o1k-E6-ctu"; */ "o1k-E6-ctu.title" = "Clear Image Caches"; +/* Class = "NSMenu"; title = "Sort Articles By"; ObjectID = "OlJ-93-6OP"; */ +"OlJ-93-6OP.title" = "Sort Articles By"; + +/* Class = "NSMenuItem"; title = "Hide NetNewsWire"; ObjectID = "Olw-nP-bQN"; */ +"Olw-nP-bQN.title" = "Hide NetNewsWire"; + +/* Class = "NSMenuItem"; title = "Technotes"; ObjectID = "Ou5-Cc-iCb"; */ +"Ou5-Cc-iCb.title" = "Technotes"; + +/* Class = "NSMenuItem"; title = "Find Previous"; ObjectID = "OwM-mh-QMV"; */ +"OwM-mh-QMV.title" = "Find Previous"; + +/* Class = "NSMenuItem"; title = "Minimize"; ObjectID = "OY7-WF-poV"; */ +"OY7-WF-poV.title" = "Minimize"; + +/* Class = "NSMenuItem"; title = "Stop Speaking"; ObjectID = "Oyz-dy-DGm"; */ +"Oyz-dy-DGm.title" = "Stop Speaking"; + /* Class = "NSMenuItem"; title = "Mark Above as Read"; ObjectID = "p1o-EG-Uo8"; */ "p1o-EG-Uo8.title" = "Mark Above as Read"; /* Class = "NSMenuItem"; title = "Show Reader View"; ObjectID = "p5x-Xq-1fW"; */ "p5x-Xq-1fW.title" = "Show Reader View"; -/* Class = "NSMenuItem"; title = "New Window"; ObjectID = "pGg-Gc-PU2"; */ -"pGg-Gc-PU2.title" = "New Window"; - /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "pa3-QI-u2k"; */ "pa3-QI-u2k.title" = "Delete"; -/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ -"q09-fT-Sye.title" = "Find Next"; +/* Class = "NSMenuItem"; title = "New Window"; ObjectID = "pGg-Gc-PU2"; */ +"pGg-Gc-PU2.title" = "New Window"; + +/* Class = "NSMenuItem"; title = "Refresh"; ObjectID = "Ppm-uh-K5n"; */ +"Ppm-uh-K5n.title" = "Refresh"; /* Class = "NSMenuItem"; title = "Website"; ObjectID = "q2Z-9K-GBd"; */ "q2Z-9K-GBd.title" = "Website"; @@ -344,11 +280,17 @@ /* Class = "NSMenuItem"; title = "Next Unread"; ObjectID = "q3p-nE-m2k"; */ "q3p-nE-m2k.title" = "Next Unread"; +/* Class = "NSMenuItem"; title = "Find Next"; ObjectID = "q09-fT-Sye"; */ +"q09-fT-Sye.title" = "Find Next"; + +/* Class = "NSMenuItem"; title = "GitHub Repository"; ObjectID = "QfD-Xw-sdF"; */ +"QfD-Xw-sdF.title" = "GitHub Repository"; + /* Class = "NSMenuItem"; title = "Copy Article URL"; ObjectID = "qNk-By-jKp"; */ "qNk-By-jKp.title" = "Copy Article URL"; -/* Class = "NSMenuItem"; title = "Import Subscriptions…"; ObjectID = "rSl-F4-qo7"; */ -"rSl-F4-qo7.title" = "Import Subscriptions…"; +/* Class = "NSMenuItem"; title = "Zoom"; ObjectID = "R4o-n2-Eq4"; */ +"R4o-n2-Eq4.title" = "Zoom"; /* Class = "NSMenuItem"; title = "Check Spelling While Typing"; ObjectID = "rbD-Rh-wIN"; */ "rbD-Rh-wIN.title" = "Check Spelling While Typing"; @@ -359,18 +301,48 @@ /* Class = "NSMenuItem"; title = "Smart Dashes"; ObjectID = "rgM-f4-ycn"; */ "rgM-f4-ycn.title" = "Smart Dashes"; +/* Class = "NSMenuItem"; title = "Import Subscriptions…"; ObjectID = "rSl-F4-qo7"; */ +"rSl-F4-qo7.title" = "Import Subscriptions…"; + +/* Class = "NSMenuItem"; title = "Select All"; ObjectID = "Ruw-6m-B2m"; */ +"Ruw-6m-B2m.title" = "Select All"; + +/* Class = "NSMenuItem"; title = "Jump to Selection"; ObjectID = "S0p-oC-mLd"; */ +"S0p-oC-mLd.title" = "Jump to Selection"; + /* Class = "NSMenuItem"; title = "Show Toolbar"; ObjectID = "snW-S8-Cw5"; */ "snW-S8-Cw5.title" = "Show Toolbar"; +/* Class = "NSMenu"; title = "Window"; ObjectID = "Td7-aD-5lo"; */ +"Td7-aD-5lo.title" = "Window"; + +/* Class = "NSMenuItem"; title = "Newest Article on Top"; ObjectID = "TNS-TV-n0U"; */ +"TNS-TV-n0U.title" = "Newest Article on Top"; + /* Class = "NSMenuItem"; title = "Data Detectors"; ObjectID = "tRr-pd-1PS"; */ "tRr-pd-1PS.title" = "Data Detectors"; +/* Class = "NSMenuItem"; title = "Article"; ObjectID = "TzI-3g-N0v"; */ +"TzI-3g-N0v.title" = "Article"; + +/* Class = "NSMenuItem"; title = "Capitalize"; ObjectID = "UEZ-Bs-lqG"; */ +"UEZ-Bs-lqG.title" = "Capitalize"; + +/* Class = "NSMenuItem"; title = "Debug"; ObjectID = "UqE-mp-gtV"; */ +"UqE-mp-gtV.title" = "Debug"; + /* Class = "NSMenu"; title = "NetNewsWire"; ObjectID = "uQy-DD-JDr"; */ "uQy-DD-JDr.title" = "NetNewsWire"; /* Class = "NSMenuItem"; title = "Cut"; ObjectID = "uRl-iY-unG"; */ "uRl-iY-unG.title" = "Cut"; +/* Class = "NSMenuItem"; title = "Hide Others"; ObjectID = "Vdr-fp-XzO"; */ +"Vdr-fp-XzO.title" = "Hide Others"; + +/* Class = "NSMenuItem"; title = "Refresh"; ObjectID = "Veh-SV-KWy"; */ +"Veh-SV-KWy.title" = "Refresh"; + /* Class = "NSMenuItem"; title = "Make Upper Case"; ObjectID = "vmV-6d-7jI"; */ "vmV-6d-7jI.title" = "Make Upper Case"; @@ -380,6 +352,15 @@ /* Class = "NSMenuItem"; title = "Keyboard Shortcuts"; ObjectID = "w6o-j8-cda"; */ "w6o-j8-cda.title" = "Keyboard Shortcuts"; +/* Class = "NSMenu"; title = "Edit"; ObjectID = "W48-6f-4Dl"; */ +"W48-6f-4Dl.title" = "Edit"; + +/* Class = "NSMenuItem"; title = "New Web Feed…"; ObjectID = "Was-JA-tGl"; */ +"Was-JA-tGl.title" = "New Web Feed…"; + +/* Class = "NSMenuItem"; title = "Paste and Match Style"; ObjectID = "WeT-3V-zwk"; */ +"WeT-3V-zwk.title" = "Paste and Match Style"; + /* Class = "NSMenuItem"; title = "New Folder…"; ObjectID = "wkh-LX-Xp1"; */ "wkh-LX-Xp1.title" = "New Folder…"; @@ -389,8 +370,27 @@ /* Class = "NSMenuItem"; title = "Copy"; ObjectID = "x3v-GG-iWU"; */ "x3v-GG-iWU.title" = "Copy"; +/* Class = "NSMenuItem"; title = "Test Crash Log Sender"; ObjectID = "XJG-gO-OKi"; */ +"XJG-gO-OKi.title" = "Test Crash Log Sender"; + /* Class = "NSMenuItem"; title = "Speech"; ObjectID = "xrE-MZ-jX0"; */ "xrE-MZ-jX0.title" = "Speech"; +/* Class = "NSMenuItem"; title = "Export Subscriptions…"; ObjectID = "Xy2-v8-Lj8"; */ +"Xy2-v8-Lj8.title" = "Export Subscriptions…"; + +/* Class = "NSMenuItem"; title = "Find…"; ObjectID = "Xz5-n4-O0W"; */ +"Xz5-n4-O0W.title" = "Find…"; + +/* Class = "NSMenuItem"; title = "Start Speaking"; ObjectID = "Ynk-f8-cLZ"; */ +"Ynk-f8-cLZ.title" = "Start Speaking"; + /* Class = "NSMenuItem"; title = "Show Substitutions"; ObjectID = "z6F-FW-3nz"; */ "z6F-FW-3nz.title" = "Show Substitutions"; + +/* Class = "NSMenuItem"; title = "Starred"; ObjectID = "ZRx-me-QXO"; */ +"ZRx-me-QXO.title" = "Starred"; + +/* Class = "NSMenuItem"; title = "Group By Feed"; ObjectID = "Zxm-O6-NRE"; */ +"Zxm-O6-NRE.title" = "Group By Feed"; + diff --git a/Mac/en-GB.lproj/MainWindow.strings b/Mac/en-GB.lproj/MainWindow.strings index d4bec9467..4fee89250 100644 --- a/Mac/en-GB.lproj/MainWindow.strings +++ b/Mac/en-GB.lproj/MainWindow.strings @@ -1,21 +1,11 @@ - /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1F7-qu-7oN"; */ "1F7-qu-7oN.title" = "Item 2"; -/* Class = "NSMenuItem"; title = "Newest Article on Top"; ObjectID = "40c-kt-vhO"; */ -"40c-kt-vhO.title" = "Newest Article on Top"; - /* Class = "NSMenuItem"; title = "Sort"; ObjectID = "4BZ-ya-evy"; */ "4BZ-ya-evy.title" = "Sort"; -/* Class = "NSWindow"; title = "NetNewsWire"; ObjectID = "IQv-IB-iLA"; */ -"IQv-IB-iLA.title" = "NetNewsWire"; - -/* Class = "NSMenuItem"; title = "Group by Feed"; ObjectID = "YSR-5C-Yjd"; */ -"YSR-5C-Yjd.title" = "Group by Feed"; - -/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "ZDH-CV-Y2s"; */ -"ZDH-CV-Y2s.title" = "Item 1"; +/* Class = "NSMenuItem"; title = "Newest Article on Top"; ObjectID = "40c-kt-vhO"; */ +"40c-kt-vhO.title" = "Newest Article on Top"; /* Class = "NSOutlineView"; ibExternalAccessibilityDescription = "Feeds"; ObjectID = "cnV-kg-Dn2"; */ "cnV-kg-Dn2.ibExternalAccessibilityDescription" = "Feeds"; @@ -26,6 +16,9 @@ /* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "dVE-XG-mlU"; */ "dVE-XG-mlU.title" = "Label"; +/* Class = "NSWindow"; title = "NetNewsWire"; ObjectID = "IQv-IB-iLA"; */ +"IQv-IB-iLA.title" = "NetNewsWire"; + /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "r9E-FO-GoU"; */ "r9E-FO-GoU.title" = "Item 3"; @@ -34,3 +27,10 @@ /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "sXh-y7-12P"; */ "sXh-y7-12P.title" = "Text Cell"; + +/* Class = "NSMenuItem"; title = "Group by Feed"; ObjectID = "YSR-5C-Yjd"; */ +"YSR-5C-Yjd.title" = "Group by Feed"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "ZDH-CV-Y2s"; */ +"ZDH-CV-Y2s.title" = "Item 1"; + diff --git a/Mac/en-GB.lproj/Preferences.strings b/Mac/en-GB.lproj/Preferences.strings index 0de730312..f0bf2346b 100644 --- a/Mac/en-GB.lproj/Preferences.strings +++ b/Mac/en-GB.lproj/Preferences.strings @@ -1,4 +1,3 @@ - /* Class = "NSWindow"; title = "Preferences"; ObjectID = "2C0-LP-36T"; */ "2C0-LP-36T.title" = "Preferences"; @@ -23,9 +22,18 @@ /* Class = "NSTextFieldCell"; title = "Browser:"; ObjectID = "CgU-dE-Qtb"; */ "CgU-dE-Qtb.title" = "Browser:"; +/* Class = "NSMenuItem"; title = "Large"; ObjectID = "ckZ-0Q-rNz"; */ +"ckZ-0Q-rNz.title" = "Large"; + /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "Djh-3Q-J0Q"; */ "Djh-3Q-J0Q.title" = "Text Cell"; +/* Class = "NSButtonCell"; title = "Check automatically"; ObjectID = "dm8-Xy-0Ba"; */ +"dm8-Xy-0Ba.title" = "Check automatically"; + +/* Class = "NSMenuItem"; title = "Manually only"; ObjectID = "doa-Wq-4Uq"; */ +"doa-Wq-4Uq.title" = "Manually only"; + /* Class = "NSTextFieldCell"; title = "Press the Shift key to do the opposite."; ObjectID = "EMq-9M-zTJ"; */ "EMq-9M-zTJ.title" = "Press the Shift key to do the opposite."; @@ -38,36 +46,12 @@ /* Class = "NSButtonCell"; title = "Release builds"; ObjectID = "F8M-rS-und"; */ "F8M-rS-und.title" = "Release builds"; -/* Class = "NSButtonCell"; title = "Test builds"; ObjectID = "Fuf-rU-D6M"; */ -"Fuf-rU-D6M.title" = "Test builds"; - -/* Class = "NSTextFieldCell"; title = "Article Theme:"; ObjectID = "MQe-Za-N8J"; */ -"MQe-Za-N8J.title" = "Article Theme:"; - -/* Class = "NSMenuItem"; title = "Safari"; ObjectID = "ObP-qK-qDJ"; */ -"ObP-qK-qDJ.title" = "Safari"; - -/* Class = "NSMenuItem"; title = "Default"; ObjectID = "Pkl-EA-Goa"; */ -"Pkl-EA-Goa.title" = "Default"; - -/* Class = "NSMenuItem"; title = "Every hour"; ObjectID = "Qjt-qr-WER"; */ -"Qjt-qr-WER.title" = "Every hour"; - -/* Class = "NSButtonCell"; title = "Open feeds in default news reader"; ObjectID = "SkZ-tE-blK"; */ -"SkZ-tE-blK.title" = "Open feeds in default news reader"; - -/* Class = "NSMenuItem"; title = "Large"; ObjectID = "ckZ-0Q-rNz"; */ -"ckZ-0Q-rNz.title" = "Large"; - -/* Class = "NSButtonCell"; title = "Check automatically"; ObjectID = "dm8-Xy-0Ba"; */ -"dm8-Xy-0Ba.title" = "Check automatically"; - -/* Class = "NSMenuItem"; title = "Manually only"; ObjectID = "doa-Wq-4Uq"; */ -"doa-Wq-4Uq.title" = "Manually only"; - /* Class = "NSTextFieldCell"; title = "If you’re not sure, choose Release builds. Test builds may have bugs, which may include crashing bugs and data loss."; ObjectID = "fOZ-zv-QTc"; */ "fOZ-zv-QTc.title" = "If you’re not sure, choose Release builds. Test builds may have bugs, which may include crashing bugs and data loss."; +/* Class = "NSButtonCell"; title = "Test builds"; ObjectID = "Fuf-rU-D6M"; */ +"Fuf-rU-D6M.title" = "Test builds"; + /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "goO-QG-kk7"; */ "goO-QG-kk7.title" = "Table View Cell"; @@ -80,23 +64,38 @@ /* Class = "NSButtonCell"; title = "Send automatically"; ObjectID = "jnc-C5-4oI"; */ "jnc-C5-4oI.title" = "Send automatically"; +/* Class = "NSTextFieldCell"; title = "Article Theme:"; ObjectID = "MQe-Za-N8J"; */ +"MQe-Za-N8J.title" = "Article Theme:"; + /* Class = "NSMenuItem"; title = "Every 2 hours"; ObjectID = "o1h-xo-elW"; */ "o1h-xo-elW.title" = "Every 2 hours"; -/* Class = "NSMenuItem"; title = "Extra Large"; ObjectID = "qMe-6g-Vme"; */ -"qMe-6g-Vme.title" = "Extra Large"; +/* Class = "NSMenuItem"; title = "Safari"; ObjectID = "ObP-qK-qDJ"; */ +"ObP-qK-qDJ.title" = "Safari"; + +/* Class = "NSMenuItem"; title = "Default"; ObjectID = "Pkl-EA-Goa"; */ +"Pkl-EA-Goa.title" = "Default"; /* Class = "NSTextFieldCell"; title = "Crash logs:"; ObjectID = "qcq-fU-Ks0"; */ "qcq-fU-Ks0.title" = "Crash logs:"; +/* Class = "NSMenuItem"; title = "Every hour"; ObjectID = "Qjt-qr-WER"; */ +"Qjt-qr-WER.title" = "Every hour"; + +/* Class = "NSMenuItem"; title = "Extra Large"; ObjectID = "qMe-6g-Vme"; */ +"qMe-6g-Vme.title" = "Extra Large"; + /* Class = "NSTextFieldCell"; title = "Privacy Policy"; ObjectID = "rJu-r1-AW4"; */ "rJu-r1-AW4.title" = "Privacy Policy"; +/* Class = "NSMenuItem"; title = "Small"; ObjectID = "roB-Mu-Ht7"; */ +"roB-Mu-Ht7.title" = "Small"; + /* Class = "NSMenuItem"; title = "Every 30 minutes"; ObjectID = "rZU-Tg-xwo"; */ "rZU-Tg-xwo.title" = "Every 30 minutes"; -/* Class = "NSMenuItem"; title = "Small"; ObjectID = "roB-Mu-Ht7"; */ -"roB-Mu-Ht7.title" = "Small"; +/* Class = "NSButtonCell"; title = "Open feeds in default news reader"; ObjectID = "SkZ-tE-blK"; */ +"SkZ-tE-blK.title" = "Open feeds in default news reader"; /* Class = "NSButtonCell"; title = "Open web pages in background in browser"; ObjectID = "t0a-LN-rCv"; */ "t0a-LN-rCv.title" = "Open web pages in background in browser"; @@ -118,3 +117,4 @@ /* Class = "NSTextFieldCell"; title = "App Updates:"; ObjectID = "zqG-X2-E9b"; */ "zqG-X2-E9b.title" = "App Updates:"; + diff --git a/Mac/en-GB.lproj/RenameSheet.strings b/Mac/en-GB.lproj/RenameSheet.strings index 120f48a93..9352abe5f 100644 --- a/Mac/en-GB.lproj/RenameSheet.strings +++ b/Mac/en-GB.lproj/RenameSheet.strings @@ -1,12 +1,12 @@ - /* Class = "NSTextFieldCell"; title = "<>"; ObjectID = "7Os-lV-Jer"; */ "7Os-lV-Jer.title" = "<>"; -/* Class = "NSWindow"; title = "Rename"; ObjectID = "QvC-M9-y7g"; */ -"QvC-M9-y7g.title" = "Rename"; - /* Class = "NSButtonCell"; title = "Rename"; ObjectID = "gcS-uM-zjx"; */ "gcS-uM-zjx.title" = "Rename"; /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "oe4-cJ-2V8"; */ "oe4-cJ-2V8.title" = "Cancel"; + +/* Class = "NSWindow"; title = "Rename"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Rename"; + diff --git a/NetNewsWire.xcodeproj/project.pbxproj b/NetNewsWire.xcodeproj/project.pbxproj index 941a85dcc..477eb9708 100644 --- a/NetNewsWire.xcodeproj/project.pbxproj +++ b/NetNewsWire.xcodeproj/project.pbxproj @@ -1626,6 +1626,25 @@ DFB349A3294E914D00BC81AD /* AccountSectionHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountSectionHeader.swift; sourceTree = ""; }; DFB616A82965300400A359AB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; DFB616AB2965300400A359AB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; + DFB616AE29653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Main.strings"; sourceTree = ""; }; + DFB616AF29653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "../en-GB.lproj/MainWindow.strings"; sourceTree = ""; }; + DFB616B029653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "../../../en-GB.lproj/RenameSheet.strings"; sourceTree = ""; }; + DFB616B129653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "../en-GB.lproj/AddRedditFeedSheet.strings"; sourceTree = ""; }; + DFB616B229653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "../en-GB.lproj/AddTwitterFeedSheet.strings"; sourceTree = ""; }; + DFB616B329653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "../en-GB.lproj/AddWebFeedSheet.strings"; sourceTree = ""; }; + DFB616B429653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "../../en-GB.lproj/AddFolderSheet.strings"; sourceTree = ""; }; + DFB616B529653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "../en-GB.lproj/Preferences.strings"; sourceTree = ""; }; + DFB616B629653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/SafariExtensionViewController.strings"; sourceTree = ""; }; + DFB616B729653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/ShareViewController.strings"; sourceTree = ""; }; + DFB616B829653A0600A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/LaunchScreenPhone.strings"; sourceTree = ""; }; + DFB616B929653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/LaunchScreenPad.strings"; sourceTree = ""; }; + DFB616BA29653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Main.strings"; sourceTree = ""; }; + DFB616BB29653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Intents.strings"; sourceTree = ""; }; + DFB616BC29653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/MainInterface.strings"; sourceTree = ""; }; + DFB616BD29653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Localizable.strings"; sourceTree = ""; }; + DFB616BE29653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Localizable.strings"; sourceTree = ""; }; + DFB616BF29653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Localizable.strings"; sourceTree = ""; }; + DFB616C029653A0700A359AB /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Localizable.strings"; sourceTree = ""; }; DFBB4EAB2951BC0200639228 /* NNWThemeDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NNWThemeDocument.swift; sourceTree = ""; }; DFBB4EAF2951BCAC00639228 /* ArticleThemeManagerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArticleThemeManagerView.swift; sourceTree = ""; }; DFC14F0E28EA55BD00F6EE86 /* AboutWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutWindowController.swift; sourceTree = ""; }; @@ -3402,6 +3421,7 @@ knownRegions = ( en, Base, + "en-GB", ); mainGroup = 849C64571ED37A5D003D8FC0; packageReferences = ( @@ -4631,6 +4651,7 @@ isa = PBXVariantGroup; children = ( 1701E1B62568983D009453D8 /* en */, + DFB616C029653A0700A359AB /* en-GB */, ); name = Localizable.strings; sourceTree = ""; @@ -4639,6 +4660,7 @@ isa = PBXVariantGroup; children = ( 510C416324E5CDE3008226FD /* Base */, + DFB616B729653A0600A359AB /* en-GB */, ); name = ShareViewController.xib; sourceTree = ""; @@ -4648,6 +4670,7 @@ children = ( 511D43EE231FBDE800FB1562 /* Base */, DF332716295BBBBF00BFD911 /* en */, + DFB616B929653A0700A359AB /* en-GB */, ); name = LaunchScreenPad.storyboard; sourceTree = ""; @@ -4657,6 +4680,7 @@ children = ( 51314706235C41FC00387FDC /* Base */, 51314714235C420900387FDC /* en */, + DFB616BB29653A0700A359AB /* en-GB */, ); name = Intents.intentdefinition; sourceTree = ""; @@ -4665,6 +4689,7 @@ isa = PBXVariantGroup; children = ( 51333D3A2468615D00EB5C91 /* Base */, + DFB616B129653A0600A359AB /* en-GB */, ); name = AddRedditFeedSheet.xib; sourceTree = ""; @@ -4673,6 +4698,7 @@ isa = PBXVariantGroup; children = ( 513C5CEB232571C2003D4054 /* Base */, + DFB616BC29653A0700A359AB /* en-GB */, ); name = MainInterface.storyboard; sourceTree = ""; @@ -4681,6 +4707,7 @@ isa = PBXVariantGroup; children = ( 514A8980244FD63F0085E65D /* Base */, + DFB616B229653A0600A359AB /* en-GB */, ); name = AddTwitterFeedSheet.xib; sourceTree = ""; @@ -4689,6 +4716,7 @@ isa = PBXVariantGroup; children = ( 6581C73C20CED60100F4AD34 /* Base */, + DFB616B629653A0600A359AB /* en-GB */, ); name = SafariExtensionViewController.xib; sourceTree = ""; @@ -4697,6 +4725,7 @@ isa = PBXVariantGroup; children = ( 848363012262A3BC00DA1D35 /* Base */, + DFB616B329653A0600A359AB /* en-GB */, ); name = AddWebFeedSheet.xib; sourceTree = ""; @@ -4705,6 +4734,7 @@ isa = PBXVariantGroup; children = ( 848363042262A3CC00DA1D35 /* Base */, + DFB616B429653A0600A359AB /* en-GB */, ); name = AddFolderSheet.xib; sourceTree = ""; @@ -4713,6 +4743,7 @@ isa = PBXVariantGroup; children = ( 848363072262A3DD00DA1D35 /* Base */, + DFB616AE29653A0600A359AB /* en-GB */, ); name = Main.storyboard; sourceTree = ""; @@ -4721,6 +4752,7 @@ isa = PBXVariantGroup; children = ( 8483630A2262A3F000DA1D35 /* Base */, + DFB616B029653A0600A359AB /* en-GB */, ); name = RenameSheet.xib; sourceTree = ""; @@ -4729,6 +4761,7 @@ isa = PBXVariantGroup; children = ( 8483630D2262A3FE00DA1D35 /* Base */, + DFB616AF29653A0600A359AB /* en-GB */, ); name = MainWindow.storyboard; sourceTree = ""; @@ -4737,6 +4770,7 @@ isa = PBXVariantGroup; children = ( 84C9FC8122629E4800D921D6 /* Base */, + DFB616B529653A0600A359AB /* en-GB */, ); name = Preferences.storyboard; sourceTree = ""; @@ -4746,6 +4780,7 @@ children = ( 84C9FCA02262A1B300D921D6 /* Base */, DF332714295BBBB900BFD911 /* en */, + DFB616BA29653A0700A359AB /* en-GB */, ); name = Main.storyboard; sourceTree = ""; @@ -4755,6 +4790,7 @@ children = ( 84C9FCA32262A1B800D921D6 /* Base */, DF332718295BBBC200BFD911 /* en */, + DFB616B829653A0600A359AB /* en-GB */, ); name = LaunchScreenPhone.storyboard; sourceTree = ""; @@ -4763,6 +4799,7 @@ isa = PBXVariantGroup; children = ( DFB616A82965300400A359AB /* en */, + DFB616BE29653A0700A359AB /* en-GB */, ); name = Localizable.strings; sourceTree = ""; @@ -4771,6 +4808,7 @@ isa = PBXVariantGroup; children = ( DFB616AB2965300400A359AB /* en */, + DFB616BD29653A0700A359AB /* en-GB */, ); name = Localizable.strings; sourceTree = ""; @@ -4779,6 +4817,7 @@ isa = PBXVariantGroup; children = ( DFD86797295D553D0070D62D /* en */, + DFB616BF29653A0700A359AB /* en-GB */, ); name = Localizable.strings; sourceTree = ""; @@ -4930,6 +4969,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D5907CDD2002F0BE005947E5 /* NetNewsWire_project_debug.xcconfig */; buildSettings = { + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; }; name = Debug; }; @@ -4937,6 +4977,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = D5907CDC2002F0BE005947E5 /* NetNewsWire_project_release.xcconfig */; buildSettings = { + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; }; name = Release; }; diff --git a/Widget/Resources/en-GB.lproj/Localizable.strings b/Widget/Resources/en-GB.lproj/Localizable.strings index fed487392..8a74bfa31 100644 --- a/Widget/Resources/en-GB.lproj/Localizable.strings +++ b/Widget/Resources/en-GB.lproj/Localizable.strings @@ -1,37 +1,51 @@ -/* - Localizable.strings - NetNewsWire - - Created by Stuart Breckenridge on 21/11/2020. - Copyright © 2020 Ranchero Software. All rights reserved. -*/ - -/* Bundle */ -"Unread_Widget_Title" = "Your Unread Articles"; -"Unread_Widget_Description" = "A sneak peek at your unread articles."; - -"Today_Widget_Title" = "Your Today Articles"; -"Today_Widget_Description" = "A sneak peek at recently published unread articles."; - -"Starred_Widget_Title" = "Your Starred Articles"; -"Starred_Widget_Description" = "A sneak peek at your starred articles."; - -"SmartFeedSummary_Widget_Title" = "Your Smart Feed Summary"; +/* (No Comment) */ "SmartFeedSummary_Widget_Description" = "Your smart feeds, summarized."; -/* Unread Widget */ -"Unread_Widget_NoItemsTitle" = "Unread"; -"Unread_Widget_NoItems" = "There are no unread articles left to read."; +/* (No Comment) */ +"SmartFeedSummary_Widget_Title" = "Your Smart Feed Summary"; -/* Today Widget */ -"Today_Widget_NoItemsTitle" = "Today"; -"Today_Widget_NoItems" = "There are no recent unread articles left to read."; +/* (No Comment) */ +"Starred" = "Starred"; + +/* (No Comment) */ +"Starred_Widget_Description" = "A sneak peek at your starred articles."; + +/* (No Comment) */ +"Starred_Widget_NoItems" = "When you mark articles as Starred, they'll appear here."; /* Starred Widget */ "Starred_Widget_NoItemsTitle" = "Starred"; -"Starred_Widget_NoItems" = "When you mark articles as Starred, they'll appear here."; + +/* (No Comment) */ +"Starred_Widget_Title" = "Your Starred Articles"; + +/* (No Comment) */ +"Today" = "Today "; + +/* (No Comment) */ +"Today_Widget_Description" = "A sneak peek at recently published unread articles."; + +/* (No Comment) */ +"Today_Widget_NoItems" = "There are no recent unread articles left to read."; + +/* Today Widget */ +"Today_Widget_NoItemsTitle" = "Today"; + +/* (No Comment) */ +"Today_Widget_Title" = "Your Today Articles"; /* Smart Feed Summary Widget */ "Unread" = "Unread"; -"Today" = "Today "; -"Starred" = "Starred"; + +/* (No Comment) */ +"Unread_Widget_Description" = "A sneak peek at your unread articles."; + +/* (No Comment) */ +"Unread_Widget_NoItems" = "There are no unread articles left to read."; + +/* Unread Widget */ +"Unread_Widget_NoItemsTitle" = "Unread"; + +/* Bundle */ +"Unread_Widget_Title" = "Your Unread Articles"; + diff --git a/iOS/Intents/en-GB.lproj/Intents.strings b/iOS/Intents/en-GB.lproj/Intents.strings index 86f49ddf8..c8b03bf79 100644 --- a/iOS/Intents/en-GB.lproj/Intents.strings +++ b/iOS/Intents/en-GB.lproj/Intents.strings @@ -1,38 +1,57 @@ +/* (No Comment) */ "4xjRes" = "You must supply a URL."; +/* (No Comment) */ "5CYbGL" = "There are ${count} options matching ‘${folderName}’."; +/* (No Comment) */ "BCHr23" = "URL"; +/* (No Comment) */ "CSrgUY" = "Account Name"; -"ExjqcE" = "Unable to communicate with NetNewsWire."; - -"HHiZUh" = "Just to confirm, you wanted ‘${accountName}’?"; - -"IbqUVS" = "There are ${count} options matching ‘${accountName}’."; - -"IuAbef" = "Add a web feed"; - -"JGkCuS" = "A valid Account Name is required."; - +/* (No Comment) */ "dkSFD2" = "Add ${url} to ${folderName} in ${accountName}"; +/* (No Comment) */ "ef5kBt" = "A valid Folder Name is required."; +/* (No Comment) */ +"ExjqcE" = "Unable to communicate with NetNewsWire."; + +/* (No Comment) */ "fWs3li" = "Which one?"; +/* (No Comment) */ "gEzXaM" = "Which one?"; +/* (No Comment) */ +"HHiZUh" = "Just to confirm, you wanted ‘${accountName}’?"; + +/* (No Comment) */ +"IbqUVS" = "There are ${count} options matching ‘${accountName}’."; + +/* (No Comment) */ +"IuAbef" = "Add a web feed"; + +/* (No Comment) */ +"JGkCuS" = "A valid Account Name is required."; + +/* (No Comment) */ "jLLidQ" = "What is the ${url} you would like add?"; +/* (No Comment) */ "k5GTo0" = "Just to confirm, you wanted ‘${folderName}’?"; +/* (No Comment) */ "kaKsEY" = "Add ${url} to ${accountName}"; +/* (No Comment) */ "oV681v" = "Add Web Feed"; +/* (No Comment) */ "uSfloN" = "Unable to communicate with NetNewsWire."; +/* (No Comment) */ "zXhMPF" = "Folder Name"; diff --git a/iOS/Resources/en-GB.lproj/Localizable.strings b/iOS/Resources/en-GB.lproj/Localizable.strings index adae7015c..b2ec4ba4a 100644 --- a/iOS/Resources/en-GB.lproj/Localizable.strings +++ b/iOS/Resources/en-GB.lproj/Localizable.strings @@ -44,7 +44,7 @@ "alert.error.theme-duplicate-of-provided" = "This theme shares the same name as a provided theme and cannot be imported."; /* The account type in invalid. */ -"alert.error.unrecognized-account" = "The account type is not recognized."; +"alert.error.unrecognized-account" = "The account type is not recognised."; /* Error message: The user must provide a username and password. */ "alert.error.username-and-password-required" = "A username and password are required."; @@ -259,7 +259,7 @@ "button.title.dismiss" = "Dismiss"; /* Display & Behaviors */ -"button.title.display-and-behaviors" = "Display & Behaviors"; +"button.title.display-and-behaviors" = "Display & Behaviours"; /* Done */ "button.title.done" = "Done"; @@ -551,7 +551,7 @@ "label.text.appearance" = "Appearance"; /* Manage the look, feel, and behavior of NetNewsWire. */ -"label.text.appearance-explainer" = "Manage the look, feel, and behavior of NetNewsWire."; +"label.text.appearance-explainer" = "Manage the look, feel, and behaviour of NetNewsWire."; /* Application */ "label.text.application" = "Application"; @@ -702,7 +702,7 @@ "navigation.title.article-themes" = "Article Themes"; /* Display & Behaviors */ -"navigation.title.display-and-behaviors" = "Display & Behaviors"; +"navigation.title.display-and-behaviors" = "Display & Behaviours"; /* Enter Name */ "navigation.title.enter-name" = "Enter Name"; diff --git a/iOS/en-GB.lproj/LaunchScreenPad.strings b/iOS/en-GB.lproj/LaunchScreenPad.strings index 43cbd2c8d..e3c590d0c 100644 --- a/iOS/en-GB.lproj/LaunchScreenPad.strings +++ b/iOS/en-GB.lproj/LaunchScreenPad.strings @@ -1,6 +1,6 @@ - /* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "AK3-N5-4ke"; Note = "Settings bar button item"; */ "AK3-N5-4ke.title" = "Item"; /* Class = "UINavigationItem"; title = "Feeds"; ObjectID = "lE1-xw-gjH"; Note = "Navigation bar title: Feeds"; */ "lE1-xw-gjH.title" = "Feeds"; + diff --git a/iOS/en-GB.lproj/LaunchScreenPhone.strings b/iOS/en-GB.lproj/LaunchScreenPhone.strings index f72cda50e..18b547e05 100644 --- a/iOS/en-GB.lproj/LaunchScreenPhone.strings +++ b/iOS/en-GB.lproj/LaunchScreenPhone.strings @@ -1,6 +1,6 @@ - /* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "AK3-N5-4ke"; Note = "Bar button item: Settings"; */ "AK3-N5-4ke.title" = "Item"; /* Class = "UINavigationItem"; title = "Feeds"; ObjectID = "lE1-xw-gjH"; Note = "Navigation bar title: Feeds"; */ "lE1-xw-gjH.title" = "Feeds"; + diff --git a/iOS/en-GB.lproj/Main.strings b/iOS/en-GB.lproj/Main.strings index 1e26ef220..f8a53b174 100644 --- a/iOS/en-GB.lproj/Main.strings +++ b/iOS/en-GB.lproj/Main.strings @@ -1,4 +1,3 @@ - /* Class = "UILabel"; text = "Label"; ObjectID = "0Hz-Dv-MhU"; Note = "This does not need to be localized as it is provided by feed data."; */ "0Hz-Dv-MhU.text" = "Label"; @@ -11,18 +10,6 @@ /* Class = "UILabel"; text = "Blog Author"; ObjectID = "7GV-PV-YVq"; Note = "This does not need to be localized as it is provided by feed data."; */ "7GV-PV-YVq.text" = "Blog Author"; -/* Class = "UIViewController"; title = "Detail"; ObjectID = "JEX-9P-axG"; */ -"JEX-9P-axG.title" = "Detail"; - -/* Class = "UIBarButtonItem"; title = "Settings"; ObjectID = "TlU-Pg-ATe"; Note = "Settings bar button item."; */ -"TlU-Pg-ATe.title" = "Settings"; - -/* Class = "UILabel"; text = "Blog Name"; ObjectID = "YsT-Lt-Zry"; Note = "This does not need to be localized as it is provided by feed data."; */ -"YsT-Lt-Zry.text" = "Blog Name"; - -/* Class = "UINavigationItem"; title = "Feeds"; ObjectID = "Zdf-7t-Un8"; Note = "Title used in the navigation bar for the Feeds list."; */ -"Zdf-7t-Un8.title" = "Feeds"; - /* Class = "UIBarButtonItem"; title = "Item"; ObjectID = "fTv-eX-72r"; Note = "Mark All as Read button title."; */ "fTv-eX-72r.title" = "Item"; @@ -32,11 +19,24 @@ /* Class = "UILabel"; text = "Article Title"; ObjectID = "iFp-rn-HhQ"; Note = "This does not need to be localized as it is provided by feed data."; */ "iFp-rn-HhQ.text" = "Article Title"; +/* Class = "UIViewController"; title = "Detail"; ObjectID = "JEX-9P-axG"; */ +"JEX-9P-axG.title" = "Detail"; + +/* Class = "UIBarButtonItem"; title = "Settings"; ObjectID = "TlU-Pg-ATe"; Note = "Settings bar button item."; */ +"TlU-Pg-ATe.title" = "Settings"; + /* Class = "UIBarButtonItem"; title = "Previous Article"; ObjectID = "v4j-fq-23N"; Note = "Button title: Previous Article"; */ "v4j-fq-23N.title" = "Previous Article"; +/* Class = "UINavigationItem"; title = "Timeline"; ObjectID = "wcC-1L-ug4"; Note = "Title used in the navigation bar for the Timeline."; */ +"wcC-1L-ug4.title" = "Timeline"; + /* Class = "UIBarButtonItem"; title = "Toggle Starred"; ObjectID = "wU4-eH-wC9"; Note = "Button title: Toggle Starred"; */ "wU4-eH-wC9.title" = "Toggle Starred"; -/* Class = "UINavigationItem"; title = "Timeline"; ObjectID = "wcC-1L-ug4"; Note = "Title used in the navigation bar for the Timeline."; */ -"wcC-1L-ug4.title" = "Timeline"; +/* Class = "UILabel"; text = "Blog Name"; ObjectID = "YsT-Lt-Zry"; Note = "This does not need to be localized as it is provided by feed data."; */ +"YsT-Lt-Zry.text" = "Blog Name"; + +/* Class = "UINavigationItem"; title = "Feeds"; ObjectID = "Zdf-7t-Un8"; Note = "Title used in the navigation bar for the Feeds list."; */ +"Zdf-7t-Un8.title" = "Feeds"; +