po2tbl.sed
上传用户:xxcykj
上传日期:2007-01-04
资源大小:727k
文件大小:1k
源码类别:

Email客户端

开发平台:

Unix_Linux

  1. 1 {
  2.   i
  3. /* Automatically generated by po2tbl.sed from @PACKAGE NAME@.pot.  */
  4. #if HAVE_CONFIG_H
  5. # include <config.h>
  6. #endif
  7. #include "libgettext.h"
  8. const struct _msg_ent _msg_tbl[] = {
  9.   h
  10.   s/.*/0/
  11.   x
  12. }
  13. /^msgid/ {
  14.   s/msgid[  ]*(".*")/  {1/
  15.   tb
  16.   :b
  17.   N
  18.   s/(.*)"(n)"(.*")/123/
  19.   ta
  20.   s/(.*)n.*/1/
  21.   bc
  22.   :a
  23.   s/(.*)(n.*)/1\2/
  24.   P
  25.   s/.*n(.*)/1/
  26.   tb
  27.   :c
  28.   x
  29.   td
  30.   :d
  31.   s/9(_*)$/_1/
  32.   td
  33.   s/^(_*)$/01/
  34.   s/8(_*)$/91/
  35.   s/7(_*)$/81/
  36.   s/6(_*)$/71/
  37.   s/5(_*)$/61/
  38.   s/4(_*)$/51/
  39.   s/3(_*)$/41/
  40.   s/2(_*)$/31/
  41.   s/1(_*)$/21/
  42.   s/0(_*)$/11/
  43.   s/_/0/g
  44.   x
  45.   G
  46.   s/(.*)n([0-9]*)/1, 2},/
  47.   s/(.*)"$/1/
  48.   p
  49. }
  50. $ {
  51.   i
  52. };
  53.   g
  54.   s/0*(.*)/int _msg_tbl_length = 1;/p
  55. }
  56. d