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

Commit 7c0cdba

Browse files
committed
Fix various uploader issues DnD, styling, and implement upload from Welcome page with a workspace picker. Expand Drop zone to whole desktop in workspace.
1 parent ef01617 commit 7c0cdba

File tree

21 files changed

+206
-1133
lines changed

21 files changed

+206
-1133
lines changed

core/src/plugins/access.ajxp_home/res/i18n/ca.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@
9393
"75"=> "Search all files...",
9494
"76" => "Access the %1 through the top-right menu",
9595
"77" => "admin dashboard",
96+
"78" => "Pick a target workspace",
9697
);

core/src/plugins/access.ajxp_home/res/i18n/de.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@
9090
"75"=> "Search all files...",
9191
"76" => "Access the %1 through the top-right menu",
9292
"77" => "admin dashboard",
93+
"78" => "Pick a target workspace",
9394
);

core/src/plugins/access.ajxp_home/res/i18n/en.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@
9090
"75"=> "Search all files...",
9191
"76" => "Access the %1 through the top-right menu",
9292
"77" => "admin dashboard",
93+
"78" => "Pick a target workspace",
9394
);

core/src/plugins/access.ajxp_home/res/i18n/es.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@
9494
"75"=> "Search all files...",
9595
"76" => "Access the %1 through the top-right menu",
9696
"77" => "admin dashboard",
97+
"78" => "Pick a target workspace",
9798
);

core/src/plugins/access.ajxp_home/res/i18n/fr.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@
8989
"75"=> "Chercher dans tous les fichiers...",
9090
"76" => "Utilisez le menu en haut à droite pour acceder au %1.",
9191
"77" => "panneau d'administration",
92+
"78" => "Sélectionnez un workspace",
9293
);

core/src/plugins/access.ajxp_home/res/i18n/hu.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,5 @@
9393
"75"=> "Search all files...",
9494
"76" => "Access the %1 through the top-right menu",
9595
"77" => "admin dashboard",
96+
"78" => "Pick a target workspace",
9697
);

core/src/plugins/access.ajxp_home/res/i18n/it.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@
9090
"75"=> "Search all files...",
9191
"76" => "Access the %1 through the top-right menu",
9292
"77" => "admin dashboard",
93+
"78" => "Pick a target workspace",
9394
);

core/src/plugins/access.ajxp_home/res/i18n/nl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@
9090
"75"=> "Search all files...",
9191
"76" => "Access the %1 through the top-right menu",
9292
"77" => "admin dashboard",
93+
"78" => "Pick a target workspace",
9394
);
9495

core/src/plugins/access.ajxp_home/res/i18n/pt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@
9090
"75"=> "Search all files...",
9191
"76" => "Access the %1 through the top-right menu",
9292
"77" => "admin dashboard",
93+
"78" => "Pick a target workspace",
9394
);

core/src/plugins/access.ajxp_home/res/i18n/ru.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@
9090
"75"=> "Search all files...",
9191
"76" => "Access the %1 through the top-right menu",
9292
"77" => "admin dashboard",
93+
"78" => "Pick a target workspace",
9394
);

0 commit comments

Comments
 (0)