Added language var wcf.global.loading
authorSebastian Öttl <sebastian.oettl@wcfsolutions.com>
Thu, 28 Jul 2011 15:08:35 +0000 (17:08 +0200)
committerSebastian Öttl <sebastian.oettl@wcfsolutions.com>
Thu, 28 Jul 2011 15:08:35 +0000 (17:08 +0200)
wcfsetup/install/files/acp/templates/header.tpl
wcfsetup/install/files/js/WCF.js
wcfsetup/install/lang/de-informal.xml
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 0ce6b7dde71504bec9d8c73c926ecc0f022ac0a5..db028e089fb729e683366cfa3d264d0d3e90bca0 100644 (file)
@@ -51,6 +51,7 @@
                        {/if}
                        
                        WCF.Language.addObject({
+                               'wcf.global.loading': '{lang}wcf.global.loading{/lang}',
                                'wcf.global.date.relative.minutes': '{capture assign=relativeMinutes}{lang}wcf.global.date.relative.minutes{/lang}{/capture}{@$relativeMinutes|encodeJS}',
                                'wcf.global.date.relative.hours': '{capture assign=relativeHours}{lang}wcf.global.date.relative.hours{/lang}{/capture}{@$relativeHours|encodeJS}',
                                'wcf.global.date.relative.pastDays': '{capture assign=relativePastDays}{lang}wcf.global.date.relative.pastDays{/lang}{/capture}{@$relativePastDays|encodeJS}',
index 198555b9b2aae0bc0ff70ffccaeedd9ff130980f..5b2b416426d3b2c0155b2c11e948b8c1112de432 100644 (file)
@@ -513,7 +513,7 @@ WCF.Action.Proxy.prototype = {
                        this.options.init();
                }
                
-               $('<div id="actionProxyLoading" style="display: none;">Loading …</div>').appendTo($('body'));
+               $('<div id="actionProxyLoading" style="display: none;">'+WCF.Language.get('wcf.global.loading')+'</div>').appendTo($('body'));
                this.loading = $('#actionProxyLoading');
                this.loading.wcfDropIn();
        },
index d5753cba0038004b530cbf84de1dc79ce714fd05..2960f007a17c0b92226cf8e81f2a7ce8afeefd23 100644 (file)
                <item name="wcf.global.language.tr"><![CDATA[Türkisch]]></item>
                <item name="wcf.global.language.zh-CN"><![CDATA[Chinesisch (vereinfacht)]]></item>
                <item name="wcf.global.language.zh-TW"><![CDATA[Chinesisch (traditionell)]]></item>
+               <item name="wcf.global.loading"><![CDATA[Lädt …]]></item>
                <item name="wcf.global.locale.unix"><![CDATA[de_DE]]></item>
                <item name="wcf.global.locale.win"><![CDATA[deu_deu]]></item>
                <item name="wcf.global.multiSelect"><![CDATA[Mehrfache Markierungen sind durch zusätzliches Drücken der Taste &raquo;Strg/Ctrl&laquo; (Windows) oder &raquo;Befehl/Command&laquo; (Mac OS) möglich.]]></item>
index e2937f2bfb943a6bc3db806de8ad946b5a33b355..0c18b2afdaba20c0bf276b4b522005579efa6de6 100644 (file)
                <item name="wcf.global.language.tr"><![CDATA[Türkisch]]></item>
                <item name="wcf.global.language.zh-CN"><![CDATA[Chinesisch (vereinfacht)]]></item>
                <item name="wcf.global.language.zh-TW"><![CDATA[Chinesisch (traditionell)]]></item>
+               <item name="wcf.global.loading"><![CDATA[Lädt …]]></item>
                <item name="wcf.global.locale.unix"><![CDATA[de_DE]]></item>
                <item name="wcf.global.locale.win"><![CDATA[deu_deu]]></item>
                <item name="wcf.global.multiSelect"><![CDATA[Mehrfache Markierungen sind durch zusätzliches Drücken der Taste &raquo;Strg/Ctrl&laquo; (Windows) oder &raquo;Befehl/Command&laquo; (Mac OS) möglich.]]></item>
index 8840e62940a3719fec0315f7b68ac62992413148..0cd1c77aebd5b83279394bf92c5e75dc1f753025 100644 (file)
                <item name="wcf.global.language.tr"><![CDATA[Turkish]]></item>
                <item name="wcf.global.language.zh-CN"><![CDATA[Chinese (Simplified)]]></item>
                <item name="wcf.global.language.zh-TW"><![CDATA[Chinese (Traditional)]]></item>
+               <item name="wcf.global.loading"><![CDATA[Loading \85]]></item>
                <item name="wcf.global.locale.unix"><![CDATA[en_US]]></item> <!-- system variable; do not translate -->
                <item name="wcf.global.locale.win"><![CDATA[english]]></item> <!-- system variable; do not translate -->
                <item name="wcf.global.multiSelect"><![CDATA[Multiple items can be selected by holding the &quot;Ctrl/Shift&quot; key (Windows) or &quot;Command&quot; (Mac OS) key and clicking the items required.]]></item>