source: extensions/hotlink_compatibility/language/en_UK/plugin.lang.php @ 16274

Last change on this file since 16274 was 16274, checked in by mistic100, 12 years ago

create Hotlink Compatibility plugin

File size: 1.5 KB
Line 
1<?php
2
3$lang['.htaccess file is not writable'] = '.htaccess file is not writable';
4$lang['Unable to activate RewriteEngine'] = 'Unable to activate RewriteEngine';
5$lang['Upgrade already applied, please remove this plugin'] = 'Upgrade already applied, please remove this plugin';
6$lang['Upgrade successfully applied, please remove this plugin'] = 'Upgrade successfully applied, please remove this plugin';
7$lang['Your host may be incompatible with URL rewriting'] = 'Your host may be incompatible with URL rewriting';
8$lang['Piwigo can\'t create or modify the .htaccess, you would have to do it manually if you want to apply this upgrade. Here is what you must put in the file:'] = 'Piwigo can\'t create or modify the .htaccess, you would have to do it manually if you want to apply this upgrade. Here is what you must put in the file:';
9$lang['You already have a .htaccess file but it blocks the rewrite engine (line <i>RewriteEngine off</i>), please remove this line to allow Piwigo to apply the upgrade.'] = 'You already have a .htaccess file but it blocks the rewrite engine (line <i>RewriteEngine off</i>), please remove this line to allow Piwigo to apply the upgrade.';
10$lang['Your gallery is hosted by a service known to have issues with URL Rewriting, you apply this upgrade at your own risk.'] = 'Your gallery is hosted by a service known to have issues with URL Rewriting, you apply this upgrade at your own risk.';
11$lang['Apply upgrade anyway'] = 'Apply upgrade anyway';
12$lang['Apply upgrade'] = 'Apply upgrade';
13
14?>
Note: See TracBrowser for help on using the repository browser.