mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
312 B
XML
9 lines
312 B
XML
14 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<string name="hello">Hello World, Tests!</string>
|
||
|
<string name="login">Test Login</string>
|
||
|
<string name="post">Test UI Server</string>
|
||
|
<string name="logout">Test Logout</string>
|
||
|
<string name="app_name">Functional Tests</string>
|
||
|
</resources>
|