- The location of the .htaccess file is displayed
This commit is contained in:
Fraenkiman 2024-03-27 15:08:53 +01:00
parent 7d2cd59e84
commit 749015cefb
14 changed files with 14 additions and 0 deletions

View File

@ -26,6 +26,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Uložit nastavení',
'location' => '<strong>Místo uložení:</strong> ' . ABS_PATH . '',
'submit' => 'Uložit .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Gem indstillinger',
'location' => '<strong>Opbevaringssted:</strong> ' . ABS_PATH . '',
'submit' => '.htaccess gem'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Einstellungen speichern',
'location' => '<strong>Speicherort:</strong> ' . ABS_PATH . '',
'submit' => '.htaccess speichern'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Αποθήκευση ρυθμίσεων',
'location' => '<strong>Τοποθεσία αποθήκευσης:</strong> ' . ABS_PATH . '',
'submit' => 'Αποθήκευση .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Save settings',
'location' => '<strong>Storage location:</strong> ' . ABS_PATH . '',
'submit' => 'Save .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Guardar la configuración',
'location' => '<strong>Lugar de almacenamiento:</strong> ' . ABS_PATH . '',
'submit' => 'Guardar .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Sauvegarder',
'location' => '<strong>Lieu de stockage:</strong> ' . ABS_PATH . '',
'submit' => 'Sauvegarder .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Salva le impostazioni',
'location' => '<strong>Luogo di stoccaggio:</strong> ' . ABS_PATH . '',
'submit' => 'Salva .htaccess'
);

View File

@ -28,6 +28,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => '設定の変更を保存する',
'location' => '<strong>保管場所:</strong> ' . ABS_PATH . '',
'submit' => '.htaccess を保存する'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Instellingen opslaan',
'location' => '<strong>Opslaglocatie:</strong> ' . ABS_PATH . '',
'submit' => 'Bewaar .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Salvar configurações',
'location' => '<strong>Local de armazenamento:</strong> ' . ABS_PATH . '',
'submit' => 'Salvar .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Сохранить настройки',
'location' => '<strong>Место хранения:</strong> ' . ABS_PATH . '',
'submit' => 'Сохранить .htaccess'
);

View File

@ -27,6 +27,7 @@ $lang ['admin'] ['plugin'] ['prettyurls'] = array(
'saveopt' => 'Shrani nastavitve',
'location' => '<strong>Lokacija shranjevanja:</strong> ' . ABS_PATH . '',
'submit' => 'Shrani .htaccess'
);

View File

@ -44,6 +44,7 @@
{if $cantsave}
<p><em>{$plang.cantsave}</em></p>
{else}
<p>{$lang.admin.plugin.prettyurls.location}</p>
<input type="submit" name="htaccess-submit" value="{$plang.submit}"/>
{/if}
</div>