diff --git a/core/src/conf/bootstrap_repositories.php b/core/src/conf/bootstrap_repositories.php index 7443601897..7e6d9326d0 100644 --- a/core/src/conf/bootstrap_repositories.php +++ b/core/src/conf/bootstrap_repositories.php @@ -129,6 +129,17 @@ ) ); +$REPOSITORIES["inbox"] = array( + "DISPLAY" => "Inbox", + "DISPLAY_ID" => "inbox_driver.12", + "DESCRIPTION_ID" => "inbox_driver.13", + "AJXP_SLUG" => "inbox", + "DRIVER" => "inbox", + "DRIVER_OPTIONS" => array( + "DEFAULT_RIGHTS" => "r" + ) +); + // ADMIN REPOSITORY $REPOSITORIES["ajxp_conf"] = array( "DISPLAY" => "Settings", diff --git a/core/src/plugins/access.inbox/res/i18n/en.php b/core/src/plugins/access.inbox/res/i18n/en.php index a31052c113..834ce5a5b6 100644 --- a/core/src/plugins/access.inbox/res/i18n/en.php +++ b/core/src/plugins/access.inbox/res/i18n/en.php @@ -13,5 +13,7 @@ "8" => "Quick Filtering", "9" => "By file name", "10" => "By Type", - "11" => "Clear" + "11" => "Clear", + "12" => "Shared Files", + "13" => "Files shared with me by other users" ); \ No newline at end of file diff --git a/core/src/plugins/access.inbox/res/i18n/fr.php b/core/src/plugins/access.inbox/res/i18n/fr.php index 9301ae4899..274839e845 100644 --- a/core/src/plugins/access.inbox/res/i18n/fr.php +++ b/core/src/plugins/access.inbox/res/i18n/fr.php @@ -13,5 +13,7 @@ "8" => "Filtrage rapide", "9" => "Par nom de fichier", "10" => "Par type", - "11" => "Vider" + "11" => "Vider", + "12" => "Fichiers Partagés", + "13" => "Les fichiers partagés avec moi par d'autres utilisateurs" ); \ No newline at end of file