Blame view

res/values/strings.xml 512 Bytes
1
2
<resources>
Imanol-Mikel Barba Sabariego authored
3
    <string name="app_name">UPC_NEWS</string>
4
5
    <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>
Imanol-Mikel Barba Sabariego authored
11
    <string name="help">Help!</string>
12
13

</resources>