diff options
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index c9bbd04..285b6e6 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -724,4 +724,22 @@ <!-- Status message when VPN is failed. --> <item>Unsuccessful</item> </string-array> + + <!-- User content ratings for restricted users [CHAR LIMIT=30] --> + <string-array name="user_content_ratings_entries"> + <item>Ascended being</item> + <item>Human</item> + <item>Neanderthal</item> + <item>Chimp</item> + <item>Monkey</item> + </string-array> + + <!-- Values for user content ratings for restricted users --> + <string-array name="user_content_ratings_values" translatable="false"> + <item>5</item> + <item>4</item> + <item>3</item> + <item>2</item> + <item>1</item> + </string-array> </resources> |