Skip to content

Commit

Permalink
Minor translation changes (DE, IT). .htaccess changed to a general co…
Browse files Browse the repository at this point in the history
…ntent
  • Loading branch information
MartinvonBerg committed Oct 29, 2023
1 parent 5b28e32 commit f54ffe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions languages/locales_i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function t(string $translate, string $language) :string {
'Upload' => 'Hochladen',
'Start address' => 'Startadresse',
'successful' => 'erfolgreich',
'ATTENTION: File .htaccess is NOT OK.' => 'ACHTUNG: Datei .htaccess ist NICHT OK.',
'ATTENTION: File .htaccess is NOT OK.' => 'ACHTUNG: Datei .htaccess ist NICHT OK. -> Die Option sollte nicht verwendet werden.',
'Recommendation' => 'Empfehlung',
'File' => 'Datei',
'does not exist' => 'existiert nicht',
Expand Down Expand Up @@ -96,7 +96,7 @@ function t(string $translate, string $language) :string {
"Upload" => "Carica",
'Start address' => 'Indirizzo iniziale',
'successful' => 'successo',
'ATTENTION: File .htaccess is NOT OK.' => 'ATTENZIONE: il file .htaccess non è OK',
'ATTENTION: File .htaccess is NOT OK.' => 'ATTENZIONE: il file .htaccess non è OK -> L\'opzione non dovrebbe essere utilizzata.',
'Recommendation' => 'raccomandazione',
'File' => 'file',
'does not exist' => 'non esiste',
Expand Down
4 changes: 2 additions & 2 deletions leaflet_map_tiles/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<IfModule mod_rewrite.c>
RewriteEngine On
# Change only the next according to your server
RewriteBase /smrtzl/plugins/fotorama_multi/leaflet_map_tiles/
#RewriteBase /wordpress/wp-content/plugins/fotorama_multi/leaflet_map_tiles/
RewriteBase /wp-content/plugins/fotorama_multi/leaflet_map_tiles/
# RewriteBase /wordpress/wp-content/plugins/fotorama_multi-2023-08-30/leaflet_map_tiles/
# Do not change after this line
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Expand Down

0 comments on commit f54ffe1

Please sign in to comment.