Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/application/language/en/donate_lang.php

18 lines
1.6 KiB
PHP
Raw Normal View History

2018-10-16 16:28:42 +00:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['donate_title'] = 'Do You Want To Support This Website?';
$lang['donate_subheader'] = 'In order to continue offering this free website, we need somehow money to pay for the servers. What do you get from this? First, you and all others can keep using this website. Secondly, you won\'t see any ads anymore';
$lang['donate_catchphrase'] = 'Help us keeping this service alive.';
$lang['donate_level1'] = 'An <span>1€</span> donation is enough for one bag of sweets for the developer.';
$lang['donate_level2'] = 'A <span>2€</span> donation enables us to continue developing this website.';
$lang['donate_level3'] = 'A <span>5€</span> donation makes possible to buy 2GB more RAM for the server.';
$lang['donate_level4'] = 'A <span>10€</span> donation would cover the minimum wage for one hour of work of one single developer.';
$lang['donate_level5'] = 'A <span>15€</span> donation could afford us to buy 150GB more disk space for your images, texts, videos etc.';
$lang['donate_level6'] = 'A <span>20€</span> donation would be the foundation for another server.';
$lang['donate_level7'] = 'A <span>25€</span> donation allows us to buy several different licenses.';
$lang['donate_level8'] = 'A <span>30€</span> donation is enough for publishing an app version of this website in the PlayStore.';
$lang['donate_level9'] = 'A <span>50€</span> donation would be directly invested into the purchase of another server unit.';
$lang['donate_level10'] = 'An <span>100€</span> donation would cover all major expenses for one month!';
$lang['donate_btn'] = "Donate";