mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-21 15:05:19 +00:00
Cleaned up some comments and content description
This commit is contained in:
parent
558684a56d
commit
27bc90bf1f
@ -138,7 +138,7 @@
|
|||||||
<item name="android:gravity">center_vertical</item>
|
<item name="android:gravity">center_vertical</item>
|
||||||
<item name="android:imeOptions">flagNoEnterAction</item>
|
<item name="android:imeOptions">flagNoEnterAction</item>
|
||||||
<item name="android:inputType">textAutoCorrect|textCapSentences|textMultiLine</item>
|
<item name="android:inputType">textAutoCorrect|textCapSentences|textMultiLine</item>
|
||||||
<item name="android:contentDescription">WANG</item> <!-- ACL fix this - was: @string/contentDescriptionMessageComposition -->
|
<item name="android:contentDescription">@string/AccessibilityId_messageNew</item>
|
||||||
<item name="android:textSize">@dimen/small_font_size</item>
|
<item name="android:textSize">@dimen/small_font_size</item>
|
||||||
<item name="android:textCursorDrawable">@drawable/session_edit_text_cursor</item>
|
<item name="android:textCursorDrawable">@drawable/session_edit_text_cursor</item>
|
||||||
<item name="android:textAlignment">viewStart</item>
|
<item name="android:textAlignment">viewStart</item>
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- ACL REMOVE THE LINE BELOW - JUST A TEST! -->
|
|
||||||
<string name="app_name" translatable="false">Le Session</string>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- MessageRecord -->
|
<!-- MessageRecord -->
|
||||||
<string name="you">Vous</string>
|
<string name="you">Vous</string>
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
<!-- Plurals sections -->
|
||||||
<!-- ========== NEW PLURALS FROM MORGAN SECTION - 2024/07/24 ========== -->
|
|
||||||
<plurals name="members">
|
<plurals name="members">
|
||||||
<item quantity="one">%1$d member</item>
|
<item quantity="one">%1$d member</item>
|
||||||
<item quantity="other">%1$d members</item>
|
<item quantity="other">%1$d members</item>
|
||||||
@ -27,20 +26,17 @@
|
|||||||
<item quantity="other">And %1$d others have reacted %2$s to this message.</item>
|
<item quantity="other">And %1$d others have reacted %2$s to this message.</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
|
<!-- Note: Currently unused and no 'old' string for this as of 2024/08/19 -->
|
||||||
<plurals name="deleteMessagesFailed">
|
<plurals name="deleteMessagesFailed">
|
||||||
<item quantity="one">Failed to delete message</item>
|
<item quantity="one">Failed to delete message</item>
|
||||||
<item quantity="other">Failed to delete messages</item>
|
<item quantity="other">Failed to delete messages</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- CURRENTLY UNUSED and no 'old' string for this as of 2024/07/24 -ACL -->
|
|
||||||
|
|
||||||
|
<!-- Note: Currently unused and no 'old' string for this as of 2024/08/19 -->
|
||||||
<plurals name="clearDataErrorDescription">
|
<plurals name="clearDataErrorDescription">
|
||||||
<item quantity="one">Data not deleted by %1$d Service Node. Service Node ID: %2$s.</item>
|
<item quantity="one">Data not deleted by %1$d Service Node. Service Node ID: %2$s.</item>
|
||||||
<item quantity="other">Data not deleted by %1$d Service Nodes. Service Node IDs: %2$s.</item>
|
<item quantity="other">Data not deleted by %1$d Service Nodes. Service Node IDs: %2$s.</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<!-- CURRENTLY UNUSED and no 'old' string for this as of 2024/07/24 -ACL -->
|
|
||||||
|
|
||||||
<!-- ========== END OF NEW PLURALS SECTION ========== -->
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ========== STRAGGLERS SECTION ========== -->
|
<!-- ========== STRAGGLERS SECTION ========== -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user