translate a string

This commit is contained in:
Steve Alberty
2001-08-16 08:49:58 +00:00
parent ab0cda71f5
commit c3f87190b7

View File

@@ -160,6 +160,7 @@ $strName = 'Name';
$strNbRecords = 'Datens<6E>tze';
$strNext = 'N<>chste';
$strNo = 'Nein';
$strNoModification = 'Keine <20>nderung';
$strNoPassword = 'Kein Password';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Du hast nicht genug Rechte um fortzufahren!';
@@ -287,5 +288,4 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strYes = 'Ja';
// To translate
$strNoModification = 'No change'; // To translate
?>