Add a quest log feature
This commit is contained in:
parent
b3d3e3e314
commit
d55e782510
58 changed files with 1740 additions and 452 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<resources>
|
||||
<string name="app_name">Rp-Lexique</string>
|
||||
<string name="app_name">Rp-Compagnon</string>
|
||||
|
||||
<string name="error_generic">Ah !? y\'a un truc qui foire quelque part.</string>
|
||||
<string name="error_structure">La structure du fichier semble avoir changé et n\'est plus compatible avec cette application.</string>
|
||||
|
|
@ -28,6 +28,9 @@
|
|||
|
||||
<string name="action_google_sign_in">Se connecter avec</string>
|
||||
|
||||
<string name="home_lexicon">Lexique</string>
|
||||
<string name="home_quest_log">Journal de quêtes</string>
|
||||
|
||||
<string name="lexicon_search">Rechercher</string>
|
||||
|
||||
<string name="detail_title">Détails du personnage</string>
|
||||
|
|
@ -42,4 +45,6 @@
|
|||
<string name="search_item_description">Description :</string>
|
||||
<string name="search_item_history">Histoire :</string>
|
||||
<string name="search_item_tags">Mots clés :</string>
|
||||
|
||||
<string name="quest_detail_title">Détails de quête</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue