Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add inbox repository by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 10, 2016
1 parent 3c459e9 commit 0ec672a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
11 changes: 11 additions & 0 deletions core/src/conf/bootstrap_repositories.php
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion core/src/plugins/access.inbox/res/i18n/en.php
Expand Up @@ -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"
);
4 changes: 3 additions & 1 deletion core/src/plugins/access.inbox/res/i18n/fr.php
Expand Up @@ -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"
);

0 comments on commit 0ec672a

Please sign in to comment.