import "SharedStructures.idl";
Public Attributes | |
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 }. This is the parameters structure.
long kerio::web::LocalizableMessageParameters::plurality |
count of items, used to distinguish among singular/paucal/plural; 1 for messages with no counted items
StringList kerio::web::LocalizableMessageParameters::positionalParameters |
additional strings to replace the placeholders in message (first string replaces %1 etc.)