Ich hab mir mal die Mühe gemacht und fast alles übersetzt, ist bisschen für meine Seite angepasst. Hoffe es hilft troztdem dem ein oder anderenPHP-Code:<?php defined( '_VALID_MOS' ) or die( 'Direct access is prohibited.' );
# ########################################################
# 'J! Reactions' Commenting Software for the Joomla! CMS
# --------------------------------------------------------
# Published, licensed and distributed by SDeCNet Software
# Original copyright (c) 2006 S. A. DeCaro, Ph.D.
# All intellectual and proprietaray rights reserved.
# --------------------------------------------------------
# The installation and use of this software implies legal
# acknowledgement and acceptance of licensing terms.
# ########################################################
// Language for front-end operations
DEFINE("LANG_INTRO_0","Keine Kommentare"); // Displayed with intro text if 0 comments published. Use "" to show nothing with zero comments.
DEFINE("LANG_INTRO_1","Ein Kommentar"); // Displayed with intro text if only 1 comment is published.
DEFINE("LANG_INTRO_2","# Kommentare"); // Displayed with intro text if two or more comments are published.
DEFINE("LANG_FORMLINK","Neuen Kommentar hinzufügen"); // Used only when Context parameter is set to 'Link' (RESERVED FOR FUTURE USE).
// Language for comment elements
DEFINE("LANG_HEADING0","Keine Kommentare zu diesem Artikel vorhanden."); // Text heading when there are no comments to list.
DEFINE("LANG_HEADING1","Kommentar zu diesem Artikel hinzufügen oder lesen."); // Text heading for each page of comments.
DEFINE("LANG_AUTHOR","Geschrieben von "); // The trailing space (gap) is important! You can just set to "" with the Balloon template.
// Language for form elements
DEFINE("LANG_FORM_RESTRICTED","Du musst dich anmelden oder registrieren um Kommentare zu schreiben."); // This is what guests see when write access is restricted.
DEFINE("LANG_FORM_CLOSED","Zu diesem Artikel können keine Kommentare geschrieben werden."); // Part of the traffic control system.
DEFINE("LANG_FORM_OPEN","Bitte fasse deine Kommentare kurz, für Diskussionen ist das Forum da."); // General instructions
DEFINE("LANG_FORM_TOOLTIP","Benötigte Information"); // Tooltip that appears when mouse moves over a required input field.
DEFINE("LANG_FORM_FAIL","Beim senden des Kommentar ist ein Fehler aufgetreten."); // Followed by one or more problems (there are eight possible).
DEFINE("LANG_FORM_FAIL_1","Es wurde kein <u>Kommentar</u> eingegeben"); // You can use the underline tag to emphasize the problem (bold is automatic).
DEFINE("LANG_FORM_FAIL_2","Dein Kommentar ist <u>zu lang</u>");
DEFINE("LANG_FORM_FAIL_3","Du hast keinen <u>Titel</u> eingegeben");
DEFINE("LANG_FORM_FAIL_4","Du hast keine <u>E-Mail</u> angegeben");
DEFINE("LANG_FORM_FAIL_5","Du hast keine <u>Internetseite</u> angegeben");
DEFINE("LANG_FORM_FAIL_6","Dein Beitrag enthält einen <u>unakzeptablen Text</u>");
DEFINE("LANG_FORM_FAIL_7","Dein Beitrag enthält <u>spacing errors</u>");
DEFINE("LANG_FORM_DONE","Danke für deinen Kommenatar! Dein Beitrag wird möglicherweise geprüft bevor er auf der Seite erscheint."); // Success message
DEFINE("LANG_FORM_FLOOD","Dein Kommentar ist zu lang. Schreib ihn lieber ins Forum."); // Javascript popup warning
DEFINE("LANG_LABEL_NAME","Name : "); // Labels for the input fields and buttons.
DEFINE("LANG_LABEL_EMAIL","E-mail : ");
DEFINE("LANG_LABEL_URL","Website : ");
DEFINE("LANG_LABEL_TITLE","Title : ");
DEFINE("LANG_LABEL_BODY","Kommentar : ");
DEFINE("LANG_LABEL_SEND","Senden");
DEFINE("LANG_LABEL_PREVIEW","Vorschau");
// Language for email notifications
DEFINE("LANG_NOTIFY_EMAIL","This is an automated message that is sent whenever a new comment is posted at $mosConfig_sitename.");
DEFINE("LANG_NOTIFY_TITLE","New Comment Submitted");
// Langauge for captcha system
DEFINE("LANG_CAPTCHA_LABEL","Verify : ");
DEFINE("LANG_CAPTCHA_FAIL","Security check failed."); // This is the other type of submission problem.
DEFINE("LANG_CAPTCHA_TOOLTIP","Please respond to the instructions to verify that your submission is not automated.");
DEFINE("LANG_CAPTCHA_EMAIL","Blocked IP address #ip for failing #n captcha challenges."); // Notification email text (see also system settings).
DEFINE("LANG_CAPTCHA_TITLE","J! Reactions Captcha Alert"); // Notification email subject
?>


LinkBack URL
About LinkBacks

Zitieren

Lesezeichen