translate some strings

This commit is contained in:
Steve Alberty
2001-09-10 15:58:08 +00:00
parent b621731873
commit 465c4491f6

View File

@@ -119,6 +119,7 @@ $strFieldsEmpty = ' Sie m
$strFixed = 'starr';
$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
$strFullText = 'vollst<73>ndige Textfelder';
$strFunction = 'Funktion';
$strGenTime = 'Erstellungszeit';
@@ -148,6 +149,7 @@ $strInsertNewRow = 'Neue Zeile einf
$strInsertTextfiles = 'Textdatei in Tabelle einf<6E>gen';
$strInstructions = 'Befehle';
$strInUse = 'in Benutzung';
$strInvalidName = '"%s" ist ein reserviertes Wort, welches nicht als Datenbank-, Feld- oder Tabellenname verwendet werden darf.';
$strKeyname = 'Name';
$strKill = 'Beenden';
@@ -194,6 +196,7 @@ $strOptionally = 'optional';
$strOr = 'Oder';
$strOverhead = '<27>berhang';
$strPartialText = 'gek<65>rzte Textfelder';
$strPassword = 'Password';
$strPasswordEmpty = 'Es wurde kein Passwort angegeben!';
$strPasswordNotSame = 'Die eingegebenen Passw<73>rter sind nicht identisch!';
@@ -308,7 +311,4 @@ $strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
$strYes = 'Ja';
// To translate
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
$strFullText = 'Full Texts';//to translate
$strPartialText = 'Partial Texts';
?>