aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-12-15 03:10:17 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-12-15 03:10:17 +0800
commit33145ba2591ed8abe170c06aa1710b336bfee6f6 (patch)
treede8f7b44a715d9335ff03f9e1ad0e7d7ab2291fd
parenta5c5a18c0fe19ebbcb888608e148dc4740355678 (diff)
downloadgsoc2013-evolution-33145ba2591ed8abe170c06aa1710b336bfee6f6.tar
gsoc2013-evolution-33145ba2591ed8abe170c06aa1710b336bfee6f6.tar.gz
gsoc2013-evolution-33145ba2591ed8abe170c06aa1710b336bfee6f6.tar.bz2
gsoc2013-evolution-33145ba2591ed8abe170c06aa1710b336bfee6f6.tar.lz
gsoc2013-evolution-33145ba2591ed8abe170c06aa1710b336bfee6f6.tar.xz
gsoc2013-evolution-33145ba2591ed8abe170c06aa1710b336bfee6f6.tar.zst
gsoc2013-evolution-33145ba2591ed8abe170c06aa1710b336bfee6f6.zip
Fixes #6066
2004-12-14 JP Rosevear <jpr@novell.com> Fixes #6066 * README.translators: New information for translators * README: Update slightly for 2.1/2.2 svn path=/trunk/; revision=28125
-rw-r--r--ChangeLog8
-rw-r--r--README22
-rw-r--r--README.translators9
3 files changed, 23 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index c522acbf6d..29fc4c6e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-14 JP Rosevear <jpr@novell.com>
+
+ Fixes #6066
+
+ * README.translators: New information for translators
+
+ * README: Update slightly for 2.1/2.2
+
2004-12-14 Rodney Dawes <dobey@novell.com>
* configure.in (AC_OUTPUT): Add mail/default/zh_CN/Makefile
diff --git a/README b/README
index 4ec10e3c1b..42f9923fea 100644
--- a/README
+++ b/README
@@ -31,10 +31,10 @@ The rest of this file is dedicated to building Evolution.
DEPENDENCIES
------------
-In order to build Evolution you need to have the full set of GNOME 2.2
+In order to build Evolution you need to have the full set of GNOME 2.6
(or greater) development libraries installed.
-GNOME 2.2 or greater comes with most of the modern distributions, so
+GNOME 2.6 or greater comes with most of the modern distributions, so
in most cases it should be enough to just install all the devel
packages from your distribution.
@@ -44,35 +44,25 @@ installed, since bugs in the libraries can cause bugs in Evolution.
Additional dependencies, besides the stock GNOME libraries (the
dependencies should be compiled in the order they are listed here):
- * [If compiling against GNOME 2.2] libgnomecanvas 2.2.0.2 or
- later
-
- If you have a GNOME 2.2 installation, you need to upgrade
- libgnomecanvas to this version (or a later one), since
- Evolution exposes a bug in the older versions of the library
- which causes a crash.
-
- * [If compiling against GNOME 2.2] libbonobo and libbonoboui 2.4
-
* gnome-icon-theme 1.2.0 or later
* ORBit 2.9.8 or later
ftp://ftp.gnome.org/pub/gnome/sources/libsoup
- * libsoup 2.2.0 or later
+ * libsoup 2.2.1 or later
ftp://ftp.gnome.org/pub/gnome/sources/libsoup
- * evolution-data-server 1.0.0 or later
+ * evolution-data-server 1.1.1 or later
ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server
- * gtkhtml 3.2.0 or later
+ * gtkhtml 3.5.0 or later
ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml
- * gal 2.2.0 or later
+ * gal 2.4.0 or later
ftp://ftp.gnome.org/pub/gnome/sources/gal
diff --git a/README.translators b/README.translators
new file mode 100644
index 0000000000..6349fc1f8c
--- /dev/null
+++ b/README.translators
@@ -0,0 +1,9 @@
+Evolution is translated like most GNOME projects, by updating the the
+.po files in evolution/po and by translating the help files in
+evolution/help/C and placing them in a locale specific dir, ie
+evolution/help/fr. In addition, the default welcome message is in
+evolution/mail/default/C/Inbox and can be tranlated by translating the
+message in the file and also putting it in a locale specific dir, ie
+evolution/mail/default/fr/Inbox. The file name 'Inbox' should not be
+changed, as this is an internally defined string (the name in the
+folder list will still be translated though).