E CVS: cpu e-taro

2006-06-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu/po


Added Files:
eo.po 


Log Message:
eo.po additions for various e_modules (part 1) (Olivier)





___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-06-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu


Modified Files:
configure.in 


Log Message:
eo.po additions for various e_modules (part 1) (Olivier)

===
RCS file: /cvs/e/e_modules/cpu/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- configure.in24 May 2006 20:06:02 -  1.9
+++ configure.in10 Jun 2006 02:27:22 -  1.10
@@ -17,7 +17,7 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS=bg fi it sv ja ru
+ALL_LINGUAS=bg eo fi it sv ja ru
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])




___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-05-28 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu/po


Modified Files:
bg.po 


Log Message:
module bg.po updates (Luchezar P. Petkov)

===
RCS file: /cvs/e/e_modules/cpu/po/bg.po,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- bg.po   13 May 2006 02:00:54 -  1.1
+++ bg.po   28 May 2006 15:38:42 -  1.2
@@ -7,12 +7,12 @@
 Project-Id-Version: cpu 0.0.1\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-04-08 16:50+0300\n
-PO-Revision-Date: 2006-04-08 17:26+0300\n
+PO-Revision-Date: 2006-05-28 17:46+0300\n
 Last-Translator:  [EMAIL PROTECTED]\n
 Language-Team: Bulgarian [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bit\n
+Content-Transfer-Encoding: 8bit
 
 #: e_mod_config.c:34
 msgid Cpu Configuration
@@ -24,11 +24,11 @@
 
 #: e_mod_config.c:78
 msgid Show Text
-msgstr Показва текст
+msgstr Показва графика
 
 #: e_mod_config.c:80
 msgid Show Graph
-msgstr Показва диаграма
+msgstr Показва графика
 
 #: e_mod_config.c:83
 msgid Check Interval:
@@ -36,9 +36,9 @@
 
 #: e_mod_main.c:96
 msgid Enlightenment Cpu Monitor Module
-msgstr Модул за мониторинг на процесора към 
Enlightenment
+msgstr Модул за наблюдение на процесора към 
Enlightenment
 
 #: e_mod_main.c:97
 msgid This module is used to monitor a cpu.
-msgstr Този модул се използва за мониторинг 
на процесора.
+msgstr Този модул се използва за наблюдение 
на процесора.
 




---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-05-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu/po


Added Files:
bg.po 


Log Message:
cpu bg.po (Luchezar P. Petkov), and also do not install the .edj source files, 
just dist them





---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-05-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu


Modified Files:
Makefile.am configure.in 


Log Message:
cpu bg.po (Luchezar P. Petkov), and also do not install the .edj source files, 
just dist them

===
RCS file: /cvs/e/e_modules/cpu/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 9 Mar 2006 11:36:10 -   1.4
+++ Makefile.am 13 May 2006 02:00:54 -  1.5
@@ -5,16 +5,18 @@
 EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v
 
-EXTRA_DIST = $(files_DATA) cpu.png e_modules-cpu.spec e_modules-cpu.spec.in 
+EXTRA_DIST = $(files_DATA) \
+cpu.edc \
+VeraMono.ttf \
+cpu.png \
+e_modules-cpu.spec e_modules-cpu.spec.in 
 
 # data files for the module
 filesdir = $(datadir)
 
 files_DATA = \
 module_icon.png \
-cpu.edj \
-cpu.edc \
-VeraMono.ttf
+cpu.edj
 
 # the module .so file
 INCLUDES = -I. \
===
RCS file: /cvs/e/e_modules/cpu/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in9 Apr 2006 12:39:36 -   1.7
+++ configure.in13 May 2006 02:00:54 -  1.8
@@ -17,7 +17,7 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS=fi it sv ja
+ALL_LINGUAS=bg fi it sv ja
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])




---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-04-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu/po


Added Files:
fi.po 


Log Message:
fi.po for e_modules (Gagis)
ja.po for tclock and flame (Yasufumi Haga)
* not sure about the i18n support for evolume. ./configure won't complete on my 
machine, so I've done no testing for it.





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-04-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu


Modified Files:
configure.in 


Log Message:
fi.po for e_modules (Gagis)
ja.po for tclock and flame (Yasufumi Haga)
* not sure about the i18n support for evolume. ./configure won't complete on my 
machine, so I've done no testing for it.

===
RCS file: /cvs/e/e_modules/cpu/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in2 Apr 2006 21:02:32 -   1.6
+++ configure.in9 Apr 2006 12:39:36 -   1.7
@@ -17,7 +17,7 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS=it sv ja
+ALL_LINGUAS=fi it sv ja
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-03-10 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu/po


Added Files:
ja.po 


Log Message:
ja.po files for the new monitor modules (Yasufumi Haga)





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: cpu e-taro

2006-03-10 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : cpu

Dir : e_modules/cpu


Modified Files:
configure.in 


Log Message:
ja.po files for the new monitor modules (Yasufumi Haga)

===
RCS file: /cvsroot/enlightenment/e_modules/cpu/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in9 Mar 2006 14:03:05 -   1.4
+++ configure.in10 Mar 2006 15:11:21 -  1.5
@@ -17,7 +17,7 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS=it sv
+ALL_LINGUAS=it sv ja
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs