diff options
author | Benedikt Meurer <benny@xfce.org> | 2007-01-20 16:32:12 +0000 |
---|---|---|
committer | Benedikt Meurer <benny@xfce.org> | 2007-01-20 16:32:12 +0000 |
commit | 9133fec4fd116ca949be60a22b144721d909e1e8 (patch) | |
tree | 63e181d557a3529ebb332ef1e579da9560f68113 | |
parent | fff6bf45be91c861b44bdb5c92f587d33c575c78 (diff) |
Bump version. Update NEWS. Update Project-Id-Version.xfce-4.4.0
(Old svn revision: 24650)
-rw-r--r-- | INSTALL | 65 | ||||
-rw-r--r-- | configure.ac.in | 6 | ||||
-rw-r--r-- | po/ar.po | 2 | ||||
-rw-r--r-- | po/az.po | 2 | ||||
-rw-r--r-- | po/be.po | 2 | ||||
-rw-r--r-- | po/bg.po | 2 | ||||
-rw-r--r-- | po/bn_IN.po | 2 | ||||
-rw-r--r-- | po/ca.po | 2 | ||||
-rw-r--r-- | po/cs.po | 2 | ||||
-rw-r--r-- | po/de.po | 2 | ||||
-rw-r--r-- | po/dz.po | 2 | ||||
-rw-r--r-- | po/el.po | 2 | ||||
-rw-r--r-- | po/en_GB.po | 2 | ||||
-rw-r--r-- | po/eo.po | 2 | ||||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/es_MX.po | 2 | ||||
-rw-r--r-- | po/et.po | 2 | ||||
-rw-r--r-- | po/eu.po | 2 | ||||
-rw-r--r-- | po/fa.po | 2 | ||||
-rw-r--r-- | po/fi.po | 2 | ||||
-rw-r--r-- | po/fr.po | 2 | ||||
-rw-r--r-- | po/gl.po | 2 | ||||
-rw-r--r-- | po/gu.po | 2 | ||||
-rw-r--r-- | po/he.po | 2 | ||||
-rw-r--r-- | po/hi.po | 2 | ||||
-rw-r--r-- | po/hu.po | 2 | ||||
-rw-r--r-- | po/hy.po | 2 | ||||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/ja.po | 2 | ||||
-rw-r--r-- | po/ka.po | 2 | ||||
-rw-r--r-- | po/ko.po | 2 | ||||
-rw-r--r-- | po/lt.po | 2 | ||||
-rwxr-xr-x | po/mk.po | 2 | ||||
-rw-r--r-- | po/mr.po | 2 | ||||
-rw-r--r-- | po/ms.po | 2 | ||||
-rw-r--r-- | po/nb_NO.po | 2 | ||||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/pa.po | 2 | ||||
-rw-r--r-- | po/pl.po | 2 | ||||
-rw-r--r-- | po/pt_BR.po | 2 | ||||
-rw-r--r-- | po/pt_PT.po | 2 | ||||
-rw-r--r-- | po/ro.po | 2 | ||||
-rw-r--r-- | po/ru.po | 2 | ||||
-rw-r--r-- | po/sk.po | 2 | ||||
-rw-r--r-- | po/sv.po | 2 | ||||
-rw-r--r-- | po/ta.po | 2 | ||||
-rw-r--r-- | po/tr.po | 2 | ||||
-rw-r--r-- | po/uk.po | 2 | ||||
-rw-r--r-- | po/vi.po | 2 | ||||
-rw-r--r-- | po/zh_CN.po | 2 | ||||
-rw-r--r-- | po/zh_TW.po | 2 |
51 files changed, 83 insertions, 86 deletions
@@ -1,8 +1,8 @@ Installation Instructions ************************* -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, -2006 Free Software Foundation, Inc. +Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free +Software Foundation, Inc. This file is free documentation; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. @@ -10,10 +10,7 @@ unlimited permission to copy, distribute and modify it. Basic Installation ================== -Briefly, the shell commands `./configure; make; make install' should -configure, build, and install this package. The following -more-detailed instructions are generic; see the `README' file for -instructions specific to this package. +These are generic installation instructions. The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses @@ -26,9 +23,9 @@ 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 +the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale -cache files. +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 @@ -38,17 +35,20 @@ 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 need `configure.ac' if -you want to change it or regenerate `configure' using a newer version -of `autoconf'. +`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. + `./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' might take a while. While running, it prints - some messages telling which features it is checking for. + Running `configure' takes awhile. While running, it prints some + messages telling which features it is checking for. 2. Type `make' to compile the package. @@ -78,7 +78,7 @@ details on some of the pertinent environment variables. by setting variables in the command line or in the environment. Here is an example: - ./configure CC=c99 CFLAGS=-g LIBS=-lposix + ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix *Note Defining Variables::, for more details. @@ -87,29 +87,31 @@ 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 can use GNU `make'. `cd' to the +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 `..'. - With a non-GNU `make', it is safer 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. + 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'. +By default, `make install' will install the package's files in +`/usr/local/bin', `/usr/local/man', 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. +give `configure' the option `--exec-prefix=PREFIX', the package will +use PREFIX as the prefix for installing programs and libraries. +Documentation and other data files will 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 @@ -157,7 +159,7 @@ where SYSTEM can have one of these forms: 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 +use the `--target=TYPE' option to select the type of system they will produce code for. If you want to _use_ a cross compiler, that generates code for a @@ -187,14 +189,9 @@ 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 +will cause the specified gcc to be used as the C compiler (unless it is overridden in the site shell script). -Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf bug. Until the bug is fixed you can use this workaround: - - CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash - `configure' Invocation ====================== diff --git a/configure.ac.in b/configure.ac.in index a47ee4a4..49194231 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -2,11 +2,11 @@ dnl configure.ac dnl dnl xfce4 - panel for the Xfce Desktop environment dnl -dnl 2005-2006 Jasper Huijsmans <jasper@xfce.org> +dnl 2005-2007 Jasper Huijsmans <jasper@xfce.org> dnl dnl library version info -m4_define([libxfce4panel_verinfo], [2:1:1]) +m4_define([libxfce4panel_verinfo], [2:2:1]) dnl panel version info m4_define([xfce4_panel_version_major], [4]) @@ -21,7 +21,7 @@ m4_define([xfce4_panel_version], [xfce4_panel_version_major().xfce4_panel_versio dnl init autoconf -AC_COPYRIGHT([Copyright (c) 2002-2006 +AC_COPYRIGHT([Copyright (c) 2002-2007 The Xfce development team. All rights reserved. Written for Xfce by Jasper Huijsmans <jasper@xfce.org>.]) @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:15+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:16+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.90.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2007-01-16 02:47+0300\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-08-21 17:27+0900\n" diff --git a/po/bn_IN.po b/po/bn_IN.po index 389f3485..6d1d3c97 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:17+0900\n" @@ -6,7 +6,7 @@ # Pau Rul.lan Ferragut <paurullan@bulma.net> 2005, 2006 msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2007-01-09 13:14+0100\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-08-18 22:37+0100\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2007-01-04 00:27+0100\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-10-24 20:31+0530\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-08-24 18:15+0200\n" diff --git a/po/en_GB.po b/po/en_GB.po index 939958c5..9f463147 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:21+0900\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-09-21 12:14+0200\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-11-14 18:54-0500\n" diff --git a/po/es_MX.po b/po/es_MX.po index eee4117f..95036656 100644 --- a/po/es_MX.po +++ b/po/es_MX.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-08-18 01:08+0900\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-04-13 14:16+0300\n" @@ -7,7 +7,7 @@ # Piarres Beobide Egaña <pi@beobide.net>, 2004, 2005, 2006. msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-08-12 22:23+0200\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:25+0900\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-08-12 21:36+0300\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-09-15 17:46+0100\n" @@ -6,7 +6,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-06-06 12:38+0000\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:29+0900\n" @@ -8,7 +8,7 @@ # Yuval Tanny <tanai@int.gov.il>, 2004, 2006. msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-09-02 04:46+0300\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-08-21 17:43+0900\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-12-17 19:43+0100\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:31+0900\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-10-20 12:50+0100\n" @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-05-31 21:43+0900\n" @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-08-24 23:41+0400\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-10-09 16:42+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:34+0900\n" @@ -5,7 +5,7 @@ # Jovan Naumovski <jovan@lugola.net>, 2006. msgid "" msgstr "" -"Project-Id-Version: xfce4-panel\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-12-24 01:15+0100\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:35+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-08-21 17:47+0900\n" diff --git a/po/nb_NO.po b/po/nb_NO.po index 0ddbb092..b3d08186 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-08-18 01:10+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-08-12 17:06+0200\n" @@ -7,7 +7,7 @@ # A S Alam <apbrar@gmail.com>, 2006. msgid "" msgstr "" -"Project-Id-Version: pa\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-12-22 21:35+0530\n" @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-06-08 23:00+0200\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index c50b6517..30d32e07 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-09-03 15:12-0300\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index c63887d9..d54d00d6 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:38+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:39+0900\n" @@ -8,7 +8,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-09-24 20:50+0600\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-03-28 16:32+0200\n" @@ -6,7 +6,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-01-18 21:59+0100\n" "PO-Revision-Date: 2005-08-21 17:48+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:42+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:43+0900\n" @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2005-09-29 20:43+0900\n" @@ -7,7 +7,7 @@ # Phan Vĩnh Thịnh <teppi82@gmail.com>, 2006. msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-09-05 02:07+0400\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 11b4e4e5..4541391f 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-04-20 21:45+0800\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 00943ec0..a8184ae5 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,7 +7,7 @@ # msgid "" msgstr "" -"Project-Id-Version: xfce4-panel 4.3.99.2\n" +"Project-Id-Version: xfce4-panel 4.4.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-12-19 19:30+0100\n" "PO-Revision-Date: 2006-09-27 23:36+0800\n" |