summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l10n/en_GB.js2
-rw-r--r--l10n/en_GB.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/l10n/en_GB.js b/l10n/en_GB.js
index 39803bf6..09b9ea30 100644
--- a/l10n/en_GB.js
+++ b/l10n/en_GB.js
@@ -44,6 +44,8 @@ OC.L10N.register(
"Sort by" : "Sort by",
"{addressbook} shared by {owner}" : "{addressbook} shared by {owner}",
"Contact could not be created." : "Contact could not be created.",
+ "No contacts in file. Only vCard files are allowed." : "No contacts in file. Only vCard files are allowed.",
+ "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported." : "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported.",
"Display name" : "Display name",
"Nickname" : "Nickname",
"Detailed name" : "Detailed name",
diff --git a/l10n/en_GB.json b/l10n/en_GB.json
index 0ce34c3b..f5101ed9 100644
--- a/l10n/en_GB.json
+++ b/l10n/en_GB.json
@@ -42,6 +42,8 @@
"Sort by" : "Sort by",
"{addressbook} shared by {owner}" : "{addressbook} shared by {owner}",
"Contact could not be created." : "Contact could not be created.",
+ "No contacts in file. Only vCard files are allowed." : "No contacts in file. Only vCard files are allowed.",
+ "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported." : "Only vCard version 4.0 (RFC6350) or version 3.0 (RFC2426) are supported.",
"Display name" : "Display name",
"Nickname" : "Nickname",
"Detailed name" : "Detailed name",