Files
donext/DoNExt/app/src/main/res/values-fr/arrays.xml
bg45 799ec9a058 Lots of code cleanup and improvements after inspection
Load Today tasks in a AsyncTask
Use of plurals instead of string
Menu icons change
No more tasks now displayed in the center of the screen
2017-03-23 17:55:38 -04:00

7 lines
192 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="settings_task_layouts">
<item>Simple</item>
<item>Détaillée</item>
</string-array>
</resources>