Skip to content

Commit 60cd8fe

Browse files
authored
Create strings.xml
1 parent 7dc57db commit 60cd8fe

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

strings.xml

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
<!--Copyright 2016 Pokémap
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License-->
14+
15+
<resources>
16+
<!--If Translating, please stick to the same format and do not translate things if they have
17+
translatable="false"-->
18+
19+
<!--General-->
20+
<string name="app_name" translatable="false">Pokémap</string>
21+
22+
<!--Menu-->
23+
<string name="action_settings">Settings</string>
24+
<string name="action_clearmap">Clear Map</string>
25+
<string name="action_donate">Donate</string>
26+
27+
<!--Prompts-->
28+
<string name="ok">OK</string>
29+
<string name="yes">YES</string>
30+
<string name="no">NO</string>
31+
<string name="allow">Allow</string>
32+
33+
<!--Preference Keys-->
34+
<!--Do not Translate-->
35+
<string name="pref_file_key" translatable="false">com.omkarmoghe.pokemap.PREFERENCE_FILE_KEY</string>
36+
<string name="pref_theme_button_key" translatable="false">ThemeKey</string>
37+
<string name="pref_theme_key" translatable="false">PresetTheme</string>
38+
<string name="pref_theme_no_action_bar_key" translatable="false">PresetThemeNoAb</string>
39+
<string name="pref_pokestops_key" translatable="false">pokestops_checkbox</string>
40+
<string name="pref_gyms_key" translatable="false">gyms_checkbox</string>
41+
<string name="pref_search_steps_key" translatable="false">search_steps</string>
42+
<string name="pref_scanned_key" translatable="false">scanned_checkbox</string>
43+
<string name="pref_pokemons_to_show_key" translatable="false">pokemons_to_show</string>
44+
<string name="pre_lured_key" translatable="false">lured_checkbox</string>
45+
<string name="pref_service_enable_key" translatable="false">background_poke_service</string>
46+
<string name="pref_service_refresh_key" translatable="false">service_refresh_rate_int</string>
47+
<string name="pref_reset_accounts_button_key" translatable="false">ResetAccountsKey</string>
48+
49+
<!--Preference Cats-->
50+
<string name="pref_cat_general">General</string>
51+
<string name="pref_cat_other">Other</string>
52+
<string name="pref_cat_service">Background Service</string>
53+
54+
<!--Preference Text-->
55+
<string name="pref_pokestops_title">Show Pokéstops</string>
56+
<string name="pref_gyms_title">Show Gyms</string>
57+
<string name="pref_scanned_title">Show Scanned Locations</string>
58+
<string name="pref_search_steps">Search steps</string>
59+
<string name="pref_lured_title">Show Lured Pokémon</string>
60+
<string name="pref_service_enable_title">Enable</string>
61+
<string name="pref_service_refresh_title">Refresh Rate</string>
62+
<string name="pref_service_refresh_summary">How often the service will update in seconds.</string>
63+
<string name="pref_theme_button">Theme</string>
64+
<string name="pref_default_string">Default</string>
65+
<string name="pref_reset_accounts">Reset Accounts</string>
66+
<string name="pokemon_to_show">Pokémon to show (filter)</string>
67+
<string name="theme_activity_text">Will make this selection look pretty in the future. Select a theme:</string>
68+
<string name="preset_themes_title">Preset Themes</string>
69+
70+
<!--Map Strings-->
71+
<string name="search_pokemon_map_suggestion">(Long press on map to change searching position)</string>
72+
73+
<!--Bottom Sheets-->
74+
<!--Pokemon-->
75+
<string name="pokemon_despawn_unknown">Expires in: More than 15 minutes</string>
76+
<string name="expiring_in">Expires in: %1$d:%2$02d</string>
77+
<string name="pokemon_despawn_at" formatted="true">"Disappears at %1$d:%2$02d"</string>
78+
<string name="pokemon_expired">Expired</string>
79+
80+
<!--Pokestops-->
81+
<string name="pokestop">Pokéstop</string>
82+
<string name="pokestop_lured">Lured Pokéstop</string>
83+
84+
<!--Map Snackbars-->
85+
<string name="searching">Searching&#8230;</string>
86+
<string name="map_not_initialized">Problem Initializing Google Map</string>
87+
<string name="pogo_server_unreachable">Unable to contact the Pokémon GO servers. The servers may be down</string>
88+
<string name="internal_error">An internal error occurred. This might happen when you are offline or the servers are down</string>
89+
<string name="pokemon_found_none">No new catchable Pokémon have been found</string>
90+
<string name="pokemon_found_new" formatted="true">%1$d new catchable Pokémon found</string>
91+
<string name="still_searching" formatted="true">Searching&#8230; found %1$d Pokémon so far</string>
92+
<string name="no_location">Failed to Find GPS Location</string>
93+
94+
<!--Permissions-->
95+
<string name="enable_location_permission_title">Enable Location Permission</string>
96+
<string name="enable_location_permission_message">Please enable location permission to use this application</string>
97+
<string name="permition_message">Please allow locations in order to use the app</string>
98+
<string name="permissions_required_toast">This application cannot be used unless permissions are granted</string>
99+
100+
<!--Notification Service-->
101+
<string name="notification_service_title">Pokémap Service</string>
102+
<string name="notification_service_scanning">Scanning</string>
103+
<string name="notification_service_stop">Stop Service</string>
104+
<string name="notification_service_launch_pokemon_go">Launch Pokémon GO</string>
105+
<string name="notification_service_pokemon_near" formatted="true">%1$d Pokémon nearby.</string>
106+
<string name="notification_service_pokemon_in_area" formatted="true">%1$d Pokémon in area:</string>
107+
<string name="notification_service_inbox_line" formatted="true">%1$s (%2$d minutes, %3$d meters)</string>
108+
109+
</resources>

0 commit comments

Comments
 (0)