/*
 * Copyright (c) 2009 The Olympos Development Team.
 * 
 * http://sourceforge.net/projects/olympos/
 * 
 * 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. If redistributing this code, this
 * entire header must remain intact.
 */
Ext.namespace("chi.Dict");

/**
 * List of all strings and translations.
 * 
 * @type Array
 */
chi.Dict.voc = {
    "Associate" : {
	    "de" : "Verknüpfen"
    },
    "Disassociate" : {
	    "de" : "Verknüpfung lösen"
    },
    "Edit" : {
	    "de" : "Bearbeiten"
    },
    "Label" : {
	    "de" : "Bezeichnung"
    },
    "Save" : {
	    "de" : "Speichern"
    },
    "Cancel" : {
	    "de" : "Abbrechen"
    },
    "(no label)" : {
	    "de" : "(keine Bezeichnung)"
    },
    "Associate as ${1} with ${2} \"${3}\"" : {
	    "de" : "Als ${1} mit ${2} \"${3}\" verknüpfen"
    },
    "Displaying objects {0} &ndash; {1} of {2}" : {
	    "de" : "Zeige Objekte {0} &ndash; {1} von {2}"
    },
    "No objects to display" : {
	    "de" : "Keine Objekte gefunden"
    },
    "Create" : {
	    "de" : "Erstellen"
    },
    "Delete" : {
	    "de" : "Löschen"
    },
    "New ${1}" : {
	    "de" : "Neu(e) ${1}"
    },
    "Are you sure you want to delete the following instances of ${1}:" : {
	    "de" : "Sind Sie sicher, dass sie die folgenden Instanzen von ${1} löschen wollen:"
    },
    "Delete Objects" : {
	    "de" : "Objekte löschen"
    },
    "Model Tree" : {
	    "de" : "Modellbaum"
    },
    "User Dashboard" : {
	    "de" : "Übersicht"
    },
    "Greeting Message" : {
	    "de" : "Willkommensnachricht"
    },
    "Welcome to Chronos Web Editor!" : {
	    "de" : "Willkommen zum Chronos Web Editor!"
    },
    "Properties": {
    	"de": "Eigenschaften"
    }
};
