blob: 7155bb63e04b6fc39e4f867c27e5acf0e3616113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
# Ishtar po translation.
# Copyright (C) 2010-2011
# This file is distributed under the same license as the Ishtar package.
# Étienne Loks <etienne.loks at peacefrogs net>, 2010-2011.
# Valérie-Emma Leroux <emma@iggdrasil.net>, 2016. #zanata
msgid ""
msgstr ""
#: forms.py:34 forms.py:97 models.py:47 models.py:87
msgid "Warehouse"
msgstr ""
#: forms.py:43 models.py:38
msgid "Name"
msgstr ""
#: forms.py:45 models.py:30 models.py:40
msgid "Warehouse type"
msgstr ""
#: forms.py:48 models.py:43
msgid "Person in charge"
msgstr ""
#: forms.py:54 forms.py:102 models.py:44 models.py:91
msgid "Comment"
msgstr ""
#: forms.py:56
msgid "Address"
msgstr ""
#: forms.py:58
msgid "Address complement"
msgstr ""
#: forms.py:60
msgid "Postal code"
msgstr ""
#: forms.py:62 forms.py:66
msgid "Town"
msgstr ""
#: forms.py:63
msgid "Country"
msgstr ""
#: forms.py:65
msgid "Phone"
msgstr ""
#: forms.py:93 models.py:94
msgid "Container"
msgstr ""
#: forms.py:94 forms.py:129 models.py:66
msgid "Ref."
msgstr ""
#: forms.py:95 forms.py:128 models.py:69 models.py:89
msgid "Container type"
msgstr ""
#: forms.py:139
msgid "Container search"
msgstr ""
#: forms.py:141
msgid "You should select a container."
msgstr ""
#: forms.py:142
msgid "Add a new container"
msgstr ""
#: forms.py:146 ishtar_menu.py:33 views.py:87
msgid "Packaging"
msgstr ""
#: forms.py:153
msgid "Packager"
msgstr ""
#: forms.py:159
msgid "Date"
msgstr ""
#: forms.py:168
msgid "Packaged finds"
msgstr ""
#: ishtar_menu.py:30
msgid "Find"
msgstr ""
#: models.py:31
msgid "Warehouse types"
msgstr ""
#: models.py:48
msgid "Warehouses"
msgstr ""
#: models.py:50
msgid "Can view all Warehouses"
msgstr ""
#: models.py:51
msgid "Can view own Warehouse"
msgstr ""
#: models.py:52
msgid "Can add own Warehouse"
msgstr ""
#: models.py:53
msgid "Can change own Warehouse"
msgstr ""
#: models.py:54
msgid "Can delete own Warehouse"
msgstr ""
#: models.py:62
msgid "Length (mm)"
msgstr ""
#: models.py:63
msgid "Width (mm)"
msgstr ""
#: models.py:64
msgid "Height (mm)"
msgstr ""
#: models.py:65
msgid "Volume (l)"
msgstr ""
#: models.py:70
msgid "Container types"
msgstr ""
#: models.py:90
msgid "Container ref."
msgstr ""
#: models.py:95
msgid "Containers"
msgstr ""
|