1<?php 2/** 3 * English language file for plugin owncloud 4 * 5 */ 6 7$lang['emptyFolder'] = 'empty folder'; 8$lang['filelistHeader'] = 'Content of'; 9$lang['filelistName'] = 'Name'; 10$lang['filelistAuthor'] = 'Authors'; 11$lang['filelistDate'] = 'Date'; 12$lang['filelistSize'] = 'Size'; 13$lang['historyVersion'] = 'Version from'; 14$lang['versions'] = 'versions'; 15$lang['version'] = 'version'; 16$lang['historyComment'] = 'Description'; 17$lang['historyAuthor'] = 'By'; 18$lang['path'] = 'Path'; 19$lang['compare'] = 'Compare Versions of this file in mediamanager?'; 20$lang['noVersion'] = 'No versions.'; 21$lang['download'] = 'Download this file.'; 22$lang['mediamanager_info'] = '<strong>Note:</strong> You can compare the different versions of this file in mediamanager and restore older versions.'; 23$lang['mediaUsedIn'] = 'This file is used on the following pages:'; 24$lang['parentFolder'] = 'show parent folder'; 25$lang['enlarge'] = 'Enlarge'; 26$lang['source'] = 'Source'; 27$lang['filesOnThisSide'] = 'Used Images and files'; 28$lang['nothingfound'] = 'Nothing found'; 29$lang['showfileinfo'] = 'Show/hide authors and further file informations.'; 30$lang['movedfrom'] = 'moved from'; 31$lang['noUsage'] = 'This file is used on any page.'; 32$lang['owncloudNotInstalled'] = 'ownCloud is not configured yet. Please finish the installation.'; 33