more succinct relative dates

// FREEBIE
This commit is contained in:
Jake McGinty
2015-02-05 15:16:57 -08:00
parent 8031c788d9
commit 0fd52ad1fe
5 changed files with 62 additions and 19 deletions

View File

@@ -142,6 +142,9 @@
<!-- ConversationListItem -->
<string name="ConversationListItem_key_exchange_message">Key exchange message...</string>
<!-- DateUtils -->
<string name="DateUtils_now">Now</string>
<!-- ShareActivity -->
<string name="ShareActivity_share_with">Share with</string>
@@ -652,6 +655,13 @@
<string name="arrays__import_export">Import / export</string>
<string name="arrays__my_identity_key">My identity key</string>
<!-- plurals.xml -->
<string name="plurals__one_minute">%d min</string>
<string name="plurals__many_minutes">%d mins</string>
<string name="plurals__one_hour">%d hour</string>
<string name="plurals__many_hours">%d hours</string>
<!-- preferences.xml -->
<string name="preferences__general">General</string>
<string name="preferences__sms_mms">SMS and MMS</string>