WorldWideTelescope / wwt-windows-client

WorldWide Telescope Windows Application
Other
179 stars 55 forks source link

Many UI elements still say "Microsoft WorldWide Telescope" #138

Open pkgw opened 5 years ago

pkgw commented 5 years ago

For AAS branding, these should become "AAS WorldWide Telescope".

Here's my git grep -n showing the instances, with many long lines truncated:

Setup1/Setup1.vdproj:1830:            "DefaultLocation" = "8:[ProgramFilesFolder]Microsoft Research\\Microsoft WorldWide Telescope"
WWTCore/WWTCore/Properties/AssemblyInfo.cs:12:[assembly: AssemblyProduct("Microsoft WorldWide Telescope")]
WWTExplorer3d/3dWIndow.cs:1147:        string mainWindowText = Language.GetLocalizedText(3, "Microsoft WorldWide Telescope");
WWTExplorer3d/3dWIndow.cs:1188:            this.Text = Language.GetLocalizedText(3, "Microsoft WorldWide Telescope");
WWTExplorer3d/3dWIndow.cs:1192:                UiTools.ShowMessageBox(Language.GetLocalizedText(4, "You need 3d Graphics and Direct
WWTExplorer3d/3dWIndow.cs:1908:                UiTools.ShowMessageBox(Language.GetLocalizedText(1003, "The image file did not downl
WWTExplorer3d/3dWIndow.cs:2356:                        if (UiTools.ShowMessageBox(Language.GetLocalizedText(1004, "Close layers loa
WWTExplorer3d/3dWIndow.cs:3036:            Text = Language.GetLocalizedText(3, "Microsoft WorldWide Telescope");
WWTExplorer3d/3dWIndow.cs:5289:            this.Text = "Microsoft WorldWide Telescope";
WWTExplorer3d/3dWIndow.cs:5551:                    this.Text = Language.GetLocalizedText(3, "Microsoft WorldWide Telescope") + " - 
WWTExplorer3d/3dWIndow.cs:6103:                if (UiTools.ShowMessageBox(Language.GetLocalizedText(688, "WorldWide Telescope faile
WWTExplorer3d/3dWIndow.cs:6252:                if (UiTools.ShowMessageBox(Language.GetLocalizedText(689, "WorldWide Telescope encou
WWTExplorer3d/3dWIndow.cs:6263:                if (UiTools.ShowMessageBox(Language.GetLocalizedText(690, "WorldWide Telescope has e
WWTExplorer3d/3dWIndow.cs:7882:                    if (UiTools.ShowMessageBox(string.Format(Language.GetLocalizedText(95, "You must
WWTExplorer3d/3dWIndow.cs:7921:                        if (UiTools.ShowMessageBox(string.Format(Language.GetLocalizedText(96, "Ther
WWTExplorer3d/3dWIndow.cs:7954:                        UiTools.ShowMessageBox(string.Format(Language.GetLocalizedText(97, "You have
WWTExplorer3d/3dWIndow.cs:8565:                    MessageBox.Show(Language.GetLocalizedText(102, "This file does not seem to be a 
WWTExplorer3d/3dWIndow.cs:8580:                MessageBox.Show(Language.GetLocalizedText(103, "The tour file could not be downloade
WWTExplorer3d/3dWIndow.cs:8588:                MessageBox.Show(Language.GetLocalizedText(104, "The tour file could not be downloade
WWTExplorer3d/3dWIndow.cs:8593:                MessageBox.Show(Language.GetLocalizedText(105, "The tour file is invalid. Check you 
WWTExplorer3d/3dWIndow.cs:8638:                MessageBox.Show(Language.GetLocalizedText(106, "Could not load tour"), Language.GetL
WWTExplorer3d/3dWIndow.cs:8658:                    MessageBox.Show(Language.GetLocalizedText(109, "This file does not seem to be a 
WWTExplorer3d/3dWIndow.cs:8786:            if (UiTools.ShowMessageBox(Language.GetLocalizedText(111, "The file opened is a communit
WWTExplorer3d/3dWIndow.cs:8983:                UiTools.ShowMessageBox(Language.GetLocalizedText(114, "Respect Copyright. Please res
WWTExplorer3d/3dWIndow.cs:9160:            Text = Language.GetLocalizedText(3, "Microsoft WorldWide Telescope");
WWTExplorer3d/3dWIndow.cs:9176:                    MessageBox.Show(Language.GetLocalizedText(124, "Could not connect to the server 
WWTExplorer3d/3dWIndow.cs:11524:                    MessageBox.Show(Language.GetLocalizedText(109, "This file does not seem to be a
WWTExplorer3d/3dWIndow.cs:12202:                    MessageBox.Show(Language.GetLocalizedText(109, "This file does not seem to be a
WWTExplorer3d/ClearCache.cs:247:                    if (UiTools.ShowMessageBox(Language.GetLocalizedText(149, "This will delete cus
WWTExplorer3d/ClearCache.cs:254:                    if (UiTools.ShowMessageBox(Language.GetLocalizedText(150, "This will delete cac
WWTExplorer3d/Constellations.cs:848:                    MessageBox.Show(Language.GetLocalizedText(109, "This file does not seem to 
WWTExplorer3d/DataSetManager.cs:58:                UiTools.ShowMessageBox(Language.GetLocalizedText(185, "The Cities Catalog data f
WWTExplorer3d/DataSetManager.cs:92:                UiTools.ShowMessageBox(Language.GetLocalizedText(186, "The Catalog data file cou
WWTExplorer3d/FolderBrowser.cs:261:                    MessageBox.Show(Language.GetLocalizedText(221, "The layer file could not be 
WWTExplorer3d/FolderBrowser.cs:498:                if (UiTools.ShowMessageBox(Language.GetLocalizedText(999, "Do you really want to
WWTExplorer3d/FolderBrowser.cs:510:            if (UiTools.ShowMessageBox(Language.GetLocalizedText(1000, "Do you really want to un
WWTExplorer3d/FolderBrowser.cs:640:                if (UiTools.ShowMessageBox(Language.GetLocalizedText(999, "Do you really want to
WWTExplorer3d/FolderPanel.cs:271:            //        MessageBox.Show(Language.GetLocalizedText(221, "The layer file could not be 
WWTExplorer3d/FolderPanel.cs:504:        //        if (UiTools.ShowMessageBox(Language.GetLocalizedText(999, "Do you really want to
WWTExplorer3d/FolderPanel.cs:516:        //    if (UiTools.ShowMessageBox(Language.GetLocalizedText(1000, "Do you really want to un
WWTExplorer3d/FolderPanel.cs:646:        //        if (UiTools.ShowMessageBox(Language.GetLocalizedText(999, "Do you really want to
WWTExplorer3d/FrameWizardTrajectory.cs:71:                    UiTools.ShowMessageBox(Language.GetLocalizedText(947, "The File does 
WWTExplorer3d/KioskTitleBar.cs:21:            this.titleBar.Text = Language.GetLocalizedText(866, "Microsoft WorldWide Telescope - 
WWTExplorer3d/LayerContainer.cs:153:                            if (UiTools.ShowMessageBox(Language.GetLocalizedText(958, "There ar
WWTExplorer3d/LayerManager.cs:1716:                    MessageBox.Show(Language.GetLocalizedText(1304, "This file does not seem to 
WWTExplorer3d/LayerManagerCore.cs:647:                        if (UiTools.ShowMessageBox(Language.GetLocalizedText(958, "There are 
WWTExplorer3d/MinorPlanets.cs:112:                UiTools.ShowMessageBox(Language.GetLocalizedText(1003, "The image file did not do
WWTExplorer3d/RenderEngine.cs:1190:                UiTools.ShowMessageBox(Language.GetLocalizedText(93, "The Imagery data file coul
WWTExplorer3d/SettingsTab.cs:99:            if (UiTools.ShowMessageBox(Language.GetLocalizedText(514, "Do you want to add these con
WWTExplorer3d/SettingsTab.cs:115:                                MessageBox.Show(Language.GetLocalizedText(516, "Name already exist
WWTExplorer3d/SettingsTab.cs:136:                                    UiTools.ShowMessageBox(Language.GetLocalizedText(517, "The fil
WWTExplorer3d/SettingsTab.cs:143:                            MessageBox.Show(Language.GetLocalizedText(518, "Name already exists, t
WWTExplorer3d/SettingsTab.cs:216:                                MessageBox.Show(Language.GetLocalizedText(516, "Name already exist
WWTExplorer3d/SettingsTab.cs:230:                            MessageBox.Show(Language.GetLocalizedText(516, "Name already exists, t
WWTExplorer3d/SettingsTab.cs:271:                            MessageBox.Show(Language.GetLocalizedText(516, "Name already exists, t
WWTExplorer3d/SettingsTab.cs:296:                        MessageBox.Show(Language.GetLocalizedText(516, "Name already exists, type 
WWTExplorer3d/SettingsTab.cs:312:            if (MessageBox.Show(Language.GetLocalizedText(520, "Deleting this figure library will 
WWTExplorer3d/SkyOverlays.cs:533:                            MessageBox.Show(Language.GetLocalizedText(516, "Name already exists, t
WWTExplorer3d/Tour.cs:244:                            if (UiTools.ShowMessageBox(Language.GetLocalizedText(958, "There are layers w
WWTExplorer3d/TourEdit.cs:578:                    MessageBox.Show(Language.GetLocalizedText(102, "This file does not seem to be a v
WWTExplorer3d/UiTools.cs:688:            return MessageBox.Show(text, Language.GetLocalizedText(3, "Microsoft WorldWide Telescope")
WWTExplorer3d/VOTableViewer.Designer.cs:324:            this.Text = "Microsoft WorldWide Telescope - VO Table Viewer";
WWTExplorer3d/VOTableViewer.cs:14:        public static string WindowText = "Microsoft WorldWide Telescope - VO Table Viewer";
WWTExplorer3d/VOTableViewer.cs:36:            Text = Language.GetLocalizedText(642, "Microsoft WorldWide Telescope - VO Table Viewe
astrojonathan commented 5 years ago

This can all be dealt with on the Server with one edit to the Language file. We need to edit the Localization files and that will take care of it. Editing the code won't actually change the output unless no localization exists.