Révision 498
| tmp/org.txm.core/src/java/org/txm/core/messages/TXMCoreMessages.java (revision 498) | ||
|---|---|---|
| 138 | 138 |
public static String GroovyImportScriptRunner_1; |
| 139 | 139 |
public static String GroovyImportScriptRunner_3; |
| 140 | 140 |
public static String INT_VECTOR_ADDED_TO_WORKSPACE; |
| 141 |
public static String InternalView_3; |
|
| 142 |
public static String InternalView_6; |
|
| 143 |
public static String InternalView_7; |
|
| 141 |
|
|
| 144 | 142 |
public static String LEXICON; |
| 145 | 143 |
public static String LEXICON_ADDED; |
| 146 | 144 |
public static String MATRIX_ADDED_TO_WORKSPACE; |
| tmp/org.txm.core/src/java/org/txm/core/messages/messages_fr.properties (revision 498) | ||
|---|---|---|
| 142 | 142 |
|
| 143 | 143 |
INT_VECTOR_ADDED_TO_WORKSPACE = Le vecteur "{1}" ({0,number,integer} valeurs numériques "entières") a été transmis au Moteur Statistique.
|
| 144 | 144 |
|
| 145 |
InternalView_3 = \ Information des structures : |
|
| 146 |
InternalView_6 = InternalView: erreur lors de la récupération des valeurs des propriétés de structure |
|
| 147 |
InternalView_7 = \ No d'informations sur les structures |
|
| 148 |
|
|
| 149 | 145 |
LEXICON = Lexique |
| 150 | 146 |
|
| 151 | 147 |
LEXICON_ADDED = Le lexique "{1}" ({0,number,integer} entrées) a été transmis au Moteur Statistique.
|
| tmp/org.txm.core/src/java/org/txm/core/messages/messages.properties (revision 498) | ||
|---|---|---|
| 148 | 148 |
|
| 149 | 149 |
INT_VECTOR_ADDED_TO_WORKSPACE = Vector "{1}" ({0,number,integer} "int") transmitted to Statistics Engine.
|
| 150 | 150 |
|
| 151 |
InternalView_3 = \ Structure informations: |
|
| 152 |
InternalView_6 = InternalView: failed to retrieve struct properties values: |
|
| 153 |
InternalView_7 = \ No structure informations |
|
| 154 | 151 |
|
| 155 | 152 |
LEXICON = Lexicon |
| 156 | 153 |
|
| tmp/org.txm.core/res/org/txm/xml/xsl/tei/tei.css (revision 498) | ||
|---|---|---|
| 152 | 152 |
right : 5px; |
| 153 | 153 |
color: #FFFFFF; |
| 154 | 154 |
font-family : Arial, Helvetica, sans-serif; |
| 155 |
font-size : 0.8em; |
|
| 155 |
font-size : 0.8.0em;
|
|
| 156 | 156 |
font-weight : bold; |
| 157 | 157 |
text-decoration: none; |
| 158 | 158 |
} |
| ... | ... | |
| 213 | 213 |
.footer {
|
| 214 | 214 |
text-align : center; |
| 215 | 215 |
font-family: Arial,Helvetica,sans-serif; |
| 216 |
font-size : 0.8em; |
|
| 216 |
font-size : 0.8.0em;
|
|
| 217 | 217 |
} |
| 218 | 218 |
|
| 219 | 219 |
|
| ... | ... | |
| 225 | 225 |
padding-right : 5px; |
| 226 | 226 |
font-family: Arial,Helvetica,sans-serif; |
| 227 | 227 |
font-weight : bold; |
| 228 |
font-size : 0.8em; |
|
| 228 |
font-size : 0.8.0em;
|
|
| 229 | 229 |
} |
| 230 | 230 |
|
| 231 | 231 |
ul.breadcrumb |
| ... | ... | |
| 263 | 263 |
font-family: arial, sans-serif; |
| 264 | 264 |
color: #FFFFFF; |
| 265 | 265 |
font-weight : bold; |
| 266 |
font-size : 0.8em; |
|
| 266 |
font-size : 0.8.0em;
|
|
| 267 | 267 |
text-decoration: none; |
| 268 | 268 |
padding-right : 15px; |
| 269 | 269 |
} |
| tmp/org.txm.core/res/org/txm/xml/xsl/tei/fo2/tei-param.xsl (revision 498) | ||
|---|---|---|
| 550 | 550 |
</desc> |
| 551 | 551 |
</doc> |
| 552 | 552 |
<xsl:param name="footnoteSize"> |
| 553 |
<xsl:value-of select="$bodyMaster * 0.8"/> |
|
| 553 |
<xsl:value-of select="$bodyMaster * 0.8.0"/>
|
|
| 554 | 554 |
</xsl:param> |
| 555 | 555 |
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" class="style" type="string"> |
| 556 | 556 |
<desc> |
| tmp/org.txm.core/res/org/txm/xml/xsl/tei/latex2/tei-param.xsl (revision 498) | ||
|---|---|---|
| 191 | 191 |
as a proportion of the page width. |
| 192 | 192 |
</desc> |
| 193 | 193 |
</doc> |
| 194 |
<xsl:param name="tableMaxWidth">0.85</xsl:param> |
|
| 194 |
<xsl:param name="tableMaxWidth">0.8.05</xsl:param>
|
|
| 195 | 195 |
|
| 196 | 196 |
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" class="layout" type="boolean"> |
| 197 | 197 |
<desc> |
| tmp/org.txm.core/META-INF/MANIFEST.MF (revision 498) | ||
|---|---|---|
| 2 | 2 |
Bundle-ManifestVersion: 2 |
| 3 | 3 |
Bundle-Name: TXM Core Toolbox |
| 4 | 4 |
Bundle-SymbolicName: org.txm.core;singleton:=true |
| 5 |
Bundle-Version: 0.7.9.qualifier
|
|
| 5 |
Bundle-Version: 0.8.0.qualifier
|
|
| 6 | 6 |
Bundle-Activator: org.txm.toolbox.Activator |
| 7 | 7 |
Require-Bundle: org.txm.libs.groovy-all;bundle-version="1.0.0";visibility:=reexport, |
| 8 | 8 |
org.eclipse.core.runtime;bundle-version="3.10.0";visibility:=reexport, |
Formats disponibles : Unified diff