1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-25 00:58:50 -05:00

remove a couple mistakenly translated strings from date formats

This commit is contained in:
Jesse Vincent 2011-01-03 03:56:39 +00:00
parent f933a471c8
commit 4ab519664a
2 changed files with 0 additions and 4 deletions

View File

@ -844,8 +844,6 @@ Bem-vindo à configuração do K-9 Mail. K-9 é um cliente de e-mail com código
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">CURTO</string>
<string name="date_format_medium">MÉDIO</string>
<string name="date_format_common">dd-MMM-yyyy</string>
<string name="date_format_iso8601">yyyy-MM-dd</string>

View File

@ -804,8 +804,6 @@
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">短格式</string>
<string name="date_format_medium">普通格式</string>
<string name="date_format_common">dd-MMM-yyyy</string>
<string name="date_format_iso8601">yyyy-MM-dd</string>