Merge pull request #1 from smarquespt/patch-1

Create strings.xml
This commit is contained in:
Tibor Kaputa
2018-03-04 23:55:26 +01:00
committed by GitHub

View File

@@ -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>