aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/keys.xml
blob: 55a0b301a4b2e36ae34f066fa5689e4aa444cfc0 (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
<?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 xmlns:tools="http://schemas.android.com/tools"
           tools:ignore="MissingTranslation">
    <string name="key_test_preference">testPreference</string>
    <string name="key_setting_text_size">textSize</string>
    <string name="key_setting_back_to_home">onSubmit</string>
    <string name="key_setting_accounts">manageAccounts</string>
    <string name="key_setting_notify_on_unfavorited">unfavNotify</string>
    <string name="key_open_ime">openIME</string>
    <string name="key_setting_show_confirm_dialog">confirm</string>
    <string name="key_setting_read_morse">morse</string>
    <string name="key_setting_namestyle">nameStyle</string>
    <string name="key_retweet_visibility">retweetVisibility</string>
    <string name="key_setting_search_includes_retweets">searchRetweet</string>
    <string name="key_setting_timelines">requestCount</string>
    <string name="key_setting_theme">theme</string>
    <string name="key_setting_application_information">appInfo</string>
    <string name="key_setting_licenses">licenseNotice</string>
    <string name="key_page_messages_position">pageMessagesPosition</string>
    <string name="key_page_messages_visibility">pageMessagesVisibility</string>
    <string name="key_page_history_visibility">pageHistoryVisibility</string>
    <string name="key_page_history_position">pageHistoryPosition</string>
    <string name="key_page_search_visibility">pageSearchVisibility</string>
    <string name="key_page_search_position">pageSearchPosition</string>
    <string name="key_page_list_visibility">pageListVisibility</string>
    <string name="key_page_list_position">pageListPosition</string>
    <string name="key_setting_extend_status_url">extendStatusURL</string>
    <string name="key_setting_resize_post_image">resizePostImage</string>
    <string name="key_last_used_search_query">lastUsedSearchQuery</string>
    <string name="key_last_used_account_id">lastUsedAccountId</string>
    <string name="key_last_used_user_list">lastUsedUserList</string>
</resources>