This repository was archived by the owner on Apr 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 947
Expand file tree
/
Copy pathstrings.xml
More file actions
50 lines (46 loc) · 2.88 KB
/
strings.xml
File metadata and controls
50 lines (46 loc) · 2.88 KB
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
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2014 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<string name="app_name">Collect All The Stars 2</string>
<string name="sign_in_explanation">Sign to save your progress and keep it synchronized across all your devices."</string>
<string name="you_are_signed_in">You are signed in with Google. Your progress will be automatically saved online.</string>
<string name="sign_out">Sign Out</string>
<string name="prev_world"><</string>
<string name="next_world">></string>
<string name="how_many_stars">How many stars do you think you deserve on this level?</string>
<string name="world">World</string>
<string name="level">Level</string>
<string name="loading_from_cloud">Loading your progress.</string>
<string name="menu_sync">Load</string>
<string name="menu_save">Save</string>
<string name="menu_select">Select</string>
<string name="signin_other_error">There was an issue with sign in. Please try again later.</string>
<string name="title_saved_games">"Saved Games"</string>
<string name="title_load_game">Select saved game to load</string>
<string name="please_sign_in">"Please sign-in before playing"</string>
<string name="select_conflicted_game">Select which game to load</string>
<string name="format_days_ago">%d days ago</string>
<string name="format_hours_ago">%d hours ago</string>
<string name="format_minutes_ago">%d minutes ago</string>
<string name="format_seconds_ago">%d seconds ago</string>
<string name="moments_ago">moments ago</string>
<string name="snapshotimage_description">Saved image for snapshot</string>
<string name="status_exception_error">%1$s (status %2$d). %3$s.</string>
<string name="show_snapshots_error">There was a problem getting the select snapshot intent!</string>
<string name="write_snapshot_error">There was a problem writing the snapshot!</string>
<string name="error_opening_metadata">There was a problem opening the snapshot metadata!</string>
<string name="error_opening_filename">There was a problem opening the current save file!</string>
<string name="error_closing_metadata">There was a problem waiting for the snapshot metadata to close!</string>
<string name="error_closing_filename">There was a problem waiting for the current save file to close!</string>
</resources>