mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-05 06:42:14 +00:00
Cleaned up a few comments and fixed some plurals logic
This commit is contained in:
@@ -6,31 +6,26 @@
|
||||
<item quantity="one">%1$d member</item>
|
||||
<item quantity="other">%1$d members</item>
|
||||
</plurals>
|
||||
<!-- Old for above was: <string name="members">{count} members</string> -->
|
||||
|
||||
<plurals name="membersActive">
|
||||
<item quantity="one">%1$d active member</item>
|
||||
<item quantity="other">%1$d active members</item>
|
||||
</plurals>
|
||||
<!-- Old for above was: <string name="activeMembers">{count} active members</string> -->
|
||||
|
||||
<plurals name="searchMatches">
|
||||
<item quantity="one">%1$d of %2$d match</item>
|
||||
<item quantity="other">%1$d of %2$d matches</item>
|
||||
</plurals>
|
||||
<!-- CURRENTLY UNUSED: Old for above was: <string name="searchMatches">{count} of {total_count} matches</string> -->
|
||||
|
||||
<plurals name="messageNewYouveGot">
|
||||
<item quantity="one">You\'ve got a new message.</item>
|
||||
<item quantity="other">You\'ve got %1$d new messages.</item>
|
||||
</plurals>
|
||||
<!-- CURRENTLY UNUSED and no 'old' string for this as of 2024/07/24 -ACL -->
|
||||
|
||||
<plurals name="emojiReactsCountOthers">
|
||||
<item quantity="one">And %1$d other has reacted %2$s to this message.</item>
|
||||
<item quantity="other">And %1$d others have reacted %2$s to this message.</item>
|
||||
</plurals>
|
||||
<!-- Old for above was: <string name="emojiReactsCountOthers">And {count} others have reacted {emoji} to this message.</string> -->
|
||||
|
||||
<plurals name="deleteMessagesFailed">
|
||||
<item quantity="one">Failed to delete message</item>
|
||||
@@ -49,8 +44,10 @@
|
||||
|
||||
<!-- ========== STRAGGLERS SECTION ========== -->
|
||||
|
||||
<!-- REQUIRED: Title on media picker when you go to send an image - this can be either to a specific Button on the `Set Display Picture` dialog used to instigate choosing a profile picture to set.
|
||||
person, to to a closed group, or to a community (in the latter two cases it will show the group name).
|
||||
<!-- USED as title on media picker when you go to send an image - this can be either to a specific
|
||||
Button on the `Set Display Picture` dialog used to instigate choosing a profile picture to set,
|
||||
sending to a single person, to a closed group, or to a community (in the latter two cases it
|
||||
will show the group name).
|
||||
Figma: Unable to locate usage in Figma.
|
||||
Morgan 2024/07/31: "Added to Crowdin as `attachmentsSendTo` (not yet exported)" - leaving for now until I know the exact string substitution key -AL 2024/08/02
|
||||
-->
|
||||
@@ -61,7 +58,8 @@
|
||||
may still need to cater to _seeing_ Legacy disappearing messages from clients which haven't
|
||||
been updated, perhaps?
|
||||
Figma: https://www.figma.com/design/tEgZ8ujg76DdtPwEJv8zFp/Disappearing-Messages?t=25H0THKH9VADKm9s-0
|
||||
Morgan 2024/07/31: "once the Onboarding release has gone out we can remove the "Legacy" disappearing message settings (there is a PR for iOS to do so already)"
|
||||
Morgan 2024/07/31: "once the Onboarding release has gone out we can remove the 'Legacy'
|
||||
disappearing message settings (there is a PR for iOS to do so already)"
|
||||
-->
|
||||
<string name="expiration_type_disappear_legacy">Legacy</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user