You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Tomohito Nakayama (JIRA)" <ji...@apache.org> on 2007/05/14 15:26:18 UTC

[jira] Created: (DERBY-2643) Translation error in Japanese error message for 22014

Translation error in Japanese error message for 22014
-----------------------------------------------------

                 Key: DERBY-2643
                 URL: https://issues.apache.org/jira/browse/DERBY-2643
             Project: Derby
          Issue Type: Bug
            Reporter: Tomohito Nakayama


Error message for 22014 is as next in English.
 
The start position for LOCATE is invalid; it must be a positive integer. The index  to start the search from is '<varname>&lt;fromString&gt;</varname>'.  The string to search for is '<varname>&lt;startIndex&gt;</varname>'.  The string to search from is '<varname>&lt;searchString&gt;</varname>'.

In Japanese translated erorr message, the word "index" was translated as database object which was created by CREATE INDEX statement.

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


[jira] Updated: (DERBY-2643) The word index is not correctly translated into Japanese in someplaces

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomohito Nakayama updated DERBY-2643:
-------------------------------------

    Description: 
In some of Japanese translated erorr messages, the word "index" was translated as database object which was created by CREATE INDEX statement, though intended meaning of the word in original error messages was index number for parameter and so on.


Where I found problem.

Error message for 22014 : 
The start position for LOCATE is invalid; it must be a positive integer. The index  to start the search from is '<varname>&lt;fromString&gt;</varname>'.  The string to search for is '<varname>&lt;startIndex&gt;</varname>'.  The string to search from is '<varname>&lt;searchString&gt;</varname>'.

Error message for XJ091 :
Invalid argument: parameter index <varname>&lt;indexNumber&gt;</varname> is not an OUT or INOUT parameter.



  was:
Error message for 22014 is as next in English.
 
The start position for LOCATE is invalid; it must be a positive integer. The index  to start the search from is '<varname>&lt;fromString&gt;</varname>'.  The string to search for is '<varname>&lt;startIndex&gt;</varname>'.  The string to search from is '<varname>&lt;searchString&gt;</varname>'.

In Japanese translated erorr message, the word "index" was translated as database object which was created by CREATE INDEX statement.

        Summary: The word index is not correctly translated into Japanese in someplaces  (was: Translation error in Japanese error message for 22014)

> The word index is not correctly translated into Japanese in someplaces
> ----------------------------------------------------------------------
>
>                 Key: DERBY-2643
>                 URL: https://issues.apache.org/jira/browse/DERBY-2643
>             Project: Derby
>          Issue Type: Bug
>          Components: Localization
>            Reporter: Tomohito Nakayama
>
> In some of Japanese translated erorr messages, the word "index" was translated as database object which was created by CREATE INDEX statement, though intended meaning of the word in original error messages was index number for parameter and so on.
> Where I found problem.
> Error message for 22014 : 
> The start position for LOCATE is invalid; it must be a positive integer. The index  to start the search from is '<varname>&lt;fromString&gt;</varname>'.  The string to search for is '<varname>&lt;startIndex&gt;</varname>'.  The string to search from is '<varname>&lt;searchString&gt;</varname>'.
> Error message for XJ091 :
> Invalid argument: parameter index <varname>&lt;indexNumber&gt;</varname> is not an OUT or INOUT parameter.

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


[jira] Updated: (DERBY-2643) Translation error in Japanese error message for 22014

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel John Debrunner updated DERBY-2643:
-----------------------------------------

    Component/s: Localization

> Translation error in Japanese error message for 22014
> -----------------------------------------------------
>
>                 Key: DERBY-2643
>                 URL: https://issues.apache.org/jira/browse/DERBY-2643
>             Project: Derby
>          Issue Type: Bug
>          Components: Localization
>            Reporter: Tomohito Nakayama
>
> Error message for 22014 is as next in English.
>  
> The start position for LOCATE is invalid; it must be a positive integer. The index  to start the search from is '<varname>&lt;fromString&gt;</varname>'.  The string to search for is '<varname>&lt;startIndex&gt;</varname>'.  The string to search from is '<varname>&lt;searchString&gt;</varname>'.
> In Japanese translated erorr message, the word "index" was translated as database object which was created by CREATE INDEX statement.

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


[jira] Commented: (DERBY-2643) Translation error in Japanese error message for 22014

Posted by "Tomohito Nakayama (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500904 ] 

Tomohito Nakayama commented on DERBY-2643:
------------------------------------------

I found resembling problem for message of XJ091

> Translation error in Japanese error message for 22014
> -----------------------------------------------------
>
>                 Key: DERBY-2643
>                 URL: https://issues.apache.org/jira/browse/DERBY-2643
>             Project: Derby
>          Issue Type: Bug
>          Components: Localization
>            Reporter: Tomohito Nakayama
>
> Error message for 22014 is as next in English.
>  
> The start position for LOCATE is invalid; it must be a positive integer. The index  to start the search from is '<varname>&lt;fromString&gt;</varname>'.  The string to search for is '<varname>&lt;startIndex&gt;</varname>'.  The string to search from is '<varname>&lt;searchString&gt;</varname>'.
> In Japanese translated erorr message, the word "index" was translated as database object which was created by CREATE INDEX statement.

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