Sync localazy to fix lint error.
This commit is contained in:
parent
33d90104dd
commit
ff1147e611
5 changed files with 10 additions and 46 deletions
|
|
@ -1,12 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<plurals name="room_timeline_state_changes">
|
||||
<item quantity="zero">"Aucun changement dans la salle"</item>
|
||||
<item quantity="one">"%1$d changement dans la salle"</item>
|
||||
<item quantity="two">"%1$d changements dans la salle"</item>
|
||||
<item quantity="few">"%1$d changements dans la salle"</item>
|
||||
<item quantity="many">"%1$d changements dans la salle"</item>
|
||||
<item quantity="other">"%1$d changements dans la salle"</item>
|
||||
<item quantity="one">"%1$d changement dans la conversation"</item>
|
||||
<item quantity="other">"%1$d changements dans la conversation"</item>
|
||||
</plurals>
|
||||
<string name="screen_room_attachment_source_camera_photo">"Prendre une photo"</string>
|
||||
</resources>
|
||||
|
|
@ -1,12 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<plurals name="screen_room_member_list_header_title">
|
||||
<item quantity="zero">"vide"</item>
|
||||
<item quantity="one">"1 personne"</item>
|
||||
<item quantity="two">"%1$d personnes"</item>
|
||||
<item quantity="few">"%1$d personnes"</item>
|
||||
<item quantity="many">"%1$d personnes"</item>
|
||||
<item quantity="other">"%1$d personnes"</item>
|
||||
<item quantity="one">"1 membre"</item>
|
||||
<item quantity="other">"%1$d membres"</item>
|
||||
</plurals>
|
||||
<string name="screen_room_details_encryption_enabled_subtitle">"Les messages sont sécurisés par des verrous. Seuls vous et les destinataires possédez les clés uniques pour les déverrouiller."</string>
|
||||
<string name="screen_room_details_encryption_enabled_title">"Chiffrement des messages activé"</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue