summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/strings.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/strings.php b/core/strings.php
new file mode 100644
index 00000000000..6fe1cfd5367
--- /dev/null
+++ b/core/strings.php
@@ -0,0 +1,9 @@
+<?php
+
+//some strings that are used in /lib but wont be translatable unless they are in /core to
+$l=new OC_L10N('core');
+$l->t("Users");
+$l->t("Apps");
+$l->t("Help");
+$l->t("Personal");
+?> \ No newline at end of file