Added ja_JP postcode validator strings
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2d41d857 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2d41d857 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/2d41d857 Branch: refs/heads/develop Commit: 2d41d857e14a9bce839285c8bb73da801b2c0877 Parents: 8b9c4a6 Author: Justin Mclean <[email protected]> Authored: Mon Mar 18 12:42:26 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Mon Mar 18 12:42:26 2013 +1100 ---------------------------------------------------------------------- .../apache/bundles/ja_JP/apache.properties | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2d41d857/frameworks/projects/apache/bundles/ja_JP/apache.properties ---------------------------------------------------------------------- diff --git a/frameworks/projects/apache/bundles/ja_JP/apache.properties b/frameworks/projects/apache/bundles/ja_JP/apache.properties index 29940f7..b4f471e 100644 --- a/frameworks/projects/apache/bundles/ja_JP/apache.properties +++ b/frameworks/projects/apache/bundles/ja_JP/apache.properties @@ -16,3 +16,9 @@ ## limitations under the License. ## ################################################################################ + +#PostCodeValidator +invalidCharPostcodeError=éµä¾¿çªå·ã«ç¡å¹ãªæåãå«ã¾ãã¦ãã¾ã +wrongLengthPostcodeError=éµä¾¿çªå·ã®é·ããæ£ããããã¾ãã +wrongFormatPostcodeError=éµä¾¿çªå·ã®æ¸å¼ãæ£ããããã¾ãã +incorrectFormatPostcodeError=éµä¾¿çªå·ã®æ¸å¼æå®æååãæ£ããããã¾ãã \ No newline at end of file
