8003262: reverse translation required changes in xalan resource bundles
Reviewed-by: lancea, dfuchs
This commit is contained in:
parent
2a53ccda4d
commit
ea3f63b096
@ -471,7 +471,13 @@ public class XSLTErrorResources extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_de extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_de extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_es extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_es extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_fr extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_fr extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_it extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_it extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_ja extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_ja extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_ko extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_ko extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_pt_BR extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_pt_BR extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_sv extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_sv extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_zh_CN extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_zh_CN extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -471,7 +471,13 @@ public class XSLTErrorResources_zh_TW extends ListResourceBundle
|
||||
|
||||
// Error messages...
|
||||
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/** Error message ID that has a null message, but takes in a single object. */
|
||||
{"ER0000" , "{0}" },
|
||||
@ -1412,13 +1418,6 @@ public class XSLTErrorResources_zh_TW extends ListResourceBundle
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The int to message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
// ================= INFRASTRUCTURE ======================
|
||||
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"More than one stylesheet defined in the same file."},
|
||||
|
||||
@ -1012,12 +1018,5 @@ public class ErrorMessages extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_ca extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"S'ha definit m\u00e9s d'un full d'estils en el mateix fitxer."},
|
||||
|
||||
@ -853,12 +859,5 @@ public class ErrorMessages_ca extends ListResourceBundle {
|
||||
"FEATURE_SECURE_PROCESSING: Cannot set the feature to false when security manager is present."}
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_cs extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"V\u00edce ne\u017e jedna p\u0159edloha stylu je definov\u00e1na ve stejn\u00e9m souboru."},
|
||||
|
||||
@ -853,12 +859,5 @@ public class ErrorMessages_cs extends ListResourceBundle {
|
||||
"FEATURE_SECURE_PROCESSING: Cannot set the feature to false when security manager is present."}
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_de extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"Mehrere Stylesheets in derselben Datei definiert."},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_de extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_es extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"Se ha definido m\u00E1s de una hoja de estilo en el mismo archivo."},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_es extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_fr extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"Plusieurs feuilles de style d\u00E9finies dans le m\u00EAme fichier."},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_fr extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_it extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"Sono stati definiti pi\u00F9 fogli di stile nello stesso file."},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_it extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_ja extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"\u540C\u3058\u30D5\u30A1\u30A4\u30EB\u306B\u8907\u6570\u306E\u30B9\u30BF\u30A4\u30EB\u30B7\u30FC\u30C8\u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u3059\u3002"},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_ja extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_ko extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"\uB3D9\uC77C\uD55C \uD30C\uC77C\uC5D0 \uC2A4\uD0C0\uC77C\uC2DC\uD2B8\uAC00 \uB450 \uAC1C \uC774\uC0C1 \uC815\uC758\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_ko extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_pt_BR extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"Mais de uma folha de estilos definida no mesmo arquivo."},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_pt_BR extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_sk extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"Viac ne\u017e jeden \u0161t\u00fdl dokumentu bol definovan\u00fd v rovnakom s\u00fabore."},
|
||||
|
||||
@ -853,12 +859,5 @@ public class ErrorMessages_sk extends ListResourceBundle {
|
||||
"FEATURE_SECURE_PROCESSING: Cannot set the feature to false when security manager is present."}
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_sv extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"Fler \u00E4n en formatmall har definierats i samma fil."},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_sv extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_zh_CN extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"\u540C\u4E00\u6587\u4EF6\u4E2D\u5B9A\u4E49\u4E86\u591A\u4E2A\u6837\u5F0F\u8868\u3002"},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_zh_CN extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,13 @@ public class ErrorMessages_zh_TW extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
{ErrorMsg.MULTIPLE_STYLESHEET_ERR,
|
||||
"\u76F8\u540C\u6A94\u6848\u4E2D\u5B9A\u7FA9\u4E86\u8D85\u904E\u4E00\u500B\u6A23\u5F0F\u8868\u3002"},
|
||||
|
||||
@ -964,12 +970,5 @@ public class ErrorMessages_zh_TW extends ListResourceBundle {
|
||||
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"Use of the extension element ''{0}'' is not allowed when the secure processing feature is set to true."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -79,7 +79,13 @@ public class ErrorMessages_ca extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -223,13 +229,6 @@ public class ErrorMessages_ca extends ListResourceBundle {
|
||||
"No s''ha pogut resoldre la refer\u00e8ncia d''URI ''{0}''."}
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -79,7 +79,13 @@ public class ErrorMessages_cs extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -223,13 +229,6 @@ public class ErrorMessages_cs extends ListResourceBundle {
|
||||
"Nelze p\u0159elo\u017eit odkazy URI ''{0}''."}
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_de extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_de extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"Verwendung des Erweiterungselements \"{0}\" ist nicht zul\u00E4ssig, wenn das Feature f\u00FCr die sichere Verarbeitung auf \"true\" gesetzt ist."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_es extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_es extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"El uso del elemento de extensi\u00F3n ''{0}'' no est\u00E1 permitido cuando la funci\u00F3n de procesamiento seguro se ha definido en true."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_fr extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_fr extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"L''utilisation de l''\u00E9l\u00E9ment d''extension ''{0}'' n''est pas autoris\u00E9e lorsque la fonctionnalit\u00E9 de traitement s\u00E9curis\u00E9 est d\u00E9finie sur True."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_it extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_it extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"Non \u00E8 consentito utilizzare l''elemento di estensione ''{0}'' se la funzione di elaborazione sicura \u00E8 impostata su true."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_ja extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_ja extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"\u30BB\u30AD\u30E5\u30A2\u51E6\u7406\u6A5F\u80FD\u304Ctrue\u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u308B\u3068\u304D\u3001\u62E1\u5F35\u8981\u7D20''{0}''\u306E\u4F7F\u7528\u306F\u8A31\u53EF\u3055\u308C\u307E\u305B\u3093\u3002"},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_ko extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_ko extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"\uBCF4\uC548 \uCC98\uB9AC \uAE30\uB2A5\uC774 true\uB85C \uC124\uC815\uB41C \uACBD\uC6B0 \uD655\uC7A5 \uC694\uC18C ''{0}''\uC744(\uB97C) \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_pt_BR extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_pt_BR extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"O uso do elemento da extens\u00E3o ''{0}'' n\u00E3o ser\u00E1 permitido quando o recurso de processamento seguro for definido como verdadeiro."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -79,7 +79,13 @@ public class ErrorMessages_sk extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -223,13 +229,6 @@ public class ErrorMessages_sk extends ListResourceBundle {
|
||||
"Nebolo mo\u017en\u00e9 rozl\u00ed\u0161i\u0165 referenciu URI ''{0}''."}
|
||||
};
|
||||
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_sv extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_sv extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"Anv\u00E4ndning av till\u00E4ggselementet ''{0}'' \u00E4r inte till\u00E5tet n\u00E4r s\u00E4ker bearbetning till\u00E4mpas."},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_zh_CN extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_zh_CN extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"\u5F53\u5B89\u5168\u5904\u7406\u529F\u80FD\u8BBE\u7F6E\u4E3A\u201C\u771F\u201D\u65F6, \u4E0D\u5141\u8BB8\u4F7F\u7528\u6269\u5C55\u5143\u7D20 ''{0}''\u3002"},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -81,7 +81,13 @@ public class ErrorMessages_zh_TW extends ListResourceBundle {
|
||||
*/
|
||||
|
||||
// These message should be read from a locale-specific resource bundle
|
||||
private static final Object[][] _contents = new Object[][] {
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return new Object[][] {
|
||||
|
||||
/*
|
||||
* Note to translators: the substitution text in the following message
|
||||
@ -276,13 +282,6 @@ public class ErrorMessages_zh_TW extends ListResourceBundle {
|
||||
{BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
|
||||
"\u7576\u5B89\u5168\u8655\u7406\u529F\u80FD\u8A2D\u70BA\u771F\u6642\uFF0C\u4E0D\u5141\u8A31\u4F7F\u7528\u64F4\u5145\u5957\u4EF6\u5143\u7D20 ''{0}''\u3002"},
|
||||
};
|
||||
/** Get the lookup table for error messages.
|
||||
*
|
||||
* @return The message lookup table.
|
||||
*/
|
||||
public Object[][] getContents()
|
||||
{
|
||||
return _contents;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user