diff options
Diffstat (limited to 'language/es_ES')
-rw-r--r-- | language/es_ES/admin.lang.php | 1 | ||||
-rw-r--r-- | language/es_ES/help/extend_for_templates.html | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php index f6ac154de..660e6b1f6 100644 --- a/language/es_ES/admin.lang.php +++ b/language/es_ES/admin.lang.php @@ -641,4 +641,5 @@ $lang['Note: Only deletes photos added with pLoader'] = 'Nota: las únicas las f $lang['Delete selected photos'] = 'Suprimir las fotos'; $lang['%d photo was deleted'] = '%d foto ha sido suprimida'; $lang['%d photos were deleted'] = '%d fotos han sido suprimidas'; +/* TODO */ $lang['Bound template'] = 'Bound template'; ?> diff --git a/language/es_ES/help/extend_for_templates.html b/language/es_ES/help/extend_for_templates.html index 54e306689..7cd4b7ff6 100644 --- a/language/es_ES/help/extend_for_templates.html +++ b/language/es_ES/help/extend_for_templates.html @@ -70,6 +70,9 @@ class="filename">template-extension/my-extension/video.tpl</span>.</p> <p>Los usuarios avanzados utilizarán el permalinks (permaliens, lazos permanentes) como strong> parámetro facultativo del URL </strong>. </p> +<!-- TODO --> +<p>If you select a <strong>Bound template</strong> then replacements will be operate only on this template.</p> + <h3>¿ Cómo puedo desactivar mi "sustitutos"?</h3> <ul> <li>Deselectionner " template de origen ".</li> |