and now ecore is 1.0.0 ready too.

SVN revision: 51165
devs/devilhorns/wayland_egl
Carsten Haitzler 13 years ago
parent 8c562dc6f5
commit e286f48745
  1. 244
      legacy/ecore/INSTALL
  2. 57
      legacy/ecore/README.in
  3. 96
      legacy/ecore/configure.ac
  4. BIN
      legacy/ecore/doc/img/elementary.png
  5. 78
      legacy/ecore/po/cs.po
  6. 78
      legacy/ecore/po/de.po
  7. 78
      legacy/ecore/po/el.po
  8. 93
      legacy/ecore/po/fr.po
  9. 78
      legacy/ecore/po/it.po
  10. 87
      legacy/ecore/po/pt.po
  11. 4
      legacy/ecore/src/lib/ecore/Ecore.h
  12. 3
      legacy/ecore/src/lib/ecore_x/xlib/Makefile.am

@ -1,14 +1,236 @@
COMPILING and INSTALLING:
Installation Instructions
*************************
If you got a official release tar archive do:
./configure
( otherwise if you got this from enlightenment cvs do: ./autogen.sh )
Then to compile:
make
Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
Software Foundation, Inc.
To install (run this as root, or the user who handles installs):
make install
This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.
Basic Installation
==================
These are generic installation instructions.
The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').
It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring. (Caching is
disabled by default to prevent problems with accidental use of stale
cache files.)
If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.
The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'. You only need
`configure.ac' if you want to change it or regenerate `configure' using
a newer version of `autoconf'.
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using `csh' on an old version of System V, you might need to type
`sh ./configure' instead to prevent `csh' from trying to execute
`configure' itself.
Running `configure' takes awhile. While running, it prints some
messages telling which features it is checking for.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with
the package.
4. Type `make install' to install the programs and any data files and
documentation.
5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.
Compilers and Options
=====================
Some systems require unusual options for compilation or linking that the
`configure' script does not know about. Run `./configure --help' for
details on some of the pertinent environment variables.
You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
*Note Defining Variables::, for more details.
Compiling For Multiple Architectures
====================================
You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.
If you have to use a `make' that does not support the `VPATH'
variable, you have to compile the package for one architecture at a
time in the source code directory. After you have installed the
package for one architecture, use `make distclean' before reconfiguring
for another architecture.
Installation Names
==================
By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX'.
You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.
In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.
If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
Optional Features
=================
Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.
For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.
Specifying the System Type
==========================
There may be some features `configure' cannot figure out automatically,
but needs to determine by the type of machine the package will run on.
Usually, assuming the package is built to be run on the _same_
architectures, `configure' can figure that out, but if it prints a
message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:
CPU-COMPANY-SYSTEM
where SYSTEM can have one of these forms:
OS KERNEL-OS
See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.
If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.
If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.
Sharing Defaults
================
If you want to set default values for `configure' scripts to share, you
can create a site shell script called `config.site' that gives default
values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.
Defining Variables
==================
Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:
./configure CC=/usr/local2/bin/gcc
causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script). Here is a another example:
/bin/bash ./configure CONFIG_SHELL=/bin/bash
Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
configuration-related scripts to be executed by `/bin/bash'.
`configure' Invocation
======================
`configure' recognizes the following options to control how it operates.
`--help'
`-h'
Print a summary of the options to `configure', and exit.
`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.
`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.
`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.
`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).
`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.
NOTE: You MUST make install Eet for it to run properly.

@ -1,17 +1,43 @@
Ecore @VERSION@
******************************************************************************
FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net
******************************************************************************
Requirements:
-------------
Must:
libc libm
libc
libm
eina (1.0.0 or better)
(For windows you also need: evil)
Recommended:
libX11 libXext libXcursor libXprint libXinerama libXrandr libXss libXrender
libXcomposite libXfixes libXdamage libXdpms libXtest OpenSSL CURL
libX11
libXext
libXcursor
libXprint
libXinerama
libXrandr
libXss
libXrender
libXcomposite
libXfixes
libXdamage
libXdpms
libXtest
OpenSSL
CURL
evas (1.0.0 or better)
Optional:
XCB SDL DirectFB
XCB
SDL
DirectFB
Ecore is a clean and tiny event loop library with many modules to do
lots of convenient things for a programmer, to save time and effort.
@ -48,24 +74,3 @@ COMPILING AND INSTALLING:
(as root unless youa re installing in your users directories):
make install
------------------------------------------------------------------------------
BUILDING PACKAGES:
RPM: To build rpm packages:
sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz
You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
for more details)
DEB: To build deb packages:
tar zvf @PACKAGE@-@VERSION@.tar.gz
cd @PACKAGE@-@VERSION@
dpkg-buildpackage -us -uc -rfakeroot
cd ..
rm -rf @PACKAGE@-@VERSION@
You will find all the debian source, binary etc. packages put in the directory
where you first untarred the source tarball.

