Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'rpm/org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/wizards/messages.properties')
-rw-r--r--rpm/org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/wizards/messages.properties36
1 files changed, 36 insertions, 0 deletions
diff --git a/rpm/org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/wizards/messages.properties b/rpm/org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/wizards/messages.properties
new file mode 100644
index 0000000000..6605c8e6f3
--- /dev/null
+++ b/rpm/org.eclipse.linuxtools.rpm.ui.editor/src/org/eclipse/linuxtools/rpm/ui/editor/wizards/messages.properties
@@ -0,0 +1,36 @@
+###############################################################################
+# Copyright (c) 2009 Red Hat, Inc.
+# 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Red Hat - initial API and implementation
+###############################################################################
+SpecfileNewWizard_0=Error
+SpecfileNewWizard_1=Creating
+SpecfileNewWizard_2=Project "
+SpecfileNewWizard_3=" does not exist.
+SpecfileNewWizard_4=Opening file for editing...
+SpecfileNewWizardPage_10=This wizard creates a new specfile based on a selected template.
+SpecfileNewWizardPage_11=&Project:
+SpecfileNewWizardPage_12=Select a project...
+SpecfileNewWizardPage_13=Select a Template:
+SpecfileNewWizardPage_14=&Name:
+SpecfileNewWizardPage_15=&Version:
+SpecfileNewWizardPage_16=&Summary:
+SpecfileNewWizardPage_17=&Group:
+SpecfileNewWizardPage_18=&License:
+SpecfileNewWizardPage_19=&URL:
+SpecfileNewWizardPage_20=Source&0:
+SpecfileNewWizardPage_21=Select new file container
+SpecfileNewWizardPage_22=File container must be specified
+SpecfileNewWizardPage_23=The Project must exist
+SpecfileNewWizardPage_24=Project must be writable
+SpecfileNewWizardPage_25=Spec file name must be specified
+SpecfileNewWizardPage_26=The Name tag must not include whitespace and
+SpecfileNewWizardPage_27=should not include any numeric operators ('<', '>','=')
+SpecfileNewWizardPage_28=Please, no dashes in the version\!
+SpecfileNewWizardPage_29=/etc/rpmdevtools directory was not found
+SpecfileNewWizardPage_9=New specfile based on a template

Back to the top