summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-02-22 16:08:40 -0800
committer=Corey Hulen <corey@hulen.com>2016-02-22 16:08:40 -0800
commit1bb85818ca5d7569c17e56d523d9668b83973e65 (patch)
tree5b40290c7a65678171cfc236ffc1cd72e88027cf /i18n
parent32ae72d91d31699899d5e2084cf7faa40c81e42c (diff)
downloadchat-1bb85818ca5d7569c17e56d523d9668b83973e65.tar.gz
chat-1bb85818ca5d7569c17e56d523d9668b83973e65.tar.bz2
chat-1bb85818ca5d7569c17e56d523d9668b83973e65.zip
Fixing device id column for droid
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f45f65526..cafae022e 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2360,6 +2360,10 @@
"translation": "Failed to create index %v"
},
{
+ "id": "store.sql.remove_index.critical",
+ "translation": "Failed to remove index %v"
+ },
+ {
"id": "store.sql.create_index_missing_driver.critical",
"translation": "Failed to create index because of missing driver"
},
@@ -2404,6 +2408,14 @@
"translation": "Failed to rename column %v"
},
{
+ "id": "store.sql.alter_column_type.critical",
+ "translation": "Failed to alter column type %v"
+ },
+ {
+ "id": "store.sql.maxlength_column.critical",
+ "translation": "Failed to get max length of column %v"
+ },
+ {
"id": "store.sql.schema_out_of_date.warn",
"translation": "The database schema version of %v appears to be out of date"
},