13 lines
		
	
	
		
			527 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			527 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
// Phrases for the frontend
 | 
						|
$lang ['plugin'] ['photoswipe'] = array(
 | 
						|
	'tooltip_closebutton' => 'Schließen (Esc)',
 | 
						|
	'tooltip_sharebutton' => 'Teilen',
 | 
						|
	'tooltip_fullscreenbutton' => 'Vollbildansicht',
 | 
						|
	'tooltip_zoombutton' => 'Zoom',
 | 
						|
	'tooltip_autoplaybutton' => 'Slideshow starten',
 | 
						|
	'tooltip_prevbutton' => 'Voriges Bild (Pfeiltaste links)',
 | 
						|
	'tooltip_nextbutton' => 'Nächstes Bild (Pfeiltaste rechts)',
 | 
						|
	'label_gallerydoesntexist' => 'Galerie existiert nicht:',
 | 
						|
	'label_imagedoesntexist' => 'Bild existiert nicht:'
 | 
						|
); |