Vidalia 0.2.15
|
00001 /* 00002 ** This file is part of Vidalia, and is subject to the license terms in the 00003 ** LICENSE file, found in the top level directory of this distribution. If you 00004 ** did not receive the LICENSE file with this file, you may obtain it from the 00005 ** Vidalia source package distributed by the Vidalia Project at 00006 ** http://www.torproject.org/projects/vidalia.html. No part of Vidalia, 00007 ** including this file, may be copied, modified, propagated, or distributed 00008 ** except according to the terms described in the LICENSE file. 00009 */ 00010 00011 #ifndef _TS2PO_CONFIG_H 00012 #define _TS2PO_CONFIG_H 00013 00014 #define TS2PO_VERSION "0.2" 00015 00016 #define TS2PO_PROJECT_ID "Vidalia" 00017 00018 #define TS2PO_CONTACT_ADDR "translations@vidalia-project.net" 00019 00020 #define TS2PO_LANGUAGE_TEAM "translations@vidalia-project.net" 00021 00022 #endif 00023