diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-04-08 13:11:07 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-04-09 08:30:48 +0200 |
commit | e1ae0d1a6ea79cadabfb706aba69ed8b978c7722 (patch) | |
tree | 8558629341a150d6f0fff6540067f250045177c4 /core/src | |
parent | 0cdc671484232ef23b2d77dacaf07a5cb06719b0 (diff) | |
download | nextcloud-server-e1ae0d1a6ea79cadabfb706aba69ed8b978c7722.tar.gz nextcloud-server-e1ae0d1a6ea79cadabfb706aba69ed8b978c7722.zip |
Rename collections to projects
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/OCP/collaboration.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/core/src/OCP/collaboration.js b/core/src/OCP/collaboration.js index c56dea12047..394e1d34512 100644 --- a/core/src/OCP/collaboration.js +++ b/core/src/OCP/collaboration.js @@ -34,13 +34,15 @@ let types = {}; /** * Those translations will be used by the vue component but they should be shipped with the server - * t('core', 'Add to a collection') + * t('core', 'Add to a project') * t('core', 'Show details') * t('core', 'Hide details') - * t('core', 'Rename collection') - * t('core', 'Failed to rename collection') - * t('core', 'Failed to create collection') - * t('core', 'Failed to add resource to collection') + * t('core', 'Rename project') + * t('core', 'Failed to rename the project') + * t('core', 'Failed to create a project') + * t('core', 'Failed to add the item to the project') + * t('core', 'Connect items to a project to make them easier to find') + * t('core', 'Type to search for existing projects') */ export default { |