Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Oct 10, 2023
1 parent fb4a967 commit 1c1a402
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 0 deletions.
100 changes: 100 additions & 0 deletions messages/eu/base.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<?php

return [
'%filename% has invalid extension and was skipped.' => '',
'/ (root)' => '',
'<strong>Confirm</strong> delete file' => '',
'<strong>Create</strong> folder' => '',
'<strong>Edit</strong> file' => '',
'<strong>Edit</strong> folder' => '',
'<strong>File</strong> download url' => '',
'<strong>File</strong> url' => '',
'<strong>File</strong> versions' => '',
'<strong>Files</strong> module configuration' => '',
'<strong>Folder</strong> url' => '',
'<strong>Move</strong> files' => '',
'A file with that name already exists in this folder.' => '',
'Actions' => '',
'Add directory' => '',
'Add file(s)' => '',
'Adds files module to this space.' => '',
'Adds files module to your profile.' => '',
'An error occurred while creating folder {folder}.' => '',
'An error occurred while unpacking {filename}.' => '',
'Archive %filename% could not be extracted.' => '',
'Author' => '',
'Cannot edit non existing file.' => '',
'Close' => '',
'Could not find folder with id: %id%' => '',
'Could not move the item!' => '',
'Creator' => '',
'Delete' => '',
'Delete this version!' => '',
'Destination folder not found!' => '',
'Disable archive (ZIP) support' => '',
'Display Url' => '',
'Display a download count column' => '',
'Do you really want to delete this {number} item(s) with all subcontent?' => '',
'Download' => '',
'Download ZIP' => '',
'Downloads' => '',
'Edit' => '',
'Edit directory' => '',
'File' => '',
'File "{movedItemName}" has been moved into the folder "{targetFolderName}".' => '',
'File {fileName} has been reverted to version from {fileDateTime}' => '',
'Files' => '',
'Files from the stream' => '',
'Folder' => '',
'Folder "{movedItemName}" has been moved into the folder "{targetFolderName}".' => '',
'Folder should not start or end with blank space.' => '',
'Folder {name} can\'t be moved to itself!' => '',
'Folder {name} given folder is not editable!' => '',
'Import Zip' => '',
'Likes/Comments' => '',
'Make Private' => '',
'Make Public' => '',
'Move' => '',
'Move to another Space' => '',
'Moving to the same folder is not valid.' => '',
'Moving to this folder is invalid.' => '',
'Name' => '',
'No file found!' => '',
'Open' => '',
'Open file folder' => '',
'Opening archive failed with error code %code%.' => '',
'Please select a valid destination folder for %title%.' => '',
'Revert to this version' => '',
'Root' => '',
'Select what file version you want to switch.' => '',
'Selected items...' => '',
'Show Post' => '',
'Show older versions' => '',
'Size' => '',
'Size: {size}' => '',
'Some files could not be imported: ' => '',
'Some files could not be moved: ' => '',
'The root folder is the entry point that contains all available files.' => '',
'This file is only visible for you and your friends.' => '',
'This file is private.' => '',
'This file is protected.' => '',
'This file is public.' => '',
'This folder is empty.' => '',
'This folder is only visible for you and your friends.' => '',
'This folder is private.' => '',
'This folder is protected.' => '',
'This folder is public.' => '',
'Time' => '',
'Unfortunately you have no permission to upload/edit files.' => '',
'Updated' => '',
'Upload files or create a subfolder with the buttons on the top.' => '',
'Upload files to the stream to fill this folder.' => '',
'Versions' => '',
'Wrong moved item!' => '',
'Wrong target folder!' => '',
'You can find all files that have been posted to this stream here.' => '',
'You cannot move the file "{name}"!' => '',
'You cannot move the folder "{name}"!' => '',
'ZIP selected' => '',
'ZIP support is not enabled.' => '',
];
5 changes: 5 additions & 0 deletions messages/eu/models_File.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'Folder ID' => '',
];
8 changes: 8 additions & 0 deletions messages/eu/models_FileSystemItem.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'Downloads' => '',
'Hide in Stream' => '',
'Is Public' => '',
'Note: Changes of the folders visibility, will be inherited by all contained files and folders.' => '',
];
7 changes: 7 additions & 0 deletions messages/eu/models_Folder.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'Description' => '',
'Parent Folder ID' => '',
'Title' => '',
];
8 changes: 8 additions & 0 deletions messages/eu/permissions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

return [
'Add files' => '',
'Allows the user to modify or delete any files.' => '',
'Allows the user to upload new files and create folders' => '',
'Manage files' => '',
];
7 changes: 7 additions & 0 deletions messages/eu/user.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [
'Are you really sure to delete this version?' => '',
'The version "{versionDate}" could not be deleted!' => '',
'The version "{versionDate}" has been deleted.' => '',
];

0 comments on commit 1c1a402

Please sign in to comment.