Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8605AD137 for ; Mon, 6 Aug 2012 17:30:03 +0000 (UTC) Received: (qmail 50831 invoked by uid 500); 6 Aug 2012 17:30:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 50774 invoked by uid 500); 6 Aug 2012 17:30:03 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 50608 invoked by uid 99); 6 Aug 2012 17:30:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Aug 2012 17:30:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id BE1EB14281B for ; Mon, 6 Aug 2012 17:30:02 +0000 (UTC) Date: Mon, 6 Aug 2012 17:30:02 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: <2032141298.17513.1344274202784.JavaMail.jiratomcat@issues-vm> In-Reply-To: <864560085.97711.1343158354509.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (DERBY-5879) Fix problems in English messages disclosed by a localization audit. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-5879: --------------------------------- Attachment: derby-5879-08-aa-explainContext.diff Attaching derby-5879-08-aa-explainContext.diff. This makes various changes to the messages to clarify the context which translators need to do their job. Tests pass cleanly for me. Committed at subversion revision 1369889. Changes mostly fall into the following categories: 1) Comments added to messages. 2) String fragments replaced with hardcoded, non-translatable literals. Touches the following files: ------------- M java/tools/org/apache/derby/loc/toolsmessages.properties M java/engine/org/apache/derby/loc/messages.xml M java/shared/org/apache/derby/shared/common/reference/SQLState.java M java/drda/org/apache/derby/loc/drda/servlet_en.properties Changes to messages. ------------- M java/engine/org/apache/derby/impl/sql/execute/rts/RealSetOpResultSetStatistics.java M java/engine/org/apache/derby/iapi/types/DataType.java Corresponding changes to calling code. ------------- M java/testing/org/apache/derbyTesting/functionTests/master/dblook_test_territory.out M java/testing/org/apache/derbyTesting/functionTests/master/ij.out M java/testing/org/apache/derbyTesting/functionTests/master/setOpPlan.out M java/testing/org/apache/derbyTesting/functionTests/master/dblook_test.out Changes to test canons. > Fix problems in English messages disclosed by a localization audit. > ------------------------------------------------------------------- > > Key: DERBY-5879 > URL: https://issues.apache.org/jira/browse/DERBY-5879 > Project: Derby > Issue Type: Task > Affects Versions: 10.10.0.0 > Reporter: Rick Hillegas > Assignee: Rick Hillegas > Attachments: derby-5879-01-aa-multiLineToolsMessages.diff, derby-5879-02-aa-MessageIdmessages.diff, derby-5879-03-aa-SQLStatemessages.diff, derby-5879-04-aa-DRDAmessages.diff, derby-5879-05-aa-commentArguments.diff, derby-5879-05-ab-commentArguments.diff, derby-5879-06-aa-doNotTranslate.diff, derby-5879-06-ab-doNotTranslate.diff, derby-5879-07-aa-commentQueryPlanStrings.diff, derby-5879-08-aa-explainContext.diff > > > The team which is localizing the 10.9 messages would like to audit our existing messages to ensure that they are easy to translate. A quick glance at their audit results shows many issues in the following categories: > 1) Multi-line messages whose formatting confuses the translators. Translators tend to be language experts and not experts in the arcana of how Java properties files are formatted. I am hoping that these issues can be addressed by simply prefixing the multi-line messages with comments, explaining the arcane formatting. > 2) Grammar, punctuation, and capitalization problems. I think we should just clean these up. > I am filing this issue as a place to hold patches which address issues raised by the localization audit. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira