Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
intranet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nounous-archives
intranet
Commits
11e84bd7
Commit
11e84bd7
authored
Oct 19, 2017
by
Antoine Bernard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.crans.org/nounous/intranet
parents
4a79b736
59c2ea5c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
20 deletions
+22
-20
README.md
README.md
+1
-0
solde/locale/en/LC_MESSAGES/django.po
solde/locale/en/LC_MESSAGES/django.po
+8
-8
solde/locale/es/LC_MESSAGES/django.po
solde/locale/es/LC_MESSAGES/django.po
+8
-8
solde/templates/solde/credited.html
solde/templates/solde/credited.html
+1
-0
solde/templates/solde/detail_transac.html
solde/templates/solde/detail_transac.html
+4
-4
No files found.
README.md
View file @
11e84bd7
...
@@ -22,6 +22,7 @@ des applications se base sur les données `ldap` et nécessitent `lc_ldap`.
...
@@ -22,6 +22,7 @@ des applications se base sur les données `ldap` et nécessitent `lc_ldap`.
*
texlive-latex-extra
*
texlive-latex-extra
*
texlive-lang-french
*
texlive-lang-french
*
snimpy
*
snimpy
*
python-snimpy
*
snmp-mibs-downloader
*
snmp-mibs-downloader
*
libfile-mimeinfo-perl
*
libfile-mimeinfo-perl
...
...
solde/locale/en/LC_MESSAGES/django.po
View file @
11e84bd7
...
@@ -112,23 +112,23 @@ msgstr "Back"
...
@@ -112,23 +112,23 @@ msgstr "Back"
#: templates/solde/detail_transac.html:3
#: templates/solde/detail_transac.html:3
#, python-format
#, python-format
msgid "id transaction : %(
tr.
idTransaction)s"
msgid "id transaction : %(idTransaction)s"
msgstr "transaction ID: %(
tr.
idTransaction)s"
msgstr "transaction ID: %(idTransaction)s"
#: templates/solde/detail_transac.html:4
#: templates/solde/detail_transac.html:4
#, python-format
#, python-format
msgid "montant : %(
tr.
montant)s"
msgid "montant : %(montant)s"
msgstr "amount: %(
tr.
montant)s"
msgstr "amount: %(montant)s"
#: templates/solde/detail_transac.html:5
#: templates/solde/detail_transac.html:5
#, python-format
#, python-format
msgid "bénéficiaire : %(
tr.
uid)s"
msgid "bénéficiaire : %(uid)s"
msgstr "recipient: %(
tr.
uid)s"
msgstr "recipient: %(uid)s"
#: templates/solde/detail_transac.html:6
#: templates/solde/detail_transac.html:6
#, python-format
#, python-format
msgid "date : %(
tr.
created)s"
msgid "date : %(created)s"
msgstr "date: %(
tr.
created)s"
msgstr "date: %(created)s"
#: templates/solde/factures.html:6
#: templates/solde/factures.html:6
msgid "Mes factures Com'N'Pay/PayPal"
msgid "Mes factures Com'N'Pay/PayPal"
...
...
solde/locale/es/LC_MESSAGES/django.po
View file @
11e84bd7
...
@@ -113,23 +113,23 @@ msgstr "Atrás"
...
@@ -113,23 +113,23 @@ msgstr "Atrás"
#: templates/solde/detail_transac.html:3
#: templates/solde/detail_transac.html:3
#, python-format
#, python-format
msgid "id transaction : %(
tr.
idTransaction)s"
msgid "id transaction : %(idTransaction)s"
msgstr "Id transacción: %(
tr.
idTransaction)s"
msgstr "Id transacción: %(idTransaction)s"
#: templates/solde/detail_transac.html:4
#: templates/solde/detail_transac.html:4
#, python-format
#, python-format
msgid "montant : %(
tr.
montant)s"
msgid "montant : %(montant)s"
msgstr "Importe: %(
tr.
montant)s"
msgstr "Importe: %(montant)s"
#: templates/solde/detail_transac.html:5
#: templates/solde/detail_transac.html:5
#, python-format
#, python-format
msgid "bénéficiaire : %(
tr.
uid)s"
msgid "bénéficiaire : %(uid)s"
msgstr "Beneficiario: %(
tr.
uid)s"
msgstr "Beneficiario: %(uid)s"
#: templates/solde/detail_transac.html:6
#: templates/solde/detail_transac.html:6
#, python-format
#, python-format
msgid "date : %(
tr.
created)s"
msgid "date : %(created)s"
msgstr "Fecha: %(
tr.
created)s"
msgstr "Fecha: %(created)s"
#: templates/solde/factures.html:6
#: templates/solde/factures.html:6
msgid "Mes factures Com'N'Pay/PayPal"
msgid "Mes factures Com'N'Pay/PayPal"
...
...
solde/templates/solde/credited.html
View file @
11e84bd7
{% extends "solde/base.html" %}
{% extends "solde/base.html" %}
{% load i18n %}
{% block h1 %}{% trans "Transaction déjà validée" %}{% endblock %}
{% block h1 %}{% trans "Transaction déjà validée" %}{% endblock %}
{% block content %}
{% block content %}
{% include 'solde/detail_transac.html' %}
{% include 'solde/detail_transac.html' %}
...
...
solde/templates/solde/detail_transac.html
View file @
11e84bd7
{% load i18n %}
{% load i18n %}
<ul>
<ul>
<li>
{% blocktrans
%}id transaction : {{ tr.
idTransaction }}{% endblocktrans %}
</li>
<li>
{% blocktrans
with idTransaction=tr.idTransaction %}id transaction : {{
idTransaction }}{% endblocktrans %}
</li>
<li>
{% blocktrans
%}montant : {{ tr.
montant }}{% endblocktrans %}
</li>
<li>
{% blocktrans
with montant=tr.montant %}montant : {{
montant }}{% endblocktrans %}
</li>
<li>
{% blocktrans
%}bénéficiaire : {{ tr.
uid }}{% endblocktrans %}
</li>
<li>
{% blocktrans
with uid=tr.uid %}bénéficiaire : {{
uid }}{% endblocktrans %}
</li>
<li>
{% blocktrans
%}date : {{ tr.
created }}{% endblocktrans %}
</li>
<li>
{% blocktrans
with created=tr.created %}date : {{
created }}{% endblocktrans %}
</li>
</ul>
</ul>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment