Created
April 19, 2017 19:18
-
-
Save dsibinski/1376460c699c37b6c72a5c8d911e2c66 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<string name="ApplicationName">MoneyBack</string> | |
<string name="titleMenu">Menu:</string> | |
<string name="btnPeople">Zarządzaj osobami</string> | |
<string name="titleName">Imię</string> | |
<string name="titleLastName">Nazwisko</string> | |
<string name="titlePhoneNumber">Numer telefonu</string> | |
<string name="btnSavePerson">Zapisz osobę</string> | |
<string name="btnPeopleList">Lista osób</string> | |
<string name="peopleListTitle">Lista osób</string> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment