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
commit d6c621c07d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

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>