gatein SVN: r1713 - maven/packager/tags.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-15 16:19:04 -0500 (Mon, 15 Feb 2010)
New Revision: 1713
Added:
maven/packager/tags/1.0.0-Beta06/
Log:
[maven-scm] copy for tag 1.0.0-Beta06
Copied: maven/packager/tags/1.0.0-Beta06 (from rev 1712, maven/packager/trunk)
14 years, 10 months
gatein SVN: r1709 - in portal/trunk: packaging/module/src/main/javascript and 1 other directory.
by do-not-reply@jboss.org
Author: chris.laprun(a)jboss.com
Date: 2010-02-15 16:05:18 -0500 (Mon, 15 Feb 2010)
New Revision: 1709
Modified:
portal/trunk/packaging/module/src/main/javascript/portal.packaging.module.js
portal/trunk/pom.xml
Log:
- Updated to WSRP 1.0.0-Beta07.
- Added automatic deployment of WSRP admin UI.
Modified: portal/trunk/packaging/module/src/main/javascript/portal.packaging.module.js
===================================================================
--- portal/trunk/packaging/module/src/main/javascript/portal.packaging.module.js 2010-02-15 20:55:09 UTC (rev 1708)
+++ portal/trunk/packaging/module/src/main/javascript/portal.packaging.module.js 2010-02-15 21:05:18 UTC (rev 1709)
@@ -80,6 +80,7 @@
module.component.wsrp = new Project("org.exoplatform.portal", "exo.portal.component.wsrp", "jar", module.version)
.addDependency(new Project("org.gatein.wsrp", "wsrp-producer", "war", wsrpVersion))
+ .addDependency(new Project("org.gatein.wsrp", "wsrp-admin-gui", "war", wsrpVersion))
.addDependency(new Project("org.gatein.wsrp", "wsrp-producer-lib", "jar",wsrpVersion))
.addDependency(new Project("org.gatein.wsrp", "wsrp-common", "jar", wsrpVersion))
.addDependency(new Project("org.gatein.wsrp", "wsrp-wsrp1-ws", "jar", wsrpVersion))
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-02-15 20:55:09 UTC (rev 1708)
+++ portal/trunk/pom.xml 2010-02-15 21:05:18 UTC (rev 1709)
@@ -48,7 +48,7 @@
<org.gatein.wci.version>2.0.0-CR02</org.gatein.wci.version>
<org.gatein.pc.version>2.1.0-CR02</org.gatein.pc.version>
<org.picketlink.idm>1.1.0.Beta5</org.picketlink.idm>
- <org.gatein.wsrp.version>1.0.0-Beta06</org.gatein.wsrp.version>
+ <org.gatein.wsrp.version>1.0.0-Beta07</org.gatein.wsrp.version>
<org.gatein.mop.version>1.0.0-CR01</org.gatein.mop.version>
<org.slf4j.version>1.5.6</org.slf4j.version>
<rhino.version>1.6R5</rhino.version>
14 years, 10 months
gatein SVN: r1708 - components/pc/trunk.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-15 15:55:09 -0500 (Mon, 15 Feb 2010)
New Revision: 1708
Modified:
components/pc/trunk/pom.xml
Log:
Fix for http://jira.codehaus.org/browse/MRELEASE-3 - waiting 2.0 release
--This line, and th se below, will be ignored--
M pom.xml
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2010-02-15 20:28:19 UTC (rev 1707)
+++ components/pc/trunk/pom.xml 2010-02-15 20:55:09 UTC (rev 1708)
@@ -31,6 +31,8 @@
<!-- used in test module by maven-antrun-extended-plugin -->
<version.jboss.unit>1.2.3</version.jboss.unit>
<version.cargo>1.0.1-alpha-1</version.cargo>
+
+ <preparationGoals>clean install</preparationGoals>
</properties>
<dependencyManagement>
14 years, 10 months
gatein SVN: r1707 - portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-15 15:28:19 -0500 (Mon, 15 Feb 2010)
New Revision: 1707
Added:
portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml
Log:
GTNPORTAL-498: Translation in German
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/de_ALL.xml 2010-02-15 20:28:19 UTC (rev 1707)
@@ -0,0 +1,29 @@
+<!--
+
+ Copyright (C) 2009 eXo Platform SAS.
+
+ This is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ Speichern
+ </msg>
+ <msg name="type_here">
+ Hier neue Aufgabe eingeben
+ </msg>
+</messagebundle>
\ No newline at end of file
14 years, 10 months
gatein SVN: r1705 - in portal/trunk: portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget and 8 other directories.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-15 15:22:42 -0500 (Mon, 15 Feb 2010)
New Revision: 1705
Added:
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_de.properties
portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_de.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_de.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_de.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_de.properties
portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_de.properties
Modified:
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_de.properties
portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_de.properties
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml
Log:
GTNPORTAL-498: Translation in German
Added: portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_de.properties
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/dashboard/TabbedDashboardPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,24 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UITabPaneDashboard.action.addNewDashboard=Dashboard hinzufügen
+UITabPaneDashboard.action.switchShowRange=Switch Range
+UITabPaneDashboard.msg.deleteTab=Möchten Sie wirklich dieses Dashboard entfernen?
+UITabPaneDashboard.msg.cannotDeleteLastTab=Die letzte Registerkarte kann nicht gelöscht werden.
+UITabPaneDashboard.msg.wrongTabName=Es sind nur Buchstaben und Zahlen sowie Unterstrich, Freizeichen und Bindestrich erlaubt.
\ No newline at end of file
Added: portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_de.properties
===================================================================
--- portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/dashboard/src/main/webapp/WEB-INF/classes/locale/portlet/gadget/GadgetPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,27 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIGadgetEditMode.title=Konfiguration der Gadget-URL
+UIGadgetEditMode.label.gadgetUrl=Url:
+UIGadgetEditMode.label.typeSelector=Typ:
+UIGadgetEditMode.label.gadgetSelector=Gadget:
+UIGadgetEditMode.action.Save=Speichern
+
+UIGadgetEditMode.label.option.remote=Entferntes Gadget
+UIGadgetEditMode.label.option.local=Lokales Gadget
\ No newline at end of file
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_de.properties 2010-02-15 19:54:42 UTC (rev 1704)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AccountPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -19,39 +19,39 @@
##org.exoplatform.account.webui.component.UIAccountForm
-UIAccountForm.label.Profile=Benutzer Profil
-UIAccountForm.title=Konto hinzufügen/öndern
+UIAccountForm.label.Profile=Benutzerprofil
+UIAccountForm.title=Konto Hinzufügen/Bearbeiten
UIAccountForm.label.username=#{word.userName}:
UIAccountForm.label.SearchUser=Benutzer suchen
UIAccountForm.label.password1x=Passwort:
-UIAccountForm.label.password2x=Passwort bestetigen:
+UIAccountForm.label.password2x=Passwort bestätigen:
UIAccountForm.label.password=Passwort:
-UIAccountForm.label.Confirmpassword=Passwort bestetigen:
-UIAccountForm.action.Reset=Neustarten
+UIAccountForm.label.Confirmpassword=Passwort bestätigen:
+UIAccountForm.action.Reset=Zurücksetzen
UIAccountForm.label.firstName=#{word.firstName}:
UIAccountForm.label.lastName=#{word.lastName}:
-UIAccountForm.label.email=E-mail-Adresse:
-UIAccountForm.label.note=Felder mit einem Sternchen<span style="color: red">*</span> werden benötigt
+UIAccountForm.label.email=Email-Adresse:
+UIAccountForm.label.note=Pflichtfelder sind mit einem Sternchen <span style="color: red">*</span> versehen.
UIAccountForm.action.Back=#{word.back}
UIAccountForm.action.Save=#{word.save}
UIAccountForm.label.action.SearchUser=Benutzer suchen
#{0} is the username that the remote user enter
-UIAccountForm.msg.user-exist=Der Benutzername '{0}' ist schon vergeben
-UIAccountForm.msg.incorrect-password=Tippen Sie das Passwort erneut ein
-UIAccountForm.msg.sucsesful.create.user=Benuzter erfolgreich erstellt
+UIAccountForm.msg.user-exist=Der Benutzername '{0}' ist bereits vergeben.
+UIAccountForm.msg.incorrect-password=Die Passwortbestätigung war nicht korrekt.
+UIAccountForm.msg.sucsesful.create.user=Der neue Benutzer ist hinzugefügt.
UIAccountForm.tab.label.AccountTemplate=Kontovorlage
-UIAccountForm.tab.label.UIUserProfileInputSet=Benutzer Profil
-UIAccountForm.tab.label.AccountInputSet=Kontoeigenschaften
-UIAccountForm.tab.label.UIUserMembershipSelector=Benutzermitgliedschaft
+UIAccountForm.tab.label.UIUserProfileInputSet=Benutzerprofil
+UIAccountForm.tab.label.AccountInputSet=Konto-Konfiguration
+UIAccountForm.tab.label.UIUserMembershipSelector=Rollen des Benutzers
-UIAccountForm.label.Membership=Mitgliedschaft
+UIAccountForm.label.Membership=Rolle des Benutzers
-UIAccountForm.label.option.male=Mönnlich
-UIAccountForm.label.option.female=Weiblich
-
-UIAccountForm.label.HomeInfo=Heim Informationen
+UIAccountForm.label.option.male=Männlich
+UIAccountForm.label.option.female=Weiblich
+
+UIAccountForm.label.HomeInfo=Private Daten
UIAccountForm.label.user.name.given=#{word.givenName}:
UIAccountForm.label.user.name.family=#{word.familyName}:
UIAccountForm.label.user.name.nickName=#{word.nickName}:
@@ -60,6 +60,7 @@
UIAccountForm.label.user.employer=#{word.employer}:
UIAccountForm.label.user.department=#{word.department}:
UIAccountForm.label.user.jobtitle=#{word.jobTitle}:
+UIAccountForm.label.user.language=Sprache
UIAccountForm.label.user.home-info.postal.name=#:
UIAccountForm.label.user.home-info.postal.street=#{word.street}:
UIAccountForm.label.user.home-info.postal.city=#{word.city}:
@@ -71,7 +72,7 @@
UIAccountForm.label.user.home-info.online.email=#{word.email}:
UIAccountForm.label.user.home-info.online.uri=#{word.website}:
-UIAccountForm.label.BusinessInfo=Business Informationen
+UIAccountForm.label.BusinessInfo=Business-Daten
UIAccountForm.label.user.business-info.postal.name=#:
UIAccountForm.label.user.business-info.postal.street=#{word.street}:
UIAccountForm.label.user.business-info.postal.city=#{word.city}:
@@ -83,4 +84,4 @@
UIAccountForm.label.user.business-info.online.email=#{word.email}:
UIAccountForm.label.user.business-info.online.uri=#{word.website}:
-UIPopupWindow.title.UIGroupMembershipSelector=Benutzermitgliedschaft auswöhlen
+UIPopupWindow.title.UIGroupMembershipSelector=Rolle des Benutzers auswälen
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/AdminToolbarPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,30 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIAdminToolbarPortlet.action.AddPage=Neue Seite hinzufügen
+UIAdminToolbarPortlet.action.EditPage=Seite bearbeiten
+UIAdminToolbarPortlet.action.CreatePortal=Neues Portal erstellen
+UIAdminToolbarPortlet.action.EditPortal=Portal bearbeiten
+UIAdminToolbarPortlet.action.BrowsePage=Seiten verwalten
+UIAdminToolbarPortlet.action.EditPageAndNavigation=Seiten und die Navigation bearbeiten
+UIAdminToolbarPortlet.action.Editor=Editor
+UIAdminToolbarPortlet.action.portal.Editor=Portal-Editor
+UIAdminToolbarPortlet.action.group.Editor=Gruppen-Editor
+UIAdminToolbarPortlet.action.user.Editor=Dashboard-Editor
+UIAdminToolbarPortlet.action.EditSiteLayout=Layout bearbeiten
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/ApplicationRegistryPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,151 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+##expression
+word.cancel=Abbrechen
+label.displayName=Anzeigename:
+label.description=Beschreibung:
+category.msg.changeNotExist=Veränderungen können nicht gespeichert werden, weil die Kategorie nicht mehr in der Datenbank ist.
+application.msg.changeNotExist=Veränderungen können nicht gespeichert werden, weil die Applikation nicht mehr in der Datenbank ist.
+gadget.msg.changeNotExist=Veränderungen können nicht gespeichert werden, weil das Gadget nicht mehr in der Datenbank ist.
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryPortlet
+UIToolbar.label.organize=Kategorien
+UIToolbar.label.portlet=Portlet
+UIToolbar.label.gadget=Gadget
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationOrganizer
+UIOrganizer.label.addCategory=Kategorie hinzufügen
+UIOrganizer.label.autoImport=Applikationen importieren
+UIOrganizer.label.categories=Kategorien
+UIOrganizer.title.editCategory=Kategorie bearbeiten
+UIOrganizer.title.addApplication=Applikation zur Kategorie hinzufügen
+UIOrganizer.title.deleteCategory=Kategorie entfernen
+UIOrganizer.title.deleteApplication=Applikation entfernen
+UIOrganizer.msg.importAll=Diese Aktion importiert alle Gadgets und Portlets und erstellt passende Kategorien.
+UIOrganizer.msg.deleteCategory=Sind Sie sicher, dass Sie diese Kategorie mit allen Applikationen entfernen möchten?
+UIOrganizer.msg.deleteApplication=Sind Sie sicher, dass Sie diese Applikation entfernen möchten?
+UIOrganizer.msg.emptyCategory=Diese Kategorie hat noch keine Applikationen. Klicken Sie auf das Plus-Symbol, um Applikationen hinzuzufügen.
+UIOrganizer.msg.noCategory=Es gibt keine Kategorien. Sie können auf "Kategorie hinzufügen" oder "Auto-Importieren" klicken, um Kategorien hinzuzufüen.
+UIOrganizer.msg.deleteCategoryInUse=Diese Kategorie kann nicht entfernt werden, weil sie benutzt wird.
+UIOrganizer.msg.deleteApplicationInUse=Diese Applikation kann nicht entfernt werden, weil sie benutzt wird.
+UIOrganizer.msg.categoryNoExist=Diese Kategorie ist nicht mehr in der Datenbank.
+UIOrganizer.msg.applicationNoExist=Diese Applikation ist nicht mehr in der Datenbank.
+
+## org.exoplatform.applicationregistry.webui.component.UIApplicationRegistryEditMode
+UIApplicationRegistryEditMode.title=Applikationen importieren
+UIApplicationRegistryEditMode.label.showImport=Import anzeigen
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationInfo
+UIPermissionForm.label.UIListPermissionSelector=
+UIApplicationInfo.label.name=Name:
+UIApplicationInfo.label.displayName=#{label.displayName}
+UIApplicationInfo.label.description=#{label.description}
+UIApplicationInfo.label.accessPermissions=Zugriffsberechtigungen
+UIApplicationInfo.title.editApplication=Applikation bearbeiten
+
+##org.exoplatform.applicationregistry.webui.component.UIApplicationForm
+UIApplicationForm.title=Applikation bearbeiten
+UIApplicationForm.label.applicationName=Application Name:
+UIApplicationForm.label.displayName=#{label.displayName}
+UIApplicationForm.label.description=#{label.description}
+UIApplicationForm.action.Save=#{word.save}
+UIApplicationForm.action.Cancel=#{word.cancel}
+
+## org.exoplatform.applicationregistry.webui.component.UIAddApplicationForm
+UIAddApplicationForm.header.input=Auswählen
+UIAddApplicationForm.label.option.portlet=Portlet
+UIAddApplicationForm.label.option.gadget=Gadget
+UIAddApplicationForm.header.label=Anzeige-Name
+UIAddApplicationForm.header.description=Beschreibung
+UIAddApplicationForm.action.Add=Hinzufügen
+UIAddApplicationForm.msg.PortletExist=Diese Applikation ist bereits in der Kategorie!
+UIAddApplicationForm.msg.appNotExists=Bitte eine Applikation auswählen.
+UIAddApplicationForm.action.Cancel=#{word.cancel}
+UIAddApplicationForm.label.displayName=#{label.displayName}
+UIAddApplicationForm.label.type=Applikations-Typ
+application.label.=
+##org.exoplatform.applicationregistry.webui.component.UICategoryForm
+UICategoryForm.label.name=Name der Kategorie:
+UICategoryForm.label.displayName=#{label.displayName}
+UICategoryForm.label.description=#{label.description}
+UICategoryForm.action.Save=#{word.save}
+UICategoryForm.action.Cancel=#{word.cancel}
+UICategoryForm.msg.SameName=Diese Kategorie existiert bereits!
+UICategoryForm.label.UIListPermissionSelector=
+UICategoryForm.tab.label.categoryPermission=Berechtigungs-Einstellungen
+UICategoryForm.tab.label.categorySetting=Kategorie-Einstellungen
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletManagement
+UIPortletManagement.title.local=LOKAL
+UIPortletManagement.title.remote=REMOTE
+UIPortletManagement.msg.noPortlet=Keine Portlets verfügbar.
+
+## org.exoplatform.applicationregistry.webui.component.UIPortletInfo
+UIPortletInfo.label.name=Portletname:
+UIPortletInfo.label.display=#{label.displayName}
+UIPortletInfo.label.description=#{label.description}
+UIPortletInfo.title.portletPreferences=Portlet-Präferenzen
+UIPortletInfo.msg.noPortletPreferences=Keine Portlet-Präferenzen
+
+## org.exoplatform.portletregistry.webui.component.UIGadgetManagement
+UIGadgetManagement.label.addRemote=Ein Remote-Gadget hinzufügen
+UIGadgetManagement.label.createNew=Ein neues Gadget erstellen
+UIGadgetManagement.title.deleteGadget=Gadget entfernen
+UIGadgetManagement.msg.noGadget=Keine Gadgets verfügbar.
+UIGadgetManagement.msg.deleteGadgetInUse=Dieses Gadget kann nicht entfernt werden, weil es benutzt wird.
+UIGadgetManagement.msg.deleteGadget=Sind Sie sicher, dass Sie dieses Gadget entfernen möchten?
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetInfo
+UIGadgetInfo.label.gadgetDetails=Gadget-Details
+UIGadgetInfo.label.name=Gadget name:
+UIGadgetInfo.label.displayName=#{label.displayName}
+UIGadgetInfo.label.description=#{label.description}
+UIGadgetInfo.label.viewUrl=URL ansehen:
+UIGadgetInfo.label.editUrl=URL bearbeiten:
+UIGadgetInfo.label.reference=Referenz:
+UIGadgetInfo.label.categories=Kategorien:
+UIGadgetInfo.label.categories.guide=Sie müssen dieses Gadget zu einer Kategorie hinzufügen, um es im Dashboard nutzen zu können.
+UIGadgetInfo.label.categories.clickHere=Klicken Sie hier, um das Gadget zu einer Kategorie hinuzuzufügen.
+UIGadgetInfo.title.refresh=Gadget neu laden
+UIGadgetInfo.title.editGadget=Gadget bearbeiten
+UIGadgetInfo.title.copy=Dieses Gadget in das lokale Repository kopieren
+UIGadgetInfo.msg.gadgetNotExist=Die Aktion kann nicht ausgeführt werden, weil das Gadget nicht mehr in der Datenbank ist.
+
+UICategorySelector.header.choose=Auswählen
+UICategorySelector.header.categoryName=Name der Kategorie
+UICategorySelector.action.Save=Speichern
+UICategorySelector.action.Cancel=Abbrechen
+UICategorySelector.msg.NoCategory=Keine Kategorie vorhanden
+
+## org.exoplatform.applicationregistry.webui.component.UIAddGadget
+UIAddGadget.action.Add=Hinzufügen
+UIAddGadget.action.Cancel=#{word.cancel}
+UIAddGadget.label.url=URL
+UIAddGadget.label.urlExist=Die URL existiert bereits!
+UIAddGadget.label.urlError=Die Daten der URL '{0}' sind nicht gültig.
+
+## org.exoplatform.applicationregistry.webui.component.UIGadgetEditor
+UIGadgetEditor.label.source=Quelle:
+UIGadgetEditor.action.Save=#{word.save}
+UIGadgetEditor.action.Cancel=#{word.cancel}
+UIGadgetEditor.msg.invalidSpec=Diese Quelle enthält eine ungültige Gadget-Spezifikation.
+##package org.exoplatform.organization.webui.component.UIListPermissionSelector
+UIListPermissionSelector.header.groupId=Gruppe
+UIListPermissionSelector.header.membership=Rolle
+UIListPermissionSelectorPopup.title.ListPermissionSelector=Berechtigung auswählen
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/GroupNavigationPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,21 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIPageNavigationForm.action.ClosePopup=#{word.close}
+UIPageNavigationForm.action.Save=#{word.save}
\ No newline at end of file
Modified: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_de.properties 2010-02-15 19:54:42 UTC (rev 1704)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/OrganizationPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -18,229 +18,240 @@
#
##org.exoplatform.organization.webui.component.UIOrganizationPortlet
-UIOrganizationPortlet.label.userManagement=Benutzermanagement
-UIOrganizationPortlet.label.groupManagement=Gruppenmanagement
-UIOrganizationPortlet.label.membershipManagement=Mitgliedschaftsmanagement
-
-
-##org.exoplatform.organization.webui.component.UIMembershipTypeForm
-UIMembershipTypeForm.title=Mitgliedschaft hinzufügen/ändern
-UIMembershipTypeForm.label.name=Mitgliedschaftsname
-UIMembershipTypeForm.label.description=Beschreibung
-UIMembershipTypeForm.action.Save=#{word.save}
-UIMembershipTypeForm.action.Back=#{word.back}
-UIMembershipTypeForm.action.Reset=Neustarten
-UIMembershipTypeForm.msg.SameName=Diese Mitgliedschaft existiert schon, bitte geben Sie eine andere ein!
-
-##org.exoplatform.organization.webui.component.UIGroupMembershipForm
-UIGroupEditMembershipForm.label.username=User Name
-UIGroupEditMembershipForm.label.membership=Membership
-UIGroupEditMembershipForm.action.Save=Save
-UIGroupEditMembershipForm.action.Cancel=Cancel
-UIGroupEditMembershipForm.msg.membership-delete=Can't save, membership removed!.
-UIGroupEditMembershipForm.msg.membership-exist="Membership type is existing, please enter another one!.
-EditMembership.title.UIGroupEditMembershipForm=Edit Membership
-EditMembership.title.EditMembership=Edit Membership
-UIGroupMembershipForm.label.title=Gruppenmitgliedschaft
-UIGroupMembershipForm.label.username=Benutzername
-UIGroupMembershipForm.label.membership=Mitgliedschaft
-UIGroupMembershipForm.action.Save=#{word.save}
-SearchUserForm.label.option.userName=#{word.userName}
-SearchUserForm.label.option.firstName=#{word.firstName}
-SearchUserForm.label.option.lastName=#{word.lastName}
-SearchUserForm.label.option.email=#{word.email}
-SearchUser.title.UIUserSelector=Select User
-SearchUser.title.SearchUser=Select User
-#{0} is the member that the remote memeber enter
-UIMemberShipForm.msg.membershipType-exist=Der Mitgliedschaftstyp '{0}' ist besetzt
-
-##org.exoplatform.organization.webui.component.UIMembershipForm
-UIMembershipForm.label.username=Benutzername
-UIMembershipForm.label.membership=Mitgliedschaft
-UIMembershipForm.action.Save=#{word.save}
-UIMembershipForm.action.Back=#{word.back}
-UIMembershipForm.label.name=Mitgliedschaftsname
-UIMembershipForm.label.description=#{word.description}
-
-##org.exoplatform.organization.webui.component.UIListUser
-UIListUsers.header.userName=#{word.userName}
-UIListUsers.header.lastName=#{word.lastName}
-UIListUsers.header.firstName=#{word.firstName}
-UIListUsers.header.email=#{word.email}
-
-UIListUsers.action.title.DeleteUser=Benutzer löschen
-UIListUsers.action.title.SelectUser=Benuter auswählen
-UIListUsers.action.title.ViewUserInfo=Benutzerinformation ändern
-SearchUser.title.ListUserForSearch=Benutzer suchen
-UIListUsers.header.action=#{word.action}
-UIListUsers.label.option.userName=#{word.userName}
-UIListUsers.label.option.firstName=#{word.firstName}
-UIListUsers.label.option.lastName=#{word.lastName}
-UIListUsers.label.option.email=#{word.email}
-UIListUsers.msg.DeleteSuperUser={0} ist Superbenutzer und kann nicht gelöscht werden
-UIListUsers.deleteUser=Sind Sie sich sicher, dass Sie Benutzer {0} löschen wollen?
-
-UIListMembershipType.deleteMemberShip=Sind Sie sich sicher, dass Sie diese Mitgliedschaft löschen wollen?
-
-##org.exoplatform.organization.webui.component.UIUserInfo
-UIUserInfo.title=Benutzerprofilsinformation
-UIUserInfo.tab.label.AccountInputSet=Kontoinformation
-UIUserInfo.tab.label.UIUserProfileInputSet=Benutzerprofil
-UIUserInfo.tab.label.UIUserMembershipSelector=Benutzermitgliedschaft
-UIUserInfo.tab.label.UIAccountEditInputSet=Kontoinformation
-
-UIUserInfo.label.changePassword=Passwort ändern:
-UIUserInfo.label.newPassword=Neues Passwort:
-UIUserInfo.label.confirmPassword=Passwort bestetigen:
-
-UIUserInfo.label.Profile=Benutzerprofil
-UIUserInfo.label.userName=#{word.userName}:
-UIUserInfo.label.password=Passwort :
-UIUserInfo.label.Confirmpassword=Passwort bestetigen :
-UIUserInfo.label.firstName=#{word.firstName}:
-UIUserInfo.label.lastName=#{word.lastName}:
-UIUserInfo.label.email=E-mail-Adresse:
-UIUserInfo.action.Back=#{word.cancel}
-UIUserInfo.action.Save=#{word.save}
-
-UIUserInfo.label.HomeInfo=Heiminformationen
-UIUserInfo.label.user.language=#{word.language}:
-UIUserInfo.label.user.name.given=#{word.givenName}:
-UIUserInfo.label.user.name.family=#{word.familyName}:
-UIUserInfo.label.user.name.nickName=#{word.nickName}:
-UIUserInfo.label.user.bdate=#{word.birthday}:
-UIUserInfo.label.user.gender=#{word.gender}:
-UIUserInfo.label.user.employer=#{word.employer}:
-UIUserInfo.label.user.department=#{word.department}:
-UIUserInfo.label.user.jobtitle=#{word.jobTitle}:
-UIUserInfo.label.user.home-info.postal.name=#:
-UIUserInfo.label.user.home-info.postal.street=#{word.street}:
-UIUserInfo.label.user.home-info.postal.city=#{word.city}:
-UIUserInfo.label.user.home-info.postal.stateprov=#{word.stateProv}:
-UIUserInfo.label.user.home-info.postal.postalcode=#{word.postalCode}:
-UIUserInfo.label.user.home-info.postal.country=#{word.country}:
-UIUserInfo.label.user.home-info.telecom.mobile.number=#{word.mobile}:
-UIUserInfo.label.user.home-info.telecom.telephone.number=#{word.tel}:
-UIUserInfo.label.user.home-info.online.email=#{word.email}:
-UIUserInfo.label.user.home-info.online.uri=Webseite:
-
-UIUserInfo.label.BusinessInfo=Businessinformationen
-UIUserInfo.label.user.business-info.postal.name=#:
-UIUserInfo.label.user.business-info.postal.city=#{word.city}:
-UIUserInfo.label.user.business-info.postal.stateprov=State/Prov:
-UIUserInfo.label.user.business-info.postal.postalcode=Postal Code:
-UIUserInfo.label.user.business-info.postal.country=#{word.country}:
-UIUserInfo.label.user.business-info.telecom.mobile.number=#{word.mobile}:
-UIUserInfo.label.user.business-info.telecom.telephone.number=#{word.tel}:
-UIUserInfo.label.user.business-info.online.email=#{word.email}:
-UIUserInfo.label.user.business-info.online.uri=#{word.website}:
-
-##org.exoplatform.organization.webui.component.UIUserInGroup
-UIUserInGroup.confirm.deleteUser=Sind Sie sicher, dass Sie Benutzer {0} von der Gruppe {1} löschen wollen?
-UIUserInGroup.header.userName=#{word.userName}
-UIUserInGroup.header.lastName=#{word.lastName}
-UIUserInGroup.header.firstName=#{word.firstName}
-UIUserInGroup.header.email=#{word.email}
-UIUserInGroup.header.action=#{word.action}
-UIUserInGroup.header.membershipType=Mitgliedschaftstyp
-UIUserInGroup.header.lastLoginTime=Letztes Login
-UIUserInGroup.label.username=#{word.userName}
-UIUserInGroup.label.membership=Mitgliedschaftsname
-UIUserInGroup.action.title.DeleteUser=Mitglied löschen
-UIUserInGroup.action.title.Edit=Edit member
-
-##org.exoplatform.organization.webui.component.UIGroupInfo
-UIGroupInfo.tab.label.UIUserInGroup=Benutzer in Gruppe
-UIGroupInfo.label.UIUserInGroup=
-UIGroupInfo.title=Gruppeninformation
-
-##org.exoplatform.organization.webui.component.UIMembershipList
-UIMembershipList.header.name=Membership name
-UIMembershipList.header.createdDate=Angelegtes Datum
-UIMembershipList.header.modifiedDate=Verändertes Datum
-UIMembershipList.header.action=#{word.action}
-UIMembershipList.header.description=#{word.description}
-UIMembershipList.action.title.EditMembership=Mitgliedschaft ändern
-UIMembershipList.action.title.DeleteMembership=Mitgliedschaft löschen
-UIMembershipList.msg.InUse=Sie können die Mitgliedschaft nicht löschen, da es benutzt wird
-UIMembershipList.msg.DeleteMandatory=Sie k\u00F6nnen nicht gel\u00F6scht werden, weil sie die Mitgliedschaft ist obligatorisch
-
-##org.exoplatform.organization.webui.component.UIGroupMembershipForm
-UIGroupMembershipForm.title=Mitglied hinzufügen
-UIGroupMembershipForm.label.username=Benutzername
-UIGroupMembershipForm.label.membership=Mitgliedschaft
-UIGroupMembershipForm.label.SearchUser=Benutzer suchen
-UIGroupMembershipForm.label.Refresh=Aktualisieren
-UIGroupMembershipForm.action.Save=#{word.save}
-UIUserMembershipSelector.deleteMembership=Sind Sie sich sicher, dass Sie die Mitgliedschaft löschen wollen?
-
-##org.exoplatform.organization.webui.component.UIGroupForm
-AddGroup.title=Neue Gruppe hinzufügen
-EditGroup.title=Jetztige Gruppe änderen
-UIGroupForm.label.groupName=Gruppenname
-UIGroupForm.label.description=Beschreibung
-UIGroupForm.label.label=Etikett
-
-AddGroup.action.Save=#{word.save}
-AddGroup.action.Back=#{word.back}
-
-EditGroup.action.Save=#{word.save}
-EditGroup.action.Back=#{word.back}
-
-UIGroupForm.msg.group-exist=Dieser Gruppenname besteht schon, bitte geben Sie einen anderen ein!
-############################################################################
-# org.exoplatform.portal.component.customization.UIShareNavigationForm #
-############################################################################
-
-UITabPane.title.UISharedNavigationForm=Shared Navigation
-
-UISharedNavigationForm.action.Save=#{word.save}
-UISharedNavigationForm.action.Back=#{word.back}
-UISharedNavigationForm.action.Remove=Remove
-
-UISharedNavigationForm.label.navigation=Navigation
-UISharedNavigationForm.label.description=Beschreibung
-UISharedNavigation.msg.notSelected=Sie müssen eine Gruppe auswählen!
-UISharedNavigationForm.tab.label.SharedNavigation=Geteilte Navigationseigenschaften
-UISharedNavigationForm.label.membership=Mitgliedschaft
-UISharedNavigationForm.tab.label.Permission=Genehmigungsauswähler
-UISharedNavigationForm.label.priority=Priorietät
-UISharedNavigationForm.msg.user-nonexist=Benutzer "{0}" existiert nicht
-
-#############################################################################
-# org.exoplatform.portal.component.customization.UISharePortalForm#
-#############################################################################
-UITabPane.title.UISharedPortalForm=Geteiltes Portal
-UISharedPortalForm.action.Save=#{word.save}
-UISharedPortalForm.action.Back=#{word.back}
-UISharedPortalForm.action.Remove=Entfernen
-
-UISharedPortalForm.label.portal=Portal
-UISharedPortalForm.label.description=Beschreibung
-UISharedPortalForm.label.membership=Mitgliedschaft
-UISharedPortalForm.label.priority=Priorietät
-
-UISharedPortalForm.tab.label.SharedPortal=Portaleigenschaften
-UISharedPortalForm.tab.label.Permission=Genehmigungsauswähler
-
-UITabPane.title.UIUserInGroup=Gruppeninformation
-UIGroupSharedInfo.title=Informationen teilen
-UISharedPortalForm.msg.user-nonexist=Benutzer "{0}" existiert nicht
-
-#############################################################################
-# org.exoplatform.portal.organization.component.UIGroupManagement#
-#############################################################################
-UIGroupManagement.label.Groups=Gruppen
-UIGroupManagement.deleteGroup=Sind Sie sich sicher, dass Sie die Gruppe löschen wollen?
-UIGroupManagement.label.Groups=Gruppen
-UIGroupManagement.label.AddGroup=Neue Gruppe hinzufügen
-UIGroupManagement.label.EditGroup=Ausgewählte Gruppe ändern
-UIGroupManagement.label.DeleteGroup=Ausgewählte Gruppe löschen
-
-#############################################################################
-# org.exoplatform.portal.organization.component.UISharedNavigation#
-#############################################################################
-UITabPane.title.UISharedNavigation=Navigation der Gruppenseiten
-UISharedNavigation.label.userNavigation=Benutzerseitensnavigationsname
-UISharedNavigation.label.priority=Priorietät
+UIOrganizationPortlet.label.userManagement=Benutzermanagement
+UIOrganizationPortlet.label.groupManagement=Gruppenmanagement
+UIOrganizationPortlet.label.membershipManagement=Rollenmanagement
+
+##org.exoplatform.organization.webui.component.UIMembershipTypeForm
+UIMembershipTypeForm.title=Rolle hinzufügen/ändern
+UIMembershipTypeForm.label.name=Rollenname
+UIMembershipTypeForm.label.description=Beschreibung
+UIMembershipTypeForm.action.Save=#{word.save}
+UIMembershipTypeForm.action.Back=#{word.back}
+UIMembershipTypeForm.action.Reset=Zurücksetzen
+UIMembershipTypeForm.msg.SameName=Diese Rolle existiert bereits, bitte geben Sie eine andere ein!
+UIMembershipTypeForm.msg.MembershipNotExist=Die Rolle [{0}] existiert nicht oder wurde gelöscht.
+
+##org.exoplatform.organization.webui.component.UIGroupMembershipForm
+UIGroupEditMembershipForm.label.username=Benutzername
+UIGroupEditMembershipForm.label.membership=Rolle
+UIGroupEditMembershipForm.action.Save=Speichern
+UIGroupEditMembershipForm.action.Cancel=Abbrechen
+UIGroupEditMembershipForm.msg.membership-delete=Es kann nicht gespeichert werden, weil die Rolle entfernt wurde.
+UIGroupEditMembershipForm.msg.membership-exist=Die Rolle existiert bereits.
+EditMembership.title.UIGroupEditMembershipForm=Rolle bearbeiten
+EditMembership.title.EditMembership=Rolle bearbeiten
+UIGroupMembershipForm.label.title=Gruppenmitgliedschaft
+UIGroupMembershipForm.label.username=Benutzername
+UIGroupMembershipForm.label.membership=Rolle
+UIGroupMembershipForm.action.Save=#{word.save}
+SearchUserForm.label.option.userName=#{word.userName}
+SearchUserForm.label.option.firstName=#{word.firstName}
+SearchUserForm.label.option.lastName=#{word.lastName}
+SearchUserForm.label.option.email=#{word.email}
+SearchUser.title.UIUserSelector=Benutzer auswählen
+SearchUser.title.SearchUser=Benutzer auswählen
+#{0} is the member that the remote memeber enter
+UIMemberShipForm.msg.membershipType-exist=Die Rolle '{0}' existiert bereits.
+
+##org.exoplatform.organization.webui.component.UIMembershipForm
+UIMembershipForm.label.username=Benutzername
+UIMembershipForm.label.membership=Rolle
+UIMembershipForm.action.Save=#{word.save}
+UIMembershipForm.action.Back=#{word.back}
+UIMembershipForm.label.name=Rollenname
+UIMembershipForm.label.description=#{word.description}
+
+##org.exoplatform.organization.webui.component.UIListUser
+UIListUsers.header.userName=#{word.userName}
+UIListUsers.header.lastName=#{word.lastName}
+UIListUsers.header.firstName=#{word.firstName}
+UIListUsers.header.email=#{word.email}
+
+UIListUsers.action.title.DeleteUser=Benutzer entfernen
+UIListUsers.action.title.SelectUser=Benuter auswählen
+UIListUsers.action.title.ViewUserInfo=Benutzerinformation ändern
+SearchUser.title.ListUserForSearch=Benutzer suchen
+UIListUsers.header.action=#{word.action}
+UIListUsers.label.option.userName=#{word.userName}
+UIListUsers.label.option.firstName=#{word.firstName}
+UIListUsers.label.option.lastName=#{word.lastName}
+UIListUsers.label.option.email=#{word.email}
+UIListUsers.msg.DeleteSuperUser={0} ist Superbenutzer und kann nicht gelöscht werden
+UIListUsers.deleteUser=Sind Sie sich sicher, dass Sie Benutzer {0} löschen wollen?
+
+UIListMembershipType.deleteMemberShip=Sind Sie sich sicher, dass Sie diese Rolle löschen wollen?
+
+##org.exoplatform.organization.webui.component.UIUserInfo
+UIUserInfo.title=Benutzerprofilsinformation
+UIUserInfo.tab.label.AccountInputSet=Kontoinformation
+UIUserInfo.tab.label.UIUserProfileInputSet=Benutzerprofil
+UIUserInfo.tab.label.UIUserMembershipSelector=Rollen
+UIUserInfo.tab.label.UIAccountEditInputSet=Kontoinformation
+
+UIUserInfo.label.changePassword=Passwort ändern:
+UIUserInfo.label.newPassword=Neues Passwort:
+UIUserInfo.label.confirmPassword=Passwort bestätigen:
+
+UIUserInfo.label.Profile=Benutzerprofil
+UIUserInfo.label.userName=#{word.userName}:
+UIUserInfo.label.password=Passwort :
+UIUserInfo.label.Confirmpassword=Passwort bestätigen :
+UIUserInfo.label.firstName=#{word.firstName}:
+UIUserInfo.label.lastName=#{word.lastName}:
+UIUserInfo.label.email=E-mail-Adresse:
+UIUserInfo.label.user.language: Language
+UIUserInfo.action.Back=#{word.cancel}
+UIUserInfo.action.Save=#{word.save}
+
+UIUserInfo.label.HomeInfo=Heiminformationen
+UIUserInfo.label.user.language=#{word.language}:
+UIUserInfo.label.user.name.given=#{word.givenName}:
+UIUserInfo.label.user.name.family=#{word.familyName}:
+UIUserInfo.label.user.name.nickName=#{word.nickName}:
+UIUserInfo.label.user.bdate=#{word.birthday}:
+UIUserInfo.label.user.gender=#{word.gender}:
+UIUserInfo.label.user.employer=#{word.employer}:
+UIUserInfo.label.user.department=#{word.department}:
+UIUserInfo.label.user.jobtitle=#{word.jobTitle}:
+UIUserInfo.label.user.home-info.postal.name=#:
+UIUserInfo.label.user.home-info.postal.street=#{word.street}:
+UIUserInfo.label.user.home-info.postal.city=#{word.city}:
+UIUserInfo.label.user.home-info.postal.stateprov=#{word.stateProv}:
+UIUserInfo.label.user.home-info.postal.postalcode=#{word.postalCode}:
+UIUserInfo.label.user.home-info.postal.country=#{word.country}:
+UIUserInfo.label.user.home-info.telecom.mobile.number=#{word.mobile}:
+UIUserInfo.label.user.home-info.telecom.telephone.number=#{word.tel}:
+UIUserInfo.label.user.home-info.online.email=#{word.email}:
+UIUserInfo.label.user.home-info.online.uri=Webseite:
+UIUserInfo.label.option.male=Männlich
+UIUserInfo.label.option.female=Weiblich
+UIUserInfo.label.option.en=Englisch
+UIUserInfo.label.option.ma=Ma
+UIUserInfo.label.option.vi=Vietnamesisch
+UIUserInfo.label.option.ar=Arabisch
+UIUserInfo.label.option.fr=Französisch
+UIUserInfo.label.option.ru=Russisch
+UIUserInfo.label.option.de=Deutsch
+
+UIUserInfo.label.BusinessInfo=Businessinformationen
+UIUserInfo.label.user.business-info.postal.name=#:
+UIUserInfo.label.user.business-info.postal.city=#{word.city}:
+UIUserInfo.label.user.business-info.postal.stateprov=State/Prov:
+UIUserInfo.label.user.business-info.postal.postalcode=Postal Code:
+UIUserInfo.label.user.business-info.postal.country=#{word.country}:
+UIUserInfo.label.user.business-info.telecom.mobile.number=#{word.mobile}:
+UIUserInfo.label.user.business-info.telecom.telephone.number=#{word.tel}:
+UIUserInfo.label.user.business-info.online.email=#{word.email}:
+UIUserInfo.label.user.business-info.online.uri=#{word.website}:
+
+##org.exoplatform.organization.webui.component.UIUserInGroup
+UIUserInGroup.confirm.deleteUser=Sind Sie sicher, dass Sie Benutzer {0} aus der Gruppe {1} entfernen wollen?
+UIUserInGroup.header.userName=#{word.userName}
+UIUserInGroup.header.lastName=#{word.lastName}
+UIUserInGroup.header.firstName=#{word.firstName}
+UIUserInGroup.header.email=#{word.email}
+UIUserInGroup.header.action=#{word.action}
+UIUserInGroup.header.membershipType=Rolle
+UIUserInGroup.header.lastLoginTime=Zeitpunkt des letzten Logins
+UIUserInGroup.label.username=#{word.userName}
+UIUserInGroup.label.membership=Rollenname
+UIUserInGroup.action.title.DeleteUser=Mitglied löschen
+UIUserInGroup.action.title.Edit=Mitglied bearbeiten
+
+##org.exoplatform.organization.webui.component.UIGroupInfo
+UIGroupInfo.tab.label.UIUserInGroup=Benutzer in Gruppe
+UIGroupInfo.label.UIUserInGroup=
+UIGroupInfo.title=Gruppeninformation
+
+##org.exoplatform.organization.webui.component.UIMembershipList
+UIMembershipList.header.name=Rollenname
+UIMembershipList.header.createdDate=Erstelldatum
+UIMembershipList.header.modifiedDate=Bearbeitungsdatum
+UIMembershipList.header.action=#{word.action}
+UIMembershipList.header.description=#{word.description}
+UIMembershipList.action.title.EditMembership=Rolle bearbeiten
+UIMembershipList.action.title.DeleteMembership=Rolle löschen
+UIMembershipList.msg.InUse=Sie können die Rolle nicht löschen, weil sie benutzt wird.
+UIMembershipList.msg.DeleteMandatory=Sie können die Rolle nicht löschen, weil sie obligatorisch ist.
+
+##org.exoplatform.organization.webui.component.UIGroupMembershipForm
+UIGroupMembershipForm.title=Mitglied hinzufügen
+UIGroupMembershipForm.label.username=Benutzername
+UIGroupMembershipForm.label.membership=Rolle
+UIGroupMembershipForm.label.SearchUser=Benutzer suchen
+UIGroupMembershipForm.label.Refresh=Aktualisieren
+UIGroupMembershipForm.action.Save=#{word.save}
+UIUserMembershipSelector.deleteMembership=Sind Sie sich sicher, dass Sie die Rolle löschen wollen?
+
+##org.exoplatform.organization.webui.component.UIGroupForm
+AddGroup.title=Neue Gruppe hinzufügen
+EditGroup.title=Jetztige Gruppe bearbeiten
+UIGroupForm.label.groupName=Gruppenname
+UIGroupForm.label.description=Beschreibung
+UIGroupForm.label.label=Etikett
+
+AddGroup.action.Save=#{word.save}
+AddGroup.action.Back=#{word.back}
+
+EditGroup.action.Save=#{word.save}
+EditGroup.action.Back=#{word.back}
+
+UIGroupForm.msg.group-exist=Dieser Gruppenname besteht schon, bitte geben Sie einen anderen ein.
+UIGroupForm.msg.group-not-exist=Die Gruppe "{0}" existiert nicht oder wurde entfernt.
+############################################################################
+# org.exoplatform.portal.component.customization.UIShareNavigationForm #
+############################################################################
+
+UITabPane.title.UISharedNavigationForm=Gemeinsame Navigation
+
+UISharedNavigationForm.action.Save=#{word.save}
+UISharedNavigationForm.action.Back=#{word.back}
+UISharedNavigationForm.action.Remove=Entfernen
+
+UISharedNavigationForm.label.navigation=Navigation
+UISharedNavigationForm.label.description=Beschreibung
+UISharedNavigation.msg.notSelected=Sie müssen eine Gruppe auswählen.
+UISharedNavigationForm.tab.label.SharedNavigation=Gemeinsame Navigationseigenschaften
+UISharedNavigationForm.label.membership=Rolle
+UISharedNavigationForm.tab.label.Permission=Berechtigungswesen
+UISharedNavigationForm.label.priority=Priorität
+UISharedNavigationForm.msg.user-nonexist=Benutzer "{0}" existiert nicht
+
+#############################################################################
+# org.exoplatform.portal.component.customization.UISharePortalForm#
+#############################################################################
+UITabPane.title.UISharedPortalForm=Gemeinsames Portal
+UISharedPortalForm.action.Save=#{word.save}
+UISharedPortalForm.action.Back=#{word.back}
+UISharedPortalForm.action.Remove=Entfernen
+
+UISharedPortalForm.label.portal=Portal
+UISharedPortalForm.label.description=Beschreibung
+UISharedPortalForm.label.membership=Rolle
+UISharedPortalForm.label.priority=Priorität
+
+UISharedPortalForm.tab.label.SharedPortal=Portaleigenschaften
+UISharedPortalForm.tab.label.Permission=Berechtigungswesen
+
+UITabPane.title.UIUserInGroup=Gruppeninformation
+UIGroupSharedInfo.title=Gemeinsame Informationen
+UISharedPortalForm.msg.user-nonexist=Benutzer "{0}" existiert nicht
+
+#############################################################################
+# org.exoplatform.portal.organization.component.UIGroupManagement#
+#############################################################################
+UIGroupManagement.label.Groups=Gruppen
+UIGroupManagement.deleteGroup=Sind Sie sich sicher, dass Sie die Gruppe löschen wollen?
+UIGroupManagement.label.Groups=Gruppen
+UIGroupManagement.label.AddGroup=Neue Gruppe hinzufügen
+UIGroupManagement.label.EditGroup=Ausgewählte Gruppe ändern
+UIGroupManagement.label.DeleteGroup=Ausgewählte Gruppe löschen
+
+#############################################################################
+# org.exoplatform.portal.organization.component.UISharedNavigation#
+#############################################################################
+UITabPane.title.UISharedNavigation=Navigation der Gruppenseiten
+UISharedNavigation.label.userNavigation=Name der Benutzerseiten-Navigation
+UISharedNavigation.label.priority=Priorität
UISharedNavigation.action.Save=Speichern
\ No newline at end of file
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/PortalNavigationPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,24 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UISiteManagement.action.addNewPortal=Neues Portal hinzufügen
+UISiteManagement.label.editLayout=Layout bearbeiten
+UISiteManagement.label.editNav=Navigation bearbeiten
+UISiteManagement.label.editPortalProp=Portaleigenschaften bearbeiten
+UISiteManagement.label.deletePortal=Portal Entfernen
\ No newline at end of file
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/RegisterPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIRegisterForm.registerWithSuccess.message=Sie haben neues Konto eingerichtet.
+UIRegisterForm.title=Neues Konto einrichten
+UIRegisterForm.label.action.CheckUsernameAvailability=Verfügbarkeits-Check
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/StarToolbarPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,23 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIStarToolbarPortlet.item.ChangeLanguage=Sprache wechseln
+UIStarToolbarPortlet.item.ChangeSkin=Skin wechseln
+UIStarToolbarPortlet.item.AccountSetting=Kontoeigenschaften
+UIStarToolbarPortlet.item.Logout=Abmelden
\ No newline at end of file
Added: portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_de.properties
===================================================================
--- portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/exoadmin/src/main/webapp/WEB-INF/classes/locale/portlet/exoadmin/UserToolbarPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,19 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_de.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/portal/PortalNavigationPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+javax.portlet.title=Navigationsportlet
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_de.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/BreadcumbsPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,20 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+javax.portlet.title=Pfadnavigationsportlet
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_de.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/GroovyPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,41 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+#####################################################################################
+# EXCEPTION MAPPINGS #
+#####################################################################################
+UIGroovyPortlet.note.Text=Die ist ein Beispiel f�r ein Groovy-Portlet. Es kann in einer Webapplikation installiert werden.
+UIIFrameEditMode.title=URL ändern
+UIIFrameEditMode.label.iframeUrl=URL
+UIIFrameEditMode.label.editmode=Bearbeitungsmodus
+UIIFrameEditMode.action.Save=Speichern
+
+UIBannerPortlet.action.changeLanguage=Sprache wechseln
+UIBannerPortlet.action.register=Registrieren
+
+ #############################################################################
+ #org.exoplatform.portal.webui.component.UIHomePagePortlet #
+ #############################################################################
+
+UIHomePagePortlet.Label.Title=Testen Sie GateIn 3.0 mit einem dieser Benutzerkonten:
+UIHomePagePortlet.Label.Intro=Die neue Version verfügt über eine revolutionäre Bedienoberfläche<br/>Classic- und WebOS-Layouts<br/> Ziehen und Ablegen (Drag & Drop). Seitenerstellassistent<br/>Und viel mehr...
+UIHomePagePortlet.Label.Slogan=Das Beste aus eXo und JBoss Portal<div>GateIn 3.0</div>
+UIHomePagePortlet.Label.Username=Name:
+UIHomePagePortlet.Label.Password=Passwort:
+
Added: portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_de.properties
===================================================================
--- portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_de.properties (rev 0)
+++ portal/trunk/portlet/web/src/main/webapp/WEB-INF/classes/locale/portlet/web/LogoPortlet_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,32 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+#####################################################################################
+# EXCEPTION MAPPINGS #
+#####################################################################################
+UILogoPortlet.note.Text=Logo-Portlet
+UILogoEditMode.title=URL ändern
+UILogoEditMode.label.logoUrl=URL
+UILogoEditMode.label.editmode=Bearbeitungsmodus
+UILogoEditMode.action.Save=Speichern
+UILogoPortlet.action.changeLanguage=Sprache wechseln
+UILogoPortlet.action.Register=Registrieren
+UILogoPortlet.action.signout=Abmelden
+UILogoPortlet.action.signin=Anmelden
+UILogoPortlet.label.Welcome=Willkommen
\ No newline at end of file
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/organization/management/executive-board_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+organization.title=Organisation
+organization.newstaff=Neue Benutzer
+organization.management=Benutzer- und Gruppenmanagement
\ No newline at end of file
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/administrators_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+administration.title=Administration
+administration.application-registry=Applikationsverwaltung
+administration.newAccount=Neues Konto
+administration.community-management=Benutzerverwaltung
+administration.i18n=Internationalisierung
+administration.console=Webconsole
+administration.pageManagement=Seitenverwaltung
\ No newline at end of file
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/guests_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+platform.guests.register=Registrieren
+platform.guests.sitemap=Seitenübersicht
+platform.guests.link=Link
\ No newline at end of file
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/group/platform/users_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+platform.users.iframe=IFrame
+platform.users.mylink=Mein Link
+platform.users.mylink-blog=Blog
+platform.users.mylink-google=Google
+platform.users.mylink-facebook=Facebook
+platform.users.sitemap=Seitenübersicht
+platform.users.dashboard=Dashboard
\ No newline at end of file
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/navigation/portal/classic_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+portal.classic.home=Startseite
+portal.classic.sitemap=Seitenübersicht
+portal.classic.groupnavigation=Gruppennavigation
+portal.classic.portalnavigation=Portalnavigation
+portal.classic.register=Registrieren
+portal.classic.webexplorer=Web Explorer
+UIAddNewApplication.label.AddApplication = Applikation hinzufügen
\ No newline at end of file
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/expression_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,159 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+###################################################################
+# EXPRESSION START WITH 'A' #
+###################################################################
+word.accessPermission=Zugriffsberechtigung
+word.abort=Abbrechen
+word.action=Aktion
+###################################################################
+# EXPRESSION START WITH 'B' #
+###################################################################
+word.back=Zurück
+word.birthday=Geburtstag
+
+###################################################################
+# EXPRESSION START WITH 'c' #
+###################################################################
+word.cancel=Abbrechen
+word.category=Kategorie
+word.change=Ändern
+word.city=Stadt
+word.close=Schließen
+word.comment=Kommentar
+word.content=Inhalt
+word.country=Land
+
+###################################################################
+# EXPRESSION START WITH 'd' #
+###################################################################
+word.date=Datum
+word.decorator=Dekorateur
+word.department=Abteilung
+word.description=Beschreibung
+
+###################################################################
+# EXPRESSION START WITH 'e' #
+###################################################################
+word.editPermission=Bearbeitungsberechtigung
+word.email=Email
+word.employer=Arbeitgeber
+
+###################################################################
+# EXPRESSION START WITH 'f' #
+###################################################################
+word.familyName=Familienname
+word.finish=Beenden
+word.firstName=Vorname
+word.format=Format
+
+###################################################################
+# EXPRESSION START WITH 'g' #
+###################################################################
+word.groupId=Gruppen-ID
+word.gender=Geschlecht
+word.givenName=Vorname
+
+###################################################################
+# EXPRESSION START WITH 'h' #
+###################################################################
+word.height=Höhe
+
+###################################################################
+# EXPRESSION START WITH 'i' #
+###################################################################
+word.icon=Symbol
+
+###################################################################
+# EXPRESSION START WITH 'i' #
+###################################################################
+word.jobTitle=Stellenbezeichnung
+
+###################################################################
+# EXPRESSION START WITH 'l' #
+###################################################################
+word.locale=Locale/Gebietsschema
+word.label=Bezeichner
+word.language=Sprache
+word.lastName=Nachname
+
+###################################################################
+# EXPRESSION START WITH 'm' #
+###################################################################
+word.mobile=Mobiltelefon
+
+###################################################################
+# EXPRESSION START WITH 'n' #
+###################################################################
+word.name=Name
+word.nickName=Spitzname
+word.next=Weiter
+
+###################################################################
+# EXPRESSION START WITH 'o' #
+###################################################################
+word.owner=Eigentümer
+
+###################################################################
+# EXPRESSION START WITH 'p' #
+###################################################################
+word.postalCode=Postleitzahl
+
+###################################################################
+# EXPRESSION START WITH 'r' #
+###################################################################
+word.refresh=Aktualisieren
+word.restore=Neu laden
+
+###################################################################
+# EXPRESSION START WITH 's' #
+###################################################################
+word.save=Speichern
+word.stateProv=Staat/Provinz
+word.street=Straße
+word.style=Stil
+word.subject=Betreff
+word.summary=Zusammenfassung
+word.skin=Skin
+
+###################################################################
+# EXPRESSION START WITH 't' #
+###################################################################
+word.template=Schablone
+word.tel=Telefon
+word.title=Titel
+
+###################################################################
+# EXPRESSION START WITH 'u' #
+###################################################################
+word.uri=Uri
+word.userName=Benutzername
+word.update=Aktualisieren
+
+###################################################################
+# EXPRESSION START WITH 'v' #
+###################################################################
+word.viewPermission=Leseberechtigung
+
+###################################################################
+# EXPRESSION START WITH 'w' #
+###################################################################
+word.width=Breite
+word.website=Internetseite
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/services_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,130 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+#############################################################################
+# Empty String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.Validator.EmptyFieldValidator
+#{0}=input field name
+EmptyStringValidator.msg.empty-input=Das Eingabefeld "{0}" ist obligatorisch.
+
+#############################################################################
+# Email Address Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.EmailAddressValidator
+#{1}=input field name, {0} user input email address
+EmailAddressValidator.msg.invalid-email=Sie haben "{0}" in das Feld {1} eingegeben, die Emailadresse ist nicht gültig.
+
+#############################################################################
+# Number Format Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.NumberFormatValidator
+#{0}=input field name, {1} user input limit access
+# old:NumberFormatValidator.msg.invalid-limitAccess=You have entered "{0}" in field {1}, it is an invalid \ limit access
+NumberFormatValidator.msg.invalid-limitAccess=Sie haben "{0}" in das Feld {1} eingegeben, der Wert ist ungültig.
+#{0}=input field name
+NumberFormatValidator.msg.Invalid-input=Der Wert im Feld {0} ist inkorrekt (Zahl erforderlich).
+
+#############################################################################
+# Identifier String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.IdentifierValidator
+#{0}=input field name
+IdentifierValidator.msg.empty-input=Das Feld "{0}" ist leer.
+#{0}=input field name
+IdentifierValidator.msg.invalid-char=Nur Zahlen und Buchstaben sowie Unterstrich, Leerzeichen und Bindestrich sind im Feld {0} erlaubt.
+
+#############################################################################
+# Name String Validator #
+#############################################################################
+#class org.exoplatform.webui.form.validator.Validator.NameValidator
+#{0}=input field name
+NameValidator.msg.empty-input=Das Feld "{0}" ist leer.
+#{0}=input field name
+NameValidator.msg.invalid-char=Nur Zahlen und Buchstaben sowie Unterstrich, Leerzeichen und Bindestrich sind im Feld {0} erlaubt.
+
+#############################################################################
+# Valid User Validator #
+#############################################################################
+#class org.exoplatform.faces.user.validator.ValidUserValidator
+#{0}=input field name, {1} input user name
+ValidUserValidator.msg.empty-input=Das Feld "{0}" ist leer.
+#{0}=input field name, {1} input user name
+ValidUserValidator.msg.invalid-username=Der Benutzer {0} kann nicht gefunden werden.
+
+#############################################################################
+# Valid User Validator #
+#############################################################################
+#class org.exoplatform.faces.user.validator.ValidGroupValidator
+#{0}=input field name, {1} input group id
+ValidGroupValidator.msg.empty-input=Das Feld "{0}" ist leer.
+#{0}=input field name, {1} input group id
+ValidGroupValidator.msg.invalid-group-id=Die Gruppe {0} kann nicht gefunden werden.
+
+#############################################################################
+# Valid Permission Validator #
+#############################################################################
+PermissionValidator.msg.invalid-permission-input=Fehlerhafte Berechtigung. Das korrekte Format ist Rolle:/Gruppe.
+PermissionValidator.msg.membership-group-not-found=Rolle oder Gruppe nicht gefunden.
+
+#############################################################################
+# CheckAdminOrOwnerRoleInterceptor #
+#############################################################################
+#class org.exoplatform.faces.core.event.CheckAdminOrOwnerRoleInterceptor
+#{0}=action name
+CheckAdminOrOwnerRoleInterceptor.msg.owner-or-admin-require=Sie müssen sich anmelden und Sie müssen Administrator sein, um die Aktion '{0}' auszuführen.
+
+#############################################################################
+# CheckOwnerInterceptor #
+#############################################################################
+#class org.exoplatform.faces.core.event.CheckOwnerInterceptor
+#{0}=action name
+CheckOwnerInterceptor.msg.owner-require=Sie müssen sich anmelden, um die Aktion '{0}' auszuführen.
+
+#############################################################################
+# ExoPermissionException #
+#############################################################################
+#class org.exoplatform.commons.exception.ExoPermissionException
+#{0}=require role, {1} action name
+ExoPermissionException.msg.message=Sie müssen die Rolle {0} innehaben sein, um die Aktion {1} auszuführen.
+
+#############################################################################
+# Message Service properties #
+#############################################################################
+#this exception is throw in GroupQueryHandler class
+OrganizationService.unique-group-exception=Die Gruppe {0} existiert bereits.
+#Throw in org.exoplatform.commons.utils.PageList, {0}=request page parameter, {1}=available pages parameter
+PageList.page-out-of-range=Sie versuchen die Seite {0} zu öffnen, es gibt jedoch nur {1} Seiten.
+#Throw in exo.services.communication.message.impl.MessageServiceImpl.
+#{0}=account name, {1}=user name
+MessageService.account-not-found=Das Konto {0} für den Benutzer {1} kann nicht gefunden werden.
+#Throw in exo.services.communication.message.impl.StandaloneProtocolPlugin.
+#{0}=to address
+MessageService.invalid-standalone-message-address=Sie nutzen ein Konto des Typs "Alleinstehend/Standalone" und \ die Adresse {0} ist nicht gültig. Das System erwartet eine Adresse im folgenden Format : \ Empfänger#Kontoname
+#Throw in exo.services.communication.message.impl.MailServiceImpl
+#{0}=The orginal error message thrown by java mail library
+MessageService.send-message-fail=Die Nachricht kann nicht gesendet werden. Überprüfen Sie die Email-Adresse <br />\n\ Fehlermeldung: {0}
+
+#############################################################################
+# Forum Service properties #
+#############################################################################
+#Throw in org.exoplatform.services.communication.forum.impl.ForumServiceImpl
+#Throw in org.exoplatform.services.indexing.Searcher
+#{0}=The orginal error message throw by lucence
+Searcher.msg.search-expression-error=Fehlerhafter Ausdruck bei der Suchanfrage.<br />\n\ Fehlermeldung: {0}
Added: portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_de.properties
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_de.properties (rev 0)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/classes/locale/portal/webui_de.properties 2010-02-15 20:22:42 UTC (rev 1705)
@@ -0,0 +1,1402 @@
+#
+# Copyright (C) 2009 eXo Platform SAS.
+#
+# This is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as
+# published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# This software is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this software; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+#
+
+UIContentNavigation.msg.EditNode=Sie müssen einen Knoten auswählen.
+UIPortletRegistryCategory.msg.editPortlet=Sie müssen ein Portlet auswählen.
+PopupPermissionSelector.title.null=null
+PopupPermissionSelector.title.UIGroupMembershipSelector=Berechtigungsauswahl
+PopupPermissionSelector.title.PermissionSelector=Berechtigungsauswahl
+UIPermissionForm.label.null=Berechtigung
+UICategoryForm.action.Close=Schließen
+AddCategory.title.UICategoryForm=Kategorie hinzufügen
+WorkingPopup.title.WorkingPopup=Arbeitsfenster
+DeleteUser.title.UIPopupDialog=Möchten Sie diesen Benutzer löschen?
+
+ #############################################################################
+ # Empty String Validator #
+ #############################################################################
+ #class org.exoplatform.webui.form.validator.Validator.EmptyFieldValidator
+ #{0}=input field name
+
+EmptyFieldValidator.msg.empty-input=Das Feld "{0}" ist obligatorisch.
+EmptyFieldValidator.msg.empty=Das Feld "{0}" muss ausgefüllt werden.
+ExpressionValidator.msg.value-invalid=Das Feld "{0}" muss im Format "{1}" ausgefüllt werden.
+UITestForm.label.UIAddApplication=Applikation hinzufügen
+StringLengthValidator.msg.length-invalid=Der Text im Feld "{0}" muss zwischen "{1}" und "{2}" Zeichen lang sein.
+
+ #############################################################################
+ # Email Address Validator #
+ #############################################################################
+ #class org.exoplatform.webui.form.validator.Validator.EmailAddressValidator
+ #{0}=input field name, {1} user input email address
+
+EmailAddressValidator.msg.Invalid-input=Ihre Emailadresse ist ungültig. Geben Sie eine andere Adresse ein.
+
+ #############################################################################
+ # Mandatory Validator #
+ #############################################################################
+ #{0} = input field name
+
+MandatoryValidatorIterator.msg.empty=Die "{0}" Liste muss ausgefüllt werden.
+
+ #############################################################################
+ # Number Format Validator #
+ #############################################################################
+ #class org.exoplatform.webui.form.validator.Validator.NumberFormatValidator
+ #{0}=input field name
+
+NumberFormatValidator.msg.Invalid-number=Ungültiges Zahlenformat im Feld "{0}".
+
+ #class org.exoplatform.webui.form.validator.Validator.PositiveNumberFormatValidator
+ #{0}=input field name
+
+PositiveNumberFormatValidator.msg.Invalid-number=Das Feld "{0}" muss eine positive Zahl enthalten.
+
+ #############################################################################
+ # Empty Iterator Validator #
+ #############################################################################
+ #class org.exoplatform.webui.organization.UIListPermissionSelector.EmptyIteratorValidator
+ #{0}=input field name
+
+EmptyIteratorValidator.msg.empty=Die Liste "{0}" muss ausgefüllt werden.
+
+ #############################################################################
+ # Resource Validator #
+ #############################################################################
+
+ResourceValidator.msg.Invalid-char=Nur Zahlen und Buchstaben sowie Unterstrich, Punkt und Bindestrich sind im Feld {0} erlaubt.
+
+ #############################################################################
+ # Special Character Validator #
+ #############################################################################
+ #class org.exoplatform.webui.form.validator.Validator.SpecialCharacterValidator
+ #{0}=input field name
+
+SpecialCharacterValidator.msg.invalid-digit=Das Feld "{0}" muss mit einem Buchstaben beginnen.
+SpecialCharacterValidator.msg.Invalid-char=Nur Zahlen und Buchstaben sowie Unterstrich, Leerzeichen und Bindestrich sind im Feld {0} erlaubt.
+
+ #############################################################################
+ # Date Time Validator #
+ #############################################################################
+
+DateTimeValidator.msg.Invalid-input=Das Datum im Feld "{0}" ist nicht gültig.
+
+ #############################################################################
+ # URL Validator #
+ #############################################################################
+
+URLValidator.msg.invalid-url=Das Feld "{0}" enthält eine ungültige URL.
+
+ #############################################################################
+ # Label for UIFormMultiValueInputSet #
+ #############################################################################
+
+UIFormMultiValueInputSet.label.remove=Item entfernen
+UIFormMultiValueInputSet.label.add=Item hinzufügen
+
+ #############################################################################
+ #org.exoplatform.portal.webui.portal.UIPortalComposer #
+ #############################################################################
+
+UIPortalComposer.title.UIPortalComposer=Portal-Bearbeitungsmaske
+UIPortalComposer.action.Abort=Abbrechen
+UIPortalComposer.action.Finish=Beenden
+UIPortalComposer.action.ViewProperties=Portaleigenschaften
+UIPortalComposer.action.SwitchMode=Vorschau
+UITabPane.title.UIApplicationList=Applikationen
+UITabPane.title.UIContainerList=Container
+
+ #############################################################################
+ #Container config options #
+ #############################################################################
+
+ContainerOptions.Category.row=Reihenlayout
+ContainerOptions.Category.column=Spaltenlayout
+ContainerOptions.Category.tabs=Registerkartenlayout
+ContainerOptions.Category.mix=Kombiniertes Layout
+
+ContainerOptions.Item.oneRow=Eine Reihe
+ContainerOptions.Item.twoRows=Zwei Reihen
+ContainerOptions.Item.threeRows=Drei Reihen
+ContainerOptions.Item.oneColumns=Eine Spalte
+ContainerOptions.Item.twoColumns=Zwei Spalten
+ContainerOptions.Item.threeColumns=Drei Spalten
+ContainerOptions.Item.threeToolbarColumns=Drei Werkzeugleisten-Spalten
+ContainerOptions.Item.twoTabs=Zwei Registerkarten
+ContainerOptions.Item.threeTabs=Drei Registerkarten
+ContainerOptions.Item.twoColumnsOneRow=Zwei Spalten, Eine Reihe
+ContainerOptions.Item.oneRowTwoColumns=Eine Reihe, Zwei Spalten
+ContainerOptions.Item.oneRow2Column1Row=Eine Reihe, Zwei Spalten, Eine Reihe
+
+ #############################################################################
+ # Identifier String Validator #
+ #############################################################################
+ #class org.exoplatform.webui.form.validator.Validator.IdentifierValidator
+ #{0}=input field name
+
+IdentifierValidator.msg.Invalid-char=Nur Zahlen und Buchstaben sowie Unterstrich und Bindestrich sind im Feld {0} erlaubt.
+
+ #############################################################################
+ # UIChangeLanguage #
+ #############################################################################
+
+UIChangeLanguage.title.LanguageSetting=Sprachauswahl
+UIChangeLanguage.action.save=Anwenden
+UIChangeLanguage.action.close=Abbrechen
+Euro.label=Euro
+Asia.label=Asien
+Language.left.title=Sprache auswählen
+
+ #############################################################################
+ # Change Skin #
+ #############################################################################
+
+UIChangeSkin.action.save=Anwenden
+UIChangeSkin.action.close=#{word.cancel}
+UIChangeSkin.title.SkinSetting=Skin-Auswahl
+UIChangeSkin.Default.label=Standard-Skin
+UIChangeSkin.Mac.label=Macintosh-Skin
+UIChangeSkin.Vista.label=Vista-Skin
+Skin.title=Liste der Skins
+Skin.left.title=Skins ansehen und auswählen
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIChangePortal #
+ #############################################################################
+
+UIChangePortal.header.creator=Ersteller
+UIChangePortal.header.name=Name
+UIChangePortal.header.skin=Skin
+UIChangePortal.header.action=Aktion
+UIChangePortal.header.factoryId=Factory-ID
+UIChangePortal.lable.TitleBar=Portal auswählen
+UIChangePortal.action.close=Schließen
+UIChangePortal.action.title.SelectPortal=Portal auswählen
+UIChangePortal.msg.Invalid-viewPermission=Sie haben nicht die Berechtigung, dieses Portal zu benutzen.
+
+ #############################################################################
+ # Selector #
+ #############################################################################
+
+Template.title=Skin-Liste
+Template.left.title=Skins ansehen und auswählen
+Desktop.label=Arbeitsflächen-Layout
+AccountTemplate.left.title=Vorschau anhand des Konto-Templates
+AccountTemplate.title=Konto-Templates
+DefaultAccount.label=Standard-Konto
+CommunityAccount.label=Benutzer-Konto
+CompanyAccount.label=Unternehmens-Konto
+AdminAccount.label=Administrator-Konto
+
+ #############################################################################
+ # Name String Validator #
+ #############################################################################
+ #class org.exoplatform.webui.form.validator.Validator.NameValidator
+ #{0}=input field name
+
+NameValidator.msg.Invalid-char=Nur Zahlen und Buchstaben sowie Unterstrich, Punkt und Bindestrich sind im Feld {0} erlaubt.
+FirstCharacterNameValidator.msg=Das Feld "{0}" muss mit einem Buchstaben beginnen und darf keine Sonderzeichen enthalten.
+
+ #############################################################################
+ # Message Info #
+ #############################################################################
+
+UIAccountForm.msg.password-is-not-match=Die Passwortbestätigung muss mit dem Passwort übereinstimmen.
+UIAccountInputSet.msg.user-exist=Der Benutzername existiert bereits.
+UIAccountInputSet.msg.user-not-exist=Der Benutzername ist noch verfügbar.
+UIAccountInputSet.msg.user-is-deleted=Der Benutzer ist gelöscht.
+UIAccountInputSet.msg.email-exist=Diese Emailadresse existiert bereits. Geben Sie eine andere Adresse ein.
+UIAccountInputSet.msg.empty-input=Der Benutzername muss ausgefüllt werden.
+UIAccountInputSet.msg.successful.create.user=Sie haben ein neues Konto eröffnet.
+UIAccountInputSet.msg.successful.update.user=Das Benutzerprofil wurde aktualisiert.
+UIUserProfileInputSet.msg.sucsesful.update.userprofile=Das Benutzerprofil wurde aktualisiert.
+UIUserProfileInputSet.title=Persönliche Angaben
+UIUserProfileInputSet.label.Profile=Profil
+UIUserProfileInputSet.label.HomeInfo=Private Daten
+UIUserProfileInputSet.label.BusinessInfo=Business-Daten
+UIGroupMembershipForm.msg.user-not-exist=Der Benutzer "{0}" existiert nicht.
+UIGroupMembershipForm.msg.user-not-empty=Der Benutzername muss ausgefüllt werden.
+UIGroupMembershipForm.msg.Invalid-char=Nur Zahlen und Buchstaben sowie Komma und Bindestrich sind im Feld {0} erlaubt. Das erste und das letzte Zeichen muss jeweils ein Buchstabe sein.
+UIGroupMembershipForm.msg.duplicate-user=Ein Benutzer ist mehrmals vorhanden. Bitte überprüfen.
+UIGroupMembershipForm.msg.group-not-select=Wählen Sie eine Gruppe aus.
+UIGroupMembershipForm.msg.membership-exist=Der Benutzer "{0}" hat bereits die gleiche Rolle in der Gruppe "{1}". Wählen Sie eine andere Rolle.
+UILoginForm.msg.Invalid-account=Benutzername oder Passwort ist falsch oder leer.
+UILoginForm.label.welcome=Willkommen
+UILoginForm.label.login=Anmelden
+UILoginForm.label.Discard=Abbrechen
+UILoginForm.label.user=Benutzer
+UILoginForm.label.forgot=Haben Sie Ihren Benutzernamen oder Ihr Passwort vergessen?
+UILoginForm.label.password=Passwort
+UILoginForm.label.UserName=Benutzername
+UILoginForm.label.RememberOnComputer=Anmeldung auf dem Browser speichern
+UILoginForm.label.NotMember=Kein Mitglied?
+UILoginForm.label.Signup=Registrieren
+UILoginForm.label.Signin=Anmelden
+UILoginForm.label.ForAccount=Jetzt ein Konto registrieren
+UILoginForm.label.SigninFail=Anmeldung fehlgeschlagen. Falscher Benutzername oder falsches Passwort.
+UILoginForm.label.Copyright=Copyright © 2009. Alle Rechte vorbehalten, eXo Platform SAS und Red Hat, Inc.
+
+ #############################################################################
+ # Message Error #
+ #############################################################################
+
+UIApplication.msg.unknown-error=Verzeihung, ein unbekannter Fehler ist aufgetreten.
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIContainerForm#
+ #############################################################################
+
+UIContainerForm.title=Container bearbeiten
+UIContainerForm.action.Save=#{word.save}
+UIContainerForm.action.Close=Abbrechen
+UIContainerForm.label.id=Container-ID
+UIContainerForm.label.title=Container-Überschrift
+UIContainerForm.label.decorator=#{word.decorator}
+UIContainerForm.label.template=#{word.template}
+UIContainerForm.label.width=#{word.width}
+UIContainerForm.label.height=#{word.height}
+UIContainerForm.label.style=#{word.style}
+UIContainerForm.label.ContainerSetting=Containereigenschaften
+UIContainerForm.tab.label.ContainerSetting=Containereigenschaften
+UIContainerForm.tab.label.UIContainerPermission=Zugriffsberechtigungen
+UIContainerForm.tab.label.Template=Vorlage
+UIContainerForm.tab.label.Icon=Piktogramm
+UIContainerForm.msg.InvalidWidthHeight=Sie müssen entweder einen Pixelwert oder eine Prozentangabe im Feld "{0}" eingeben.
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPortletForm#
+ #############################################################################
+
+UIPortletForm.title=Portlet ansehen und bearbeiten
+UIPortletForm.label.title=Portlet-Überschrift :
+UIPortletForm.label.width=#{word.width}:
+UIPortletForm.label.height=#{word.height}:
+UIPortletForm.label.showInfoBar=Info-Leiste anzeigen :
+UIPortletForm.label.windowId=Fenster-ID :
+UIPortletForm.label.showPortletMode=Portlet-Modus anzeigen :
+UIPortletForm.label.showWindowState=Fenster-Status anzeigen :
+UIPortletForm.label.id=Portlet-ID :
+UIPortletForm.label.displayName=Anzeige-Name:
+UIPortletForm.label.description=Beschreibung :
+UIPortletForm.label.template=Schablone
+UIPortletForm.action.Close=Abbrechen
+UIPortletForm.action.Save=Speichern und Schließen
+UIPortletForm.tab.label.PortletPref=Präferenzen
+UIPortletForm.tab.label.PortletSetting=Portleteigenschaften
+UIPortletForm.tab.label.Renderer=Renderer
+UIPortletForm.tab.label.Template=Schablone
+UIPortletForm.tab.label.Decorator=Dekorateur
+UIPortletForm.tab.label.Icon=Piktogramm auswählen
+UIPortletForm.tab.label.Theme=Dekorations-Thema
+UIPortletForm.tab.label.EditMode=Bearbeitungsmodus
+UIPortletForm.tab.label.PortletPermission=Zugriffsberechtigung
+UIPortletForm.Theme.title.Preview=Thema-Vorschau
+UIPortletForm.Theme.title.SetDefault=Standard-Thema
+UIPortletForm.Icon.title.SetDefault=Standard-Thema
+UIPortletForm.msg.InvalidWidthHeight=Sie müssen einen Pixelwert im Feld "{0}" eingeben.
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIDescription #
+ #############################################################################
+
+UIDescription.title.pageManagement=Seitenverwaltung
+UIDescription.title.portalManagement=Portalverwaltung
+UIDescription.title.pageWizard=Seitenerstellungs-Assistent
+UIDescription.title.pageEditWizard=Seitenbearbeitungs-Assistent
+UIDescription.content.pageManagement=<strong>Seitenverwaltung:</strong><br/>Dies ist eine Liste aller Seiten.<br/>Sie können die Seitenvorschau benutzen (beschränkt auf normale Seiten),</br/><br/> Sie können Seiten nur bearbeiten oder löschen, wenn Sie die notwendigen Berechtigungen haben.<br/><br/>Sie können Seiten suchen, mit den Kriterien Eigentümertyp (Portal, Gruppe oder Nutzer), Eigentümername oder Seitenname.<br/><br/>Um eine neue Seite zu erstellen, klicken Sie auf die "Neue Seite"-Schaltfläche und füllen Sie die Felder aus.
+UIDescription.content.portalManagement=<strong>Portalverwaltung:</strong><br/>Dies ist eine Liste aller Portale. Um eine neues Portal zu erstellen, klicken Sie auf die "Neues Portal"-Schaltfläche und füllen Sie die Felder aus.<br/>Sie können Portal nur erstellen oder löschen, wenn Sie die notwendigen Berechtigungen haben.
+UIDescription.content.pageWizard=Seitenerstellungs-Assistent
+UIDescription.content.pageWizard2=<strong>Schritt 1: Seiteneigenschaften umfasst the URL-Pfad zur Seite, den Knotennamen und den Anzeigenamen. </strong><br/> Gehen Sie wie folgt vor: <br/>- Wählen Sie eine Navigation aus der Liste aus.<br/>- Wählen Sie den Seitenknoten für den Sie eine Unterseite erstellen möchten.<br/>- Geben Sie einen <em>Knotennamen</em> ein<br/>- Geben Sie einen <em>Anzeigenamen</em> ein (optional)<br/>- Markieren oder demarkieren Sie das Kontrollkästchen für die <em>Sichtbarkeit</em>.<br/>- Markieren oder demarkieren Sie das Kontrollkästchen für den <em>Veröffentlichungszeitraum</em>. <br/> Wenn <em>Veröffentlichungszeitraum</em> markiert ist: <br/> - Geben Sie den <em>Veröffentlichungsbeginn</em> ein <br/> - Geben Sie das <em>Veröffentlichungsende</em> ein <br/> - Klicken Sie auf "Weiter", um zum nächsten Schritt zu kommen.
+UIDescription.content.pageWizard3=<strong>Schritt 2: Seitenlayout.</strong><br/> Gehen Sie wie folgt vor:<br/>- Wählen Sie ein Layout aus der Liste aus.<br/>- Klicken Sie auf "Weiter" um zum nächsten Schritt zu gelangen oder auf "Zurück", um zum vorherigen Schritt zurückzukehren.
+UIDescription.content.pageEditWizard=Seitenerstellungsassistent- und Ratgeber
+UIDescription.content.pageEditWizard1=<strong>Schritt 1: Bearbeiten Sie den Anzeigenamen, die Sichtbarkeit und den Veröffentlichungzeitraum der Seite.</strong><br/> Gehen Sie wie folgt vor: <br/>- Wählen Sie eine Navigation aus der Aufklappliste aus. <br/>- Wählen Sie die Seite, die Sie bearbeiten möchten. <br/>- Verändern Sie den <em>Anzeigenamen</em> falls erwünscht<br/>- Markieren oder demarkieren Sie das Kontrollkästchen für die <em>Sichtbarkeit</em>.<br/>- Markieren oder demarkieren Sie das Kontrollkästchen für den <em>Veröffentlichungszeitraum</em>.<br/> Wenn <em>Veröffentlichungszeitraum</em> markiert ist: <br/> - Verändern Sie den <em>Veröffentlichungsbeginn</em><br/> - Verändern Sie das <em>Veröffentlichungsende</em><br/>- Klicken Sie auf "Weiter", um zum nächsten Schritt zu kommen.
+UIDescription.content.pageEditWizard2=<strong>Schritt 2: Verändern Sie das Seitenlayout.</strong><br/> Gehen Sie wie folgt vor:<br/>- Wählen Sie ein Seitenlayout aus oder behalten Sie das aktuelle Layout bei<br/>- Klicken Sie auf "Weiter" um zum nächsten Schritt zu gelangen oder auf "Zurück", um zum vorherigen Schritt zurückzukehren.
+UIDescription.content.pageEditWizard3=<strong>Schritt 2: Verändern Sie das Seitenlayout.</strong><br/> Gehen Sie wie folgt vor:<br/>- Wählen Sie ein Seitenlayout aus oder behalten Sie das aktuelle Layout bei<br/>- Klicken Sie auf "Weiter" um zum nächsten Schritt zu gelangen oder auf "Zurück", um zum vorherigen Schritt zurückzukehren.
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPortalForm#
+ #############################################################################
+
+UIPortalForm.title=Portal bearbeiten
+UIPortalForm.action.Save=#{word.save}
+UIPortalForm.action.Close=Abbrechen
+UIPortalForm.msg.sameName=Dieser Portalname wird bereits verwendet.
+UIPortalForm.msg.notExistAnymore=Dieses Portal existiert nicht oder wurde gelöscht.
+UIPortalForm.label.name=Portalname :
+UIPortalForm.label.locale=#{word.locale} :
+UIPortalForm.label.date=#{word.date} :
+UIPortalForm.label.factoryId=Portaltyp
+UIPortalForm.label.skin=Skin :
+UIPortalForm.label.sessionAlive=Anmeldung auf dem Browser speichern:
+UIPortalForm.label.option.always=Immer
+UIPortalForm.label.option.onDemand=Auf Anfrage
+UIPortalForm.label.option.never=Niemals
+UIPortalForm.tab.label.PortalSetting=Portaleigenschaften
+UIPortalForm.tab.label.PortalTemplate=Portalschablonen
+UIPortalForm.tab.label.PermissionSetting=Berechtigungen
+UIPortalForm.tab.label.FactoryId=Factory-ID
+PortalTemplate.title=Portal-Schablonen
+PortalTemplate.left.title=Vorschau Beispiel-Portalschablone
+
+ #####################################################################################
+ # org.exoplatform.webui.organization.UIListPermissionSelector#
+ # org.exoplatform.webui.organization.UIPermissionSelector#
+ # org.exoplatform.webui.organization.UIGroupSelector#
+ ###############################################################################3#####
+
+UITabPane.title.UIPermissionSelector=Bearbeitungs-Berechtigungen
+UITabPane.title.UIListPermissionSelector=Zugriffsberechtigungen
+UITabPane.title.UIAccountProfiles=Kontoprofile
+UITabPane.title.UIAccountChangePass=Passwort ändern
+UIListPermissionSelector.header.groupId=Gruppen-ID
+UIListPermissionSelector.header.membership=Rolle
+UIListPermissionSelector.header.action=Aktion
+UIListPermissionSelector.action.addPermission=Berechtigung hinzufügen
+UIListPermissionSelector.action.title.Delete=Löschen
+UIListPermissionSelector.label.publicMode=Allgemein zugänglich (jeder kann zugreifen):
+UIGroupMembershipSelector.msg.selectGroup=Sie müssen zuerst eine Gruppe auswählen.
+UIGroupMembershipSelector.title=Rollenauswahl
+UIGroupMembershipSelector.title.ListPermissionSelector=Berechtigungsauswahl
+UIGroupMembershipSelector.label.selectPermission=Berechtigung auswählen
+UIGroupMembershipSelector.label.selectMembership=Rolle auswählen
+UIGroupMembershipSelector.label.selectGroup=Gruppe auswählen
+UIGroupMembershipSelector.tooltip.selectMembership=Klicken Sie hier, um eine Rolle auszuwählen.
+UIGroupSelector.title.UIGroupMembershipSelector=Rollenauswahl
+UIGroupSelector.title.selectGroup=Gruppenauswahl
+UIGroupSelector.title.selectGroupInfo=Ausgewählte Gruppe
+UIGroupSelector.lable.name=Name:
+UIGroupSelector.lable.groupId=Gruppen-ID:
+UIGroupSelector.lable.description=Beschreibung:
+UIGroupSelector.action.done=Beendet
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageSelector#
+ #############################################################################
+
+UIPageSelector2.header.name=Name
+UIPageSelector2.header.id=Seiten-ID
+UIPageSelector2.header.accessGroups=Gruppen
+UIPageSelector2.header.title=#{word.title}
+UIPageSelector2.header.action=#{word.action}
+UIPageSelector2.label.clearPage=Seiten leeren
+UIPageSelector2.label.createPage=Seite erstellen
+UIPageSelector2.label.searchandSelectPage=Seite suchen und auswählen
+UIPageSelector2.label.currentSelectedPage=Ausgewählte Seite
+UIPageSelector2.label.title=Titel
+UIPageSelector2.label.name=#{word.name}
+UIPageSelector2.label.accessGroups=Gruppen
+UIPageBrowser.msg.NoPermission=Sie haben keine Zugriffsberechtigung für diese Seite.
+UIPageBrowser.msg.PageNotExist=Die Seite existiert nicht.
+UIPageBrowser.msg.UserNotPermission=Sie haben keine Zugriffsberechtigung für die Seite dieses Knotens.
+UIPageBrowser.msg.InvalidQueryException=Fehler: Ungültige Anfrage.
+UIPageBrowser.msg.Invalid-viewPermission=Ihnen fehlt die Berechtigung, um die Seite {0} zuzugreifen.
+UIPageBrowser.msg.Invalid-editPermission=Ihnen fehlt die Berechtigung, um die Seite {0} zu bearbeiten.
+UIPageBrowser.msg.Invalid-deletePermission=Ihnen fehlt die Berechtigung, um die Seite {0} zu löschen.
+UIPageBrowser.msg.Invalid-Preview=Dies eine Seite der Arbeitsfläche. Für diesen Seitentyp kann keine Vorschau angesehen werden.
+UIPageBrowser.msg.NotViewPage=Ihnen fehlt die Berechtigung, um diese Seite anzusehen.
+UIPageBrowser.msg.edit.NotEditPage=Ihnen fehlt die Berechtigung, um diese Seite zu bearbeiten.
+UIPageBrowser.msg.delete.NotDelete=Ihnen fehlt die Berechtigung, um diese Seite zu löschen.
+UIPageBrowser.selectItem.ownerType=Eigentümertyp
+UIPageBrowser.selectItem.ownerId=Eigentümer-ID
+UIPageBrowser.selectItem.name=Name
+UIPageBrowser.action.title.Delete=Seite löschen
+UIPageBrowser.action.title.Preview=Seitenvorschau
+UIPageBrowser.action.title.EditInfo=Seite bearbeiten
+UIPageBrowser.action.title.SelectPage=Seite Auswählen
+UIPageBrowser.action.addNewPage=Neue Seite erstellen
+UIVirtualList.header.name=Seitenname
+UIVirtualList.header.ownerType=Eigentümertyp
+UIVirtualList.header.ownerId=Eigentümer-ID
+UIVirtualList.header.pageId=Seiten-ID
+UIVirtualList.header.title=Titel
+UIVirtualList.header.accessGroups=Gruppen mit Zugriffsberechtigung
+UIVirtualList.header.action=#{word.action}
+UIVirtualList.header.accessPermissions=Zugriffsberechtigung
+UIVirtualList.header.editPermission=Bearbeitungsberechtigung
+UIPageBrowser.label.option.owner=#{word.owner}
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageNodeSelector#
+ #############################################################################
+
+UIPageNodeSelector.UIDropDown.title=Navigationen Auswählen
+UIPageNodeSelector.msg.notAvailable=Die Seite dieses Knotens ist nicht verfügbar.
+UIPageNodeSelector.msg.Invalid-editPermission=Ihnen fehlt die Berechtigung, um diese Seite bearbeiten.
+UIPageNodeSelector.msg.deleteNav=Sie können diese Seitennavigation nicht löschen.
+UIPageNodeSelector.msg.NoPageNavigation=Sie müssen zunächst eine Navigation erstellen, bevor Sie diese Funktion nutzen können.
+UIPageNodeSelector.msg.curentPage=Diese Seite kann nicht gelöscht werden, weil sie durch ein anderes Programm genutzt wird.
+UIPageNodeSelector.msg.paste.sameName=Dieser Knotenname existiert bereits.
+UIPageNodeSelector.msg.paste.sameSrcAndDes=Die Quelle und das Ziel müssen verschieden sein.
+UIPageNodeSelector.deleteNode=Sind Sie sicher, dass Sie diese Navigation löschen möchten?
+UIPageNodeSelector.deleteNavigation=Sind Sie sicher, dass Sie diesen Knoten löschen möchten?
+UIPageNodeSelector.tooltip.newPageNavigation=Neue Seitennavigation erstellen
+UIPageNodeSelectorPopupMenu.event.AddUserNavigation=Navigationsknoten hinzufügen
+UIPageNodeSelectorPopupMenu.event.AddNode=Knoten hinzufügen
+UIPageNodeSelectorPopupMenu.event.PasteNode=Knoten einfügen
+UIPageNodeSelectorPopupMenu.event.CreateNavigation=Navigation erstellen
+UIPageNodeSelectorPopupMenu.event.DeleteNavigation=Navigation löschen
+UIPageNodeSelectorPopupMenu.event.EditNavigation=Navigation bearbeiten
+UIPageNodeSelectorPopupMenu.event.SaveNavigation=Navigation speichern
+
+ #############################################################################
+ # org.exoplatform.portal.webui.portal.UIComposer #
+ #############################################################################
+
+UIPageEditor.action.Abort=Abbrechen
+UIPageEditor.action.Finish=Beenden
+UIPageEditor.title.UIPageEditor=Seitenbearbeitung
+UIPageEditor.action.ViewProperties=Seiteneigenschaften
+UIPageEditor.action.SwitchMode=Ansichtmodus wechseln
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageForm #
+ #############################################################################
+
+UIPageForm.title=Seite Ansehen/Bearbeiten
+UIPageForm.label.pageId=Seiten-ID :
+UIPageForm.label.ownerType=Eigentümertyp:
+UIPageForm.label.ownerId=Eigentümer-ID:
+UIPageForm.label.name=Seitenname:
+UIPageForm.label.title=Seiten-Überschrift:
+UIPageForm.label.showMaxWindow=Max. Fenstergröße:
+UIPageForm.action.Close=Abbrechen
+UIPageForm.action.Save=#{word.save}
+UIPageForm.action.Back=Zurück
+UIPageForm.tab.label.PageSetting=Seiteneigenschaften
+UIPageForm.tab.label.Template=Seiten-Vorlage
+UIPageForm.tab.label.PermissionSetting=Berechtigungen
+UIPageForm.tab.label.UIPageTemplateOptions=Seiten-Layout
+UIPageForm.msg.sameName=Dieser Seitennamen wird bereits verwendet.
+UIOwnerIdSelector.title.OwnerIdSelector=Eigentümertyp-Auswahl
+UIPopupGroupSelector.title.UIGroupSelector=Gruppen-Auswahl
+UIPopupGroupSelector.title.GroupSelector=Gruppe auswählen
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageNodeForm#
+ #############################################################################
+
+UIPageNodeForm2.msg.SameName=Dieser Knotenname wird bereits verwendet.
+UIPageNodeForm2.msg.selectPage=Sie müssen eine Seite auswählen.
+UIPageNodeForm2.msg.startDateBeforeEndDate=Das Ende-Datum muss nach Beginn-Datum liegen.
+UIPageNodeForm2.action.Save=#{word.save}
+UIPageNodeForm2.action.Back=#{word.back}
+UIPageNodeForm2.action.Close=#{word.cancel}
+UIPageNodeForm2.label.name=Knotenname:
+UIPageNodeForm2.label.uri=#{word.uri}:
+UIPageNodeForm2.label.pageReference=Seiten-Referenz
+UIPageNodeForm2.label.description=#{word.description}
+UIPageNodeForm2.label.type=Seitentyp
+UIPageNodeForm2.label.creator=Seiten-Ersteller
+UIPageNodeForm2.label.modifier=Seitenbearbeiter
+UIPageNodeForm2.label.label=#{word.label}:
+UIPageNodeForm2.label.visible=Sichtbar:
+UIPageNodeForm2.label.showPublicationDate=Veröffentlichungzeitraum:
+UIPageNodeForm2.label.startPublicationDate=Veröffentlichungsbeginn:
+UIPageNodeForm2.label.endPublicationDate=Veröffentlichungsende:
+UIPageNodeForm2.Icon.title.SetDefault=Standardeinstellung
+UIPageNodeForm.tab.label.PageNodeSetting=Seitenknoten-Eigenschaften
+UIPageNodeForm.tab.label.Icon=#{word.icon}
+UIPageNodeForm.tab.label.UIPageSelector2=Seiten-Auswahl
+
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageBrowser #
+ #############################################################################
+
+UIPageBrowse.deletePage=Möchten Sie diese Seite löschen?
+UIPageSearch.label.option.ownerType=Eigentümertyp
+UIPageSearch.label.option.ownerId=Eigentümer-ID
+UIPageSearch.label.option.name=Name
+UIPageSearch.label.option.title=#{word.title}
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageNavigationForm #
+ #############################################################################
+
+UIPageNavigationForm.title=Seiten- & Navigations-Einstellungen
+UIPageNavigationForm.label.priority=Priorität :
+UIPageNavigationForm.label.creator=Ersteller :
+UIPageNavigationForm.label.modifier=Bearbeiter :
+UIPageNavigationForm.label.ownerType=Eigentümertyp :
+UIPageNavigationForm.label.ownerId=Eigentümer-ID :
+UIPageNavigationForm.label.description=#{word.description}:
+UIPageNavigationForm.label.uri=#{word.uri}:
+UIPageNavigationForm.label.name=#{word.name}:
+UIPageNavigationForm.tab.label.AccessGroup=Gruppe mit Zugriffsberechtigung
+UIPageNavigationForm.tab.label.PageNavigationSetting=Seitennavigation-Eigenschaften
+UIPageNavigationForm.tab.label.Icon=#{word.icon}
+UIPageNavigationForm.tab.label.PermissionSetting=Berechtigungen
+UIPageNavigationForm.action.Save=#{word.save}
+UIPageNavigationForm.action.ClosePopup=#{word.close}
+UIPageNavigationForm.action.Close=Abbrechen
+UIPageNavigationForm.msg.selectGroup=Sie müssen eine Gruppen auswählen.
+UIPageNavigationForm.msg.existPageNavigation=Die Seitennavigation für {0} existiert bereits.
+UIPageNavigation.msg.noMakablePageNavigation=Ihnen fehlt die Berechtigung, um eine Seitennavigation für diese Gruppe zu erstellen.
+UIPageNavigation.tooltip.upLevel=Ein Niveau höher
+UIPageNavigation.label.navigation=Navigation von {0}
+UIPageNavigation.label.titleBar=Seiten von {0}
+
+ #############################################################################
+ # org.exoplatform.portal.webui.component.UIPortalApplication #
+ #############################################################################
+
+UIPortalApplication.label.Loading=Ladevorgang...
+UIPortalApplication.label.Abort=Abbrechen
+UIPortalApplication.msg.deletePageBody=Diese Komponente enthält die Seiten-Struktur (PageBody). Deshalb kann diese Komponente nicht gelöscht werden.
+
+ #############################################################################
+ # org.exoplatform.organization.webui.component.UIPermissionSelector #
+ #############################################################################
+
+UIPermissionSelector.label.AccessPermission=#{word.accessPermission}
+UIPermissionSelector.label.EditPermission=#{word.editPermission}
+UIPermissionSelector.label.ViewPermission=#{word.viewPermission}
+UIPermissionSelector.label.PermissionInfo=Berechtigungen
+UIPermissionSelector.label.membershipMember=Rolle
+UIPermissionSelector.label.groupId=#{word.groupId}
+UIPermissionSelector.label.addEditPermission=Berechtigungseinstellungen
+UIPermissionSelector.label.currentSelectedPermissionInfo=Aktuelle Berechtigung
+UIPermissionSelector.label.permissionType=Berechtigungstyp
+UIPermissionSelector.action.SelectPermission=Berechtigung auswählen
+UIPermissionSelector.action.DeletePermission=Berechtigung löschen
+
+ #############################################################################
+ # org.exoplatform.organization.webui.component.UIGroupMembershipSelector #
+ #############################################################################
+
+UIPopupGroupMembershipSelector.title.ListPermissionSelector=Gruppen- und Rollenauswahl
+UIPageFormPopupGroupMembershipSelector.title.ListPermissionSelector=Gruppen- und Rollenauswahl
+
+ #############################################################################
+ # org.exoplatform.organization.webui.component.UIUserMembershipSelector #
+ #############################################################################
+
+UIUserMembershipSelector.header.userName=Benutzername
+UIUserMembershipSelector.header.membershipType=Rolle
+UIUserMembershipSelector.header.action=#{word.action}
+UIUserMembershipSelector.header.groupId=#{word.groupId}
+UIUserMembershipSelector.action.SelectPermission=Berechtigung auswählen
+UIUserMembershipSelector.action.title.DeleteMembership=Rolle löschen
+UserPermissionSelector.title.UIGroupMembershipSelector=Gruppen- und Rollenauswahl
+
+ #############################################################################
+ # org.exoplatform.webui.form.UIFormInputItemSelector #
+ #############################################################################
+
+UIFormInputItemSelector.selectType.page=Seitenvorlage auswählen
+UIFormInputItemSelector.selectType.portal=Portalvorlage auswählen
+UIFormInputSet.tooltip.selectgroup=Eine andere Gruppe auswählen
+
+ #############################################################################
+ # org.exoplatform.webui.form.UIFormInputIconSelector #
+ #############################################################################
+
+UIFormInputIconSelector.label.selectIconSet=Piktogrammkategorie auswählen
+UIFormInputIconSelector.label.iconPreview=Piktogrammvorschau und -auswahl
+UIFormInputIconSelector.label.iconName=Name des ausgewählten Piktogramms
+UIFormInputIconSelector.label.iconCatergory=Piktogrammkategorie
+UIFormInputIconSelector.label.miscIcons=Sonstige Piktogramme
+UIFormInputIconSelector.label.officeIcons=Büropiktogramme
+UIFormInputIconSelector.label.Icon16x16=Piktogramm 16x16
+UIFormInputIconSelector.label.Icon24x24=Piktogramm 24x24
+UIFormInputIconSelector.label.Icon48x48=Piktogramm 48x48
+UIFormInputIconSelector.label.Icon32x32=Piktogramm 32x32
+UIFormInputIconSelector.label.Icon64x64=Piktogramm 64x64
+UIFormInputIconSelector.label.Icon72x72=Piktogramm 72x72
+UIFormInputIconSelector.label.misc=Misc Piktogramme
+UIFormInputIconSelector.label.offices=Büropiktogramme
+UIFormInputIconSelector.label.navigation=Navigationspiktogramme
+UIFormInputIconSelector.label.tool=Werkzeugpiktogramme
+UIFormInputIconSelector.label.user=Benutzerpiktogramme
+UIFormInputIconSelector.option.IconSet16x16=16x16
+UIFormInputIconSelector.option.IconSet24x24=24x24
+UIFormInputIconSelector.option.IconSet32x32=32x32
+Icon.UIDropDown.label.IconSet16x16=16x16 Piktogramm
+Icon.UIDropDown.label.IconSet24x24=24x24 Piktogramm
+Icon.UIDropDown.label.IconSet32x32=32x32 Piktogramm
+Icon.UIDropDown.title=16x16 Piktogramm
+
+ #############################################################################
+ # org.exoplatform.webui.core.UIWizard #
+ #############################################################################
+
+UIPageWizardHelp.title.UIPageWizardHelp=Hilfe zur Seitenerstellung
+UIPageCreationWizard.label.pageCreateWizard=Seitenerstellungsassistent
+UIPageCreationWizard.label.step=Schritt
+UIPageCreationWizard.label.wizardSteps=Arbeitsschritt
+UIPageCreationWizard.label.step1.title=Navigationsknoten auswählen und Seite erstellen
+UIPageCreationWizard.label.step2.title=Seitenlayoutvorlage auswählen
+UIPageCreationWizard.label.step3.title=Seitenlayout gestalten und Portlets hinzufügen
+UIPageCreationWizard.label.abort=#{word.abort}
+UIPageCreationWizard.label.back=#{word.back}
+UIPageCreationWizard.label.next=#{word.next}
+UIPageCreationWizard.label.done=#{word.save}
+UIPageCreationWizard.label.previousStep=Vorheriger Schritt
+UIPageCreationWizard.label.nextStep=Folgender Schritt
+UIPageCreationWizard.msg.NameNotSame=Dieser Name ist bereits vergeben.
+UIPageCreationWizard.msg.notSelectedPageNavigation=Sie müssen eine Navigation auswählen.
+UIPageCreationWizard.msg.StepByStep=Sie müssen zunächst alle Schritte nacheinander bearbeiten.
+UIPageNodeWizardPreview.action.Finish=Speichern und Beenden
+UIPageNodeWizardPreview.label.nodeName=Knotenname
+UIPageNodeWizardPreview.label.nodeLabel=Knotenbezeichnung
+UIPageNodeWizardPreview.label.icon=#{word.icon}
+UIPageNodeWizardPreview.label.creator=Ersteller
+UIPageNodeWizardPreview.label.accessPermission=Zugriffsberechtigung
+UIPageNodeWizardPreview.label.editPermission=Bearbeitungsberechtigung
+UIPageNodeWizardPreview.label.pageReference=Seitenreferenz
+UIPageCreateDescription.title.create=#{UIPageCreationWizard.label.pageCreateWizard}
+UIPageCreateDescription.title.edit=Seitenbearbeitungsassistent
+UIPageTemplateOptions.UIDropDown.title=Seitenlayouts
+UIPageTemplateOptions.UIDropDown.label.normalPageConfigs=Standard-Layouts
+UIPageTemplateOptions.UIDropDown.label.columnPageConfigs=Spalten-Layout
+UIPageTemplateOptions.UIDropDown.label.mixPageConfigs=Gemischte Layouts
+UIPageTemplateOptions.UIDropDown.label.rowPageConfigs=Reihen-Layouts
+UIPageTemplateOptions.UIDropDown.label.tabsPageConfigs=Registerkarten-Layouts
+
+ ##################################################################
+ # UIWizardPageSelectLayoutForm #
+ ##################################################################
+
+UIWizardPageSelectLayoutForm.tab.label.UIPageTemplateOptions=Seitenvorlagen-Optionen
+UIWizardPageSelectLayoutForm.label.normalPage.EmptyLayout=Leeres Layout
+UIWizardPageSelectLayoutForm.label.normalPage.CurrentLayout=Aktuelles Layout
+UIWizardPageSelectLayoutForm.label.normalPage.DesktopImage=Arbeitsflächen-Layout
+UIWizardPageSelectLayoutForm.label.normalPage.DashboardLayout=Dashboard-Layout
+UIWizardPageSelectLayoutForm.label.columnPage.TwoColumnsLayout=Zwei-Spalten-Layout
+UIWizardPageSelectLayoutForm.label.columnPage.ThreeColumnsLayout=Drei-Spalten-Layout
+UIWizardPageSelectLayoutForm.label.rowPage.TwoRowsLayout=Zwei-Reihen-Layout
+UIWizardPageSelectLayoutForm.label.rowPage.ThreeRowsLayout=Drei-Reihen-Layout
+UIWizardPageSelectLayoutForm.label.tabsPage.TwoTabsLayout=Zwei Registerkarten
+UIWizardPageSelectLayoutForm.label.tabsPage.ThreeTabsLayout=Drei Registerkarten
+UIWizardPageSelectLayoutForm.label.mixPage.TwoColumnsOneRowLayout=Zwei Spalten und eine Reihe
+UIWizardPageSelectLayoutForm.label.mixPage.OneRowTwoColumnsLayout=Eine Reihe und Zwei Spalten
+UIWizardPageSelectLayoutForm.label.mixPage.ThreeRowsTwoColumnsLayout=Zwei Spalten und Drei Reihen
+UIWizardPageSelectLayoutForm.label.UIPageTemplateOptions=Unbekannt
+
+ ############################################################################
+ # org.exoplatform.portal.component.customization.UIWizardPageCreationForm #
+ ############################################################################
+
+UIWizardPageSetInfo.title=Neue Seite hinzufügen
+UIWizardPageSetInfo.label.curentSelectedNodeInfo=Ausgewählter Seitenknoten
+UIWizardPageSetInfo.label.pageName=Knotenname
+UIWizardPageSetInfo.label.pageDisplayName=Anzeige-Name
+UIWizardPageSetInfo.label.visible=Sichtbar
+UIWizardPageSetInfo.label.showPublicationDate=Veröffentlichungszeitraum
+UIWizardPageSetInfo.label.startPublicationDate=Veröffentlichungsbeginn
+UIWizardPageSetInfo.label.endPublicationDate=Veröffentlichungsende
+UIWizardPageSetInfo.action.Save=#{word.save}
+UIWizardPageSetInfo.msg.null=Seite nicht gefunden.
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageNodeWizardPreview #
+ #############################################################################
+
+EditWizard.label.curentSelectedNodeInfo=#{UIWizardPageSetInfo.label.curentSelectedNodeInfo}
+EditWizard.label.pageName=#{UIWizardPageSetInfo.label.pageName}
+EditWizard.label.pageDisplayName=#{UIWizardPageSetInfo.label.pageDisplayName}
+EditWizard.label.visible=#{UIWizardPageSetInfo.label.visible}
+EditWizard.label.showPublicationDate=#{UIWizardPageSetInfo.label.showPublicationDate}
+EditWizard.label.startPublicationDate=#{UIWizardPageSetInfo.label.startPublicationDate}
+EditWizard.label.endPublicationDate=#{UIWizardPageSetInfo.label.endPublicationDate}
+EditWizard.title=Seite bearbeiten
+EditWizard.action.Save=#{word.save}
+UIPageCreationWizardStepForm.label.pageName=Seitenname
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIAdvancedCustomization #
+ #############################################################################
+
+UIAdvancedCustomization.icon.UIPortalManagement=Portal
+UIAdvancedCustomization.icon.UIPageManagement=Seite
+UIAdvancedCustomization.label.UIPortalManagement=Portal-Verwaltung
+UIAdvancedCustomization.label.UIPageManagement=Seiten-Verwaltung
+UIPortalManagement.msg.Invalid-EditLayout-Permission=Ihnen fehlt die Berechtigung, um dieses Layout zu bearbeiten.
+UIPortalManagement.msg.Invalid-EditPage-Permission=Ihnen fehlt die Berechtigung, um diese Seite zu bearbeiten.
+UIPortalManagement.title.EDIT=Aktuelles Portal bearbeiten
+UIPortalManagement.title.BROWSE=Portale verwalten
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIContainerConfigOptions #
+ #############################################################################
+
+UIContainerConfigOptions.label.ContainerConfigTitle=Container-Kategorie
+UIContainerConfigOptions.label.selectContainerCategory=Hier klicken und eine Container-Kategorie auswählen
+UIContainerConfigOptions.tab.row=Rows Container-Layout
+UIContainerConfigOptions.tab.column=Spalten-Container-Layout
+UIContainerConfigOptions.tab.tabs=Registerkarten-Container-Layout
+UIContainerConfigOptions.tab.mixed=Gemischtes Container-Layout
+UIContainerConfigOptions.UIDropDown.title=Reihen-Layout
+UIContainerConfigOptions.UIDropDown.label.ContainerCategory=Container-Kategorie
+UIContainerConfigOptions.UIDropDown.label.row=Reihen-Layout
+UIContainerConfigOptions.UIDropDown.label.column=Spalten-Layout
+UIContainerConfigOptions.UIDropDown.label.tabs=Registerkarten-Layout
+UIContainerConfigOptions.UIDropDown.label.mixed=Gemischtes Layout
+ UIWizardPageSelectLayoutForm.label.columnPage.TwoColumnsLayout=Zwei-Spalten-Layout
+ UIWizardPageSelectLayoutForm.label.columnPage.ThreeColumnsLayout=Drei-Spalten-Layout
+ UIWizardPageSelectLayoutForm.label.rowPage.TwoRowsLayout=Zwei-Reihen-Layout
+ UIWizardPageSelectLayoutForm.label.rowPage.ThreeRowsLayout=Drei-Reihen-Layout
+ UIWizardPageSelectLayoutForm.label.tabsPage.TwoTabsLayout=Zwei Registerkarten
+ UIWizardPageSelectLayoutForm.label.tabsPage.ThreeTabsLayout=Drei Registerkarten
+ UIWizardPageSelectLayoutForm.label.mixPage.TwoColumnsOneRowLayout=Zwei Spalten und eine Reihe
+ UIWizardPageSelectLayoutForm.label.mixPage.OneRowTwoColumnsLayout=Eine Reihe und zwei Spalten
+ UIWizardPageSelectLayoutForm.label.mixPage.ThreeRowsTwoColumnsLayout=Zwei Spalten und drei Reihen
+
+UIContainerConfigOptions.template.oneRow=Ein-Reihen-Container
+UIContainerConfigOptions.template.twoRows=Zwei-Reihen-Container
+UIContainerConfigOptions.template.threeRows=Drei-Reihen-Container
+UIContainerConfigOptions.template.oneColumns=Ein-Spalten-Container
+UIContainerConfigOptions.template.twoColumns=Zwei-Spalten-Container
+UIContainerConfigOptions.template.threeColumns=Drei-Spalten-Container
+UIContainerConfigOptions.template.twoTabs=Zwei Registerkarten
+UIContainerConfigOptions.template.threeTabs=Drei Registerkarten
+UIContainerConfigOptions.template.twoColumnsOneRow=Zwei Spalten und eine Reihe
+UIContainerConfigOptions.template.oneRowTwoColumns=Eine Reihe und zwei Spalten
+UIContainerConfigOptions.template.oneRow2Column1Row=Eine Reihe, zwei Spalten und eine Reihe
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIDecoratorConfigOptions #
+ #############################################################################
+
+UIDecoratorConfigOptions.label.selectDecorator=Dekorateur auswählen
+
+ #############################################################################
+ #############################################################################
+ #############################################################################
+
+UIPortlet.label.portlet=Portlet
+UIPortlet.label.title=Portlet
+UIPortlet.label.description=GateIn portlet
+UIPortlet.label.portletContent=Portlet-Beschreibung
+UIPortlet.label.View=Sehen
+UIPortlet.lable.information=Beendet
+UIPortlet.deletePortlet=Sind Sie sicher, dass Sie dieses Portlet löschen möchten?
+UIPortlet.tooltip.PortletMode=Portlet-Modus
+UIPortlet.tooltip.Minimize=Minimieren
+UIPortlet.tooltip.MinimizeRestore=Wiederherstellen
+UIPortlet.tooltip.Maximize=Maximieren
+UIPortlet.tooltip.MaximizeRestore=Normalgröße
+UIPortlet.tooltip.editPortlet=Portlet bearbeiten
+UIPortlet.tooltip.deletePortlet=Portlet löschen
+UIPortlet.tooltip.ResizeWindow=Fenstergröße verändern
+UIPortlet.tooltip.DragControl=Portlet hier halten und dann ziehen
+UIPortlet.message.RuntimeError=Dieses Portlet kann wegen eines Fehlers nicht angezeigt werden.
+ #############################################################################
+
+PortletMode.label.help=Hilfe
+PortletMode.label.view=Ansehen
+PortletMode.label.edit=Bearbeiten
+
+ #############################################################################
+
+UIPagePreview.action.Back=#{word.back}
+UIPagePreview.msg.empty=Diese Seite hat keinen Inhalt. Klicken Sie auf Seite Bearbeiten, um einen Inhalt hinzuzufügen.
+
+ #############################################################################
+
+UIVTabInputSet.label.personalInfo=Persönliche Informationen
+
+ #############################################################################
+ # org.exoplatform.portletregistry.webui.component.UIFormAvailablePortlet #
+ #############################################################################
+
+UIFormAvailablePortlet.label.UIFormTableInputSet=Portlet
+
+ #############################################################################
+ # org.exoplatform.portal.component.control.UIQuickBar #
+ #############################################################################
+
+UIQuickBar.tooltip.BasicCustomization=Einfache Anpassung
+UIQuickBar.tooltip.AdvanceCustomization=Erweiterte Anpassung
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPageEditBar #
+ #############################################################################
+
+UIPageEditBar.tooltip.PagePreview=Seitenvorschau
+UIPageEditBar.tooltip.EditPage=Seiteneigenschaften bearbeiten
+UIPageEditBar.tooltip.SharedNavigation=Konfiguration der gemeinsamen Navigation
+UIPageEditBar.tooltip.EditContainer=Container-Steuerung anzeigen
+UIPageEditBar.tooltip.EditPortlet=Portlet-Steuerung anzeigen
+UIPageEditBar.tooltip.Decorator=Dekorateur
+UIPageEditBar.tooltip.SavePage=Seite speichern
+UIPageEditBar.tooltip.TurnOffPreview=Hier klicken, um die Vorschau zu beenden.
+UIPageManagement.title.BROWSE=Seiten verwalten
+UIPageManagement.title.EDIT=Seiten- & Navigations-Explorer
+UIPageManagement.msg.Invalid-editPermission=Ihnen fehlt die Berechtigung, um diese Seite zu bearbeiten.
+
+ #############################################################################
+ #org.exoplatform.webui.core.UIPageIterator #
+ #############################################################################
+
+UIPageIterator.label.totalPage=Anzahl der Seiten
+UIPageIterator.label.backTenPages=Vorherige 10 Seiten
+UIPageIterator.label.previous=Vorherige Seite
+UIPageIterator.label.next=Folgende Seite
+UIPageIterator.label.nextTenPages=Folgende 10 Seiten
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIPortalBrowser #
+ #############################################################################
+
+UIPortalBrowser.header.creator=Ersteller
+UIPortalBrowser.header.editPermission=Berechtigung bearbeiten
+UIPortalBrowser.header.accessPermissions=Zugriffsberechtigungen
+UIPortalBrowser.header.name=#{word.name}
+UIPortalBrowser.header.skin=#{word.skin}
+UIPortalBrowser.header.action=#{word.action}
+UIPortalBrowser.header.factoryId=Factory Id
+UIPortalBrowser.action.addNewPortal=Neues Portal erstellen
+UIPortalBrowser.action.title.DeletePortal=Portal löschen
+UIPortalBrowser.msg.Invalid-viewPermission=Ihnen fehlt die Zugriffsberechtigung für dieses Portal.
+UIPortalBrowser.msg.PortalInUse=Das Portal {0} wird zur Zeit benutzt.
+UIPortalBrowser.msg.Invalid-createPermission=Ihnen fehlt die Berechtigung, um ein neues Portal zu erstellen. Kontaktieren Sie den System-Verwalter.
+UIPortalBrowser.msg.Invalid-deletePermission=Ihnen fehlt die Berechtigung, um das Portal {0} zu löschen.
+UIPortalBrowser.deletePortal=Sind Sie sicher, dass Sie dieses Portal löschen möchten?
+SitePortal.label=Site Portal
+ClassicPortal.label=Classic Portal
+WebOSPortal.label=WebOS Portal
+
+ ############################################################################
+
+UIPageEditor.tooltip.PagePreview=Seitenvorschau
+UIPageEditor.tooltip.EditPage=Seite bearbeiten
+UIPageEditor.tooltip.EditContainer=Container bearbeiten
+UIPageEditor.tooltip.EditPortlet=Portlet bearbeiten
+UIPageEditor.tooltip.Decorator=Dekorateur
+UIPageEditor.tooltip.SavePage=Seiten speichern
+
+ ############################################################################
+ # org.exoplatform.webui.form.UIPopupWindow #
+ ############################################################################
+
+PopupPageSelector.title.UIPageBrowser=Seite suchen und auswählen
+PopupPageSelector.title.SelectPage=Seite auswählen
+UIControWSPopupWindow.title.UIApplicationTree=Applikationsbaum
+EditGroup.title.UIPageNavigationForm=Navigation hinzufügen
+
+ ############################################################################
+ # org.exoplatform.portal.component.widget.UILogged #
+ ############################################################################
+
+UILogged.note.loggedUser=Willkommen
+UILogged.note.ItemContainer=Diese Komponente ist in Bearbeitung.
+UILogged.action.logout=Abmelden
+UILogged.action.signout=Abmelden
+UILogged.action.Youhave=Sie haben:
+UILogged.title.widgetNews=GateIn Gadgets
+UILogged.title.widgetCategory=Gadget-Kategorie
+UILogged.title.widgetItem=Gadgets
+UILogged.title.BrowsersSupport=Unterstützte Browser
+UILogged.label.Workbeston=Am besten mit
+UILogged.label.Workableon=Ebenfalls möglich
+UILogged.label.DownloadNow=Jetzt herunterladen
+UILogged.label.RollBack=Änderungen zurücksetzen
+UILogged.label.Save=Speichen
+UILogged.label.Finish=Beenden
+UILogged.label.Abort=Abbrechen
+
+ ############################################################################
+ # org.exoplatform.portal.component.widget.UILoginForm #
+ ############################################################################
+
+UIPortalComponentLogin.label.password=Passwort
+UIPortalComponentLogin.label.username=Benutzername
+UIForgetPasswordWizard.title=Warum gelingt das Anmelden nicht?
+UIForgetPasswordWizard.action.Next=Weiter
+UIForgetPasswordWizard.action.Back=Zurück
+UIForgetPasswordWizard.info=Wir möchten uns für die Unannehmlichkeiten entschuldigen, die Ihnen gerade entstehen.<br />Um das Problem schnellstmöglich zu beheben, führen Sie bitte die nachstehenden Schritte aus.<br /><br />1. Passwort wiedererlangen: <strong>Ihren Benutzernamen</strong> eingeben und dann auf "Senden" klicken.<br/>2. Benutzernamen wiedererlangen: <strong>Ihre Email-Adresse</strong> eingeben und dann auf "Senden" klicken.<br/>
+UIForgetPasswordWizard.label.forgotpassword=Passwort vergessen
+UIForgetPasswordWizard.label.forgotusername=Benutzernamen vergessen
+
+ ############################################################################
+ # org.exoplatform.webui.portal.UIForgetPassword & UIResetPassword #
+ ############################################################################
+
+UIForgetPassword.title=Benutzernamen/Passwort vergessen
+UIForgetPassword.action.Send=Senden
+UIForgetPassword.action.Back=Zurück
+UIForgetPassword.label.username=Benutzername :
+UIForgetPassword.label.email=Email :
+UIForgetPassword.msg.user-delete=Ihr Benutzername wurde durch einen Administrator gelöscht.
+UIForgetPassword.msg.user-not-exist=Dieser Benutzername existiert nicht.
+UIForgetPassword.msg.email-not-exist=Diese Email-Adresse existiert nicht.
+UIForgetPassword.msg.send-mail-success=Bitte überprüfen Sie Ihre Mails.
+UIForgetPassword.msg.expration=Die Gültigkeit Ihres Links ist abgelaufen. Sie müssen den Aktivierungsprozess wiederholen.
+UIForgetPassword.mail.header=Danke für die Kontaktierung unserer Benutzer-Betreuung. Die Anforderung für Ihren Benutzernamen und Passwort ist abgesandt.
+UIForgetPassword.mail.footer=Vielen Dank.
+UIForgetPassword.mail.user=Der Benutzername für Ihr Konto ist:
+UIForgetPassword.mail.password=Das Passwort für Ihr Konto ist:
+UIForgetPassword.mail.link=Sie können ein neues Passwort für Ihren Benutzernamen anfordern. Bitte klicken Sie auf diesen Link:
+UIResetPassword.title=Passwort ändern
+UIResetPassword.action.Save=Speichern
+UIResetPassword.action.Close=Schließen
+UIResetPassword.label.username=Benutzername:
+UIResetPassword.label.password=Passwort:
+UIResetPassword.label.changepass=Passwort ändern:
+UIResetPassword.label.newpassword=Neues Passwort:
+UIResetPassword.label.confirmnewpassword=Neues Passwort wiederholen:
+UIResetPassword.msg.change-password-successfully=Das Passwort ist geändert worden.
+UIResetPassword.msg.password-is-not-match=Das neue Passwort und die Wiederholung des neuen Passworts müssen identisch sein.
+UIResetPassword.msg.Invalid-account=Der Benutzername oder das Passwort sind fehlerhaft oder leer. Versuchen Sie es noch einmal.
+
+ ############################################################################
+ # org.exoplatform.webui.core.UIPopupMessages #
+ ############################################################################
+
+UIPopupMessages.title.exoMessages=Nachrichten
+UIPopupMessages.button.ok=OK
+UIPopupMessages.label.Error=Fehler
+UIPopupMessages.label.Warning=Warnung
+UIPopupMessages.label.Info=Information
+UIPopupMessages.Close=Fenster schließen
+
+ ############################################################################
+ # org.exoplatform.portal.webui.component.UISitemapPortlet #
+ ############################################################################
+
+UISitemap.label.message=Keine Unterseite vorhanden.
+
+ ############################################################################
+ # org.exoplatform.portal.component.customization.UIPortalToolPanel #
+ ############################################################################
+
+UIPortalToolPanel.label.copyrightText=Copyright © 2009. Alle Rechte vorbehalten,
+UIPortalToolPanel.label.companyTitleText= eXo Platform SAS und Red Hat, Inc..
+
+ ############################################################################
+ # org.exoplatform.portal.component.view.UIContainer #
+ ############################################################################
+
+UIContainer.title.Container=Container
+UIContainer.title.DragControlArea=An dieser Stelle halten und dann den Container ziehen.
+UIContainer.label.Thecontainer=Der Container
+UIContainer.deleteContainer=Sind Sie sicher, dass Sie diesen Container löschen möchten?
+UIContainer.tooltip.closeContainer=Container löschen
+UIContainer.tooltip.editContainer=Container bearbeiten
+UIContainer.tooltip.drag=Container hierher ziehen
+
+ ############################################################################
+ # org.exoplatform.portal.component.view.UIPage #
+ ############################################################################
+
+UIPage.label.title=Portal-Seite
+UIPage.label.description=Die Portalstrukturseite
+UIPage.label.pageContent=Seitenbeschreibung
+UIPage.msg.EditPermission.null=Ihnen fehlt die Berechtigung, um diese Seite zu bearbeiten.
+
+ ############################################################################
+ # org.exoplatform.portal.component.view.UIPageDesktop #
+ ############################################################################
+
+UIPageDesktop.Default.img.location=/eXoResources/skin/DefaultSkin/portal/webui/component/view/UIPageDesktop/icons/80x80
+UIPageDesktop.Mac.img.location=/eXoResources/skin/DefaultSkin/portal/webui/component/view/UIPageDesktop/icons/80x80
+UIPageDesktop.Vista.img.location=/eXoResources/skin/DefaultSkin/portal/webui/component/view/UIPageDesktop/icons/80x80
+UIPageDesktop.label.pagebody=Portalstrukturseite
+UIPageDesktop.label.PageContent=Seiteninhalt
+UIPageDesktop.label.View=Ansehen
+UIPageDesktop.label.Edit=Bearbeiten
+UIPageDesktop.label.Done=Beenden
+UIPageDesktop.title.PortalPage=Portalstrukturseite
+UIPageDesktop.title.SaveToDatabase=In der Datenbank speichern
+UIPageDesktop.title.AddApplication=Applikationen hinzufügen
+UIPageDesktop.title.PageNavigation=Seitennavigation
+UIPageDesktop.title.eXoBrowser=Browser.
+UIPageDesktop.title.ShowPortletDesktop=Portlets Zeigen/Ausblenden
+UIPageDesktop.title.ShowWidgetDesktop=Gadgets Zeigen/Ausblenden
+UIPageDesktop.title.SignIn=Anmelden
+UIPageDesktop.title.SignOut=Abmelden
+UIPageDesktop.title.pageNavigation=Seitennavigation
+UIPageDesktop.msg.hasNotPermission=Ihnen fehlt die Berechtigung, um diese Seite zu bearbeiten.
+UIPageDesktop.action.Close=Diese Applikation von der Leiste entfernen.
+UIPageDesktop.action.Quit=Verlassen
+UIPageDesktop.action.action.Open=Öffnen
+
+ ############################################################################
+ # org.exoplatform.portal.component.view.UIPageBody #
+ ############################################################################
+
+UIPageBody.label.title=Portalstrukturseite
+UIPageBody.label.description=Die Portalstrukturseite
+UIPageBody.msg.pageNotFoundLine1=Seite nicht gefunden.
+UIPageBody.msg.pageNotFoundLine2=Ihnen fehlt die Berechtigung, um diese Seite zu öffnen.
+UIPageBody.msg.pageNotFoundLine3=Diese Seite ist gelöscht.
+UIPageBody.msg.pageNotFoundLine4=Dieser Knoten hat keine Seiten.
+
+ ############################################################################
+ # org.exoplatform.portal.component.view.UIPortal #
+ ############################################################################
+
+UIPortal.label.title=UIPortal Container
+UIPortal.label.description=Der UIPortal Container
+
+ ############################################################################
+ # org.exoplatform.portal.component.view.UITableColumnContainer#
+ ############################################################################
+
+UITableColumnContainer.label.title=Navigations-Container
+UITableColumnContainer.label.description=Der Navigations-Container
+
+ ###############################################################################
+ # org.exoplatform.portal.webui.component.UISearchForm #
+ ###############################################################################
+
+UISearch.label.AdvancedSearch=Erweiterte Suche
+UISearch.label.UISavedQuery=Gespeicherte Abfragen
+UISearch.label.UISearchResult=Ergebnisliste zur erweiterten Suche
+UISearch.label.UIMetadataSearch=Metadaten-Suche
+UISearch.label.Search=Suchen
+UISearch.label.QuickSearch=Schnell-Suche
+UISearchForm.msg.empty=Kein Ergebnis gefunden.
+
+ ###############################################################################
+ # org.exoplatform.portal.webui.component.UIFormUploadInput #
+ ###############################################################################
+
+UIFormUploadInput.label.Uploaded=Hochgeladen
+UIFormUploadInput.label.remove=Löschen
+UIFormUploadInput.label.Cancel=#{word.cancel}
+UIFormUploadInput.msg.limit=Die Datei muss weniger als {0} MB groß sein.
+
+ ###############################################################################
+ # org.exoplatform.portal.webui.component.customization.UIPageNodeSelector #
+ ###############################################################################
+UINavigationNodeSelectorPopupMenu.event.AddNode=Neuen Knoten hinzufügen
+UINavigationNodeSelectorPopupMenu.event.PasteNode=Knoten einfügen
+
+NavigationNodePopupMenu.event.AddNode=Neuen Knoten hinzufügen
+NavigationNodePopupMenu.event.EditPageNode=Seite dieses Knotens bearbeiten
+NavigationNodePopupMenu.event.EditSelectedNode=Knoten bearbeiten
+NavigationNodePopupMenu.event.EditNavigation=Navigation bearbeiten
+NavigationNodePopupMenu.event.CopyNode=Knoten kopieren
+NavigationNodePopupMenu.event.CloneNode=Knoten vervielfältigen
+NavigationNodePopupMenu.event.CutNode=Knoten ausschneiden
+NavigationNodePopupMenu.event.MoveUp=Hinauf bewegen
+NavigationNodePopupMenu.event.MoveDown=Hinunter bewegen
+NavigationNodePopupMenu.event.PasteNode=Knoten einfügen
+NavigationNodePopupMenu.event.SaveNavigation=Navigation Speichern
+NavigationNodePopupMenu.event.DeleteNode=Knoten löschen
+UIGroupManagement.msg.Edit=Sie müssen eine Gruppe auswählen.
+UIGroupManagement.msg.Delete=Sie können diese Gruppe nicht löschen, weil sie durch ein anderes Programm gelöscht wird.
+UIGroupManagement.msg.DeleteMandatory=Sie können diese Gruppe nicht löschen, weil sie (oder eine Ihrer Untergruppen) obligatorisch ist.
+
+ ###############################################################################
+ # org.exoplatform.portal.webui.component.customization.UIEditCurentPage #
+ ###############################################################################
+
+UIEditCurentPage.label.pageCreateWizard=Seitenbearbeitungs-Assistent
+UIEditCurentPage.label.step1.title=Seitenbearbeitung
+UIEditCurentPage.label.wizardSteps=Schritte
+UIEditCurentPage.label.next=Vor
+UIEditCurentPage.label.done=Speichern
+UIEditCurentPage.label.back=Zurück
+UIEditCurentPage.label.abort=Abbrechen
+UIEditCurentPage.label.step2.title=Seitenknoten auswählen und Seitennamen eingeben
+UIEditCurentPage.label.step3.title=Seiten-Layout-Vorlage auswählen
+UIEditCurentPage.label.step4.title=Ziehen und Ablegen
+
+ ###############################################################################
+ # org.exoplatform.portal.webui.UIAccessGroup #
+ ###############################################################################
+
+UIAccessGroup.deleteAccessGroup=Sind Sie sicher, dass Sie diese Zugriffsgruppen löschen möchten?
+
+ #############################################################################
+ # org.exoplatform.portal.organization.component.UISharedPortalResources#
+ #############################################################################
+
+UISharedPortalResources.msg.notSelected=Sie müssen eine Gruppe auswählen.
+UISharedNavigation.msg.notSelected=Sie müssen eine Gruppe auswählen.
+Office.label=Büro
+Default.label=Standard
+FactoryId.left.title=Factory Id
+FactoryId.title=Factory Id
+
+ ################################################################################
+ # org.exoplatform.webui.core.UIGrid
+ ################################################################################
+
+UIGrid.msg.empty=Ohne Daten
+
+ ################################################################################
+ #
+ ################################################################################
+
+UIItemSelector.lable.ItemDetailTitle=Vorschau der Beispiel-Seitenlayouts
+
+ ################################################################################
+ # UITree
+ ################################################################################
+
+UITree.tooltip.UpLevel=Ein Stufe nach oben
+
+ ################################################################################
+ # UIAccountSettings # tungnd
+ ################################################################################
+
+UIAccountSetting.tab.label.UIAccountProfiles=Kontoprofil
+UIAccountSetting.tab.label.UIAccountChangePass=Passwort ändern
+UIAccountSetting.action.Close=Schließen
+
+ #se xoa##
+
+
+ #se xoa#
+
+UIAccountProfiles.action.Save=Speichern
+UIAccountProfiles.action.Reset=Zurücksetzen
+UIAccountProfiles.label.userName=Benutzername :
+UIAccountProfiles.label.firstName=Vorname :
+UIAccountProfiles.label.lastName=Nachname :
+UIAccountProfiles.label.email=Email :
+UIAccountProfiles.msg.update.success=Die Kontoinformation wurde aktualisiert.
+UIAccountChangePass.action.Save=Speichern
+UIAccountChangePass.action.Reset=Zurücksetzen
+UIAccountChangePass.label.currentpass=Aktuelles Passwort:
+UIAccountChangePass.label.newpass=Neues Passwort:
+UIAccountChangePass.label.confirmnewpass=Neues Passwort wiederholen :
+UIAccountChangePass.msg.change.pass.success=Das Password wurde geändert.
+UIAccountChangePass.msg.password-is-not-match=Das neue Passwort und die Wiederholung des neuen Passworts müssen identisch sein.
+UIAccountChangePass.msg.currentpassword-is-not-match=Das aktuelle Passwort ist nicht korrekt.
+
+ ################################################################################
+ # UIDropDownControl # tungnd
+ ################################################################################
+
+UIDropDownControl.title.Empty=Aufklappfeld-Steuerung
+UIDropDownPageTemp.item.normalPageConfigs=Seiten-Layout
+UIDropDownPageTemp.item.columnPageConfigs=Spalten-Layout
+UIDropDownPageTemp.item.mixPageConfigs=Gemischtes Layout
+UIDropDownPageTemp.item.rowPageConfigs=Reihen-Layout
+UIDropDownPageTemp.item.tabsPageConfigs=Registerkarten-Layout
+
+
+ ################################################################################
+ # org.exoplatform.portal.webui.application.UIGadgetContainerManagement
+ ################################################################################
+
+UIGadgetContainerManagement.action.close=#{word.cancel}
+UIGadgetContainerManagement.action.save=#{word.save}
+UIGadgetContainerManagement.confirm.DeleteContainer=Sind Sie sicher, dass Sie diesen Container löschen möchten?
+UIGadgetContainerManagement.confirm.DeleteGadget=Sind Sie sicher, dass Sie dieses Gadget löschen möchten?
+UIGadgetContainerManagement.title.manager=Verwaltung der Gadget-Container
+UIGadgetContainerManagement.title.containers=Container
+UIGadgetContainerManagement.title.selectedContainer=Information zum ausgewählten Gadget:
+UIGadgetContainerManagement.msg.emptyList=In dieser Kategorie gibt es keinen Container.
+UIGadgetContainerManagement.msg.noSelected=Kein Container ausgewählt.
+UIGadgetContainerManagement.label.label=Containerbezeichnung:
+UIGadgetContainerManagement.label.description=Container-Beschreibung:
+UIGadgetContainerManagement.tooltip.remove=Ausgewählten Gadget-Container löschen
+UIGadgetContainerManagement.tooltip.edit=Ausgewählten Gadget-Container bearbeiten
+UIGadgetContainerManagement.tooltip.addnew=Neuen Gadget-Container hinzufügen
+
+ ################################################################################
+ # org.exoplatform.portal.webui.application.UIGadgetContainerForm
+ ################################################################################
+
+GadgetContainerPopup.title.UIGadgetContainerForm=Gadget-Container Formular
+UIGadgetContainerForm.label.name=Bezeichner:
+UIGadgetContainerForm.label.description=Beschreibung:
+UIGadgetContainerForm.action.Save=#{word.save}
+UIGadgetContainerForm.action.Close=Abbrechen
+UIGadgetContainerForm.msg.exist=Diese Container-ID wird bereits verwendet.
+
+ ################################################################################
+ # org.exoplatform.portal.webui.container.UIWidgetContainer
+ ################################################################################
+
+UIWidgetContainer.tooltip.addWidget=Gadget hinzufügen
+UIWidgetContainer.tooltip.scrollDown=Nach unten scrollen
+UIWidgetContainer.tooltip.scrollUp=Nach oben scrollen
+
+ ################################################################################
+ # org.exoplatform.web.portal.UIItemThemeSelector
+ ################################################################################
+
+Theme.UIItemThemeSelector.item.SimpleBlue=Blau Schlicht
+Theme.UIItemThemeSelector.item.SimpleGreen=Grün Schlicht
+Theme.UIItemThemeSelector.item.SimplePink=Pink Schlicht
+Theme.UIItemThemeSelector.item.SimpleViolet=Violett Schlicht
+Theme.UIItemThemeSelector.item.SimpleOrange=Orange Schlicht
+Theme.UIItemThemeSelector.item.RoundConerPink=Pink Runde Ecken
+Theme.UIItemThemeSelector.item.RoundConerOrange=Orange Runde Ecken
+Theme.UIItemThemeSelector.item.RoundConerGreen=Grün Runde Ecken
+Theme.UIItemThemeSelector.item.RoundConerViolet=Violett Runde Ecken
+Theme.UIItemThemeSelector.item.RoundConerBlue=Blau Runde Ecken
+Theme.UIItemThemeSelector.item.ShadowPink=Pink Schatten
+Theme.UIItemThemeSelector.item.ShadowOrange=Orange Schatten
+Theme.UIItemThemeSelector.item.ShadowBlue=Blau Schatten
+Theme.UIItemThemeSelector.item.ShadowViolet=Violett Schatten
+Theme.UIItemThemeSelector.item.ShadowGreen=Grün Schatten
+Theme.UIItemThemeSelector.item.VistaBlue=Vista Blau
+Theme.UIItemThemeSelector.item.VistaTheme=Vista-Thema
+Theme.UIItemThemeSelector.item.MacBlack=Mac Schwarz
+Theme.UIItemThemeSelector.item.MacGreenSteel=Mac Grün Stahl
+Theme.UIItemThemeSelector.item.MacTheme=Mac-Thema
+Theme.UIItemThemeSelector.item.MacGray=Mac Grau
+Theme.UIItemThemeSelector.item.DefaultTheme=Standard-Thema
+ThemeDropDown.item.Shadow=Schatten-Stile
+ThemeDropDown.item.Simple=Schlichte Stile
+ThemeDropDown.item.VistaStyle=Vista-Stile
+ThemeDropDown.item.MacStyle=Mac-Stile
+ThemeDropDown.item.RoundConer=Runde-Ecken-Stile
+
+ ################################################################################
+ # org.exoplatform.dashboard.webui.component.UIDashboard
+ ################################################################################
+
+UIAddGadgetPopup.title.UIDashboardSelectContainer=Dashboard Arbeitsbereich
+UIDashboardSelectContainer.action.addGadget=Gadget hinzufügen
+UIDashboardContainer.label.openWorkspace=Gadgets hinzufügen
+UIDashboardContainer.label.SaveTitle=Speichern
+UIDashboardContainer.label.CancelTitle=Abbrechen
+UIDashboardContainer.label.Debug=Debug
+UIDashboardContainer.label.Cache=Kein Cache
+UIDashboardEditForm.label.totalColumns=Anzahl der Spalten
+UIDashboardEditForm.label.isPrivate=Ist Privat:
+UIDashboardEditForm.label.owner=Eigentümer:
+UIDashboard.msg.required=Das Textfeld ist obligatorisch.
+UIDashboard.msg.addGadget=Ziehen Sie Ihre Gadgets hierher.
+UIDashboard.msg.notUrl=Die URL is ungültig. Geben Sie eine korrekte URL einer Gadget-XML-Datei oder einer RSS-Quelle ein.
+UIDashboard.msg.ApplicationNotExisted=Diese Applikation existiert nicht.
+
+ ################################################################################
+ # org.exoplatform.webui.organization.account.UIUserSelector
+ ################################################################################
+
+UIUserSelector.label.option.userName=Benutzername
+UIUserSelector.label.option.lastName=Nachname
+UIUserSelector.label.option.firstName=Vorname
+UIUserSelector.label.option.email=Email
+UIUserSelector.label.group=Gruppe :
+UIUserSelector.label.searchUser=Suche :
+UIUserSelector.label.userName=Benutzername
+UIUserSelector.label.lastName=Nachname
+UIUserSelector.label.firstName=Vorname
+UIUserSelector.label.email=Email
+UIUserSelector.label.action=Aktion
+UIUserSelector.label.Add=Hinzufügen
+UIUserSelector.label.Close=Schließen
+UIUserSelector.msg.empty=Keine Daten
+UIUserSelector.msg.user-required=Mindestens einen Benutzer auswählen.
+
+ ################################################################################
+ # org.exoplatform.portal.webui.application.UIAddNewApplication
+ ################################################################################
+
+UIAddNewApplication.label.AddApplication=Applikation hinzufügen
+UIAddNewApplication.label.Categories=Kategorien
+UIAddNewApplication.label.Select=Applikation auswählen
+UIAddNewApplication.label.NoneApp=Keine Applikation vorhanden. Öffnen Sie das Applikations-Registrier-Portlet um Applikationen zu importieren.
+UIAddNewApplication.label.Type=Typ:
+UIAddNewApplication.label.Created=Erstellt durch:
+UIAddNewApplication.label.Description=Beschreibung:
+UIAddNewApplication.label.Close=Schließen
+UIAddNewApplication.label.Add=Applikation zur Seite hinzufügen
+UIAddNewApplication.label.AddToStartup=Applikation hinzufügen und sofort ausführen
+
+ #############################################################################
+ #org.exoplatform.portal.webui.component.UIPortalNavigation #
+ #############################################################################
+
+UIPortalNavigation.Label.Next=Vor
+UIPortalNavigation.Label.Previous=Zurück
+
+ #############################################################################
+ # org.exoplatform.portal.component.customization.UIDropDownConfigs #
+ #############################################################################
+
+UIDropDownConfigs.item.row=In Reihen
+UIDropDownConfigs.item.column=In Spalten
+UIDropDownConfigs.item.tabs=In Registerkarten
+UIDropDownConfigs.item.mix=Gemischt
+
+ #############################################################################
+ # org.exoplatform.portal.webui.container.UITabContainer #
+ #############################################################################
+
+UITabContainer.tab=Registerkarte
+
+ ############################################################################
+ # org.exoplatform.portal.webui.container.UIBrowserPortlet #
+ ############################################################################
+
+UIBrowserPortlet.Back=Zurück
+UIBrowserPortlet.Forward=Vor
+UIBrowserPortlet.Refresh=Aktualisieren
+UIBrowserPortlet.Stop=Anhalten
+UIBrowserPortlet.Goto=Angezeigte Adresse öffnen
+UIBrowserPortlet.Go=Los
+UIBrowserPortlet.Untitled=(Ohne Überschrift)
+UIBrowserPortlet.Tab=Neue Registerkarte
+
+ ############################################################################
+ # org.exoplatform.portal.webui.container.UIPopupWindow #
+ ############################################################################
+
+UIPopupWindow.Close=Fenster Schließen
+UIPopupWindow.title.UIPageNodeForm2=Seitenknoten hinzufügen
+UIPopupWindow.title.UINavigationManagement=Navigations-Verwaltung
+UIPopupWindow.title.UIPageNavigationForm=Formular zur Seien-Navigation
+
+PopupPageSelector2.title.SelectPage=Seite auswählen
+
+ ############################################################################
+ # org.exoplatform.navigation.webui.component.UISiteManagement #
+ ############################################################################
+
+UISiteManagement.msg.Invalid-deletePermission=Ihnen fehlt die Berechtigung, um dieses Portal zu löschen.
+UISiteManagement.msg.portal-not-exist=Das Portal existiert nicht.
+UISiteManagement.msg.Invalid-editPermission=Ihnen fehlt die Berechtigung, um die um das Portal zu bearbeiten.
+
+ ############################################################################
+ # org.exoplatform.navigation.webui.component.UIGroupNavigationManagement #
+ ############################################################################
+
+UIGroupNavigationManagement.Action.Add=Navigation hinzufügen
+UIGroupNavigationManagement.Delete.Confirm=Sind Sie sicher, dass Sie diese Navigation löschen möchten?
+UIGroupNavigationManagement.msg.Invalid-deletePermission=Ihnen fehlt die Berechtigung, um diese Navigation zu löschen.
+UIGroupNavigationManagement.msg.navigation-not-exist=Die Navigation existiert nicht.
+UIGroupNavigationManagement.msg.Invalid-editPermission=Ihnen fehlt die Berechtigung, um diese Navigation zu bearbeiten.
+
+ ############################################################################
+ # org.exoplatform.navigation.webui.component.UIGroupNavigationManagement #
+ ############################################################################
+
+UINavigationManagement.action.addNode=Knoten hinzufügen
+UINavigationManagement.msg.NavigationNotExistAnymore=Die Navigation ist gelöscht worden..
+
+ ############################################################################
+ # org.exoplatform.navigation.webui.component.UIAddGroupNavigation #
+ ############################################################################
+
+UIAddGroupNavigation.Action.Add=Navigation hinzufügen
+UIAddGroupNavigation.Label.NoPermission=Ihnen fehlt die Berechtigung, um die Navigation hinzuzufügen.
+UIAddGroupNavigation.header.Group=Gruppe
+
+ ############################################################################
+ # org.exoplatform.portal.webui.application.UIGadget #
+ ############################################################################
+
+UIGadget.tooltip.Minimize=Minimieren
+UIGadget.tooltip.Unminimize=Wiederherstellen
+UIGadget.tooltip.Maximize=Maximieren
+UIGadget.tooltip.Unmaximize=Normalgröße
+UIGadget.tooltip.editGadget=Gadget bearbeiten
+UIGadget.tooltip.deleteGadget=Gadget löschen
\ No newline at end of file
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml 2010-02-15 19:54:42 UTC (rev 1704)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/common/locales-config.xml 2010-02-15 20:22:42 UTC (rev 1705)
@@ -127,5 +127,11 @@
<input-encoding>UTF-8</input-encoding>
<description>Default configuration for the nepali locale</description>
</locale-config>
-
+
+ <locale-config>
+ <locale>de</locale>
+ <output-encoding>UTF-8</output-encoding>
+ <input-encoding>UTF-8</input-encoding>
+ <description>Default configuration for the german locale</description>
+ </locale-config>
</locales-config>
14 years, 10 months
gatein SVN: r1704 - portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-15 14:54:42 -0500 (Mon, 15 Feb 2010)
New Revision: 1704
Added:
portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml
Log:
GTNPORTAL-497: Translation in Japanese
Added: portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml
===================================================================
--- portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml (rev 0)
+++ portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml 2010-02-15 19:54:42 UTC (rev 1704)
@@ -0,0 +1,29 @@
+<!--
+
+ Copyright (C) 2009 eXo Platform SAS.
+
+ This is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of
+ the License, or (at your option) any later version.
+
+ This software is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this software; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+
+<messagebundle>
+ <msg name="save">
+ 保存
+ </msg>
+ <msg name="type_here">
+ 新しいタスクを入力してください。
+ </msg>
+</messagebundle>
Property changes on: portal/trunk/gadgets/eXoGadgets/src/main/webapp/locale/Todo/ja_ALL.xml
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 10 months
gatein SVN: r1703 - in portal/trunk/web/portal/src/main/webapp/WEB-INF/conf: organization and 1 other directory.
by do-not-reply@jboss.org
Author: thomas.heute(a)jboss.com
Date: 2010-02-15 14:51:49 -0500 (Mon, 15 Feb 2010)
New Revision: 1703
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
Log:
GTNPORTAL-651: Move property files to a place easy to access
Source of configuration is still in:
component/common/src/main/java/conf
It gets copied to:
$JBOSS_HOME/server/default/conf/gatein/configuration.properties
$TOMCAT_HOME/conf/gatein/configuration.properties
JBoss location for configuration file is found out thanks to component/common/src/main/java/conf/configuration.xml
Tomcat location is defined by setting up parameter in the gatein.sh scripts
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-02-15 19:51:04 UTC (rev 1702)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-02-15 19:51:49 UTC (rev 1703)
@@ -148,10 +148,10 @@
<properties-param>
<name>ref-addresses</name>
<description>ref-addresses</description>
- <property name="driverClassName" value="org.hsqldb.jdbcDriver"/>
- <property name="url" value="jdbc:hsqldb:file:${gatein.db.data.dir}/data/jdbcjcr${container.name.suffix}"/>
- <property name="username" value="sa"/>
- <property name="password" value=""/>
+ <property name="driverClassName" value="${gatein.jcr.datasource.driver}"/>
+ <property name="url" value="${gatein.jcr.datasource.url}${container.name.suffix}"/>
+ <property name="username" value="${gatein.jcr.datasource.username}"/>
+ <property name="password" value="${gatein.jcr.datasource.password}"/>
</properties-param>
</init-params>
</component-plugin>
Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml 2010-02-15 19:51:04 UTC (rev 1702)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml 2010-02-15 19:51:49 UTC (rev 1703)
@@ -197,10 +197,10 @@
<properties-param>
<name>ref-addresses</name>
<description>ref-addresses</description>
- <property name="driverClassName" value="org.hsqldb.jdbcDriver"/>
- <property name="url" value="jdbc:hsqldb:file:${gatein.db.data.dir}/data/jdbcidm${container.name.suffix}"/>
- <property name="username" value="sa"/>
- <property name="password" value=""/>
+ <property name="driverClassName" value="${gatein.idm.datasource.driver}"/>
+ <property name="url" value="${gatein.idm.datasource.url}${container.name.suffix}"/>
+ <property name="username" value="${gatein.idm.datasource.username}"/>
+ <property name="password" value="${gatein.idm.datasource.password}"/>
</properties-param>
</init-params>
</component-plugin>
14 years, 10 months