Ignore:
Timestamp:
Jun 15, 2011, 5:28:23 PM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ExtendedDescription - update rename to album/photo

Location:
extensions/ExtendedDescription/language
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/en_UK/description.txt

    r9686 r11384  
    1 Add multilinguale descriptions, banner, NMB, category name, etc...
     1Add multilinguale descriptions, banner, NMB, album name, etc...
  • extensions/ExtendedDescription/language/en_UK/help.html

    r9686 r11384  
    2222<h3>Extended descriptions</h3>
    2323
    24 <p>Extended description tags make it possible to have a short description for the category outside the category,
    25 a longer description for the category inside the category page,
    26 or even 2 distinct descriptions inside the category page.</p>
     24<p>Extended description tags make it possible to have a short description for the album outside the album,
     25a longer description for the album inside the album page,
     26or even 2 distinct descriptions inside the album page.</p>
    2727
    2828<p>tag &lt;!--more--&gt; adds text to the short description.<br>
     
    3434</ul>
    3535<code>short description &lt;!--more--&gt; long description</code>
    36 <p>Only the short description is displayed outside the category. On the category page, you will see short description + long description.</p>
     36<p>Only the short description is displayed outside the album. On the album page, you will see short description + long description.</p>
    3737
    3838<ul>
     
    4040</ul>
    4141<code>short description &lt;!--complete--&gt; long description</code>
    42 <p>Only the short description is displayed outside the category. On the category page, you will only see the long description, so you have 2 distinct descriptions.</p>
     42<p>Only the short description is displayed outside the album. On the album page, you will only see the long description, so you have 2 distinct descriptions.</p>
    4343
    4444<ul>
     
    4646</ul>
    4747<code>top description &lt;!--up-down--&gt; bottom description</code>
    48 <p>Only the top description is displayed outside the category.  On the category page, the top description is displayed above the thumbnails, the bottom description is displayed below the thumbnails.</p>
     48<p>Only the top description is displayed outside the album.  On the album page, the top description is displayed above the thumbnails, the bottom description is displayed below the thumbnails.</p>
    4949
    50 <h3>Insert a category or a photo</h3>
     50<h3>Insert a album or a photo</h3>
    5151
    5252<ul>
    5353  <li><b>tag [cat=xx]</b></li>
    5454</ul>
    55 <p>This tag inserts a category in the description, where xx is the category identifier.</p>
     55<p>This tag inserts a album in the description, where xx is the album identifier.</p>
    5656
    5757<ul>
     
    5959</ul>
    6060<p>This tag allows to insert one or more thumbnail in the description, with:<br><br>
    61 - xx the photo identifier; you can add the category identifier next to the photo identifier: <code>xx.ccc</code>.
     61- xx the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.
    6262<br>
    6363- yyyy (optional) : can take any value among {left, right}.</p>
    64 - name (optional) : can take any value among {name, titleName}. If tagged, with <i>name</i> the name of the picture is diplayed under the thumbnail, with <i>titleName</i> the image markup &lt;title&gt; is fill with the name.</p>
     64- name (optional) : can take any value among {name, titleName}. If tagged, with <i>name</i> the name of the picture is diplayed under the thumbnail, with <i>titleName</i> the photo markup &lt;title&gt; is fill with the name.</p>
    6565
    6666
    67 <h3>Hide a category</h3>
     67<h3>Hide a album</h3>
    6868
    69 <p>Use tag <b>&lt;!--hidden--&gt;</b> in the category name:<br>
     69<p>Use tag <b>&lt;!--hidden--&gt;</b> in the album name:<br>
    7070<br>
    71 - it won't be displayed in the parent category<br>
    72 - it remains visible in the category menu</p>
     71- it won't be displayed in the parent album<br>
     72- it remains visible in the album menu</p>
    7373
    74 <h3>Hide a category in menu</h3>
     74<h3>Hide a album in menu</h3>
    7575
    76 <p>Use tag <b>&lt;!--mb-hidden--&gt;</b> in the category name:<br>
     76<p>Use tag <b>&lt;!--mb-hidden--&gt;</b> in the album name:<br>
    7777<br>
    78 - it won't be displayed in the category menu<br>
    79 - it remains visible in the parent category</p>
     78- it won't be displayed in the album menu<br>
     79- it remains visible in the parent album</p>
    8080
    81 <h3>Hide an image</h3>
     81<h3>Hide a photo</h3>
    8282
    83 <p>Use tag <b>&lt;!--hidden--&gt;</b> in the image name:<br>
     83<p>Use tag <b>&lt;!--hidden--&gt;</b> in the photo name:<br>
    8484<br>
    8585- it won't be displayed on the thumbnails page<br>
    86 - it remains visible inside the category</p>
     86- it remains visible inside the album</p>
    8787
    88 <h3>Redirected category</h3>
     88<h3>Redirected album</h3>
    8989
    9090<ul>
    9191  <li><b>[redirect http://piwigo.org]</b></li>
    9292</ul>
    93 <p>Insert this tag into a category description to redirect it to the URL of your choice.</p>
     93<p>Insert this tag into a album description to redirect it to the URL of your choice.</p>
    9494
    9595<ul>
    9696  <li><b>[redirect img=xx]</b></li>
    9797</ul>
    98 <p>Redirect to an image of your gallery where xx is the photo identifier; you can add the category identifier next to the photo identifier: <code>xx.ccc</code>.</p>
     98<p>Redirect to a photo of your gallery where xx is the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.</p>
    9999
    100100<ul>
    101101  <li><b>[redirect cat=xx]</b></li>
    102102</ul>
    103 <p>Redirect to a category of your gallery where xx the category identifier.</p>
     103<p>Redirect to a album of your gallery where xx the album identifier.</p>
    104104
    105105<ul>
  • extensions/ExtendedDescription/language/en_UK/plugin.lang.php

    r8314 r11384  
    22
    33$lang['ExtendedDesc_help'] = 'Use Extended Description tags...';
    4 $lang['This category is redirected to %s'] = 'This category is redirected to %s';
     4$lang['This category is redirected to %s'] = 'This album is redirected to %s';
    55
    66?>
  • extensions/ExtendedDescription/language/fr_FR/description.txt

    r7020 r11384  
    1 Ajoutez des descriptions Multilinguale, bannière, NMB, nom de la catégorie, etc ..
     1Ajoutez des descriptions Multilinguale, bannière, NMB, nom d'album, etc ..
  • extensions/ExtendedDescription/language/fr_FR/help.html

    r8314 r11384  
    2424<h3>Descriptions étendues</h3>
    2525
    26 <p>Les balises de description étendue permettent d'avoir une description réduite pour la présentation d'une catégorie,
    27 une description étendue pour la description qui s'affiche sur la page de la catégorie,
    28 ou deux descriptions différentes sur la page de la catégorie.</p>
     26<p>Les balises de description étendue permettent d'avoir une description réduite pour la présentation d'un album,
     27une description étendue pour la description qui s'affiche sur la page de l'album,
     28ou deux descriptions différentes sur la page de l'album.</p>
    2929
    3030<p>La balise &lt;!--more--&gt; permet de rajouter du texte à la description réduite.<br>
     
    3636</ul>
    3737<code>description réduite &lt;!--more--&gt; description détaillée</code>
    38 <p>Seule la description réduite sera affichée pour la présentation de la catégorie.
    39 Sur la catégorie elle-même, la description sera la description réduite + la description détaillée.</p>
     38<p>Seule la description réduite sera affichée pour la présentation de l'album.
     39Sur l'album lui-même, la description sera la description réduite + la description détaillée.</p>
    4040
    4141<ul>
     
    4343</ul>
    4444<code>description réduite &lt;!--complete--&gt; description détaillée</code>
    45 <p>Seule la description réduite sera affichée pour la présentation de la catégorie.
    46 Par contre, sur la catégorie elle-même, la description sera uniquement la description détaillée, soit 2 descriptions différentes.</p>
     45<p>Seule la description réduite sera affichée pour la présentation de l'album.
     46Par contre, sur l'album lui-même, la description sera uniquement la description détaillée, soit 2 descriptions différentes.</p>
    4747
    4848<ul>
     
    5050</ul>
    5151<code>description haute &lt;!--up-down--&gt; description basse</code>
    52 <p>Seule la description haute sera affichée pour la présentation de la catégorie.
    53 Sur la catégorie elle-même, la description haute sera affichée au-dessus des miniatures, alors que la description basse sera affichée au-dessous (à l'emplacement normal de la description).</p>
     52<p>Seule la description haute sera affichée pour la présentation de l'album.
     53Sur l'album lui-même, la description haute sera affichée au-dessus des miniatures, alors que la description basse sera affichée au-dessous (à l'emplacement normal de la description).</p>
    5454
    5555
    56 <h3>Insérer une catégorie ou une image</h3>
     56<h3>Insérer un album ou une photo</h3>
    5757
    5858<ul>
    5959  <li><b>Balise [cat=xx]</b></li>
    6060</ul>
    61 <p>Cette balise permet d'insérer une catégorie dans la description, avec xx le numéro de la catégorie</p>
     61<p>Cette balise permet d'insérer un album dans la description, avec xx le numéro de l'album</p>
    6262
    6363<ul>
     
    6565</ul>
    6666<p>Cette balise permet d'insérer une ou plusieurs vignettes dans la description, avec :<br><br>
    67 - xx le numéro de l'image ; il est possible de préciser le numéro de la catégorie mère après le numéro : <code>xx.ccc</code>.<br/>
     67- xx le numéro de la photo ; il est possible de préciser le numéro de l'album parent après le numéro : <code>xx.ccc</code>.<br/>
    6868<br/>
    6969- yyyy (facultatif) prend soit la valeur <i>left</i>, soit la valeur <i>right</i> et permet de positionner la vignette de l'image sur la droite ou la gauche.
    7070<br/>
    71 - name (facultatif) prend soit la valeur <i>name</i>, soit la valeur <i>titleName</i> ; avec <i>name</i> le nom de la photo sera affiché sous la vignette, avec <i>titleName</i> le nom de la photo est renseigné dans la balise <i>&lt;title&gt;</i> de l'image.</p>
     71- name (facultatif) prend soit la valeur <i>name</i>, soit la valeur <i>titleName</i> ; avec <i>name</i> le nom de la photo sera affiché sous la vignette, avec <i>titleName</i> le nom de la photo est renseigné dans la balise <i>&lt;title&gt;</i> de celle-ci.</p>
    7272
    73 <h3>Masquer une catégorie</h3>
     73<h3>Masquer un album</h3>
    7474
    75 <p>On met la balise <b>&lt;!--hidden--&gt;</b> dans le nom de la catégorie:<br>
     75<p>On met la balise <b>&lt;!--hidden--&gt;</b> dans le nom de l'album :<br>
    7676<br>
    77 - celle-ci ne sera plus affichée sur la page de la catégorie parente<br>
    78 - elle reste visible dans le menu des catégories</p>
     77- celui-ci ne sera plus affichée sur la page de l'album parent<br>
     78- il reste visible dans le menu des albums</p>
    7979
    80 <h3>Masquer une catégorie dans le menu</h3>
     80<h3>Masquer un album dans le menu</h3>
    8181
    82 <p>On met la balise <b>&lt;!--mb-hidden--&gt;</b> dans le nom de la catégorie:<br>
     82<p>On met la balise <b>&lt;!--mb-hidden--&gt;</b> dans le nom de l'album :<br>
    8383<br>
    84 - celle-ci ne sera plus affichée dans le menu des catégories<br>
    85 - elle reste visible sur la page de la catégorie parente</p>
     84- celui-ci ne sera plus affichée dans le menu des albums<br>
     85- il reste visible sur la page de l'album parent</p>
    8686
    87 <h3>Masquer une image</h3>
     87<h3>Masquer une photo</h3>
    8888
    89 <p>On met la balise <b>&lt;!--hidden--&gt;</b> dans le nom de l'image :<br>
     89<p>On met la balise <b>&lt;!--hidden--&gt;</b> dans le nom de la photo :<br>
    9090<br>
    9191- celle-ci ne sera plus affichée sur la page des vignettes<br>
    92 - elle reste néanmoins visible au sein de la catégorie</p>
     92- elle reste néanmoins visible au sein de l'album</p>
    9393
    94 <h3>Catégorie redirigée</h3>
     94<h3>Album redirigée</h3>
    9595
    9696<ul>
    9797  <li><b>[redirect http://piwigo.org]</b></li>
    9898</ul>
    99 <p>Insérez cette balise dans la description d'une catégorie afin de la rediriger vers l'URL de votre choix.</p>
     99<p>Insérez cette balise dans la description d'un album afin de le rediriger vers l'URL de votre choix.</p>
    100100
    101101<ul>
    102102  <li><b>[redirect img=xx]</b></li>
    103103</ul>
    104 <p>Redirige vers une image de votre galerie où xx est l'identifiant de l'image; vous pouvez également préciser l'identifiant de la catégorie après le numéro de l'image: <code>xx.ccc</code>.</p>
     104<p>Redirige vers une photo de votre galerie où xx est l'identifiant de celle-ci; vous pouvez également préciser l'identifiant de l'album après le numéro de la photo : <code>xx.ccc</code>.</p>
    105105
    106106<ul>
    107107  <li><b>[redirect cat=xx]</b></li>
    108108</ul>
    109 <p>Redirige vers une catégorie de votre galerie où xx est l'identifiant de la catégorie.</p>
     109<p>Redirige vers un album de votre galerie où xx est l'identifiant de celui-ci.</p>
    110110
    111111<ul>
  • extensions/ExtendedDescription/language/fr_FR/plugin.lang.php

    r8314 r11384  
    22
    33$lang['ExtendedDesc_help'] = 'Utiliser les balises d\'Extended Description...';
    4 $lang['This category is redirected to %s'] = 'Cette catégorie est redirigée vers %s';
     4$lang['This category is redirected to %s'] = 'Cet album est redirigé vers %s';
    55
    66?>
Note: See TracChangeset for help on using the changeset viewer.