Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Work In Progress strings


I took a stab at creating keys for the strings in the Work in Progress page.
Hope you like them!
Tanya
Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/ChangeLog,v
retrieving revision 1.469
diff -u -r1.469 ChangeLog
--- ChangeLog	9 Jun 2004 17:42:46 -0000	1.469
+++ ChangeLog	9 Jun 2004 20:52:11 -0000
@@ -1,3 +1,9 @@
+2004-06-09 Tanya Wolff
+	Externalized strings from Work In Progress
+	Part of PR 66016
+	
+	* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
+	
 2004-06-09 Alain Magloire
 	Disable extension Work In Progress
 	in plugin.xml. Part of PR 66016
Index: src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties,v
retrieving revision 1.17
diff -u -r1.17 PreferencesMessages.properties
--- src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties	9 Jun 2004 12:37:56 -0000	1.17
+++ src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties	9 Jun 2004 20:52:12 -0000
@@ -165,5 +165,20 @@
 
 CEditorHoverConfigurationBlock.showAffordance= &Show affordance in hover on how to make it sticky
 
+#Search Preferences
+CSearchPreferences.ExternalSearchLinks.ExternalSearchLinksGroup=External Search Links
+CSearchPreferences.ExternalSearchLinks.EnableMarkerLinkType=Enable Marker Link Type
+CSearchPreferences.ExternalSearchLinks.Visible=Visible
+CSearchPreferences.ExternalSearchLinks.Invisible=Invisible
+CSearchPreferences.IndexerTimeout.IndexerTimeoutGroup=Indexer Timeout
+CSearchPreferences.IndexerTimeout.Timeout=Timeout (ms)
 
+#Open Type Preferences
+CEditorPreferencePage.Navigation.OpenType=Open Type
+CEditorPreferencePage.Navigation.CacheTypesInBackground=Cache types in background
+
+#Editor Preferences
+CEditorPreferencePage.behaviourPage.EditorGroup=Editor
+CEditorPreferencePage.behaviourPage.EnableEditorProblemAnnotation=Enable editor problem annotation
+CEditorPreferencePage.behaviourPage.Annotations=Annotations
 

Back to the top