<?php
/**
 * English language file for plugin owncloud
 *
 */

$lang['emptyFolder']              = 'empty folder';
$lang['filelistHeader']           = 'Content of';
$lang['filelistName']             = 'Name';
$lang['filelistAuthor']           = 'Authors';
$lang['filelistDate']             = 'Date';
$lang['filelistSize']             = 'Size';
$lang['historyVersion']           = 'Version from';
$lang['versions']                 = 'versions';
$lang['version']                  = 'version';
$lang['historyComment']           = 'Description';
$lang['historyAuthor']            = 'By';
$lang['path']                     = 'Path';	
$lang['compare']                  = 'Compare Versions of this file in mediamanager?';
$lang['noVersion']                = 'No versions.';
$lang['download']                 = 'Download this file.';
$lang['mediamanager_info']        = '<strong>Note:</strong> You can compare the different versions of this file in mediamanager and restore older versions.';
$lang['mediaUsedIn']              = 'This file is used on the following pages:';
$lang['parentFolder']             = 'show parent folder';
$lang['enlarge']                  = 'Enlarge';
$lang['source']                   = 'Source';
$lang['filesOnThisSide']          = 'Used Images and files';
$lang['nothingfound']             = 'Nothing found';
$lang['showfileinfo']             = 'Show/hide authors and further file informations.';
$lang['movedfrom']                = 'moved from';
$lang['noUsage']                  = 'This file is used on any page.';
$lang['owncloudNotInstalled']     = 'ownCloud is not configured yet. Please finish the installation.';
