diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-09 21:45:03 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-09 21:45:03 +0200 |
commit | 6e3e1d310aafddd9ddf9fc09c23df2d13f760dfd (patch) | |
tree | 69fd4c9b40230cfa044e39dc4b35b4a5875d39bc /res/values | |
parent | da0b4261252b44af793523864d1185cdedd8d3c4 (diff) |
unified warnings/error msgs
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 382b5471..4ede1c10 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -2,8 +2,10 @@ <resources> <color name="primarytext" type="color">#de000000</color> <color name="secondarytext" type="color">#8a000000</color> + <color name="ondarktext" type="color">#fffafafa</color> <color name="primarybackground" type="color">#fffafafa</color> <color name="secondarybackground" type="color">#ffeeeeee</color> + <color name="darkbackground" type="color">#ff323232</color> <color name="divider">#1f000000</color> <color name="red">#ffe51c23</color> </resources>
\ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index dcaf58d2..80bd2052 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -252,4 +252,6 @@ <string name="no_muc_server_found">No suitable Conference Server found</string> <string name="your_fingerprint">Your fingerprint</string> <string name="otr_fingerprint">OTR fingerprint</string> + <string name="verify">Verify</string> + <string name="decrypt">Decrypt</string> </resources>
\ No newline at end of file |