Skip to content
Snippets Groups Projects
Commit 0bd2550e authored by Olav Morken's avatar Olav Morken
Browse files

Metadata-converter - made XML metadata translateable.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@764 44740490-163a-0410-bde0-09ae8108e29a
parent 24821ae6
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,9 @@ $lang = array(
'sv' => 'Metadataanalyserare',
'es' => 'Analizar metadatos',
),
'metaconv_xmlmetadata' => array (
'en' => 'XML metadata',
),
'metaconv_parse' => array (
'en' => 'Parse',
'sv' => 'Analysera',
......
......@@ -9,7 +9,7 @@ $this->includeAtTemplateBase('includes/header.php');
<form action="?" method="post">
<p>XML metadata</p>
<p><?php echo($this->t('{admin:metaconv_xmlmetadata}')); ?></p>
<p>
<textarea rows="20" cols="75" name="xmldata"><?php echo htmlspecialchars($this->data['xmldata']); ?></textarea>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment