-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
- Loading branch information
1 parent
a75745b
commit 7b63fbb
Showing
2 changed files
with
84 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,43 @@ | ||
OC.L10N.register( | ||
"groupfolders", | ||
{ | ||
"Group folders" : "Group folders", | ||
"Admin configured folders shared with everyone in a group" : "Admin configured folders shared with everyone in a group", | ||
"Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported.", | ||
"Denied" : "Denied", | ||
"Access denied" : "Access denied", | ||
"Allowed" : "Allowed", | ||
"Access allowed" : "Access allowed", | ||
"Inherit permission" : "Inherit permission", | ||
"Deny" : "Deny", | ||
"Allow" : "Allow", | ||
"Denied (Inherited permission)" : "Denied (Inherited permission)", | ||
"Allowed (Inherited permission)" : "Allowed (Inherited permission)", | ||
"Group folder" : "Group folder", | ||
"Read" : "Read", | ||
"Write" : "Write", | ||
"Create" : "Create", | ||
"Delete" : "Delete", | ||
"Share" : "Share", | ||
"You" : "You", | ||
"Remove access rule" : "Remove access rule", | ||
"Add advanced permission rule" : "Add advanced permission rule", | ||
"Select a user or group" : "Select a user or group", | ||
"Group" : "Group", | ||
"Open group folder" : "Open group folder", | ||
"List of group folders." : "List of group folders.", | ||
"No group folders yet" : "No group folders yet", | ||
"Group folders will show up here" : "Group folders will show up here", | ||
"Add group" : "Add group", | ||
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone", | ||
"Delete \"{folderName}\"?" : "Delete \"{folderName}\"?", | ||
"Group folder admin delegation" : "Group folder admin delegation", | ||
"They will have access to all Groupfolders." : "They will have access to all Groupfolders.", | ||
"They will only have access to group folders for which they have advanced permissions." : "They will only have access to group folders for which they have advanced permissions.", | ||
"Group or circle" : "Group or circle", | ||
"Folder name" : "Folder name", | ||
"Quota" : "Quota", | ||
"Advanced Permissions" : "Advanced Permissions", | ||
"Groups" : "Groups" | ||
}, | ||
"nplurals=2; plural=(n!=1);"); |
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,41 @@ | ||
{ "translations": { | ||
"Group folders" : "Group folders", | ||
"Admin configured folders shared with everyone in a group" : "Admin configured folders shared with everyone in a group", | ||
"Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported.", | ||
"Denied" : "Denied", | ||
"Access denied" : "Access denied", | ||
"Allowed" : "Allowed", | ||
"Access allowed" : "Access allowed", | ||
"Inherit permission" : "Inherit permission", | ||
"Deny" : "Deny", | ||
"Allow" : "Allow", | ||
"Denied (Inherited permission)" : "Denied (Inherited permission)", | ||
"Allowed (Inherited permission)" : "Allowed (Inherited permission)", | ||
"Group folder" : "Group folder", | ||
"Read" : "Read", | ||
"Write" : "Write", | ||
"Create" : "Create", | ||
"Delete" : "Delete", | ||
"Share" : "Share", | ||
"You" : "You", | ||
"Remove access rule" : "Remove access rule", | ||
"Add advanced permission rule" : "Add advanced permission rule", | ||
"Select a user or group" : "Select a user or group", | ||
"Group" : "Group", | ||
"Open group folder" : "Open group folder", | ||
"List of group folders." : "List of group folders.", | ||
"No group folders yet" : "No group folders yet", | ||
"Group folders will show up here" : "Group folders will show up here", | ||
"Add group" : "Add group", | ||
"Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone", | ||
"Delete \"{folderName}\"?" : "Delete \"{folderName}\"?", | ||
"Group folder admin delegation" : "Group folder admin delegation", | ||
"They will have access to all Groupfolders." : "They will have access to all Groupfolders.", | ||
"They will only have access to group folders for which they have advanced permissions." : "They will only have access to group folders for which they have advanced permissions.", | ||
"Group or circle" : "Group or circle", | ||
"Folder name" : "Folder name", | ||
"Quota" : "Quota", | ||
"Advanced Permissions" : "Advanced Permissions", | ||
"Groups" : "Groups" | ||
},"pluralForm" :"nplurals=2; plural=(n!=1);" | ||
} |