Labels in Media Manager 5 can do a bit more than the usual labels.
Most labels in Media Manager 5 are simple key/value pairs, e.g. "ASSET_ARCHIVE" to "Archive". These can be changed as always.
Interpolation
First and foremost it is possible to interpolate values into labels by using double curly brackets, e.g.
...
The following are values outputted for different data types:
data type | output |
---|---|
boolean |
|
number |
|
string |
|
Cardinal plurality
Cardinal plurality is when something is counted, e.g. "one asset", "two assets", "three assets" and so on. Cardinal plurality is denoted by the FUNCTION_NAME
cardinalPlural
.
...
Which ones are available depends on the chosen language. A full list can be seen here: http://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html.
The Media Manager 5 has rules for the following languages: English Danish German Swedish
...