Skip to content
Snippets Groups Projects
Commit 42c2dbb1 authored by Taras's avatar Taras
Browse files

Fix res

parent ecc5a41e
No related branches found
No related tags found
No related merge requests found
......@@ -26,17 +26,12 @@
<string name="create_new_group">Create new group</string>
<string name="create_new_circle">Create new circle</string>
<string name="create">Create</string>
<string name="group_name">Group name</string>
<string name="circle_name">Circle name</string>
<string name="group_topic_optional">Group topic (optional)</string>
<string name="group_topic">Group topic</string>
<string name="circles_created">Circles created</string>
<string name="private_circles">Private Circles</string>
<string name="log_out">Log out</string>
<string name="others">Others</string>
<string name="following_format">Following %d</string>
<string name="followed_by_format">Followed by %d</string>
<string name="group_encryption_warning">NOTE: Group name, topic and cover image are not encrypted</string>
<string name="create_post">Create post</string>
<string name="create_poll">Create poll</string>
<string name="send">Send</string>
......@@ -76,8 +71,6 @@
<string name="hundred">100</string>
<string name="severity_formatter">Severity: %d</string>
<string name="add_reaction">Add reaction</string>
<string name="remove_from_this_circle_but_do_not_unfollow">Remove from this circle, but do not unfollow</string>
<string name="unfollow_completely_remove_from_all_circles">Unfollow completely (remove from all circles)</string>
<string name="unfollow">Unfollow</string>
<string name="requested_to_follow_format">%s requested to follow</string>
<string name="requested_to_join">Requested to join</string>
......@@ -120,11 +113,6 @@
<string name="add_link">Add link</string>
<string name="switch_user">Switch User</string>
<string name="search_people">Search people</string>
<string name="circle_type">Circle type</string>
<string name="public_type">Public</string>
<string name="private_type">Private</string>
<string name="public_circle_explanation">Other users can ask to join</string>
<string name="private_circle_explanation">Accessible only by your invitation</string>
<string name="request_sent">Request sent</string>
<string name="wants_to_follow_you">wants to follow you</string>
<string name="notification_unknown_room_name">Room</string>
......@@ -220,6 +208,7 @@
<string name="circles_empty_message">Create your first Circle</string>
<string name="people_empty_message">Members of Circles and Groups you are joined will be shown here</string>
<string name="creating_timeline">Creating timeline</string>
<string name="group_topic_optional">Group topic (optional)</string>
<string-array name="report_categories">
<item>@string/crude_language</item>
......
......@@ -7,6 +7,7 @@
<color name="purple_700">#FF3700B3</color>
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="yellow">#FFCC00</color>
<color name="white">#FFFFFFFF</color>
<color name="red">#FF3B30</color>
<color name="divider_color">#ddd</color>
......
......@@ -132,4 +132,17 @@
<string name="requested_to_join_format">%s requested to join</string>
<string name="invited_by_format">Invited by %s</string>
<string name="circle_encryption_warning">NOTE: Circle name and cover image are not encrypted</string>
<string name="circle_name">Circle name</string>
<string name="circle_type">Circle type</string>
<string name="public_type">Public</string>
<string name="public_circle_explanation">Other users can ask to join</string>
<string name="private_type">Private</string>
<string name="private_circle_explanation">Accessible only by your invitation</string>
<string name="gallery_name">Gallery name</string>
<string name="gallery_encryption_warning">NOTE: Gallery name and cover image are not encrypted</string>
<string name="group_name">Group name</string>
<string name="group_encryption_warning">NOTE: Group name, topic and cover image are not encrypted</string>
<string name="group_topic">Group topic</string>
<string name="remove_from_this_circle_but_do_not_unfollow">Remove from this circle, but do not unfollow</string>
<string name="unfollow_completely_remove_from_all_circles">Unfollow completely (remove from all circles)</string>
</resources>
\ No newline at end of file
......@@ -14,8 +14,6 @@
<string name="compress_before_sending">Compress before sending</string>
<string name="backup_device_folders">Backup device folders</string>
<string name="backup_folders_hint">Choose folders to backup and view in your Gallery:</string>
<string name="gallery_name">Gallery name</string>
<string name="gallery_encryption_warning">NOTE: Gallery name and cover image are not encrypted</string>
<string name="create_new_gallery">Create new gallery</string>
<string name="photos_empty_message">Create your first Gallery</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment