summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-it-rIT
Commit message (Collapse)AuthorAgeFilesLines
* Move map center resources out of arrays.xml.Eric Fischer2012-03-191-0/+0
| | | | | | | | Having them in the same file means that the translation importer will in some cases try to override the files that were manually added for each locale. Change-Id: Ie34106d08aacdbddb0c1005fb511f2018db93800
* Make the date formats as close as possible to what the translators wanted.Eric Fischer2009-07-221-147/+0
| | | | | Remove all the country-specific files that are exactly the same as the language files, and several unverified country-specific files.
* Fix a few more blatantly wrong date formats.Eric Fischer2009-06-221-2/+7
| | | | | | Make punctuation in German and Italian numeric formats self-consistent. Add missing long standalone Italian month names. Fix doubled month words in Japanese, Chinese, and Korean.
* Work around the Czech lack of abbreviated month names.Eric Fischer2009-06-181-0/+1
| | | | | Make the date formats that want abbreviated month names use either the full name or a numeric format.
* Make the date format preference work again.Eric Fischer2009-06-121-0/+1
| | | | | | | | | | | | | It is only used for numeric dates -- spelled-out dates have such a complex variety of formats that they can only be meaningfully formatted from locale strings. In addition, the preference is left null when initializing, on the assumption that the locale will still specify a more useful numeric format than we can guess as part of a build-wide configuration. But if the user has specified a format, the date will be formatted in the order they asked for, with locale-appropriate punctuation substituted in.
* Hook the 12- or 24-hour time format checkbox back up.Eric Fischer2009-06-111-0/+2
| | | | | | The format strings are newly generated from CLDR. The code is once again the same as in cupcake: do the natural thing for the locale if the user has never specified, but follow the checkbox if the user has ever set it.
* Fix some 12- vs 24-hour problems in the FormatDateRange strings.Eric Fischer2009-06-101-2/+3
| | | | | | | | | | | | | Use a resource instead of a hardcoded string for the 24-hour format since it is not exactly the same in every locale. Make sure the 12-hour format is actually for a 12-hour clock, even in locales where this is not a normal thing to do. In the cap_ampm version, do not have it try to capitalize "am" and "pm" if these are non-ASCII strings, since strftime() doesn't know about Unicode and will mess it up. Add a comment so that people don't think the YEAR_IN_MILLIS constant is actually the length of any real year.
* Get the FormatDateRange tests passing again.Eric Fischer2009-06-091-4/+4
| | | | | | This fixes a few places that were accidentally using the wrong numbered parameter in the format call. It also makes other adjustments so that the formats for English are exactly the same as they were in Cupcake.
* Regenerate all the date and time interval formats from CLDR data.Eric Fischer2009-06-091-0/+34
|
* Start using CLDR for some date-and-time strings and formats.Eric Fischer2009-05-151-0/+103
| | | | | | | | | | | | | | | | | | | | | | | Use java.text.DateFormat where possible, since that is already using the CLDR data for the things it supports. Remove an unused date format object from DatePickerDialog. Add a new method for getting the standalone month names from applications, although @hidden for now because it is an API change. Pass the standalone month names down to native code in Time so that tztime's strftime() can use them. And then the bulk of the change: replace all the names for the months and the days of the week, and AM and PM, and yesterday, today, and tomorrow, with strings from CLDR. And replace several of the date format strings with ones derived from CLDR, but reformatted to use strftime() style instead of SimpleDateFormat style. All these resource changes go into new donottranslate-cldr.xml files and are removed from strings.xml so that they aren't part of the normal translation process and the translators don't have to bother with them (and risk messing them up).
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+32
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-32/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+32
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-818/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+818