updates
This commit is contained in:
parent
2149186c4d
commit
fc0f206e44
11
ChangeLog
11
ChangeLog
@ -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:
|
||||
|
||||
@ -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';
|
||||
|
||||
?>
|
||||
|
||||
@ -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
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user