Skip to content
Snippets Groups Projects
Commit 31bcb2bd authored by Robin Appelman's avatar Robin Appelman
Browse files

make entries in settings navigation translatable

parent 2ee9e80a
No related branches found
No related tags found
No related merge requests found
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment