From 6f0d3dd27053c91e7b67d81f086c085e074e8d24 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar <Bram@vim.org> Date: Tue, 8 Jun 2010 23:17:01 +0200 Subject: [PATCH] Update src/po/it.po. Fixed errors in ko.po. --- src/po/it.po | 129 ++++++++++++++++++++++++++++++++++++++++----- src/po/ko.UTF-8.po | 8 +-- src/po/ko.po | 8 +-- 3 files changed, 124 insertions(+), 21 deletions(-) diff --git a/src/po/it.po b/src/po/it.po index 449085a62d..f152bd7d5a 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 <vlad.gently@gmail.com>\n" "Language-Team: Italian" " Antonio Colombo <azc100@gmail.com>" @@ -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 f8aea0eac2..ded1503247 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 93c208b139..3192cf2017 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: ¥Ÿ∏• πˆ∆€¡flø° 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∞° ≥ π´ ±Ì∞‘ ¡fl√∏µ«æ˙Ω¿¥œ¥Ÿ" -- GitLab