blob: 4c417710bd0ca684902e5c12b1865595ecb08e9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Snapshot" title="Foto">
<floater.string name="unknown">
unbekannt
</floater.string>
<button label="Foto aktualisieren" name="new_snapshot_btn"/>
<line_editor label="Beschreibung" name="description"/>
<button label="Foto freigeben" name="share"/>
<button label="Ins Internet stellen" name="share_to_web"/>
<button label="Objekt in meinem Inventar speichern" name="save_to_inventory"/>
<button label="Foto speichern" name="save"/>
<button label="Foto per E-Mail senden" name="share_to_email"/>
<button label="Auf meinem Computer speichern" name="save_to_computer"/>
<button label="Als Profilbild festlegen" name="set_profile_pic"/>
<button label="Zurück" name="cancel"/>
</floater>
|