Skip to content

Commit 029205a

Browse files
committed
Add TrueCaller reporting strings for Spanish and English localizations
1 parent 897ad6a commit 029205a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

app/src/main/res/values-es/strings.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@
123123
<string name="aceptar">Aceptar</string>
124124
<string name="cancelar">Cancelar</string>
125125
<string name="type_number">Por favor ingresa un número válido</string>
126+
<string name="reported_to_unknown_phone">UnknownPhone</string>
127+
<string name="reported_to_tellows">Tellows</string>
128+
<string name="reported_to_truecaller">TrueCaller</string>
129+
<string name="truecaller_prefix_repository">TrueCaller (repositorio de prefijo %1$s)</string>
130+
<string name="truecaller_default_repository">TrueCaller (repositorio de prefijo por defecto)</string>
131+
<string name="provider_repository_format">%1$s (repositorio %2$s)</string>
132+
<string name="unknown_value">Desconocido</string>
126133

127134
<!-- Updates -->
128135
<string name="update_available_title">Actualización disponible</string>

app/src/main/res/values/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@
143143
<string name="and">and</string>
144144
<string name="report_failure">Report could not be sent</string>
145145
<string name="select_at_least_one_provider">Select at least one provider</string>
146+
<string name="reported_to_unknown_phone">UnknownPhone</string>
147+
<string name="reported_to_tellows">Tellows</string>
148+
<string name="reported_to_truecaller">TrueCaller</string>
149+
<string name="truecaller_prefix_repository">TrueCaller (%1$s prefix repository)</string>
150+
<string name="truecaller_default_repository">TrueCaller (default prefix repository)</string>
151+
<string name="provider_repository_format">%1$s (%2$s repository)</string>
152+
<string name="unknown_value">Unknown</string>
153+
146154

147155
<!-- Import/export -->
148156
<string name="preferences_import_success">Preferences imported successfully</string>

0 commit comments

Comments
 (0)