mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 16:19:33 +01:00
Pluralize time strings.
This commit is contained in:
committed by
Greyson Parrelli
parent
7542614580
commit
83aee4a084
@@ -927,8 +927,16 @@
|
||||
<string name="DateUtils_tomorrow">Tomorrow</string>
|
||||
<!-- Used in the context: Tonight at 9:00pm for example. Specifically this is after 7pm -->
|
||||
<string name="DateUtils_tonight">Tonight</string>
|
||||
<!-- Used when showing the time a device was linked. %1$s is replaced with the date while %2$s is replaced with the time. e.g. Jan 15 at 9:00pm -->
|
||||
<string name="DateUtils_date_at">%1$s at %2$s</string>
|
||||
<!-- Used when showing the time a device was linked. %1$s is replaced with the date while %2$s is replaced with the time. e.g. on Jan 15 at 9:00pm -->
|
||||
<plurals name="DateUtils_date_time_at">
|
||||
<item quantity="one">on %1$s at %2$s</item>
|
||||
<item quantity="other">on %1$s at %2$s</item>
|
||||
</plurals>
|
||||
<!-- Used when showing the time a device was linked. e.g. at 9:00pm -->
|
||||
<plurals name="DateUtils_time_at">
|
||||
<item quantity="one">at %1$s</item>
|
||||
<item quantity="other">at %1$s</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Scheduled Messages -->
|
||||
<!-- Title for dialog that shows all the users scheduled messages for a chat -->
|
||||
@@ -1037,7 +1045,7 @@
|
||||
<!-- Dialog title shown when a device is unlinked -->
|
||||
<string name="LinkDeviceFragment__device_unlinked">Device unlinked</string>
|
||||
<!-- Dialog body shown when a device is unlinked where %1$s is the date and time the device was originally linked (eg Jan 15 at 9:00pm) -->
|
||||
<string name="LinkDeviceFragment__the_device_that_was">The device that was linked on %1$s is no longer linked.</string>
|
||||
<string name="LinkDeviceFragment__the_device_that_was">The device that was linked %1$s is no longer linked.</string>
|
||||
<!-- Button to dismiss dialog -->
|
||||
<string name="LinkDeviceFragment__ok">OK</string>
|
||||
|
||||
@@ -1088,7 +1096,7 @@
|
||||
<!-- Title of notification telling users that a device was linked to their account -->
|
||||
<string name="NewLinkedDeviceNotification__you_linked_new_device">You linked a new device</string>
|
||||
<!-- Message body of notification telling users that a device was linked to their account. %1$s is the time it was linked -->
|
||||
<string name="NewLinkedDeviceNotification__a_new_device_was_linked">A new device was linked to your account at %1$s. Tap to view.</string>
|
||||
<string name="NewLinkedDeviceNotification__a_new_device_was_linked">A new device was linked to your account %1$s. Tap to view.</string>
|
||||
|
||||
<!-- DeviceListActivity -->
|
||||
<string name="DeviceListActivity_unlink_s">Unlink \"%s\"?</string>
|
||||
@@ -1684,7 +1692,7 @@
|
||||
<string name="Megaphones_add_a_profile_photo">Add a profile photo</string>
|
||||
|
||||
<!-- Message body of megaphone telling users that a device was linked to their account. %1$s is the time it was linked -->
|
||||
<string name="NewLinkedDeviceMegaphone__a_new_device_was_linked">A new device was linked to your account at %1$s.</string>
|
||||
<string name="NewLinkedDeviceMegaphone__a_new_device_was_linked">A new device was linked to your account %1$s.</string>
|
||||
<!-- Button shown on megaphone that will redirect to the linked devices screen -->
|
||||
<string name="NewLinkedDeviceMegaphone__view_device">View device</string>
|
||||
<!-- Button shown on megaphone to acknowledge and dismiss the megaphone -->
|
||||
|
||||
Reference in New Issue
Block a user