10 lines
664 B
PHP
10 lines
664 B
PHP
<?php
|
|
|
|
return array(
|
|
'Activate this to test your new prefix. If it doesn\'t work you could rollback your changes (the link in the HTML content will not be replaced)' => 'Activate this to test your new prefix. If it doesn\'t work you could rollback your changes (the link in the HTML content will not be replaced)',
|
|
'It will replaced the default <code>%prefix</code>' => 'It will replaced the default <code>%prefix</code>',
|
|
'The new prefix' => 'The new prefix',
|
|
'URL should only use alpha numeric, - and _ characters' => 'URL should only use alpha numeric, - and _ characters',
|
|
'Use also the default prefix' => 'Use also the default prefix',
|
|
);
|