summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2015-08-11 11:54:57 -0400
committerOz Linden <oz@lindenlab.com>2015-08-11 11:54:57 -0400
commit1f23f5a65b3634be39815f853cc008a8b5ad833e (patch)
treeaf5f60fafb3b6af5225136a4effe3025e4ad09a6 /indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml
parent71a468c6fb52f2f2cc7ebd17e548e9eaf3a875a5 (diff)
parent310ec101dfd2c69ecc1a51d0a3a8ea12d5fdaf7a (diff)
merge changes for 3.8.2-release
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml')
-rwxr-xr-xindra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml61
1 files changed, 19 insertions, 42 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml b/indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml
index d2844e117f..ff61d4059a 100755
--- a/indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml
+++ b/indra/newview/skins/default/xui/pl/floater_inventory_item_properties.xml
@@ -1,59 +1,36 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="item properties" title="WŁAŚCIWOŚCI OBIEKTÓW W SZAFIE">
- <floater.string name="unknown">
- (nieznany)
- </floater.string>
- <floater.string name="public">
- (publiczny)
- </floater.string>
- <floater.string name="you_can">
- Ty możesz:
- </floater.string>
- <floater.string name="owner_can">
- Właściciel może:
- </floater.string>
- <text name="LabelItemNameTitle">
- Nazwa:
- </text>
- <text name="LabelItemDescTitle">
- Opis:
- </text>
- <text name="LabelCreatorTitle">
- Twórca:
- </text>
+ <floater.string name="unknown">(nieznany)</floater.string>
+ <floater.string name="public">(publiczny)</floater.string>
+ <floater.string name="you_can">Opcje:</floater.string>
+ <floater.string name="owner_can">Właściciel może:</floater.string>
+ <floater.string name="acquiredDate">[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]</floater.string>
+ <text name="LabelItemNameTitle">Nazwa:</text>
+ <text name="LabelItemDescTitle">Opis:</text>
+ <text name="LabelCreatorTitle">Twórca:</text>
<button label="Profil..." name="BtnCreator" />
- <text name="LabelOwnerTitle">
- Właściciel:
- </text>
+ <text name="LabelOwnerTitle">Właściciel:</text>
<button label="Profil..." name="BtnOwner" />
- <text name="LabelAcquiredTitle">
- Nabyte:
- </text>
- <text name="OwnerLabel">
- Ty:
- </text>
+ <text name="LabelAcquiredTitle">Nabyte:</text>
+ <text name="LabelAcquiredDate">Wed May 24 12:50:46 2006</text>
+ <text name="OwnerLabel">Ty:</text>
<check_box label="Modyfikacja" name="CheckOwnerModify" />
<check_box label="Kopiowanie" name="CheckOwnerCopy" />
<check_box label="Transferowanie" name="CheckOwnerTransfer" />
- <text name="AnyoneLabel">
- Każdy:
- </text>
+ <text name="AnyoneLabel">Każdy:</text>
<check_box label="Kopiowanie" name="CheckEveryoneCopy" />
- <text name="GroupLabel">
- Grupa:
- </text>
+ <text name="GroupLabel">Grupa:</text>
<check_box label="Udostępnij" name="CheckShareWithGroup" />
- <text name="NextOwnerLabel">
- Nast. właściciel:
- </text>
+ <text name="NextOwnerLabel">Następny właściciel:</text>
<check_box label="Modyfikacja" name="CheckNextOwnerModify" />
<check_box label="Kopiowanie" name="CheckNextOwnerCopy" />
<check_box label="Transferowanie" name="CheckNextOwnerTransfer" />
<check_box label="Sprzedaż" name="CheckPurchase" />
<combo_box name="ComboBoxSaleType">
- <combo_box.item label="Kopia" name="Copy" />
- <combo_box.item label="Zawartość" name="Contents" />
- <combo_box.item label="Oryginał" name="Original" />
+ <combo_box.item label="Kopia" name="Copy"/>
+ <combo_box.item label="Zawartość" name="Contents"/>
+ <combo_box.item label="Oryginał" name="Original"/>
</combo_box>
<spinner name="Edit Cost" label="Cena:" />
+ <text name="CurrencySymbol">L$</text>
</floater>