Create strings.xml
This commit is contained in:
parent
a7fe9d35da
commit
7620d49feb
|
@ -0,0 +1,17 @@
|
|||
<resources>
|
||||
<string name="app_name">Simple Clock</string>
|
||||
<string name="app_launcher_name">Relógio</string>
|
||||
<string name="time_zone">Fuso horário</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="clock_tab">Relógio</string>
|
||||
<string name="alarm_tab">Alarme</string>
|
||||
<string name="stopwatch_tab">Cronómetro</string>
|
||||
<string name="show_seconds">Mostrar segundos</string>
|
||||
<string name="display_other_time_zones">Mostrar outros fusos horários</string>
|
||||
|
||||
<!--
|
||||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
Loading…
Reference in New Issue