make entries in settings navigation translatable

This commit is contained in:
Robin Appelman 2011-08-18 15:31:26 +02:00
parent 2ee9e80afe
commit 31bcb2bd92
1 changed files with 9 additions and 0 deletions

9
core/strings.php Normal file
View File

@ -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");
?>