diff options
| author | cedricnjanga | 2018-03-27 23:42:45 -0700 |
|---|---|---|
| committer | cedricnjanga | 2018-03-29 11:13:24 -0700 |
| commit | d042cff3e762b130b3761158577a707f58a28340 (patch) | |
| tree | f1b0aafe0ae7bd2a49e3ebfc5f12016bf30de9cc | |
| parent | 515c1c033105b6bd5ace6cb32fe9bec5f4573cd8 (diff) | |
| download | chouette-core-d042cff3e762b130b3761158577a707f58a28340.tar.bz2 | |
Refs #6156 Add will paginate for VJ
| -rw-r--r-- | config/locales/will_paginate.en.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/will_paginate.en.yml b/config/locales/will_paginate.en.yml index 29b8fe2bf..8f3189675 100644 --- a/config/locales/will_paginate.en.yml +++ b/config/locales/will_paginate.en.yml @@ -32,11 +32,11 @@ en: single_page: zero: "No item found" one: "1 %{model} shown" - other: "%{model} 1 to %{count} of %{count}" + other: "%{model} 1 to %{count} out of %{count}" single_page_html: zero: "No item found" one: "1 %{model} shown" - other: "%{model} 1 to %{count} of %{count}" + other: "%{model} 1 to %{count} out of %{count}" - multi_page: "%{model} %{from} to %{to} of %{count}" - multi_page_html: "%{model} %{from} to %{to} of %{count}" + multi_page: "%{model} list %{from} to %{to} out of %{count}" + multi_page_html: "%{model} list %{from} to %{to} out of %{count}" |
