summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: 94aaaeeca65da7f82ddd823190d7283ac6bce1e4 (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
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Unicode Map</string>
    <string name="app_name_spec">Unicode Map: %s</string>
    <string name="loading_database_title">Initializing database</string>
    <string name="loading_database_msg">Please wait</string>
    <string name="copy_button">Copy</string>
    <string name="copy_name_button">Copy name</string>
    <string name="append_button">Append</string>
    <string name="copied_toast">Copied to clipboard</string>
    <string name="empty_list">(Empty!)</string>
    <string name="unihan_lookup">Unihan lookup</string>
    <string name="menu_go">Go</string>
    <string name="go_title">Go to char number</string>
    <string name="go_button">Go</string>
    <string name="go_hint">Enter codepoint (hex)</string>
    <string name="invalid_codepoint">Invalid codepoint</string>
    <string name="no_character">No such character</string>
    <string name="menu_search">Search</string>
    <string name="search_title">Search in character names</string>
    <string name="search_button">Search</string>
    <string name="search_hint">Case is insensitive and matches whole
    string; use a * sign as wildcard (e.g.:
    "latin*letter r*"); CJK ideographs and Hangul syllables cannot
    be searched</string>
    <string name="search_results">search results</string>
    <string name="list_too_long">Only %d first results shown</string>
    <string name="menu_decode">Decode</string>
    <string name="decode_title">Decode string</string>
    <string name="decode_button">Decode</string>
    <string name="decode_hint">Paste Unicode characters here to see
    their names</string>
    <string name="decode_results">decode results</string>
    <string name="menu_about">About</string>
    <string name="about_title">About Unicode Map</string>
    <string name="about_text">Unicode Map version 0.0.4\nby David
    A. Madore\n\nUnicode version 6.1.0\n\nThe code for this program is
    in the Public Domain; data is &#xa9;1991&#x2013;2012 Unicode,
    Inc.\n\nBefore complaining about missing characters, please read
    the FAQ (click on “more”)</string>
    <string name="ok_button">OK</string>
    <string name="more_button">More&#x2026;</string>
    <string name="dismiss_button">Dismiss</string>
</resources>