summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 4daa062b6a3f62381e3d00cd98750a6a5c5eebe5 (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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<?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="namestyle_s_n">ScreenName / Name</string>
    <string name="namestyle_n_s">Name / ScreenName</string>
    <string name="namestyle_s">ScreenName</string>
    <string name="namestyle_n">Name</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="actionbar_search">Add page</string>
    <string name="actionbar_setting">Setting</string>
    <string name="actionbar_services">Web sites</string>
    <string name="actionbar_report">Report to author</string>
    <string name="actionbar_favstar">Favstar</string>
    <string name="actionbar_aclog">Aclog</string>
    <string name="actionbar_twilog">Twilog</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="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_namestyle_title">Name style</string>
    <string name="setting_namestyle_dialog_title">Choose name style</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_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_timelines_title">The number of timeline getting</string>
    <string name="setting_timelines_summary_format">Get new %s tweets by refresh</string>
    <string name="setting_timelines_dialog_title">Edit number</string>
    <string name="setting_timelines_dialog_message">Set a value between 1\-200</string>
    <string name="setting_category_about_title">About</string>
    <string name="setting_delete_authentication_title">Delete authentication</string>
    <string name="setting_delete_authentication_summary">Please authenticate again on next launch</string>
    <string name="setting_category_account_title">Account</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="alert_dialog_ok">OK</string>
    <string name="dialog_title_about">About</string>
    <string name="dialog_licenses_notices_of_files">Notices of files:</string>
    <string name="dialog_licenses_list_marker">-</string>
    <string name="library_name_twitter4j">twitter4j</string>
    <string name="library_name_crouton">Crouton</string>
    <string name="library_name_volley">Volley</string>
    <string name="library_name_pull_to_refresh">PullToRefresh</string>
    <string name="dialog_title_licenses">Licenses</string>
    <string name="command_status_reply">Reply</string>
    <string name="command_user_reply">Reply</string>
    <string name="command_message_reply">Reply</string>
    <string name="command_event_reply">Reply</string>
    <string name="post_button_tweet">Tweet</string>
    <string name="command_status_reply_to_all">Reply to all</string>
    <string name="command_status_favorite">Add to favorite</string>
    <string name="notice_favorite_succeeded">Succeeded to favorite</string>
    <string name="notice_favorite_failed">Failed to favorite</string>
    <string name="command_status_retweet">Retweet</string>
    <string name="notice_retweet_succeeded">Succeeded to retweet</string>
    <string name="notice_retweet_failed">Failed to retweet</string>
    <string name="command_status_fav_and_rt">Retweet and favorite</string>
    <string name="command_status_quote">Quote</string>
    <string name="command_status_clipboard">Copy to clipboard</string>
    <string name="command_status_share">Share</string>
    <string name="command_status_open_in_browser">Open in browser</string>
    <string name="command_status_nanigaja">What\'s xxx</string>
    <string name="format_status_command_nanigaja">What\'s %s</string>
    <string name="notice_tweet_succeeded">Succeeded to tweet</string>
    <string name="notice_tweet_failed">Failed to tweet</string>
    <string name="command_status_make_anonymous">Make anonymous</string>
    <string name="format_status_command_make_anonymous">"??? said \"%s\""</string>
    <string name="command_status_tofubuster">TofuBuster</string>
    <string name="notice_tofubuster_not_found">TofuBuster is not installed</string>
    <string name="command_status_delete">Delete</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="command_user_add_to_reply">Add to reply</string>
    <string name="command_user_open_favstar">Open favstar</string>
    <string name="command_user_open_aclog">Open aclog</string>
    <string name="command_user_open_twilog">Open twilog</string>
    <string name="command_user_follow">Follow</string>
    <string name="notice_follow_succeeded">Succeeded to follow</string>
    <string name="notice_follow_failed">Failed to follow</string>
    <string name="command_user_unfollow">Unfollow</string>
    <string name="notice_unfollow_succeeded">Succeeded to Unfollow</string>
    <string name="notice_unfollow_failed">Failed to unfollow</string>
    <string name="command_user_block">Block</string>
    <string name="notice_block_succeeded">Succeeded to block</string>
    <string name="notice_block_failed">Failed to block</string>
    <string name="command_user_unblock">Unblock</string>
    <string name="notice_unblock_succeeded">Succeeded to unblock</string>
    <string name="notice_unblock_failed">Failed to unblock</string>
    <string name="command_user_r4s">Report for spam</string>
    <string name="notice_r4s_succeeded">Succeeded to report</string>
    <string name="notice_r4s_failed">Failed to report</string>
    <string name="command_user_introduce">Introduce to everyone</string>
    <string name="command_message_delete">Delete</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="command_user_send_message">Send a direct 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="dialog_message_now_loading">Now loading…</string>
    <string name="notice_error_show_user">Can\'t show this user</string>
    <string name="command_open_status_chain">Show this talk</string>
    <string name="notice_error_show_status">Can\'t show this status</string>
    <string name="actionbar_settings">Settings</string>
    <string name="actionbar_edit_templates">Edit templates</string>
    <string name="actionbar_edit_extraction">Edit extraction</string>
    <string name="actionbar_edit_commands">Edit commands</string>
    <string name="text_message_to_author">" #SmileEssence @laco0416 [%s]"</string>
    <string name="activity_edit_template">Templates Setting</string>
    <string name="alert_dialog_cancel">Cancel</string>
    <string name="dialog_title_add">Add</string>
    <string name="dialog_title_edit">Edit</string>
    <string name="activity_setting">App Setting</string>
    <string name="activity_edit_extraction">Extraction Setting</string>
    <string name="actionbar_edit_command_all_on">Enable all</string>
    <string name="activity_edit_command">Command Setting</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="activity_authenticate">Authenticate</string>
    <string name="notice_stream_connect">Connect to stream</string>
    <string name="notice_stream_disconnect">Disconnect from stream</string>
    <string name="notice_error_authenticate_request">Failed to prepare for authentication. Please check internet access.</string>
    <string name="notice_timeline_new">Receive new %s items</string>
    <string name="command_status_add_to_reply">Add to reply</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="notice_unfavorite_succeeded">Succeeded to unfavorite</string>
    <string name="notice_unfavorite_failed">Failed to unfavorite</string>
    <string name="command_post_morse">Parse to morse</string>
    <string name="command_open_template_list">Insert Templates</string>
    <string name="dialog_confirm_finish_app">OK to close?</string>
    <string name="command_select_image_from_gallery">From gallery</string>
    <string name="command_select_image_from_camera">From camera</string>
    <string name="dialog_title_select_image">Select image</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_error_start_activity">Can\'t start any activity</string>
    <string name="notice_not_implemented_yet">Sorry, this is not implemented yet.</string>
    <string name="command_save_as_template">Save as template</string>
    <string name="notice_save_as_template">New template is saved</string>
    <string name="notice_error_rate_limit">Rate limit exceeded</string>
    <string name="dialog_title_add_new_page">Add new page</string>
    <string name="command_create_search_page_dialog">Search page</string>
    <string name="dialog_create_search_page">Input search query</string>
    <string name="notice_error_search">Failed to search</string>
    <string name="command_paste_to_post">Paste to post</string>
    <string name="command_search_on_twitter">Search on Twitter</string>
    <string name="page_name_search">Search</string>
    <string name="notice_search_text_empty">Query is empty</string>
    <string name="dialog_title_select_search_query">Select search query</string>
    <string name="actionbar_post">Post</string>
    <string name="dialog_confirm_commands">Execute, OK?</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="dialog_confirm_clear_account">Clear authentication, Really?</string>
    <string name="notice_cleared_account">Authentication was cleared. Please authorize on next launch</string>
    <string name="library_name_activeandroid">ActiveAndroid</string>
    <string name="library_name_guava">Guava</string>
    <string name="library_name_twitter_text">twitter-text</string>
    <string name="activity_licenses">Licenses</string>
    <string name="notice_copy_clipboard">Copied to clipboard</string>
    <string name="dialog_title_talk_chain">Talk View</string>
    <string name="page_name_list">List</string>
    <string name="notice_userlist_not_selected">No List is selected</string>
    <string name="dialog_title_select_userlist">Select a list</string>
    <string name="command_status_add_to_ignore">Ignore this tweet in future</string>
    <string name="notice_add_to_ignore">Added to ignore list</string>
    <string name="error_intent_status_cannot_load">Failed to get tweet</string>
    <string name="intent_post">つぶやく</string>
    <string name="post_button_send_message">Send Message</string>
</resources>