Skip to content

Commit

Permalink
translation for "Hidden uploads" and move it between readonly and wri…
Browse files Browse the repository at this point in the history
…table shares
  • Loading branch information
ralfbecker committed Mar 26, 2020
1 parent 22f498d commit aa566e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Vfs/HiddenUploadSharing.php
Expand Up @@ -159,7 +159,7 @@ public static function get_actions($appname, $group = 6)
// Add in a hidden upload directory
$actions['share']['children']['shareUploadDir'] = array(
'caption' => 'Hidden uploads',
'group' => 1,
'group' => 2,
'order' => 30,
'enabled' => 'javaScript:app.filemanager.hidden_upload_enabled',
'onExecute' => 'javaScript:app.filemanager.share_link',
Expand Down
1 change: 1 addition & 0 deletions filemanager/lang/egw_de.lang
Expand Up @@ -172,6 +172,7 @@ go home filemanager de Gehe zum Heimverzeichnis
go to filemanager de Gehe zu
go to your home directory filemanager de Zu Ihrem Heimverzeichnis wechseln
go up filemanager de in das übergeordnete Verzeichnis wechseln
hidden uploads filemanager de Hochladen nicht einsehbar
id filemanager de ID
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the %1 data inserted. filemanager de Wenn Sie hier ein Verzeichnis angeben (vollständiger Pfad des virtuellen Dateisystems), zeigt %1 einen Befehl für jedes Dokument an. Dieser Befehl erlaubt es, das Dokument mit %1 Daten eingefügt herunterzuladen.
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. filemanager de Wenn Sie hier ein Dokument angeben (vollständiger Pfad des virtuellen Dateisystems), zeigt %1 ein zusätzliches Dokumentsymbol für jeden Eintrag an. Dieses Symbol erlaubt es, das Dokument mit eingefügten Daten herunterzuladen.
Expand Down
1 change: 1 addition & 0 deletions filemanager/lang/egw_en.lang
Expand Up @@ -172,6 +172,7 @@ go home filemanager en Go home
go to filemanager en Go to
go to your home directory filemanager en Go to your home directory
go up filemanager en Go up
hidden uploads filemanager en Hidden uploads
id filemanager en ID
if you specify a directory (full vfs path) here, %1 displays an action for each document. that action allows to download the specified document with the %1 data inserted. filemanager en If you specify a directory (full vfs path) here, %1 displays an action for each document. That action allows to download the specified document with the %1 data inserted.
if you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. that icon allows to download the specified document with the data inserted. filemanager en If you specify a document (full vfs path) here, %1 displays an extra document icon for each entry. That icon allows to download the specified document with the data inserted.
Expand Down

0 comments on commit aa566e1

Please sign in to comment.