diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 20:12:44 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 20:16:48 +0100 |
commit | 10e5040b61ece408db268e830953047001951a15 (patch) | |
tree | 5f6725d2e151f4bbbea3718a96417c58fba7fc7d /src | |
parent | 4be03796025000f3b4c4507bb54710609c4b40da (diff) | |
download | rneovim-10e5040b61ece408db268e830953047001951a15.tar.gz rneovim-10e5040b61ece408db268e830953047001951a15.tar.bz2 rneovim-10e5040b61ece408db268e830953047001951a15.zip |
vim-patch:24a98a0eb772
Update runtime files
https://github.com/vim/vim/commit/24a98a0eb77245adc50facad8b735b20bfd31a7e
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/po/it.po | 9 | ||||
-rw-r--r-- | src/nvim/po/pt_BR.po | 8 |
2 files changed, 13 insertions, 4 deletions
diff --git a/src/nvim/po/it.po b/src/nvim/po/it.po index 91a68cf1e6..c95faf1dce 100644 --- a/src/nvim/po/it.po +++ b/src/nvim/po/it.po @@ -1417,6 +1417,7 @@ msgstr "E904: l'ultimo argomento per espressione/chiamata dev'essere numerico" msgid "E904: third argument for call must be a list" msgstr "E904: il terzo argomento della chiamata dev'essere una Lista" +#, c-format msgid "E905: received unknown command: %s" msgstr "E905: recevuto comando non conosciuto: %s" @@ -1424,6 +1425,7 @@ msgstr "E905: recevuto comando non conosciuto: %s" msgid "E630: %s(): write while not connected" msgstr "E630: %s(): scrittura in mancanza di connessione" +#, c-format msgid "E631: %s(): write failed" msgstr "E631: %s(): scrittura non riuscita" @@ -4837,6 +4839,7 @@ msgstr "" "\n" "Non posso impostare il contesto di sicurezza per " +#, c-format msgid "E151: No match: %s" msgstr "E151: Nessuna corrispondenza: %s" @@ -5382,6 +5385,12 @@ msgstr "E772: Il file ortografico è per versioni di Vim più recenti" msgid "E770: Unsupported section in spell file" msgstr "E770: Sezione non supportata nel file ortografico" +msgid "E944: Reverse range in character class" +msgstr "E944: Intervallo invertito nella classe di caratteri" + +msgid "E945: Range too large in character class" +msgstr "E945: Intervallo troppo ampio nella classe di caratteri" + #, c-format msgid "E779: Old .sug file, needs to be updated: %s" msgstr "E779: File .sug obsoleto, è necessario aggiornarlo: %s" diff --git a/src/nvim/po/pt_BR.po b/src/nvim/po/pt_BR.po index 37942704e7..f8d6ac3011 100644 --- a/src/nvim/po/pt_BR.po +++ b/src/nvim/po/pt_BR.po @@ -24,7 +24,7 @@ msgstr "[Ajuda]" #: ../screen.c:4815 ../buffer.c:3244 msgid "[Preview]" -msgstr "[Visualização]" +msgstr "[Visualização]" #: ../screen.c:4823 ../fileio.c:1855 ../buffer.c:2496 ../buffer.c:3207 msgid "[RO]" @@ -4859,7 +4859,7 @@ msgstr " tipo arquivo\n" #: ../ex_getln.c:4762 msgid "'history' option is zero" -msgstr "opção 'history' vale zero" +msgstr "opção 'history' vale zero" #: ../ex_getln.c:5008 #, c-format @@ -6203,7 +6203,7 @@ msgstr "--\t\t\tApenas nomes de arquivo depois daqui" #: ../main.c:2177 msgid "--literal\t\tDon't expand wildcards" -msgstr "--literal\t\tNão expandir caracteres-curinga" +msgstr "--literal\t\tNão expandir caracteres-curinga" #: ../main.c:2179 msgid "-v\t\t\tVi mode (like \"vi\")" @@ -6227,7 +6227,7 @@ msgstr "-d\t\t\tModo diff (como \"vimdiff\")" #: ../main.c:2184 msgid "-y\t\t\tEasy mode (like \"evim\", modeless)" -msgstr "-y\t\t\tModo fácil (como \"evim\", o Vim não modal)" +msgstr "-y\t\t\tModo fácil (como \"evim\", o Vim não modal)" #: ../main.c:2185 msgid "-R\t\t\tReadonly mode (like \"view\")" |