diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-25 02:56:51 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-25 02:56:51 +0000 |
commit | d13dbba87345a1a63b154908574273c3bd24ec89 (patch) | |
tree | 807e314048d5d63e1c1903bb19a3e813d996daa2 /template/yoga/admin/waiting.tpl | |
parent | 80020dd7564f25f4af5d994df5690b1088456b41 (diff) |
some more language cleanup
git-svn-id: http://piwigo.org/svn/trunk@1754 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/waiting.tpl')
-rw-r--r-- | template/yoga/admin/waiting.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
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 --> |