SMFPortal.de - Wiki
Start Forum Wiki Parser Übersetzungen

Ultimate Profile

Aus SMFPortal.de Wiki

Wechseln zu: Navigation, Suche
Version 
0.8.5 und 0.9.1


Inhaltsverzeichnis


UltimateProfile.german.php

<?php
// Version: 0.8.5; UltimateProfile
// This file is a part of Ultimate Profile mod
// Author: Jovan Turanjanin

$txt['ultimate_profile'] = 'Ultimate Profile';

$txt['pictures'] = 'Profilbilder';
$txt['customized'] = 'erweitertes Profil';
$txt['buddies'] = 'Freunde';

$txt['profile_customized'] = 'Angepasstes Profil';
$txt['profile_customized_info'] = 'Hier kannst du noch mehr interessante Details über dich hinzufügen. Wenn du keine weitere Informationen rausgeben willst, dann lass es. Alles freiwillig ;-) ';

$txt['profile_customize_enable'] = 'Erlaube angepasstes Profil?';
$txt['profile_customize_private'] = 'Nur Freunde können mein angepasstes Profil sehen';
$txt['profile_comments_disable'] = 'Kommentare verbieten';
$txt['profile_comments_budd_only'] = 'Nur Freunde können Kommentare hinzufügen';
$txt['profile_comments_notif_disable'] = 'Deaktiviere Benachrichtigung über neue Kommentare';
$txt['profile_pictures_budd_only'] = 'Zeige meine Bilder nur Freunden und Admins';

$txt['profile_about'] = 'über mich';
$txt['profile_about_desc'] = 'Hier kannst du etwas über dich schreiben.';
$txt['profile_interests'] = 'Interessen';
$txt['profile_interests_desc'] = 'Musik, Filme, Sport, Hobbies...';
$txt['profile_media'] = 'Meine Medien';
$txt['profile_media_desc'] = 'Hier kannst du den Code für Filme, Musik, usw. einfügen. Auch HTML und CSS werden unterstützt.';
$txt['profile_css'] = 'Anpassung';
$txt['profile_css_desc'] = 'Hier kannst du HTML und CSS Code einfügen für den individuellen Look deines Profils.';
$txt['profile_pictures'] = 'Profilbilder';

$txt['profile_pictures_over'] = 'Du hast die erlaubte Anzahl der Profilbilder erreicht.';
$txt['profile_pictures_add_not'] = 'Du bist nicht berechtigt in diesem Profil Bilder einzufügen.';
$txt['profile_pictures_fields'] = 'Alle Felder sind erforderlich.';
$txt['profile_pictures_upload_fail'] = 'Das Bild wurde nicht erfolgreich hochgeladen.';
$txt['profile_pictures_pic_not'] = 'Hochgeladene Datei ist kein Bild.';

$txt['profile_pictures_edit_not'] = 'Du bist nicht berechtigt Bilder in diesem Profil zu ändern.';
$txt['profile_pictures_delete_not'] = 'Du bist nicht berechtigt Bilder in diesem Profil zu löschen.';
$txt['profile_pictures_not_found'] = 'Das angeforderte Bild wurde nicht gefunden.';

$txt['profile_comment_field'] = 'Du musst einen Kommentar abgeben.';


$txt['profile_contact'] = 'Kontaktiere mich :)';
$txt['profile_buddies'] = 'Meine Freunde';
$txt['profile_buddies_no'] = 'Ich habe meine Freunde noch nicht hinzugefügt.';

$txt['profile_pictures'] = 'Meine Bilder';
$txt['profile_pictures_no'] = 'Derzeit gibt es noch keine Bilder.';

$txt['profile_about_me'] = 'über mich';
$txt['profile_interests'] = 'Meine Interessen';

$txt['profile_about_no'] = 'Ich schreibe dies später. :)';

$txt['comment'] = 'Kommentar hinzufügen';
$txt['profile_comment'] = 'Kommentar';
$txt['profile_comments'] = 'Kommentare';
$txt['profile_comment_add'] = 'Kommentar hinzufügen';
$txt['profile_comment_reply'] = 'Kommentar wiederholen';
$txt['profile_comment_delete'] = 'Kommentar löschen';
$txt['profile_comment_no'] = 'Es gibt noch keine Kommentare. Willst du den Ersten schreiben?';
$txt['profile_comments_buddies_only'] = 'Nur Freunde können Kommentare hinzufügen.';

$txt['profile_picture_caption'] = 'Profilbilder';
$txt['profile_picture_title'] = 'Titel';
$txt['profile_picture_description'] = 'Beschreibung';
$txt['profile_picture_path'] = 'Pfad zum Bild';
$txt['profile_picture_not_allowed'] = 'Du bist nicht berechtigt die Bilder zu sehen.';

$txt['profile_picture_add'] = 'Bild hinzufügen';
$txt['profile_picture_edit'] = 'Bild ändern';
$txt['profile_picture_delete'] = 'Bild löschen';

$txt['profile_picture_previous'] = '&laquo; vorheriges';
$txt['profile_picture_next'] = 'nächstes &raquo;';

// %s will be replaced with member's name
$txt['profile_picture_members'] = '%s\'s Bilder';

$txt['profile_album_title'] = 'Titel';
$txt['profile_album_basic'] = 'Grund-Album';
$txt['profile_album_parent'] = 'übergeordnetes Album';
$txt['profile_albums_pic_count'] = 'Bilder';

$txt['profile_album_add'] = 'Album hinzufügen';
$txt['profile_album_edit'] = 'Album bearbeiten';
$txt['profile_album_delete'] = 'Album löschen';
$txt['profile_album_delete_confirm'] = 'Willst du dieses Album WIRKLICH löschen? Es werden auch alle darin enthaltenen Bilder gelöscht!';

$txt['profile_albums_add_not'] = 'Du bist nicht berechtigt in diesem Profil Alben hinzuzufügen.';
$txt['profile_albums_edit_not'] = 'Du bist nicht berechtigt in diesem Profil Alben zu bearbeiten.';
$txt['profile_albums_delete_not'] = 'Du bist nicht berechtigt in diesem Profil Alben zu löschen.';
$txt['profile_albums_fields'] = 'Alle Felder werden benötigt.';
$txt['profile_albums_parent_not'] = 'Das ausgewählte übergeordente Album existiert nicht.';
$txt['profile_album_not_found'] = 'Das gewünschte Album wurde nicht gefunden.';

$txt['profile_enable_all'] = 'Erlaube Ultimate Profile für alle Mitglieder';
$txt['profile_enable_pictures'] = 'Erlaube das hochladen von Bildern';
$txt['profile_pictures_path'] = 'Pfad zum Bild';
$txt['profile_pictures_url'] = 'Bild URL';
$txt['profile_pictures_number'] = 'Anzahl der erlaubten Bilder';
$txt['profile_pictures_width'] = 'Breite der hochgeladenen Bilder (in px)';
$txt['profile_allow_customize'] = 'Erlaube Anpassung des Profils';
$txt['profile_allow_mediabox'] = 'Erlaube Media Box';

$txt['profile_notif_com_subject'] = 'Es gibt einen neuen Kommentar von %s';
$txt['profile_notif_com_body'] = '%s hat einen neuen Kommentar zu deinem Profil geschrieben.';
$txt['profile_notif_com_user'] = 'Benachrichtigung';

$txt['profile_notif_piccom_subject'] = 'Es gibt einen neuen Kommentar zu deinen Bildern von %s';
$txt['profile_notif_piccom_body'] = '%s hat gerade einen neuen Kommentar zu deinen Bildern geschrieben. [url=http://%s]Klicke hier[/url] um ihn zu sehen.';

$txt['report'] = 'Report profile';
$txt['profile_report_this'] = 'Dem Admin Bericht erstatten';
$txt['profile_report_text1'] = 'Dieses Profil dem Admin melden';
$txt['profile_report_text2'] = 'Mit dieser Funktion kann man missbräuchliche oder böswillige Profile dem Admin melden .';
$txt['profile_report_text3'] = 'Dein Kommentar';
$txt['profile_report_submit'] = 'absenden';
$txt['profile_report_own'] = 'Warum möchtest du denn dein eigenes Profil melden? Scherzkeks! ;-)';

$txt['profile_report_subject'] = 'Gemeldete Profile';
$txt['profile_report_email1'] = 'Die folgenden Profile, "%s"';
$txt['profile_report_email2'] = ' wurden gemeldet von';
$txt['profile_report_email3'] = 'in einem Forum, welches du moderierst';
$txt['profile_report_comment'] = 'Der Berichterstatter machte folgende Angaben';

