Rename "Shares overview" to "Shares"

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
このコミットが含まれているのは:
Morris Jobke 2018-07-16 16:26:39 +02:00
コミット 98cf2bab48
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: FE03C3A163FEDE68
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -93,7 +93,7 @@ if ($config->getAppValue('core', 'shareapi_enabled', 'yes') === 'yes') {
'appname' => 'files_sharing',
'script' => 'list.php',
'order' => 18,
'name' => $l->t('Share overview'),
'name' => $l->t('Shares'),
'classes' => 'collapsible',
'sublist' => $sharingSublistArray,
'expandedState' => 'show_sharing_menu'

ファイルの表示

@ -132,7 +132,7 @@ OCA.Sharing.App = {
);
this._extendFileList(this._overviewFileList);
this._overviewFileList.appName = t('files_sharing', 'Share overview');
this._overviewFileList.appName = t('files_sharing', 'Shares');
this._overviewFileList.$el.find('#emptycontent').html('<div class="icon-share"></div>' +
'<h2>' + t('files_sharing', 'No shares') + '</h2>' +
'<p>' + t('files_sharing', 'Shares will show up here') + '</p>');