Blame view

res/values/strings.xml 475 Bytes
1
2
3
4
5
<resources>

    <string name="app_name">UPC_NEWS_v0</string>
    <string name="menu_settings">Settings</string>
    <string name="title_activity_main">MainActivity</string>
6
7
    <string name="descarregar">Refresh</string>
    <string name="hint">Click to Start Button.</string>
8
    <string name="url">URL server</string>
9
    <string name="urlhint">Set the route from the server (without http://)</string>
10
    <string name="prefs">Preferences</string>
11
12

</resources>