38 lines
1.5 KiB
XML
38 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<panel name="Classified" title="Anzeige">
|
|
<line_editor name="given_name_editor" tool_tip="Name muss mit einem Buchstaben oder einer Ziffer beginnen, nicht einem Satzzeichen."/>
|
|
<line_editor name="location_editor" tool_tip="Die Position in dieser Anzeige zur aktuellen Position machen."/>
|
|
<button label="Standort festlegen" name="set_location_btn"/>
|
|
<button label="Teleportieren" name="classified_teleport_btn"/>
|
|
<button label="Karte" name="classified_map_btn"/>
|
|
<combo_box label="" name="classified_category_combo"/>
|
|
<combo_box label="" name="classified_mature_check">
|
|
<combo_item name="select_mature">
|
|
- Mature wählen -
|
|
</combo_item>
|
|
<combo_item name="mature">
|
|
Mature-Inhalt
|
|
</combo_item>
|
|
<combo_item name="pg">
|
|
PG-Inhalt
|
|
</combo_item>
|
|
</combo_box>
|
|
<text name="classified_info_text" tool_tip="Je mehr Sie für die Anzeige bezahlen, desto weiter oben in der Liste erscheint sie.">
|
|
Anzeige: Noch nicht veröffentlicht
|
|
</text>
|
|
<text name="click_through_text" tool_tip="Gesamtanzahl Klicks auf die Schaltflächen seit Platzierung der Anzeige.">
|
|
Klicks:
|
|
</text>
|
|
<button label="Veröffentlichen..." name="classified_update_btn"/>
|
|
<check_box label="Jede Woche automatisch erneuern" name="auto_renew_check"/>
|
|
<string name="ad_placed_paid">
|
|
Anzeige: [DATE], [AMT] L$ für Eintrag bezahlt.
|
|
</string>
|
|
<string name="update_txt">
|
|
Aktualisieren
|
|
</string>
|
|
<string name="publish_txt">
|
|
Veröffentlichen
|
|
</string>
|
|
</panel>
|