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
Sith
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AE
Sith
Commits
677c50a4
Commit
677c50a4
authored
Oct 25, 2016
by
Sli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add unknown event translation
parent
bafa9ac1
Pipeline
#319
failed with stage
in 3 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
58 deletions
+61
-58
counter/models.py
counter/models.py
+1
-1
locale/fr/LC_MESSAGES/django.mo
locale/fr/LC_MESSAGES/django.mo
+0
-0
locale/fr/LC_MESSAGES/django.po
locale/fr/LC_MESSAGES/django.po
+60
-57
No files found.
counter/models.py
View file @
677c50a4
...
...
@@ -301,7 +301,7 @@ class Selling(models.Model):
super
(
Selling
,
self
).
delete
(
*
args
,
**
kwargs
)
def
send_mail_customer
(
self
):
event
=
self
.
product
.
eticket
.
event_title
event
=
self
.
product
.
eticket
.
event_title
or
_
(
"Unknown event"
)
subject
=
_
(
'Eticket bought for the event %(event)s'
)
%
{
'event'
:
event
}
message_html
=
_
(
"You bought an eticket for the event %(event)s.
\n
You can download it on this page %(url)s."
...
...
locale/fr/LC_MESSAGES/django.mo
View file @
677c50a4
No preview for this file type
locale/fr/LC_MESSAGES/django.po
View file @
677c50a4
...
...
@@ -6,7 +6,7 @@
msgid
""
msgstr
""
"Report-Msgid-Bugs-To:
\n
"
"POT-Creation-Date: 2016-10-2
0 18:33
+0200
\n
"
"POT-Creation-Date: 2016-10-2
5 21:49
+0200
\n
"
"PO-Revision-Date: 2016-07-18
\n
"
"Last-Translator: Skia <skia@libskia.so>
\n
"
"Language-Team: AE info <ae.info@utbm.fr>
\n
"
...
...
@@ -17,8 +17,8 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);
\n
"
#: accounting/models.py:36 accounting/models.py:55 accounting/models.py:82
#: accounting/models.py:141 club/models.py:19 counter/models.py:7
2
#: counter/models.py:9
7 counter/models.py:132
launderette/models.py:15
#: accounting/models.py:141 club/models.py:19 counter/models.py:7
0
#: counter/models.py:9
5 counter/models.py:130
launderette/models.py:15
#: launderette/models.py:60 launderette/models.py:85
msgid
"name"
msgstr
"nom"
...
...
@@ -64,7 +64,7 @@ msgid "account number"
msgstr
"numero de compte"
#: accounting/models.py:58 accounting/models.py:83 club/models.py:145
#: counter/models.py:10
6 counter/models.py:133
#: counter/models.py:10
4 counter/models.py:131
msgid
"club"
msgstr
"club"
...
...
@@ -85,12 +85,12 @@ msgstr "Compte club"
msgid
"%(club_account)s on %(bank_account)s"
msgstr
"%(club_account)s sur %(bank_account)s"
#: accounting/models.py:139 club/models.py:146 counter/models.py:38
1
#: accounting/models.py:139 club/models.py:146 counter/models.py:38
0
#: launderette/models.py:122
msgid
"start date"
msgstr
"date de début"
#: accounting/models.py:140 club/models.py:147 counter/models.py:38
2
#: accounting/models.py:140 club/models.py:147 counter/models.py:38
1
msgid
"end date"
msgstr
"date de fin"
...
...
@@ -103,7 +103,7 @@ msgid "club account"
msgstr
"compte club"
#: accounting/models.py:144 accounting/models.py:190 counter/models.py:28
#: counter/models.py:23
6
#: counter/models.py:23
4
msgid
"amount"
msgstr
"montant"
...
...
@@ -124,16 +124,16 @@ msgid "journal"
msgstr
"classeur"
#: accounting/models.py:191 core/models.py:498 core/models.py:776
#: counter/models.py:23
9 counter/models.py:282 counter/models.py:398
#: counter/models.py:23
7 counter/models.py:280 counter/models.py:397
#: eboutic/models.py:15 eboutic/models.py:48
msgid
"date"
msgstr
"date"
#: accounting/models.py:192 counter/models.py:39
9
#: accounting/models.py:192 counter/models.py:39
8
msgid
"comment"
msgstr
"commentaire"
#: accounting/models.py:193 counter/models.py:2
40 counter/models.py:283
#: accounting/models.py:193 counter/models.py:2
38 counter/models.py:281
#: subscription/models.py:57
msgid
"payment method"
msgstr
"méthode de paiement"
...
...
@@ -159,7 +159,7 @@ msgid "accounting type"
msgstr
"type comptable"
#: accounting/models.py:202 accounting/models.py:296 accounting/models.py:322
#: accounting/models.py:345 counter/models.py:27
4
#: accounting/models.py:345 counter/models.py:27
2
msgid
"label"
msgstr
"intitulé"
...
...
@@ -232,7 +232,7 @@ msgstr ""
"Vous devez fournir soit un type comptable simplifié ou un type comptable "
"standard"
#: accounting/models.py:291 counter/models.py:
101
#: accounting/models.py:291 counter/models.py:
99
msgid
"code"
msgstr
"code"
...
...
@@ -590,7 +590,7 @@ msgstr "Vous ne pouvez pas faire de boucles dans les clubs"
msgid
"A club with that unix_name already exists"
msgstr
"Un club avec ce nom UNIX existe déjà."
#: club/models.py:144 counter/models.py:37
9 counter/models.py:396
#: club/models.py:144 counter/models.py:37
8 counter/models.py:395
#: eboutic/models.py:14 eboutic/models.py:47 launderette/models.py:89
#: launderette/models.py:126
msgid
"user"
...
...
@@ -600,8 +600,8 @@ msgstr "nom d'utilisateur"
msgid
"role"
msgstr
"rôle"
#: club/models.py:150 core/models.py:33 counter/models.py:7
3
#: counter/models.py:9
8
#: club/models.py:150 core/models.py:33 counter/models.py:7
1
#: counter/models.py:9
6
msgid
"description"
msgstr
"description"
...
...
@@ -1979,67 +1979,67 @@ msgstr "clients"
msgid
"Not enough money"
msgstr
"Solde insuffisant"
#: counter/models.py:7
7 counter/models.py:99
#: counter/models.py:7
5 counter/models.py:97
msgid
"product type"
msgstr
"type du produit"
#: counter/models.py:10
2
#: counter/models.py:10
0
msgid
"purchase price"
msgstr
"prix d'achat"
#: counter/models.py:10
3
#: counter/models.py:10
1
msgid
"selling price"
msgstr
"prix de vente"
#: counter/models.py:10
4
#: counter/models.py:10
2
msgid
"special selling price"
msgstr
"prix de vente spécial"
#: counter/models.py:10
5
#: counter/models.py:10
3
msgid
"icon"
msgstr
"icône"
#: counter/models.py:10
7
#: counter/models.py:10
5
msgid
"limit age"
msgstr
"âge limite"
#: counter/models.py:10
8
#: counter/models.py:10
6
msgid
"tray price"
msgstr
"prix plateau"
#: counter/models.py:10
9
#: counter/models.py:10
7
msgid
"parent product"
msgstr
"produit parent"
#: counter/models.py:1
11
#: counter/models.py:1
09
msgid
"buying groups"
msgstr
"groupe d'achat"
#: counter/models.py:11
2
#: counter/models.py:11
0
msgid
"archived"
msgstr
"archivé"
#: counter/models.py:11
5 counter/models.py:479
#: counter/models.py:11
3 counter/models.py:478
msgid
"product"
msgstr
"produit"
#: counter/models.py:13
4
#: counter/models.py:13
2
msgid
"products"
msgstr
"produits"
#: counter/models.py:13
5
#: counter/models.py:13
3
msgid
"counter type"
msgstr
"type de comptoir"
#: counter/models.py:13
7
#: counter/models.py:13
5
msgid
"Bar"
msgstr
"Bar"
#: counter/models.py:13
7
#: counter/models.py:13
5
msgid
"Office"
msgstr
"Bureau"
#: counter/models.py:13
7
counter/templates/counter/counter_list.jinja:11
#: counter/models.py:13
5
counter/templates/counter/counter_list.jinja:11
#: eboutic/templates/eboutic/eboutic_main.jinja:4
#: eboutic/templates/eboutic/eboutic_main.jinja:24
#: eboutic/templates/eboutic/eboutic_makecommand.jinja:8
...
...
@@ -2048,58 +2048,62 @@ msgstr "Bureau"
msgid
"Eboutic"
msgstr
"Eboutic"
#: counter/models.py:13
8
#: counter/models.py:13
6
msgid
"sellers"
msgstr
"vendeurs"
#: counter/models.py:1
41
launderette/models.py:125
#: counter/models.py:1
39
launderette/models.py:125
msgid
"token"
msgstr
"jeton"
#: counter/models.py:14
4 counter/models.py:380 counter/models.py:397
#: counter/models.py:14
2 counter/models.py:379 counter/models.py:396
#: launderette/models.py:16
msgid
"counter"
msgstr
"comptoir"
#: counter/models.py:24
2
#: counter/models.py:24
0
msgid
"bank"
msgstr
"banque"
#: counter/models.py:24
4 counter/models.py:285
#: counter/models.py:24
2 counter/models.py:283
msgid
"is validated"
msgstr
"est validé"
#: counter/models.py:24
7
#: counter/models.py:24
5
msgid
"refilling"
msgstr
"rechargement"
#: counter/models.py:27
8
eboutic/models.py:103
#: counter/models.py:27
6
eboutic/models.py:103
msgid
"unit price"
msgstr
"prix unitaire"
#: counter/models.py:27
9 counter/models.py:469
eboutic/models.py:104
#: counter/models.py:27
7 counter/models.py:468
eboutic/models.py:104
msgid
"quantity"
msgstr
"quantité"
#: counter/models.py:28
4
#: counter/models.py:28
2
msgid
"Sith account"
msgstr
"Compte utilisateur"
#: counter/models.py:28
4
sith/settings.py:283 sith/settings.py:288
#: counter/models.py:28
2
sith/settings.py:283 sith/settings.py:288
#: sith/settings.py:310
msgid
"Credit card"
msgstr
"Carte bancaire"
#: counter/models.py:28
8
#: counter/models.py:28
6
msgid
"selling"
msgstr
"vente"
#: counter/models.py:306
#: counter/models.py:304
msgid
"Unknown event"
msgstr
"Évènement inconnu"
#: counter/models.py:305
#, python-format
msgid
"Eticket bought for the event %(event)s"
msgstr
"Achat d'eticket pour l'évènement %(event)s"
#: counter/models.py:30
8 counter/models.py:320
#: counter/models.py:30
7 counter/models.py:319
#, python-format
msgid
""
"You bought an eticket for the event %(event)s.
\n
"
...
...
@@ -2107,53 +2111,52 @@ msgid ""
msgstr
""
"Vous avez acheté un eticket pour l'évènement %(event)s.
\n
"
"Vous pouvez le télécharger en visitant cette page %(url)s"
""
#: counter/models.py:38
3
#: counter/models.py:38
2
msgid
"last activity date"
msgstr
"dernière activité"
#: counter/models.py:38
6
#: counter/models.py:38
5
msgid
"permanency"
msgstr
"permanence"
#: counter/models.py:
400
#: counter/models.py:
399
msgid
"emptied"
msgstr
"coffre vidée"
#: counter/models.py:40
3
#: counter/models.py:40
2
msgid
"cash register summary"
msgstr
"relevé de caisse"
#: counter/models.py:46
7
#: counter/models.py:46
6
msgid
"cash summary"
msgstr
"relevé"
#: counter/models.py:46
8
#: counter/models.py:46
7
msgid
"value"
msgstr
"valeur"
#: counter/models.py:4
70
#: counter/models.py:4
69
msgid
"check"
msgstr
"chèque"
#: counter/models.py:47
3
#: counter/models.py:47
2
msgid
"cash register summary item"
msgstr
"élément de relevé de caisse"
#: counter/models.py:4
80
#: counter/models.py:4
79
msgid
"banner"
msgstr
"bannière"
#: counter/models.py:48
1
#: counter/models.py:48
0
msgid
"event date"
msgstr
"date de l'événement"
#: counter/models.py:48
2
#: counter/models.py:48
1
msgid
"event title"
msgstr
"titre de l'événement"
#: counter/models.py:48
3
#: counter/models.py:48
2
msgid
"secret"
msgstr
"secret"
...
...
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