Browse Source

fix Spanish text

main
Distopico Vegan 4 years ago
parent
commit
4b4634385b
No known key found for this signature in database GPG Key ID: 98093A8072546BF3
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      app/src/main/res/values-en/strings.xml
  2. +2
    -2
      app/src/main/res/values-es-rES/strings.xml
  3. +2
    -2
      app/src/main/res/values/strings.xml

+ 1
- 1
app/src/main/res/values-en/strings.xml View File

@ -262,6 +262,6 @@
<string name="title_reset">Reset</string>
<string name="title_color">Color</string>
<string name="title_cancel">Cancel</string>
<string name="text_gmail_note"><![CDATA[Require have non-oAuth authentication enabled <font color=\'#0055C7\'>More info</font>]]></string>
<string name="text_gmail_note"><![CDATA[Requires have non-oAuth authentication enabled. <font color=\'#0055C7\'>More info</font>]]></string>
<string name="message_gmail_note"><![CDATA[Since January 2020 Gmail restricted the oAuth scopes, now requires authorization to be able to authenticate, we are looking the best way to fix oAuth authentication without privative libraries.<br/><br/> As a temporary solution you need to allow normal authentication or how Google says <i>\"less secure apps\"</i>.<br/><br/><b>Instructions here:</b> https://support.google.com/accounts/answer/6010255</br>]]></string>
</resources>

+ 2
- 2
app/src/main/res/values-es-rES/strings.xml View File

@ -267,5 +267,5 @@
<string name="title_color">Color</string>
<string name="title_cancel">Cancelar</string>
<string name="message_gmail_note">Desde enero de 2020 Gmail restringió los alcances de oAuth, ahora requiere autorización para poder autenticarse, estamos buscando la mejor manera de arreglar la autenticación de oAuth sin librerías privativas.&lt;br/&gt;&lt;br/&gt; Como solución temporal necesitas permitir la autenticación normal o como dice Google &lt;i&gt;\"aplicaciones menos seguras\"&lt;/i&gt;.&lt;br/&gt;&lt;br/&gt;&lt;b&gt; Instrucciones aquí:&lt;/b&gt; https://support.google.com/accounts/answer/6010255&lt;/br&gt;</string>
<string name="text_gmail_note">Requiere que se habilite la autenticación no oAuth <font color="#0055C7">Más infomación</font></string>
</resources>
<string name="text_gmail_note"><![CDATA[Requiere que se habilite la autenticación no oAuth <font color="#0055C7">Más información</font>]]></string>
</resources>

+ 2
- 2
app/src/main/res/values/strings.xml View File

@ -266,6 +266,6 @@
<string name="title_reset">Reset</string>
<string name="title_color">Color</string>
<string name="title_cancel">Cancel</string>
<string name="text_gmail_note"><![CDATA[Require have non-oAuth authentication enabled <font color=\'#0055C7\'>More info</font>]]></string>
<string name="text_gmail_note"><![CDATA[Requires have non-oAuth authentication enabled. <font color=\'#0055C7\'>More info</font>]]></string>
<string name="message_gmail_note"><![CDATA[Since January 2020 Gmail restricted the oAuth scopes, now requires authorization to be able to authenticate, we are looking the best way to fix oAuth authentication without privative libraries.<br/><br/> As a temporary solution you need to allow normal authentication or how Google says <i>\"less secure apps\"</i>.<br/><br/><b>Instructions here:</b> https://support.google.com/accounts/answer/6010255</br>]]></string>
</resources>
</resources>

Loading…
Cancel
Save