You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
658 B
34 lines
658 B
4 years ago
|
/**
|
||
|
* The list of pictograms.
|
||
|
* Every key is a pictogram assigned.
|
||
|
*/
|
||
|
keys_en = {
|
||
|
"apple": "apple",
|
||
|
"date": "datum",
|
||
|
"facebook": "facebook",
|
||
|
"browser": "firefox",
|
||
|
"google": "google",
|
||
|
"instagram": "instagram",
|
||
|
"ip": "location",
|
||
|
"address": "location",
|
||
|
"website": "webpage",
|
||
|
"webpage": "webpage",
|
||
|
"websites": "webpage",
|
||
|
"webpages": "webpage",
|
||
|
"microsoft": "Microsoft",
|
||
|
"screensize": "screensize",
|
||
|
"computer":"screensize",
|
||
|
"screen": "screensize",
|
||
|
"thirdparty": "thirdparty",
|
||
|
"twitter": "twitter",
|
||
|
"whatsapp": "whatsapp",
|
||
|
"youtube": "youtube",
|
||
|
"missing": "missing",
|
||
|
"email": "email",
|
||
|
"Email": "email",
|
||
|
"mac": "apple",
|
||
|
"linux":"linux",
|
||
|
"win":"Microsoft"
|
||
|
|
||
|
}
|