diff --git a/l10n/en_GB.js b/l10n/en_GB.js index f63e9b2..5058d73 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -5,10 +5,21 @@ OC.L10N.register( "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud", "Cancel" : "Cancel", "Confirm" : "Confirm", + "No contact found." : "No contact found.", "Settings" : "Settings", + "Max messages to load per conversation" : "Max messages to load per conversation", + "Invalid message limit" : "Invalid message limit", + "Default country code" : "Default country code", + "Contact ordering" : "Contact ordering", + "Last message" : "Last message", "Label" : "Label", + "Reverse ?" : "Reverse ?", "Notification settings" : "Notification settings", "Enable" : "Enable", - "Disable" : "Disable" + "Disable" : "Disable", + "Are you sure you want to wipe all your messages ?" : "Are you sure you want to wipe all your messages ?", + "Reset all messages" : "Reset all messages", + "%s messages shown of %s messages stored in database." : "%s messages shown of %s messages stored in database.", + "Please select a conversation from the list to load it." : "Please select a conversation from the list to load it." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 90d71bb..dbb1b00 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -3,10 +3,21 @@ "An app to sync SMS with your cloud" : "An app to sync SMS with your cloud", "Cancel" : "Cancel", "Confirm" : "Confirm", + "No contact found." : "No contact found.", "Settings" : "Settings", + "Max messages to load per conversation" : "Max messages to load per conversation", + "Invalid message limit" : "Invalid message limit", + "Default country code" : "Default country code", + "Contact ordering" : "Contact ordering", + "Last message" : "Last message", "Label" : "Label", + "Reverse ?" : "Reverse ?", "Notification settings" : "Notification settings", "Enable" : "Enable", - "Disable" : "Disable" + "Disable" : "Disable", + "Are you sure you want to wipe all your messages ?" : "Are you sure you want to wipe all your messages ?", + "Reset all messages" : "Reset all messages", + "%s messages shown of %s messages stored in database." : "%s messages shown of %s messages stored in database.", + "Please select a conversation from the list to load it." : "Please select a conversation from the list to load it." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file