import "SharedStructures.idl";
Public Attributes | |
| string | message |
| text with placeholders %1, %2, etc., e.g. "User %1 cannot be deleted." | |
| StringList | positionalParameters |
| additional strings to replace the placeholders in message (first string replaces %1 etc.) | |
| long | plurality |
| count of items, used to distinguish among singular/paucal/plural; 1 for messages with no counted items | |
Message can contain replacement marks: { "User %1 cannot be deleted.", ["jsmith"], 1 }
| string kerio::web::LocalizableMessage::message |
text with placeholders %1, %2, etc., e.g. "User %1 cannot be deleted."
| long kerio::web::LocalizableMessage::plurality |
count of items, used to distinguish among singular/paucal/plural; 1 for messages with no counted items
| StringList kerio::web::LocalizableMessage::positionalParameters |
additional strings to replace the placeholders in message (first string replaces %1 etc.)