]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payments.tpl
Even more string languages/templates renamed (not really) according to naming convention
[mailer.git] / templates / de / html / admin / admin_list_payments.tpl
index 04f99a4dc44fc77cbd35f682f05277600c6a4f27..c3d6c08146be4b198469ee05a3d71700241cd05f 100644 (file)
@@ -3,22 +3,22 @@
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td align="center" colspan="5" class="admin_title">
-                       <strong>{--EDIT_DEL_PAYMENT--}</strong>
+                       <strong>{--ADMIN_EDIT_DELETE_PAYMENT_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--PAY_TIME--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--PAY_PAYMENT--}:</strong></td>
-               <td class="header_column bottom right" align="center"><strong>{--PAY_PRICE--}:</strong></td>
-               <td class="header_column bottom" align="center"><strong>{--PAY_TITLE--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--ADMIN_PAYMENT_TIME--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--ADMIN_PAYMENT_PAYMENT--}:</strong></td>
+               <td class="header_column bottom right" align="center"><strong>{--ADMIN_PAYMENT_PRICE--}:</strong></td>
+               <td class="header_column bottom" align="center"><strong>{--ADMIN_PAYMENT_TITLE--}:</strong></td>
        </tr>
        $content
        <tr>
                <td class="admin_footer" colspan="5">
                        <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" name="edit" class="admin_submit" value="{--EDIT_PAY--}" />
-                       <input type="submit" name="del" class="admin_delete" value="{--DEL_PAY--}" />
+                       <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_EDIT_PAYMENT--}" />
+                       <input type="submit" name="del" class="admin_delete" value="{--ADMIN_DELETE_PAYMENT--}" />
                </td>
        </tr>
 </table>