home *** CD-ROM | disk | FTP | other *** search
- /* Presented when user typed illegal characters
- No valid object */
- "Invalid number" = "Numero non valido";
-
- /* Presented when user value smaller than minimum */
- "Fell short of minimum" = "Valore inferiore al minimo";
-
- /* Presented when user value larger than maximum */
- "Maximum exceeded" = " Valore superiore al massimo";
-
- /* Presented when value is a float, but floats not allowed */
- "Floating Point not allowed" = " Virgola mobile non ammessa";
-
- /* Presented when string cannot be converted to an NSDate */
- "Invalid date string" = " Stringa non valida per la data ";
-