1
0
Fork 0
mirror of https://github.com/Findus23/plugin-ProfileAvatar.git synced 2024-09-19 15:23:45 +02:00
plugin-ProfileAvatar/lang/en.json

9 lines
363 B
JSON
Raw Normal View History

2020-05-20 10:41:04 +02:00
{
"ProfileAvatar": {
"AvatarTypeTitle": "Avatar Type",
"AvatarTypeDescription": "Choose the mode for generating avatars.",
"DataURLsTitle": "Use data URLs",
"DataURLsDescription": "Enabling this ships the images in the main request which causes them to load much faster, but especially with larger images this can bloat the API requests."
}
}