1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

externalize cheat sheet strings (bug 234147)

This commit is contained in:
Vivian Kong 2008-05-27 14:30:06 +00:00
parent 03273b05c1
commit c4d5a8d334
2 changed files with 12 additions and 6 deletions

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@ -10,3 +10,9 @@
###############################################################################
pluginName=C/C++ Development User Guide
providerName=Eclipse.org
CheatSheet.name=C/C++ Development
CreateProjectTutorial.name=Creating C/C++ Projects
CreateProjectTutorial.description=Use this tutorial to learn how to create a simple C/C++ project.
ImportProjectTutorial.name=Importing C/C++ Projects
ImportProjectTutorial.description=Use this tutorial to learn how to successfully import a CDT project.

View file

@ -99,16 +99,16 @@
point="org.eclipse.ui.cheatsheets.cheatSheetContent">
<category
id="org.eclipse.cdt-doc.category.tutorials"
name="C/C++ Development">
name="%CheatSheet.name">
</category>
<cheatsheet
category="org.eclipse.cdt-doc.category.tutorials"
composite="false"
contentFile="$nl$/cheatsheets/cs_cdt_basic.xml"
id="org.eclipse.cdt-doc.cheatsheet.cdt_basic"
name="Creating C/C++ Projects">
name="%CreateProjectTutorial.name">
<description>
Use this tutorial to learn how to create a simple C/C++ project.
%CreateProjectTutorial.description
</description>
</cheatsheet>
<cheatsheet
@ -116,9 +116,9 @@
composite="false"
contentFile="$nl$/cheatsheets/cs_cdt_import_project.xml"
id="org.eclipse.cdt-doc.cheatsheet.cdt_import_project"
name="Importing C/C++ Projects">
name="%ImportProjectTutorial.name">
<description>
Use this tutorial to learn how to successfully import a CDT project.
%ImportProjectTutorial.description
</description>
</cheatsheet>
</extension>