Skip to content

Commit

Permalink
French translation (#48)
Browse files Browse the repository at this point in the history
* Create strings.xml

* Create array.xml
  • Loading branch information
Poussinou authored and kevinhinterlong committed Jul 15, 2017
1 parent 8851003 commit 7f47030
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/main/res/values-fr/array.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string-array name="fontSizeTitles">
<item>Très petit</item>
<item>Petit</item>
<item>Normal</item>
<item>Grand</item>
<item>Très grand</item>
</string-array>

</resources>
10 changes: 10 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ArchWiki Viewer</string>
<string name="menu_settings">Paramètres</string>
<string name="share">Partager le lien</string>
<string name="search">Chercher</string>
<string name="exit">Quitter</string>
<string name="text_size_preference">Taille du texte</string>
<string name="refresh">Rafraîchir</string>
</resources>

0 comments on commit 7f47030

Please sign in to comment.