Added login optional debug logs. (#61)

This commit is contained in:
Amine Bou
2017-08-04 08:30:21 +02:00
committed by GitHub
parent b44a200731
commit d768d2232b
16 changed files with 101 additions and 10 deletions

View File

@ -131,4 +131,9 @@
<string name="blue_amber_dark_theme">Bleu/Ambre/Foncé</string>
<string name="indigo_pink_dark_theme">Indigo/Rose/Foncé</string>
<string name="red_teal_dark_theme">Rouge/Sarcelle/Foncé</string>
<string name="pref_header_debug">Debug</string>
<string name="login_debug_title">Activez pour loguer toutes les erreurs de conexion</string>
<string name="login_debug_on">Toutes les erreurs de connexion vont être loguées</string>
<string name="login_debug_off">Aucune erreur de connexion ne sera loguée</string>
<string name="login_menu_debug">Debug</string>
</resources>