From: Bram Moolenaar Date: Tue, 8 Jun 2010 21:17:01 +0000 (+0200) Subject: Update src/po/it.po. Fixed errors in ko.po. X-Git-Tag: v7.3~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f0d3dd27053c91e7b67d81f086c085e074e8d24;p=vim Update src/po/it.po. Fixed errors in ko.po. --- diff --git a/src/po/it.po b/src/po/it.po index 449085a62..f152bd7d5 100644 --- a/src/po/it.po +++ b/src/po/it.po @@ -11,9 +11,9 @@ # msgid "" msgstr "" -"Project-Id-Version: vim 7.2\n" -"POT-Creation-Date: 2010-05-17 10:05+0200\n" -"PO-Revision-Date: 2009-05-17 10:05+0200\n" +"Project-Id-Version: vim 7.3\n" +"POT-Creation-Date: 2010-06-08 12:54+0200\n" +"PO-Revision-Date: 2010-06-08 16:55+0200\n" "Last-Translator: Vlad Sandrini \n" "Language-Team: Italian" " Antonio Colombo " @@ -24,6 +24,21 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Report-Msgid-Bugs-To: \n" +msgid "E831: bf_key_init() called with empty password" +msgstr "E831: chiamata a bf_key_init() con password nulla" + +msgid "E820: sizeof(uint32_t) != 4" +msgstr "E820: sizeof(uint32_t) != 4" + +msgid "E817: Blowfish big/little endian use wrong" +msgstr "E817: uso errato di big/little endian in Blowfish" + +msgid "E818: sha256 test failed" +msgstr "E818: test sha256 fallito" + +msgid "E819: Blowfish test failed" +msgstr "E819: test Blowfish fallito" + msgid "E82: Cannot allocate any buffer, exiting..." msgstr "E82: Non riesco ad allocare alcun buffer, esco..." @@ -192,7 +207,7 @@ msgid "E810: Cannot read or write temp files" msgstr "E810: Non riesco a leggere o scrivere file temporanei" msgid "E97: Cannot create diffs" -msgstr "E97: Non riesco a creare differenze " +msgstr "E97: Non riesco a creare differenze" msgid "Patch file" msgstr "File di differenze" @@ -915,7 +930,7 @@ msgid "(Interrupted) " msgstr "(Interrotto) " msgid "1 match" -msgstr "1 corrisp. " +msgstr "1 corrisp." msgid "1 substitution" msgstr "1 sostituzione" @@ -1173,7 +1188,7 @@ msgid "End of sourced file" msgstr "Fine del file di comandi" msgid "End of function" -msgstr "Fine funzione " +msgstr "Fine funzione" msgid "E464: Ambiguous use of user-defined command" msgstr "E464: Uso ambiguo di comando definito dall'utente" @@ -1627,6 +1642,9 @@ msgstr "Conversione fallita con 'charconvert'" msgid "can't read output of 'charconvert'" msgstr "non riesco a leggere il risultato di 'charconvert'" +msgid "E821: File is encrypted with unknown method" +msgstr "E821: File cifrato con metodo sconosciuto" + msgid "E676: No matching autocommands for acwrite buffer" msgstr "E676: Nessun autocomando corrispondente per buffer acwrite" @@ -1786,6 +1804,10 @@ msgstr "%ld linee," msgid "1 character" msgstr "1 carattere" +#, c-format +msgid "%lld characters" +msgstr "%lld caratteri" + #, c-format msgid "%ld characters" msgstr "%ld caratteri" @@ -2141,7 +2163,7 @@ msgstr "&U Disfa" #, c-format msgid "E610: Can't load Zap font '%s'" -msgstr "E610: Non riesco a caricate il fonte Zap '%s'" +msgstr "E610: Non riesco a caricate il font Zap '%s'" #, c-format msgid "E611: Can't use font %s" @@ -2866,6 +2888,9 @@ msgstr "Argomento non valido per" msgid "%d files to edit\n" msgstr "%d file da elaborare\n" +msgid "netbeans is not supported with this GUI\n" +msgstr "netbeans non è supportato con questa GUI\n" + msgid "This Vim was not compiled with the diff feature." msgstr "Vim non compilato con funzionalità 'diff'." @@ -3516,14 +3541,20 @@ msgstr "" "\n" "(Potresti salvare questo file con un altro nome ed eseguire\n" -msgid "and run diff with the original file to check for changes)\n" -msgstr "'diff' rispetto al file originale per vedere le differenze)\n" +msgid "and run diff with the original file to check for changes)" +msgstr "'diff' rispetto al file originale per vedere le differenze)" +msgid "Recovery completed. Buffer contents equals file contents." +msgstr "Ripristino effettuato. Il contenuto del buffer coincide con quello del file." + +#, fuzzy msgid "" -"Delete the .swp file afterwards.\n" +"\n" +"You may want to delete the .swp file now.\n" "\n" msgstr "" -"Cancella il file .swp in seguito.\n" +"\n" +"È consigliato cancellare il file .swp adesso.\n" "\n" #. use msg() to start the scrolling properly @@ -4049,6 +4080,9 @@ msgstr "lettura da socket Netbeans" msgid "E658: NetBeans connection lost for buffer %ld" msgstr "E658: Connessione NetBeans persa per il buffer %ld" +msgid "E511: netbeans already connected" +msgstr "E511: netbeans già connesso" + msgid "E505: " msgstr "E505: " @@ -5544,6 +5578,75 @@ msgstr "Uso CUT_BUFFER0 invece che una scelta nulla" msgid "No undo possible; continue anyway" msgstr "'undo' non più possibile; continuo comunque" +#, c-format +msgid "E828: Cannot open undo file for writing: %s" +msgstr "E828: Non posso aprire il file Undo in scrittura: %s" + +#, c-format +msgid "E825: Corrupted undo file (%s): %s" +msgstr "E825: File Undo corrotto (%s): %s" + +msgid "Cannot write undo file in any directory in 'undodir'" +msgstr "Non posso scrivere un file Undo in alcuna directory di 'undodir'" + +#, c-format +msgid "Will not overwrite with undo file, cannot read: %s" +msgstr "File Undo non sovrascritto, non riesco a leggere: %s" + +#, c-format +msgid "Will not overwrite, this is not an undo file: %s" +msgstr "Non sovrascritto, non è un file Undo: %s" + +msgid "Skipping undo file write, noting to undo" +msgstr "Ometto scrittura del file Undo, non ci sono modifiche" + +#, c-format +msgid "Writing undo file: %s" +msgstr "Scrivo file Undo: %s" + +#, fuzzy, c-format +msgid "E829: write error in undo file: %s" +msgstr "E829: errore scrivendo nel file Undo: %s" + +#, c-format +msgid "Not reading undo file, owner differs: %s" +msgstr "Non leggo file Undo, appartiene a un altro utente: %s" + +#, c-format +msgid "Reading undo file: %s" +msgstr "Lettura file Undo: %s" + +#, c-format +msgid "E822: Cannot open undo file for reading: %s" +msgstr "E822: Non posso aprire il file Undo in lettura: %s" + +#, c-format +msgid "E823: Not an undo file: %s" +msgstr "E823: Non è un file Undo: %s" + +#, fuzzy, c-format +msgid "E832: Non-encrypted file has encrypted undo file: %s" +msgstr "E832: File non cifrato con file Undo cifrato: %s" + +#, c-format +msgid "E826: Undo file decryption failed: %s" +msgstr "E826: Decifratura fallita del file Undo: %s" + +#, c-format +msgid "E827: Undo file is encrypted: %s" +msgstr "E827: File Undo cifrato: %s" + +#, c-format +msgid "E824: Incompatible undo file: %s" +msgstr "E824: File Undo incompatibile: %s" + +msgid "File contents changed, cannot use undo info" +msgstr "File ulteriormente modificato, non posso usare informazioni di Undo" + +#, c-format +msgid "Finished reading undo file %s" +msgstr "Lettura del file Undo %s effettuata" + msgid "Already at oldest change" msgstr "Questa è già la prima modifica" @@ -5551,8 +5654,8 @@ msgid "Already at newest change" msgstr "Questa è già l'ultima modifica" #, c-format -msgid "Undo number %ld not found" -msgstr "Undo numero %ld non trovato" +msgid "E830: Undo number %ld not found" +msgstr "E830: Undo numero %ld non trovato" msgid "E438: u_undo: line numbers wrong" msgstr "E438: u_undo: numeri linee errati" diff --git a/src/po/ko.UTF-8.po b/src/po/ko.UTF-8.po index f8aea0eac..ded150324 100644 --- a/src/po/ko.UTF-8.po +++ b/src/po/ko.UTF-8.po @@ -202,7 +202,7 @@ msgid "E99: Current buffer is not in diff mode" msgstr "E99: 현재 버퍼는 diff 상태가 아닙니다" msgid "E793: No other buffer in diff mode is modifiable" -msgstr "E100: 수정 가능한 diff 상태 버퍼는 없습니다" +msgstr "E793: 수정 가능한 diff 상태 버퍼는 없습니다" msgid "E100: No other buffer in diff mode" msgstr "E100: 다른 버퍼중에 diff 상태인 게 없습니다" @@ -855,7 +855,7 @@ msgstr "스왑 파일 \"%s\"가 있습니다, 덮어쓸까요?" #, c-format msgid "E768: Swap file exists: %s (:silent! overrides)" -msgstr "E13: 스왑 파일 있슴: %s (덮어쓰려면 :silent! 사용)" +msgstr "E768: 스왑 파일 있슴: %s (덮어쓰려면 :silent! 사용)" #, c-format msgid "E141: No file name for buffer %ld" @@ -1444,10 +1444,10 @@ msgid "E587: :break without :while or :for" msgstr "E587: :while 혹은 :for없이 :break가 있습니다" msgid "E732: Using :endfor with :while" -msgstr "E170: :while에 :endfor가 사용되었습니다" +msgstr "E732: :while에 :endfor가 사용되었습니다" msgid "E733: Using :endwhile with :for" -msgstr "E170: :for에 :endwhile이 사용되었습니다" +msgstr "E733: :for에 :endwhile이 사용되었습니다" msgid "E601: :try nesting too deep" msgstr "E601: :try가 너무 깊게 중첩되었습니다" diff --git a/src/po/ko.po b/src/po/ko.po index 93c208b13..3192cf201 100644 --- a/src/po/ko.po +++ b/src/po/ko.po @@ -202,7 +202,7 @@ msgid "E99: Current buffer is not in diff mode" msgstr "E99: ÇöÀç ¹öÆÛ´Â diff »óŰ¡ ¾Æ´Õ´Ï´Ù" msgid "E793: No other buffer in diff mode is modifiable" -msgstr "E100: ¼öÁ¤ °¡´ÉÇÑ diff »óÅ ¹öÆÛ´Â ¾ø½À´Ï´Ù" +msgstr "E793: ¼öÁ¤ °¡´ÉÇÑ diff »óÅ ¹öÆÛ´Â ¾ø½À´Ï´Ù" msgid "E100: No other buffer in diff mode" msgstr "E100: ´Ù¸¥ ¹öÆÛÁß¿¡ diff »óÅÂÀÎ °Ô ¾ø½À´Ï´Ù" @@ -855,7 +855,7 @@ msgstr " #, c-format msgid "E768: Swap file exists: %s (:silent! overrides)" -msgstr "E13: ½º¿Ò ÆÄÀÏ ÀÖ½¿: %s (µ¤¾î¾²·Á¸é :silent! »ç¿ë)" +msgstr "E768: ½º¿Ò ÆÄÀÏ ÀÖ½¿: %s (µ¤¾î¾²·Á¸é :silent! »ç¿ë)" #, c-format msgid "E141: No file name for buffer %ld" @@ -1444,10 +1444,10 @@ msgid "E587: :break without :while or :for" msgstr "E587: :while ȤÀº :for¾øÀÌ :break°¡ ÀÖ½À´Ï´Ù" msgid "E732: Using :endfor with :while" -msgstr "E170: :while¿¡ :endfor°¡ »ç¿ëµÇ¾ú½À´Ï´Ù" +msgstr "E732: :while¿¡ :endfor°¡ »ç¿ëµÇ¾ú½À´Ï´Ù" msgid "E733: Using :endwhile with :for" -msgstr "E170: :for¿¡ :endwhileÀÌ »ç¿ëµÇ¾ú½À´Ï´Ù" +msgstr "E733: :for¿¡ :endwhileÀÌ »ç¿ëµÇ¾ú½À´Ï´Ù" msgid "E601: :try nesting too deep" msgstr "E601: :try°¡ ³Ê¹« ±í°Ô ÁßøµÇ¾ú½À´Ï´Ù"