[ 
https://issues.apache.org/jira/browse/DERBY-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550057
 ] 

Tomohito Nakayama commented on DERBY-3267:
------------------------------------------

XJ045 needs modification.
 
                        <row>
                             <entry colname="col1">XJ045</entry>
-                            <entry colname="col2">Invalid or (currently) 
unsupported isolation level, '<varname>&lt;levelName&gt;</varname>', passed to 
Connection.setTransactionIsolationLevel(). The currently supported values are 
java.sql.Connection.TRANSACTION_SERIALIZABLE, 
java.sql.Connection.TRANSACTION_REPEATABLE_READ, 
java.sql.Connection.TRANSACTION_READ_COMMITTED, and 
java.sql.Connection.TRANSACTION_READ_UNCOMMITTED.</entry>
+                            <entry colname="col2">Invalid or (currently) 
unsupported isolation level, '<varname>&lt;levelName&gt;</varname>', passed to 
Connection.setTransactionIsolation(). The currently supported values are 
java.sql.Connection.TRANSACTION_SERIALIZABLE, 
java.sql.Connection.TRANSACTION_REPEATABLE_READ, 
java.sql.Connection.TRANSACTION_READ_COMMITTED, and 
java.sql.Connection.TRANSACTION_READ_UNCOMMITTED.</entry>
                         </row>

> There seems to be several error messages which are not translated into 
> Japanese
> -------------------------------------------------------------------------------
>
>                 Key: DERBY-3267
>                 URL: https://issues.apache.org/jira/browse/DERBY-3267
>             Project: Derby
>          Issue Type: Bug
>          Components: Localization
>            Reporter: Tomohito Nakayama
>
> During translating reference manual dita file, I found this problem.
> Messages which I found being not translated are as next.
>                         <row>
>                             <entry colname="col1">08004</entry>
>                             <entry colname="col2">User 
> '<varname>&lt;認証ID&gt;</varname>' cannot shut down database 
> '<varname>&lt;データベース名&gt;</varname>'. Only the database owner can perform 
> this operation.</entry>
>                         </row>
>                         <row>
>                             <entry colname="col1">08004</entry>
>                             <entry colname="col2">User 
> '<varname>&lt;認証ID&gt;</varname>' cannot (re)encrypt database 
> '<varname>&lt;データベース名&gt;</varname>'. Only the database owner can perform 
> this operation.</entry>
>                         </row>
>                         <row>
>                             <entry colname="col1">08004</entry>
>                             <entry colname="col2">User 
> '<varname>&lt;認証ID&gt;</varname>' cannot hard upgrade database 
> '<varname>&lt;データベース名&gt;</varname>'. Only the database owner can perform 
> this operation.</entry>
>                         </row>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to