From: Carsten K. <car...@us...> - 2002-01-01 09:35:01
|
Update of /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES In directory usw-pr-cvs1:/tmp/cvs-serv19778 Modified Files: phpwiki.mo phpwiki.php Log Message: committing updated po and mo files (repaired my msgfmt & msgunfmt and remake'd locale since my last locale commit). Index: phpwiki.mo =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.mo,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 Binary files /tmp/cvsWoKUC3 and /tmp/cvsmQaG7W differ Index: phpwiki.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/locale/it/LC_MESSAGES/phpwiki.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** phpwiki.php 2001/12/18 03:24:03 1.4 --- phpwiki.php 2002/01/01 09:34:57 1.5 *************** *** 11,22 **** --- 11,40 ---- $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["Describe %s here."] = + "Descrivi %s qui."; + $locale["Edit %s"] = + "Modifica %s"; + $locale["Edit: %s"] = + "Modifica: %s"; + $locale["FindPage"] = + "TrovaPagina"; + $locale["GoodStyle"] = + "BuonStile"; $locale["HomePage"] = "PaginaPrincipale"; $locale["In order to recover from this situation follow these steps:"] = "Per risolvere questa situazione segui questi passi:"; + $locale["Lock page"] = + "Blocca la pagina"; $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["MostPopular"] = + "PiuPopolari"; $locale["None"] = "Nessuno"; + $locale["Page Name"] = + "Pagina"; + $locale["Page locked"] = + "Pagina bloccata"; $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."; *************** *** 33,42 **** --- 51,70 ---- $locale["Removed page '%s' succesfully."] = "La pagina '%s' è stata rimossa correttamente."; + $locale["Search"] = + "Ricerca"; + $locale["See %s tips for editing."] = + "%s consigli per le modifiche."; $locale["Sorry for the inconvenience."] = "Scusa per l'inconveniente."; + $locale["TextFormattingRules"] = + "RegoleDiFormattazioneDelTesto"; $locale["Thank you for editing %s."] = "Grazie per le modifiche! %s."; $locale["This page has been locked by the administrator and cannot be edited."] = "Questa pagina ` stata bloccata dall'amministratore e non può essere modificata"; + $locale["Title search results for '%s'"] = + "Risultati della ricerca su tutto il testo '%s'"; + $locale["Unlock page"] = + "Sblocca la pagina"; $locale["Use your browser's <b>Back</b> button to go back to the edit page."] = "Usa il pulsante <b>Precedente</b> del tuo browser per tornarealla pagina di modifica"; *************** *** 53,58 **** $locale["by %s"] = "di %s"; - $locale["last modified on %s"] = - "Ultima modifica: %s"; ;?> --- 81,84 ---- |