Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 61412 invoked from network); 23 Mar 2007 09:48:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Mar 2007 09:48:51 -0000 Received: (qmail 62495 invoked by uid 500); 23 Mar 2007 09:48:59 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 62433 invoked by uid 500); 23 Mar 2007 09:48:58 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 62422 invoked by uid 99); 23 Mar 2007 09:48:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 02:48:58 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Mar 2007 02:48:48 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3690D1A983A; Fri, 23 Mar 2007 02:47:18 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r521648 - in /directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main: java/org/apache/directory/ldapstudio/schemas/io/ resources/org/apache/directory/ldapstudio/schemas/controller/actions/ resources/org/apache/directory/ldapstudio/sc... Date: Fri, 23 Mar 2007 09:47:17 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070323094718.3690D1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Fri Mar 23 02:47:15 2007 New Revision: 521648 URL: http://svn.apache.org/viewvc?view=rev&rev=521648 Log: Cleaning messages.properties files. Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/java/org/apache/directory/ldapstudio/schemas/io/SchemaParser.java directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/controller/actions/messages.properties directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/io/messages.properties directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/model/messages.properties directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/dialogs/messages.properties directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/editors/messages.properties directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/preferences/messages.properties directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/viewers/messages.properties directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/wizards/messages.properties Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/java/org/apache/directory/ldapstudio/schemas/io/SchemaParser.java URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/java/org/apache/directory/ldapstudio/schemas/io/SchemaParser.java?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/java/org/apache/directory/ldapstudio/schemas/io/SchemaParser.java (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/java/org/apache/directory/ldapstudio/schemas/io/SchemaParser.java Fri Mar 23 02:47:15 2007 @@ -127,7 +127,7 @@ in = fileURL.openStream(); if ( in == null ) - throw new FileNotFoundException( Messages.getString( "SchemaParser.0" ) ); //$NON-NLS-1$ + throw new FileNotFoundException( Messages.getString( "SchemaParser.No_path_or_url_specified" ) ); //$NON-NLS-1$ OpenLdapSchemaParser parser = new OpenLdapSchemaParser(); try Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/controller/actions/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/controller/actions/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/controller/actions/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/controller/actions/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,15 +20,22 @@ # This file stores the Strings used by the User Interface of the application # +# CreateANewAttributeTypeAction - org.apache.directory.ldapstudio.schemas.controller.actions CreateANewAttributeTypeAction.Create_a_new_attribute_type=Create a new attribute type CreateANewAttributeTypeAction.A_schema_must_be_selected=A schema must be selected to add a new attribute type. +CreateANewAttributeTypeAction.The_schema=The schema " +CreateANewAttributeTypeAction.Is_a_core_schema_It_cant_be_modified=" is a core schema. It can't be modified. + +# CreateANewObjectClassAction - org.apache.directory.ldapstudio.schemas.controller.actions CreateANewObjectClassAction.Create_a_new_object_class=Create a new object class CreateANewObjectClassAction.A_schema_must_be_selected=A schema must be selected to add a new object class. -CreateANewAttributeTypeAction.The_schema=The schema " -CreateANewSchemaAction.Create_a_new_schema=Create a new schema CreateANewObjectClassAction.The_schema=The schema " -CreateANewAttributeTypeAction.Is_a_core_schema_It_cant_be_modified=" is a core schema. It can't be modified. CreateANewObjectClassAction.Is_a_core_schema_It_cant_be_modified=" is a core schema. It can't be modified. + +# CreateANewSchemaAction - org.apache.directory.ldapstudio.schemas.controller.actions +CreateANewSchemaAction.Create_a_new_schema=Create a new schema + +# DeleteAction - org.apache.directory.ldapstudio.schemas.controller.actions DeleteAction.Delete_the_selected_item=Delete the selected item DeleteAction.This_item_cant_be_deleted=This item can't be deleted. DeleteAction.The_schema=The schema " @@ -36,17 +43,27 @@ DeleteAction.Are_you_sure_you_want_to_delete_the_attribute_type=Are you sure you want to delete the attribute type " DeleteAction.Interrogation="? DeleteAction.Are_you_sure_you_want_to_delete_the_object_class=Are you sure you want to delete the object class " + +# OpenLocalFileAction - org.apache.directory.ldapstudio.schemas.controller.actions OpenLocalFileAction.Open_a_schema_file=Open a schema file + +# RemoveSchemaAction - org.apache.directory.ldapstudio.schemas.controller.actions RemoveSchemaAction.Remove_the_selected_schema=Remove the selected schema RemoveSchemaAction.The_schema=The schema " RemoveSchemaAction.Is_a_core_schema_It_cant_be_removed_from_the_pool=" is a core schema. It can't be removed from the pool. RemoveSchemaAction.This_schema_has_been_modified_or_has_pending_modifications=This schema has been modified or has pending modifications in opened editors, are you sure you want to remove it from the pool without saving it first ? + +# SaveAction - org.apache.directory.ldapstudio.schemas.controller.actions SaveAction.Save_schema=Save schema SaveAction.Error=Error -SaveAllAction.Error=Error -SaveAsAction.Error=Error SaveAction.An_error_occurred_when_saving_schema=An error occurred when saving schema + +# SaveAllAction - org.apache.directory.ldapstudio.schemas.controller.actions +SaveAllAction.Error=Error SaveAllAction.Save_all_schemas=Save all schemas -SaveAsAction.Save_schema_as=Save schema as... SaveAllAction.An_error_occured_when_saving_schemas=An error occured when saving schemas + +# SaveAsAction - org.apache.directory.ldapstudio.schemas.controller.actions +SaveAsAction.Error=Error +SaveAsAction.Save_schema_as=Save schema as... SaveAsAction.An_error_occurred_when_saving_schemas=An error occurred when saving schema Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/io/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/io/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/io/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/io/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,6 +20,7 @@ # This file stores the Strings used by the User Interface of the application # -SchemaParser.0=Schema parser: no path or url specified\! +# SchemaParser - org.apache.directory.ldapstudio.schemas.io +SchemaParser.No_path_or_url_specified=Schema parser: no path or url specified\! SchemaParser.An_error_has_occurred_when_parsing_the_file=An error has occurred when parsing the file : SchemaParser.The_schema_cannot_be_opened=.\nThe schema cannot be opened. Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/model/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/model/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/model/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/model/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,6 +20,7 @@ # This file stores the Strings used by the User Interface of the application # +# Schema - org.apache.directory.ldapstudio.schemas.model Schema.The_schema=The schema " Schema.Has_pending_modifications_in_editors_Do_you_want_to_apply_them=" has pending modifications in editors. Do you want to apply them? Schema.Has_been_modified_Do_you_want_to_save_it=" has been modified. Do you want to save it? Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/dialogs/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/dialogs/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/dialogs/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/dialogs/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,7 +20,7 @@ # This file stores the Strings used by the User Interface of the application # -# AttributeTypeSelectionDialog +# AttributeTypeSelectionDialog - org.apache.directory.ldapstudio.schemas.view.dialogs AttributeTypeSelectionDialog.Attribute_Type_Selection=Attribute Type Selection AttributeTypeSelectionDialog.Choose_an_attribute_type=Choose an attribute type: AttributeTypeSelectionDialog.Matching_attribute_type(s)=Matching attribute type(s): @@ -30,14 +30,14 @@ AttributeTypeSelectionDialog.Name=Name AttributeTypeSelectionDialog.Schema=Schema -# ManageAliasesDialog +# ManageAliasesDialog - org.apache.directory.ldapstudio.schemas.view.dialogs ManageAliasesDialog.Manage_aliases=Manage aliases ManageAliasesDialog.Aliases=Aliases: ManageAliasesDialog.Add_an_alias=Add an alias: ManageAliasesDialog.Add=Add ManageAliasesDialog.Delete=Delete -# ObjectClassSelectionDialog +# ObjectClassSelectionDialog - org.apache.directory.ldapstudio.schemas.view.dialogs ObjectClassSelectionDialog.Object_Class_Selection=Object Class Selection ObjectClassSelectionDialog.Choose_an_object_class=Choose an object class: ObjectClassSelectionDialog.Matching_object_class(es)=Matching object class(es): Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/editors/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/editors/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/editors/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/editors/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,15 +20,15 @@ # This file stores the Strings used by the User Interface of the application # -# AttributeTypeFormEditor +# AttributeTypeFormEditor - org.apache.directory.ldapstudio.schemas.view.editors AttributeTypeFormEditor.Overview=Overview AttributeTypeFormEditor.Source_Code=Source Code -# AttributeTypeFormEditorInput +# AttributeTypeFormEditorInput - org.apache.directory.ldapstudio.schemas.view.editors AttributeTypeFormEditorInput.In_the=\ in the " AttributeTypeFormEditorInput.Schema=" schema -# AttributeTypeFormEditorOverviewPage +# AttributeTypeFormEditorOverviewPage - org.apache.directory.ldapstudio.schemas.view.editors AttributeTypeFormEditorOverviewPage.General_Section_Description=Specify general information (name, OID, etc.). AttributeTypeFormEditorOverviewPage.General_Section_Text=General information AttributeTypeFormEditorOverviewPage.Aliases=Aliases: @@ -50,15 +50,15 @@ AttributeTypeFormEditorOverviewPage.Substring=Substring: AttributeTypeFormEditorOverviewPage.(None)=(None) -# ObjectClassFormEditor +# ObjectClassFormEditor - org.apache.directory.ldapstudio.schemas.view.editors ObjectClassFormEditor.Overview=Overview ObjectClassFormEditor.Source_Code=Source Code -# ObjectClassFormEditorInput +# ObjectClassFormEditorInput - org.apache.directory.ldapstudio.schemas.view.editors ObjectClassFormEditorInput.In_the=\ in the " ObjectClassFormEditorInput.Schema=" schema -# ObjectClassFormEditorOverviewPage +# ObjectClassFormEditorOverviewPage - org.apache.directory.ldapstudio.schemas.view.editors ObjectClassFormEditorOverviewPage.General_Information_Section_Description=Specify general information (name, OID, etc.). ObjectClassFormEditorOverviewPage.General_Information_Section_Text=General information ObjectClassFormEditorOverviewPage.Aliases=Aliases: @@ -83,8 +83,8 @@ ObjectClassFormEditorOverviewPage.Auxiliary=Auxiliary ObjectClassFormEditorOverviewPage.Structural=Structural -# SchemaFormEditor +# SchemaFormEditor - org.apache.directory.ldapstudio.schemas.view.editors SchemaFormEditor.Source_code=Source code -# SchemaFormEditorInput +# SchemaFormEditorInput - org.apache.directory.ldapstudio.schemas.view.editors SchemaFormEditorInput.Source_code_of=Source code of Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/preferences/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/preferences/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/preferences/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/preferences/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,8 +20,11 @@ # This file stores the Strings used by the User Interface of the application # +# GeneralPreferencePage - org.apache.directory.ldapstudio.schemas.view.preferences GeneralPreferencePage.Your_organizations_default_OID=Your organization's default OID: GeneralPreferencePage.Automatically_prefix_new_elements_with_this_OID=Automatically prefix new elements with this OID + +# SchemaPreferencePage - org.apache.directory.ldapstudio.schemas.view.preferences SchemaPreferencePage.Default_save-load_dialogs_directory=Default save/load dialogs directory: SchemaPreferencePage.Save_schemas_configuration_when_exiting_LDAP_Studio=Save schemas configuration when exiting LDAP Studio SchemaPreferencePage.Use_specific_core_files=Use specific core files (if not selected, core schemas are loaded from LDAPStudio's bundle) Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/viewers/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/viewers/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/viewers/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/viewers/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,13 +20,18 @@ # This file stores the Strings used by the User Interface of the application # +# SearchContentProvider - org.apache.directory.ldapstudio.schemas.view.viewers SearchContentProvider.Search=Search + +# SearchView - org.apache.directory.ldapstudio.schemas.view.viewers SearchView.Type_Column=Type SearchView.Name_Column=Name SearchView.Schema_Column=Schema -SearchView.Search_Name=Name -SearchContentProvider.Search_(=Search ( -SearchContentProvider.Results)=\ results) SearchView.Search_All_metadata=All metadata +SearchView.Search_Name=Name SearchView.Search_OID=OID SearchView.Search_Description=Description + +# SearchContentProvider - org.apache.directory.ldapstudio.schemas.view.viewers +SearchContentProvider.Search_(=Search ( +SearchContentProvider.Results)=\ results) Modified: directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/wizards/messages.properties URL: http://svn.apache.org/viewvc/directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/wizards/messages.properties?view=diff&rev=521648&r1=521647&r2=521648 ============================================================================== --- directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/wizards/messages.properties (original) +++ directory/ldapstudio/trunk/ldapstudio-schemas-plugin/src/main/resources/org/apache/directory/ldapstudio/schemas/view/wizards/messages.properties Fri Mar 23 02:47:15 2007 @@ -20,28 +20,34 @@ # This file stores the Strings used by the User Interface of the application # +# CreateANewAttributeTypeWizardPage - org.apache.directory.ldapstudio.schemas.view.wizards CreateANewAttributeTypeWizardPage.Page_Title=Create a new attribute type -CreateANewObjectClassWizardPage.Page_Title=Create a new object class -CreateANewObjectClassWizardPage.Malforme_OID=Malformed OID -CreateANewSchemaWizardPage.Page_Description=This wizard creates a new schema. CreateANewAttributeTypeWizardPage.Page_Description=This wizard creates a new attribute type. -CreateANewSchemaWizardPage.A_name_must_be_specified=A name must be specified CreateANewAttributeTypeWizardPage.Prefix_with_the_default_OID=Prefix with the default OID CreateANewAttributeTypeWizardPage.OID=&OID : -CreateANewSchemaWizardPage.Page_Title=Create a new schema +CreateANewAttributeTypeWizardPage.Name=&Name : +CreateANewAttributeTypeWizardPage.An_OID_must_be_specified=An OID must be specified. +CreateANewAttributeTypeWizardPage.Malformed_OID=Malformed OID. +CreateANewAttributeTypeWizardPage.A_name_must_be_specified=A name must be specified. +CreateANewAttributeTypeWizardPage.An_element_of_the_same_OID_already_exists=An element of the same OID already exists. +CreateANewAttributeTypeWizardPage.An_element_of_the_same_name_already_exists=An element of the same name already exists. +CreateANewObjectClassWizardPage.An_element_of_the_same_name_already_exists=An element of the same name already exists. + +# CreateANewObjectClassWizardPage - org.apache.directory.ldapstudio.schemas.view.wizards +CreateANewObjectClassWizardPage.Page_Title=Create a new object class +CreateANewObjectClassWizardPage.Malforme_OID=Malformed OID. CreateANewObjectClassWizardPage.OID=&OID : -CreateANewSchemaWizardPage.Name=&Name : CreateANewObjectClassWizardPage.Name=&Name : -CreateANewAttributeTypeWizardPage.Name=&Name : -CreateANewAttributeTypeWizardPage.An_OID_must_be_specified=An OID must be specified -CreateANewAttributeTypeWizardPage.Malformed_OID=Malformed OID CreateANewObjectClassWizardPage.Page_Description=This wizard creates a new object class. -CreateANewAttributeTypeWizardPage.A_name_must_be_specified=A name must be specified CreateANewObjectClassWizardPage.Prefix_with_the_default_OID=Prefix with the default OID -CreateANewObjectClassWizardPage.An_OID_must_be_specified=An OID must be specified -CreateANewObjectClassWizardPage.A_name_must_be_specified=A name must be specified -CreateANewAttributeTypeWizardPage.An_element_of_the_same_OID_already_exists=An element of the same OID already exists -CreateANewObjectClassWizardPage.An_element_of_the_same_OID_already_exists=An element of the same OID already exists -CreateANewAttributeTypeWizardPage.An_element_of_the_same_name_already_exists=An element of the same name already exists -CreateANewSchemaWizardPage.A_schema_of_the_same_name_is_already_loaded_in_the_pool=A schema of the same name is already loaded in the pool -CreateANewObjectClassWizardPage.An_element_of_the_same_name_already_exists=An element of the same name already exists +CreateANewObjectClassWizardPage.An_OID_must_be_specified=An OID must be specified. +CreateANewObjectClassWizardPage.A_name_must_be_specified=A name must be specified. +CreateANewObjectClassWizardPage.An_element_of_the_same_OID_already_exists=An element of the same OID already exists. + +# CreateANewSchemaWizardPage - org.apache.directory.ldapstudio.schemas.view.wizards +CreateANewSchemaWizardPage.Page_Description=This wizard creates a new schema. +CreateANewSchemaWizardPage.Page_Title=Create a new schema +CreateANewSchemaWizardPage.Name=&Name : +CreateANewSchemaWizardPage.A_schema_of_the_same_name_is_already_loaded_in_the_pool=A schema of the same name is already loaded in the pool. +CreateANewSchemaWizardPage.A_name_must_be_specified=A name must be specified. +