Fraenkiman 7d8386a209 ...Use of PrettyURLs
- As a result of 85e100c removed reference to the PrettyURLs plugin from the setup language files.
- The PrettyURLs panel now contains a note on the server software used
2023-12-26 04:26:36 +01:00

39 lines
1.8 KiB
PHP

<?php
$lang ['plugin'] ['prettyurls'] ['errors'] = array (
-2 => 'Ik vind geen of kan geen <code>.htaccess</code> bestand maken in jouw root ' . //
'directorie. PrettyURLs might not work properly, ie het configuratie menu.'
);
$lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLs Configuratie';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'PrettyURLs Configuratie',
'description1' => 'Hier kun je de standaard FlatPress URL\'s omzetten in mooie, SEO-vriendelijke URL\'s.',
'htaccess' => '.htaccess',
'description2' => 'Met deze editor kun je direct de <code>.htaccess</code> bewerken die nodig is voor de PrettyURLs plugin.<br>' . //
'<strong>Opmerking:</strong> Alleen webservers die NCSA-compatibel zijn, zoals Apache, herkennen het concept van .htaccess-bestanden. ' . //
'Uw serversoftware is: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'cantsave' => 'U kunt dit bestand niet bewerken omdat het niet <strong>schrijfbaar</strong> is. U kunt schrijfmachtigingen geven of een kopie maken en plakken in een bestand en vervolgens handmatig uploaden.',
'mode' => 'Modus',
'auto' => 'Automatisch',
'autodescr' => 'probeer de beste keuze voor mij te raden',
'pathinfo' => 'Path Info',
'pathinfodescr' => 'e.g. /index.php/2011/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'e.g. /?u=/2011/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'e.g. /2011/01/01/hello-world/',
'saveopt' => 'Instellingen opslaan',
'submit' => 'Bewaar .htaccess'
);
$lang ['admin'] ['plugin'] ['prettyurls'] ['msgs'] = array(
1 => '.htaccess opgeslagen',
-1 => '.htaccess kon niet worden opgeslagen (heb je schrijfrechten op <code>' . BLOG_ROOT . '</code>)?',
2 => 'Opties opgeslagen',
-2 => 'Er is een fout opgetreden bij het opslaan van instellingen'
);
?>