diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-08-16 10:39:59 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-08-26 19:41:18 +0200 |
commit | da1edafd495b82a0a9b176f7718cd3fe7b334521 (patch) | |
tree | 87e3db8671b84de9177d758de43761c24e7d4448 /src/main/res/values | |
parent | bbf63481873eaa39a215b6c5b2f88f16ba807d61 (diff) |
add payment required error
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index b2aaaf2c9..baec6bad6 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -685,4 +685,5 @@ <string name="databaseimport_started">Backup will be imported, this may take awhile.</string> <string name="pref_export_plain_text_logs_summary">Enable an export of chat logs as human readable text files</string> <string name="pref_export_plain_text_logs">Export human readable chat logs</string> + <string name="payment_required">Payment required</string> </resources> |