Skip to content

Commit

Permalink
Fix fr string
Browse files Browse the repository at this point in the history
  • Loading branch information
itchix committed Jul 2, 2015
1 parent 630e2fa commit ff55451
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.iml
Expand Up @@ -106,8 +106,8 @@
<orderEntry type="library" exported="" name="load-toast-1.0.6" level="project" />
<orderEntry type="library" exported="" name="android-async-http-1.4.6" level="project" />
<orderEntry type="library" exported="" name="jackson-annotations-2.5.0" level="project" />
<orderEntry type="library" exported="" name="core-3.2.0" level="project" />
<orderEntry type="library" exported="" name="androidasync-2.1.6" level="project" />
<orderEntry type="library" exported="" name="core-3.2.0" level="project" />
<orderEntry type="library" exported="" name="jackson-core-2.5.0" level="project" />
<orderEntry type="library" exported="" name="core-1.7.2" level="project" />
<orderEntry type="library" exported="" name="support-v4-22.2.0" level="project" />
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Expand Up @@ -26,6 +26,16 @@
<item>Nutrition</item>
<item>Retour menu</item>
</string-array>

<!-- Text units -->
<string-array name="units_array">
<item>g</item>
<item>mg</item>
<item>kg</item>
<item>l</item>
<item>ml</item>
</string-array>

<string name="alert_dialog_product_error_msg">Produit non trouvé, veuillez recommencer</string>
<string name="toast_retrieving">Chargement…</string>
<string name="txtBarcode">Code barre :</string>
Expand Down

0 comments on commit ff55451

Please sign in to comment.