aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
blob: 35649e41cbec0533c935aa457c8865e7aae15d51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<?xml version="1.0" encoding="utf-8"?><!--
  ~ The MIT License (MIT)
  ~
  ~ Copyright (c) 2012-2014 lacolaco.net
  ~
  ~ Permission is hereby granted, free of charge, to any person obtaining a copy
  ~ of this software and associated documentation files (the "Software"), to deal
  ~ in the Software without restriction, including without limitation the rights
  ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  ~ copies of the Software, and to permit persons to whom the Software is
  ~ furnished to do so, subject to the following conditions:
  ~
  ~ The above copyright notice and this permission notice shall be included in all
  ~ copies or substantial portions of the Software.
  ~
  ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  ~ SOFTWARE.
  -->

<resources>
    <string name="activity_setting">App Setting</string>
    <string name="activity_edit_extraction">Extraction Setting</string>
    <string name="activity_authenticate">Authenticate</string>
    <string name="activity_licenses">Licenses</string>
    <string name="intent_post">Tweet</string>
    <string name="message_oauth_text">Please get PIN code at a URL below, and input it.</string>
    <string name="message_oauth_hint">PIN code</string>
    <string name="message_oauth_authenticate">Authenticate</string>
    <string name="theme_dark">Dark</string>
    <string name="theme_light">Light</string>
    <string name="page_name_post">Post</string>
    <string name="page_name_home">Home</string>
    <string name="page_name_mentions">Mentions</string>
    <string name="page_name_messages">Messages</string>
    <string name="page_name_history">History</string>
    <string name="page_name_search">Search</string>
    <string name="page_name_list">List</string>
    <string name="actionbar_setting">Setting</string>
    <string name="actionbar_report">Report to author</string>
    <string name="actionbar_aclog">Aclog</string>
    <string name="actionbar_settings">Settings</string>
    <string name="actionbar_edit_extraction">Edit extraction</string>
    <string name="actionbar_post">Post</string>
    <string name="format_event_favorited">Favorited by %s</string>
    <string name="format_event_unfavorited">Unfavorited by %s</string>
    <string name="format_event_retweeted">Retweeted by %s</string>
    <string name="format_event_mentioned">Mentioned by %s</string>
    <string name="format_event_followed">Followed by %s</string>
    <string name="format_event_blocked">Blocked by %s</string>
    <string name="format_event_unblocked">Unblocked by %s</string>
    <string name="format_event_message">Received %s\'s message</string>
    <string name="text_message_to_author">" #SmileEssence @uac [%s]"</string>
    <string name="setting_category_display_title">Display Setting</string>
    <string name="setting_category_display_summary">Enable at next launch.</string>
    <string name="setting_text_size_title">Text size</string>
    <string name="setting_text_size_dialog_title">Edit text tize</string>
    <string name="setting_text_size_dialog_message">Set a value between 8\-24</string>
    <string name="setting_theme_title">Theme</string>
    <string name="setting_theme_dialog_title">Choose theme</string>
    <string name="setting_read_morse">Enable morse</string>
    <string name="setting_category_system_title">System Setting</string>
    <string name="setting_safe_mode_title">Safe mode</string>
    <string name="setting_safe_mode_summary_on">Show confirm dialog</string>
    <string name="setting_safe_mode_summary_off">No confirmation</string>
    <string name="setting_resize_post_image">Resize image</string>
    <string name="setting_resize_post_image_summary">Compress large image for tweet</string>
    <string name="setting_notify_on_unfavorited_title">On unfavorited</string>
    <string name="setting_notify_on_unfavorited_summary_on">Notify</string>
    <string name="setting_notify_on_unfavorited_summary_off">No Notice</string>
    <string name="setting_category_about_title">About</string>
    <string name="setting_accounts_title">Manage accounts</string>
    <string name="setting_category_accounts_title">Accounts</string>
    <string name="setting_application_information_title">Application information</string>
    <string name="setting_licenses_title">Licenses</string>
    <string name="error_setting_text_size_range">Must be between 8\-24</string>
    <string name="error_setting_text_size_not_number">Given value is not number</string>
    <string name="error_setting_timelines_range">Must be between 1\-200</string>
    <string name="error_setting_timelines_not_number">Given value is not number</string>
    <string name="error_intent_status_cannot_load">Failed to get tweet</string>
    <string name="alert_dialog_ok">OK</string>
    <string name="alert_dialog_cancel">Cancel</string>
    <string name="post_button_tweet">Tweet</string>
    <string name="post_button_send_message">Send Message</string>
    <string name="user_detail_tweets">Tweets</string>
    <string name="user_detail_following">Following</string>
    <string name="user_detail_followers">Followers</string>
    <string name="user_detail_favorites">Favorites</string>
    <string name="user_detail_protected">Protected</string>
    <string name="user_detail_follow">Follow</string>
    <string name="user_detail_followed_is_me">This is you</string>
    <string name="user_detail_unfollow">Unfollow</string>
    <string name="user_detail_followed">Followed</string>
    <string name="user_detail_not_followed">Not Followed</string>
    <string name="user_detail_loading">Loading</string>
    <string name="user_detail_tab_info">Info</string>
    <string name="user_detail_tab_timeline">Timeline</string>
    <string name="dialog_title_about">About</string>
    <string name="dialog_licenses_notices_of_files">Notices of files:</string>
    <string name="dialog_title_licenses">Licenses</string>
    <string name="dialog_message_now_loading">Loading…</string>
    <string name="dialog_title_add">Add</string>
    <string name="dialog_title_edit">Edit</string>
    <string name="dialog_confirm_finish_app">OK to close?</string>
    <string name="dialog_title_select_image">Select image</string>
    <string name="dialog_title_select_search_query">Select search query</string>
    <string name="dialog_confirm_commands">Execute, OK?</string>
    <string name="dialog_confirm_clear_account">Are you sure you want to remove this account @%s?</string>
    <string name="dialog_title_talk_chain">Talk View</string>
    <string name="dialog_title_select_userlist">Select a list</string>\
    <string name="dialog_confirm_delete_query">Delete this query, OK?</string>
    <string name="notice_favorite_succeeded">Succeeded to favorite</string>
    <string name="notice_favorite_failed">Failed to favorite</string>
    <string name="notice_retweet_succeeded">Succeeded to retweet</string>
    <string name="notice_retweet_failed">Failed to retweet</string>
    <string name="notice_tweet_succeeded">Succeeded to tweet</string>
    <string name="notice_tweet_failed">Failed to tweet</string>
    <string name="notice_status_delete_succeeded">Succeeded to delete tweet</string>
    <string name="notice_status_delete_failed">Failed to delete tweet</string>
    <string name="notice_follow_succeeded">Succeeded to follow</string>
    <string name="notice_follow_failed">Failed to follow</string>
    <string name="notice_unfollow_succeeded">Succeeded to Unfollow</string>
    <string name="notice_unfollow_failed">Failed to unfollow</string>
    <string name="notice_block_succeeded">Succeeded to block</string>
    <string name="notice_block_failed">Failed to block</string>
    <string name="notice_unblock_succeeded">Succeeded to unblock</string>
    <string name="notice_unblock_failed">Failed to unblock</string>
    <string name="notice_r4s_succeeded">Succeeded to report</string>
    <string name="notice_r4s_failed">Failed to report</string>
    <string name="notice_message_delete_succeeded">Succeeded to delete message</string>
    <string name="notice_message_delete_failed">Failed to delete message</string>
    <string name="notice_message_send_succeeded">Succeeded to send the message</string>
    <string name="notice_message_send_failed">Failed to send the message</string>
    <string name="notice_stream_connect">Connect to stream</string>
    <string name="notice_stream_disconnect">Disconnect from stream</string>
    <string name="notice_timeline_new">Receive new %s items</string>
    <string name="notice_unfavorite_succeeded">Succeeded to unfavorite</string>
    <string name="notice_unfavorite_failed">Failed to unfavorite</string>
    <string name="notice_select_image_succeeded">Succeed to select image</string>
    <string name="notice_select_image_failed">Failed to select image</string>
    <string name="notice_not_implemented_yet">Sorry, this is not implemented yet.</string>
    <string name="notice_search_text_empty">Query is empty</string>
    <string name="notice_add_to_reply">Added to reply</string>
    <string name="notice_theme_changed">Theme will be enabled on next launch</string>
    <string name="notice_copy_clipboard">Copied to clipboard</string>
    <string name="notice_userlist_not_selected">No List is selected</string>
    <string name="notice_search_query_deleted">Query was deleted</string>
    <string name="notice_query_is_empty">Query is empty</string>
    <string name="notice_query_saved">Query is saved</string>
    <string name="notice_error_show_user">Can\'t show this user</string>
    <string name="notice_error_show_status">Can\'t show this status</string>
    <string name="notice_error_get_home">Failed to get home timeline</string>
    <string name="notice_error_get_mentions">Failed to get mentions</string>
    <string name="notice_error_get_messages">Failed to get direct messages</string>
    <string name="notice_error_authenticate">Failed to authenticate. Please try later again.</string>
    <string name="notice_error_authenticate_request">Failed to prepare for authentication. Please check internet access.</string>
    <string name="notice_error_start_activity">Can\'t start any activity</string>
    <string name="notice_error_rate_limit">Rate limit exceeded</string>
    <string name="notice_error_search">Failed to search</string>
    <string name="notice_no_commands_available">No commands available</string>
    <string name="notice_application_starting">Application initialization is not complete.</string>
    <string name="command_user_add_to_reply">Add to reply</string>
    <string name="command_user_open_aclog">Open aclog</string>
    <string name="command_user_block">Block</string>
    <string name="command_user_unblock">Unblock</string>
    <string name="command_user_r4s">Report for spam</string>
    <string name="command_user_send_message">Send a direct message</string>
    <string name="command_status_copy_text_to_clipboard">Copy to clipboard</string>
    <string name="command_status_copy_url_to_clipboard">Copy permalink to clipboard</string>
    <string name="command_status_open_in_browser">Open in browser</string>
    <string name="command_status_open_talk_view">Show this talk</string>
    <string name="command_status_add_to_reply">Add to reply</string>
    <string name="command_select_image_from_gallery">From gallery</string>
    <string name="command_select_image_from_camera">From camera</string>
    <string name="command_search_on_twitter">Search on Twitter</string>
    <string name="notice_error_get_user_timeline">Failed to get user timeline</string>
    <string name="notice_error_get_list">Failed to get list timeline</string>
    <string name="notices_of_files">Notices of files:</string>
    <string name="activity_manage_accounts">Accounts</string>
    <string name="actionbar_accounts">Accounts</string>
    <string name="notice_cant_remove_last_account">You can\'t remove last account</string>
    <string name="notice_no_account_selected">No account selected. Do you want to quit?</string>
    <string name="notice_error_storage_permission">Write access to external storage is required.</string>
</resources>