|
Lines 45-57
Link Here
|
| 45 |
[% CASE 'error_on_update' %] |
45 |
[% CASE 'error_on_update' %] |
| 46 |
An error occurred when updating this city. Perhaps it already exists. |
46 |
An error occurred when updating this city. Perhaps it already exists. |
| 47 |
[% CASE 'error_on_insert' %] |
47 |
[% CASE 'error_on_insert' %] |
| 48 |
An error occurred when inserting this city. The city id might already exist. |
48 |
An error occurred when adding this city. The city id might already exist. |
| 49 |
[% CASE 'error_on_delete' %] |
49 |
[% CASE 'error_on_delete' %] |
| 50 |
An error occurred when deleting this city. Check the logs. |
50 |
An error occurred when deleting this city. Check the logs. |
| 51 |
[% CASE 'success_on_update' %] |
51 |
[% CASE 'success_on_update' %] |
| 52 |
City updated successfully. |
52 |
City updated successfully. |
| 53 |
[% CASE 'success_on_insert' %] |
53 |
[% CASE 'success_on_insert' %] |
| 54 |
City inserted successfully. |
54 |
City added successfully. |
| 55 |
[% CASE 'success_on_delete' %] |
55 |
[% CASE 'success_on_delete' %] |
| 56 |
City deleted successfully. |
56 |
City deleted successfully. |
| 57 |
[% CASE 'already_exists' %] |
57 |
[% CASE 'already_exists' %] |
| 58 |
- |
|
|