8 lines
No EOL
229 B
PHP
8 lines
No EOL
229 B
PHP
<?php
|
|
/*
|
|
* Language definitions (English localization)
|
|
*/
|
|
|
|
define('OGP_LANG_allow_fast_download', "Allow Fast Download");
|
|
define('OGP_LANG_allow_fast_download_info', "Allows user to create a download redirection service.");
|
|
?>
|