1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00
LinkAce/lang/en_US/sharing.php
Kovah f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00

34 lines
1011 B
PHP

<?php
return [
'sharetext' => 'I found this awesome link, go check it out: #URL#',
'subject' => 'Check out this cool link',
'share' => 'Share link via :service',
'share_link' => 'Share this Link',
'service' => [
'email' => 'Email',
'print' => 'Print',
'facebook' => 'Facebook',
'twitter' => 'Twitter',
'reddit' => 'Reddit',
'pinterest' => 'Pinterest',
'whatsapp' => 'Whatsapp',
'telegram' => 'Telegram',
'fb-messenger' => 'Facebook Messenger',
'wechat' => 'WeChat',
'sms' => 'SMS',
'slack' => 'Slack',
'skype' => 'Skype',
'hackernews' => 'Hacker News',
'discord' => 'Discord',
'mastodon' => 'Mastodon',
'pocket' => 'Pocket',
'flipboard' => 'Flipboard',
'evernote' => 'Evernote',
'trello' => 'Trello',
'buffer' => 'Buffer',
'tumblr' => 'Tumblr',
'xing' => 'Xing',
'linkedin' => 'LinkedIn',
],
];