diff options
Diffstat (limited to 'app/src/main/res/values-es-rES/strings.xml')
-rw-r--r-- | app/src/main/res/values-es-rES/strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 6b96de27..200b923b 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -17,6 +17,7 @@ <string name="birthdays">Cumpleaños</string> <string name="chat">Chat</string> <string name="photos">Fotos</string> + <string name="marketplace">Marketplace</string> <string name="notes">Notas</string> <string name="on_this_day">En este día</string> <string name="loading_account">Preparando todo…</string> @@ -45,4 +46,14 @@ <string name="options">Opciones</string> <string name="tab_customizer_instructions">Mantén pulsado y arrastra para reorganizar los iconos superiores.</string> <string name="no_new_notifications">No se han encontrado Notificaciones</string> + <string name="today">Hoy</string> + <string name="yesterday">Ayer</string> + <!-- + Template used to display human readable string; + For instance: + Today at 1:23 PM + Mar 13 at 9:00 AM + + The first element is the day, and the second element is the time + --> </resources> |