mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Restore the date format strings
This commit is contained in:
parent
deaea2d865
commit
8b99b5886e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user