From c6a8b9c7b5f176b6146d3c0afcc6cd302f8b1dcd Mon Sep 17 00:00:00 2001 From: Simon Nilsson Date: Thu, 28 Mar 2024 11:04:39 +0100 Subject: [PATCH] Replaced long translation with short identifiers --- src/lang/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 3c2f4f51..6b719ea0 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -896,12 +896,12 @@ "Originator type": "Originator type", "Alphanumeric (recommended)": "Alphanumeric (recommended)", "Telephone number": "Telephone number", - "Alphanumeric string (max 11 alphanumeric characters). Recipients can not reply to the message.": "Alphanumeric string (max 11 alphanumeric characters). Recipients can not reply to the message.", - "Numeric value (max 15 digits) with telephone number on international format without leading 00 (example UK number 07920 110 000 should be set as 447920110000). Recipients can reply to the message.": "Numeric value (max 15 digits) with telephone number on international format without leading 00 (example UK number 07920 110 000 should be set as 447920110000). Recipients can reply to the message.", + "cellsyntOriginatortypeDescA": "Alphanumeric string (max 11 alphanumeric characters). Recipients can not reply to the message.", + "cellsyntOriginatortypeDescB": "Numeric value (max 15 digits) with telephone number on international format without leading 00 (example UK number 07920 110 000 should be set as 447920110000). Recipients can reply to the message.", "Originator": "Originator", - "Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.": "Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.", + "cellsyntOriginatorDescA": "Visible on recipient's mobile phone as originator of the message. Allowed values and function depends on parameter originatortype.", "Destination": "Destination", - "Recipient's telephone number using international format with leading 00 followed by country code, e.g. 00447920110000 for the UK number 07920 110 000 (max 17 digits in total). Max 25000 comma separated recipients per HTTP request.": "Recipient's telephone number using international format with leading 00 followed by country code, e.g. 00447920110000 for the UK number 07920 110 000 (max 17 digits in total). Max 25000 comma separated recipients per HTTP request.", + "cellsyntDestinationDescB": "Recipient's telephone number using international format with leading 00 followed by country code, e.g. 00447920110000 for the UK number 07920 110 000 (max 17 digits in total). Max 25000 comma separated recipients per HTTP request.", "Allow Long SMS": "Allow Long SMS", - "Split long messages into up to 6 parts. 153 x 6 = 918 characters.": "Split long messages into up to 6 parts. 153 x 6 = 918 characters." + "cellsyntSplitLongMessagesDescA": "Split long messages into up to 6 parts. 153 x 6 = 918 characters." }