@@ -41,16 +41,16 @@ class DeleteService(tables.DeleteAction):
41
41
@staticmethod
42
42
def action_present (count ):
43
43
return ngettext_lazy (
44
- u "Delete Service" ,
45
- u "Delete Services" ,
44
+ "Delete Service" ,
45
+ "Delete Services" ,
46
46
count
47
47
)
48
48
49
49
@staticmethod
50
50
def action_past (count ):
51
51
return ngettext_lazy (
52
- u "Deleted Service" ,
53
- u "Deleted Services" ,
52
+ "Deleted Service" ,
53
+ "Deleted Services" ,
54
54
count
55
55
)
56
56
@@ -103,16 +103,16 @@ class DeleteGroup(tables.DeleteAction):
103
103
@staticmethod
104
104
def action_present (count ):
105
105
return ngettext_lazy (
106
- u "Delete Group" ,
107
- u "Delete Groups" ,
106
+ "Delete Group" ,
107
+ "Delete Groups" ,
108
108
count
109
109
)
110
110
111
111
@staticmethod
112
112
def action_past (count ):
113
113
return ngettext_lazy (
114
- u "Deleted Group" ,
115
- u "Deleted Groups" ,
114
+ "Deleted Group" ,
115
+ "Deleted Groups" ,
116
116
count
117
117
)
118
118
@@ -190,16 +190,16 @@ class DeleteServiceThreshold(tables.DeleteAction):
190
190
@staticmethod
191
191
def action_present (count ):
192
192
return ngettext_lazy (
193
- u "Delete Service Threshold" ,
194
- u "Delete Service Thresholds" ,
193
+ "Delete Service Threshold" ,
194
+ "Delete Service Thresholds" ,
195
195
count
196
196
)
197
197
198
198
@staticmethod
199
199
def action_past (count ):
200
200
return ngettext_lazy (
201
- u "Deleted Service Threshold" ,
202
- u "Deleted Service Thresholds" ,
201
+ "Deleted Service Threshold" ,
202
+ "Deleted Service Thresholds" ,
203
203
count
204
204
)
205
205
@@ -217,16 +217,16 @@ class DeleteFieldThreshold(tables.DeleteAction):
217
217
@staticmethod
218
218
def action_present (count ):
219
219
return ngettext_lazy (
220
- u "Delete Field Threshold" ,
221
- u "Delete Field Thresholds" ,
220
+ "Delete Field Threshold" ,
221
+ "Delete Field Thresholds" ,
222
222
count
223
223
)
224
224
225
225
@staticmethod
226
226
def action_past (count ):
227
227
return ngettext_lazy (
228
- u "Deleted Field Threshold" ,
229
- u "Deleted Field Thresholds" ,
228
+ "Deleted Field Threshold" ,
229
+ "Deleted Field Thresholds" ,
230
230
count
231
231
)
232
232
@@ -357,16 +357,16 @@ class DeleteField(tables.DeleteAction):
357
357
@staticmethod
358
358
def action_present (count ):
359
359
return ngettext_lazy (
360
- u "Delete Field" ,
361
- u "Delete Fields" ,
360
+ "Delete Field" ,
361
+ "Delete Fields" ,
362
362
count
363
363
)
364
364
365
365
@staticmethod
366
366
def action_past (count ):
367
367
return ngettext_lazy (
368
- u "Deleted Field" ,
369
- u "Deleted Fields" ,
368
+ "Deleted Field" ,
369
+ "Deleted Fields" ,
370
370
count
371
371
)
372
372
@@ -429,16 +429,16 @@ class DeleteMapping(tables.DeleteAction):
429
429
@staticmethod
430
430
def action_present (count ):
431
431
return ngettext_lazy (
432
- u "Delete Mapping" ,
433
- u "Delete Mappings" ,
432
+ "Delete Mapping" ,
433
+ "Delete Mappings" ,
434
434
count
435
435
)
436
436
437
437
@staticmethod
438
438
def action_past (count ):
439
439
return ngettext_lazy (
440
- u "Deleted Mapping" ,
441
- u "Deleted Mappings" ,
440
+ "Deleted Mapping" ,
441
+ "Deleted Mappings" ,
442
442
count
443
443
)
444
444
0 commit comments