commit | author | age
|
7a519e
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
JK |
2 |
<resources> |
|
3 |
<string name="app_name">Bridge scoring</string> |
|
4 |
|
0d7d16
|
5 |
<string name="reset">Reset</string> |
JK |
6 |
|
|
7 |
<string name="about">About</string> |
|
8 |
<string name="about_title">Bridge scoring - About</string> |
|
9 |
<string name="about_version">Version</string> |
|
10 |
<string name="about_author">Author</string> |
|
11 |
<string name="about_author_contents">Jacek Kowalski</string> |
|
12 |
<string name="about_url">WWW</string> |
|
13 |
<string name="about_url_contents">https://dev.jacekk.net/brydz</string> |
|
14 |
<string name="about_license">License</string> |
|
15 |
<string name="about_license_contents">BSD 3-clause license</string> |
|
16 |
<string name="about_license_full">Copyright © 2012-2015 Jacek Kowalski\n |
|
17 |
All rights reserved.\n |
|
18 |
\n |
|
19 |
Redistribution and use in source and binary forms, with or without modification, are permitted |
|
20 |
provided that the following conditions are met:\n |
|
21 |
1. Redistributions of source code must retain the above copyright notice, this list of conditions |
|
22 |
and the following disclaimer.\n |
|
23 |
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions |
|
24 |
and the following disclaimer in the documentation and/or other materials provided with the |
|
25 |
distribution.\n |
|
26 |
3. Neither the name Jacekk.info, nor Jacekk.net, nor the names of its contributors may be used to |
|
27 |
endorse or promote products derived from this software without specific prior written |
|
28 |
permission.\n |
|
29 |
\n |
|
30 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR |
|
31 |
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY |
|
32 |
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER |
|
33 |
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|
34 |
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
35 |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
|
36 |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
|
37 |
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|
38 |
POSSIBILITY OF SUCH DAMAGE.</string> |
|
39 |
|
7a519e
|
40 |
<string name="minor_suits">♣ / ♦</string> |
JK |
41 |
<string name="major_suits">♥ / ♠</string> |
ae5f07
|
42 |
<string name="no_trump">NT</string> |
7a519e
|
43 |
|
0d7d16
|
44 |
<string name="non_non">non./non.</string> |
JK |
45 |
<string name="non_vul">non./vuln.</string> |
|
46 |
<string name="vul_non">vuln./non.</string> |
|
47 |
<string name="vul_vul">vuln./vuln.</string> |
7a519e
|
48 |
|
JK |
49 |
<string name="bid_normal">norm.</string> |
|
50 |
<string name="bid_double">dbl.</string> |
|
51 |
<string name="bid_redouble">redbl.</string> |
|
52 |
|
|
53 |
<string name="pc">PC:</string> |
|
54 |
<string name="tricks">Tricks:</string> |
|
55 |
|
ae5f07
|
56 |
<string name="enter_data">Enter required information.</string> |
JK |
57 |
<string name="invalid_level">Invalid contract level.</string> |
7a519e
|
58 |
<string name="invalid_color">Invalid contract color.</string> |
ae5f07
|
59 |
<string name="invalid_contract">Invalid information about doubling/redoubling.</string> |
7a519e
|
60 |
<string name="invalid_pc">Invalid number for Milton Work Point Count.</string> |
JK |
61 |
<string name="invalid_tricks">Invalid number of tricks taken.</string> |
ae5f07
|
62 |
<string name="invalid_passes">For four passes enter data for side with more PCs.</string> |
7a519e
|
63 |
|
JK |
64 |
<string name="result_for_us">Score for declaring side.</string> |
|
65 |
<string name="result_for_them">Score for defending side.</string> |
|
66 |
<string name="result_pts_wo_pc">Points (excl. PC):</string> |
|
67 |
<string name="result_pts">Points (incl. PC):</string> |
|
68 |
<string name="result_imps">IMPs:</string> |
|
69 |
<string name="result_percent">Percent:</string> |
|
70 |
</resources> |