LinkStack/config/button-names.php

38 lines
1.0 KiB
PHP
Raw Normal View History

<?php
$buttonNames = array(
2023-04-27 16:53:59 +02:00
'littlelink-custom' => 'LinkStack',
2022-11-05 14:54:54 +01:00
'all-inkl' => 'ALL-INKL',
'appstore' => 'App Store',
'apple-books' => 'Apple Books',
'apple-music' => 'Apple Music',
'apple-podcasts' => 'Apple Podcasts',
'bookwyrm' => 'BookWyrm',
'bluesky' => 'Bluesky',
'dev-to' => 'DEV',
'epic-games' => 'Epic Games',
'f-droid' => 'F-Droid',
2023-09-12 10:00:23 +02:00
'firefish' => 'Firefish',
2023-08-14 01:41:07 +02:00
'furaffinity' => 'FurAffinity',
'github' => 'GitHub',
'gitlab' => 'GitLab',
2023-08-14 01:32:52 +02:00
'itaku' => 'Itaku',
'itchio' => 'itch.io',
2023-08-14 01:32:52 +02:00
'last-fm' => 'last.fm',
'linkedin' => 'linkedIn',
'linkstack' => 'LinkStack',
'openstreetmap' => 'OpenStreetMap',
'paypal' => 'PayPal',
2023-07-21 09:15:18 +02:00
'picarto' => 'Picarto',
'playstore' => 'Google Play',
'soundcloud' => 'SoundCloud',
2023-10-22 19:34:45 +02:00
'streams' => 'Streams',
'tiktok' => 'TikTok',
2023-07-21 09:15:18 +02:00
'trakt' => 'Trakt',
'vrchat' => 'VRChat',
'whatsapp' => 'WhatsApp',
'wordpress' => 'WordPress',
'youtube' => 'YouTube',
'youtube-music' => 'YouTube Music',
2023-10-22 19:34:45 +02:00
);