home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 6.0.012 < prev    next >
Encoding:
Internet Message Format  |  2001-10-17  |  2.3 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 6.0.012
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. ------------
  6.  
  7. Patch 6.0.012
  8. Problem:    Polish translations contain printf format errors, this can result
  9.             in a crash when using one of them.
  10. Solution:   Fix for translated messages. (Michal Politowski)
  11. Files:      src/po/pl.po
  12.  
  13.  
  14. *** ../vim60.11/src/po/pl.po    Sat Sep 15 14:57:02 2001
  15. --- src/po/pl.po    Thu Oct 18 13:26:10 2001
  16. ***************
  17. *** 221,227 ****
  18.   #: diff.c:133
  19.   #, c-format
  20.   msgid "E96: Can not diff more than %ld buffers"
  21. ! msgstr "E96: Nie mogΩ zr≤┐nicowaµ wiΩcej ni┐ %ls bufor≤w"
  22.   
  23.   #: diff.c:641
  24.   msgid "E97: Cannot create diffs"
  25. --- 221,227 ----
  26.   #: diff.c:133
  27.   #, c-format
  28.   msgid "E96: Can not diff more than %ld buffers"
  29. ! msgstr "E96: Nie mogΩ zr≤┐nicowaµ wiΩcej ni┐ %ld bufor≤w"
  30.   
  31.   #: diff.c:641
  32.   msgid "E97: Cannot create diffs"
  33. ***************
  34. *** 383,389 ****
  35.   #: edit.c:3355
  36.   #, c-format
  37.   msgid "match %d"
  38. ! msgstr "pasuje %s"
  39.   
  40.   #: eval.c:693
  41.   #, c-format
  42. --- 383,389 ----
  43.   #: edit.c:3355
  44.   #, c-format
  45.   msgid "match %d"
  46. ! msgstr "pasuje %d"
  47.   
  48.   #: eval.c:693
  49.   #, c-format
  50. ***************
  51. *** 571,577 ****
  52.   #: eval.c:8143
  53.   #, c-format
  54.   msgid "%s returning #%ld"
  55. ! msgstr "%s zwraca #%d"
  56.   
  57.   #: eval.c:8146
  58.   #, c-format
  59. --- 571,577 ----
  60.   #: eval.c:8143
  61.   #, c-format
  62.   msgid "%s returning #%ld"
  63. ! msgstr "%s zwraca #%ld"
  64.   
  65.   #: eval.c:8146
  66.   #, c-format
  67. ***************
  68. *** 2178,2184 ****
  69.   #: if_cscope.c:407 if_cscope.c:451
  70.   #, c-format
  71.   msgid "stat(%s) error: %d"
  72. ! msgstr "stat(%s) b│▒d: %s"
  73.   
  74.   #: if_cscope.c:460 if_cscope.c:467
  75.   #, c-format
  76. --- 2178,2184 ----
  77.   #: if_cscope.c:407 if_cscope.c:451
  78.   #, c-format
  79.   msgid "stat(%s) error: %d"
  80. ! msgstr "stat(%s) b│▒d: %d"
  81.   
  82.   #: if_cscope.c:460 if_cscope.c:467
  83.   #, c-format
  84. *** ../vim60.11/src/version.c    Thu Oct 18 13:28:47 2001
  85. --- src/version.c    Thu Oct 18 13:26:33 2001
  86. ***************
  87. *** 608,609 ****
  88. --- 608,611 ----
  89.   {   /* Add new patch number below this line */
  90. + /**/
  91. +     12,
  92.   /**/
  93.  
  94. -- 
  95. hundred-and-one symptoms of being an internet addict:
  96. 88. Every single time you press the 'Get mail' button...it does get new mail.
  97.  
  98.  ///  Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net  \\\
  99. (((   Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim   )))
  100.  \\\  Help me helping AIDS orphans in Uganda - http://iccf-holland.org  ///
  101.