Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Created April 19, 2017 18:55
Show Gist options
  • Save dsibinski/a0ae912d93e038ddf4b958666413edca to your computer and use it in GitHub Desktop.
Save dsibinski/a0ae912d93e038ddf4b958666413edca to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ApplicationName">MoneyBack</string>
<string name="titleMenu">Menu:</string>
<string name="btnPeople">People management</string>
<string name="titleName">Name</string>
<string name="titleLastName">Last name</string>
<string name="titlePhoneNumber">Phone number</string>
<string name="btnSavePerson">Save person</string>
<string name="btnPeopleList">List of people</string>
<string name="peopleListTitle">List of people</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment