13 lines
		
	
	
		
			545 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			545 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| // Phrases for the frontend
 | |
| $lang ['plugin'] ['photoswipe'] = array(
 | |
| 	'tooltip_closebutton' => 'Fechar (tecla Esc)',
 | |
| 	'tooltip_sharebutton' => 'Compartilhar',
 | |
| 	'tooltip_fullscreenbutton' => 'Tela cheia',
 | |
| 	'tooltip_zoombutton' => 'Ampliar',
 | |
| 	'tooltip_autoplaybutton' => 'Começar apresentação de slides',
 | |
| 	'tooltip_prevbutton' => 'Imagem anterior (tecla esquerda)',
 | |
| 	'tooltip_nextbutton' => 'Próxima imagem (tecla direita)',
 | |
| 	'label_gallerydoesntexist' => 'A galeria não existe:',
 | |
| 	'label_imagedoesntexist' => 'A imagem não existe:'
 | |
| ); | 
