aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/sub.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/en/sub.php')
-rw-r--r--app/i18n/en/sub.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php
new file mode 100644
index 000000000..e64b6ca4b
--- /dev/null
+++ b/app/i18n/en/sub.php
@@ -0,0 +1,10 @@
+<?php
+
+return array(
+ 'categories' => array(
+ 'over_max' => 'You have reached your limit of categories (%d)',
+ ),
+ 'feeds' => array(
+ 'over_max' => 'You have reached your limit of feeds (%d)',
+ ),
+);