diff options
| author | Zog | 2018-01-12 11:31:14 +0100 |
|---|---|---|
| committer | Zog | 2018-01-12 11:31:14 +0100 |
| commit | 87841876b7fa2fdc9cee77cc465fa6e8db9fc417 (patch) | |
| tree | a40cea5d71b554f1398c966dd34b6b5db447d789 /config | |
| parent | 216821cbc5410a1377dd57b09ee2753aee13e37c (diff) | |
| download | chouette-core-87841876b7fa2fdc9cee77cc465fa6e8db9fc417.tar.bz2 | |
Refs #5571 @0.25h; Let the user select the number of items per page5571-remove-pagination-on-referential-vjs-index
on ReferentialVehicleJourneys#index
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/simple_form.en.yml | 1 | ||||
| -rw-r--r-- | config/locales/simple_form.fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index ad722312e..ed4ad2e95 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -1,5 +1,6 @@ en: simple_form: + "per_page": "Per page: " "yes": 'Yes' "no": 'No' from: 'From' diff --git a/config/locales/simple_form.fr.yml b/config/locales/simple_form.fr.yml index cd5dd1fbe..a1868eef7 100644 --- a/config/locales/simple_form.fr.yml +++ b/config/locales/simple_form.fr.yml @@ -1,5 +1,6 @@ fr: simple_form: + "per_page": "Afficher par: " "yes": 'Oui' "no": 'Non' from: 'Du' |
