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