diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 64a0345d0..95a94eb53 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -401,4 +401,10 @@ <!-- Group by menu item. [CHAR LIMIT=20] --> <string name="group_by">Group by</string> + + <!-- The title of the menu item which enable the settings [CHAR LIMIT=20] --> + <string name="settings">Settings</string> + + <!-- The title of menu item where user can add a new account --> + <string name="add_account">Add account</string> </resources> |