~georgeyk/stoq/sync

« back to all changes in this revision

Viewing changes to stoq/gui/production/__init__.py

  • Committer: george
  • Date: 2009-07-16 20:39:08 UTC
  • Revision ID: vcs-imports@canonical.com-20090716203908-6j605gi8s5wic0xu
#3603: Implementar esqueleto inicial da aplicacao de producao. (stoq) r=romaia

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- Mode: Python; coding: iso-8859-1 -*-
 
2
# vi:si:et:sw=4:sts=4:ts=4
 
3
 
 
4
##
 
5
## Copyright (C) 2009 Async Open Source <http://www.async.com.br>
 
6
## All rights reserved
 
7
##
 
8
## This program is free software; you can redistribute it and/or modify
 
9
## it under the terms of the GNU General Public License as published by
 
10
## the Free Software Foundation; either version 2 of the License, or
 
11
## (at your option) any later version.
 
12
##
 
13
## This program is distributed in the hope that it will be useful,
 
14
## but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
## GNU General Public License for more details.
 
17
##
 
18
## You should have received a copy of the GNU General Public License
 
19
## along with this program; if not, write to the Free Software
 
20
## Foundation, Inc., or visit: http://www.gnu.org/.
 
21
##
 
22
## Author(s):    George Y. Kussumoto    <george@async.com.br>
 
23
##
 
24
 
 
25
import gettext
 
26
 
 
27
_ = gettext.gettext
 
28
 
 
29
 
 
30
application = _('Production')
 
31
description = _(u'Production application.')
 
32
 
 
33
icon_name = 'stoq-production-app'