0byt3m1n1
Path:
/
data
/
applications
/
aps
/
phprojekt
/
6.0.6-0
/
standard
/
htdocs
/
application
/
Default
/
Languages
/
[
Home
]
File: de.inc.php
<?php // General $lang["Projects"] = "Projekte"; $lang["Project"] = "Projekt"; $lang["Users"] = "Benutzer"; $lang["Contact"] = "Kontakt"; $lang["Contacts"] = "Kontakte"; $lang["Tag"] = "Tag"; $lang["No"] = "Nein"; $lang["Yes"] = "Ja"; $lang["Count"] = "Anzahl"; $lang["With selected"] = "Mit ausgewählten"; $lang["Export"] = "Exportieren"; $lang["Check All"] = "Alle markieren"; $lang["Uncheck All"] = "Alle deaktivieren"; $lang["ItemId"] = "ItemId"; $lang["Field"] = "Feld"; $lang["Old value"] = "Alter Wert"; $lang["New value"] = "Neuer Wert"; $lang["Search results"] = "Suchergebnisse"; $lang["Tag results"] = "Tag results"; $lang["Help"] = "Hilfe"; $lang["Logout"] = "Logout"; $lang["Tags"] = "Tags"; // Tabs $lang["Access"] = "Zugriff"; $lang["Notification"] = "Benachrichtigung"; $lang["History"] = "History"; // Access $lang["Read"] = "Lesen"; $lang["Write"] = "Schreiben"; $lang["Create"] = "Erstellen"; $lang["Copy"] = "Kopieren"; $lang["Download"] = "Download"; $lang["Admin"] = "Admin"; $lang["None"] = "Keine"; $lang["Action"] = "Aktion"; // Buttons $lang["Add"] = "Hinzufügen"; $lang["Save"] = "Speichern"; $lang["Delete"] = "Löschen"; $lang["Cancel"] = "Abbrechen"; $lang["Close"] = "Schließen"; $lang["Edit"] = "Bearbeiten"; $lang["New"] = "Neu"; $lang["Disable Frontend Messages"] = "Deaktivieren Sie alle Frontend Messages!"; $lang["OK"] = "OK"; $lang["Reset"] = "Zurücksetzen"; // Alt text $lang["Export to CSV"] = "Exportieren in eine CSV Datei"; $lang["Add a new item"] = "Neuen Eintrag hinzufügen"; $lang["Open this item in the form to edit it"] = "Öffnen Sie diesen Artikel im Formular zum Bearbeiten"; $lang["Double click to edit"] = "Doppelklick zum Editieren"; $lang["To Text Mode"] = "Zum Text-Modus"; $lang["To HTML Mode"] = "Zum HTML-Modus"; // Messages $lang["User not logged in"] = "Benutzer nicht angemeldet"; $lang["Missing arguments in setParams function"] = "Fehlende Argumente in setParams Funktion"; $lang["There are no entries on this level"] = "Es gibt noch keine Einträge auf dieser Ebene"; $lang["There are no Tags"] = "Es gibt keine Tags"; $lang["You do not have access to edit this item"] = "Sie haben keinen Schreibzugriff auf diesen Artikel"; $lang["The Item was added correctly"] = "Der Artikel wurde ordnungsgemäß hinzugefügt"; $lang["The Item was edited correctly"] = "Der Artikel wurde korrekt bearbeitet"; $lang["The Items were edited correctly"] = "Die Artikel wurden korrekt bearbeitet"; $lang["The Item can't be deleted"] = "Der Artikel kann nicht gelöscht werden"; $lang["The Item was deleted correctly"] = "Der Artikel wurde korrekt gelöscht"; $lang["The Items were deleted correctly"] = "Die Artikel wurden korrekt gelöscht"; $lang["Is a required field"] = "ist ein Pflichtfeld"; $lang["Value out of range"] = "ungültiger Wert"; $lang["Invalid format for date"] = "Ungültiges Format für das Datum"; $lang["Invalid Format"] = "Ungültiges Format"; $lang["The Tags were added correctly"] = "Die Tags wurden korrekt hinzugefügt"; $lang["The Tags were deleted correctly"] = "Die Tags wurden korrekt gelöscht"; $lang["The Item was not found"] = "Der Eintrag wurde nicht gefunden"; $lang["You do not have write access into the parent project"] = "Sie haben keine Schreibrechte für das " . "übergeordnete Projekt"; $lang["You do not have access to add projects on the parent project"] = "Sie haben keine Berechtigung, neue " . "Unterprojekte zum übergeordneten Projekt hinzufügen"; $lang["The parent project do not have enabled this module"] = "Das übergeordnete Projekt nicht dieses Modul " . "aktiviert haben"; $lang["The project can not be saved under itself"] = "Das Projekt kann als eigenes Unterprojekt nicht gespeichert " . "werden"; $lang["The project can not be saved under its children"] = "Das Projekt kann nicht als Unterprojekt eigener " . "Unterprojekte gespeichert werden."; $lang["ID parameter required"] = "ID-Parameter erforderlich"; $lang["Node Id parameter required"] = "Node-ID-Parameter erforderlich"; $lang["Invalid module or item"] = "Ungültiges Modul oder Element"; $lang["Two arguments expected"] = "Zwei Argumente erwartet"; $lang["Second parameter needs to be an array"] = "Der zweite Parameter muss ein Array sein"; $lang["No parent id found in parameters or passed"] = "Keine parent id in den Parametern gefunden oder übergeben"; $lang["No help available"] = "Keine Hilfe verfügbar"; $lang["You do not have access to do this action"] = "Sie haben keine Berechtigungm, diese Aktion auszuführen"; $lang["Internal exception"] = "interner Fehler"; $lang["Please contact the administrator and check the error logs"] = "Bitte kontaktieren Sie den Administrator und " . "prüfen Sie die Fehlerprotokolle"; $lang["Invalid json format"] = "Ungültiges JSON-Format"; $lang["User error"] = "Benutzer Fehler"; $lang["Internal javascript error"] = "Interner Javascript-Fehler"; $lang["Server unreachable!"] = "Server nicht erreichbar!"; $lang["Unexpected error"] = "Unerwarteter Fehler"; $lang["Maximum length exceeded for field"] = "Maximale Länge für das Feld überschritten"; $lang["File 'uploadedFile' exceeds the defined form size"] = "Datei überschreitet die maximal erlaubte Größe"; $lang["You don't have permission for downloading on this item."] = "Sie haben keine Berechtigung für das " . "Herunterladen dieser Datei."; $lang["You don't have permission for modifying this item."] = "Sie haben keinen Schreibrechte an diesem Eintrag."; $lang["Error in received parameter, consult the admin. Parameter:"] = "Fehler in dem empfangenen Parameter, fragen " . "Sie den Administrator. Parameter:"; $lang["If you have problems or questions with PHProjekt, please write an email to"] = "Wenn Sie Probleme oder Fragen " . "mit PHProjekt haben, schreiben Sie bitte eine E-Mail an"; $lang["Support address:"] = "Support-Adresse:"; $lang["Invalid string"] = "Ungültiger String"; $lang["Allowed values are: Letters, numbers, space, dash, underscore and colon"] = "Erlaubte Werte sind: Buchstaben, " . "Zahlen, Leerzeichen, Bindestrich, Unterstrich und Doppelpunkt"; $lang["All settings were disabled successfully!"] = "Alle Einstellungen wurden erfolgreich ausgeschaltet!"; $lang["No settings were disabled!"] = "Keine Einstellungen wurden deaktiviert!"; $lang["You can not delete the root project"] = "Sie können das Basisprojekt nicht löschen"; $lang["The model argument is expected"] = "Das Modellargument wird erwartet"; $lang["Confirmation"] = "Bestätigung"; $lang["Are you sure you want to delete?"] = "Sind sie sicher, die sie löschen möchten?"; $lang["Please confirm implement"] = "Bitte bestätigen sie implementieren"; $lang["rows selected"] = "zeilen ausgewählt"; $lang["Period"] = "Zeitraum"; $lang["End date can not be before Start date"] = "Das Start-Datum muss vor dem End-Datum liegen"; // Error handler messages $lang["Run-time notice. The script encountered something that could indicate an error, but could also happen in the " . "normal course of running a script."] = "Run-time vorbehalten. Das Skript etwas begegnet, dass ein Fehler " . "hinweisen könnte, könnte aber auch in der normalen Ausführung eines Skripts geschehen."; $lang["Error message intentionally generated by a programmer (trigger_error)."] = "Fehlermeldung ausgelöst von einem " . "Programmierer (trigger_error)."; $lang["Catchable fatal error. Probably a dangerous error occured."] = "Fataler Fehler. Ein gefährlicher Fehler ist " . "aufgetreten."; $lang["Unknown error type."] = "Unbekannter Fehlertyp."; // Search $lang["View all"] = "Alle ansehen"; $lang["There are no Results"] = "Es gibt keine Ergebnisse"; // Notification $lang["Send Notification"] = "Benachrichtigung senden"; // Mail $lang["A"] = "Ein"; $lang["item has been"] = "Artikel wurde"; $lang["modified"] = "bearbeitet"; $lang["created"] = "angelegt"; $lang["Current data"] = "Aktuelle Daten"; $lang["Changes done"] = "Änderungen gemacht"; // Tooltip Help $lang["Check this box to send an email notification to the participants"] = "Aktivieren Sie diese Option, um ein " . "E-Mail-Mitteilung an den Teilnehmer zu senden"; // Week days $lang["Monday"] = "Montag"; $lang["Tuesday"] = "Dienstag"; $lang["Wednesday"] = "Mittwoch"; $lang["Thursday"] = "Donnerstag"; $lang["Friday"] = "Freitag"; $lang["Saturday"] = "Samstag"; $lang["Sunday"] = "Sonntag"; // Months $lang["January"] = "Januar"; $lang["February"] = "Februar"; $lang["March"] = "März"; $lang["April"] = "April"; $lang["May"] = "Mai"; $lang["June"] = "Juni"; $lang["July"] = "Juli"; $lang["August"] = "August"; $lang["September"] = "September"; $lang["October"] = "Oktober"; $lang["November"] = "November"; $lang["December"] = "Dezember"; // Common status $lang["Offered"] = "Angeboten"; $lang["Ordered"] = "Bestellt"; $lang["Working"] = "in Bearbeitung"; $lang["Ended"] = "Beendet"; $lang["Stopped"] = "Angehalten"; $lang["Re-Opened"] = "Neu eröffnete"; $lang["Waiting"] = "Warte"; $lang["Accepted"] = "Angenommen"; $lang["Active"] = "Aktiv"; $lang["Inactive"] = "Inaktiv"; // Filters $lang["Filters"] = "Filter"; $lang["Delete all"] = "Alle löschen"; $lang["Add a filter"] = "Filter hinzufügen"; $lang["Please, delete some filters for get a correct result set."] = "Bitte, löschen Sie einige Filter für " . "korrektes Anzeigergebnis."; $lang["Filter_equal_rule"] = "Gleich"; $lang["Filter_not_equal_rule"] = "Nicht gleich"; $lang["Filter_major_rule"] = "Hauptregel"; $lang["Filter_major_equal_rule"] = "Hauptregel gleich"; $lang["Filter_minor_rule"] = "Sekundäre Regel"; $lang["Filter_minor_equal_rule"] = "Sekundäre Regel gleich"; $lang["Filter_like_rule"] = "Wie"; $lang["Filter_not_like_rule"] = "Nicht so wie"; $lang["Filter_begins_rule"] = "Beginnt"; $lang["Filter_ends_rule"] = "Endet"; $lang["Filter_AND"] = "UND"; $lang["Filter_OR"] = "ODER"; // Toaster $lang["has created the new entry"] = "hat den neuen Eintrag erstellt"; $lang["has deleted the entry"] = "hat den Eintrag gelöscht"; $lang["has edit the existing entry"] = "hat vorhandenen Eintrag bearbeitet"; $lang["has logged in"] = "hat sich angemeldet"; $lang["has logged out"] = "hat sich abgemeldet"; $lang["Your event starts at"] = "Die Veranstaltung beginnt um"; $lang["has executed a not defined process"] = "hat einen nicht definierten Prozess ausgeführt"; $lang["in Project"] = "in Projekt"; // General Fields // Types $lang["Text"] = "Text"; $lang["Date"] = "Datum"; $lang["Time"] = "Zeit"; $lang["Datetime"] = "DateTime"; $lang["Select"] = "Wählen Sie"; $lang["Checkbox"] = "Checkbox"; $lang["Percentage"] = "Prozent"; $lang["Rating"] = "Rating"; $lang["Textarea"] = "Textarea"; $lang["Upload"] = "Upload"; // Dates $lang["Start"] = "Start"; $lang["End"] = "Ende"; $lang["Hour"] = "Stunden"; $lang["Start date"] = "Startdatum"; $lang["End date"] = "Enddatum"; $lang["Start time"] = "Start Time"; $lang["End time"] = "Endzeit"; // Notes $lang["Notes"] = "Notizen"; $lang["Comments"] = "Kommentare"; $lang["Comment"] = "Kommentar"; // User $lang["Name"] = "Name"; $lang["Username"] = "Benutzername"; $lang["Password"] = "Passwort"; $lang["First name"] = "Vorname"; $lang["Last name"] = "Nachname"; $lang["Email"] = "Email"; $lang["E-Mail"] = "E-Mail"; $lang["Language"] = "Sprache"; $lang["Time zone"] = "Zeitzone"; $lang["Company"] = "Firma"; $lang["First phone"] = "Erste Telefonnummer"; $lang["Second phone"] = "Zweite Telefonnummer"; $lang["Mobile phone"] = "Handy"; $lang["Street"] = "Street"; $lang["City"] = "City"; $lang["Zip code"] = "PLZ"; $lang["Country"] = "Land"; // Project $lang["Title"] = "Titel"; $lang["Parent"] = "Project"; // Others $lang["Type"] = "Type"; $lang["Status"] = "Status"; $lang["Current status"] = "Status"; $lang["Percent"] = "Prozent"; $lang["Complete percent"] = "Abgeschlossen in Prozent"; $lang["Budget"] = "Budget"; $lang["Priority"] = "Priorität"; $lang["Category"] = "Kategorie"; $lang["Sum"] = "Summe"; $lang["Total"] = "Total"; $lang["Amount"] = "Betrag"; $lang["Private"] = "Privat"; // General Help $lang["Content Help"]["General"] = "<br /> This is the <b>General Help</b><br /> <br /> The Phprojekt screen is divided into many sections:<br /> <br /> <ul> <li> The <b>upper section</b> that has the system logo at the left and some links and a search box at the right side.<br /> <br /> <ol> <li> The <b>logo</b> is a link to the Project module and will show all the root Projects in the left tree panel and also in the grid on the screen's center. </li> <li> The right top section contains <b>many links</b> to modules that are not directly linked to a particular Project. Too see each one's help close this pop-up window, open the module and click on the Help top link again. <br /> <ol> <li> <b>Calendar:</b> a module for managing events that are situated in a specific date and time in a calendar. </li> <li> <b>Timecard:</b> a module for charging working hours to the Projects. It has a visual interface and is very easy to use. </li> <li> <b>Setting:</b> here the user sets and changes specific configurations parameters of his/her profile, like password, e-mail, etc. </li> <li> <b>Administration:</b> this is the general site administration section and is only visible and accessible to users with Admin profile. </li> <li> <b>Help:</b> that is this dynamic window. Whenever it is clicked it shows the general help plus the help for the active module. </li> <li> <b>Logout:</b> finishes the current session and returns to the login page. </li> </ol> </li> <li> <b>Search box:</b> this box permits searching across the site for items containing the portion of string typed. </li> </ol> <br /> </li> <li> Two lefts panels:<br /> <br /> <ol> <li> <b>Projects tree:</b> it has a hierarchical tree of Projects and Subprojects. They are opened just clicking them. </li> <li> <b>Tags box:</b> it is a <i>tag cloud</i> with links to items of the system. The tags are defined by the user when editing every item. The more times a tag is repeated in the system, the bigger it appears. </li> </ol> <br /> </li> <li> The center panels:<br /> <br /> This section varies depending on the module selected. Generally it has:<br /> <ol> <li> A <b>top tabs bar</b>, some <b>action buttons</b> and a <b>breadcrumb trail</b>:<br /> <ol> <li> The <b>tabs</b> represent modules or submodules for you to click them open it. </li> <li> The buttons are usually three:<br /> <ol> <li> <b>Add a new item:</b> to create a new item in the active module. </li> <li> <b>Export to CSV:</b> to export the items that are being shown in the grid, to a file in CSV format. </li> <li> <b>Filter:</b> activates an optional panel over the grid that lets you create a set of specific searching criteria to filter the grid items and see only the ones you want. </li> </ol> </li> <li> <b>Breadcrumb trail</b>: it shows you the specific dependency structure of the selected module and/or Project: all its parent Projects, if any, and the selected module and item.<br /> Its main purpose is to show you where you are, and what you are looking at. </li> </ol> </li> <li> A <b>grid</b> with the listing of the items of the module. Depending on the user rights they can be edited double clicking on a cell and modifying it.<br /> Clicking on the headers of each column the list is rearranged alphabetically according to that column contents.<br /> When an item row is clicked on any cell, the item gets opened in the form below. </li> <li> A <b>form</b> that is shown whenever it is being created a new item or it is open an existing one. </li> </ol> </ul> <br /> <br />"; $lang["Content Help"]["Basic data"] = "<br /> <b>Basic data tab</b><br /> <br /> Inside this tab it goes the main information about an item.<br /> It has several fields to fill, according to the module it belongs to.<br /> <br /> <br />"; $lang["Content Help"]["Access"] = "<br /> <b>Access tab</b><br /> <br /> Here the individual rights for each item are defined.<br /> <br /> The rights are: Read, Write, Access, Create, Copy, Delete, Download and Admin.<br /> The users that have access to this tab for a specific item, like the owner (creator) of it, can assign these rights to other users for this item.<br /> <br /> The users that appear in the select list of this tab, that are the ones you can assign rights to, are all the users that have access to the parent Project, except for the logged user who is seeing the tab. If you want an unlisted user to be listed in the select field, you have to give him/her access to all parent projects.<br /> The aim of that tab is to select what users you want to give access to the item and what kind of access.<br /> For example, you create an item and choose some users to give them 'Read' access and if you want you can choose another user and give him/her 'Write' access.<br /> <br /> The different permissions are:<br /> <br /> <b>Read</b>: see the item.<br /> <b>Write</b>: modify the item.<br /> <b>Access</b>: pass through the item (e.g.: see the sub projects but not to see the project itself).<br /> <b>Create</b>: create sub items.<br /> <b>Copy</b>: copy the item to create other one.<br /> <b>Delete</b>: delete the item.<br /> <b>Download</b>: download files (for example in the Filemanager module).<br /> <b>Admin</b>: allows to do all, including editing the access of the item.<br /> <br /> Note: the owner (creator) of the item has by default all the permissions.<br /> <br /> <br />"; $lang["Content Help"]["Notification"] = "<br /> <b>Notification tab</b><br /> <br /> This tab makes possible to send an automatic email notification to all the users with read access to the current item, or the users that the current module has defined according its own criteria. That email will tell them about the creation or modification of the item giving details about it.<br /> <br /> <br />"; $lang["Content Help"]["History"] = "<br /> <b>History tab</b><br /> <br /> It shows a listing of the changes made to the item since its creation.<br /> It has five columns: <i>date</i>, <i>user</i>, <i>field</i>, <i>old value</i> and <i>new value</i>.";