-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocallang.xml
executable file
·31 lines (31 loc) · 1.51 KB
/
locallang.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<type>module</type>
<description>Language labels for extension 'in_gallery'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="pi1_title">Gallery</label>
<label index="extmng.maxWidth">Gallery</label>
<label index="extmng.maxHeight">Max Height</label>
<label index="extmng.maxWidth">Max Weight</label>
<label index="extmng.includeJquery">Include Jquery?</label>
<label index="extmng.includeCSS">Include CSS?</label>
<label index="extmng.includeFancyBox">Include FancyBox?</label>
<label index="extmng.openAlbumWithFancyBox">Open album with a fancybox popup?</label>
<label index="extmng.openPictureWithFancyBox">Open full size picture with a fancybox popup?</label>
</languageKey>
<languageKey index="fr" type="array">
<label index="pi1_title">Galerie</label>
<label index="extmng.maxWidth">Galerie</label>
<label index="extmng.maxHeight">Max Height</label>
<label index="extmng.maxWidth">Max Weight</label>
<label index="extmng.includeJquery">Include Jquery ?</label>
<label index="extmng.includeCSS">Include CSS ?</label>
<label index="extmng.includeFancyBox">Include FancyBox ?</label>
<label index="extmng.openAlbumWithFancyBox">Ouvrir les albums avec une popup fancybox?</label>
<label index="extmng.openPictureWithFancyBox">Ouvrir les images pleine taille avec une popup fancybox ?</label>
</languageKey>
</data>
</T3locallang>