diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/admin.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/cat_list.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/cat_modify.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/element_set_global.tpl | 4 | ||||
-rw-r--r-- | template/yoga/admin/picture_modify.tpl | 2 | ||||
-rw-r--r-- | template/yoga/admin/waiting.tpl | 10 |
6 files changed, 11 insertions, 11 deletions
diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index b108ab493..9da560996 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -1,7 +1,7 @@ <!-- $Id$ --> <div id="menubar"> <dl> - <dt>{lang:links}</dt> + <dt>{lang:Links}</dt> <dd> <ul> <li><a href="{U_RETURN}">{lang:home}</a></li> diff --git a/template/yoga/admin/cat_list.tpl b/template/yoga/admin/cat_list.tpl index 49716b687..8f063a6d6 100644 --- a/template/yoga/admin/cat_list.tpl +++ b/template/yoga/admin/cat_list.tpl @@ -21,7 +21,7 @@ <li class="categoryLi"> <!-- category {category.ID} --> <ul class="categoryActions"> - <li><a href="{categories.category.U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to}" /></a></li> + <li><a href="{categories.category.U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to category}" /></a></li> <li><a href="{categories.category.U_EDIT}" title="{lang:edit category informations}"><img src="{themeconf:icon_dir}/category_edit.png" class="button" alt="{lang:edit}"/></a></li> <!-- BEGIN elements --> <li><a href="{categories.category.elements.URL}" title="{lang:manage category elements}"><img src="{themeconf:icon_dir}/category_elements.png" class="button" alt="{lang:elements}" /></a></li> diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index ef7b64b78..4b81a1be7 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -9,7 +9,7 @@ <h3>{CATEGORIES_NAV}</h3> <ul class="categoryActions"> - <li><a href="{U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to}" /></a></li> + <li><a href="{U_JUMPTO}" title="{lang:jump to category}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to category}" /></a></li> <!-- BEGIN elements --> <li><a href="{elements.URL}" title="{lang:manage category elements}"><img src="{themeconf:icon_dir}/category_elements.png" class="button" alt="{lang:elements}" /></a></li> <!-- END elements --> diff --git a/template/yoga/admin/element_set_global.tpl b/template/yoga/admin/element_set_global.tpl index 6b1bab8ca..5a05fb8be 100644 --- a/template/yoga/admin/element_set_global.tpl +++ b/template/yoga/admin/element_set_global.tpl @@ -89,7 +89,7 @@ </tr> <tr> - <td>{lang:author}</td> + <td>{lang:Author}</td> <td> <input type="radio" name="author_action" value="leave" checked="checked" /> {lang:leave} <input type="radio" name="author_action" value="unset" /> {lang:unset} @@ -109,7 +109,7 @@ </tr> <tr> - <td>{lang:creation date}</td> + <td>{lang:Creation date}</td> <td> <input type="radio" name="date_creation_action" value="leave" checked="checked" /> {lang:leave} <input type="radio" name="date_creation_action" value="unset" /> {lang:unset} diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl index 28981589f..ee144bcc3 100644 --- a/template/yoga/admin/picture_modify.tpl +++ b/template/yoga/admin/picture_modify.tpl @@ -5,7 +5,7 @@ <ul class="categoryActions"> <!-- BEGIN jumpto --> - <li><a href="{jumpto.URL}" title="{lang:jump to image}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to}" /></a></li> + <li><a href="{jumpto.URL}" title="{lang:jump to image}"><img src="{themeconf:icon_dir}/category_jump-to.png" class="button" alt="{lang:jump to image}" /></a></li> <!-- END jumpto --> <li><a href="{U_SYNC}" title="{lang:synchronize metadata}" {TAG_INPUT_ENABLED}><img src="{themeconf:icon_dir}/sync_metadata.png" class="button" alt="{lang:synchronize}" /></a></li> </ul> diff --git a/template/yoga/admin/waiting.tpl b/template/yoga/admin/waiting.tpl index b48aa314b..d5e631652 100644 --- a/template/yoga/admin/waiting.tpl +++ b/template/yoga/admin/waiting.tpl @@ -4,11 +4,11 @@ <form action="{F_ACTION}" method="post" id="waiting"> <table style="width:100%;" > <tr class="throw"> - <th style="width:20%;">{L_CATEGORY}</th> - <th style="width:20%;">{L_DATE}</th> - <th style="width:20%;">{L_FILE}</th> - <th style="width:20%;">{L_THUMBNAIL}</th> - <th style="width:20%;">{L_AUTHOR}</th> + <th style="width:20%;">{lang:category}</th> + <th style="width:20%;">{lang:date}</th> + <th style="width:20%;">{lang:file}</th> + <th style="width:20%;">{lang:thumbnail}</th> + <th style="width:20%;">{lang:Author}</th> <th style="width:1px;"> </th> </tr> <!-- BEGIN picture --> |