From 31bcb2bd92f7e8c6170eafc71966071d65a665d7 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Thu, 18 Aug 2011 15:31:26 +0200
Subject: [PATCH] make entries in settings navigation translatable

---
 core/strings.php | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 core/strings.php

diff --git a/core/strings.php b/core/strings.php
new file mode 100644
index 0000000000..6fe1cfd536
--- /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
-- 
GitLab