diff options
author | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-30 14:37:21 -0800 |
---|---|---|
committer | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-30 14:37:21 -0800 |
commit | 2ae22a481d45e8c6634cc250386ca4cf488e635c (patch) | |
tree | 992019587e95dc55429450beb4a23cfe5f3a8049 /indra/newview/skins/default/xui/da/panel_classified_info.xml | |
parent | fb531ffd6bea24290362fd58dd6ff6e99f8b1177 (diff) |
DEV-43688 resident translations for DA (set4-set5),
resident translations for PL (set1 thru set4),
resident translations for IT (set1 thru set6)
(I can promise this is the last weekend I work for LL. Peace Love & Hope 2010.)
Diffstat (limited to 'indra/newview/skins/default/xui/da/panel_classified_info.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/panel_classified_info.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/da/panel_classified_info.xml b/indra/newview/skins/default/xui/da/panel_classified_info.xml new file mode 100644 index 0000000000..a9cce7bf45 --- /dev/null +++ b/indra/newview/skins/default/xui/da/panel_classified_info.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel name="panel_classified_info"> + <text name="title" value="Annonce info"/> + <scroll_container name="profile_scroll"> + <panel name="scroll_content_panel"> + <text name="classified_name" value="[name]"/> + <text name="classified_location" value="[loading...]"/> + <text name="content_type" value="[content type]"/> + <text name="category" value="[category]"/> + <check_box label="Forny automatisk hver uge" name="auto_renew"/> + <text name="price_for_listing" tool_tip="Pris for optagelse."> + L$[PRICE] + </text> + <text name="classified_desc" value="[description]"/> + </panel> + </scroll_container> + <panel name="buttons"> + <button label="Teleport" name="teleport_btn"/> + <button label="Kort" name="show_on_map_btn"/> + <button label="Redigér" name="edit_btn"/> + </panel> +</panel> |