$txt['buddy_center'] = 'Freunde Center';
$txt['buddy_explanation'] = 'Dieses Mitglied wird dein Freund, sobald er/sie deine Anfrage angenommen hat.';
$txt['buddy_order_up'] = 'verschiebt den Freund nach oben';
$txt['buddy_order_down'] = 'verschiebt den Freund nach unten';
$txt['buddy_approve'] = 'Freundschaft schließen';
$txt['buddy_remove'] = 'Freundschaft auflösen';
$txt['buddy_empty'] = 'Deine Freundschaftsliste ist noch leer.';
$txt['buddy_unapproved'] = 'noch unbeantwortete Freundschaftsangebote';
$txt['buddy_pending'] = 'unerledigte Freundschaftsangebote';
$txt['buddy_already_added'] = 'Dieses Mitglied ist bereits mit dir befreundet.';

$txt['buddy_notif_new_subject'] = '%s möchte dein Freund sein.';
$txt['buddy_notif_new_body'] = '%s möchte dein Freund sein. [url=http://%s]Klick hier[/url], um die Anfrage anzunehmen oder abzulehnen.';

?>

UltimateProfile.german-utf8.php

<?php
// Version: 0.9.1; UltimateProfile
// This file is a part of Ultimate Profile mod
// Author: Jovan Turanjanin

$txt['ultimate_profile'] = 'Ultimate Profile';

$txt['pictures'] = 'Profilbilder';
$txt['customized'] = 'erweitertes Profil';
$txt['buddies'] = 'Freunde';

$txt['profile_customized'] = 'Angepasstes Profil';
$txt['profile_customized_info'] = 'Hier kannst du noch mehr interessante Details &uuml;ber dich hinzuf&uuml;gen. Wenn du keine weitere Informationen rausgeben willst, dann lass es. Alles freiwillig ;-)';

$txt['profile_customize_enable'] = 'Erlaube angepasstes Profil?';
$txt['profile_customize_private'] = 'Nur Freunde k&ouml;nnen mein angepasstes Profil sehen';
$txt['profile_comments_disable'] = 'Kommentare verbieten';
$txt['profile_comments_budd_only'] = 'Nur Freunde k&ouml;nnen Kommentare hinzuf&uuml;gen';
$txt['profile_comments_notif_disable'] = 'Deaktiviere Benachrichtigung &uuml;ber neue Kommentare';
$txt['profile_pictures_budd_only'] = 'Zeige meine Bilder nur Freunden und Admins';
$txt['profile_num_buddies_shown'] = 'Number of buddies shown on profile';

$txt['profile_about'] = '&uuml;ber mich';
$txt['profile_about_desc'] = 'Hier kannst du etwas &uuml;ber dich schreiben.';
$txt['profile_interests'] = 'Interessen';
$txt['profile_interests_desc'] = 'Musik, Filme, Sport, Hobbies...';
$txt['profile_media'] = 'Meine Medien';
$txt['profile_media_desc'] = 'Hier kannst du den Code f&uuml;r Filme, Musik, usw. einf&uuml;gen. Auch HTML und CSS werden unterst&uuml;tzt.';
$txt['profile_css'] = 'Anpassung';
$txt['profile_css_desc'] = 'Hier kannst du HTML und CSS Code einf&uuml;gen f&uuml;r den individuellen Look deines Profils.';

$txt['profile_pictures_over'] = 'Du hast die erlaubte Anzahl der Profilbilder erreicht.';
$txt['profile_pictures_add_not'] = 'Du bist nicht berechtigt in diesem Profil Bilder einzuf&uuml;gen.';
$txt['profile_pictures_fields'] = 'Alle Felder sind erforderlich.';
$txt['profile_pictures_upload_fail'] = 'Das Bild wurde nicht erfolgreich hochgeladen.';
$txt['profile_pictures_pic_not'] = 'Hochgeladene Datei ist kein Bild.';

$txt['profile_pictures_edit_not'] = 'Du bist nicht berechtigt Bilder in diesem Profil zu &auml;ndern.';
$txt['profile_pictures_delete_not'] = 'Du bist nicht berechtigt Bilder in diesem Profil zu l&ouml;schen.';
$txt['profile_pictures_not_found'] = 'Das angeforderte Bild wurde nicht gefunden.';


$txt['profile_comment_field'] = 'Du musst einen Kommentar abgeben.';


$txt['profile_contact'] = 'Kontaktiere mich :)';
$txt['profile_buddies'] = 'Meine Freunde';
$txt['profile_buddies_no'] = 'Ich habe meine Freunde noch nicht hinzugef&uuml;gt.';

$txt['profile_pictures'] = 'Meine Bilder';
$txt['profile_pictures_no'] = 'Derzeit gibt es noch keine Bilder.';

$txt['profile_about_me'] = '&uuml;ber mich';
$txt['profile_about_no'] = 'Ich schreibe dies sp&auml;ter. :)';

$txt['profile_interests'] = 'Meine Interessen';

$txt['profile_pictures_show'] = 'Zeige Bilder';
$txt['profile_buddies_show'] = 'Zeige Freunde';

$txt['comment'] = 'Kommentar hinzuf&uuml;gen';
$txt['profile_comment'] = 'Kommentar';
$txt['profile_comments'] = 'Kommentare';
$txt['profile_comment_add'] = 'Kommentar hinzuf&uuml;gen';
$txt['profile_comment_reply'] = 'Kommentar beantworten';
$txt['profile_comment_delete'] = 'Kommentar l&ouml;schen';
$txt['profile_comment_delete_confirm'] = 'Are you sure you want to delete this comment?';
$txt['profile_comment_no'] = 'Es gibt noch keine Kommentare. Willst du den Ersten schreiben?';
$txt['profile_comments_buddies_only'] = 'Nur Freunde k&ouml;nnen Kommentare hinzuf&uuml;gen.';

$txt['profile_picture_caption'] = 'Profilbilder';
$txt['profile_picture_title'] = 'Titel';
$txt['profile_picture_description'] = 'Beschreibung';
$txt['profile_picture_path'] = 'Pfad zum Bild';
$txt['profile_picture_not_allowed'] = 'Du bist nicht berechtigt die Bilder zu sehen.';

$txt['profile_picture_add'] = 'Bild hinzuf&uuml;gen';
$txt['profile_picture_edit'] = 'Bild &auml;ndern';
$txt['profile_picture_delete'] = 'Bild l&ouml;schen';

$txt['profile_picture_previous'] = '&laquo; vorheriges';
$txt['profile_picture_next'] = 'n&auml;chstes &raquo;';

// %s will be replaced with member's name
$txt['profile_picture_members'] = '%s\'s Bilder';

$txt['profile_album_title'] = 'Titel';
$txt['profile_album_basic'] = 'Grund-Album';
$txt['profile_album_parent'] = '&uuml;bergeordnetes Album';
$txt['profile_albums_pic_count'] = 'Bilder';

$txt['profile_album_add'] = 'Album hinzuf&uuml;gen';
$txt['profile_album_edit'] = 'Album bearbeiten';
$txt['profile_album_delete'] = 'Album l&ouml;schen';
$txt['profile_album_delete_confirm'] = 'Willst du dieses Album WIRKLICH l&ouml;schen? Es werden auch alle darin enthaltenen Bilder gel&ouml;scht!';

$txt['profile_albums_add_not'] = 'Du bist nicht berechtigt in diesem Profil Alben hinzuzuf&uuml;gen.';
$txt['profile_albums_edit_not'] = 'Du bist nicht berechtigt in diesem Profil Alben zu bearbeiten.';
$txt['profile_albums_delete_not'] = 'Du bist nicht berechtigt in diesem Profil Alben zu l&ouml;schen.';
$txt['profile_albums_fields'] = 'Alle Felder werden ben&ouml;tigt.';
$txt['profile_albums_parent_not'] = 'Das ausgew&auml;hlte &uuml;bergeordente Album existiert nicht.';
$txt['profile_album_not_found'] = 'Das gew&uuml;nschte Album wurde nicht gefunden.';


