mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +01:00
Fixed some broken format strings.
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
<string name="groups_title">Groups</string>
|
<string name="groups_title">Groups</string>
|
||||||
<plurals name="groups_available">
|
<plurals name="groups_available">
|
||||||
<item quantity="one">%1$d group available from contacts</item>
|
<item quantity="one">%1$d group available from contacts</item>
|
||||||
<item quantity="other">$1$d groups available from contacts</item>
|
<item quantity="other">%1$d groups available from contacts</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="no_posts">No posts</string>
|
<string name="no_posts">No posts</string>
|
||||||
<string name="subscribe_to_this_group">Subscribe to this group</string>
|
<string name="subscribe_to_this_group">Subscribe to this group</string>
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
<string name="blogs_title">Blogs</string>
|
<string name="blogs_title">Blogs</string>
|
||||||
<plurals name="blogs_available">
|
<plurals name="blogs_available">
|
||||||
<item quantity="one">%1$d blog available from contacts</item>
|
<item quantity="one">%1$d blog available from contacts</item>
|
||||||
<item quantity="other">$1$d blogs available from contacts</item>
|
<item quantity="other">%1$d blogs available from contacts</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
<string name="manage_subscriptions_title">Manage Subscriptions</string>
|
<string name="manage_subscriptions_title">Manage Subscriptions</string>
|
||||||
<string name="subscribed_all">Subscribed, shared with all contacts</string>
|
<string name="subscribed_all">Subscribed, shared with all contacts</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user