From: Geoffrey T. D. <da...@us...> - 2001-11-29 03:09:32
|
Update of /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES In directory usw-pr-cvs1:/tmp/cvs-serv19512/locale/it/LC_MESSAGES Modified Files: phpwiki.mo phpwiki.php Log Message: Re-make in locale (to update .po and .mo files). Index: phpwiki.mo =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.mo,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 Binary files /tmp/cvs1FEkBB and /tmp/cvsUuibW2 differ Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** phpwiki.php 2001/05/21 17:28:44 1.2 --- phpwiki.php 2001/11/29 03:09:29 1.3 *************** *** 5,66 **** $locale["%d best outgoing links:"] = "%s migliori link in uscita:"; - $locale["%d matches found in %d pages."] = - "Ho trovato %d occorrente in %d pagine."; $locale["%d most popular nearby:"] = "%d più popolari:"; $locale["<b>Reload</b> the page. You should now see the most current version of the page. Your changes are no longer there."] = "<b>Aggiorna</b> la pagina. Dovresti vedere l'ultima versione senzamodifiche"; - $locale["Archived page:"] = - "Pagina archiviata:"; - $locale["Archived version"] = - "Versione archiviata"; - $locale["Cannot delete '%s' from table '%s'"] = - "Non posso cancellare '%s' dalla tabella '%s'"; - $locale["Cannot establish connection to database, giving up."] = - "Non riesco a stabilire una connessione col database, abbandono."; - $locale["Cannot open database %s, giving up."] = - "Non riesco ad aprire il database %s, abbandono."; - $locale["Copy of %s"] = - "Copia di %s"; $locale["Copy your changes to the clipboard or to another temporary place (e.g. text editor)."] = "Copia le tue modifiche nella clipboard o temporaneamente in unaltro posto (es: un editor di testo)"; - $locale["Current page:"] = - "Pagina corrente:"; - $locale["Current version"] = - "Versione corrente"; - $locale["Delete on %s failed: %s"] = - "Cancellazione su %s fallita: %s"; - $locale["Describe %s here."] = - "Descrivi %s qui"; - $locale["Diff of %s."] = - "Differenza di %s"; - $locale["Error message: %s"] = - "Messaggio d'errore: %s"; - $locale["Error writing page '%s'"] = - "Errore durante il salvataggio della pagina '%s'"; - $locale["Full Text Search Results"] = - "Risultati della ricerca su tutto il testo"; - $locale["Function not yet implemented."] = - "Funzione non implementata."; $locale["HomePage"] = "PaginaPrincipale"; $locale["In order to recover from this situation follow these steps:"] = "Per risolvere questa situazione segui questi passi:"; - $locale["Insert into %s failed: %s"] = - "Inserimento in %s fallito: %s"; - $locale["Insert/update failed: %s"] = - "Inserimento/aggiornamento fallito: %s"; $locale["Make changes to the file again. Paste your additions from the clipboard (or text editor)."] = "Cambia ancora il file ed installa le tue modifiche dalla clipboard (o dall'editor di testo)"; - $locale["MySQL error: %s"] = - "Errore di MySQL: %s"; $locale["None"] = "Nessuno"; $locale["Otherwise press the \"Back\" button of your browser."] = "Altrimenti premi il bottone \"Precedente\" sul tuo browser"; - $locale["Page name '%s' is not in the database"] = - "La pagina '%s' non e` presente nel database"; - $locale["PageInfo"] = - "InformazioniDellaPagina"; $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."; --- 5,24 ---- *************** *** 71,84 **** $locale["Problem while updating %s"] = "Problemi durante l'aggiornamento %s"; - $locale["RecentChanges"] = - "ModificheRecenti"; $locale["Remove page"] = "Rimuovi la pagina"; $locale["Removed page '%s' succesfully."] = "La pagina '%s' è stata rimossa correttamente."; - $locale["Search"] = - "Ricerca"; - $locale["Searching for \"%s\" ....."] = - "Sto cercando \"%s\" ....."; $locale["Sorry for the inconvenience."] = "Scusa per l'inconveniente."; --- 29,36 ---- *************** *** 111,116 **** $locale["last modified on %s"] = "Ultima modifica: %s"; - $locale["version %s"] = - "versione %s"; ;?> --- 63,66 ---- |