diff options
author | eli_linden <none@none> | 2011-06-15 11:29:55 -0700 |
---|---|---|
committer | eli_linden <none@none> | 2011-06-15 11:29:55 -0700 |
commit | cd51c7e01a0b5eb51fec514cb5a10540c49c2aef (patch) | |
tree | 2e3881eff3f34be6c41849c9eb4b4fcb68849527 /indra/newview/skins/default/xui/de/floater_import_collada.xml | |
parent | 155cda7e829070b5f4c5f75acbbcef02967aeeef (diff) |
FIX INTL-50 DE translation for Set24 and Basic Set3
Diffstat (limited to 'indra/newview/skins/default/xui/de/floater_import_collada.xml')
-rw-r--r-- | indra/newview/skins/default/xui/de/floater_import_collada.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/de/floater_import_collada.xml b/indra/newview/skins/default/xui/de/floater_import_collada.xml new file mode 100644 index 0000000000..8b1313c7b5 --- /dev/null +++ b/indra/newview/skins/default/xui/de/floater_import_collada.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Import Collada" title="Szene importieren"> + <text name="mesh count"> + Netze: [COUNT] + </text> + <text name="texture count"> + Texturen: [COUNT] + </text> + <text name="status"> + Status: [STATUS] + </text> + <button label="Abbrechen" name="cancel"/> + <button label="OK" name="ok"/> + <string name="status_idle"> + Inaktiv + </string> + <string name="status_uploading"> + [NAME] wird hochgeladen + </string> + <string name="status_creating"> + Objektname [NAME] wird erstellt + </string> +</floater> |