updated translations

This commit is contained in:
Loïc Chapeaux 2001-10-17 19:49:41 +00:00
parent acc961cb3a
commit 823e66f272
3 changed files with 10 additions and 8 deletions

View File

@ -19,6 +19,8 @@ $Source$
* tbl_change.php3: fixed some inconcistancies if an update is required but
the record can't be found and, in this case, ensured a message is
displayed.
* lang/italian.inc.php3: updated thanks to Pietro Danesi.
* lang/swedish.inc.php3: updated thanks to Björn T. Hallberg.
2001-10-16 Loïc Chapeaux <lolo@phpheaven.net>
* lang/*: cleanup thanks to Björn T. Hallberg - Removed unused strings

View File

@ -116,6 +116,7 @@ $strFieldsEnclosedBy = 'Campo composto da';
$strFieldsEscapedBy = 'Campo impedito da';
$strFieldsTerminatedBy = 'Campo terminato da';
$strFixed = 'fisso';
$strFlushTable = 'Inizializza la tabella ("FLUSH")';
$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFullText = 'Testo completo';
@ -178,6 +179,7 @@ $strNext = 'Prossimo';
$strNo = ' No ';
$strNoDatabases = 'Nessun database';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoFrames = 'phpMyAdmin è più amichevole con un browser che supporta i frames';
$strNoModification = 'Nessun cambiamento';
$strNoPassword = 'Nessuna Password';
$strNoPrivileges = 'Nessun Privilegio';
@ -280,6 +282,7 @@ $strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella è vuoto!';
$strTableHasBeenDropped = 'La tabella %s è stata eliminata';
$strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
$strTableMaintenance = 'Amministrazione tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
@ -318,7 +321,4 @@ $strYes = ' Si ';
$strZip = '"compresso con zip"';
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>

View File

@ -114,6 +114,7 @@ $strFieldsEnclosedBy = 'F
$strFieldsEscapedBy = 'Specialtecken i fält föregås av';
$strFieldsTerminatedBy = 'Fälten avslutas med';
$strFixed = 'fast';
$strFlushTable = 'Rengör tabellen ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Värde saknas i formuläret!';
$strFullText = 'Fullständig text';
@ -164,7 +165,7 @@ $strModifications = '
$strModify = 'Ändra';
$strMoveTable = 'Flytta tabellen till (databas<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har flyttats till %s.';
$strMySQLReloaded = 'MySQL har laddats om.';
$strMySQLReloaded = 'MySQL har startats om.';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Visa processer';
$strMySQLShowStatus = 'Visa MySQL-körningsinformation';
@ -176,6 +177,7 @@ $strNext = 'N
$strNo = 'Nej';
$strNoDatabases = 'Inga databaser';
$strNoDropDatabases = '"DROP DATABASE"-instruktioner är avstängda.';
$strNoFrames = 'phpMyAdmin fungerar tyvärr endast med webbläsare som hanterar ramar.';
$strNoModification = 'Ingen förändring';
$strNoPassword = 'Inget lösenord';
$strNoPrivileges = 'Inga privilegier';
@ -213,7 +215,7 @@ $strProperties = 'Inst
$strQBE = 'Skapa fråga mha formulär (Query by Example)';
$strQBEDel = 'Ta bort';
$strQBEIns = 'Infoga';
$strQueryOnDb = 'SQL-query on database ';
$strQueryOnDb = 'SQL-fråga i databas ';
$strRecords = 'Rader';
$strReloadFailed = 'Omstart av MySQL misslyckades.';
@ -278,6 +280,7 @@ $strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnamnet är tomt!';
$strTableHasBeenDropped = 'Tabellen %s har tagits bort';
$strTableHasBeenEmptied = 'Tabellen %s har tömts';
$strTableHasBeenFlushed = 'Tabellen %s har rengjorts';
$strTableMaintenance = 'Tabellunderhåll';
$strTables = '%s tabell(er)';
$strTableStructure = 'Struktur för tabell';
@ -316,7 +319,4 @@ $strYes = 'Ja';
$strZip = '"zippad"';
// To translate
$strFlushTable = 'Flush the table ("FLUSH")';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strTableHasBeenFlushed = 'Table %s has been flushed';
?>