This commit is contained in:
Marc Delisle
2002-01-22 18:15:43 +00:00
parent 2149186c4d
commit fc0f206e44
3 changed files with 13 additions and 7 deletions

View File

@@ -6,10 +6,17 @@ $Id$
$Source$ $Source$
2002-01-22 Marc Delisle <lem9@users.sourceforge.net> 2002-01-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/german.inc.php3 updates thanks to Michael Hauptmann * german updates thanks to Michael Hauptmann
* libraries/display_tbl.lib.php3, config.inc.php3, Documentation.html: * libraries/display_tbl.lib.php3, config.inc.php3, Documentation.html:
merged Patch #504887: Table relation-links, thanks to merged Patch #504887: Table relation-links, thanks to
Axel Sander (n8falke) Axel Sander (n8falke)
* slovak updates thanks to Lubos Klokner
* swedish updates thanks to Bj<42>rn T. Hallberg
* turkish updates thanks to Bora Alioglu
* romanian updates thanks to Valics Lehel
* finnish updates thanks to Visa Kopu
* italian updates thanks to Pietro Danesi
* polish updates thanks to Jakub Wilk
2002-01-20 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2002-01-20 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* left.php3: * left.php3:

View File

@@ -271,6 +271,7 @@ $strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strSave = 'Salva'; $strSave = 'Salva';
$strSelect = 'Seleziona'; $strSelect = 'Seleziona';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto'; $strSelectAll = 'Seleziona Tutto';
$strSelectFields = 'Seleziona campi (almeno uno):'; $strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query'; $strSelectNumRows = 'nella query';
@@ -348,6 +349,4 @@ $strZip = '"compresso con zip"';
// To translate // To translate
$strSelectADb = 'Please select a database';
?> ?>

View File

@@ -269,6 +269,8 @@ $strRunSQLQuery = 'Wykonanie zapytania/zapyta
$strSave = 'Zachowanie'; $strSave = 'Zachowanie';
$strSelect = 'Wyb<79>r'; $strSelect = 'Wyb<79>r';
$strSelectADb = 'Prosz<73> wybra<72> baz<61> danych';
$strSelectAll = 'Zaznaczenie wszystkich';
$strSelectFields = 'Wyb<79>r p<>l (co najmniej jedno):'; $strSelectFields = 'Wyb<79>r p<>l (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu'; $strSelectNumRows = 'w zapytaniu';
$strSend = 'wys<79>anie'; $strSend = 'wys<79>anie';
@@ -318,6 +320,7 @@ $strType = 'Typ';
$strUncheckAll = 'Odznaczenie wszystkich'; $strUncheckAll = 'Odznaczenie wszystkich';
$strUnique = 'Unikalny'; $strUnique = 'Unikalny';
$strUnselectAll = 'Odznaczenie wszystkich';
$strUpdatePrivMessage = 'Uaktualni<6E>e<EFBFBD> uprawnienia dla %s.'; $strUpdatePrivMessage = 'Uaktualni<6E>e<EFBFBD> uprawnienia dla %s.';
$strUpdateProfile = 'Uaktualnienie profilu:'; $strUpdateProfile = 'Uaktualnienie profilu:';
$strUpdateProfileMessage = 'Profil zosta<74> uaktualniony.'; $strUpdateProfileMessage = 'Profil zosta<74> uaktualniony.';
@@ -343,7 +346,4 @@ $strYes = 'Tak';
$strZip = '".zip"'; $strZip = '".zip"';
// To translate // To translate
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All'; //to translate
$strUnselectAll = 'Unselect All'; //to translate
?> ?>