Vidalia  0.3.1
ts2po_config.h
Go to the documentation of this file.
1 /*
2 ** This file is part of Vidalia, and is subject to the license terms in the
3 ** LICENSE file, found in the top level directory of this distribution. If you
4 ** did not receive the LICENSE file with this file, you may obtain it from the
5 ** Vidalia source package distributed by the Vidalia Project at
6 ** http://www.torproject.org/projects/vidalia.html. No part of Vidalia,
7 ** including this file, may be copied, modified, propagated, or distributed
8 ** except according to the terms described in the LICENSE file.
9 */
10 
11 #ifndef _TS2PO_CONFIG_H
12 #define _TS2PO_CONFIG_H
13 
14 #define TS2PO_VERSION "0.2"
15 
16 #define TS2PO_PROJECT_ID "Vidalia"
17 
18 #define TS2PO_CONTACT_ADDR "translations@vidalia-project.net"
19 
20 #define TS2PO_LANGUAGE_TEAM "translations@vidalia-project.net"
21 
22 #endif
23