@ -1,26 +1,24 @@
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_define([v_maj], [0])
m4_define([v_min], [9])
m4_define([v_mic], [9])
m4_define([v_maj], [1])
m4_define([v_min], [0])
m4_define([v_mic], [0])
m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v export || echo 0) | awk -F : '{printf("%s\n", $1);}' | tr -d ' :MSP\n']))
m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep -m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
##-- When released, remove the dnl on the below line
dnl m4_undefine([v_rev])
m4_undefine([v_rev])
##-- When doing snapshots - change soname. remove dnl on below line
m4_define([relname], [ver-pre-svn-07])
m4_define([v_rel], [-release relname])
dnl m4_define([relname], [ver-pre-svn-07])
dnl m4_define([v_rel], [-release relname])
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])],
[m4_define([v_ver], [v_maj.v_min.v_mic])])
m4_ifdef([v_rev], [m4_define([v_ver], [v_maj.v_min.v_mic.v_rev])], [m4_define([v_ver], [v_maj.v_min.v_mic])])
m4_define([lt_rev], m4_eval(v_maj + v_min))
m4_define([lt_cur], v_mic)
m4_define([lt_age], v_min)
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
AC_INIT([ecore], [v_ver], [enlightenment-devel@lists.sourceforge.net])
release="ver-pre-svn-07"
AC_INIT([ecore], [v_ver-alpha], [enlightenment-devel@lists.sourceforge.net])
AC_PREREQ([2.52])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
@ -417,25 +415,25 @@ AC_SUBST(dlopen_libs)
# Eina library
PKG_CHECK_MODULES(EINA, [eina-0])
PKG_CHECK_MODULES(EINA, [eina >= 1.0.0])
#FIXME check all the requirements when the eina move will be finished
requirements_ecore="eina-0 ${requirements_ecore}"
requirements_ecore_con="ecore eina-0 ${requirements_ecore_con}"
requirements_ecore_config="ecore eina-0 ${requirements_ecore_config}"
requirements_ecore_directfb="ecore eina-0 ${requirements_ecore_directfb}"
requirements_ecore_evas="ecore eina-0 ${requirements_ecore_evas}"
requirements_ecore_fb="ecore eina-0 ${requirements_ecore_fb}"
requirements_ecore_file="ecore eina-0 ${requirements_ecore_file}"
requirements_ecore_imf="ecore eina-0 ${requirements_ecore_imf}"
requirements_ecore_imf_evas="ecore eina-0 ${requirements_ecore_imf_evas}"
requirements_ecore_input="ecore eina-0 ${requirements_ecore_input}"
requirements_ecore_input_evas="ecore eina-0 ${requirements_ecore_input_evas}"
requirements_ecore_ipc="ecore eina-0 ${requirements_ecore_ipc}"
requirements_ecore_cocoa="ecore eina-0 ${requirements_ecore_cocoa}"
requirements_ecore_sdl="ecore eina-0 ${requirements_ecore_sdl}"
requirements_ecore_win32="ecore eina-0 ${requirements_ecore_win32}"
requirements_ecore_wince="ecore eina-0 ${requirements_ecore_wince}"
requirements_ecore_x="ecore eina-0 ${requirements_ecore_x}"
requirements_ecore="eina >= 1.0.0 ${requirements_ecore}"
requirements_ecore_con="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_con}"
requirements_ecore_config="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_config}"
requirements_ecore_directfb="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_directfb}"
requirements_ecore_evas="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_evas}"
requirements_ecore_fb="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_fb}"
requirements_ecore_file="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_file}"
requirements_ecore_imf="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_imf}"
requirements_ecore_imf_evas="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_imf_evas}"
requirements_ecore_input="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_input}"
requirements_ecore_input_evas="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_input_evas}"
requirements_ecore_ipc="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_ipc}"
requirements_ecore_cocoa="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_cocoa}"
requirements_ecore_sdl="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_sdl}"
requirements_ecore_win32="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_win32}"
requirements_ecore_wince="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_wince}"
requirements_ecore_x="ecore >= 1.0.0 eina >= 1.0.0 ${requirements_ecore_x}"
# glib support (main loop integration)
@ -496,7 +494,7 @@ PKG_CHECK_MODULES([DIRECTFB],
# Eet library (ecore_config)
PKG_CHECK_MODULES([EET],
[eet >= 1.0.0],
[eet >= 1.4.0],
[have_eet="yes"],
[have_eet="no"])
@ -853,7 +851,7 @@ AM_CONDITIONAL(BUILD_ECORE_X_XCB, test $have_ecore_x_xcb = yes)
# Evas library (ecore_config, ecore_input_evas, ecore_imf_evas and ecore_evas)
PKG_CHECK_MODULES([EVAS], [evas >= 0.9.9],
PKG_CHECK_MODULES([EVAS], [evas >= 1.0.0],
[have_evas="yes"],
[have_evas="no"])
@ -1043,7 +1041,7 @@ AM_CONDITIONAL([HAVE_CARES], [test "x${have_cares}" = "xyes"])
# ecore_ipc
ECORE_CHECK_MODULE([ipc], [${want_ecore_ipc}], [Ipc], [${have_ecore_con}],
[requirements_ecore_ipc="ecore-con ${requirements_ecore_ipc}"])
[requirements_ecore_ipc="ecore-con >= 1.0.0 ${requirements_ecore_ipc}"])
# ecore_file
ECORE_CHECK_MODULE([file], [${want_ecore_file}], [File])
@ -1057,7 +1055,7 @@ if test "x${have_ecore_file}" = "xyes" ; then
ECORE_CHECK_NOTIFY_WIN32([${want_notify_win32}], [have_notify_win32="yes"], [have_notify_win32="no"])
if test "x${have_ecore_con}" = "xyes" ; then
requirements_ecore_file="ecore-con ${requirements_ecore_file}"
requirements_ecore_file="ecore-con >= 1.0.0 ${requirements_ecore_file}"
fi
fi
@ -1068,7 +1066,7 @@ if test "x${have_eet}" = "xyes" -a "x${have_evas}" -a "x${have_ecore_ipc}" ; th
fi
ECORE_CHECK_MODULE([config], [${want_ecore_config}], [Config], [${ecore_config_deps}],
[requirements_ecore_config="ecore-ipc evas eet ${requirements_ecore_config}"])
[requirements_ecore_config="ecore-ipc >= 1.0.0 evas >= 1.0.0 eet >= 1.4.0 ${requirements_ecore_config}"])
# ecore_imf
@ -1082,12 +1080,12 @@ if test "x${have_ecore_imf}" = "xyes" -a "x${have_evas}" = "xyes" ; then
fi
ECORE_CHECK_MODULE([imf-evas], [${want_ecore_imf}], [Imf_Evas], [${ecore_imf_evas_deps}],
[requirements_ecore_imf_evas="ecore-imf evas ${requirements_ecore_imf_evas}"])
[requirements_ecore_imf_evas="ecore-imf >= 1.0.0 evas >= 1.0.0 ${requirements_ecore_imf_evas}"])
# ecore_input{_evas}
ECORE_CHECK_MODULE([input], [${want_ecore_input}], [Input])
ECORE_CHECK_MODULE([input-evas], [${want_ecore_input}], [Input_Evas], [${have_evas}],
[requirements_ecore_input_evas="ecore-input evas ${requirements_ecore_input}"])
[requirements_ecore_input_evas="ecore-input >= 1.0.0 evas >= 1.0.0 ${requirements_ecore_input}"])
## Graphic systems
@ -1102,7 +1100,7 @@ fi
ECORE_CHECK_MODULE([x], [${want_ecore_x}], [X], [${ecore_x_deps}],
[
ecore_x_libs="$ecore_x_libs $x_libs"
requirements_ecore_x="ecore-input ${requirements_ecore_x}"
requirements_ecore_x="ecore-input >= 1.0.0 ${requirements_ecore_x}"
])
# ecore_win32
@ -1110,7 +1108,7 @@ ECORE_CHECK_MODULE([x], [${want_ecore_x}], [X], [${ecore_x_deps}],
ECORE_CHECK_MODULE([win32], [${want_ecore_win32}], [Win32], [${have_ecore_input}],
[
ecore_win32_libs="-lole32 -lgdi32"
requirements_ecore_win32="ecore-input ${requirements_ecore_win32}"
requirements_ecore_win32="ecore-input >= 1.0.0 ${requirements_ecore_win32}"
])
AC_SUBST(ecore_win32_libs)
@ -1122,7 +1120,7 @@ if test "x${have_ecore_input}" = "xyes" -a "x${have_cocoa}" = "xyes" ; then
fi
ECORE_CHECK_MODULE([cocoa], [${want_ecore_cocoa}], [Cocoa], [${ecore_cocoa_deps}],
[requirements_ecore_cocoa="ecore-input ${requirements_ecore_cocoa}"])
[requirements_ecore_cocoa="ecore-input >= 1.0.0 ${requirements_ecore_cocoa}"])
# ecore_sdl
@ -1132,7 +1130,7 @@ if test "x${have_sdl}" = "xyes" -a "x${have_ecore_input}" = "xyes" ; then
fi
ECORE_CHECK_MODULE([sdl], [${want_ecore_sdl}], [Sdl], [${ecore_sdl_deps}],
[requirements_ecore_sdl="ecore-input ${requirements_ecore_sdl}"])
[requirements_ecore_sdl="ecore-input >= 1.0.0 ${requirements_ecore_sdl}"])
# ecore_fb
ECORE_CHECK_MODULE([fb], [${want_ecore_fb}], [FB], [$have_fb])
@ -1154,7 +1152,7 @@ ECORE_CHECK_MODULE([directfb], [${want_ecore_directfb}], [DirectFB], [${have_dir
# ecore_wince
ECORE_CHECK_MODULE([wince], [${want_ecore_wince}], [WinCE], [${have_ecore_input}],
[requirements_ecore_win32="ecore-input ${requirements_ecore_win32}"])
[requirements_ecore_win32="ecore-input >= 1.0.0 ${requirements_ecore_win32}"])
## Ecore Evas
@ -1166,7 +1164,7 @@ if test "x${have_evas}" = "xyes" -a "x${have_ecore_input}" = "xyes" -a "x${have_
fi
ECORE_CHECK_MODULE([evas], [${want_ecore_evas}], [Evas], [${ecore_evas_deps}],
[requirements_ecore_evas="ecore-input ecore-input-evas evas ${requirements_ecore_evas}"])
[requirements_ecore_evas="ecore-input >= 1.0.0 ecore-input-evas >= 1.0.0 evas >= 1.0.0 ${requirements_ecore_evas}"])
# ecore_evas_buffer
@ -1239,7 +1237,7 @@ if test "x$have_ecore_evas_software_x11" = "xyes" -o \
"x$have_ecore_evas_software_xcb" = "xyes" -o \
"x$have_ecore_evas_xrender_xcb" = "xyes"; then
AC_DEFINE(BUILD_ECORE_EVAS_X11, 1, [Support for X Window Engines in Ecore_Evas])
requirements_ecore_evas="ecore-x ${requirements_ecore_evas}"
requirements_ecore_evas="ecore-x >= 1.0.0 ${requirements_ecore_evas}"
fi
# ecore_evas_win32
@ -1275,7 +1273,7 @@ if test "x${have_ecore_evas_software_gdi}" = "xyes" -o \
"x${have_ecore_evas_opengl_glew}" = "xyes" -o \
"x${have_ecore_evas_software_16_ddraw}" = "xyes" ; then
AC_DEFINE(BUILD_ECORE_EVAS_WIN32, 1, [Support for Win32 Engine in Ecore_Evas])
requirements_ecore_evas="ecore-win32 ${requirements_ecore_evas}"
requirements_ecore_evas="ecore-win32 >= 1.0.0 ${requirements_ecore_evas}"
fi
# ecore_evas_cocoa
@ -1284,7 +1282,7 @@ ECORE_EVAS_CHECK_MODULE([cocoa],
[${want_ecore_evas_cocoa}],
[Cocoa],
[${have_ecore_cocoa}],
[requirements_ecore_evas="ecore-cocoa ${requirements_ecore_evas}"])
[requirements_ecore_evas="ecore-cocoa >= 1.0.0 ${requirements_ecore_evas}"])
# ecore_evas_software_sdl
@ -1292,7 +1290,7 @@ ECORE_EVAS_CHECK_MODULE([software-sdl],
[${want_ecore_evas_software_sdl}],
[Software SDL],
[${have_ecore_sdl}],
[requirements_ecore_evas="ecore-sdl ${requirements_ecore_evas}"])
[requirements_ecore_evas="ecore-sdl >= 1.0.0 ${requirements_ecore_evas}"])
# ecore_evas_gl_sdl
@ -1300,7 +1298,7 @@ ECORE_EVAS_CHECK_MODULE([opengl-sdl],
[${want_ecore_evas_gl_sdl}],
[OpenGL SDL],
[${have_ecore_sdl}],
[requirements_ecore_evas="ecore-sdl ${requirements_ecore_evas}"])
[requirements_ecore_evas="ecore-sdl >= 1.0.0 ${requirements_ecore_evas}"])
# ecore_evas_directfb
@ -1308,7 +1306,7 @@ ECORE_EVAS_CHECK_MODULE([directfb],
[${want_ecore_evas_directfb}],
[DirectFB],
[${have_ecore_directfb}],
[requirements_ecore_evas="ecore-directfb ${requirements_ecore_evas}"])
[requirements_ecore_evas="ecore-directfb >= 1.0.0 ${requirements_ecore_evas}"])
# ecore_evas_fb
@ -1316,7 +1314,7 @@ ECORE_EVAS_CHECK_MODULE([fb],
[${want_ecore_evas_fb}],
[Linux Framebuffer],
[${have_ecore_fb}],
[requirements_ecore_evas="ecore-fb ${requirements_ecore_evas}"])
[requirements_ecore_evas="ecore-fb >= 1.0.0 ${requirements_ecore_evas}"])
# ecore_evas_wince
@ -1324,7 +1322,7 @@ ECORE_EVAS_CHECK_MODULE([software-16-wince],
[${want_ecore_evas_software_16_wince}],
[16 bpp Software Windows CE],
[${have_ecore_wince}],
[requirements_ecore_evas="ecore-wince ${requirements_ecore_evas}"])
[requirements_ecore_evas="ecore-wince >= 1.0.0 ${requirements_ecore_evas}"])

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecore\n"
"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-14 23:51+1000\n"
"POT-Creation-Date: 2010-08-16 17:14+0900\n"
"PO-Revision-Date: 2009-10-27 19:35+0100\n"
"Last-Translator: quaker66 <quaker66@gmail.com>\n"
"Language-Team: cs <quaker66@gmail.com>\n"
@ -12,159 +12,159 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/lib/ecore/ecore_getopt.c:91
#: src/lib/ecore/ecore_getopt.c:87
msgid "Version:"
msgstr "Verze:"
#: src/lib/ecore/ecore_getopt.c:99
#: src/lib/ecore/ecore_getopt.c:95
msgid "Usage:"
msgstr "Pouลพitรญ:"
#: src/lib/ecore/ecore_getopt.c:104
#: src/lib/ecore/ecore_getopt.c:100
#, c-format
msgid "%s [options]\n"
msgstr "%s [volby]\n"
#: src/lib/ecore/ecore_getopt.c:252
#: src/lib/ecore/ecore_getopt.c:248
msgid "Copyright:"
msgstr "Copyright:"
#: src/lib/ecore/ecore_getopt.c:263
#: src/lib/ecore/ecore_getopt.c:259
msgid "License:"
msgstr "Licence:"
#: src/lib/ecore/ecore_getopt.c:415
#: src/lib/ecore/ecore_getopt.c:411
msgid "Type: "
msgstr "Typ: "
#: src/lib/ecore/ecore_getopt.c:482
#: src/lib/ecore/ecore_getopt.c:478
msgid "Default: "
msgstr "Vรฝchozรญ: "
#: src/lib/ecore/ecore_getopt.c:505
#: src/lib/ecore/ecore_getopt.c:501
msgid "Choices: "
msgstr "Moลพnosti: "
#: src/lib/ecore/ecore_getopt.c:602
#: src/lib/ecore/ecore_getopt.c:598
msgid "Options:\n"
msgstr "Volby:\n"
#: src/lib/ecore/ecore_getopt.c:722
#: src/lib/ecore/ecore_getopt.c:718
#, c-format
msgid "ERROR: unknown option --%s.\n"
msgstr "CHYBA: neznรกmรก volba --%s.\n"
#: src/lib/ecore/ecore_getopt.c:724
#: src/lib/ecore/ecore_getopt.c:720
#, c-format
msgid "ERROR: unknown option -%c.\n"
msgstr "CHYBA: neznรกmรก volba -%c.\n"
#: src/lib/ecore/ecore_getopt.c:780
#: src/lib/ecore/ecore_getopt.c:776
msgid "ERROR: "
msgstr "CHYBA: "
#: src/lib/ecore/ecore_getopt.c:857 src/lib/ecore/ecore_getopt.c:973
#: src/lib/ecore/ecore_getopt.c:986 src/lib/ecore/ecore_getopt.c:998
#: src/lib/ecore/ecore_getopt.c:1012 src/lib/ecore/ecore_getopt.c:1056
#: src/lib/ecore/ecore_getopt.c:1165 src/lib/ecore/ecore_getopt.c:1202
#: src/lib/ecore/ecore_getopt.c:853 src/lib/ecore/ecore_getopt.c:969
#: src/lib/ecore/ecore_getopt.c:982 src/lib/ecore/ecore_getopt.c:994
#: src/lib/ecore/ecore_getopt.c:1008 src/lib/ecore/ecore_getopt.c:1052
#: src/lib/ecore/ecore_getopt.c:1161 src/lib/ecore/ecore_getopt.c:1198
msgid "value has no pointer set.\n"
msgstr "hodnota nemรก nastaven pointer.\n"
#: src/lib/ecore/ecore_getopt.c:886 src/lib/ecore/ecore_getopt.c:1076
#: src/lib/ecore/ecore_getopt.c:882 src/lib/ecore/ecore_getopt.c:1072
#, c-format
msgid "unknown boolean value %s.\n"
msgstr "neznรกmรก boolean hodnota %s.\n"
#: src/lib/ecore/ecore_getopt.c:930 src/lib/ecore/ecore_getopt.c:1156
#: src/lib/ecore/ecore_getopt.c:926 src/lib/ecore/ecore_getopt.c:1152
#, c-format
msgid "invalid number format %s\n"
msgstr "neznรกmรฝ ฤรญselnรฝ formรกt %s\n"
#: src/lib/ecore/ecore_getopt.c:1025
#: src/lib/ecore/ecore_getopt.c:1021
#, c-format
msgid "invalid choice \"%s\". Valid values are: "
msgstr "neznรกmรก volba \"%s\". Moลพnรฉ hodnoty jsou: "
#: src/lib/ecore/ecore_getopt.c:1050
#: src/lib/ecore/ecore_getopt.c:1046
msgid "missing parameter to append.\n"
msgstr "chybฤ›jรญcรญ parametr k pล™ipojenรญ.\n"
#: src/lib/ecore/ecore_getopt.c:1146
#: src/lib/ecore/ecore_getopt.c:1142
msgid "could not parse value.\n"
msgstr "nemลฏลพu parsovat hodnotu.\n"
#: src/lib/ecore/ecore_getopt.c:1195
#: src/lib/ecore/ecore_getopt.c:1191
msgid "missing parameter.\n"
msgstr "chybฤ›jรญcรญ parametr.\n"
#: src/lib/ecore/ecore_getopt.c:1209
#: src/lib/ecore/ecore_getopt.c:1205
msgid "missing callback function!\n"
msgstr "chybฤ›jรญcรญ callback funkce!\n"
#: src/lib/ecore/ecore_getopt.c:1232
#: src/lib/ecore/ecore_getopt.c:1228
msgid "no version was defined.\n"
msgstr "nebyla definovรกna verze.\n"
#: src/lib/ecore/ecore_getopt.c:1246
#: src/lib/ecore/ecore_getopt.c:1242
msgid "no copyright was defined.\n"
msgstr "nebyl definovรกn copyright.\n"
#: src/lib/ecore/ecore_getopt.c:1260
#: src/lib/ecore/ecore_getopt.c:1256
msgid "no license was defined.\n"
msgstr "nebyla definovรกna licence.\n"
#: src/lib/ecore/ecore_getopt.c:1314
#: src/lib/ecore/ecore_getopt.c:1310
#, c-format
msgid "ERROR: unknown option --%s, ignored.\n"
msgstr "CHYBA: neznรกmรก volba --%s, ignoruji.\n"
#: src/lib/ecore/ecore_getopt.c:1347
#: src/lib/ecore/ecore_getopt.c:1343
#, c-format
msgid "ERROR: option --%s requires an argument!\n"
msgstr "CHYBA: volba --%s vyลพaduje argument!\n"
#: src/lib/ecore/ecore_getopt.c:1383
#: src/lib/ecore/ecore_getopt.c:1379
#, c-format
msgid "ERROR: unknown option -%c, ignored.\n"
msgstr "CHYBA: neznรกmรก volba -%c, ignoruji.\n"
#: src/lib/ecore/ecore_getopt.c:1421
#: src/lib/ecore/ecore_getopt.c:1417
#, c-format
msgid "ERROR: option -%c requires an argument!\n"
msgstr "CHYBA: volba -%c vyลพaduje argument!\n"
#: src/lib/ecore/ecore_getopt.c:1624
#: src/lib/ecore/ecore_getopt.c:1620
msgid "ERROR: no parser provided.\n"
msgstr "CHYBA: nebyl poskytnut parser.\n"
#: src/lib/ecore/ecore_getopt.c:1629
#: src/lib/ecore/ecore_getopt.c:1625
msgid "ERROR: no values provided.\n"
msgstr "CHYBA: nebyly poskytnuty hodnoty.\n"
#: src/lib/ecore/ecore_getopt.c:1638
#: src/lib/ecore/ecore_getopt.c:1634
msgid "ERROR: no arguments provided.\n"
msgstr "CHYBA: nebyly poskytnuty argumenty.\n"
#: src/lib/ecore/ecore_getopt.c:1664
#: src/lib/ecore/ecore_getopt.c:1660
msgid "ERROR: invalid options found."
msgstr "CHYBA: nalezeny neplatnรฉ volby."
#: src/lib/ecore/ecore_getopt.c:1670
#: src/lib/ecore/ecore_getopt.c:1666
#, c-format
msgid " See --%s.\n"
msgstr " viz. --%s.\n"
#: src/lib/ecore/ecore_getopt.c:1672
#: src/lib/ecore/ecore_getopt.c:1668
#, c-format
msgid " See -%c.\n"
msgstr " viz. -%c.\n"
#: src/lib/ecore/ecore_getopt.c:1709
#: src/lib/ecore/ecore_getopt.c:1705
#, c-format
msgid "ERROR: incorrect geometry value '%s'\n"
msgstr "CHYBA: neplatnรก hodnota geometrie '%s'\n"
#: src/lib/ecore/ecore_getopt.c:1732
#: src/lib/ecore/ecore_getopt.c:1728
#, c-format
msgid "ERROR: incorrect size value '%s'\n"
msgstr "CHYBA: neplatnรก hodnota velikosti '%s'\n"

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ecore 0.9.9.063-2\n"
"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-14 23:51+1000\n"
"POT-Creation-Date: 2010-08-16 17:14+0900\n"
"PO-Revision-Date: 2010-01-03 21:52+GMT\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@ -15,159 +15,159 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/lib/ecore/ecore_getopt.c:91
#: src/lib/ecore/ecore_getopt.c:87
msgid "Version:"
msgstr "Version:"
#: src/lib/ecore/ecore_getopt.c:99
#: src/lib/ecore/ecore_getopt.c:95
msgid "Usage:"
msgstr "Aufruf:"
#: src/lib/ecore/ecore_getopt.c:104
#: src/lib/ecore/ecore_getopt.c:100
#, c-format
msgid "%s [options]\n"
msgstr "%s [Optionen]\n"
#: src/lib/ecore/ecore_getopt.c:252
#: src/lib/ecore/ecore_getopt.c:248
msgid "Copyright:"
msgstr "Copyright:"
#: src/lib/ecore/ecore_getopt.c:263
#: src/lib/ecore/ecore_getopt.c:259
msgid "License:"
msgstr "Lizenz:"
#: src/lib/ecore/ecore_getopt.c:415
#: src/lib/ecore/ecore_getopt.c:411
msgid "Type: "
msgstr "Typ: "
#: src/lib/ecore/ecore_getopt.c:482
#: src/lib/ecore/ecore_getopt.c:478
msgid "Default: "
msgstr "Vorgabe: "
#: src/lib/ecore/ecore_getopt.c:505
#: src/lib/ecore/ecore_getopt.c:501
msgid "Choices: "
msgstr "Auswahlen: "
#: src/lib/ecore/ecore_getopt.c:602
#: src/lib/ecore/ecore_getopt.c:598
msgid "Options:\n"
msgstr "Optionen:\n"
#: src/lib/ecore/ecore_getopt.c:722
#: src/lib/ecore/ecore_getopt.c:718
#, c-format
msgid "ERROR: unknown option --%s.\n"
msgstr "FEHLER: Unbekannte Option --%s\n"
#: src/lib/ecore/ecore_getopt.c:724
#: src/lib/ecore/ecore_getopt.c:720
#, c-format
msgid "ERROR: unknown option -%c.\n"
msgstr "FEHLER: Unbekannte Option -%c\n"
#: src/lib/ecore/ecore_getopt.c:780
#: src/lib/ecore/ecore_getopt.c:776
msgid "ERROR: "
msgstr "FEHLER: "
#: src/lib/ecore/ecore_getopt.c:857 src/lib/ecore/ecore_getopt.c:973
#: src/lib/ecore/ecore_getopt.c:986 src/lib/ecore/ecore_getopt.c:998
#: src/lib/ecore/ecore_getopt.c:1012 src/lib/ecore/ecore_getopt.c:1056
#: src/lib/ecore/ecore_getopt.c:1165 src/lib/ecore/ecore_getopt.c:1202
#: src/lib/ecore/ecore_getopt.c:853 src/lib/ecore/ecore_getopt.c:969
#: src/lib/ecore/ecore_getopt.c:982 src/lib/ecore/ecore_getopt.c:994
#: src/lib/ecore/ecore_getopt.c:1008 src/lib/ecore/ecore_getopt.c:1052
#: src/lib/ecore/ecore_getopt.c:1161 src/lib/ecore/ecore_getopt.c:1198
msgid "value has no pointer set.\n"
msgstr "kein Zeiger auf Wert gesetzt\n"
#: src/lib/ecore/ecore_getopt.c:886 src/lib/ecore/ecore_getopt.c:1076
#: src/lib/ecore/ecore_getopt.c:882 src/lib/ecore/ecore_getopt.c:1072
#, c-format
msgid "unknown boolean value %s.\n"
msgstr "unbekannter boolescher Wert %s\n"
#: src/lib/ecore/ecore_getopt.c:930 src/lib/ecore/ecore_getopt.c:1156
#: src/lib/ecore/ecore_getopt.c:926 src/lib/ecore/ecore_getopt.c:1152
#, c-format
msgid "invalid number format %s\n"
msgstr "ungรผltiges Zahlenformat %s\n"
#: src/lib/ecore/ecore_getopt.c:1025
#: src/lib/ecore/ecore_getopt.c:1021
#, c-format
msgid "invalid choice \"%s\". Valid values are: "
msgstr "ungรผltige Auswahl ยป%sยซ. Gรผltige Werte sind: "
#: src/lib/ecore/ecore_getopt.c:1050
#: src/lib/ecore/ecore_getopt.c:1046
msgid "missing parameter to append.\n"
msgstr "fehlender Parameter zum Anhรคngen\n"
#: src/lib/ecore/ecore_getopt.c:1146
#: src/lib/ecore/ecore_getopt.c:1142
msgid "could not parse value.\n"
msgstr "Wert kann nicht ausgewertet werden\n"
#: src/lib/ecore/ecore_getopt.c:1195
#: src/lib/ecore/ecore_getopt.c:1191
msgid "missing parameter.\n"
msgstr "fehlender Parameter\n"
#: src/lib/ecore/ecore_getopt.c:1209
#: src/lib/ecore/ecore_getopt.c:1205
msgid "missing callback function!\n"
msgstr "fehlende Rรผckruffunktion!\n"
#: src/lib/ecore/ecore_getopt.c:1232
#: src/lib/ecore/ecore_getopt.c:1228
msgid "no version was defined.\n"
msgstr "es wurde keine Version definiert.\n"
#: src/lib/ecore/ecore_getopt.c:1246
#: src/lib/ecore/ecore_getopt.c:1242
msgid "no copyright was defined.\n"
msgstr "es wurde kein Copyright definiert.\n"
#: src/lib/ecore/ecore_getopt.c:1260
#: src/lib/ecore/ecore_getopt.c:1256
msgid "no license was defined.\n"
msgstr "es wurde keine Lizenz definiert.\n"
#: src/lib/ecore/ecore_getopt.c:1314
#: src/lib/ecore/ecore_getopt.c:1310
#, c-format
msgid "ERROR: unknown option --%s, ignored.\n"
msgstr "FEHLER: Unbekannte Option --%s, ignoriert\n"
#: src/lib/ecore/ecore_getopt.c:1347
#: src/lib/ecore/ecore_getopt.c:1343
#, c-format
msgid "ERROR: option --%s requires an argument!\n"
msgstr "FEHLER: Option --%s benรถtigt ein Argument!\n"
#: src/lib/ecore/ecore_getopt.c:1383
#: src/lib/ecore/ecore_getopt.c:1379
#, c-format
msgid "ERROR: unknown option -%c, ignored.\n"
msgstr "FEHLER: Unbekannte Option -%c, ignoriert\n"
#: src/lib/ecore/ecore_getopt.c:1421
#: src/lib/ecore/ecore_getopt.c:1417
#, c-format
msgid "ERROR: option -%c requires an argument!\n"
msgstr "FEHLER: Option -%c benรถtigt ein Argument!\n"
#: src/lib/ecore/ecore_getopt.c:1624
#: src/lib/ecore/ecore_getopt.c:1620
msgid "ERROR: no parser provided.\n"
msgstr "FEHLER: Kein Parser bereitgestellt\n"
#: src/lib/ecore/ecore_getopt.c:1629
#: src/lib/ecore/ecore_getopt.c:1625
msgid "ERROR: no values provided.\n"
msgstr "FEHLER: Keine Werte bereitgestellt\n"
#: src/lib/ecore/ecore_getopt.c:1638
#: src/lib/ecore/ecore_getopt.c:1634
msgid "ERROR: no arguments provided.\n"
msgstr "FEHLER: Keine Argumente bereitgestellt\n"
#: src/lib/ecore/ecore_getopt.c:1664
#: src/lib/ecore/ecore_getopt.c:1660
msgid "ERROR: invalid options found."
msgstr "FEHLER: Ungรผltige Optionen gefunden"
#: src/lib/ecore/ecore_getopt.c:1670
#: src/lib/ecore/ecore_getopt.c:1666
#, c-format
msgid " See --%s.\n"
msgstr " Siehe --%s\n"
#: src/lib/ecore/ecore_getopt.c:1672
#: src/lib/ecore/ecore_getopt.c:1668
#, c-format
msgid " See -%c.\n"
msgstr " Siehe -%c\n"
#: src/lib/ecore/ecore_getopt.c:1709
#: src/lib/ecore/ecore_getopt.c:1705
#, c-format
msgid "ERROR: incorrect geometry value '%s'\n"
msgstr "FEHLER: Falscher Geometriewert ยป%sยซ\n"
#: src/lib/ecore/ecore_getopt.c:1732
#: src/lib/ecore/ecore_getopt.c:1728
#, c-format
msgid "ERROR: incorrect size value '%s'\n"
msgstr "FEHLER: Falscher GrรถรŸenwert ยป%sยซ\n"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Ecore\n"
"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-14 23:51+1000\n"
"POT-Creation-Date: 2010-08-16 17:14+0900\n"
"PO-Revision-Date: 2009-12-15 00:56+0200\n"
"Last-Translator: Giorgos Koutsikos <ragecryx@yahoo.gr>\n"
"Language-Team: Greek\n"
@ -14,159 +14,159 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/lib/ecore/ecore_getopt.c:91
#: src/lib/ecore/ecore_getopt.c:87
msgid "Version:"
msgstr "ฮˆฮบฮดฮฟฯƒฮท:"
#: src/lib/ecore/ecore_getopt.c:99
#: src/lib/ecore/ecore_getopt.c:95
msgid "Usage:"
msgstr "ฮงฯฮฎฯƒฮท:"
#: src/lib/ecore/ecore_getopt.c:104
#: src/lib/ecore/ecore_getopt.c:100
#, c-format
msgid "%s [options]\n"
msgstr "%s [ฮตฯ€ฮนฮปฮฟฮณฮญฯ‚]\n"
#: src/lib/ecore/ecore_getopt.c:252
#: src/lib/ecore/ecore_getopt.c:248
msgid "Copyright:"
msgstr "ฮ ฮฝฮตฯ…ฮผฮฑฯ„ฮนฮบฮฌ ฮดฮนฮบฮฑฮนฯŽฮผฮฑฯ„ฮฑ:"
#: src/lib/ecore/ecore_getopt.c:263
#: src/lib/ecore/ecore_getopt.c:259
msgid "License:"
msgstr "ฮ†ฮดฮตฮนฮฑ:"
#: src/lib/ecore/ecore_getopt.c:415
#: src/lib/ecore/ecore_getopt.c:411
msgid "Type: "
msgstr "ฮคฯฯ€ฮฟฯ‚:"
#: src/lib/ecore/ecore_getopt.c:482
#: src/lib/ecore/ecore_getopt.c:478
msgid "Default: "
msgstr "ฮ ฯฮฟฮบฮฑฮธฮฟฯฮนฯƒฮผฮญฮฝฮฟ:"
#: src/lib/ecore/ecore_getopt.c:505
#: src/lib/ecore/ecore_getopt.c:501
msgid "Choices: "
msgstr "ฮ•ฯ€ฮนฮปฮฟฮณฮญฯ‚:"
#: src/lib/ecore/ecore_getopt.c:602
#: src/lib/ecore/ecore_getopt.c:598
msgid "Options:\n"
msgstr "ฮ•ฯ€ฮนฮปฮฟฮณฮญฯ‚:\n"
#: src/lib/ecore/ecore_getopt.c:722
#: src/lib/ecore/ecore_getopt.c:718
#, c-format
msgid "ERROR: unknown option --%s.\n"
msgstr "ฮฃฮฆฮ‘ฮ›ฮœฮ‘: ฮฌฮณฮฝฯ‰ฯƒฯ„ฮท ฯ€ฮฑฯฮฌฮผฮตฯ„ฯฮฟฯ‚ --%s.\n"
#: src/lib/ecore/ecore_getopt.c:724
#: src/lib/ecore/ecore_getopt.c:720
#, c-format
msgid "ERROR: unknown option -%c.\n"
msgstr "ฮฃฮฆฮ‘ฮ›ฮœฮ‘: ฮฌฮณฮฝฯ‰ฯƒฯ„ฮท ฯ€ฮฑฯฮฌฮผฮตฯ„ฯฮฟฯ‚ -%c.\n"
#: src/lib/ecore/ecore_getopt.c:780
#: src/lib/ecore/ecore_getopt.c:776
msgid "ERROR: "
msgstr "ฮฃฮฆฮ‘ฮ›ฮœฮ‘:"
#: src/lib/ecore/ecore_getopt.c:857 src/lib/ecore/ecore_getopt.c:973
#: src/lib/ecore/ecore_getopt.c:986 src/lib/ecore/ecore_getopt.c:998
#: src/lib/ecore/ecore_getopt.c:1012 src/lib/ecore/ecore_getopt.c:1056
#: src/lib/ecore/ecore_getopt.c:1165 src/lib/ecore/ecore_getopt.c:1202
#: src/lib/ecore/ecore_getopt.c:853 src/lib/ecore/ecore_getopt.c:969
#: src/lib/ecore/ecore_getopt.c:982 src/lib/ecore/ecore_getopt.c:994
#: src/lib/ecore/ecore_getopt.c:1008 src/lib/ecore/ecore_getopt.c:1052
#: src/lib/ecore/ecore_getopt.c:1161 src/lib/ecore/ecore_getopt.c:1198
msgid "value has no pointer set.\n"
msgstr "ฮท ฯ„ฮนฮผฮฎ ฮดฮตฮฝ ฮญฯ‡ฮตฮน ฮดฮตฮฏฮบฯ„ฮท ฮฟฯฮนฯƒฮผฮญฮฝฮฟ.\n"
#: src/lib/ecore/ecore_getopt.c:886 src/lib/ecore/ecore_getopt.c:1076
#: src/lib/ecore/ecore_getopt.c:882 src/lib/ecore/ecore_getopt.c:1072
#, c-format
msgid "unknown boolean value %s.\n"
msgstr "ฮฌฮณฮฝฯ‰ฯƒฯ„ฮท ฯ„ฮนฮผฮฎ boolean %s.\n"
#: src/lib/ecore/ecore_getopt.c:930 src/lib/ecore/ecore_getopt.c:1156
#: src/lib/ecore/ecore_getopt.c:926 src/lib/ecore/ecore_getopt.c:1152
#, c-format
msgid "invalid number format %s\n"
msgstr "ฮฌฮณฮฝฯ‰ฯƒฯ„ฮท ฮผฮฟฯฯ†ฮฎ ฮฑฯฮนฮธฮผฮฟฯ %s\n"
#: src/lib/ecore/ecore_getopt.c:1025
#: src/lib/ecore/ecore_getopt.c:1021
#, c-format
msgid "invalid choice \"%s\". Valid values are: "
msgstr "ฮผฮท-ฮญฮณฮบฯ…ฯฮท ฮตฯ€ฮนฮปฮฟฮณฮฎ \"%s\". ฮŸฮน ฯ„ฮนฮผฮญฯ‚ ฮตฮฏฮฝฮฑฮน: "
#: src/lib/ecore/ecore_getopt.c:1050
#: src/lib/ecore/ecore_getopt.c:1046
msgid "missing parameter to append.\n"
msgstr "ฮตฮปฮปฮนฯ€ฮฎฯ‚ ฯ€ฮฑฯฮฌฮผฮตฯ„ฯฮฟฯ‚ ฯ€ฯฮฟฯ‚ ฮตฯ€ฮนฯƒฯฮฝฮฑฯˆฮท.\n"
#: src/lib/ecore/ecore_getopt.c:1146
#: src/lib/ecore/ecore_getopt.c:1142
msgid "could not parse value.\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1195
#: src/lib/ecore/ecore_getopt.c:1191
msgid "missing parameter.\n"
msgstr "ฮตฮปฮปฮนฯ€ฮฎฯ‚ ฯ€ฮฑฯฮฌฮผฮตฯ„ฯฮฟฯ‚.\n"
#: src/lib/ecore/ecore_getopt.c:1209
#: src/lib/ecore/ecore_getopt.c:1205
msgid "missing callback function!\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1232
#: src/lib/ecore/ecore_getopt.c:1228
msgid "no version was defined.\n"
msgstr "ฮดฮตฮฝ ฮญฯ‡ฮตฮน ฮฟฯฮนฯƒฯ„ฮตฮฏ ฮญฮบฮดฮฟฯƒฮท.\n"
#: src/lib/ecore/ecore_getopt.c:1246
#: src/lib/ecore/ecore_getopt.c:1242
msgid "no copyright was defined.\n"
msgstr "ฮดฮตฮฝ ฮญฯ‡ฮฟฯ…ฮฝ ฮฟฯฮนฯƒฯ„ฮตฮฏ ฯ€ฮฝฮตฯ…ฮผฮฑฯ„ฮนฮบฮฌ ฮดฮนฮบฮฑฮนฯŽฮผฮฑฯ„ฮฑ.\n"
#: src/lib/ecore/ecore_getopt.c:1260
#: src/lib/ecore/ecore_getopt.c:1256
msgid "no license was defined.\n"
msgstr "ฮดฮตฮฝ ฮญฯ‡ฮตฮน ฮฟฯฮนฯƒฯ„ฮตฮฏ ฮฌฮดฮตฮนฮฑ.\n"
#: src/lib/ecore/ecore_getopt.c:1314
#: src/lib/ecore/ecore_getopt.c:1310
#, c-format
msgid "ERROR: unknown option --%s, ignored.\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1347
#: src/lib/ecore/ecore_getopt.c:1343
#, c-format
msgid "ERROR: option --%s requires an argument!\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1383
#: src/lib/ecore/ecore_getopt.c:1379
#, c-format
msgid "ERROR: unknown option -%c, ignored.\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1421
#: src/lib/ecore/ecore_getopt.c:1417
#, c-format
msgid "ERROR: option -%c requires an argument!\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1624
#: src/lib/ecore/ecore_getopt.c:1620
msgid "ERROR: no parser provided.\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1629
#: src/lib/ecore/ecore_getopt.c:1625
msgid "ERROR: no values provided.\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1638
#: src/lib/ecore/ecore_getopt.c:1634
msgid "ERROR: no arguments provided.\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1664
#: src/lib/ecore/ecore_getopt.c:1660
msgid "ERROR: invalid options found."
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1670
#: src/lib/ecore/ecore_getopt.c:1666
#, c-format
msgid " See --%s.\n"
msgstr " ฮ”ฮตฯ‚ --%s.\n"
#: src/lib/ecore/ecore_getopt.c:1672
#: src/lib/ecore/ecore_getopt.c:1668
#, c-format
msgid " See -%c.\n"
msgstr " ฮ”ฮตฯ‚ -%c.\n"
#: src/lib/ecore/ecore_getopt.c:1709
#: src/lib/ecore/ecore_getopt.c:1705
#, c-format
msgid "ERROR: incorrect geometry value '%s'\n"
msgstr ""
#: src/lib/ecore/ecore_getopt.c:1732
#: src/lib/ecore/ecore_getopt.c:1728
#, c-format
msgid "ERROR: incorrect size value '%s'\n"
msgstr ""

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Ecore\n"
"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-14 23:51+1000\n"
"POT-Creation-Date: 2010-08-16 17:14+0900\n"
"PO-Revision-Date: 2010-07-11 11:01+0400\n"
"Last-Translator: batden <batden@orange.fr>\n"
"Language-Team: Enlightenment French Team <pourunmondesansgourou@gmail.com>\n"
@ -18,165 +18,159 @@ msgstr ""
"X-Poedit-Country: FRANCE\n"
"X-Poedit-SourceCharset: utf-8\n"
#: src/lib/ecore/ecore_getopt.c:91
#: src/lib/ecore/ecore_getopt.c:87
msgid "Version:"
msgstr "Versionย :"
#: src/lib/ecore/ecore_getopt.c:99
#: src/lib/ecore/ecore_getopt.c:95
msgid "Usage:"
msgstr "Usageย :"
#: src/lib/ecore/ecore_getopt.c:104
#: src/lib/ecore/ecore_getopt.c:100
#, c-format
msgid "%s [options]\n"
msgstr "%s [options]\n"
#: src/lib/ecore/ecore_getopt.c:252
#: src/lib/ecore/ecore_getopt.c:248
msgid "Copyright:"
msgstr "Copyrightย :"
#: src/lib/ecore/ecore_getopt.c:263
#: src/lib/ecore/ecore_getopt.c:259
msgid "License:"
msgstr "Licenceย :"
#: src/lib/ecore/ecore_getopt.c:415
#: src/lib/ecore/ecore_getopt.c:411
msgid "Type: "
msgstr "Typeย : "
#: src/lib/ecore/ecore_getopt.c:482
#: src/lib/ecore/ecore_getopt.c:478
msgid "Default: "
msgstr "Par dรฉfautย :"
#: src/lib/ecore/ecore_getopt.c:505
#: src/lib/ecore/ecore_getopt.c:501
msgid "Choices: "
msgstr "Choixย :"
#: src/lib/ecore/ecore_getopt.c:602
#: src/lib/ecore/ecore_getopt.c:598
msgid "Options:\n"
msgstr "Optionsย :\n"
#: src/lib/ecore/ecore_getopt.c:722
#: src/lib/ecore/ecore_getopt.c:718
#, c-format
msgid "ERROR: unknown option --%s.\n"
msgstr "ERREUR : option inconnue --%s.\n"
#: src/lib/ecore/ecore_getopt.c:724
#: src/lib/ecore/ecore_getopt.c:720
#, c-format
msgid "ERROR: unknown option -%c.\n"
msgstr "ERREURย : option inconnue -%c.\n"
#: src/lib/ecore/ecore_getopt.c:780
#: src/lib/ecore/ecore_getopt.c:776
msgid "ERROR: "
msgstr "ERREURย :"
#: src/lib/ecore/ecore_getopt.c:857
#: src/lib/ecore/ecore_getopt.c:973
#: src/lib/ecore/ecore_getopt.c:986
#: src/lib/ecore/ecore_getopt.c:998
#: src/lib/ecore/ecore_getopt.c:1012
#: src/lib/ecore/ecore_getopt.c:1056
#: src/lib/ecore/ecore_getopt.c:1165
#: src/lib/ecore/ecore_getopt.c:1202
#: src/lib/ecore/ecore_getopt.c:853 src/lib/ecore/ecore_getopt.c:969
#: src/lib/ecore/ecore_getopt.c:982 src/lib/ecore/ecore_getopt.c:994
#: src/lib/ecore/ecore_getopt.c:1008 src/lib/ecore/ecore_getopt.c:1052
#: src/lib/ecore/ecore_getopt.c:1161 src/lib/ecore/ecore_getopt.c:1198
msgid "value has no pointer set.\n"
msgstr "la valeur n'a aucun pointeur dรฉfini.\n"
#: src/lib/ecore/ecore_getopt.c:886
#: src/lib/ecore/ecore_getopt.c:1076
#: src/lib/ecore/ecore_getopt.c:882 src/lib/ecore/ecore_getopt.c:1072
#, c-format
msgid "unknown boolean value %s.\n"
msgstr "valeur boolรฉenne inconnue %s.\n"
#: src/lib/ecore/ecore_getopt.c:930
#: src/lib/ecore/ecore_getopt.c:1156
#: src/lib/ecore/ecore_getopt.c:926 src/lib/ecore/ecore_getopt.c:1152
#, c-format
msgid "invalid number format %s\n"
msgstr "format du nombre non valide %s\n"
#: src/lib/ecore/ecore_getopt.c:1025
#: src/lib/ecore/ecore_getopt.c:1021
#, c-format
msgid "invalid choice \"%s\". Valid values are: "
msgstr "choix non valide ยซย %sย ยป. Les valeurs valides sontย : "
#: src/lib/ecore/ecore_getopt.c:1050
#: src/lib/ecore/ecore_getopt.c:1046
msgid "missing parameter to append.\n"
msgstr "paramรจtre manquant ร  ajouter.\n"
#: src/lib/ecore/ecore_getopt.c:1146
#: src/lib/ecore/ecore_getopt.c:1142
msgid "could not parse value.\n"
msgstr "analyse de la valeur impossible.\n"
#: src/lib/ecore/ecore_getopt.c:1195
#: src/lib/ecore/ecore_getopt.c:1191
msgid "missing parameter.\n"
msgstr "paramรจtre manquant.\n"
#: src/lib/ecore/ecore_getopt.c:1209
#: src/lib/ecore/ecore_getopt.c:1205
msgid "missing callback function!\n"
msgstr "fonction de rappel manquante !\n"
#: src/lib/ecore/ecore_getopt.c:1232
#: src/lib/ecore/ecore_getopt.c:1228
msgid "no version was defined.\n"
msgstr "aucune version n'est dรฉfinie.\n"
#: src/lib/ecore/ecore_getopt.c:1246
#: src/lib/ecore/ecore_getopt.c:1242
msgid "no copyright was defined.\n"
msgstr "aucun copyright n'est dรฉfini.\n"
#: src/lib/ecore/ecore_getopt.c:1260
#: src/lib/ecore/ecore_getopt.c:1256
msgid "no license was defined.\n"
msgstr "aucune licence n'est dรฉfinie.\n"
#: src/lib/ecore/ecore_getopt.c:1314
#: src/lib/ecore/ecore_getopt.c:1310
#, c-format
msgid "ERROR: unknown option --%s, ignored.\n"
msgstr "ERREURย : option inconnue --%s, non prise en compte.\n"
#: src/lib/ecore/ecore_getopt.c:1347
#: src/lib/ecore/ecore_getopt.c:1343
#, c-format
msgid "ERROR: option --%s requires an argument!\n"
msgstr "ERREURย : l'option --%s requiert un argument !\n"
#: src/lib/ecore/ecore_getopt.c:1383
#: src/lib/ecore/ecore_getopt.c:1379
#, c-format
msgid "ERROR: unknown option -%c, ignored.\n"
msgstr "ERREURย : option inconnue -%c, non prise en compte.\n"
#: src/lib/ecore/ecore_getopt.c:1421
#: src/lib/ecore/ecore_getopt.c:1417
#, c-format
msgid "ERROR: option -%c requires an argument!\n"
msgstr "ERREURย : l'option -%c requiert un argument !\n"
#: src/lib/ecore/ecore_getopt.c:1624
#: src/lib/ecore/ecore_getopt.c:1620
msgid "ERROR: no parser provided.\n"
msgstr "ERREURย : aucun analyseur n'est fourni.\n"
#: src/lib/ecore/ecore_getopt.c:1629
#: src/lib/ecore/ecore_getopt.c:1625
msgid "ERROR: no values provided.\n"
msgstr "ERREURย : aucune valeur n'est fournie.\n"
#: src/lib/ecore/ecore_getopt.c:1638
#: src/lib/ecore/ecore_getopt.c:1634
msgid "ERROR: no arguments provided.\n"
msgstr "ERREURย : aucun argument n'est fourni.\n"
#: src/lib/ecore/ecore_getopt.c:1664
#: src/lib/ecore/ecore_getopt.c:1660
msgid "ERROR: invalid options found."
msgstr "ERREURย : options non valides dรฉtectรฉes."
#: src/lib/ecore/ecore_getopt.c:1670
#: src/lib/ecore/ecore_getopt.c:1666
#, c-format
msgid " See --%s.\n"
msgstr " Voir --%s.\n"
#: src/lib/ecore/ecore_getopt.c:1672
#: src/lib/ecore/ecore_getopt.c:1668
#, c-format
msgid " See -%c.\n"
msgstr " Voir -%c.\n"
#: src/lib/ecore/ecore_getopt.c:1709
#: src/lib/ecore/ecore_getopt.c:1705
#, c-format
msgid "ERROR: incorrect geometry value '%s'\n"
msgstr "ERREURย : valeur gรฉomรฉtrique incorrecte ยซย %sย ยป\n"
#: src/lib/ecore/ecore_getopt.c:1732
#: src/lib/ecore/ecore_getopt.c:1728
#, c-format
msgid "ERROR: incorrect size value '%s'\n"
msgstr "ERREURย : valeur de taille incorrecteย ยซย %sย ยป\n"
@ -187,20 +181,27 @@ msgstr "ERREURย : valeur de taille incorrecteย ยซย %sย ยป\n"
#~ msgstr ""
#~ "\n"
#~ " "
#~ msgid "true"
#~ msgstr "true"
#~ msgid "false"
#~ msgstr "false"
#~ msgid "f"
#~ msgstr "f"
#~ msgid "no"
#~ msgstr "no"
#~ msgid "off"
#~ msgstr "off"
#~ msgid "t"
#~ msgstr "t"
#~ msgid "yes"
#~ msgstr "yes"
#~ msgid "on"
#~ msgstr "on"

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Ecore\n"
"Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
"POT-Creation-Date: 2010-05-14 23:51+1000\n"
"POT-Creation-Date: 2010-08-16 17:14+0900\n"
"PO-Revision-Date: 2009-10-27 19:36+0100\n"
"Last-Translator: quaker66 <quaker66@gmail.com>\n"
"Language-Team: none\n"
@ -14,159 +14,159 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/lib/ecore/ecore_getopt.c:91
#: src/lib/ecore/ecore_getopt.c:87
msgid "Version:"
msgstr "Versione:"
#: src/lib/ecore/ecore_getopt.c:99
#: src/lib/ecore/ecore_getopt.c:95
msgid "Usage:"
msgstr "Uso:"
#: src/lib/ecore/ecore_getopt.c:104
#: src/lib/ecore/ecore_getopt.c:100
#, c-format
msgid "%s [options]\n"
msgstr "%s [opzioni]\n"
#: src/lib/ecore/ecore_getopt.c:252
#: src/lib/ecore/ecore_getopt.c:248
msgid "Copyright:"
msgstr "Copyright:"
#: src/lib/ecore/ecore_getopt.c:263
#: src/lib/ecore/ecore_getopt.c:259
msgid "License:"
msgstr "Licenza:"
#: src/lib/ecore/ecore_getopt.c:415
#: src/lib/ecore/ecore_getopt.c:411
msgid "Type: "
msgstr "Tipo: "
#: src/lib/ecore/ecore_getopt.c:482
#: src/lib/ecore/ecore_getopt.c:478
msgid "Default: "
msgstr "Predefinito:"
#: src/lib/ecore/ecore_getopt.c:505
#: src/lib/ecore/ecore_getopt.c:501
msgid "Choices: "
msgstr "Scelte:"
#: src/lib/ecore/ecore_getopt.c:602
#: src/lib/ecore/ecore_getopt.c:598
msgid "Options:\n"
msgstr "Opzioni:\n"
#: src/lib/ecore/ecore_getopt.c:722
#: src/lib/ecore/ecore_getopt.c:718
#, c-format
msgid "ERROR: unknown option --%s.\n"
msgstr "ERRORE: opzione sconosciuta --%s.\n"
#: src/lib/ecore/ecore_getopt.c:724
#: src/lib/ecore/ecore_getopt.c:720
#, c-format
msgid "ERROR: unknown option -%c.\n"