$txt['profile_enable_all'] = 'Erlaube Ultimate Profile f&uuml;r alle Mitglieder';
$txt['profile_enable_pictures'] = 'Erlaube das hochladen von Bildern';
$txt['profile_pictures_path'] = 'Pfad zum Bild';
$txt['profile_pictures_url'] = 'Bild URL';
$txt['profile_pictures_number'] = 'Anzahl der erlaubten Bilder <div class="smalltext">(0 for unlimited)</div>';
$txt['profile_pictures_width'] = 'Breite der hochgeladenen Bilder (in px)';
$txt['profile_buddies_shown'] = 'Default number of buddies shown on profile';
$txt['profile_allow_customize'] = 'Erlaube Anpassung des Profils';
$txt['profile_allow_mediabox'] = 'Erlaube Media Box';


$txt['profile_notif_com_subject'] = 'Es gibt einen neuen Kommentar von %s';
$txt['profile_notif_com_body'] = '[b]%s[/b] hat einen neuen Kommentar zu [url=%s]deinem Profil[/url] geschrieben.';
$txt['profile_notif_com_user'] = 'Benachrichtigung';

$txt['profile_notif_piccom_subject'] = 'Benachrichtigung %s';
$txt['profile_notif_piccom_body'] = '[b]%s[/b] hat gerade einen neuen Kommentar zu deinen Bildern geschrieben. [url=%s]Klicke hier[/url] um ihn zu sehen.';

$txt['report'] = 'Report profile';
$txt['profile_report_this'] = 'Dem Admin Bericht erstatten';
$txt['profile_report_text1'] = 'Dieses Profil dem Admin melden';
$txt['profile_report_text2'] = 'Mit dieser Funktion kann man missbr&auml;uchliche oder b&ouml;swillige Profile dem Admin melden .';
$txt['profile_report_text3'] = 'Dein Kommentar';
$txt['profile_report_submit'] = 'absenden';
$txt['profile_report_own'] = 'Warum m&ouml;chtest du denn dein eigenes Profil melden? Scherzkeks! ;-)';

$txt['profile_report_subject'] = 'Gemeldete Profile';
$txt['profile_report_email1'] = 'Die folgenden Profile, "%s"';
$txt['profile_report_email2'] = ' wurden gemeldet von';
$txt['profile_report_email3'] = 'in einem Forum, welches du moderierst';
$txt['profile_report_comment'] = 'Der Berichterstatter machte folgende Angaben';

$txt['buddy_center'] = 'Freunde Center';
$txt['buddy_explanation'] = 'Dieses Mitglied wird dein Freund, sobald er/sie deine Anfrage angenommen hat.';
$txt['buddy_order_up'] = 'verschiebt den Freund nach oben';
$txt['buddy_order_down'] = 'verschiebt den Freund nach unten';
$txt['buddy_approve'] = 'Freundschaft schlie&szlig;en';
$txt['buddy_remove'] = 'Freundschaft aufl&ouml;sen';
$txt['buddy_empty'] = 'Deine Freundschaftsliste ist noch leer.';
$txt['buddy_unapproved'] = 'noch unbeantwortete Freundschaftsangebote';
$txt['buddy_pending'] = 'unerledigte Freundschaftsangebote';
$txt['buddy_already_added'] = 'Dieses Mitglied ist bereits mit dir befreundet.';

$txt['buddy_notif_new_subject'] = '%s m&ouml;chte dein Freund sein.';
$txt['buddy_notif_new_body'] = '[b]%s[/b] m&ouml;chte dein Freund sein. [url=%s]Klick hier[/url] , um die Anfrage anzunehmen oder abzulehnen.';

$txt['buddy_top3'] = 'Top 3';
$txt['buddy_top6'] = 'Top 6';
$txt['buddy_top9'] = 'Top 9';
$txt['buddy_top12'] = 'Top 12';

?>

Die im SMFPortal.de-Wiki bereitgestellten Informationen werden nur stichprobenhaft geprüft. Wir übernehmen keine Haftung für direkte oder indirekte Schäden, die durch Informationen, die im Wiki bereitgestellt werden, entstanden sind. Obwohl sich unser Wiki-Team bemüht, Fehler schnell und umfassend zu beheben, sind wir auf Deine Mithilfe angewiesen. Bitte melde fehlerhafte Informationen in den Artikeln über die entsprechende Diskussionsseite, damit wir diese korrigieren können, oder bearbeite den Artikel selbst (hierfür musst du im Wiki registriert und angemeldet sein).