diff --git a/fp-defaults/plugins.conf.php b/fp-defaults/plugins.conf.php
index 4ef087f..1ce94f6 100755
--- a/fp-defaults/plugins.conf.php
+++ b/fp-defaults/plugins.conf.php
@@ -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',
diff --git a/fp-plugins/prettyurls/lang/lang.cs-cz.php b/fp-plugins/prettyurls/lang/lang.cs-cz.php
index 400148c..696329c 100644
--- a/fp-plugins/prettyurls/lang/lang.cs-cz.php
+++ b/fp-plugins/prettyurls/lang/lang.cs-cz.php
@@ -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 .htaccess
potřebný pro zásuvný modul PrettyUrls.
' . //
'Poznámka: Pouze webové servery kompatibilní s NCSA, jako je například Apache, uznávají koncept souborů .htaccess. ' . //
- 'Váš serverový software je: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Váš serverový software je: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'Nemůžete editovat tento soubor, protože není zapisovatelný. 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í',
diff --git a/fp-plugins/prettyurls/lang/lang.da-dk.php b/fp-plugins/prettyurls/lang/lang.da-dk.php
index 6e84c7c..a181d4f 100644
--- a/fp-plugins/prettyurls/lang/lang.da-dk.php
+++ b/fp-plugins/prettyurls/lang/lang.da-dk.php
@@ -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 .htaccess
, der kræves til PrettyUrls-pluginet.
' . //
'Bemærk: Kun webservere, der er NCSA-kompatible, såsom Apache, anerkender begrebet .htaccess-filer. ' . //
- 'Din serversoftware er: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Din serversoftware er: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'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',
diff --git a/fp-plugins/prettyurls/lang/lang.de-de.php b/fp-plugins/prettyurls/lang/lang.de-de.php
index c66a074..86aa6e3 100644
--- a/fp-plugins/prettyurls/lang/lang.de-de.php
+++ b/fp-plugins/prettyurls/lang/lang.de-de.php
@@ -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 .htaccess
direkt zu bearbeiten.
' . //
'Hinweis: Nur Webserver, die NCSA kompatibel sind, wie beispielsweise Apache, kennen das Konzept der .htaccess Dateien. ' . //
- 'Deine Serversoftware ist: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Deine Serversoftware ist: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'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',
diff --git a/fp-plugins/prettyurls/lang/lang.el-gr.php b/fp-plugins/prettyurls/lang/lang.el-gr.php
index 7ca40df..113e9e8 100644
--- a/fp-plugins/prettyurls/lang/lang.el-gr.php
+++ b/fp-plugins/prettyurls/lang/lang.el-gr.php
@@ -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' => 'Αυτός ο επεξεργαστής σας επιτρέπει να επεξεργαστείτε απευθείας το .htaccess
που απαιτείται για το πρόσθετο PrettyUrls.
' . //
'Σημείωση: Μόνο οι διακομιστές ιστού που είναι συμβατοί με την NCSA, όπως ο Apache, αναγνωρίζουν την έννοια των αρχείων .htaccess. ' . //
- 'Το λογισμικό του διακομιστή σας είναι: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Το λογισμικό του διακομιστή σας είναι: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'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' => 'Αποθήκευση ρυθμίσεων',
diff --git a/fp-plugins/prettyurls/lang/lang.en-us.php b/fp-plugins/prettyurls/lang/lang.en-us.php
index de6d2be..0bdae62 100644
--- a/fp-plugins/prettyurls/lang/lang.en-us.php
+++ b/fp-plugins/prettyurls/lang/lang.en-us.php
@@ -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 .htaccess
required for the PrettyURLs plugin directly.
' . //
'Note: Only web servers that are NCSA compatible, such as Apache, are familiar with the concept of .htaccess files. ' . //
- 'Your server software is: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Your server software is: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'You can\'t edit this file, because it\'s not writable. 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',
diff --git a/fp-plugins/prettyurls/lang/lang.es-es.php b/fp-plugins/prettyurls/lang/lang.es-es.php
index e5318cb..8c92ce6 100644
--- a/fp-plugins/prettyurls/lang/lang.es-es.php
+++ b/fp-plugins/prettyurls/lang/lang.es-es.php
@@ -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 .htaccess
necesario para el plugin PrettyUrls.
' . //
'Nota: Sólo los servidores web compatibles con NCSA, como Apache, reconocen el concepto de archivos .htaccess. ' . //
- 'El software de tu servidor lo es: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'El software de tu servidor lo es: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'No puede editar este archivo, porque no es writable. 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',
diff --git a/fp-plugins/prettyurls/lang/lang.fr-fr.php b/fp-plugins/prettyurls/lang/lang.fr-fr.php
index b91c6f8..d416220 100644
--- a/fp-plugins/prettyurls/lang/lang.fr-fr.php
+++ b/fp-plugins/prettyurls/lang/lang.fr-fr.php
@@ -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 .htaccess
nécessaire au plugin PrettyUrls.
' . //
'Remarque: Seuls les serveurs web compatibles avec NCSA, comme Apache, connaissent le concept des fichiers .htaccess. ' . //
- 'Ton logiciel serveur est: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Ton logiciel serveur est: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'Vous ne pouvez pas éditer ce fichier, parce qu\'il n\'est pas autorisé en écriture. Vous devez autoriser l\'écriture du fichier ou copier-coller vers un fichier à transfé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',
diff --git a/fp-plugins/prettyurls/lang/lang.it-it.php b/fp-plugins/prettyurls/lang/lang.it-it.php
index 5386876..921c5cd 100644
--- a/fp-plugins/prettyurls/lang/lang.it-it.php
+++ b/fp-plugins/prettyurls/lang/lang.it-it.php
@@ -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 .htaccess
necessario per il plugin PrettyUrls.
' . //
'Nota: Solo i server web compatibili con NCSA, come Apache, riconoscono il concetto di file .htaccess. ' . //
- 'Il software del server è: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Il software del server è: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'Non puoi modificare questo file, perché non è scrivibile. 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',
diff --git a/fp-plugins/prettyurls/lang/lang.ja-jp.php b/fp-plugins/prettyurls/lang/lang.ja-jp.php
index cf91113..94f5730 100644
--- a/fp-plugins/prettyurls/lang/lang.ja-jp.php
+++ b/fp-plugins/prettyurls/lang/lang.ja-jp.php
@@ -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プラグインに必要な.htaccess
を直接編集することができます。
' . //
'注: .htaccessファイルの概念を認識するのは、ApacheのようなNCSA互換のウェブサーバーだけです。 ' . //
- 'サーバーソフトウェアは. ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'サーバーソフトウェアは. ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'このファイルを編集できません、なぜなら 書き込み許可されてないからです。' .
'書き込み許可を与えたり、ファイルにコピー&ペーストしてアップロードすることもできる。',
'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' => '設定の変更を保存する',
diff --git a/fp-plugins/prettyurls/lang/lang.nl-nl.php b/fp-plugins/prettyurls/lang/lang.nl-nl.php
index f74ab09..b4698e4 100644
--- a/fp-plugins/prettyurls/lang/lang.nl-nl.php
+++ b/fp-plugins/prettyurls/lang/lang.nl-nl.php
@@ -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 .htaccess
bewerken die nodig is voor de PrettyURLs plugin.
' . //
'Opmerking: Alleen webservers die NCSA-compatibel zijn, zoals Apache, herkennen het concept van .htaccess-bestanden. ' . //
- 'Uw serversoftware is: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Uw serversoftware is: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'U kunt dit bestand niet bewerken omdat het niet schrijfbaar 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',
diff --git a/fp-plugins/prettyurls/lang/lang.pt-br.php b/fp-plugins/prettyurls/lang/lang.pt-br.php
index c6b4353..4253861 100644
--- a/fp-plugins/prettyurls/lang/lang.pt-br.php
+++ b/fp-plugins/prettyurls/lang/lang.pt-br.php
@@ -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 .htaccess
necessário para o plug-in PrettyURLs.
' . //
'Observação: Somente os servidores da Web compatíveis com a NCSA, como o Apache, reconhecem o conceito de arquivos .htaccess. ' . //
- 'Seu software de servidor é: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Seu software de servidor é: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'Você não pode editar este arquivo, porque ele não é gravável. 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',
diff --git a/fp-plugins/prettyurls/lang/lang.ru-ru.php b/fp-plugins/prettyurls/lang/lang.ru-ru.php
index 27b2bd1..c6bdee5 100644
--- a/fp-plugins/prettyurls/lang/lang.ru-ru.php
+++ b/fp-plugins/prettyurls/lang/lang.ru-ru.php
@@ -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' => 'Этот редактор позволяет напрямую редактировать .htaccess
, необходимый для работы плагина PrettyURLs.
' . //
'Примечание: Только веб-серверы, совместимые с NCSA, такие как Apache, поддерживают концепцию файлов .htaccess. ' . //
- 'Ваше серверное программное обеспечение: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Ваше серверное программное обеспечение: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'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' => 'Красивый URL',
- 'prettydescr' => 'Например, /2011/01/01/hello-world/',
+ 'prettydescr' => 'Например, /2024/01/01/hello-world/',
'saveopt' => 'Сохранить настройки',
diff --git a/fp-plugins/prettyurls/lang/lang.sl-si.php b/fp-plugins/prettyurls/lang/lang.sl-si.php
index 6b0e548..4f163c2 100644
--- a/fp-plugins/prettyurls/lang/lang.sl-si.php
+++ b/fp-plugins/prettyurls/lang/lang.sl-si.php
@@ -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 .htaccess
, potrebnega za vtičnik PrettyURLs.
' . //
'Opomba: Koncept datotek .htaccess poznajo samo spletni strežniki, ki so združljivi z NCSA, kot je Apache. ' . //
- 'Programska oprema vašega strežnika je: ' . $_SERVER["SERVER_SOFTWARE"] . '',
+ 'Programska oprema vašega strežnika je: ' . $_SERVER ['SERVER_SOFTWARE'] . '',
'cantsave' => 'Datoteke ne morete urejati, ker ni zapisljiva. 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',
diff --git a/fp-plugins/prettyurls/tpls/admin.plugin.prettyurls.tpl b/fp-plugins/prettyurls/tpls/admin.plugin.prettyurls.tpl
index 5043a98..e0a4bff 100644
--- a/fp-plugins/prettyurls/tpls/admin.plugin.prettyurls.tpl
+++ b/fp-plugins/prettyurls/tpls/admin.plugin.prettyurls.tpl
@@ -29,6 +29,9 @@
+
+ {$lang.admin.plugin.prettyurls.nginx} +
{$plang.description2}
diff --git a/setup/lang/lang.el-gr.php b/setup/lang/lang.el-gr.php index d7df69d..29bc72f 100644 --- a/setup/lang/lang.el-gr.php +++ b/setup/lang/lang.el-gr.php @@ -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" σας επιτρέπει να μεταβείτε από το περίγραμμα του άρθρου στο πλήρες άρθρο.