From: Geoffrey T. D. <da...@us...> - 2001-11-28 18:55:36
|
Update of /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES In directory usw-pr-cvs1:/tmp/cvs-serv3952/locale/it/LC_MESSAGES Modified Files: Tag: release-1_2-branch phpwiki.mo phpwiki.php Log Message: Patches to Swedish translations from Jon Åslund <d9...@na...> Rebuilt .po/.mo files (i.e. ran locale/translate.sh). Index: phpwiki.mo =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.mo,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 Binary files /tmp/cvsSD4yVT and /tmp/cvsOibhWF differ Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.php,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -r1.1.2.1 -r1.1.2.2 *** phpwiki.php 2001/05/21 16:10:31 1.1.2.1 --- phpwiki.php 2001/11/28 18:55:33 1.1.2.2 *************** *** 75,79 **** $locale["Cannot open database %s, giving up."] = "Non riesco ad aprire il database %s, abbandono."; ! $locale["Insert/update failed: %s"] = "Inserimento/aggiornamento fallito: %s"; $locale["Delete on %s failed: %s"] = --- 75,79 ---- $locale["Cannot open database %s, giving up."] = "Non riesco ad aprire il database %s, abbandono."; ! $locale["Insert/update to table 'wiki' failed: %s"] = "Inserimento/aggiornamento fallito: %s"; $locale["Delete on %s failed: %s"] = *************** *** 81,90 **** $locale["Insert into %s failed: %s"] = "Inserimento in %s fallito: %s"; $locale["MySQL error: %s"] = "Errore di MySQL: %s"; $locale["Error writing page '%s'"] = "Errore durante il salvataggio della pagina '%s'"; - $locale["Cannot delete '%s' from table '%s'"] = - "Non posso cancellare '%s' dalla tabella '%s'"; $locale["Enter a page name"] = "Scrivi un nome di una pagina"; --- 81,96 ---- $locale["Insert into %s failed: %s"] = "Inserimento in %s fallito: %s"; + $locale["Insert/update into table 'archive' failed: %s"] = + "Inserimento/aggiornamento fallito: %s"; + $locale["MSSQL error: %s"] = + "Errore di MySQL: %s"; + $locale["Insert/Update failed: %s <br>\n"] = + "Inserimento/aggiornamento fallito: %s"; + $locale["Cannot delete '%s' from table '%s'"] = + "Non posso cancellare '%s' dalla tabella '%s'"; $locale["MySQL error: %s"] = "Errore di MySQL: %s"; $locale["Error writing page '%s'"] = "Errore durante il salvataggio della pagina '%s'"; $locale["Enter a page name"] = "Scrivi un nome di una pagina"; |