Skip to content

Commit

Permalink
Prototipo one
Browse files Browse the repository at this point in the history
  • Loading branch information
filhossi committed Mar 29, 2016
1 parent 5eb81a1 commit d18945a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 53 deletions.

This file was deleted.

This file was deleted.

5 changes: 3 additions & 2 deletions languages/pt-br.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
'File': 'File',
'First name': 'Nome',
'Forgot username?': 'Forgot username?',
'Form':'Formulário',
'Forms and Validators': 'Formulários e Validadores',
'Free Applications': 'Aplicações gratuitas',
'Group ID': 'ID do Grupo',
Expand All @@ -104,7 +105,7 @@
'import': 'importar',
'Import/Export': 'Importar/Exportar',
'Index': 'Início',
'Information': 'Information',
'Information': 'Informações',
'insert new': 'inserir novo',
'insert new %s': 'inserir novo %s',
'Internal State': 'Estado Interno',
Expand Down Expand Up @@ -193,7 +194,7 @@
'Send us an email to more information.': 'Envie-nos um email para mais informações.',
'Services': 'Serviço',
'Sign Up': 'Sign Up',
'Site Management': 'Site Management',
'Site Management': 'Gerenciamento do Site',
'Size of cache:': 'Tamanho do cache:',
'state': 'estado',
'Statistics': 'Estatísticas',
Expand Down
Binary file not shown.

This file was deleted.

5 changes: 3 additions & 2 deletions views/app/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ <h2 class="intro-text text-center">
<div class="box">
<div class="col-lg-12">
<hr>
<h2 class="intro-text text-center">Contact
<strong>form</strong>
<h2 class="intro-text text-center">
<strong>{{=T('Form')}}</strong>
{{=T('Contact')}}
</h2>
<hr>
<p>{{=T('Send us an email to more information.')}}</p>
Expand Down
2 changes: 1 addition & 1 deletion views/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<h1> {{=mProducts[mIndex].mName}} </h1>
<h2 >{{=Utilities.get_beautiful_price(mProducts[mIndex].mPrice)}}</h2>
<h4 ><strong>{{=mProducts[mIndex].mPaymentInstallments}} <small>x</small> {{=Utilities.get_beautiful_price(int(mProducts[mIndex].mPrice/mProducts[mIndex].mPaymentInstallments))}}</strong></h4>
<p><a class="btn btn-primary btn-lg" href="#" role="button">{{=T('Buy now')}}</a></p>
<p><a class="btn btn-primary btn-lg" href="{{=URL('product', 'view', args=[mProducts[mIndex].id])}}" role="button">{{=T('Buy now')}}</a></p>
</div>
</div>

Expand Down

0 comments on commit d18945a

Please sign in to comment.