<% include templates/header.htm %> <% if SHOW == "ADD" %>

Enter new language to add: <% if SHOW_WARN == "ADD" %> Please choose another name. This one is in the list already (see below). <% /if %>
Name:
Inherits:
  
<% /if %> <% if SHOW == "DEL" %>

Delete this language? (Not recommended. Please see documentation.)
Name:
<% LANG_NAME %>
  
<% /if %> <% if SHOW == "EDIT" %>
Edit this language: <% LANG_NAME %>
<% loop MESSAGES %> <% /loop %>
<% NAME %> <% HELP %>
<% else %>
Existing languages:
<% loop LANGS %> <% /loop %>
Name: Status Add new
<% NAME %>  <% if VALUE %>Included<% else %>Not included<% /if %>
Delete  Edit 
<% /if %> <% include templates/footer.htm %>