You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2009/10/21 19:31:54 UTC

svn commit: r828114 - in /directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards: NewProjectWizardInformationPage.java messages.properties messages_de.properties messages_fr.properties

Author: pamarcelot
Date: Wed Oct 21 17:31:53 2009
New Revision: 828114

URL: http://svn.apache.org/viewvc?rev=828114&view=rev
Log:
String externalization on remaining strings.

Modified:
    directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/NewProjectWizardInformationPage.java
    directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages.properties
    directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_de.properties
    directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_fr.properties

Modified: directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/NewProjectWizardInformationPage.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/NewProjectWizardInformationPage.java?rev=828114&r1=828113&r2=828114&view=diff
==============================================================================
--- directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/NewProjectWizardInformationPage.java (original)
+++ directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/NewProjectWizardInformationPage.java Wed Oct 21 17:31:53 2009
@@ -80,7 +80,7 @@
 
         // Name
         Label nameLabel = new Label( composite, SWT.NONE );
-        nameLabel.setText( Messages.getString( "NewProjectWizardInformationPage.ProejctName" ) ); //$NON-NLS-1$
+        nameLabel.setText( Messages.getString( "NewProjectWizardInformationPage.ProjectName" ) ); //$NON-NLS-1$
         nameText = new Text( composite, SWT.BORDER );
         nameText.setLayoutData( new GridData( SWT.FILL, SWT.NONE, true, false ) );
         nameText.addModifyListener( new ModifyListener()
@@ -95,15 +95,15 @@
         {
             // Type Group
             Group typeGroup = new Group( composite, SWT.NONE );
-            typeGroup.setText( "Type" );
+            typeGroup.setText( Messages.getString( "NewProjectWizardInformationPage.Type" ) ); //$NON-NLS-1$
             typeGroup.setLayout( new GridLayout() );
             typeGroup.setLayoutData( new GridData( SWT.FILL, SWT.NONE, true, false, 2, 1 ) );
 
             typeOfflineRadio = new Button( typeGroup, SWT.RADIO );
-            typeOfflineRadio.setText( "Offline Schema" );
+            typeOfflineRadio.setText( Messages.getString( "NewProjectWizardInformationPage.OfflineSchema" ) ); //$NON-NLS-1$
             typeOfflineRadio.setLayoutData( new GridData( SWT.FILL, SWT.NONE, true, false ) );
             typeOnlineRadio = new Button( typeGroup, SWT.RADIO );
-            typeOnlineRadio.setText( "Online Schema from a Directory Server" );
+            typeOnlineRadio.setText( Messages.getString( "NewProjectWizardInformationPage.OnlineSchema" ) ); //$NON-NLS-1$
             typeOnlineRadio.setLayoutData( new GridData( SWT.FILL, SWT.NONE, true, false ) );
         }
 

Modified: directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages.properties?rev=828114&r1=828113&r2=828114&view=diff
==============================================================================
--- directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages.properties (original)
+++ directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages.properties Wed Oct 21 17:31:53 2009
@@ -277,8 +277,11 @@
 NewProjectWizardInformationPage.CreateSchemaProject=Create a Schema project.
 NewProjectWizardInformationPage.ErrorNoNameSpecified=A name must be specified.
 NewProjectWizardInformationPage.ErrorProjectNameExists=A project with this name already exists.
-NewProjectWizardInformationPage.ProejctName=Project name:
+NewProjectWizardInformationPage.ProjectName=Project name:
 NewProjectWizardInformationPage.SpecifiyNameAndType=Please specify a name to create a new Schema project.
+NewProjectWizardInformationPage.Type=Type
+NewProjectWizardInformationPage.OfflineSchema=Offline Schema
+NewProjectWizardInformationPage.OnlineSchema=Online Schema from a Directory Server
 NewProjectWizardSchemasSelectionPage.CreateSchemaProject=Create a Schema project.
 NewProjectWizardSchemasSelectionPage.PleaseSelectCoreSchemaForInclude=Please select the 'core' schemas to include in the project.
 NewSchemaWizardPage.CreateSchema=Create a Schema

Modified: directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_de.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_de.properties?rev=828114&r1=828113&r2=828114&view=diff
==============================================================================
--- directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_de.properties (original)
+++ directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_de.properties Wed Oct 21 17:31:53 2009
@@ -286,7 +286,10 @@
 NewProjectWizardInformationPage.CreateSchemaProject=Schema Projekt erstellen.
 NewProjectWizardInformationPage.ErrorNoNameSpecified=Ein Name muss angegeben werden.
 NewProjectWizardInformationPage.ErrorProjectNameExists=Ein Projekt mit diesem Namen existiert bereits.
-NewProjectWizardInformationPage.ProejctName=Projektname:
+NewProjectWizardInformationPage.ProjectName=Projektname:
+NewProjectWizardInformationPage.Type=TODO:Type
+NewProjectWizardInformationPage.OfflineSchema=TODO:Offline Schema
+NewProjectWizardInformationPage.OnlineSchema=TODO:Online Schema from a Directory Server
 NewProjectWizardInformationPage.SpecifiyNameAndType=Bitte einen Namen des Schema Projektes eingeben.
 NewProjectWizardSchemasSelectionPage.CreateSchemaProject=Schema Projekt erstellen.
 NewProjectWizardSchemasSelectionPage.PleaseSelectCoreSchemaForInclude=Bitte die Kern-Schemas ausw\u00E4hlen, die zum Projekt hinzugef\u00FCgt werden sollen.

Modified: directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_fr.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_fr.properties?rev=828114&r1=828113&r2=828114&view=diff
==============================================================================
--- directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_fr.properties (original)
+++ directory/studio/trunk/schemaeditor/src/main/java/org/apache/directory/studio/schemaeditor/view/wizards/messages_fr.properties Wed Oct 21 17:31:53 2009
@@ -293,7 +293,10 @@
 NewProjectWizardInformationPage.CreateSchemaProject=Cr\u00E9er un projet de sch\u00E9ma.
 NewProjectWizardInformationPage.ErrorNoNameSpecified=Un nom doit \u00EAtre sp\u00E9cifi\u00E9.
 NewProjectWizardInformationPage.ErrorProjectNameExists=Un projet avec ce nom existe d\u00E9j\u00E0.
-NewProjectWizardInformationPage.ProejctName=Nom du projet:
+NewProjectWizardInformationPage.ProjectName=Nom du projet:
+NewProjectWizardInformationPage.Type=Type
+NewProjectWizardInformationPage.OfflineSchema=Sch\u00E9ma hors-ligne
+NewProjectWizardInformationPage.OnlineSchema=Sch\u00E9ma en-ligne à partir d'un serveur d'annuaire
 NewProjectWizardInformationPage.SpecifiyNameAndType=Veuillez sp\u00E9cifier un nom pour cr\u00E9er un nouveau projet de sch\u00E9ma.
 
 NewProjectWizardSchemasSelectionPage.CreateSchemaProject=Cr\u00E9er un projet de sch\u00E9ma.