diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-11 21:26:02 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-11 21:26:02 -0800 |
commit | 3174728996fd970846f110f6cb349d7cd2caf9ba (patch) | |
tree | d08aebee5ca79113f7f153b08c043bfd79f94808 /app/src/main/res/values-it-rIT | |
parent | 58dbac5b01f9532375fd235fb21209424b6cf26a (diff) | |
download | frost-3174728996fd970846f110f6cb349d7cd2caf9ba.tar.gz frost-3174728996fd970846f110f6cb349d7cd2caf9ba.tar.bz2 frost-3174728996fd970846f110f6cb349d7cd2caf9ba.zip |
Add back email sender with blank email and remove more senders
Diffstat (limited to 'app/src/main/res/values-it-rIT')
-rw-r--r-- | app/src/main/res/values-it-rIT/strings_errors.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values-it-rIT/strings_web_context.xml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/values-it-rIT/strings_errors.xml b/app/src/main/res/values-it-rIT/strings_errors.xml index 28ce037e..6c4ab2ef 100644 --- a/app/src/main/res/values-it-rIT/strings_errors.xml +++ b/app/src/main/res/values-it-rIT/strings_errors.xml @@ -2,7 +2,6 @@ <!--Generated by crowdin.com--> <resources> <string name="null_url_overlay">L\'url ricevuto è vuoto; sto uscendo</string> - <string name="bad_image_overlay">Impossibile caricare l\'url correttamente. Vuoi segnalarlo?</string> <string name="invalid_share_url">Url per la condivisione non valido</string> <string name="invalid_share_url_desc">Hai selezionato un blocco di testo che non è un url. Il testo è stato copiato negli appunti in modo da poterlo condividere manualmente.</string> <string name="no_download_manager">Download Manager Mancante</string> diff --git a/app/src/main/res/values-it-rIT/strings_web_context.xml b/app/src/main/res/values-it-rIT/strings_web_context.xml index 586ad067..2d28b62a 100644 --- a/app/src/main/res/values-it-rIT/strings_web_context.xml +++ b/app/src/main/res/values-it-rIT/strings_web_context.xml @@ -2,8 +2,6 @@ <!--Generated by crowdin.com--> <resources> <string name="share_link">Condividi link</string> - <string name="debug_link">Link debug</string> - <string name="debug_link_desc">Se un collegamento non è caricato correttamente, puoi inviarmi una e-mail affinché possa aiutare a eseguire il debug. Facendo clic su Ok si apre una richiesta di posta elettronica</string> <string name="open_link">Apri link</string> <string name="copy_link">Copia link</string> <string name="copy_text">Copia testo</string> |