blob: f62eeebe55981ad87ed7bffbee4fe7bb43017ff0 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<i18n:msgs xmlns:i18n="http://luci.freifunk-halle.net/2008/i18n#" xmlns="http://www.w3.org/1999/xhtml">
<i18n:msg xml:id="sysauth_head">Authorization Required</i18n:msg>
<i18n:msg xml:id="sysauth_prompt">Please enter your username and password.</i18n:msg>
<i18n:msg xml:id="sysauth_failed">Invalid username and/or password! Please try again.</i18n:msg>
</i18n:msgs>
|