updated strings

This commit is contained in:
Mariotaku Lee 2017-04-03 11:48:30 +08:00
parent 7c6e75d8ef
commit e3339cc77f
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
51f7d29993e99cf325b8c4c513107a523134481e
d46bc8d067b6ada7f7d9478489a6daf0b9b1e997

View File

@ -36,7 +36,7 @@ public interface Constants extends TwidereConstants {
String DATABASES_NAME = "twidere.sqlite";
int DATABASES_VERSION = 182;
int EXTRA_FEATURES_NOTICE_VERSION = 1;
int EXTRA_FEATURES_NOTICE_VERSION = 2;
int MENU_GROUP_STATUS_EXTENSION = 10;
int MENU_GROUP_COMPOSE_EXTENSION = 11;

View File

@ -642,6 +642,7 @@
<string name="message_format_participants_join_added"><xliff:g example="Sender" id="sender">%1$s</xliff:g> added <xliff:g example="Recipient" id="recipient">%2$s</xliff:g></string>
<string name="message_format_participants_leave"><xliff:g example="User" id="name">%1$s</xliff:g> left</string>
<string name="message_format_sender_time"><xliff:g example="User" id="sender">%1$s</xliff:g> · <xliff:g example="12:00" id="time">%2$s</xliff:g></string>
<string name="message_gif_sharing_introduction">Search &amp; share GIF by GIPHY</string>
<string name="message_info_buffer_queue_empty">Buffer queue is empty</string>
<string name="message_join_conversation">Joined conversation.</string>
<string name="message_permission_request_compose_location">Twidere needs location permission for adding location to tweets.</string>
@ -1185,6 +1186,7 @@
<string name="title_filters_subscription_url">URL</string>
<string name="title_followers">Followers</string>
<string name="title_following">Following</string>
<string name="title_gif_sharing">GIF sharing</string>
<string name="title_home">Home</string>
<!-- [noun] Like, Formerly Twitter's favorite, in the plural -->
<string name="title_likes">Likes</string>
@ -1205,7 +1207,6 @@
<string name="title_statuses">Tweets</string>
<string name="title_statuses_and_replies">Tweets &amp; replies</string>
<string name="title_statuses_scheduling">Tweets scheduling</string>
<string name="title_gif_sharing">GIF sharing</string>
<string name="title_streaming">Streaming</string>
<string name="title_subscription_name">Name</string>
<string name="title_subscription_url">URL</string>