diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_import_collada.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/floater_import_collada.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_import_collada.xml b/indra/newview/skins/default/xui/pl/floater_import_collada.xml new file mode 100644 index 0000000000..596ecabbfe --- /dev/null +++ b/indra/newview/skins/default/xui/pl/floater_import_collada.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater name="Import Collada" title="Importuj scenę"> + <text name="mesh count"> + Mesze: [COUNT] + </text> + <text name="texture count"> + Tekstury: [COUNT] + </text> + <text name="status"> + Status: [STATUS] + </text> + <button name="cancel" label="Anuluj" /> + <string name="status_idle"> + Bezczynny + </string> + <string name="status_uploading"> + Ładowanie [NAME] + </string> + <string name="status_creating"> + Tworzenie obiektu [NAME] + </string> + </floater> |