Admin area | PrettyURLs with NGINX

- Link to wiki article added
- Plugin activated by default
- Title Greek welcome entry
This commit is contained in:
Fraenkiman 2024-03-22 16:58:15 +01:00
parent dc8726e76c
commit 238cfaa1c2
16 changed files with 83 additions and 54 deletions

View File

@ -18,7 +18,7 @@ $fp_plugins = array(
// 'lastcomments', // cache-based last-comments block
// 'lastcommentsadmin',
'lastentries',
// 'prettyurls', // The use of Apache web servers will be less than 50% worldwide in 2023
'prettyurls', // PrettyURLs with NGINX? see https://wiki.flatpress.org/res:plugins:prettyurls#nginx
'categories',
'searchbox',
'blockparser',

View File

@ -7,20 +7,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLs Config';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Nastavení PrettyURLs',
'description1' => 'Zde můžete přeměnit standardní adresy URL FlatPressu na krásné adresy URL vhodné pro SEO.',
'nginx' => 'PrettyURLs se službou NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Tento editor umožňuje přímo upravovat soubor <code>.htaccess</code> potřebný pro zásuvný modul PrettyUrls.<br>' . //
'<strong>Poznámka:</strong> Pouze webové servery kompatibilní s NCSA, jako je například Apache, uznávají koncept souborů .htaccess. ' . //
'Váš serverový software je: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Váš serverový software je: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Nemůžete editovat tento soubor, protože není <strong>zapisovatelný</strong>. Můžete nastavit povolení k zapisování nebo kopírovat a vložit do souboru a poté nahrát.',
'mode' => 'Režim',
'auto' => 'Automatický',
'autodescr' => 'se snaží vybrat nejlepší volbu',
'pathinfo' => 'Path Info',
'pathinfodescr' => 'např. /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'např. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'např. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'např. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'např. /2011/01/01/hello-world/',
'prettydescr' => 'např. /2024/01/01/hello-world/',
'saveopt' => 'Uložit nastavení',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLs';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'PrettyURLs Konfiguration',
'description1' => 'Her kan du forvandle FlatPress\' standard-URL\'er til smukke, SEO-venlige URL\'er.',
'nginx' => 'PrettyURLs med NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Denne editor giver dig mulighed for direkte at redigere den <code>.htaccess</code>, der kræves til PrettyUrls-pluginet.<br>' . //
'<strong>Bemærk:</strong> Kun webservere, der er NCSA-kompatible, såsom Apache, anerkender begrebet .htaccess-filer. ' . //
'Din serversoftware er: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Din serversoftware er: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Denne fil kan ikke redigeres, fordi den er skrivebeskyttet. Ændr adgangsrettighederne, eller kopier disse linjer, indsæt dem i en lokal fil, og upload den derefter.',
'mode' => 'Tilstand',
'auto' => 'Automatisk',
'autodescr' => 'Find automatisk den bedste løsning',
'pathinfo' => 'Sti-info',
'pathinfodescr' => 'e.g. /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'e.g. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'e.g. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'e.g. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'e.g. /2011/01/01/hello-world/',
'prettydescr' => 'e.g. /2024/01/01/hello-world/',
'saveopt' => 'Gem indstillinger',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLs';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'PrettyURLs Konfiguration',
'description1' => 'Hier kannst du die Standard-URL\'s von FlatPress in schöne, SEO-freundliche URL\'s verwandeln.',
'nginx' => 'PrettyURLs mit NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Dieser Editor ermöglicht die für das PrettyURLs Plugin benötigte <code>.htaccess</code> direkt zu bearbeiten.<br>' . //
'<strong>Hinweis:</strong> Nur Webserver, die NCSA kompatibel sind, wie beispielsweise Apache, kennen das Konzept der .htaccess Dateien. ' . //
'Deine Serversoftware ist: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Deine Serversoftware ist: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Diese Datei kann nicht bearbeitet werden, weil sie schreibgeschützt ist. Ändere die Zugriffsrechte oder kopiere diese Zeilen, füge sie in eine lokale Datei ein und lade diese dann hoch.',
'mode' => 'Modus',
'auto' => 'Automatisch',
'autodescr' => 'Ermittle die beste Möglichkeit automatisch',
'pathinfo' => 'Path Info',
'pathinfodescr' => 'Beispiel: /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'Beispiel: /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'Beispiel: /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'Beispiel: /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'Beispiel: /2011/01/01/hello-world/',
'prettydescr' => 'Beispiel: /2024/01/01/hello-world/',
'saveopt' => 'Einstellungen speichern',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLs';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Διαμόρφωση της PrettyURL',
'description1' => 'Εδώ μπορείτε να μετατρέψετε τις τυπικές διευθύνσεις URL του FlatPress σε όμορφες, φιλικές προς το SEO διευθύνσεις URL.',
'nginx' => 'PrettyURLs με NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Αυτός ο επεξεργαστής σας επιτρέπει να επεξεργαστείτε απευθείας το <code>.htaccess</code> που απαιτείται για το πρόσθετο PrettyUrls.<br>' . //
'<strong>Σημείωση:</strong> Μόνο οι διακομιστές ιστού που είναι συμβατοί με την NCSA, όπως ο Apache, αναγνωρίζουν την έννοια των αρχείων .htaccess. ' . //
'Το λογισμικό του διακομιστή σας είναι: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Το λογισμικό του διακομιστή σας είναι: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Αυτό το αρχείο δεν μπορεί να επεξεργαστεί επειδή προστατεύεται από εγγραφή. Αλλάξτε τα δικαιώματα πρόσβασης ή αντιγράψτε αυτές τις γραμμές, επικολλήστε τις σε ένα τοπικό αρχείο και στη συνέχεια ανεβάστε το.',
'mode' => 'Λειτουργία',
'auto' => 'Αυτόματο',
'autodescr' => 'Καθορίστε αυτόματα την καλύτερη επιλογή',
'pathinfo' => 'Πληροφορίες διαδρομής',
'pathinfodescr' => 'Παράδειγμα: /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'Παράδειγμα: /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'Παράδειγμα: /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'Παράδειγμα: /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'Παράδειγμα: /2011/01/01/hello-world/',
'prettydescr' => 'Παράδειγμα: /2024/01/01/hello-world/',
'saveopt' => 'Αποθήκευση ρυθμίσεων',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLs Config';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'PrettyURLs Configuration',
'description1' => 'Here you can turn the standard FlatPress URLs into beautiful, SEO-friendly URLs.',
'nginx' => 'PrettyURLs with NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'This editor allows you to edit the <code>.htaccess</code>required for the PrettyURLs plugin directly.<br>' . //
'<strong>Note:</strong> Only web servers that are NCSA compatible, such as Apache, are familiar with the concept of .htaccess files. ' . //
'Your server software is: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Your server software is: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'You can\'t edit this file, because it\'s not <strong>writable</strong>. You can give writing permission or copy and paste to a file and then upload manually.',
'mode' => 'Mode',
'auto' => 'Automatic',
'autodescr' => 'try to guess the best choice for me',
'pathinfo' => 'Path Info',
'pathinfodescr' => 'e.g. /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'e.g. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'e.g. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'e.g. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'e.g. /2011/01/01/hello-world/',
'prettydescr' => 'e.g. /2024/01/01/hello-world/',
'saveopt' => 'Save settings',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'Configuración de Prett
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Configuración de PrettyURLs',
'description1' => 'Aquí puedes transformar las URLs estándar de FlatPress en URLs bonitas y SEO-friendly.',
'nginx' => 'PrettyURLs con NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Este editor le permite editar directamente el <code>.htaccess</code> necesario para el plugin PrettyUrls.<br>' . //
'<strong>Nota:</strong> Sólo los servidores web compatibles con NCSA, como Apache, reconocen el concepto de archivos .htaccess. ' . //
'El software de tu servidor lo es: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'El software de tu servidor lo es: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'No puede editar este archivo, porque no es <strong>writable</strong>. Puede otorgar permiso de escritura o copiar y pegar en un archivo y luego cargarlo.',
'mode' => 'Modo',
'auto' => 'Automático',
'autodescr' => 'trata de adivinar la mejor opción para mí',
'pathinfo' => 'Información de path',
'pathinfodescr' => 'e.g. /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'e.g. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'e.g. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'e.g. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'e.g. /2011/01/01/hello-world/',
'prettydescr' => 'e.g. /2024/01/01/hello-world/',
'saveopt' => 'Guardar la configuración',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLs Config';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Configuration de PrettyURLs',
'description1' => 'Ici, tu peux transformer les URL standard de FlatPress en de jolies URL adaptées au SEO.',
'nginx' => 'PrettyURLs avec NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Cet éditeur permet d\'éditer directement le <code>.htaccess</code> nécessaire au plugin PrettyUrls.<br>' . //
'<strong>Remarque:</strong> Seuls les serveurs web compatibles avec NCSA, comme Apache, connaissent le concept des fichiers .htaccess. ' . //
'Ton logiciel serveur est: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Ton logiciel serveur est: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Vous ne pouvez pas &eacute;diter ce fichier, parce qu\'il n\'est pas autoris&eacute; en <strong>&eacute;criture</strong>. Vous devez autoriser l\'&eacute;criture du fichier ou copier-coller vers un fichier &agrave; transf&eacute;rer.',
'mode' => 'Mode',
'auto' => 'Automatique',
'autodescr' => 'PrettyURLs va tenter de trouver la meilleur configuration',
'pathinfo' => 'Path Info',
'pathinfodescr' => 'Exemple: /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'Exemple: /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'Exemple: /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'Exemple: /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'Exemple: /2011/01/01/hello-world/',
'prettydescr' => 'Exemple: /2024/01/01/hello-world/',
'saveopt' => 'Sauvegarder',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'Configurazione di Prett
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Configurazione di PrettyURLs',
'description1' => 'Qui è possibile trasformare gli URL standard di FlatPress in URL belli e SEO-friendly.',
'nginx' => 'PrettyURL con NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Questo editor consente di modificare direttamente il file <code>.htaccess</code> necessario per il plugin PrettyUrls.<br>' . //
'<strong>Nota:</strong> Solo i server web compatibili con NCSA, come Apache, riconoscono il concetto di file .htaccess. ' . //
'Il software del server è: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Il software del server è: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Non puoi modificare questo file, perché non è <strong>scrivibile</strong>. Puoi dargli i permessi di scrittura o copiarlo e incollarlo in un file e poi caricarlo.',
'mode' => 'Modalità',
'auto' => 'Automatica',
'autodescr' => 'prova a cercare la migliore scelta per me',
'pathinfo' => 'Informazioni sul percorso',
'pathinfodescr' => 'ad es. /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'ad es. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'ad es. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'ad es. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'ad es. /2011/01/01/hello-world/',
'prettydescr' => 'ad es. /2024/01/01/hello-world/',
'saveopt' => 'Salva le impostazioni',

View File

@ -8,21 +8,23 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'PrettyURLsの設定';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'PrettyURLsの設定',
'description1' => 'FlatPressの標準的なURLを、SEOに配慮した美しいURLに変換することができます。',
'nginx' => 'NGINXによるPrettyURLs',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'このエディタでは、PrettyUrlsプラグインに必要な<code>.htaccess</code>を直接編集することができます。<br>' . //
'<strong>注:</strong> .htaccessファイルの概念を認識するのは、ApacheのようなNCSA互換のウェブサーバーだけです。 ' . //
'サーバーソフトウェアは. <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'サーバーソフトウェアは. <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'このファイルを編集できません、なぜなら <strong>書き込み許可</strong>されてないからです。' .
'書き込み許可を与えたり、ファイルにコピー&ペーストしてアップロードすることもできる。',
'mode' => 'モード',
'auto' => '自動',
'autodescr' => '最良の選択を推定します。',
'pathinfo' => 'Path Info',
'pathinfodescr' => '例. /index.php/2011/01/01/hello-world/',
'pathinfodescr' => '例. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => '例. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => '例. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr'=> '例. /2011/01/01/hello-world/',
'prettydescr'=> '例. /2024/01/01/hello-world/',
'saveopt' => '設定の変更を保存する',

View File

@ -8,20 +8,22 @@ $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.',
'nginx' => 'PrettyURLs met NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'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>',
'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/',
'pathinfodescr' => 'e.g. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'e.g. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'e.g. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'e.g. /2011/01/01/hello-world/',
'prettydescr' => 'e.g. /2024/01/01/hello-world/',
'saveopt' => 'Instellingen opslaan',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'Configurar PrettyURLs';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Configurar PrettyURLs',
'description1' => 'Aqui, você pode transformar os URLs padrão do FlatPress em URLs bonitos e compatíveis com SEO.',
'nginx' => 'PrettyURLs com NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Esse editor permite que você edite diretamente o <code>.htaccess</code> necessário para o plug-in PrettyURLs.<br>' . //
'<strong>Observação:</strong> Somente os servidores da Web compatíveis com a NCSA, como o Apache, reconhecem o conceito de arquivos .htaccess. ' . //
'Seu software de servidor é: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Seu software de servidor é: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Você não pode editar este arquivo, porque ele não é <strong>gravável</strong>. Você pode conceder permissão de gravação ou copiar e colar em um arquivo e fazer o upload.',
'mode' => 'Modo',
'auto' => 'Automático',
'autodescr' => 'Tente adivinhar a melhor opção para mim.',
'pathinfo' => 'Informações do caminho',
'pathinfodescr' => 'e.g. /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'e.g. /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'e.g. /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'e.g. /?u=/2024/01/01/hello-world/',
'pretty' => 'Pretty',
'prettydescr' => 'e.g. /2011/01/01/hello-world/',
'prettydescr' => 'e.g. /2024/01/01/hello-world/',
'saveopt' => 'Salvar configurações',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'Конфигураци
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Конфигурация PrettyURLs',
'description1' => 'Здесь вы можете превратить стандартные URL из FlatPress в красивые, SEO-дружественные URL.',
'nginx' => 'PrettyURLs с NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Этот редактор позволяет напрямую редактировать <code>.htaccess</code>, необходимый для работы плагина PrettyURLs.<br>' . //
'<strong>Примечание:</strong> Только веб-серверы, совместимые с NCSA, такие как Apache, поддерживают концепцию файлов .htaccess. ' . //
'Ваше серверное программное обеспечение: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Ваше серверное программное обеспечение: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Вы не можете редактировать этот файл, поскольку он <strong>недоступен для записи</strong>. Вы можете дать разрешение на запись или скопировать и вставить в файл, а затем загрузить вручную.',
'mode' => 'Режим',
'auto' => 'Автоматический',
'autodescr' => 'выбрать оптимальный вариант',
'pathinfo' => 'Информация о пути',
'pathinfodescr' => 'Например, /index.php/2011/01/01/hello-world/',
'pathinfodescr' => 'Например, /index.php/2024/01/01/hello-world/',
'httpget' => 'HTTP-запрос методом GET',
'httpgetdescr' => 'Например, /?u=/2011/01/01/hello-world/',
'httpgetdescr' => 'Например, /?u=/2024/01/01/hello-world/',
'pretty' => 'Красивый URL',
'prettydescr' => 'Например, /2011/01/01/hello-world/',
'prettydescr' => 'Например, /2024/01/01/hello-world/',
'saveopt' => 'Сохранить настройки',

View File

@ -8,20 +8,22 @@ $lang ['admin'] ['plugin'] ['submenu'] ['prettyurls'] = 'Nastavitve PrettyURLs';
$lang ['admin'] ['plugin'] ['prettyurls'] = array(
'head' => 'Nastavitve PrettyURLs',
'description1' => 'Tu lahko standardne URL-je iz FlatPressa spremenite v čudovite, SEO prijazne URL-je.',
'nginx' => 'PrettyURLs med NGINX',
'wiki_nginx' => 'https://wiki.flatpress.org/res:plugins:prettyurls#nginx',
'htaccess' => '.htaccess',
'description2' => 'Ta urejevalnik vam omogoča neposredno urejanje <code>.htaccess</code>, potrebnega za vtičnik PrettyURLs.<br>' . //
'<strong>Opomba:</strong> Koncept datotek .htaccess poznajo samo spletni strežniki, ki so združljivi z NCSA, kot je Apache. ' . //
'Programska oprema vašega strežnika je: <strong>' . $_SERVER["SERVER_SOFTWARE"] . '</strong>',
'Programska oprema vašega strežnika je: <strong>' . $_SERVER ['SERVER_SOFTWARE'] . '</strong>',
'cantsave' => 'Datoteke ne morete urejati, ker ni <strong>zapisljiva</strong>. Lahko podelite dovoljenja za pisanje ali kopirate in prilepite v datoteko ter jo nato naložite ročno.',
'mode' => 'Način',
'auto' => 'Avtomatski',
'autodescr' => 'poskusi uganiti najboljšo izbiro zame',
'pathinfo' => 'Path Info',
'pathinfodescr' => 'npr. /index.php/2011/01/01/pozdravljen-svet/',
'pathinfodescr' => 'npr. /index.php/2024/01/01/pozdravljen-svet/',
'httpget' => 'HTTP Get',
'httpgetdescr' => 'npr. /?u=/2011/01/01/pozdravljen-svet/',
'httpgetdescr' => 'npr. /?u=/2024/01/01/pozdravljen-svet/',
'pretty' => 'Pretty',
'prettydescr' => 'npr. /2011/01/01/pozdravljen-svet/',
'prettydescr' => 'npr. /2024/01/01/pozdravljen-svet/',
'saveopt' => 'Shrani nastavitve',

View File

@ -29,6 +29,9 @@
<p class="alignright">
<a class="hint externlink" href="{$lang.admin.plugin.prettyurls.wiki_nginx}" target="_blank">{$lang.admin.plugin.prettyurls.nginx}</a>
</p>
<h3>{$plang.htaccess}</h3>
<p>{$plang.description2}</p>

View File

@ -99,7 +99,7 @@ $lang ['samplecontent'] ['menu'] ['content'] = '[list]
[*][url=contact.php]Επικοινωνία[/url]
[/list]';
$lang ['samplecontent'] ['entry'] ['subject'] = 'Welcome to FlatPress!';
$lang ['samplecontent'] ['entry'] ['subject'] = 'Καλώς ήρθατε στην FlatPress!';
$lang ['samplecontent'] ['entry'] ['content'] = 'Αυτό είναι ένα δείγμα ανάρτησης. Σας δείχνει μερικές από τις λειτουργίες του [url=https://www.flatpress.org target=_blank rel=external]FlatPress[/url].
Το στοιχείο "more" σας επιτρέπει να μεταβείτε από το περίγραμμα του άρθρου στο πλήρες άρθρο.