summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:02:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 16:02:37 +0000
commit52a7b20aa797e1102105f84a001c7d5705192b36 (patch)
tree0c0b985a414e85811c17b0f8da22932beabc6551 /scripting
parent04fa2f10a28e6b72713fd85b2ceab08fc9d16bdf (diff)
INTEGRATION: CWS sdfcreater (1.2.30); FILE MERGED
2006/07/24 11:49:41 ihi 1.2.30.1: #i34408# Skip useless translations
Diffstat (limited to 'scripting')
-rwxr-xr-xscripting/workben/installer/Scripting.JavaScript.xcu1
-rw-r--r--scripting/workben/installer/Scripting.xcs16
2 files changed, 11 insertions, 6 deletions
diff --git a/scripting/workben/installer/Scripting.JavaScript.xcu b/scripting/workben/installer/Scripting.JavaScript.xcu
index 388548e2ba0a..562189acc93d 100755
--- a/scripting/workben/installer/Scripting.JavaScript.xcu
+++ b/scripting/workben/installer/Scripting.JavaScript.xcu
@@ -3,6 +3,7 @@
<node oor:name="ScriptRuntimes">
<node oor:name="JavaScript" oor:op="replace">
<prop oor:name="SupportedFileExtensions">
+ <value xml:lang="x-no-translate">js</value>
<value xml:lang="en-US">js</value>
</prop>
</node>
diff --git a/scripting/workben/installer/Scripting.xcs b/scripting/workben/installer/Scripting.xcs
index a38f0121d84b..50a7d69a1423 100644
--- a/scripting/workben/installer/Scripting.xcs
+++ b/scripting/workben/installer/Scripting.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: Scripting.xcs,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:46:13 $
+ * last change: $Author: hr $ $Date: 2006-08-14 17:02:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,16 +37,19 @@
<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Scripting" oor:package="org.openoffice.Office" xml:lang="en-US">
<info>
<author>DF</author>
- <desc xml:lang="en-US">Contains the various settings needed by the Scripting Framework and its runtimes.</desc>
+ <desc xml:lang="x-no-translate"></desc>
+ <desc xml:lang="en-US">Contains the various settings needed by the Scripting Framework and its runtimes.</desc>
</info>
<templates>
<group oor:name="RuntimeNode">
<info>
- <desc xml:lang="en-US">Specifies the runtimes available to the Scriptying Framework.</desc>
+ <desc xml:lang="x-no-translate"></desc>
+ <desc xml:lang="en-US">Specifies the runtimes available to the Scriptying Framework.</desc>
</info>
<prop oor:name="SupportedFileExtensions" oor:type="oor:string-list">
<info>
- <desc xml:lang="en-US">Lists the file extensions that are recognized by this runtime.</desc>
+ <desc xml:lang="x-no-translate"></desc>
+ <desc xml:lang="en-US">Lists the file extensions that are recognized by this runtime.</desc>
</info>
</prop>
</group>
@@ -54,7 +57,8 @@
<component>
<set oor:name="ScriptRuntimes" oor:node-type="RuntimeNode">
<info>
- <desc xml:lang="en-US">Lists the registered Scripting Framework runtimes.</desc>
+ <desc xml:lang="x-no-translate"></desc>
+ <desc xml:lang="en-US">Lists the registered Scripting Framework runtimes.</desc>
</info>
</set>
</component>