-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |