2007-10-30 10:30:07 +00:00

20 lines
751 B
PHP

<?php
$lang['plugin']['prettyurls']['errors'] = array (
-2 => 'I can\' find or create an <code>.htaccess</code> file in your root '.
'directory. PrettyURLs might not work properly, see the config panel.'
);
$lang['admin']['plugin']['submenu']['prettyurls'] = 'PrettyURLs Config';
$lang['admin']['plugin']['prettyurls'] = array(
'head' => 'PrettyURLs Configuration',
'description'=>'This raw editor let you edit your '.
'<code><a class="hint" href="http://wiki.flatpress.org/doc:plugins:prettyurls">.htaccess</a></code>.',
'cantsave' => 'If file were writable you could edit it',
'submit' => 'Save'
);
$lang['admin']['plugin']['prettyurls']['msgs'] = array(
1 => 'API key saved',
-1 => 'API key is not valid'
);
?>