From: Carsten K. <car...@us...> - 2001-12-18 03:24:07
|
Update of /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES In directory usw-pr-cvs1:/tmp/cvs-serv7584/phpwiki/locale/it/LC_MESSAGES Modified Files: phpwiki.php Log Message: Gettext Makefile & phpwiki.pot updated with new string lists, all LC_MESSAGES regenerated--as a result the new strings will have to be translated for all the languages. (Only the German strings have been mostly completed). Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** phpwiki.php 2001/11/29 03:09:29 1.3 --- phpwiki.php 2001/12/18 03:24:03 1.4 *************** *** 19,24 **** $locale["None"] = "Nessuno"; - $locale["Otherwise press the \"Back\" button of your browser."] = - "Altrimenti premi il bottone \"Precedente\" sul tuo browser"; $locale["PhpWiki is unable to save your changes, because another user edited and saved the page while you were editing the page too. If saving proceeded now changes from the previous author would be lost."] = "PhpWiki non è riuscito a salvare i tuoi cambiamenti perchè un altro utente ha cambiato la pagina mentre la stavi modificando. Se il salvataggio viene comunque fatto, i cambiamenti dell'altro utente verranno persi."; --- 19,22 ---- *************** *** 29,32 **** --- 27,32 ---- $locale["Problem while updating %s"] = "Problemi durante l'aggiornamento %s"; + $locale["RecentChanges"] = + "ModificheRecenti"; $locale["Remove page"] = "Rimuovi la pagina"; *************** *** 43,54 **** $locale["Versions are identical"] = "Le versioni sono identiche"; - $locale["WikiDiff Okay: LCS = %s"] = - "WikiDiff Ok: LCS = %s"; - $locale["WikiDiff::_check: edit sequence is non-optimal"] = - "WikiDiff::_check: la sequenza di editazione non e` ottimale"; - $locale["WikiDiff::_check: failed"] = - "WikiDiff::_check: fallito"; - $locale["WikiDiff::apply: line count mismatch: %s != %s"] = - "WikiDiff::applu: il numero delle linee è differente: %s != %s"; $locale["WikiFatalError"] = "ErroreFataleDiWiki"; --- 43,46 ---- |