Skip to content

Instantly share code, notes, and snippets.

@bezysoftware
Last active September 9, 2018 10:16
Show Gist options
  • Select an option

  • Save bezysoftware/27ac453c79c7b4d27c4386a648d2c203 to your computer and use it in GitHub Desktop.

Select an option

Save bezysoftware/27ac453c79c7b4d27c4386a648d2c203 to your computer and use it in GitHub Desktop.
<!-- Android strings.xml: -->
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="settle_debts">Vyrovnat dluhy</string>
<string name="report">Nahlásit</string>
</resources>
<!-- UWP ResX: -->
<?xml version="1.0" encoding="utf-8"?>
<root>
<!-- xsd schema omitted -->
<data name="settle_debts" xml:space="preserve">
<value>Vyrovnat dluhy</value>
</data>
<data name="report" xml:space="preserve">
<value>Nahlásit</value>
</data>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment