jmitchell    2002/11/03 21:51:31

  Modified:    src/example/org/apache/struts/webapp/example
                        ApplicationResources_ja.properties
  Log:
  Synchronize the example application (keys)
  
  Revision  Changes    Path
  1.2       +21 -0     
jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationResources_ja.properties
  
  Index: ApplicationResources_ja.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/src/example/org/apache/struts/webapp/example/ApplicationResources_ja.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplicationResources_ja.properties        30 Nov 2001 02:12:00 -0000      1.1
  +++ ApplicationResources_ja.properties        4 Nov 2002 05:51:31 -0000       1.2
  @@ -2,6 +2,9 @@
   button.confirm=\u78ba\u8a8d
   button.reset=\u30ea\u30bb\u30c3\u30c8
   button.save=\u4fdd\u5b58
  +
  +
  +
   database.load= {0} 
\u304b\u3089\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u30ed\u30fc\u30c9\u3067\u304d\u307e\u305b\u3093\u3002
   
error.database.missing=<li>\u30e6\u30fc\u30b6\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002\u30ed\u30b0\u30aa\u30f3\u306e\u8a8d\u8a3c\u304c\u51fa\u6765\u307e\u305b\u3093\u3002</li>
   
error.fromAddress.format=<li>From\u30a2\u30c9\u30ec\u30b9\u306e\u66f8\u5f0f\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002</li>
  @@ -9,6 +12,7 @@
   
error.fullName.required=<li>\u30d5\u30eb\u30cd\u30fc\u30e0\u304c\u5fc5\u8981\u3067\u3059\u3002</li>
   
error.host.required=<li>\u30e1\u30fc\u30eb\u30b5\u30fc\u30d0\u304c\u5fc5\u8981\u3067\u3059\u3002</li>
   error.noSubscription=<li>No Subscription bean in user session</li>
  +error.password.expired=Your password has expired for username {0}
   
error.password.required=<li>\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059\u3002</li>
   
error.password2.required=<li>\u30d1\u30b9\u30ef\u30fc\u30c9(\u78ba\u8a8d\u7528)\u304c\u5fc5\u8981\u3067\u3059\u3002</li>
   
error.password.match=<li>\u30d1\u30b9\u30ef\u30fc\u30c9\u3068\u78ba\u8a8d\u7528\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002</li>
  @@ -22,6 +26,7 @@
   errors.footer=</ul><hr>
   errors.header=<h3><font 
color="red">\u5165\u529b\u30c1\u30a7\u30c3\u30af\u30a8\u30e9\u30fc</font></h3>\u4ee5\u4e0b\u306e\u30a8\u30e9\u30fc\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044:<ul>
   errors.ioException=I/O\u4f8b\u5916\u304c\u767a\u751f\u3057\u307e\u3057\u305f: {0}
  +expired.password=User Password has expired for {0}
   heading.autoConnect=\u81ea\u52d5\u63a5\u7d9a
   heading.subscriptions=\u73fe\u5728\u306e\u8cfc\u8aad\u60c5\u5831
   heading.host=\u30db\u30b9\u30c8\u540d
  @@ -63,3 +68,19 @@
   
subscription.title.create=\u30e1\u30fc\u30eb\u8cfc\u8aad\u60c5\u5831\u306e\u65b0\u898f\u4f5c\u6210
   
subscription.title.delete=\u30e1\u30fc\u30eb\u8cfc\u8aad\u60c5\u5831\u306e\u524a\u9664
   subscription.title.edit=\u30e1\u30fc\u30eb\u8cfc\u8aad\u60c5\u5831\u306e\u7de8\u96c6
  +
  +# Standard error messages for validator framework checks
  +errors.required={0} is required.
  +errors.minlength={0} cannot be less than {1} characters.
  +errors.maxlength={0} cannot be greater than {2} characters.
  +errors.invalid={0} is invalid.
  +errors.byte={0} must be an byte.
  +errors.short={0} must be an short.
  +errors.integer={0} must be an integer.
  +errors.long={0} must be an long.
  +errors.float={0} must be an float.
  +errors.double={0} must be an double.
  +errors.date={0} is not a date.
  +errors.range={0} is not in the range {1} through {2}.
  +errors.creditcard={0} is not a valid credit card number.
  +errors.email={0} is an invalid e-mail address.
  
  
  

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to