Update of /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6491/it/LC_MESSAGES
Modified Files:
Tag: release-1_2-branch
phpwiki.mo phpwiki.php
Log Message:
rel1.2.8: routine update
Index: phpwiki.mo
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.mo,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -2 -b -p -d -r1.1.2.2 -r1.1.2.3
Binary files /tmp/cvsYgLKJt and /tmp/cvsYjcDJU differ
Index: phpwiki.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -2 -b -p -d -r1.1.2.2 -r1.1.2.3
--- phpwiki.php 28 Nov 2001 18:55:33 -0000 1.1.2.2
+++ phpwiki.php 23 Jul 2005 11:28:24 -0000 1.1.2.3
@@ -76,5 +76,5 @@ $locale["Cannot open database %s, giving
"Non riesco ad aprire il database %s, abbandono.";
$locale["Insert/update to table 'wiki' failed: %s"] =
- "Inserimento/aggiornamento fallito: %s";
+ "Inserimento/aggiornamento su 'wiki' fallito: %s";
$locale["Delete on %s failed: %s"] =
"Cancellazione su %s fallita: %s";
@@ -82,8 +82,8 @@ $locale["Insert into %s failed: %s"] =
"Inserimento in %s fallito: %s";
$locale["Insert/update into table 'archive' failed: %s"] =
- "Inserimento/aggiornamento fallito: %s";
+ "Inserimento/aggiornamento su 'archive' fallito: %s";
$locale["MSSQL error: %s"] =
- "Errore di MySQL: %s";
-$locale["Insert/Update failed: %s <br>\n"] =
+ "Errore di MSSQL: %s";
+$locale["Insert/Update failed: %s"] =
"Inserimento/aggiornamento fallito: %s";
$locale["Cannot delete '%s' from table '%s'"] =
|