/indra/newview/skins/default/xui/de/panel_landmark_info.xml
XML | 41 lines | 41 code | 0 blank | 0 comment | 0 complexity | f948ca008fed6b45e15b699ddf974108 MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 2<panel name="landmark_info"> 3 <string name="title_create_landmark" value="Landmarken erstellen"/> 4 <string name="title_edit_landmark" value="Landmarke bearbeiten"/> 5 <string name="title_landmark" value="Landmarke"/> 6 <string name="not_available" value="k.A."/> 7 <string name="unknown" value="(unbekannt)"/> 8 <string name="public" value="(öffentlich)"/> 9 <string name="server_update_text"> 10 Ohne Serverupdate sind keine Ortsinformationen verfügbar. 11 </string> 12 <string name="server_error_text"> 13 Zur Zeit gibt es keine Informationen zu diesem Standort. Bitte versuchen Sie es später. 14 </string> 15 <string name="server_forbidden_text"> 16 Die Informationen über diesen Standort sind zugriffsbeschränkt. Bitte wenden Sie sich bezüglich Ihrer Berechtigungen an den Eigentümer der Parzelle. 17 </string> 18 <string name="acquired_date"> 19 [wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local] 20 </string> 21 <button name="back_btn" tool_tip="Hinten"/> 22 <text name="title" value="Ortsprofil"/> 23 <scroll_container name="place_scroll"> 24 <panel name="scrolling_panel"> 25 <text name="region_title" value="SampleRegion"/> 26 <text name="parcel_title" value="SampleParcel, Name Long (145, 228, 26)"/> 27 <expandable_text name="description" value="Du waltz die spritz"/> 28 <text name="maturity_value" value="unbekannt"/> 29 <panel name="landmark_info_panel"> 30 <text name="owner_label" value="Eigentümer:"/> 31 <text name="creator_label" value="Ersteller:"/> 32 <text name="created_label" value="Erstellt:"/> 33 </panel> 34 <panel name="landmark_edit_panel"> 35 <text name="title_label" value="Titel:"/> 36 <text name="notes_label" value="Meine Notizen:"/> 37 <text name="folder_label" value="Landmarken-Position:"/> 38 </panel> 39 </panel> 40 </scroll_container> 41</panel>