Custom Profile Field Mod
Aus SMFPortal.de Wiki
- Version
- 3.15
Inhaltsverzeichnis |
CustomProfile.german.php
<?php // Don't translate FIELDNAME in the below string. $txt['cp_enable'] = 'Aktiviere FIELDNAME'; $txt['cp_text'] = 'Text'; $txt['cp_textarea'] = 'Textfeld'; $txt['cp_checkbox'] = 'Checkbox'; $txt['cp_selectbox'] = 'Auswahlliste'; $txt['cp_type'] = 'Typ'; $txt['cp_addfield'] = 'Feld hinzufügen'; $txt['cp_name'] = 'Name'; $txt['cp_profileshow'] = 'Im Profil anzeigen?'; $txt['cp_dontshow'] = 'Nicht anzeigen'; $txt['cp_underpostcount'] = 'Unter Beitragszähler anzeigen'; $txt['cp_underimages'] = 'Unter Avatar anzeigen'; $txt['cp_showposts'] = 'In Beiträgen anzeigen?'; $txt['cp_parsebbc'] = 'Parse BBC?'; $txt['cp_before'] = 'Präfix'; $txt['cp_after'] = 'Suffix'; $txt['cp_fieldid'] = 'Feld-ID'; $txt['cp_hrule'] = 'Horizontale Linie vor dem Feld?'; $txt['co_optinput'] = 'Optionale Eingabe'; $txt['cp_forceinput'] = 'Eingabe erzwingen'; $txt['cp_showreg'] = 'Bei Registrierung anzeigen?'; $txt['cp_adminedit'] = 'Nur Admins dürfen das Feld editieren'; $txt['cp_adminview'] = 'Nur Admins dürfen das Feld sehen'; $txt['cp_recreate'] = 'Feld wiederherstellen'; $txt['cp_checked'] = 'Angezeigter Text, wenn Checkbox aktiviert ist'; $txt['cp_notchecked'] = 'Angezeigter Text, wenn Checkbox deaktiviert ist'; $txt['cp_show'] = 'Zeige'; // Don't translate OPTIONNUMBER in the below string $txt['cp_option'] = 'Option OPTIONNUMBER'; $txt['cp_addoption'] = 'Option hinzufügen'; $txt['cp_cpfields'] = 'Custom Profile Fields'; // Don't translate FIELDNUMBER in the below string $txt['cp_fieldsettings'] = 'Custom Profile Field FIELDNUMBER Einstellungen'; // Don't translate FIELDNAME in the below string $txt['cp_regerror'] = 'Du hast das "FIELDNAME" Feld nicht ausgefüllt.'; $txt['cp_moveup'] = '[ Nach oben ]'; $txt['cp_movedown'] = '[ Nach unten ]'; $txt['cp_delete'] = '[ Entfernen ]'; $txt['cp_unnamed'] = 'Unbenanntes Feld'; $txt['cp_settings'] = '[ Einstellungen ]'; $txt['cp_hrsummary'] = 'Bei Profil Zusammenfassung'; $txt['cp_hredit'] = 'Bei Profil bearbeiten'; $txt['cp_onboth'] = 'Bei beiden'; $txt['cp_desc'] = 'Beschreibung des Feldes'; ?>