translate some strings
This commit is contained in:
@@ -136,6 +136,7 @@ $strHomepageSourceforge = ' Sourceforge phpMyAdmin Download Homepage ';
|
|||||||
$strHost = 'Host';
|
$strHost = 'Host';
|
||||||
$strHostEmpty = 'Es wurde kein Host angegeben!';
|
$strHostEmpty = 'Es wurde kein Host angegeben!';
|
||||||
|
|
||||||
|
$strIdxFulltext = 'Volltext';
|
||||||
$strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren m<>chten, geben Sie diese bitte hier an.';
|
$strIfYouWish = 'Wenn Sie nur bestimmte Spalten importieren m<>chten, geben Sie diese bitte hier an.';
|
||||||
$strIndex = 'Index';
|
$strIndex = 'Index';
|
||||||
$strIndexes = 'Indizes';
|
$strIndexes = 'Indizes';
|
||||||
@@ -301,14 +302,13 @@ $strViewDump = 'Dump (Schema) der Tabelle anzeigen';
|
|||||||
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
|
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
|
||||||
|
|
||||||
$strWelcome = 'Willkommen bei ';
|
$strWelcome = 'Willkommen bei ';
|
||||||
|
$strWithChecked = 'markierte:';
|
||||||
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
$strWrongUser = 'Falscher Benutzername/Passwort. Zugriff verweigert.';
|
||||||
|
|
||||||
$strYes = 'Ja';
|
$strYes = 'Ja';
|
||||||
|
|
||||||
// To translate
|
// To translate
|
||||||
$strIdxFulltext = 'Fulltext'; //to translate
|
|
||||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //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
|
$strFullText = 'Full Texts';//to translate
|
||||||
$strPartialText = 'Partial Texts';//to translate
|
$strPartialText = 'Partial Texts';
|
||||||
$strWithChecked = 'With checked:';
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user