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$
2002-01-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/german.inc.php3 updates thanks to Michael Hauptmann
* libraries/display_tbl.lib.php3, config.inc.php3, Documentation.html:
* german updates thanks to Michael Hauptmann
* libraries/display_tbl.lib.php3, config.inc.php3, Documentation.html:
merged Patch #504887: Table relation-links, thanks to
Axel Sander (n8falke)
* slovak updates thanks to Lubos Klokner
* swedish updates thanks to Bjö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ïc Chapeaux <lolo@phpheaven.net>
* left.php3:

View File

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

View File

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