Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-20 20:42:13 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-21 05:27:01 +0300
commit8367e4abebcf23a6be830db57193417d3efe20b5 (patch)
tree6b72e964e04ab09b3099e122ceba4136718f7609 /config/locales
parent1f9153b9a6a50251468a412653e8aa9288083f12 (diff)
Implement new UI for pagination
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/en.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index f6cfb5efd2a..cedb5e207bd 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -8,3 +8,7 @@ en:
wrong_size: "is the wrong size (should be %{file_size})"
size_too_small: "is too small (should be at least %{file_size})"
size_too_big: "is too big (should be at most %{file_size})"
+ views:
+ pagination:
+ previous: "Prev"
+ next: "Next"