Obliczenia brydżowe (Android)
Jacek Kowalski
2015-01-18 0d7d167dcfd456c1f8695448f885989661e712c8
app/src/main/res/values/strings.xml
@@ -2,14 +2,49 @@
<resources>
    <string name="app_name">Bridge scoring</string>
    <string name="reset">Reset</string>
    <string name="about">About</string>
    <string name="about_title">Bridge scoring - About</string>
    <string name="about_version">Version</string>
    <string name="about_author">Author</string>
    <string name="about_author_contents">Jacek Kowalski</string>
    <string name="about_url">WWW</string>
    <string name="about_url_contents">https://dev.jacekk.net/brydz</string>
    <string name="about_license">License</string>
    <string name="about_license_contents">BSD 3-clause license</string>
    <string name="about_license_full">Copyright © 2012-2015 Jacek Kowalski\n
All rights reserved.\n
\n
Redistribution and use in source and binary forms, with or without modification, are permitted
        provided that the following conditions are met:\n
1. Redistributions of source code must retain the above copyright notice, this list of conditions
        and the following disclaimer.\n
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions
        and the following disclaimer in the documentation and/or other materials provided with the
        distribution.\n
3. Neither the name Jacekk.info, nor Jacekk.net, nor the names of its contributors may be used to
        endorse or promote products derived from this software without specific prior written
        permission.\n
\n
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
        IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
        AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER
        OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
        THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
        OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        POSSIBILITY OF SUCH DAMAGE.</string>
    <string name="minor_suits">♣ / ♦</string>
    <string name="major_suits">♥ / ♠</string>
    <string name="no_trump">NT</string>
    <string name="before_before">non./non</string>
    <string name="before_after">non./vuln.</string>
    <string name="after_before">vuln./non.</string>
    <string name="after_after">vuln./vuln.</string>
    <string name="non_non">non./non.</string>
    <string name="non_vul">non./vuln.</string>
    <string name="vul_non">vuln./non.</string>
    <string name="vul_vul">vuln./vuln.</string>
    <string name="bid_normal">norm.</string>
    <string name="bid_double">dbl.</string>
@@ -22,14 +57,12 @@
    <string name="invalid_level">Invalid contract level.</string>
    <string name="invalid_color">Invalid contract color.</string>
    <string name="invalid_contract">Invalid information about doubling/redoubling.</string>
    <string name="invalid_vulnerability">Invalid information about vulnerability.</string>
    <string name="invalid_pc">Invalid number for Milton Work Point Count.</string>
    <string name="invalid_tricks">Invalid number of tricks taken.</string>
    <string name="invalid_passes">For four passes enter data for side with more PCs.</string>
    <string name="result_for_us">Score for declaring side.</string>
    <string name="result_for_them">Score for defending side.</string>
    <string name="result_pts_wo_pc">Points (excl. PC):</string>
    <string name="result_pts">Points (incl. PC):</string>
    <string name="result_imps">IMPs:</string>