-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Oct 10, 2023
1 parent
fb4a967
commit 1c1a402
Showing
6 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'Folder ID' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'Description' => '', | ||
'Parent Folder ID' => '', | ||
'Title' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.' => '', | ||
]; |