Restore the date format strings

This commit is contained in:
cketti 2011-02-14 08:07:14 +01:00
parent deaea2d865
commit 8b99b5886e
1 changed files with 4 additions and 4 deletions

View File

@ -867,10 +867,10 @@ Benvingut a la configuració del K-9. El K-9 és un client de codi obert per An
The values of the date_format_* strings MUST be valid date format strings.
See Android SDK documentation for the class SimpleDateFormat.
-->
<string name="date_format_short">CURT</string>
<string name="date_format_medium">MITJÀ</string>
<string name="date_format_common">dd-MMM-aaaa</string>
<string name="date_format_iso8601">aaaa-MM-dd</string>
<string name="date_format_short">SHORT</string>
<string name="date_format_medium">MEDIUM</string>
<string name="date_format_common">dd-MMM-yyyy</string>
<string name="date_format_iso8601">yyyy-MM-dd</string>
<string name="batch_ops">Operacions en lot</string>
<string name="batch_delete_op">Esborra les seleccions</string>