File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11OC . L10N . register (
22 'nmcsharing' ,
33 {
4+ 'Show sharing options' : 'Freigabeoptionen anzeigen' ,
45 'Sharing' : 'Teilen' ,
56 'Add link' : 'Link erstellen' ,
67 'Add new link' : 'Neuen Link erstellen' ,
Original file line number Diff line number Diff line change 11{
22 "translations" : {
3+ "Show sharing options" : " Freigabeoptionen anzeigen" ,
34 "Sharing" : " Teilen" ,
45 "Manage shares" : " Freigaben verwalten" ,
56 "Add link" : " Link erstellen" ,
Original file line number Diff line number Diff line change 11{
22 "translations" : {
3+ "Show sharing options" : " Freigabeoptionen anzeigen" ,
34 "Sharing" : " Teilen" ,
45 "Manage shares" : " Zugriff verwalten" ,
56 "Add link" : " Link erstellen" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const action = new FileAction({
2121 } ,
2222
2323 title ( nodes ) {
24- return t ( 'files_sharing ' , 'Show sharing options' )
24+ return t ( 'nmcsharing ' , 'Show sharing options' )
2525 } ,
2626
2727 iconSvgInline ( ) {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const action = new FileAction({
88 } ,
99
1010 title ( nodes ) {
11- return t ( 'files_sharing ' , 'Show sharing options' )
11+ return t ( 'nmcsharing ' , 'Show sharing options' )
1212 } ,
1313
1414 iconSvgInline ( ) {
You can’t perform that action at this time.
0 commit comments