summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-04-04 10:35:13 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-04-04 10:35:13 +0200
commit8fa971259d73abfd70648a56a7bb9401ce49d7bf (patch)
treea8a892a75b109ab3f569626c871c3565f87c47eb
parentef84858cbf77100bb524055c652535d8ea66be3f (diff)
core: renamed some wizards and actions
-rw-r--r--core/META-INF/MANIFEST.MF2
-rwxr-xr-xcore/plugin.properties32
-rw-r--r--core/plugin.xml14
3 files changed, 28 insertions, 20 deletions
diff --git a/core/META-INF/MANIFEST.MF b/core/META-INF/MANIFEST.MF
index 6edd186..9fdcd70 100644
--- a/core/META-INF/MANIFEST.MF
+++ b/core/META-INF/MANIFEST.MF
@@ -52,5 +52,5 @@ Export-Package: org.openoffice.ide.eclipse.core,
org.openoffice.ide.eclipse.core.wizards,
org.openoffice.ide.eclipse.core.wizards.pages,
org.openoffice.ide.eclipse.core.wizards.utils
-Bundle-Vendor: Cédric Bosdonnat
+Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/core/plugin.properties b/core/plugin.properties
index 2d2e68d..e11d438 100755
--- a/core/plugin.properties
+++ b/core/plugin.properties
@@ -7,11 +7,12 @@ preferences.oooplugin = LibreOffice plugin
preferences.unoidleditor = UNO-IDL Editor
preferences.sdkconfig = SDK Configuration
-wizards = UNO
-wizards.unoidlfile = UNO-IDL file
-wizards.unoidlproject = UNO-IDL project
-wizards.service = UNO-IDL service
-wizards.interface = UNO-IDL interface
+wizards = LibreOffice
+wizards.unoidlfile = IDL file
+wizards.unoidlproject = Extension project
+wizards.service = UNO service
+wizards.interface = UNO interface
+wizards.export = LibreOffice package
decorator.name = UNO decorator
decorator.description = This decorator provides new icons to distinguish UNO-IDL resources \
@@ -19,10 +20,10 @@ decorator.description = This decorator provides new icons to distinguish UNO-
builders.types = Generate the types from the idl specifications
-newactions.name = Uno idl creation wizards
+newactions.name = LibreOffice creation wizards
newactions.description = Quick access to the file and project creation wizards
-newactions.newproject.name = New UNO-IDL project
-newactions.newproject.tooltip = Launch the new UNO-IDL project wizard
+newactions.newproject.name = New LibreOffice extension project
+newactions.newproject.tooltip = Launch the new LibreOffice extension project wizard
idlcerrormarker.name = Marker for idlc errors
@@ -33,11 +34,18 @@ project.propertypage.name = UNO properties
Bundle-Name = OOo eclipse integration
wizard.file.description = Create a new UNO specification file. Please use this wizard with care: you should better run the type-specific wizards if they exists.
-wizard.component.description = Create an empty UNO component with a service and it's implementation.
-wizard.service.description = Creates a new 'new-styled' UNO service. A service will export one interface and define some constructors.
+wizard.component.description = Create an empty extension with a service and it's implementation.
+wizard.service.description = Creates a new UNO service. A service will export one interface and define some constructors.
wizard.interface.description = Create an new UNO interface. An interface is a set of related methods and properties that will be used by a service.
wizard.ure.name = New URE based Application
wizard.ure.description = Create an URE based application. This wizard will create the basic skeleton to run an application featuring UNO component model.
nature.name = UNO Nature
-action.service.label = New Uno Service
-action.service.tooltip = Create a UNO Service \ No newline at end of file
+action.service.label = New UNO Service
+action.service.tooltip = Create a UNO Service
+action.tomanifest = Convert to manifest
+Bundle-Vendor = C\u00E9dric Bosdonnat
+extension-point.name = Uno-idl project language binding Extension point
+extension-point.name.0 = Provides XMain implementations for different languages
+
+launch.libreoffice = LibreOffice Application
+launch.ure = URE Application \ No newline at end of file
diff --git a/core/plugin.xml b/core/plugin.xml
index 11fab23..31cbfed 100644
--- a/core/plugin.xml
+++ b/core/plugin.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
- <extension-point id="language" name="Uno-idl project language binding Extension point" schema="schema/language.exsd"/>
- <extension-point id="MainProvider" name="Provides XMain implementations for different languages" schema="schema/MainProvider.exsd"/>
+ <extension-point id="language" name="%extension-point.name" schema="schema/language.exsd"/>
+ <extension-point id="MainProvider" name="%extension-point.name.0" schema="schema/MainProvider.exsd"/>
<extension
point="org.eclipse.ui.editors">
<editor
@@ -262,14 +262,14 @@
delegate="org.openoffice.ide.eclipse.core.launch.UreLaunchDelegate"
id="org.openoffice.ide.eclipse.core.launchUreApplication"
modes="run"
- name="URE Application"/>
+ name="%launch.ure"/>
<launchConfigurationType
delegate="org.openoffice.ide.eclipse.core.launch.office.OfficeLaunchDelegate"
delegateDescription="The Open Office launcher supports running and remote debugging Open Office extensions."
delegateName="Open Office Launcher"
id="org.openoffice.ide.eclipse.core.launchOpenOffice"
modes="run,debug"
- name="LibreOffice Application">
+ name="%launch.libreoffice">
</launchConfigurationType>
</extension>
<extension
@@ -300,13 +300,13 @@
point="org.eclipse.ui.exportWizards">
<category
id="org.openoffice.ide.eclipse.core.uno"
- name="UNO"/>
+ name="%wizards"/>
<wizard
category="org.openoffice.ide.eclipse.core.uno"
class="org.openoffice.ide.eclipse.core.wizards.PackageExportWizard"
icon="/icons/export_package.gif"
id="org.openoffice.ide.eclipse.core.export.package"
- name="LibreOffice package"/>
+ name="%wizards.export"/>
</extension>
<extension
point="org.eclipse.ui.startup">
@@ -331,7 +331,7 @@
class="org.openoffice.ide.eclipse.core.actions.ConvertToManifestAction"
enablesFor="1"
id="org.openoffice.ide.eclipse.core.actions.create_manifest"
- label="Convert to manifest">
+ label="%action.tomanifest">
</action>
</objectContribution>
</extension>