Changeset 1049

Show
Ignore:
Timestamp:
11/30/08 14:45:54 (5 weeks ago)
Author:
mariodebian
Message:

tcosphpmonitor:

  • Add Galician (gl) translation (thanks Enrique Estevez keko at ousli.org)
Location:
trunk/tcosphpmonitor/languages
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tcosphpmonitor/languages/Makefile

    r898 r1049  
    11 
    2 all: es.gmo ca_ES.gmo pt_BR.gmo 
     2all: es.gmo ca_ES.gmo pt_BR.gmo gl.gmo 
    33 
    44test: 
     
    66 
    77clean: 
    8         rm -rf es/ ca_ES/ pt_BR/ 
     8        rm -rf es/ ca_ES/ pt_BR/ gl/ 
    99 
    1010pot: 
     
    3434        msgfmt -v -o pt_BR/LC_MESSAGES/tcosphpmonitor.mo pt_BR.po 
    3535 
     36gl.gmo: 
     37        if [ -f gl-new.po ]; then  mv gl-new.po gl.po ; fi 
     38        mkdir -p gl/LC_MESSAGES/ 
     39        msgfmt -v -o gl/LC_MESSAGES/tcosphpmonitor.mo gl.po 
     40 
    3641install: 
    3742        install -d $(DESTDIR)/usr/share/locale/es/LC_MESSAGES 
     
    4449        install -m 644 pt_BR/LC_MESSAGES/tcosphpmonitor.mo $(DESTDIR)/usr/share/locale/pt_BR/LC_MESSAGES/ 
    4550 
     51        install -d $(DESTDIR)/usr/share/locale/gl/LC_MESSAGES 
     52        install -m 644 gl/LC_MESSAGE/tcosphpmonitor.mo $(DESTDIR)/usr/share/locale/gl/LC_MESSAGES/ 
     53