diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 3597b031c1..6fe3d38e6b 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-14 16:34+0800\n" +"POT-Creation-Date: 2017-09-09 18:15+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -22,16 +22,16 @@ msgid "Name is too long (maximum is 64 characters)" msgstr "" #: seahub/api2/endpoints/account.py:187 seahub/forms.py:44 -#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:374 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:397 msgid "Name should not include '/'." msgstr "" #: seahub/api2/endpoints/account.py:195 -#: seahub/templates/sysadmin/userinfo.html:417 msgid "Login id can't be empty" msgstr "" #: seahub/api2/endpoints/account.py:199 +#: seahub/api2/endpoints/admin/users.py:328 #, python-format msgid "Login id %s already exists." msgstr "" @@ -54,37 +54,37 @@ msgid "Space quota is too low (minimum value is 0)" msgstr "" #: seahub/api2/endpoints/account.py:240 seahub/institutions/views.py:213 -#: seahub/views/sysadmin.py:724 +#: seahub/views/sysadmin.py:772 #, python-format msgid "Failed to set quota: maximum quota is %d MB" msgstr "" #: seahub/api2/endpoints/admin/default_library.py:31 #: seahub/api2/endpoints/admin/default_library.py:32 -#: seahub/views/__init__.py:672 seahub/views/__init__.py:673 -#: seahub/views/__init__.py:678 seahub/views/__init__.py:679 +#: seahub/views/__init__.py:685 seahub/views/__init__.py:686 +#: seahub/views/__init__.py:691 seahub/views/__init__.py:692 msgid "My Library" msgstr "" #: seahub/api2/endpoints/admin/groups.py:116 -#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/api2/endpoints/groups.py:155 seahub/api2/endpoints/groups.py:231 #: seahub/group/forms.py:36 msgid "" "Group name can only contain letters, numbers, blank, hyphen or underscore" msgstr "" #: seahub/api2/endpoints/admin/groups.py:121 -#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +#: seahub/api2/endpoints/groups.py:160 seahub/api2/endpoints/groups.py:236 msgid "There is already a group with that name." msgstr "" #: seahub/api2/endpoints/admin/groups.py:194 -#: seahub/api2/endpoints/groups.py:255 +#: seahub/api2/endpoints/groups.py:261 #, python-format msgid "User %s is already group owner." msgstr "" -#: seahub/api2/endpoints/admin/libraries.py:197 seahub/views/sysadmin.py:1700 +#: seahub/api2/endpoints/admin/libraries.py:197 seahub/views/sysadmin.py:1749 msgid "System library can not be deleted." msgstr "" @@ -103,55 +103,75 @@ msgstr "" msgid "must be an integer that is greater than or equal to 0." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:573 +#: seahub/api2/endpoints/copy_move_task.py:78 seahub/views/ajax.py:577 msgid "Invalid destination path" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:80 +#: seahub/api2/endpoints/copy_move_task.py:82 msgid "Destination path is too long." msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:658 +#: seahub/api2/endpoints/copy_move_task.py:128 seahub/views/ajax.py:662 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/api2/endpoints/copy_move_task.py:194 +#: seahub/api2/endpoints/copy_move_task.py:201 msgid "Cancel failed" msgstr "" -#: seahub/api2/endpoints/dir_shared_items.py:280 +#: seahub/api2/endpoints/dir_shared_items.py:325 msgid "username invalid." msgstr "" -#: seahub/api2/endpoints/dir_shared_items.py:289 +#: seahub/api2/endpoints/dir_shared_items.py:334 #, python-format msgid "User %s not found." msgstr "" -#: seahub/api2/endpoints/dir_shared_items.py:296 -#: seahub/api2/endpoints/dir_shared_items.py:382 +#: seahub/api2/endpoints/dir_shared_items.py:341 +#: seahub/api2/endpoints/dir_shared_items.py:456 #, python-format msgid "This item has been shared to %s." msgstr "" -#: seahub/api2/endpoints/file.py:409 seahub/views/file.py:1163 +#: seahub/api2/endpoints/file.py:418 seahub/views/file.py:1163 msgid "Check file lock error" msgstr "" -#: seahub/api2/endpoints/file.py:413 seahub/views/file.py:1166 +#: seahub/api2/endpoints/file.py:422 seahub/views/file.py:1166 msgid "File is locked" msgstr "" +#: seahub/api2/endpoints/file_tag.py:44 seahub/group/views.py:364 +#: seahub/views/__init__.py:1018 seahub/views/ajax.py:1076 +#: seahub/views/ajax.py:1080 seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "" + +#: seahub/api2/endpoints/file_tag.py:71 seahub/api2/endpoints/file_tag.py:84 +#: seahub/group/views.py:451 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/thumbnail/views.py:52 seahub/thumbnail/views.py:164 +#: seahub/views/ajax.py:222 seahub/views/ajax.py:753 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "" + +#: seahub/api2/endpoints/file_tag.py:124 seahub/api2/endpoints/file_tag.py:148 +#: seahub/api2/endpoints/file_tag.py:168 +#: seahub/api2/endpoints/revision_tag.py:55 +msgid "Tag can only contain letters, numbers, dot, hyphen or underscore." +msgstr "" + #: seahub/api2/endpoints/group_members.py:93 -#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1259 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1263 #, python-format msgid "User %s is already a group member." msgstr "" #: seahub/api2/endpoints/group_members.py:99 -#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1091 -#: seahub/views/ajax.py:1268 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1163 +#: seahub/views/ajax.py:1272 #, python-format msgid "User %s not found in organization." msgstr "" @@ -165,28 +185,31 @@ msgstr "" msgid "%s is already invited." msgstr "" -#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:639 +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:699 #, python-format msgid "User %s already exists." msgstr "" #: seahub/api2/endpoints/query_copy_move_progress.py:47 -#: seahub/templates/js/sysadmin-templates.html:241 +#: seahub/templates/js/sysadmin-templates.html:273 +#: seahub/templates/sysadmin/sys_statistic_file.html:97 +#: seahub/templates/sysadmin/sys_statistic_storage.html:97 +#: seahub/templates/sysadmin/sys_statistic_user.html:97 #: seahub/templates/view_shared_upload_link.html:81 msgid "Error" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2945 +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:3034 msgid "Wrong password" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2948 -#: seahub/views/__init__.py:472 seahub/views/ajax.py:621 -#: seahub/views/sysadmin.py:2047 +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:3037 +#: seahub/views/__init__.py:473 seahub/views/ajax.py:625 +#: seahub/views/sysadmin.py:2094 msgid "Internal server error" msgstr "" -#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2951 +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:3040 msgid "Decrypt library error" msgstr "" @@ -195,7 +218,8 @@ msgid "Wrong old password" msgstr "" #: seahub/api2/endpoints/send_share_link_email.py:32 -#: seahub/api2/endpoints/send_upload_link_email.py:31 seahub/share/views.py:131 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:131 msgid "" "Sending shared link failed. Email service is not properly configured, please " "contact administrator." @@ -205,21 +229,25 @@ msgstr "" msgid "file" msgstr "" -#: seahub/api2/endpoints/send_share_link_email.py:100 seahub/share/views.py:183 +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:183 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/api2/endpoints/send_share_link_email.py:102 seahub/share/views.py:189 +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:189 msgid "directory" msgstr "" -#: seahub/api2/endpoints/send_share_link_email.py:103 seahub/share/views.py:190 +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:190 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/api2/endpoints/send_upload_link_email.py:94 seahub/share/views.py:302 +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:302 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -276,13 +304,14 @@ msgstr "" #: seahub/auth/admin.py:33 #: seahub/institutions/templates/institutions/info.html:23 #: seahub/institutions/templates/institutions/user_info.html:22 -#: seahub/templates/js/sysadmin-templates.html:25 -#: seahub/templates/js/sysadmin-templates.html:156 -#: seahub/templates/js/sysadmin-templates.html:559 -#: seahub/templates/js/sysadmin-templates.html:751 -#: seahub/templates/js/templates.html:332 -#: seahub/templates/js/templates.html:1220 -#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/js/sysadmin-templates.html:46 +#: seahub/templates/js/sysadmin-templates.html:188 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:789 +#: seahub/templates/js/templates.html:367 +#: seahub/templates/js/templates.html:1295 +#: seahub/templates/sysadmin/base.html:54 +#: seahub/templates/sysadmin/settings.html:78 #: seahub/templates/sysadmin/sys_org_info_group.html:9 #: seahub/templates/sysadmin/sys_org_info_library.html:9 #: seahub/templates/sysadmin/sys_org_info_setting.html:9 @@ -304,20 +333,22 @@ msgstr "" msgid "Please log in." msgstr "" -#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +#: seahub/auth/forms.py:25 seahub/templates/registration/login.html:35 msgid "Email or Username" msgstr "" -#: seahub/auth/forms.py:24 seahub/auth/forms.py:196 seahub/base/accounts.py:617 +#: seahub/auth/forms.py:26 seahub/auth/forms.py:205 +#: seahub/base/accounts.py:677 #: seahub/invitations/templates/invitations/token_view.html:13 #: seahub/templates/file_edit.html:131 #: seahub/templates/js/lib-op-popups.html:108 -#: seahub/templates/js/templates.html:31 seahub/templates/js/templates.html:882 -#: seahub/templates/js/templates.html:949 -#: seahub/templates/registration/login.html:12 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:943 +#: seahub/templates/js/templates.html:1010 +#: seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:24 #: seahub/templates/snippets/file_share_popup.html:18 -#: seahub/templates/sysadmin/settings.html:73 +#: seahub/templates/sysadmin/settings.html:86 #: seahub/templates/sysadmin/sudo_mode.html:10 #: seahub/templates/sysadmin/sys_org_admin.html:32 #: seahub/templates/sysadmin/sys_org_info_user.html:71 @@ -325,69 +356,69 @@ msgstr "" msgid "Password" msgstr "" -#: seahub/auth/forms.py:62 +#: seahub/auth/forms.py:71 msgid "" "Please enter a correct email/username and password. Note that both fields " "are case-sensitive." msgstr "" -#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +#: seahub/auth/forms.py:73 seahub/auth/forms.py:74 msgid "This account is inactive." msgstr "" -#: seahub/auth/forms.py:70 +#: seahub/auth/forms.py:79 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -#: seahub/auth/forms.py:86 +#: seahub/auth/forms.py:95 msgid "E-mail" msgstr "" -#: seahub/auth/forms.py:93 +#: seahub/auth/forms.py:102 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "" -#: seahub/auth/forms.py:101 +#: seahub/auth/forms.py:110 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: seahub/auth/forms.py:104 +#: seahub/auth/forms.py:113 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:128 +#: seahub/auth/forms.py:137 #, python-format msgid "Reset Password on %s" msgstr "" -#: seahub/auth/forms.py:136 +#: seahub/auth/forms.py:145 msgid "New password" msgstr "" -#: seahub/auth/forms.py:137 +#: seahub/auth/forms.py:146 msgid "New password confirmation" msgstr "" -#: seahub/auth/forms.py:166 seahub/auth/forms.py:208 -#: seahub/base/accounts.py:673 +#: seahub/auth/forms.py:175 seahub/auth/forms.py:217 +#: seahub/base/accounts.py:733 msgid "The two password fields didn't match." msgstr "" -#: seahub/auth/forms.py:180 +#: seahub/auth/forms.py:189 msgid "Old password" msgstr "" -#: seahub/auth/forms.py:188 +#: seahub/auth/forms.py:197 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: seahub/auth/forms.py:197 seahub/base/accounts.py:619 +#: seahub/auth/forms.py:206 seahub/base/accounts.py:679 msgid "Password (again)" msgstr "" @@ -396,19 +427,19 @@ msgstr "" msgid "Enter a valid e-mail address." msgstr "" -#: seahub/auth/views.py:200 +#: seahub/auth/views.py:204 msgid "This account has been frozen due to too many failed login attempts." msgstr "" -#: seahub/auth/views.py:306 +#: seahub/auth/views.py:318 msgid "Logged out" msgstr "" -#: seahub/auth/views.py:354 +#: seahub/auth/views.py:366 msgid "Failed to send email, please contact administrator." msgstr "" -#: seahub/auth/views.py:415 +#: seahub/auth/views.py:427 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -474,50 +505,51 @@ msgstr "" msgid "Successfully deleted the requested avatars." msgstr "" -#: seahub/base/accounts.py:340 +#: seahub/base/accounts.py:388 #, python-format msgid "Account %(account)s froze on %(site)s." msgstr "" -#: seahub/base/accounts.py:608 +#: seahub/base/accounts.py:668 msgid "Email address" msgstr "" -#: seahub/base/accounts.py:613 +#: seahub/base/accounts.py:673 msgid "Username" msgstr "" -#: seahub/base/accounts.py:614 +#: seahub/base/accounts.py:674 msgid "This value must be of length 40" msgstr "" -#: seahub/base/accounts.py:629 seahub/forms.py:30 seahub/views/sysadmin.py:1880 +#: seahub/base/accounts.py:689 seahub/forms.py:30 +#: seahub/views/sysadmin.py:1929 msgid "The number of users exceeds the limit." msgstr "" -#: seahub/base/accounts.py:633 +#: seahub/base/accounts.py:693 msgid "Enter a valid email address." msgstr "" -#: seahub/base/accounts.py:643 +#: seahub/base/accounts.py:703 msgid "Invalid user id." msgstr "" -#: seahub/base/accounts.py:694 seahub/templates/js/templates.html:377 -#: seahub/templates/js/templates.html:1414 -#: seahub/templates/js/templates.html:1451 +#: seahub/base/accounts.py:754 seahub/templates/js/templates.html:412 +#: seahub/templates/js/templates.html:1511 +#: seahub/templates/js/templates.html:1548 msgid "name" msgstr "" -#: seahub/base/accounts.py:697 +#: seahub/base/accounts.py:757 msgid "department" msgstr "" -#: seahub/base/accounts.py:700 +#: seahub/base/accounts.py:760 msgid "telephone" msgstr "" -#: seahub/base/accounts.py:703 +#: seahub/base/accounts.py:763 msgid "note" msgstr "" @@ -535,13 +567,14 @@ msgstr "" #: seahub/institutions/templates/institutions/useradmin_search.html:18 #: seahub/invitations/templates/invitations/token_view.html:10 #: seahub/share/templates/share/share_link_audit.html:9 -#: seahub/templates/js/sysadmin-templates.html:774 -#: seahub/templates/js/sysadmin-templates.html:826 -#: seahub/templates/js/sysadmin-templates.html:877 -#: seahub/templates/js/templates.html:1696 -#: seahub/templates/js/templates.html:1704 -#: seahub/templates/js/templates.html:2253 -#: seahub/templates/js/templates.html:2285 +#: seahub/templates/js/sysadmin-templates.html:812 +#: seahub/templates/js/sysadmin-templates.html:864 +#: seahub/templates/js/sysadmin-templates.html:922 +#: seahub/templates/js/sysadmin-templates.html:962 +#: seahub/templates/js/templates.html:1793 +#: seahub/templates/js/templates.html:1801 +#: seahub/templates/js/templates.html:2317 +#: seahub/templates/js/templates.html:2349 #: seahub/templates/registration/registration_form.html:22 #: seahub/templates/sysadmin/sys_inst_info_admins.html:15 #: seahub/templates/sysadmin/sys_inst_info_user.html:23 @@ -555,8 +588,8 @@ msgstr "" #: seahub/templates/sysadmin/user_search.html:10 #: seahub/templates/sysadmin/useradmin_table.html:6 #: seahub/templates/sysadmin/useradmin_table.html:10 -#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:291 -#: seahub/views/sysadmin.py:295 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:320 +#: seahub/views/sysadmin.py:324 msgid "Email" msgstr "" @@ -573,35 +606,35 @@ msgstr "" #: seahub/institutions/templates/institutions/useradmin_search.html:18 #: seahub/templates/js/lib-op-popups.html:6 #: seahub/templates/js/lib-op-popups.html:17 -#: seahub/templates/js/sysadmin-templates.html:327 -#: seahub/templates/js/sysadmin-templates.html:349 -#: seahub/templates/js/sysadmin-templates.html:363 -#: seahub/templates/js/sysadmin-templates.html:373 -#: seahub/templates/js/sysadmin-templates.html:423 -#: seahub/templates/js/sysadmin-templates.html:447 -#: seahub/templates/js/sysadmin-templates.html:488 -#: seahub/templates/js/sysadmin-templates.html:569 -#: seahub/templates/js/sysadmin-templates.html:592 -#: seahub/templates/js/sysadmin-templates.html:600 -#: seahub/templates/js/sysadmin-templates.html:617 -#: seahub/templates/js/sysadmin-templates.html:787 +#: seahub/templates/js/sysadmin-templates.html:359 +#: seahub/templates/js/sysadmin-templates.html:381 +#: seahub/templates/js/sysadmin-templates.html:395 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/js/sysadmin-templates.html:461 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/js/sysadmin-templates.html:526 +#: seahub/templates/js/sysadmin-templates.html:607 +#: seahub/templates/js/sysadmin-templates.html:630 +#: seahub/templates/js/sysadmin-templates.html:638 +#: seahub/templates/js/sysadmin-templates.html:655 #: seahub/templates/js/sysadmin-templates.html:825 -#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:362 -#: seahub/templates/js/templates.html:1403 -#: seahub/templates/js/templates.html:1423 -#: seahub/templates/js/templates.html:1431 -#: seahub/templates/js/templates.html:1439 -#: seahub/templates/js/templates.html:1465 -#: seahub/templates/js/templates.html:1554 -#: seahub/templates/js/templates.html:1573 -#: seahub/templates/js/templates.html:1695 -#: seahub/templates/js/templates.html:1703 -#: seahub/templates/js/templates.html:1816 -#: seahub/templates/js/templates.html:1835 -#: seahub/templates/js/templates.html:2066 -#: seahub/templates/js/templates.html:2121 -#: seahub/templates/js/templates.html:2155 -#: seahub/templates/js/templates.html:2190 seahub/templates/libraries.html:119 +#: seahub/templates/js/sysadmin-templates.html:863 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:397 +#: seahub/templates/js/templates.html:1500 +#: seahub/templates/js/templates.html:1520 +#: seahub/templates/js/templates.html:1528 +#: seahub/templates/js/templates.html:1536 +#: seahub/templates/js/templates.html:1562 +#: seahub/templates/js/templates.html:1651 +#: seahub/templates/js/templates.html:1670 +#: seahub/templates/js/templates.html:1792 +#: seahub/templates/js/templates.html:1800 +#: seahub/templates/js/templates.html:1880 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/js/templates.html:2130 +#: seahub/templates/js/templates.html:2185 +#: seahub/templates/js/templates.html:2219 +#: seahub/templates/js/templates.html:2254 seahub/templates/libraries.html:119 #: seahub/templates/registration/registration_form.html:18 #: seahub/templates/repo_dir_recycle_view.html:44 #: seahub/templates/repo_history_view.html:58 @@ -617,16 +650,16 @@ msgstr "" #: seahub/templates/sysadmin/sys_terms_admin.html:55 #: seahub/templates/sysadmin/useradmin_table.html:6 #: seahub/templates/sysadmin/useradmin_table.html:10 -#: seahub/templates/sysadmin/userinfo.html:150 -#: seahub/templates/sysadmin/userinfo.html:199 -#: seahub/templates/sysadmin/userinfo.html:237 -#: seahub/templates/sysadmin/userinfo.html:284 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:218 +#: seahub/templates/sysadmin/userinfo.html:256 +#: seahub/templates/sysadmin/userinfo.html:303 #: seahub/templates/view_shared_dir.html:50 #: seahub/templates/wiki/personal_wiki.html:43 #: seahub/templates/wiki/personal_wiki.html:85 #: seahub/templates/wiki/personal_wiki_pages.html:28 -#: seahub/views/sysadmin.py:291 seahub/views/sysadmin.py:295 -#: seahub/views/sysadmin.py:1127 +#: seahub/views/sysadmin.py:320 seahub/views/sysadmin.py:324 +#: seahub/views/sysadmin.py:1176 msgid "Name" msgstr "" @@ -636,7 +669,7 @@ msgstr "" #: seahub/institutions/templates/institutions/useradmin_search.html:18 #: seahub/templates/sysadmin/useradmin_table.html:6 #: seahub/templates/sysadmin/useradmin_table.html:10 -#: seahub/views/sysadmin.py:291 seahub/views/sysadmin.py:295 +#: seahub/views/sysadmin.py:320 seahub/views/sysadmin.py:324 msgid "Contact Email" msgstr "" @@ -645,36 +678,37 @@ msgstr "" #: seahub/institutions/templates/institutions/useradmin.html:17 #: seahub/institutions/templates/institutions/useradmin_search.html:19 #: seahub/profile/templates/profile/set_profile.html:115 +#: seahub/templates/js/sysadmin-templates.html:964 #: seahub/templates/sysadmin/sys_inst_info_admins.html:16 #: seahub/templates/sysadmin/sys_inst_info_user.html:32 #: seahub/templates/sysadmin/sys_inst_search_user.html:17 #: seahub/templates/sysadmin/sys_org_info_user.html:20 #: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/useradmin_table.html:11 -#: seahub/templates/sysadmin/userinfo.html:102 seahub/views/sysadmin.py:291 -#: seahub/views/sysadmin.py:295 +#: seahub/templates/sysadmin/userinfo.html:114 seahub/views/sysadmin.py:320 +#: seahub/views/sysadmin.py:324 msgid "Status" msgstr "" #: seahub/base/management/commands/export_users.py:43 #: seahub/institutions/templates/institutions/user_info.html:113 -#: seahub/templates/js/sysadmin-templates.html:827 -#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/sysadmin-templates.html:865 +#: seahub/templates/js/templates.html:1794 #: seahub/templates/sysadmin/sys_useradmin.html:50 #: seahub/templates/sysadmin/useradmin_table.html:8 -#: seahub/templates/sysadmin/userinfo.html:285 seahub/views/sysadmin.py:291 +#: seahub/templates/sysadmin/userinfo.html:304 seahub/views/sysadmin.py:320 msgid "Role" msgstr "" #: seahub/base/management/commands/export_users.py:44 #: seahub/base/management/commands/export_users.py:48 -#: seahub/views/sysadmin.py:292 seahub/views/sysadmin.py:296 +#: seahub/views/sysadmin.py:321 seahub/views/sysadmin.py:325 msgid "Space Usage" msgstr "" #: seahub/base/management/commands/export_users.py:44 #: seahub/base/management/commands/export_users.py:48 -#: seahub/views/sysadmin.py:292 seahub/views/sysadmin.py:296 +#: seahub/views/sysadmin.py:321 seahub/views/sysadmin.py:325 msgid "Space Quota" msgstr "" @@ -684,14 +718,14 @@ msgstr "" #: seahub/templates/sysadmin/sys_inst_admin.html:28 #: seahub/templates/sysadmin/sys_org_info_group.html:20 #: seahub/templates/sysadmin/sys_publink_admin.html:14 -#: seahub/templates/sysadmin/userinfo.html:286 seahub/views/sysadmin.py:293 -#: seahub/views/sysadmin.py:297 seahub/views/sysadmin.py:1127 +#: seahub/templates/sysadmin/userinfo.html:305 seahub/views/sysadmin.py:322 +#: seahub/views/sysadmin.py:326 seahub/views/sysadmin.py:1176 msgid "Create At" msgstr "" #: seahub/base/management/commands/export_users.py:45 #: seahub/base/management/commands/export_users.py:49 -#: seahub/views/sysadmin.py:293 seahub/views/sysadmin.py:297 +#: seahub/views/sysadmin.py:322 seahub/views/sysadmin.py:326 msgid "Last Login" msgstr "" @@ -699,15 +733,21 @@ msgstr "" #: seahub/base/management/commands/export_users.py:49 #: seahub/institutions/views.py:164 seahub/templates/base.html:76 #: seahub/templates/base.html.py:79 -#: seahub/templates/js/sysadmin-templates.html:847 -#: seahub/templates/js/sysadmin-templates.html:851 -#: seahub/templates/js/sysadmin-templates.html:858 -#: seahub/templates/js/templates.html:1731 -#: seahub/templates/js/templates.html:1735 -#: seahub/templates/js/templates.html:1742 -#: seahub/templates/js/templates.html:2037 -#: seahub/templates/js/templates.html:2040 seahub/views/sysadmin.py:293 -#: seahub/views/sysadmin.py:297 seahub/views/sysadmin.py:674 +#: seahub/templates/js/sysadmin-templates.html:885 +#: seahub/templates/js/sysadmin-templates.html:889 +#: seahub/templates/js/sysadmin-templates.html:896 +#: seahub/templates/js/templates.html:1067 +#: seahub/templates/js/templates.html:1097 +#: seahub/templates/js/templates.html:1331 +#: seahub/templates/js/templates.html:1347 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/js/templates.html:1356 +#: seahub/templates/js/templates.html:1828 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1839 +#: seahub/templates/js/templates.html:2101 +#: seahub/templates/js/templates.html:2104 seahub/views/sysadmin.py:322 +#: seahub/views/sysadmin.py:326 seahub/views/sysadmin.py:718 msgid "Admin" msgstr "" @@ -718,7 +758,7 @@ msgstr "" #: seahub/templates/sysadmin/sys_useradmin_admins.html:17 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 #: seahub/templates/sysadmin/sys_useradmin_paid.html:17 -#: seahub/views/sysadmin.py:293 seahub/views/sysadmin.py:297 +#: seahub/views/sysadmin.py:322 seahub/views/sysadmin.py:326 msgid "LDAP(imported)" msgstr "" @@ -733,7 +773,7 @@ msgstr "" #: seahub/templates/sysadmin/sys_org_info_user.html:39 #: seahub/templates/sysadmin/useradmin_table.html:44 #: seahub/templates/sysadmin/useradmin_table.html:51 -#: seahub/views/sysadmin.py:351 +#: seahub/views/sysadmin.py:380 msgid "Active" msgstr "" @@ -748,7 +788,7 @@ msgstr "" #: seahub/templates/sysadmin/sys_org_info_user.html:40 #: seahub/templates/sysadmin/useradmin_table.html:46 #: seahub/templates/sysadmin/useradmin_table.html:52 -#: seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:382 msgid "Inactive" msgstr "" @@ -756,16 +796,16 @@ msgstr "" #: seahub/base/management/commands/export_users.py:127 #: seahub/templates/base.html:127 seahub/templates/base_for_backbone.html:91 #: seahub/templates/sysadmin/sysadmin_backbone.html:70 -#: seahub/views/sysadmin.py:359 seahub/views/sysadmin.py:360 +#: seahub/views/sysadmin.py:388 seahub/views/sysadmin.py:389 msgid "Yes" msgstr "" #: seahub/base/management/commands/export_users.py:132 #: seahub/invitations/models.py:16 seahub/invitations/models.py:37 #: seahub/templates/sysadmin/sys_useradmin.html:53 -#: seahub/templates/sysadmin/useradmin_table.html:59 -#: seahub/templates/sysadmin/useradmin_table.html:69 -#: seahub/views/sysadmin.py:365 +#: seahub/templates/sysadmin/useradmin_table.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:70 +#: seahub/views/sysadmin.py:394 msgid "Guest" msgstr "" @@ -773,9 +813,9 @@ msgstr "" #: seahub/base/management/commands/export_users.py:138 #: seahub/templates/file_edit.html:449 #: seahub/templates/sysadmin/sys_useradmin.html:52 -#: seahub/templates/sysadmin/useradmin_table.html:61 -#: seahub/templates/sysadmin/useradmin_table.html:68 -#: seahub/views/sysadmin.py:367 seahub/views/sysadmin.py:371 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/templates/sysadmin/useradmin_table.html:69 +#: seahub/views/sysadmin.py:396 seahub/views/sysadmin.py:400 msgid "Default" msgstr "" @@ -840,7 +880,7 @@ msgid "Recovered deleted directory" msgstr "" #: seahub/base/templatetags/seahub_tags.py:159 -#: seahub/base/templatetags/seahub_tags.py:228 seahub/views/ajax.py:1131 +#: seahub/base/templatetags/seahub_tags.py:228 seahub/views/ajax.py:1135 msgid "Changed library name or description" msgstr "" @@ -851,7 +891,7 @@ msgstr "" #: seahub/base/templatetags/seahub_tags.py:305 #: seahub/base/templatetags/seahub_tags.py:341 -#: seahub/templates/view_file_base.html:539 +#: seahub/templates/view_file_base.html:576 msgid "Just now" msgstr "" @@ -885,53 +925,59 @@ msgstr[1] "" #: seahub/base/templatetags/seahub_tags.py:460 #: seahub/institutions/templates/institutions/user_info.html:77 -#: seahub/templates/js/sysadmin-templates.html:660 -#: seahub/templates/js/sysadmin-templates.html:669 -#: seahub/templates/js/sysadmin-templates.html:672 -#: seahub/templates/js/sysadmin-templates.html:708 -#: seahub/templates/js/sysadmin-templates.html:735 +#: seahub/templates/js/sysadmin-templates.html:698 +#: seahub/templates/js/sysadmin-templates.html:707 +#: seahub/templates/js/sysadmin-templates.html:710 +#: seahub/templates/js/sysadmin-templates.html:746 +#: seahub/templates/js/sysadmin-templates.html:773 #: seahub/templates/js/templates.html:20 -#: seahub/templates/js/templates.html:1003 -#: seahub/templates/js/templates.html:1030 -#: seahub/templates/js/templates.html:1256 -#: seahub/templates/js/templates.html:1265 -#: seahub/templates/js/templates.html:1268 -#: seahub/templates/js/templates.html:1301 -#: seahub/templates/js/templates.html:1327 -#: seahub/templates/js/templates.html:1480 -#: seahub/templates/js/templates.html:1487 -#: seahub/templates/js/templates.html:1907 -#: seahub/templates/js/templates.html:1953 -#: seahub/templates/js/templates.html:2094 -#: seahub/templates/js/templates.html:2097 -#: seahub/templates/js/templates.html:2104 +#: seahub/templates/js/templates.html:1064 +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1334 +#: seahub/templates/js/templates.html:1345 +#: seahub/templates/js/templates.html:1350 +#: seahub/templates/js/templates.html:1354 +#: seahub/templates/js/templates.html:1361 +#: seahub/templates/js/templates.html:1364 +#: seahub/templates/js/templates.html:1398 +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1577 +#: seahub/templates/js/templates.html:1584 +#: seahub/templates/js/templates.html:1971 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2158 +#: seahub/templates/js/templates.html:2161 +#: seahub/templates/js/templates.html:2168 #: seahub/templates/sysadmin/sys_org_info_library.html:29 -#: seahub/templates/sysadmin/userinfo.html:161 -#: seahub/templates/sysadmin/userinfo.html:212 +#: seahub/templates/sysadmin/userinfo.html:180 +#: seahub/templates/sysadmin/userinfo.html:231 msgid "Read-Write" msgstr "" #: seahub/base/templatetags/seahub_tags.py:462 -#: seahub/templates/js/sysadmin-templates.html:662 -#: seahub/templates/js/sysadmin-templates.html:670 -#: seahub/templates/js/sysadmin-templates.html:673 -#: seahub/templates/js/sysadmin-templates.html:709 -#: seahub/templates/js/sysadmin-templates.html:736 +#: seahub/templates/js/sysadmin-templates.html:700 +#: seahub/templates/js/sysadmin-templates.html:708 +#: seahub/templates/js/sysadmin-templates.html:711 +#: seahub/templates/js/sysadmin-templates.html:747 +#: seahub/templates/js/sysadmin-templates.html:774 #: seahub/templates/js/templates.html:21 -#: seahub/templates/js/templates.html:1004 -#: seahub/templates/js/templates.html:1031 -#: seahub/templates/js/templates.html:1258 -#: seahub/templates/js/templates.html:1266 -#: seahub/templates/js/templates.html:1269 -#: seahub/templates/js/templates.html:1302 -#: seahub/templates/js/templates.html:1328 -#: seahub/templates/js/templates.html:1488 -#: seahub/templates/js/templates.html:1908 -#: seahub/templates/js/templates.html:1954 -#: seahub/templates/js/templates.html:2098 -#: seahub/templates/js/templates.html:2101 -#: seahub/templates/js/templates.html:2105 -#: seahub/templates/sysadmin/userinfo.html:210 +#: seahub/templates/js/templates.html:1065 +#: seahub/templates/js/templates.html:1095 +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/js/templates.html:1346 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1355 +#: seahub/templates/js/templates.html:1362 +#: seahub/templates/js/templates.html:1365 +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/js/templates.html:1425 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1972 +#: seahub/templates/js/templates.html:2018 +#: seahub/templates/js/templates.html:2162 +#: seahub/templates/js/templates.html:2165 +#: seahub/templates/js/templates.html:2169 +#: seahub/templates/sysadmin/userinfo.html:229 msgid "Read-Only" msgstr "" @@ -999,9 +1045,9 @@ msgstr "" #: seahub/institutions/templates/institutions/useradmin_search.html:22 #: seahub/notifications/templates/notifications/notification_list.html:21 #: seahub/templates/file_revisions.html:57 -#: seahub/templates/js/sysadmin-templates.html:790 +#: seahub/templates/js/sysadmin-templates.html:828 #: seahub/templates/repo_dir_recycle_view.html:47 -#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history.html:37 seahub/templates/repo_history.html:43 #: seahub/templates/repo_history_view.html:60 #: seahub/templates/sysadmin/org_admin_table.html:8 #: seahub/templates/sysadmin/sys_inst_admin.html:29 @@ -1013,9 +1059,9 @@ msgstr "" #: seahub/templates/sysadmin/sys_org_info_user.html:23 #: seahub/templates/sysadmin/sys_publink_admin.html:16 #: seahub/templates/sysadmin/sys_virus_scan_records.html:14 -#: seahub/templates/sysadmin/userinfo.html:153 -#: seahub/templates/sysadmin/userinfo.html:241 -#: seahub/templates/sysadmin/userinfo.html:287 +#: seahub/templates/sysadmin/userinfo.html:172 +#: seahub/templates/sysadmin/userinfo.html:260 +#: seahub/templates/sysadmin/userinfo.html:306 #: seahub/templates/view_shared_dir.html:53 msgid "Operations" msgstr "" @@ -1023,21 +1069,26 @@ msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:29 #: seahub/group/templates/group/group_wiki.html:22 #: seahub/institutions/templates/institutions/useradmin.html:37 -#: seahub/templates/js/sysadmin-templates.html:665 -#: seahub/templates/js/sysadmin-templates.html:848 -#: seahub/templates/js/sysadmin-templates.html:855 -#: seahub/templates/js/templates.html:1261 -#: seahub/templates/js/templates.html:1732 -#: seahub/templates/js/templates.html:1739 -#: seahub/templates/js/templates.html:2095 -#: seahub/templates/js/templates.html:2102 +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/sysadmin-templates.html:886 +#: seahub/templates/js/sysadmin-templates.html:893 +#: seahub/templates/js/templates.html:855 +#: seahub/templates/js/templates.html:901 +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/js/templates.html:1836 +#: seahub/templates/js/templates.html:2159 +#: seahub/templates/js/templates.html:2166 +#: seahub/templates/repo_history.html:81 #: seahub/templates/sysadmin/sys_org_info_user.html:36 #: seahub/templates/sysadmin/useradmin_table.html:48 -#: seahub/templates/sysadmin/useradmin_table.html:65 -#: seahub/templates/sysadmin/useradmin_table.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:66 +#: seahub/templates/sysadmin/useradmin_table.html:89 +#: seahub/templates/sysadmin/useradmin_table.html:122 #: seahub/templates/sysadmin/userinfo.html:53 #: seahub/templates/sysadmin/userinfo.html:65 #: seahub/templates/sysadmin/userinfo.html:77 +#: seahub/templates/sysadmin/userinfo.html:89 #: seahub/templates/view_file_markdown.html:17 #: seahub/templates/view_file_text.html:22 msgid "Edit" @@ -1049,26 +1100,27 @@ msgstr "" #: seahub/notifications/templates/notifications/notification_list.html:33 #: seahub/profile/templates/profile/set_profile.html:140 #: seahub/profile/templates/profile/set_profile.html:142 -#: seahub/templates/js/sysadmin-templates.html:411 -#: seahub/templates/js/sysadmin-templates.html:473 -#: seahub/templates/js/sysadmin-templates.html:538 -#: seahub/templates/js/sysadmin-templates.html:632 -#: seahub/templates/js/sysadmin-templates.html:678 -#: seahub/templates/js/sysadmin-templates.html:864 -#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:96 -#: seahub/templates/js/templates.html:253 -#: seahub/templates/js/templates.html:408 -#: seahub/templates/js/templates.html:474 -#: seahub/templates/js/templates.html:544 -#: seahub/templates/js/templates.html:654 -#: seahub/templates/js/templates.html:721 +#: seahub/templates/js/sysadmin-templates.html:443 +#: seahub/templates/js/sysadmin-templates.html:511 +#: seahub/templates/js/sysadmin-templates.html:576 +#: seahub/templates/js/sysadmin-templates.html:670 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/sysadmin-templates.html:902 +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:107 +#: seahub/templates/js/templates.html:288 +#: seahub/templates/js/templates.html:443 +#: seahub/templates/js/templates.html:509 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:689 #: seahub/templates/js/templates.html:756 -#: seahub/templates/js/templates.html:923 -#: seahub/templates/js/templates.html:966 -#: seahub/templates/js/templates.html:1274 -#: seahub/templates/js/templates.html:1606 -#: seahub/templates/js/templates.html:1753 -#: seahub/templates/js/templates.html:1758 +#: seahub/templates/js/templates.html:791 +#: seahub/templates/js/templates.html:984 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1371 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1850 +#: seahub/templates/js/templates.html:1855 #: seahub/templates/snippets/file_share_popup.html:46 #: seahub/templates/sysadmin/org_admin_table.html:25 #: seahub/templates/sysadmin/sys_invitations_admin.html:49 @@ -1077,10 +1129,10 @@ msgstr "" #: seahub/templates/sysadmin/sys_org_info_user.html:51 #: seahub/templates/sysadmin/sys_terms_admin.html:40 #: seahub/templates/sysadmin/sys_virus_scan_records.html:23 -#: seahub/templates/sysadmin/useradmin_table.html:113 -#: seahub/templates/sysadmin/userinfo.html:180 -#: seahub/templates/sysadmin/userinfo.html:294 -#: seahub/templates/view_file_base.html:129 +#: seahub/templates/sysadmin/useradmin_table.html:143 +#: seahub/templates/sysadmin/userinfo.html:199 +#: seahub/templates/sysadmin/userinfo.html:313 +#: seahub/templates/view_file_base.html:147 #: seahub/templates/view_shared_upload_link.html:86 msgid "Delete" msgstr "" @@ -1117,51 +1169,57 @@ msgstr "" #: seahub/templates/decrypt_repo_form.html:11 #: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 #: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 -#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/home_base.html:87 +#: seahub/templates/js/common-templates.html:29 +#: seahub/templates/js/lib-op-popups.html:9 #: seahub/templates/js/lib-op-popups.html:20 #: seahub/templates/js/lib-op-popups.html:28 #: seahub/templates/js/lib-op-popups.html:38 #: seahub/templates/js/lib-op-popups.html:67 #: seahub/templates/js/lib-op-popups.html:109 #: seahub/templates/js/lib-op-popups.html:128 -#: seahub/templates/js/sysadmin-templates.html:355 -#: seahub/templates/js/sysadmin-templates.html:365 -#: seahub/templates/js/sysadmin-templates.html:553 -#: seahub/templates/js/sysadmin-templates.html:593 -#: seahub/templates/js/sysadmin-templates.html:623 -#: seahub/templates/js/sysadmin-templates.html:642 -#: seahub/templates/js/sysadmin-templates.html:712 -#: seahub/templates/js/sysadmin-templates.html:739 +#: seahub/templates/js/sysadmin-templates.html:387 +#: seahub/templates/js/sysadmin-templates.html:397 +#: seahub/templates/js/sysadmin-templates.html:591 +#: seahub/templates/js/sysadmin-templates.html:631 +#: seahub/templates/js/sysadmin-templates.html:661 +#: seahub/templates/js/sysadmin-templates.html:680 +#: seahub/templates/js/sysadmin-templates.html:750 #: seahub/templates/js/sysadmin-templates.html:777 -#: seahub/templates/js/templates.html:38 seahub/templates/js/templates.html:930 -#: seahub/templates/js/templates.html:973 -#: seahub/templates/js/templates.html:1007 +#: seahub/templates/js/sysadmin-templates.html:815 +#: seahub/templates/js/templates.html:38 seahub/templates/js/templates.html:46 +#: seahub/templates/js/templates.html:857 +#: seahub/templates/js/templates.html:903 +#: seahub/templates/js/templates.html:991 #: seahub/templates/js/templates.html:1034 -#: seahub/templates/js/templates.html:1215 -#: seahub/templates/js/templates.html:1305 -#: seahub/templates/js/templates.html:1331 -#: seahub/templates/js/templates.html:1470 -#: seahub/templates/js/templates.html:1661 -#: seahub/templates/js/templates.html:1670 -#: seahub/templates/js/templates.html:1678 -#: seahub/templates/js/templates.html:1790 -#: seahub/templates/js/templates.html:1872 -#: seahub/templates/js/templates.html:1912 -#: seahub/templates/js/templates.html:1925 -#: seahub/templates/js/templates.html:1958 -#: seahub/templates/js/templates.html:1971 +#: seahub/templates/js/templates.html:1071 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1290 +#: seahub/templates/js/templates.html:1402 +#: seahub/templates/js/templates.html:1428 +#: seahub/templates/js/templates.html:1567 +#: seahub/templates/js/templates.html:1758 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/js/templates.html:1775 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1976 #: seahub/templates/js/templates.html:1989 -#: seahub/templates/js/templates.html:2288 seahub/templates/libraries.html:122 +#: seahub/templates/js/templates.html:2022 +#: seahub/templates/js/templates.html:2035 +#: seahub/templates/js/templates.html:2053 +#: seahub/templates/js/templates.html:2352 seahub/templates/libraries.html:122 #: seahub/templates/libraries.html:185 #: seahub/templates/registration/password_change_form.html:24 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/repo_history.html:112 #: seahub/templates/share_access_validation.html:18 #: seahub/templates/shared_file_view.html:73 #: seahub/templates/snippets/file_share_popup.html:57 #: seahub/templates/snippets/search_form.html:76 #: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/snippets/web_settings_form.html:27 #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_inst_admin.html:21 #: seahub/templates/sysadmin/sys_inst_info_base.html:33 @@ -1173,6 +1231,9 @@ msgstr "" #: seahub/templates/sysadmin/sys_org_info_setting.html:29 #: seahub/templates/sysadmin/sys_org_info_user.html:80 #: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_statistic_file.html:34 +#: seahub/templates/sysadmin/sys_statistic_storage.html:34 +#: seahub/templates/sysadmin/sys_statistic_user.html:34 #: seahub/templates/sysadmin/sys_terms_admin.html:71 #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:59 #: seahub/templates/sysadmin/sys_useradmin.html:68 @@ -1180,12 +1241,13 @@ msgstr "" #: seahub/templates/sysadmin/sys_useradmin.html:101 #: seahub/templates/sysadmin/sys_useradmin_admins.html:44 #: seahub/templates/sysadmin/user_search.html:11 -#: seahub/templates/sysadmin/useradmin_table.html:134 -#: seahub/templates/sysadmin/userinfo.html:116 -#: seahub/templates/sysadmin/userinfo.html:123 -#: seahub/templates/sysadmin/userinfo.html:130 -#: seahub/templates/sysadmin/userinfo.html:141 -#: seahub/templates/view_file_base.html:114 +#: seahub/templates/sysadmin/useradmin_table.html:166 +#: seahub/templates/sysadmin/userinfo.html:128 +#: seahub/templates/sysadmin/userinfo.html:135 +#: seahub/templates/sysadmin/userinfo.html:142 +#: seahub/templates/sysadmin/userinfo.html:149 +#: seahub/templates/sysadmin/userinfo.html:160 +#: seahub/templates/view_file_base.html:132 #: seahub/templates/wiki/personal_wiki.html:48 #: seahub/templates/wiki/personal_wiki.html:58 #: seahub/templates/wiki/personal_wiki.html:88 @@ -1206,11 +1268,12 @@ msgstr "" #: seahub/templates/file_edit.html:545 #: seahub/templates/repo_dir_recycle_view.html:141 #: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/repo_history.html:185 #: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/office_convert_js.html:107 #: seahub/templates/snippets/shared_link_js.html:107 #: seahub/templates/snippets/spreadsheet_convert_js.html:39 -#: seahub/templates/sysadmin/settings.html:242 +#: seahub/templates/sysadmin/settings.html:255 #: seahub/templates/sysadmin/sys_inst_info_base.html:78 #: seahub/templates/sysadmin/sys_inst_info_user.html:186 #: seahub/templates/sysadmin/sys_org_admin.html:126 @@ -1218,17 +1281,18 @@ msgstr "" #: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 #: seahub/templates/sysadmin/sys_terms_admin.html:117 #: seahub/templates/sysadmin/sys_useradmin.html:231 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:94 #: seahub/templates/sysadmin/useradmin_js.html:244 #: seahub/templates/sysadmin/useradmin_js.html:346 -#: seahub/templates/sysadmin/userinfo.html:362 -#: seahub/templates/sysadmin/userinfo.html:401 -#: seahub/templates/sysadmin/userinfo.html:438 -#: seahub/templates/sysadmin/userinfo.html:475 -#: seahub/templates/sysadmin/userinfo.html:518 -#: seahub/templates/view_file_base.html:408 -#: seahub/templates/view_file_base.html:451 -#: seahub/templates/view_file_base.html:529 +#: seahub/templates/sysadmin/userinfo.html:385 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/sysadmin/userinfo.html:462 +#: seahub/templates/sysadmin/userinfo.html:499 +#: seahub/templates/sysadmin/userinfo.html:536 +#: seahub/templates/sysadmin/userinfo.html:579 +#: seahub/templates/view_file_base.html:444 +#: seahub/templates/view_file_base.html:487 +#: seahub/templates/view_file_base.html:566 #: seahub/templates/view_shared_dir.html:238 #: seahub/templates/view_shared_dir.html:260 msgid "Failed. Please check the network." @@ -1251,7 +1315,7 @@ msgstr "" #: seahub/templates/sysadmin/sys_org_search.html:28 #: seahub/templates/sysadmin/sys_terms_admin.html:143 #: seahub/templates/sysadmin/useradmin_js.html:4 -#: seahub/templates/sysadmin/userinfo.html:528 +#: seahub/templates/sysadmin/userinfo.html:589 #, python-format msgid "Are you sure you want to delete %s ?" msgstr "" @@ -1319,10 +1383,10 @@ msgstr "" msgid "Name %s is not valid" msgstr "" -#: seahub/forms.py:97 seahub/views/ajax.py:392 seahub/views/ajax.py:560 -#: seahub/views/ajax.py:833 seahub/views/ajax.py:837 seahub/views/ajax.py:841 -#: seahub/views/ajax.py:1118 seahub/views/file.py:1656 -#: seahub/views/sysadmin.py:1501 seahub/views/sysadmin.py:1519 +#: seahub/forms.py:97 seahub/views/ajax.py:396 seahub/views/ajax.py:564 +#: seahub/views/ajax.py:837 seahub/views/ajax.py:841 seahub/views/ajax.py:845 +#: seahub/views/ajax.py:1122 seahub/views/file.py:1656 +#: seahub/views/sysadmin.py:1550 seahub/views/sysadmin.py:1568 msgid "Argument missing" msgstr "" @@ -1445,14 +1509,14 @@ msgstr "" #: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 #: seahub/templates/js/lib-op-popups.html:88 #: seahub/templates/js/sysadmin-templates.html:4 -#: seahub/templates/js/templates.html:122 -#: seahub/templates/js/templates.html:777 -#: seahub/templates/js/templates.html:1076 -#: seahub/templates/js/templates.html:2008 seahub/templates/libraries.html:148 +#: seahub/templates/js/templates.html:133 +#: seahub/templates/js/templates.html:812 +#: seahub/templates/js/templates.html:1149 +#: seahub/templates/js/templates.html:2072 seahub/templates/libraries.html:148 #: seahub/templates/libraries.html:158 seahub/templates/libraries.html:170 #: seahub/templates/sysadmin/base.html:11 #: seahub/templates/sysadmin/sysadmin_backbone.html:30 -#: seahub/templates/view_file_base.html:99 +#: seahub/templates/view_file_base.html:117 msgid "Close" msgstr "" @@ -1516,8 +1580,8 @@ msgid "Create Wiki" msgstr "" #: seahub/group/templates/group/group_wiki.html:48 -#: seahub/templates/js/sysadmin-templates.html:425 -#: seahub/templates/repo_history.html:28 +#: seahub/templates/js/sysadmin-templates.html:463 +#: seahub/templates/repo_history.html:32 seahub/templates/repo_history.html:39 #: seahub/templates/wiki/personal_wiki.html:45 msgid "Description" msgstr "" @@ -1549,14 +1613,15 @@ msgstr "" #: seahub/templates/js/lib-op-popups.html:77 #: seahub/templates/js/lib-op-popups.html:121 #: seahub/templates/js/lib-op-popups.html:129 -#: seahub/templates/js/templates.html:931 -#: seahub/templates/js/templates.html:974 -#: seahub/templates/js/templates.html:1926 -#: seahub/templates/js/templates.html:1972 +#: seahub/templates/js/templates.html:992 +#: seahub/templates/js/templates.html:1035 +#: seahub/templates/js/templates.html:1990 +#: seahub/templates/js/templates.html:2036 #: seahub/templates/repo_dir_recycle_view.html:74 #: seahub/templates/shared_file_view.html:74 #: seahub/templates/snippets/file_share_popup.html:58 #: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/snippets/web_settings_form.html:28 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/termsandconditions/tc_accept_terms.html:11 #: seahub/templates/view_shared_upload_link.html:85 @@ -1634,90 +1699,79 @@ msgstr "" msgid "Description is required." msgstr "" -#: seahub/group/views.py:121 seahub/share/views.py:227 -#: seahub/views/__init__.py:464 seahub/views/__init__.py:580 -#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 -#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:579 -#: seahub/views/ajax.py:1098 seahub/views/file.py:1159 +#: seahub/group/views.py:124 seahub/share/views.py:227 +#: seahub/views/__init__.py:465 seahub/views/__init__.py:593 +#: seahub/views/ajax.py:162 seahub/views/ajax.py:414 seahub/views/ajax.py:421 +#: seahub/views/ajax.py:471 seahub/views/ajax.py:478 seahub/views/ajax.py:583 +#: seahub/views/ajax.py:1102 seahub/views/file.py:1159 #: seahub/views/file.py:1665 seahub/views/repo.py:123 msgid "Permission denied" msgstr "" -#: seahub/group/views.py:187 +#: seahub/group/views.py:190 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:203 +#: seahub/group/views.py:206 msgid "Failed to create: the group does not exist." msgstr "" -#: seahub/group/views.py:208 +#: seahub/group/views.py:211 msgid "Failed to create: you are not in the group." msgstr "" -#: seahub/group/views.py:236 seahub/group/views.py:258 -#: seahub/group/views.py:415 seahub/views/wiki.py:177 +#: seahub/group/views.py:239 seahub/group/views.py:261 +#: seahub/group/views.py:418 seahub/views/wiki.py:177 msgid "Failed to create" msgstr "" -#: seahub/group/views.py:243 seahub/group/views.py:264 -#: seahub/group/views.py:421 +#: seahub/group/views.py:246 seahub/group/views.py:267 +#: seahub/group/views.py:424 msgid "Failed to create: internal error." msgstr "" -#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/group/views.py:306 seahub/group/views.py:490 seahub/views/wiki.py:76 #: seahub/views/wiki.py:238 msgid "Failed to create wiki page. Please retry later." msgstr "" -#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 -#: seahub/templates/repo_history.html:53 +#: seahub/group/views.py:342 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:65 #: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 msgid "Unknown" msgstr "" -#: seahub/group/views.py:361 seahub/views/__init__.py:1003 -#: seahub/views/ajax.py:1072 seahub/views/ajax.py:1076 seahub/views/wiki.py:136 -msgid "Internal Server Error" -msgstr "" - -#: seahub/group/views.py:363 seahub/views/wiki.py:138 +#: seahub/group/views.py:366 seahub/views/wiki.py:138 msgid "Wiki does not exists." msgstr "" -#: seahub/group/views.py:428 seahub/group/views.py:457 seahub/views/wiki.py:184 -#: seahub/views/wiki.py:212 +#: seahub/group/views.py:431 seahub/group/views.py:460 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 msgid "Failed to create home page. Please retry later" msgstr "" -#: seahub/group/views.py:444 seahub/views/wiki.py:199 +#: seahub/group/views.py:447 seahub/views/wiki.py:199 msgid "Failed to set wiki library." msgstr "" -#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 -#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 -#: seahub/views/ajax.py:749 seahub/views/wiki.py:203 -msgid "Permission denied." -msgstr "" - -#: seahub/group/views.py:477 seahub/group/views.py:503 -#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/group/views.py:480 seahub/group/views.py:506 +#: seahub/group/views.py:524 seahub/views/wiki.py:228 seahub/views/wiki.py:251 #: seahub/views/wiki.py:266 msgid "Wiki is not found." msgstr "" -#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#: seahub/group/views.py:487 seahub/views/wiki.py:235 #, python-format msgid "Page \"%s\" already exists." msgstr "" -#: seahub/group/views.py:526 +#: seahub/group/views.py:529 #, python-format msgid "Successfully deleted \"%s\"." msgstr "" -#: seahub/group/views.py:528 +#: seahub/group/views.py:531 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "" @@ -2111,15 +2165,19 @@ msgid "" msgstr "" #: seahub/institutions/templates/institutions/base.html:5 -#: seahub/templates/js/sysadmin-templates.html:281 +#: seahub/templates/js/sysadmin-templates.html:313 #: seahub/templates/sysadmin/base.html:5 msgid "Exit admin panel" msgstr "" #: seahub/institutions/templates/institutions/base.html:16 #: seahub/institutions/templates/institutions/useradmin.html:9 -#: seahub/templates/js/sysadmin-templates.html:22 -#: seahub/templates/sysadmin/base.html:30 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/sysadmin/base.html:48 +#: seahub/templates/sysadmin/sys_statistic_file.html:15 +#: seahub/templates/sysadmin/sys_statistic_storage.html:15 +#: seahub/templates/sysadmin/sys_statistic_user.html:15 +#: seahub/templates/sysadmin/sys_trafficadmin.html:12 msgid "Users" msgstr "" @@ -2134,20 +2192,20 @@ msgid "Search users..." msgstr "" #: seahub/institutions/templates/institutions/info.html:7 -#: seahub/templates/js/sysadmin-templates.html:8 -#: seahub/templates/js/sysadmin-templates.html:98 -#: seahub/templates/sysadmin/base.html:16 +#: seahub/templates/js/sysadmin-templates.html:10 +#: seahub/templates/js/sysadmin-templates.html:126 +#: seahub/templates/sysadmin/base.html:18 msgid "Info" msgstr "" #: seahub/institutions/templates/institutions/info.html:13 #: seahub/templates/home_base.html:59 -#: seahub/templates/js/sysadmin-templates.html:19 -#: seahub/templates/js/sysadmin-templates.html:125 -#: seahub/templates/js/sysadmin-templates.html:757 -#: seahub/templates/js/templates.html:1174 -#: seahub/templates/js/templates.html:2060 seahub/templates/libraries.html:5 -#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/js/sysadmin-templates.html:34 +#: seahub/templates/js/sysadmin-templates.html:157 +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:1247 +#: seahub/templates/js/templates.html:2124 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:42 #: seahub/templates/sysadmin/sys_org_info_group.html:10 #: seahub/templates/sysadmin/sys_org_info_library.html:10 #: seahub/templates/sysadmin/sys_org_info_setting.html:10 @@ -2156,14 +2214,14 @@ msgid "Libraries" msgstr "" #: seahub/institutions/templates/institutions/info.html:16 -#: seahub/templates/js/sysadmin-templates.html:135 -#: seahub/templates/js/sysadmin-templates.html:148 -msgid "Active Users" +#: seahub/templates/js/sysadmin-templates.html:167 +#: seahub/templates/js/sysadmin-templates.html:180 +msgid "Activated Users" msgstr "" #: seahub/institutions/templates/institutions/info.html:16 -#: seahub/templates/js/sysadmin-templates.html:135 -#: seahub/templates/js/sysadmin-templates.html:148 +#: seahub/templates/js/sysadmin-templates.html:167 +#: seahub/templates/js/sysadmin-templates.html:180 msgid "Total Users" msgstr "" @@ -2192,13 +2250,13 @@ msgstr "" #: seahub/institutions/templates/institutions/user_info.html:40 #: seahub/templates/registration/registration_form.html:31 -#: seahub/templates/sysadmin/userinfo.html:68 +#: seahub/templates/sysadmin/userinfo.html:80 msgid "Department" msgstr "" #: seahub/institutions/templates/institutions/user_info.html:43 #: seahub/templates/registration/registration_form.html:36 -#: seahub/templates/sysadmin/userinfo.html:81 +#: seahub/templates/sysadmin/userinfo.html:93 msgid "Telephone" msgstr "" @@ -2222,8 +2280,8 @@ msgid "Set Quota" msgstr "" #: seahub/institutions/templates/institutions/user_info.html:52 -#: seahub/templates/sysadmin/useradmin_table.html:127 -#: seahub/templates/sysadmin/userinfo.html:134 +#: seahub/templates/sysadmin/useradmin_table.html:159 +#: seahub/templates/sysadmin/userinfo.html:153 msgid "Set user storage limit" msgstr "" @@ -2233,68 +2291,70 @@ msgstr "" #: seahub/institutions/templates/institutions/user_info.html:67 #: seahub/templates/file_revisions.html:56 -#: seahub/templates/js/sysadmin-templates.html:490 -#: seahub/templates/js/sysadmin-templates.html:788 -#: seahub/templates/js/templates.html:144 -#: seahub/templates/js/templates.html:364 -#: seahub/templates/js/templates.html:801 -#: seahub/templates/js/templates.html:833 -#: seahub/templates/js/templates.html:1405 -#: seahub/templates/js/templates.html:1441 -#: seahub/templates/js/templates.html:1556 -#: seahub/templates/js/templates.html:1818 -#: seahub/templates/js/templates.html:1837 +#: seahub/templates/js/sysadmin-templates.html:528 +#: seahub/templates/js/sysadmin-templates.html:826 +#: seahub/templates/js/templates.html:155 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:836 +#: seahub/templates/js/templates.html:881 +#: seahub/templates/js/templates.html:1502 +#: seahub/templates/js/templates.html:1538 +#: seahub/templates/js/templates.html:1653 +#: seahub/templates/js/templates.html:1882 +#: seahub/templates/js/templates.html:1901 #: seahub/templates/repo_dir_recycle_view.html:46 #: seahub/templates/repo_history_view.html:59 -#: seahub/templates/sysadmin/userinfo.html:151 -#: seahub/templates/sysadmin/userinfo.html:201 -#: seahub/templates/sysadmin/userinfo.html:238 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/sysadmin/userinfo.html:220 +#: seahub/templates/sysadmin/userinfo.html:257 #: seahub/templates/view_shared_dir.html:51 msgid "Size" msgstr "" #: seahub/institutions/templates/institutions/user_info.html:68 -#: seahub/templates/js/sysadmin-templates.html:491 -#: seahub/templates/js/templates.html:148 -#: seahub/templates/js/templates.html:365 -#: seahub/templates/js/templates.html:810 -#: seahub/templates/js/templates.html:843 -#: seahub/templates/js/templates.html:1346 -#: seahub/templates/js/templates.html:1406 -#: seahub/templates/js/templates.html:1442 -#: seahub/templates/js/templates.html:1466 -#: seahub/templates/js/templates.html:1557 -#: seahub/templates/sysadmin/userinfo.html:152 -#: seahub/templates/sysadmin/userinfo.html:202 +#: seahub/templates/js/sysadmin-templates.html:529 +#: seahub/templates/js/templates.html:159 +#: seahub/templates/js/templates.html:400 +#: seahub/templates/js/templates.html:845 +#: seahub/templates/js/templates.html:891 +#: seahub/templates/js/templates.html:1443 +#: seahub/templates/js/templates.html:1503 +#: seahub/templates/js/templates.html:1539 +#: seahub/templates/js/templates.html:1563 +#: seahub/templates/js/templates.html:1654 +#: seahub/templates/sysadmin/userinfo.html:171 +#: seahub/templates/sysadmin/userinfo.html:221 #: seahub/templates/view_shared_dir.html:52 msgid "Last Update" msgstr "" #: seahub/institutions/templates/institutions/user_info.html:75 -#: seahub/templates/js/templates.html:1478 +#: seahub/templates/js/templates.html:1575 #: seahub/templates/sysadmin/sys_org_info_library.html:27 -#: seahub/templates/sysadmin/userinfo.html:159 -#: seahub/templates/sysadmin/userinfo.html:208 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:227 msgid "Encrypted" msgstr "" #: seahub/institutions/templates/institutions/user_info.html:75 #: seahub/institutions/templates/institutions/user_info.html:77 -#: seahub/templates/sysadmin/userinfo.html:159 -#: seahub/templates/sysadmin/userinfo.html:161 -#: seahub/templates/sysadmin/userinfo.html:208 -#: seahub/templates/sysadmin/userinfo.html:210 -#: seahub/templates/sysadmin/userinfo.html:212 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +#: seahub/templates/sysadmin/userinfo.html:227 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/sysadmin/userinfo.html:231 msgid "library icon" msgstr "" #: seahub/institutions/templates/institutions/user_info.html:103 -#: seahub/templates/sysadmin/userinfo.html:189 +#: seahub/templates/sysadmin/userinfo.html:208 msgid "This user has not created any libraries" msgstr "" #: seahub/institutions/templates/institutions/user_info.html:128 -#: seahub/templates/sysadmin/userinfo.html:300 +#: seahub/templates/sysadmin/userinfo.html:319 msgid "This user has not created or joined any groups" msgstr "" @@ -2362,6 +2422,7 @@ msgstr "" #: seahub/institutions/templates/institutions/useradmin.html:128 #: seahub/templates/sysadmin/sys_inst_info_user.html:119 #: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:120 #: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit succeeded" msgstr "" @@ -2369,6 +2430,7 @@ msgstr "" #: seahub/institutions/templates/institutions/useradmin.html:136 #: seahub/templates/sysadmin/sys_inst_info_user.html:127 #: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:127 #: seahub/templates/sysadmin/useradmin_js.html:81 msgid "Edit failed." msgstr "" @@ -2380,8 +2442,8 @@ msgid "Search User" msgstr "" #: seahub/institutions/templates/institutions/useradmin_search.html:13 -#: seahub/templates/js/sysadmin-templates.html:367 -#: seahub/templates/js/sysadmin-templates.html:595 +#: seahub/templates/js/sysadmin-templates.html:399 +#: seahub/templates/js/sysadmin-templates.html:633 #: seahub/templates/sysadmin/sys_inst_search_user.html:11 #: seahub/templates/sysadmin/sys_org_search.html:15 #: seahub/templates/sysadmin/user_search.html:14 @@ -2389,39 +2451,40 @@ msgid "Result" msgstr "" #: seahub/institutions/views.py:162 -#: seahub/templates/js/sysadmin-templates.html:330 -#: seahub/templates/js/sysadmin-templates.html:351 -#: seahub/templates/js/sysadmin-templates.html:364 -#: seahub/templates/js/sysadmin-templates.html:376 -#: seahub/templates/js/sysadmin-templates.html:448 -#: seahub/templates/js/sysadmin-templates.html:570 -#: seahub/templates/js/sysadmin-templates.html:601 -#: seahub/templates/js/sysadmin-templates.html:619 -#: seahub/templates/js/sysadmin-templates.html:845 +#: seahub/templates/js/sysadmin-templates.html:362 +#: seahub/templates/js/sysadmin-templates.html:383 +#: seahub/templates/js/sysadmin-templates.html:396 +#: seahub/templates/js/sysadmin-templates.html:408 +#: seahub/templates/js/sysadmin-templates.html:486 +#: seahub/templates/js/sysadmin-templates.html:608 +#: seahub/templates/js/sysadmin-templates.html:639 +#: seahub/templates/js/sysadmin-templates.html:657 +#: seahub/templates/js/sysadmin-templates.html:883 +#: seahub/templates/js/templates.html:1540 #: seahub/templates/sysadmin/sys_org_admin.html:30 #: seahub/templates/sysadmin/sys_org_info_library.html:21 #: seahub/templates/sysadmin/sys_publink_admin.html:13 #: seahub/templates/sysadmin/sys_virus_scan_records.html:12 -#: seahub/views/sysadmin.py:672 +#: seahub/views/sysadmin.py:716 msgid "Owner" msgstr "" #: seahub/institutions/views.py:166 -#: seahub/templates/js/sysadmin-templates.html:850 -#: seahub/templates/js/sysadmin-templates.html:854 -#: seahub/templates/js/sysadmin-templates.html:857 -#: seahub/templates/js/templates.html:1734 -#: seahub/templates/js/templates.html:1738 -#: seahub/templates/js/templates.html:1741 seahub/views/sysadmin.py:676 +#: seahub/templates/js/sysadmin-templates.html:888 +#: seahub/templates/js/sysadmin-templates.html:892 +#: seahub/templates/js/sysadmin-templates.html:895 +#: seahub/templates/js/templates.html:1831 +#: seahub/templates/js/templates.html:1835 +#: seahub/templates/js/templates.html:1838 seahub/views/sysadmin.py:720 msgid "Member" msgstr "" -#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:779 +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:827 #, python-format msgid "Successfully deleted %s" msgstr "" -#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:789 +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:837 msgid "Failed to delete: the user does not exist" msgstr "" @@ -2461,10 +2524,10 @@ msgid "Set your password" msgstr "" #: seahub/invitations/templates/invitations/token_view.html:26 -#: seahub/templates/sysadmin/settings.html:214 +#: seahub/templates/sysadmin/settings.html:227 #: seahub/templates/sysadmin/sys_inst_info_user.html:165 #: seahub/templates/sysadmin/useradmin_js.html:268 -#: seahub/templates/sysadmin/userinfo.html:492 +#: seahub/templates/sysadmin/userinfo.html:553 msgid "It is required." msgstr "" @@ -2485,7 +2548,7 @@ msgstr "" #: seahub/notifications/models.py:505 seahub/notifications/models.py:542 #: seahub/notifications/models.py:574 seahub/notifications/models.py:592 #: seahub/notifications/models.py:622 seahub/notifications/models.py:644 -#: seahub/utils/__init__.py:142 seahub/utils/__init__.py:1123 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1184 msgid "Internal error" msgstr "" @@ -2574,9 +2637,10 @@ msgstr "" #: seahub/notifications/templates/notifications/notice_email.html:20 #: seahub/notifications/templates/notifications/user_notification_list.html:22 #: seahub/templates/file_revisions.html:54 -#: seahub/templates/js/sysadmin-templates.html:242 -#: seahub/templates/js/sysadmin-templates.html:880 -#: seahub/templates/repo_history.html:29 +#: seahub/templates/js/sysadmin-templates.html:274 +#: seahub/templates/js/sysadmin-templates.html:925 +#: seahub/templates/js/sysadmin-templates.html:965 +#: seahub/templates/repo_history.html:33 seahub/templates/repo_history.html:40 msgid "Time" msgstr "" @@ -2693,7 +2757,7 @@ msgid "Clear" msgstr "" #: seahub/notifications/templates/notifications/user_notification_list.html:29 -#: seahub/templates/libraries.html:18 seahub/templates/libraries.html.py:207 +#: seahub/templates/libraries.html:18 seahub/templates/libraries.html:207 #: seahub/templates/repo_dir_recycle_view.html:59 msgid "More" msgstr "" @@ -2730,11 +2794,12 @@ msgstr "" #: seahub/profile/templates/profile/set_profile.html:5 #: seahub/profile/templates/profile/set_profile.html:27 -#: seahub/templates/base.html:70 seahub/templates/js/sysadmin-templates.html:15 -#: seahub/templates/js/sysadmin-templates.html:280 -#: seahub/templates/js/templates.html:1235 -#: seahub/templates/js/templates.html:2032 seahub/templates/libraries.html:149 -#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/base.html:70 +#: seahub/templates/js/sysadmin-templates.html:28 +#: seahub/templates/js/sysadmin-templates.html:312 +#: seahub/templates/js/templates.html:1310 +#: seahub/templates/js/templates.html:2096 seahub/templates/libraries.html:149 +#: seahub/templates/sysadmin/base.html:36 #: seahub/templates/sysadmin/settings.html:7 #: seahub/templates/sysadmin/sys_org_info_group.html:11 #: seahub/templates/sysadmin/sys_org_info_library.html:11 @@ -2753,13 +2818,13 @@ msgstr "" #: seahub/profile/templates/profile/set_profile.html:19 #: seahub/profile/templates/profile/set_profile.html:113 -#: seahub/templates/sysadmin/userinfo.html:99 +#: seahub/templates/sysadmin/userinfo.html:111 msgid "Two-Factor Authentication" msgstr "" #: seahub/profile/templates/profile/set_profile.html:21 #: seahub/profile/templates/profile/set_profile.html:138 -#: seahub/profile/templates/profile/set_profile.html:161 +#: seahub/profile/templates/profile/set_profile.html:201 msgid "Delete Account" msgstr "" @@ -2772,7 +2837,7 @@ msgid "Avatar:" msgstr "" #: seahub/profile/templates/profile/set_profile.html:34 -#: seahub/templates/snippets/web_settings_form.html:38 +#: seahub/templates/snippets/web_settings_form.html:52 msgid "Change" msgstr "" @@ -2841,13 +2906,13 @@ msgid "Choose default library:" msgstr "" #: seahub/profile/templates/profile/set_profile.html:115 -#: seahub/templates/sysadmin/userinfo.html:102 +#: seahub/templates/sysadmin/userinfo.html:114 msgid "enabled" msgstr "" #: seahub/profile/templates/profile/set_profile.html:117 -#: seahub/templates/sysadmin/userinfo.html:103 -#: seahub/templates/sysadmin/userinfo.html:105 +#: seahub/templates/sysadmin/userinfo.html:115 +#: seahub/templates/sysadmin/userinfo.html:117 msgid "Disable Two-Factor Authentication" msgstr "" @@ -2882,7 +2947,19 @@ msgstr "" msgid "This operation will not be reverted. Please think twice!" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:162 +#: seahub/profile/templates/profile/set_profile.html:179 +msgid " is not supported. Please choose an image file." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:184 +msgid " is not supported. File extensions can only be " +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:191 +msgid " is too large. Allowed maximum size is 1MB." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:202 msgid "Really want to delete your account?" msgstr "" @@ -2915,20 +2992,12 @@ msgstr "" msgid "Successfully set \"%s\" as your default library." msgstr "" -#: seahub/settings.py:143 -msgid "العربية" -msgstr "" - -#: seahub/settings.py:145 +#: seahub/settings.py:146 msgid "Català" msgstr "" -#: seahub/settings.py:147 -msgid "Deutsch" -msgstr "" - #: seahub/settings.py:148 -msgid "ελληνικά" +msgid "Deutsch" msgstr "" #: seahub/settings.py:149 @@ -2948,86 +3017,94 @@ msgid "Español de México" msgstr "" #: seahub/settings.py:153 -msgid "Suomi" +msgid "Français" msgstr "" #: seahub/settings.py:154 -msgid "français" -msgstr "" - -#: seahub/settings.py:155 -msgid "עברית" -msgstr "" - -#: seahub/settings.py:156 -msgid "Magyar" -msgstr "" - -#: seahub/settings.py:157 -msgid "Íslenska" -msgstr "" - -#: seahub/settings.py:158 msgid "Italiano" msgstr "" -#: seahub/settings.py:159 -msgid "日本語" +#: seahub/settings.py:155 +msgid "Íslenska" msgstr "" -#: seahub/settings.py:160 -msgid "한국어" -msgstr "" - -#: seahub/settings.py:162 +#: seahub/settings.py:156 msgid "Latvian" msgstr "" -#: seahub/settings.py:164 +#: seahub/settings.py:158 +msgid "Magyar" +msgstr "" + +#: seahub/settings.py:159 msgid "Nederlands" msgstr "" -#: seahub/settings.py:165 +#: seahub/settings.py:160 msgid "Polski" msgstr "" -#: seahub/settings.py:166 +#: seahub/settings.py:161 msgid "Portuguese, Brazil" msgstr "" -#: seahub/settings.py:167 +#: seahub/settings.py:162 msgid "Русский" msgstr "" -#: seahub/settings.py:169 +#: seahub/settings.py:164 msgid "Slovenian" msgstr "" -#: seahub/settings.py:170 +#: seahub/settings.py:165 +msgid "Suomi" +msgstr "" + +#: seahub/settings.py:166 msgid "Svenska" msgstr "" -#: seahub/settings.py:171 -msgid "ไทย" -msgstr "" - -#: seahub/settings.py:172 -msgid "Türkçe" -msgstr "" - -#: seahub/settings.py:173 -msgid "українська мова" -msgstr "" - -#: seahub/settings.py:174 +#: seahub/settings.py:167 msgid "Tiếng Việt" msgstr "" +#: seahub/settings.py:168 +msgid "Türkçe" +msgstr "" + +#: seahub/settings.py:169 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:170 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:171 +msgid "العربية" +msgstr "" + +#: seahub/settings.py:172 +msgid "ελληνικά" +msgstr "" + +#: seahub/settings.py:173 +msgid "ไทย" +msgstr "" + +#: seahub/settings.py:174 +msgid "한국어" +msgstr "" + #: seahub/settings.py:175 +msgid "日本語" +msgstr "" + +#: seahub/settings.py:177 msgid "简体中文" msgstr "" -#: seahub/settings.py:176 +#: seahub/settings.py:178 msgid "繁體中文" msgstr "" @@ -3039,11 +3116,11 @@ msgstr "" msgid "Email is not longer than 512 characters" msgstr "" -#: seahub/share/models.py:72 +#: seahub/share/models.py:75 msgid "Password can't be empty" msgstr "" -#: seahub/share/models.py:79 +#: seahub/share/models.py:82 msgid "Please enter a correct password." msgstr "" @@ -3091,9 +3168,9 @@ msgid "" msgstr "" #: seahub/share/views.py:333 seahub/thumbnail/views.py:40 -#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 -#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 -#: seahub/views/ajax.py:548 seahub/views/ajax.py:742 seahub/views/ajax.py:1089 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:210 +#: seahub/views/ajax.py:389 seahub/views/ajax.py:453 seahub/views/ajax.py:503 +#: seahub/views/ajax.py:552 seahub/views/ajax.py:746 seahub/views/ajax.py:1093 msgid "Library does not exist." msgstr "" @@ -3145,19 +3222,19 @@ msgid "View profile and more" msgstr "" #: seahub/templates/base.html:73 seahub/templates/js/sysadmin-templates.html:5 -#: seahub/templates/js/templates.html:2034 +#: seahub/templates/js/templates.html:2098 #: seahub/templates/sysadmin/base.html:13 msgid "System Admin" msgstr "" -#: seahub/templates/base.html:76 seahub/templates/js/templates.html:2037 +#: seahub/templates/base.html:76 seahub/templates/js/templates.html:2101 msgid "Organization Admin" msgstr "" #: seahub/templates/base.html:82 seahub/templates/base_for_backbone.html:65 #: seahub/templates/finish_payment.html:5 -#: seahub/templates/js/sysadmin-templates.html:282 -#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/sysadmin-templates.html:314 +#: seahub/templates/js/templates.html:2106 msgid "Log out" msgstr "" @@ -3173,9 +3250,9 @@ msgid "" msgstr "" #: seahub/templates/base_for_backbone.html:58 -#: seahub/templates/js/sysadmin-templates.html:40 -#: seahub/templates/js/templates.html:2009 -#: seahub/templates/sysadmin/base.html:46 +#: seahub/templates/js/sysadmin-templates.html:64 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/base.html:72 msgid "Notifications" msgstr "" @@ -3201,7 +3278,7 @@ msgid "" msgstr "" #: seahub/templates/choose_register.html:13 -#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/login.html:83 #: seahub/templates/registration/registration_form.html:11 msgid "Signup" msgstr "" @@ -3231,21 +3308,21 @@ msgid "Please enter the password." msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:86 -#: seahub/templates/js/sysadmin-templates.html:541 -#: seahub/templates/js/templates.html:254 -#: seahub/templates/js/templates.html:260 -#: seahub/templates/js/templates.html:402 -#: seahub/templates/js/templates.html:469 -#: seahub/templates/js/templates.html:539 -#: seahub/templates/js/templates.html:649 -#: seahub/templates/js/templates.html:716 +#: seahub/templates/js/sysadmin-templates.html:579 +#: seahub/templates/js/templates.html:289 +#: seahub/templates/js/templates.html:295 +#: seahub/templates/js/templates.html:437 +#: seahub/templates/js/templates.html:504 +#: seahub/templates/js/templates.html:574 +#: seahub/templates/js/templates.html:684 #: seahub/templates/js/templates.html:751 +#: seahub/templates/js/templates.html:786 #: seahub/templates/repo_history_view.html:79 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/shared_file_view.html:85 -#: seahub/templates/sysadmin/userinfo.html:255 -#: seahub/templates/view_file_base.html:69 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/sysadmin/userinfo.html:274 +#: seahub/templates/view_file_base.html:87 +#: seahub/templates/view_file_base.html:169 #: seahub/templates/view_history_file.html:23 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_shared_dir.html:68 @@ -3258,44 +3335,45 @@ msgid "Download" msgstr "" #: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 -#: seahub/templates/js/templates.html:557 -#: seahub/templates/js/templates.html:661 -#: seahub/templates/js/templates.html:728 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:696 +#: seahub/templates/js/templates.html:763 msgid "Access Log" msgstr "" -#: seahub/templates/file_access.html:11 seahub/templates/file_revisions.html:24 -#: seahub/templates/text_diff.html:21 +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 msgid "Current Path:" msgstr "" #: seahub/templates/file_access.html:25 -#: seahub/templates/js/sysadmin-templates.html:185 -#: seahub/templates/js/sysadmin-templates.html:237 -#: seahub/templates/js/sysadmin-templates.html:696 -#: seahub/templates/js/templates.html:991 -#: seahub/templates/js/templates.html:1289 -#: seahub/templates/js/templates.html:1890 -#: seahub/templates/sysadmin/settings.html:36 -#: seahub/templates/sysadmin/sys_trafficadmin.html:19 +#: seahub/templates/js/sysadmin-templates.html:217 +#: seahub/templates/js/sysadmin-templates.html:269 +#: seahub/templates/js/sysadmin-templates.html:734 +#: seahub/templates/js/templates.html:1052 +#: seahub/templates/js/templates.html:1386 +#: seahub/templates/js/templates.html:1954 +#: seahub/templates/sysadmin/settings.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:26 msgid "User" msgstr "" #: seahub/templates/file_access.html:26 #: seahub/templates/sysadmin/sys_invitations_admin.html:18 -#: seahub/templates/sysadmin/userinfo.html:239 +#: seahub/templates/sysadmin/userinfo.html:258 msgid "Type" msgstr "" #: seahub/templates/file_access.html:27 -#: seahub/templates/js/sysadmin-templates.html:188 -#: seahub/templates/js/sysadmin-templates.html:239 +#: seahub/templates/js/sysadmin-templates.html:220 +#: seahub/templates/js/sysadmin-templates.html:271 +#: seahub/templates/js/sysadmin-templates.html:963 #: seahub/templates/libraries.html:217 msgid "IP" msgstr "" #: seahub/templates/file_access.html:27 -#: seahub/templates/js/sysadmin-templates.html:187 +#: seahub/templates/js/sysadmin-templates.html:219 #: seahub/templates/libraries.html:216 msgid "Device Name" msgstr "" @@ -3309,29 +3387,31 @@ msgid "Anonymous User" msgstr "" #: seahub/templates/file_access.html:56 -#: seahub/templates/js/sysadmin-templates.html:201 -#: seahub/templates/js/sysadmin-templates.html:338 -#: seahub/templates/js/sysadmin-templates.html:457 -#: seahub/templates/js/sysadmin-templates.html:579 -#: seahub/templates/js/sysadmin-templates.html:887 -#: seahub/templates/repo_history.html:78 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:370 +#: seahub/templates/js/sysadmin-templates.html:495 +#: seahub/templates/js/sysadmin-templates.html:617 +#: seahub/templates/js/sysadmin-templates.html:932 +#: seahub/templates/js/sysadmin-templates.html:972 +#: seahub/templates/repo_history.html:100 #: seahub/templates/snippets/admin_paginator.html:4 #: seahub/templates/sysadmin/sys_publink_admin.html:33 -#: seahub/templates/sysadmin/sys_trafficadmin.html:32 +#: seahub/templates/sysadmin/sys_trafficadmin.html:39 #: seahub/templates/sysadmin/useradmin_paginator.html:4 msgid "Previous" msgstr "" #: seahub/templates/file_access.html:59 -#: seahub/templates/js/sysadmin-templates.html:202 -#: seahub/templates/js/sysadmin-templates.html:339 -#: seahub/templates/js/sysadmin-templates.html:458 -#: seahub/templates/js/sysadmin-templates.html:580 -#: seahub/templates/js/sysadmin-templates.html:888 -#: seahub/templates/repo_history.html:81 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/js/sysadmin-templates.html:371 +#: seahub/templates/js/sysadmin-templates.html:496 +#: seahub/templates/js/sysadmin-templates.html:618 +#: seahub/templates/js/sysadmin-templates.html:933 +#: seahub/templates/js/sysadmin-templates.html:973 +#: seahub/templates/repo_history.html:103 #: seahub/templates/snippets/admin_paginator.html:7 #: seahub/templates/sysadmin/sys_publink_admin.html:36 -#: seahub/templates/sysadmin/sys_trafficadmin.html:35 +#: seahub/templates/sysadmin/sys_trafficadmin.html:42 #: seahub/templates/sysadmin/useradmin_paginator.html:7 msgid "Next" msgstr "" @@ -3339,7 +3419,7 @@ msgstr "" #: seahub/templates/file_access.html:64 #: seahub/templates/snippets/admin_paginator.html:12 #: seahub/templates/sysadmin/sys_publink_admin.html:41 -#: seahub/templates/sysadmin/sys_trafficadmin.html:40 +#: seahub/templates/sysadmin/sys_trafficadmin.html:47 #: seahub/templates/sysadmin/useradmin_paginator.html:12 msgid "Per page: " msgstr "" @@ -3361,11 +3441,11 @@ msgid "Draft saved." msgstr "" #: seahub/templates/file_edit.html:130 -#: seahub/templates/js/sysadmin-templates.html:240 -#: seahub/templates/js/templates.html:1345 -#: seahub/templates/js/templates.html:2156 -#: seahub/templates/js/templates.html:2191 -#: seahub/templates/sysadmin/settings.html:107 +#: seahub/templates/js/sysadmin-templates.html:272 +#: seahub/templates/js/templates.html:1442 +#: seahub/templates/js/templates.html:2220 +#: seahub/templates/js/templates.html:2255 +#: seahub/templates/sysadmin/settings.html:118 #: seahub/templates/sysadmin/sys_virus_scan_records.html:11 msgid "Library" msgstr "" @@ -3454,10 +3534,14 @@ msgstr "" msgid "Link" msgstr "" -#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1856 +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1920 #: seahub/templates/repo_history_view.html:74 #: seahub/templates/snippets/repo_dir_trash_tr.html:21 -#: seahub/templates/sysadmin/userinfo.html:247 +#: seahub/templates/sysadmin/sys_statistic_file.html:13 +#: seahub/templates/sysadmin/sys_statistic_storage.html:13 +#: seahub/templates/sysadmin/sys_statistic_user.html:13 +#: seahub/templates/sysadmin/sys_trafficadmin.html:10 +#: seahub/templates/sysadmin/userinfo.html:266 #: seahub/templates/view_shared_dir.html:80 #: seahub/templates/view_shared_dir.html:82 #: seahub/templates/view_shared_dir.html:85 @@ -3537,11 +3621,11 @@ msgid "Password is required." msgstr "" #: seahub/templates/file_revisions.html:5 -#: seahub/templates/js/templates.html:321 -#: seahub/templates/js/templates.html:554 -#: seahub/templates/js/templates.html:658 -#: seahub/templates/js/templates.html:725 seahub/templates/repo_history.html:5 -#: seahub/templates/view_file_base.html:61 +#: seahub/templates/js/templates.html:356 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:693 +#: seahub/templates/js/templates.html:760 seahub/templates/repo_history.html:6 +#: seahub/templates/view_file_base.html:79 msgid "History" msgstr "" @@ -3552,7 +3636,7 @@ msgstr "" #: seahub/templates/file_revisions.html:16 #: seahub/templates/repo_dir_recycle_view.html:15 -#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history.html:20 #: seahub/templates/repo_history_view.html:16 #: seahub/templates/sysadmin/sys_inst_info_base.html:16 #: seahub/templates/text_diff.html:15 @@ -3582,7 +3666,7 @@ msgid "all" msgstr "" #: seahub/templates/file_revisions.html:55 -#: seahub/templates/repo_history.html:30 +#: seahub/templates/repo_history.html:34 seahub/templates/repo_history.html:41 msgid "Modifier" msgstr "" @@ -3596,9 +3680,9 @@ msgid "(Renamed or moved from %(old_path)s)" msgstr "" #: seahub/templates/file_revisions.html:84 -#: seahub/templates/js/sysadmin-templates.html:474 -#: seahub/templates/js/templates.html:164 -#: seahub/templates/js/templates.html:178 +#: seahub/templates/js/sysadmin-templates.html:512 +#: seahub/templates/js/templates.html:175 +#: seahub/templates/js/templates.html:189 #: seahub/templates/repo_history_view.html:51 #: seahub/templates/repo_history_view.html:68 #: seahub/templates/repo_history_view.html:78 @@ -3608,8 +3692,8 @@ msgid "Restore" msgstr "" #: seahub/templates/file_revisions.html:87 -#: seahub/templates/js/templates.html:2221 -#: seahub/templates/js/templates.html:2232 +#: seahub/templates/js/templates.html:2285 +#: seahub/templates/js/templates.html:2296 msgid "View" msgstr "" @@ -3627,107 +3711,107 @@ msgid "Plan" msgstr "" #: seahub/templates/home_base.html:9 -#: seahub/templates/js/sysadmin-templates.html:125 -#: seahub/templates/js/templates.html:140 -#: seahub/templates/js/templates.html:829 -#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/sysadmin-templates.html:157 +#: seahub/templates/js/templates.html:151 +#: seahub/templates/js/templates.html:877 +#: seahub/templates/js/templates.html:1150 msgid "Files" msgstr "" -#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:338 -#: seahub/templates/js/templates.html:340 -#: seahub/templates/js/templates.html:1081 seahub/templates/libraries.html:13 +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:373 +#: seahub/templates/js/templates.html:375 +#: seahub/templates/js/templates.html:1154 seahub/templates/libraries.html:13 #: seahub/templates/libraries.html.py:39 msgid "My Libraries" msgstr "" -#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:340 -#: seahub/templates/js/templates.html:1086 seahub/templates/libraries.html:57 +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:375 +#: seahub/templates/js/templates.html:1159 seahub/templates/libraries.html:57 msgid "Shared with me" msgstr "" -#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:336 -#: seahub/templates/js/templates.html:1091 seahub/templates/libraries.html:72 +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:371 +#: seahub/templates/js/templates.html:1164 seahub/templates/libraries.html:72 msgid "Shared with all" msgstr "" -#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:1097 -#: seahub/templates/js/templates.html:1114 -#: seahub/templates/js/templates.html:1117 +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:1170 +#: seahub/templates/js/templates.html:1187 +#: seahub/templates/js/templates.html:1190 msgid "Shared with groups" msgstr "" -#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:1099 -#: seahub/templates/js/templates.html:1121 +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1194 msgid "All Groups" msgstr "" -#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:1134 +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:1207 msgid "Tools" msgstr "" -#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:1143 +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:1216 #: seahub/templates/libraries.html:192 msgid "Favorites" msgstr "" -#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:1147 +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:1220 msgid "Activities" msgstr "" #: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 -#: seahub/templates/js/templates.html:1155 -#: seahub/templates/js/templates.html:1209 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1284 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "" -#: seahub/templates/home_base.html:48 seahub/templates/js/templates.html:1161 +#: seahub/templates/home_base.html:48 seahub/templates/js/templates.html:1234 #: seahub/templates/libraries.html:211 msgid "Linked Devices" msgstr "" -#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:1165 -#: seahub/templates/js/templates.html:2246 -#: seahub/templates/js/templates.html:2247 -#: seahub/templates/js/templates.html:2284 +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:1238 +#: seahub/templates/js/templates.html:2310 +#: seahub/templates/js/templates.html:2311 +#: seahub/templates/js/templates.html:2348 msgid "Invite People" msgstr "" -#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:1170 +#: seahub/templates/home_base.html:56 msgid "Share Admin" msgstr "" -#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:825 -#: seahub/templates/js/templates.html:1177 -#: seahub/templates/js/templates.html:2115 +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:873 +#: seahub/templates/js/templates.html:1250 +#: seahub/templates/js/templates.html:2179 msgid "Folders" msgstr "" #: seahub/templates/home_base.html:62 -#: seahub/templates/js/sysadmin-templates.html:43 -#: seahub/templates/js/templates.html:1182 -#: seahub/templates/js/templates.html:1186 -#: seahub/templates/sysadmin/base.html:49 +#: seahub/templates/js/sysadmin-templates.html:70 +#: seahub/templates/js/templates.html:1255 +#: seahub/templates/js/templates.html:1259 +#: seahub/templates/sysadmin/base.html:78 msgid "Links" msgstr "" -#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:1137 -#: seahub/templates/js/templates.html:1198 +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:1210 +#: seahub/templates/js/templates.html:1273 msgid "Enable Modules" msgstr "" -#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:280 +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:315 msgid "Upload Folder" msgstr "" -#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:894 +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:955 #: seahub/templates/snippets/file_share_popup.html:26 msgid "Add auto expiration" msgstr "" -#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:897 +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:958 #: seahub/templates/snippets/file_share_popup.html:29 msgid "Days" msgstr "" @@ -3744,9 +3828,29 @@ msgstr "" msgid "Shared Libs" msgstr "" +#: seahub/templates/js/common-templates.html:6 +msgid "Setting library history is disabled by Admin" +msgstr "" + +#: seahub/templates/js/common-templates.html:11 +msgid "Keep full history" +msgstr "" + +#: seahub/templates/js/common-templates.html:17 +msgid "Don't keep history" +msgstr "" + +#: seahub/templates/js/common-templates.html:23 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/js/common-templates.html:24 +msgid "days" +msgstr "" + #: seahub/templates/js/lib-op-popups.html:5 -#: seahub/templates/js/sysadmin-templates.html:526 -#: seahub/templates/js/templates.html:293 +#: seahub/templates/js/sysadmin-templates.html:564 +#: seahub/templates/js/templates.html:328 msgid "New Folder" msgstr "" @@ -3801,326 +3905,351 @@ msgstr "" msgid "Don't replace" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:11 -#: seahub/templates/sysadmin/base.html:19 +#: seahub/templates/js/sysadmin-templates.html:16 +#: seahub/templates/sysadmin/base.html:24 +msgid "Statistic" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 msgid "Devices" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:29 -#: seahub/templates/js/sysadmin-templates.html:160 -#: seahub/templates/sysadmin/base.html:37 +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/js/sysadmin-templates.html:192 +#: seahub/templates/sysadmin/base.html:60 msgid "Organizations" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:35 -#: seahub/templates/sysadmin/base.html:42 +#: seahub/templates/js/sysadmin-templates.html:58 +#: seahub/templates/sysadmin/base.html:66 msgid "Institutions" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:47 -#: seahub/templates/sysadmin/base.html:53 -msgid "Traffic" -msgstr "" - -#: seahub/templates/js/sysadmin-templates.html:52 -#: seahub/templates/sysadmin/base.html:58 +#: seahub/templates/js/sysadmin-templates.html:76 +#: seahub/templates/sysadmin/base.html:84 msgid "Logs" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:57 -#: seahub/templates/sysadmin/base.html:63 +#: seahub/templates/js/sysadmin-templates.html:82 +#: seahub/templates/sysadmin/base.html:90 msgid "Virus Scan" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:62 -#: seahub/templates/sysadmin/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:88 +#: seahub/templates/sysadmin/base.html:96 msgid "Invitations" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:67 -#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/js/sysadmin-templates.html:94 +#: seahub/templates/sysadmin/base.html:102 #: seahub/templates/sysadmin/sys_terms_admin.html:8 msgid "Terms and Conditions" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:72 -#: seahub/templates/js/sysadmin-templates.html:871 -#: seahub/templates/sysadmin/base.html:78 +#: seahub/templates/js/sysadmin-templates.html:100 +#: seahub/templates/sysadmin/base.html:108 msgid "Admin Logs" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:80 +#: seahub/templates/js/sysadmin-templates.html:108 msgid "Search libraries by name..." msgstr "" -#: seahub/templates/js/sysadmin-templates.html:85 +#: seahub/templates/js/sysadmin-templates.html:113 msgid "Search libraries by owner..." msgstr "" -#: seahub/templates/js/sysadmin-templates.html:91 +#: seahub/templates/js/sysadmin-templates.html:119 msgid "Search groups by name..." msgstr "" -#: seahub/templates/js/sysadmin-templates.html:107 +#: seahub/templates/js/sysadmin-templates.html:135 msgid "System Info" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:110 +#: seahub/templates/js/sysadmin-templates.html:138 msgid "Professional Edition" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:112 +#: seahub/templates/js/sysadmin-templates.html:140 msgid "licensed to" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:113 +#: seahub/templates/js/sysadmin-templates.html:141 msgid "expires on" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:117 +#: seahub/templates/js/sysadmin-templates.html:146 msgid "Upload licence" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:120 +#: seahub/templates/js/sysadmin-templates.html:152 msgid "Community Edition" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:153 msgid "Upgrade to Pro Edition" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:128 +#: seahub/templates/js/sysadmin-templates.html:160 msgid "Storage Used" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:163 msgid "Total Devices" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:163 msgid "Current Connected Devices" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:135 +#: seahub/templates/js/sysadmin-templates.html:167 msgid "Limits" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:170 -#: seahub/templates/js/sysadmin-templates.html:223 +#: seahub/templates/js/sysadmin-templates.html:202 +#: seahub/templates/js/sysadmin-templates.html:255 msgid "Desktop" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:173 -#: seahub/templates/js/sysadmin-templates.html:226 +#: seahub/templates/js/sysadmin-templates.html:205 +#: seahub/templates/js/sysadmin-templates.html:258 msgid "Mobile" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:177 -#: seahub/templates/js/sysadmin-templates.html:229 +#: seahub/templates/js/sysadmin-templates.html:209 +#: seahub/templates/js/sysadmin-templates.html:261 msgid "Errors" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:186 +#: seahub/templates/js/sysadmin-templates.html:218 #: seahub/templates/libraries.html:215 msgid "Platform" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:186 -#: seahub/templates/js/sysadmin-templates.html:238 -#: seahub/templates/repo_history.html:31 +#: seahub/templates/js/sysadmin-templates.html:218 +#: seahub/templates/js/sysadmin-templates.html:270 +#: seahub/templates/repo_history.html:35 seahub/templates/repo_history.html:42 #: seahub/templates/sysadmin/sys_terms_admin.html:17 msgid "Version" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:189 +#: seahub/templates/js/sysadmin-templates.html:221 #: seahub/templates/libraries.html:218 msgid "Last Access" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:230 msgid "No connected devices" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:214 -#: seahub/templates/js/templates.html:2000 +#: seahub/templates/js/sysadmin-templates.html:246 +#: seahub/templates/js/templates.html:2064 msgid "Unlink" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:232 -#: seahub/templates/js/sysadmin-templates.html:313 +#: seahub/templates/js/sysadmin-templates.html:264 +#: seahub/templates/js/sysadmin-templates.html:345 #: seahub/templates/repo_dir_recycle_view.html:37 #: seahub/templates/repo_dir_recycle_view.html:65 msgid "Clean" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:238 -#: seahub/templates/repo_history.html:31 +#: seahub/templates/js/sysadmin-templates.html:270 +#: seahub/templates/repo_history.html:35 seahub/templates/repo_history.html:42 msgid "Device" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:250 +#: seahub/templates/js/sysadmin-templates.html:282 msgid "No sync errors" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:303 -#: seahub/templates/js/sysadmin-templates.html:505 +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:543 #: seahub/templates/sysadmin/sys_org_admin.html:14 msgid "All" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:306 -#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/sysadmin-templates.html:338 +#: seahub/templates/js/sysadmin-templates.html:541 msgid "System" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:309 -#: seahub/templates/js/templates.html:319 -#: seahub/templates/js/templates.html:324 +#: seahub/templates/js/sysadmin-templates.html:341 +#: seahub/templates/js/templates.html:354 +#: seahub/templates/js/templates.html:359 #: seahub/templates/view_trash_file.html:6 msgid "Trash" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:316 #: seahub/templates/js/sysadmin-templates.html:348 -#: seahub/templates/js/templates.html:4 seahub/templates/js/templates.html:1226 -#: seahub/templates/libraries.html:15 +#: seahub/templates/js/sysadmin-templates.html:380 +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1301 seahub/templates/libraries.html:15 msgid "New Library" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:328 -#: seahub/templates/js/sysadmin-templates.html:374 +#: seahub/templates/js/sysadmin-templates.html:360 +#: seahub/templates/js/sysadmin-templates.html:406 msgid "Files / Size" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:342 -#: seahub/templates/js/sysadmin-templates.html:384 -#: seahub/templates/js/sysadmin-templates.html:797 +#: seahub/templates/js/sysadmin-templates.html:374 +#: seahub/templates/js/sysadmin-templates.html:416 +#: seahub/templates/js/sysadmin-templates.html:835 msgid "No libraries" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:352 -#: seahub/templates/js/sysadmin-templates.html:620 +#: seahub/templates/js/sysadmin-templates.html:384 +#: seahub/templates/js/sysadmin-templates.html:658 msgid "(If left blank, owner will be admin)" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:360 +#: seahub/templates/js/sysadmin-templates.html:392 msgid "Search Library" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:362 +#: seahub/templates/js/sysadmin-templates.html:394 msgid "Tip: you can search by keyword in name or owner or both." msgstr "" -#: seahub/templates/js/sysadmin-templates.html:412 -#: seahub/templates/js/sysadmin-templates.html:633 -#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:98 -#: seahub/templates/js/templates.html:1618 -#: seahub/templates/sysadmin/userinfo.html:181 +#: seahub/templates/js/sysadmin-templates.html:444 +#: seahub/templates/js/sysadmin-templates.html:671 +#: seahub/templates/js/templates.html:63 +#: seahub/templates/js/templates.html:109 +#: seahub/templates/js/templates.html:1715 +#: seahub/templates/sysadmin/userinfo.html:200 msgid "Transfer" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:414 -#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:95 -#: seahub/templates/js/templates.html:307 -#: seahub/templates/js/templates.html:405 -#: seahub/templates/js/templates.html:471 -#: seahub/templates/js/templates.html:541 -#: seahub/templates/js/templates.html:651 -#: seahub/templates/js/templates.html:718 +#: seahub/templates/js/sysadmin-templates.html:446 +#: seahub/templates/js/templates.html:60 +#: seahub/templates/js/templates.html:104 +#: seahub/templates/js/templates.html:448 +#: seahub/templates/js/templates.html:462 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:584 +#: seahub/templates/js/templates.html:608 +#: seahub/templates/js/templates.html:682 +msgid "More Operations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:449 +#: seahub/templates/js/templates.html:57 +#: seahub/templates/js/templates.html:106 +#: seahub/templates/js/templates.html:201 +#: seahub/templates/js/templates.html:208 +#: seahub/templates/js/templates.html:236 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:342 +#: seahub/templates/js/templates.html:440 +#: seahub/templates/js/templates.html:506 +#: seahub/templates/js/templates.html:576 +#: seahub/templates/js/templates.html:686 #: seahub/templates/js/templates.html:753 -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/js/templates.html:788 +#: seahub/templates/js/templates.html:1120 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/view_file_base.html:74 msgid "Share" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:442 +#: seahub/templates/js/sysadmin-templates.html:451 +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:110 +msgid "History Setting" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:480 #: seahub/templates/libraries.html:43 msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." msgstr "" -#: seahub/templates/js/sysadmin-templates.html:449 -#: seahub/templates/js/templates.html:1424 -#: seahub/templates/js/templates.html:1431 +#: seahub/templates/js/sysadmin-templates.html:487 +#: seahub/templates/js/templates.html:1521 +#: seahub/templates/js/templates.html:1528 msgid "Deleted Time" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:461 +#: seahub/templates/js/sysadmin-templates.html:499 msgid "No library deleted yet" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:523 -#: seahub/templates/js/templates.html:268 -#: seahub/templates/js/templates.html:273 -#: seahub/templates/js/templates.html:287 -#: seahub/templates/sysadmin/userinfo.html:264 +#: seahub/templates/js/sysadmin-templates.html:561 +#: seahub/templates/js/templates.html:303 +#: seahub/templates/js/templates.html:308 +#: seahub/templates/js/templates.html:322 +#: seahub/templates/sysadmin/userinfo.html:283 msgid "Upload" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:561 -#: seahub/templates/js/sysadmin-templates.html:616 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:654 #: seahub/templates/libraries.html:100 seahub/templates/libraries.html:118 msgid "New Group" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:562 +#: seahub/templates/js/sysadmin-templates.html:600 #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 #: seahub/templates/sysadmin/sys_useradmin.html:28 msgid "Export Excel" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:571 -#: seahub/templates/js/sysadmin-templates.html:602 +#: seahub/templates/js/sysadmin-templates.html:609 +#: seahub/templates/js/sysadmin-templates.html:640 msgid "Created At" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:583 -#: seahub/templates/js/sysadmin-templates.html:610 +#: seahub/templates/js/sysadmin-templates.html:621 +#: seahub/templates/js/sysadmin-templates.html:648 msgid "No groups" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:589 +#: seahub/templates/js/sysadmin-templates.html:627 msgid "Search Group" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:591 +#: seahub/templates/js/sysadmin-templates.html:629 msgid "Tip: you can search by keyword in name." msgstr "" -#: seahub/templates/js/sysadmin-templates.html:686 -#: seahub/templates/js/templates.html:865 +#: seahub/templates/js/sysadmin-templates.html:724 +#: seahub/templates/js/templates.html:926 msgid "Share to user" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:687 -#: seahub/templates/js/templates.html:866 +#: seahub/templates/js/sysadmin-templates.html:725 +#: seahub/templates/js/templates.html:927 msgid "Share to group" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:697 -#: seahub/templates/js/sysadmin-templates.html:724 -#: seahub/templates/js/templates.html:419 -#: seahub/templates/js/templates.html:479 -#: seahub/templates/js/templates.html:761 -#: seahub/templates/js/templates.html:992 -#: seahub/templates/js/templates.html:1019 -#: seahub/templates/js/templates.html:1290 -#: seahub/templates/js/templates.html:1316 -#: seahub/templates/js/templates.html:1467 -#: seahub/templates/js/templates.html:1892 -#: seahub/templates/js/templates.html:1936 -#: seahub/templates/js/templates.html:2068 -#: seahub/templates/js/templates.html:2123 +#: seahub/templates/js/sysadmin-templates.html:735 +#: seahub/templates/js/sysadmin-templates.html:762 +#: seahub/templates/js/templates.html:454 +#: seahub/templates/js/templates.html:514 +#: seahub/templates/js/templates.html:796 +#: seahub/templates/js/templates.html:1053 +#: seahub/templates/js/templates.html:1083 +#: seahub/templates/js/templates.html:1387 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/js/templates.html:1564 +#: seahub/templates/js/templates.html:1956 +#: seahub/templates/js/templates.html:2000 +#: seahub/templates/js/templates.html:2132 +#: seahub/templates/js/templates.html:2187 msgid "Permission" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:723 -#: seahub/templates/js/templates.html:1018 -#: seahub/templates/js/templates.html:1315 -#: seahub/templates/js/templates.html:1934 +#: seahub/templates/js/sysadmin-templates.html:761 +#: seahub/templates/js/templates.html:1082 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1998 msgid "Group" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:760 -#: seahub/templates/js/templates.html:1236 seahub/templates/libraries.html:159 +#: seahub/templates/js/sysadmin-templates.html:798 +#: seahub/templates/js/templates.html:1311 seahub/templates/libraries.html:159 #: seahub/templates/sysadmin/sys_inst_info_admins.html:7 #: seahub/templates/sysadmin/sys_inst_info_user.html:13 #: seahub/templates/sysadmin/sys_org_info_group.html:8 @@ -4130,41 +4259,68 @@ msgstr "" msgid "Members" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:765 -#: seahub/templates/js/sysadmin-templates.html:773 +#: seahub/templates/js/sysadmin-templates.html:803 +#: seahub/templates/js/sysadmin-templates.html:811 msgid "Add Member" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:789 -#: seahub/templates/js/templates.html:1443 +#: seahub/templates/js/sysadmin-templates.html:827 msgid "Shared By" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:815 -#: seahub/templates/js/templates.html:189 -#: seahub/templates/js/templates.html:212 -#: seahub/templates/js/templates.html:224 -#: seahub/templates/js/templates.html:243 -#: seahub/templates/js/templates.html:2110 +#: seahub/templates/js/sysadmin-templates.html:853 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:211 +#: seahub/templates/js/templates.html:239 +#: seahub/templates/js/templates.html:246 +#: seahub/templates/js/templates.html:259 +#: seahub/templates/js/templates.html:278 +#: seahub/templates/js/templates.html:2174 msgid "Unshare" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/sysadmin-templates.html:873 msgid "No members" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:878 +#: seahub/templates/js/sysadmin-templates.html:911 +#: seahub/templates/js/sysadmin-templates.html:951 +msgid "Admin Operation Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:914 +#: seahub/templates/js/sysadmin-templates.html:954 +msgid "Admin Login Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:923 msgid "Operation" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:879 +#: seahub/templates/js/sysadmin-templates.html:924 #: seahub/templates/view_file_markdown.html:11 #: seahub/templates/view_file_text.html:16 msgid "Detail" msgstr "" -#: seahub/templates/js/sysadmin-templates.html:891 -msgid "No Admin Logs" +#: seahub/templates/js/sysadmin-templates.html:936 +msgid "No Admin Operation Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:976 +msgid "No Admin Login Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:985 +#: seahub/templates/sysadmin/settings.html:211 +#: seahub/templates/sysadmin/settings.html:249 seahub/views/sysadmin.py:1324 +#: seahub/views/sysadmin.py:1381 seahub/views/sysadmin.py:2159 +#: seahub/views/sysadmin.py:2241 seahub/views/sysadmin.py:2412 +msgid "Success" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:987 +msgid "Failed" msgstr "" #: seahub/templates/js/templates.html:8 @@ -4184,259 +4340,261 @@ msgid "Encrypt" msgstr "" #: seahub/templates/js/templates.html:31 -#: seahub/templates/js/templates.html:1984 +#: seahub/templates/js/templates.html:2048 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/js/templates.html:33 seahub/templates/js/templates.html:888 -#: seahub/templates/js/templates.html:955 +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1016 #: seahub/templates/snippets/file_share_popup.html:20 msgid "Password again" msgstr "" -#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:93 -#: seahub/templates/js/templates.html:413 -#: seahub/templates/js/templates.html:427 -#: seahub/templates/js/templates.html:467 -#: seahub/templates/js/templates.html:549 -#: seahub/templates/js/templates.html:573 -#: seahub/templates/js/templates.html:647 -msgid "More Operations" +#: seahub/templates/js/templates.html:43 seahub/templates/js/templates.html:76 +msgid "Label current state" msgstr "" -#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:97 -#: seahub/templates/js/templates.html:415 -#: seahub/templates/js/templates.html:475 -#: seahub/templates/js/templates.html:551 -#: seahub/templates/js/templates.html:655 -#: seahub/templates/js/templates.html:722 +#: seahub/templates/js/templates.html:62 +#: seahub/templates/js/templates.html:108 +#: seahub/templates/js/templates.html:450 +#: seahub/templates/js/templates.html:510 +#: seahub/templates/js/templates.html:586 +#: seahub/templates/js/templates.html:690 #: seahub/templates/js/templates.html:757 -#: seahub/templates/js/templates.html:1617 -#: seahub/templates/js/templates.html:1636 +#: seahub/templates/js/templates.html:792 +#: seahub/templates/js/templates.html:1714 +#: seahub/templates/js/templates.html:1733 msgid "Rename" msgstr "" -#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:99 -msgid "History Setting" -msgstr "" - -#: seahub/templates/js/templates.html:58 seahub/templates/js/templates.html:101 +#: seahub/templates/js/templates.html:66 +#: seahub/templates/js/templates.html:112 msgid "Change Password" msgstr "" -#: seahub/templates/js/templates.html:61 seahub/templates/js/templates.html:104 +#: seahub/templates/js/templates.html:69 +#: seahub/templates/js/templates.html:115 msgid "Share Links" msgstr "" -#: seahub/templates/js/templates.html:64 seahub/templates/js/templates.html:107 +#: seahub/templates/js/templates.html:72 +#: seahub/templates/js/templates.html:118 msgid "Folder Permission" msgstr "" -#: seahub/templates/js/templates.html:66 seahub/templates/js/templates.html:109 -#: seahub/templates/js/templates.html:421 -#: seahub/templates/js/templates.html:432 -#: seahub/templates/js/templates.html:481 -#: seahub/templates/js/templates.html:487 -#: seahub/templates/js/templates.html:567 -#: seahub/templates/js/templates.html:578 -#: seahub/templates/js/templates.html:671 -#: seahub/templates/js/templates.html:677 -#: seahub/templates/js/templates.html:738 -#: seahub/templates/js/templates.html:744 -#: seahub/templates/js/templates.html:764 -#: seahub/templates/js/templates.html:770 -#: seahub/templates/js/templates.html:1508 -#: seahub/templates/repo_history.html:41 +#: seahub/templates/js/templates.html:74 +#: seahub/templates/js/templates.html:120 +#: seahub/templates/js/templates.html:456 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:516 +#: seahub/templates/js/templates.html:522 +#: seahub/templates/js/templates.html:602 +#: seahub/templates/js/templates.html:613 +#: seahub/templates/js/templates.html:706 +#: seahub/templates/js/templates.html:712 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/js/templates.html:779 +#: seahub/templates/js/templates.html:799 +#: seahub/templates/js/templates.html:805 +#: seahub/templates/js/templates.html:1605 +#: seahub/templates/repo_history.html:53 msgid "Details" msgstr "" -#: seahub/templates/js/templates.html:72 seahub/templates/js/templates.html:115 +#: seahub/templates/js/templates.html:83 +#: seahub/templates/js/templates.html:126 msgid "Broken (please contact your administrator to fix this library)" msgstr "" -#: seahub/templates/js/templates.html:251 -#: seahub/templates/js/templates.html:416 -#: seahub/templates/js/templates.html:476 -#: seahub/templates/js/templates.html:552 -#: seahub/templates/js/templates.html:656 -#: seahub/templates/js/templates.html:723 +#: seahub/templates/js/templates.html:286 +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:511 +#: seahub/templates/js/templates.html:587 +#: seahub/templates/js/templates.html:691 #: seahub/templates/js/templates.html:758 +#: seahub/templates/js/templates.html:793 msgid "Move" msgstr "" -#: seahub/templates/js/templates.html:252 -#: seahub/templates/js/templates.html:259 -#: seahub/templates/js/templates.html:417 -#: seahub/templates/js/templates.html:430 -#: seahub/templates/js/templates.html:477 -#: seahub/templates/js/templates.html:485 -#: seahub/templates/js/templates.html:553 -#: seahub/templates/js/templates.html:576 -#: seahub/templates/js/templates.html:657 -#: seahub/templates/js/templates.html:675 -#: seahub/templates/js/templates.html:724 -#: seahub/templates/js/templates.html:742 +#: seahub/templates/js/templates.html:287 +#: seahub/templates/js/templates.html:294 +#: seahub/templates/js/templates.html:452 +#: seahub/templates/js/templates.html:465 +#: seahub/templates/js/templates.html:512 +#: seahub/templates/js/templates.html:520 +#: seahub/templates/js/templates.html:588 +#: seahub/templates/js/templates.html:611 +#: seahub/templates/js/templates.html:692 +#: seahub/templates/js/templates.html:710 #: seahub/templates/js/templates.html:759 -#: seahub/templates/js/templates.html:768 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/js/templates.html:794 +#: seahub/templates/js/templates.html:803 msgid "Copy" msgstr "" -#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:311 msgid "Upload Files" msgstr "" -#: seahub/templates/js/templates.html:287 +#: seahub/templates/js/templates.html:322 msgid "Out of quota" msgstr "" -#: seahub/templates/js/templates.html:290 +#: seahub/templates/js/templates.html:325 msgid "New" msgstr "" -#: seahub/templates/js/templates.html:294 +#: seahub/templates/js/templates.html:329 msgid "New File" msgstr "" -#: seahub/templates/js/templates.html:297 +#: seahub/templates/js/templates.html:332 msgid "New Markdown File" msgstr "" -#: seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:333 msgid "New Excel File" msgstr "" -#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:334 msgid "New PowerPoint File" msgstr "" -#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:335 msgid "New Word File" msgstr "" -#: seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:348 #: seahub/templates/view_shared_dir.html:27 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/view_shared_dir.html:31 msgid "List" msgstr "" -#: seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:348 msgid "list view" msgstr "" -#: seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:348 #: seahub/templates/view_shared_dir.html:33 #: seahub/templates/view_shared_dir.html:35 #: seahub/templates/view_shared_dir.html:37 msgid "Grid" msgstr "" -#: seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:348 msgid "grid view" msgstr "" -#: seahub/templates/js/templates.html:363 -#: seahub/templates/js/templates.html:380 -#: seahub/templates/js/templates.html:1404 -#: seahub/templates/js/templates.html:1416 -#: seahub/templates/js/templates.html:1425 -#: seahub/templates/js/templates.html:1432 -#: seahub/templates/js/templates.html:1440 -#: seahub/templates/js/templates.html:1454 +#: seahub/templates/js/templates.html:398 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:1501 +#: seahub/templates/js/templates.html:1513 +#: seahub/templates/js/templates.html:1522 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1551 msgid "Actions" msgstr "" -#: seahub/templates/js/templates.html:376 -#: seahub/templates/js/templates.html:1413 -#: seahub/templates/js/templates.html:1450 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:1510 +#: seahub/templates/js/templates.html:1547 msgid "Sort:" msgstr "" -#: seahub/templates/js/templates.html:378 -#: seahub/templates/js/templates.html:1415 -#: seahub/templates/js/templates.html:1452 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:1512 +#: seahub/templates/js/templates.html:1549 msgid "last update" msgstr "" -#: seahub/templates/js/templates.html:422 -#: seahub/templates/js/templates.html:482 -#: seahub/templates/js/templates.html:568 -#: seahub/templates/js/templates.html:672 -#: seahub/templates/js/templates.html:739 -#: seahub/templates/js/templates.html:765 +#: seahub/templates/js/templates.html:457 +#: seahub/templates/js/templates.html:517 +#: seahub/templates/js/templates.html:603 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:774 +#: seahub/templates/js/templates.html:800 msgid "Open via Client" msgstr "" -#: seahub/templates/js/templates.html:505 -#: seahub/templates/js/templates.html:604 -#: seahub/templates/view_file_base.html:21 +#: seahub/templates/js/templates.html:540 +#: seahub/templates/js/templates.html:639 +#: seahub/templates/view_file_base.html:39 msgid "starred" msgstr "" -#: seahub/templates/js/templates.html:507 -#: seahub/templates/js/templates.html:606 -#: seahub/templates/view_file_base.html:23 +#: seahub/templates/js/templates.html:542 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/view_file_base.html:41 msgid "unstarred" msgstr "" -#: seahub/templates/js/templates.html:523 -#: seahub/templates/js/templates.html:622 -#: seahub/templates/js/templates.html:695 -#: seahub/templates/view_file_base.html:27 +#: seahub/templates/js/templates.html:558 +#: seahub/templates/js/templates.html:657 +#: seahub/templates/js/templates.html:730 +#: seahub/templates/view_file_base.html:45 msgid "locked" msgstr "" -#: seahub/templates/js/templates.html:561 -#: seahub/templates/js/templates.html:665 -#: seahub/templates/js/templates.html:732 -#: seahub/templates/view_file_base.html:47 -#: seahub/templates/view_file_base.html:49 +#: seahub/templates/js/templates.html:596 +#: seahub/templates/js/templates.html:700 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/view_file_base.html:65 +#: seahub/templates/view_file_base.html:67 msgid "Unlock" msgstr "" -#: seahub/templates/js/templates.html:564 -#: seahub/templates/js/templates.html:668 -#: seahub/templates/js/templates.html:735 -#: seahub/templates/view_file_base.html:46 -#: seahub/templates/view_file_base.html:50 +#: seahub/templates/js/templates.html:599 +#: seahub/templates/js/templates.html:703 +#: seahub/templates/js/templates.html:770 +#: seahub/templates/view_file_base.html:64 +#: seahub/templates/view_file_base.html:68 msgid "Lock" msgstr "" -#: seahub/templates/js/templates.html:589 -#: seahub/templates/js/templates.html:639 +#: seahub/templates/js/templates.html:624 +#: seahub/templates/js/templates.html:674 msgid "Fetch failed" msgstr "" -#: seahub/templates/js/templates.html:805 -#: seahub/templates/js/templates.html:838 +#: seahub/templates/js/templates.html:840 +#: seahub/templates/js/templates.html:886 msgid "Location" msgstr "" -#: seahub/templates/js/templates.html:858 +#: seahub/templates/js/templates.html:851 +#: seahub/templates/js/templates.html:897 +msgid "Tags" +msgstr "" + +#: seahub/templates/js/templates.html:919 #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "" -#: seahub/templates/js/templates.html:862 +#: seahub/templates/js/templates.html:923 msgid "Upload Link" msgstr "" -#: seahub/templates/js/templates.html:879 -#: seahub/templates/js/templates.html:946 +#: seahub/templates/js/templates.html:940 +#: seahub/templates/js/templates.html:1007 #: seahub/templates/snippets/file_share_popup.html:15 msgid "Add password protection" msgstr "" -#: seahub/templates/js/templates.html:882 -#: seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:943 +#: seahub/templates/js/templates.html:1010 #: seahub/templates/snippets/file_share_popup.html:18 #, python-format msgid "(at least %(share_link_password_min_length)s characters)" msgstr "" -#: seahub/templates/js/templates.html:885 -#: seahub/templates/js/templates.html:952 +#: seahub/templates/js/templates.html:946 +#: seahub/templates/js/templates.html:1013 #: seahub/templates/sysadmin/sys_org_info_user.html:74 #: seahub/templates/sysadmin/sys_org_info_user.html:98 #: seahub/templates/sysadmin/sys_useradmin.html:62 @@ -4444,382 +4602,366 @@ msgstr "" msgid "Show" msgstr "" -#: seahub/templates/js/templates.html:886 -#: seahub/templates/js/templates.html:953 +#: seahub/templates/js/templates.html:947 +#: seahub/templates/js/templates.html:1014 #: seahub/templates/sysadmin/sys_org_info_user.html:75 #: seahub/templates/sysadmin/sys_useradmin.html:63 msgid "Generate a random password" msgstr "" -#: seahub/templates/js/templates.html:904 +#: seahub/templates/js/templates.html:965 #: seahub/templates/snippets/file_share_popup.html:36 msgid "Online preview only" msgstr "" -#: seahub/templates/js/templates.html:909 -#: seahub/templates/js/templates.html:959 +#: seahub/templates/js/templates.html:970 +#: seahub/templates/js/templates.html:1020 #: seahub/templates/snippets/file_share_popup.html:42 msgid "Generate" msgstr "" -#: seahub/templates/js/templates.html:913 +#: seahub/templates/js/templates.html:974 #: seahub/templates/snippets/file_share_popup.html:44 msgid "Link: " msgstr "" -#: seahub/templates/js/templates.html:916 +#: seahub/templates/js/templates.html:977 msgid "Direct Download Link: " msgstr "" -#: seahub/templates/js/templates.html:921 -#: seahub/templates/js/templates.html:964 +#: seahub/templates/js/templates.html:982 +#: seahub/templates/js/templates.html:1025 #: seahub/templates/snippets/file_share_popup.html:45 msgid "Send" msgstr "" -#: seahub/templates/js/templates.html:925 -#: seahub/templates/js/templates.html:968 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1029 #: seahub/templates/snippets/file_share_popup.html:49 msgid "Send to:" msgstr "" -#: seahub/templates/js/templates.html:926 -#: seahub/templates/js/templates.html:969 +#: seahub/templates/js/templates.html:987 +#: seahub/templates/js/templates.html:1030 #: seahub/templates/snippets/file_share_popup.html:50 msgid "Emails, Seperated by ','" msgstr "" -#: seahub/templates/js/templates.html:927 -#: seahub/templates/js/templates.html:970 +#: seahub/templates/js/templates.html:988 +#: seahub/templates/js/templates.html:1031 #: seahub/templates/snippets/file_share_popup.html:54 msgid "Message (optional):" msgstr "" -#: seahub/templates/js/templates.html:932 -#: seahub/templates/js/templates.html:975 +#: seahub/templates/js/templates.html:993 +#: seahub/templates/js/templates.html:1036 #: seahub/templates/snippets/file_share_popup.html:59 msgid "Sending..." msgstr "" -#: seahub/templates/js/templates.html:942 +#: seahub/templates/js/templates.html:1003 msgid "" "You can share the generated link to others and then they can upload files to " "this directory via the link." msgstr "" -#: seahub/templates/js/templates.html:962 +#: seahub/templates/js/templates.html:1023 msgid "Upload Link: " msgstr "" -#: seahub/templates/js/templates.html:1052 -#: seahub/templates/js/templates.html:1069 +#: seahub/templates/js/templates.html:1122 +#: seahub/templates/js/templates.html:1142 msgid "Leave Share" msgstr "" -#: seahub/templates/js/templates.html:1232 +#: seahub/templates/js/templates.html:1243 +msgid "Shared Admin" +msgstr "" + +#: seahub/templates/js/templates.html:1307 msgid "Wiki" msgstr "" -#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1312 msgid "Discussion" msgstr "" -#: seahub/templates/js/templates.html:1281 -#: seahub/templates/js/templates.html:1880 +#: seahub/templates/js/templates.html:1378 +#: seahub/templates/js/templates.html:1944 msgid "User Permission" msgstr "" -#: seahub/templates/js/templates.html:1282 -#: seahub/templates/js/templates.html:1881 +#: seahub/templates/js/templates.html:1379 +#: seahub/templates/js/templates.html:1945 msgid "Group Permission" msgstr "" -#: seahub/templates/js/templates.html:1344 -#: seahub/templates/js/templates.html:1350 +#: seahub/templates/js/templates.html:1441 +#: seahub/templates/js/templates.html:1447 msgid "File Name" msgstr "" -#: seahub/templates/js/templates.html:1360 -#: seahub/templates/js/templates.html:1381 +#: seahub/templates/js/templates.html:1457 +#: seahub/templates/js/templates.html:1478 msgid "icon" msgstr "" -#: seahub/templates/js/templates.html:1373 -#: seahub/templates/js/templates.html:1395 +#: seahub/templates/js/templates.html:1470 +#: seahub/templates/js/templates.html:1492 msgid "Unstar" msgstr "" -#: seahub/templates/js/templates.html:1402 -#: seahub/templates/js/templates.html:1411 -#: seahub/templates/js/templates.html:1422 -#: seahub/templates/js/templates.html:1430 -#: seahub/templates/js/templates.html:1438 -#: seahub/templates/js/templates.html:1448 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:1508 +#: seahub/templates/js/templates.html:1519 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1535 +#: seahub/templates/js/templates.html:1545 msgid "Library Type" msgstr "" -#: seahub/templates/js/templates.html:1459 +#: seahub/templates/js/templates.html:1556 msgid "Select libraries to share" msgstr "" -#: seahub/templates/js/templates.html:1516 +#: seahub/templates/js/templates.html:1613 msgid "Created library" msgstr "" -#: seahub/templates/js/templates.html:1520 +#: seahub/templates/js/templates.html:1617 msgid "Deleted library" msgstr "" -#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1624 #: seahub/templates/snippets/list_commit_detail.html:10 msgid "Modification Details" msgstr "" -#: seahub/templates/js/templates.html:1541 +#: seahub/templates/js/templates.html:1638 #: seahub/templates/snippets/search_form.html:4 msgid "Search files in this wiki" msgstr "" -#: seahub/templates/js/templates.html:1541 +#: seahub/templates/js/templates.html:1638 #: seahub/templates/snippets/search_form.html:4 msgid "Search files in this library" msgstr "" -#: seahub/templates/js/templates.html:1543 +#: seahub/templates/js/templates.html:1640 #: seahub/templates/snippets/search_form.html:7 #: seahub/templates/snippets/search_form.html:13 msgid "Search Files" msgstr "" -#: seahub/templates/js/templates.html:1545 +#: seahub/templates/js/templates.html:1642 #: seahub/templates/snippets/search_form.html:9 msgid "advanced" msgstr "" -#: seahub/templates/js/templates.html:1563 -#: seahub/templates/js/templates.html:1580 seahub/templates/libraries.html:136 +#: seahub/templates/js/templates.html:1660 +#: seahub/templates/js/templates.html:1677 seahub/templates/libraries.html:136 msgid "No library is shared to this group" msgstr "" -#: seahub/templates/js/templates.html:1588 +#: seahub/templates/js/templates.html:1685 msgid "owner" msgstr "" -#: seahub/templates/js/templates.html:1590 +#: seahub/templates/js/templates.html:1687 msgid "admin" msgstr "" -#: seahub/templates/js/templates.html:1604 -#: seahub/templates/view_file_base.html:127 +#: seahub/templates/js/templates.html:1701 +#: seahub/templates/view_file_base.html:145 msgid "Reply" msgstr "" -#: seahub/templates/js/templates.html:1621 -#: seahub/templates/js/templates.html:1639 +#: seahub/templates/js/templates.html:1718 +#: seahub/templates/js/templates.html:1736 msgid "Add Wiki" msgstr "" -#: seahub/templates/js/templates.html:1623 -#: seahub/templates/js/templates.html:1641 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1738 msgid "Remove Wiki" msgstr "" -#: seahub/templates/js/templates.html:1628 -#: seahub/templates/js/templates.html:1646 +#: seahub/templates/js/templates.html:1725 +#: seahub/templates/js/templates.html:1743 msgid "Import Members" msgstr "" -#: seahub/templates/js/templates.html:1629 -#: seahub/templates/js/templates.html:1647 +#: seahub/templates/js/templates.html:1726 +#: seahub/templates/js/templates.html:1744 msgid "Manage Members" msgstr "" -#: seahub/templates/js/templates.html:1632 +#: seahub/templates/js/templates.html:1729 msgid "Dismiss" msgstr "" -#: seahub/templates/js/templates.html:1651 +#: seahub/templates/js/templates.html:1748 msgid "Leave group" msgstr "" -#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:1755 msgid "Rename Group To" msgstr "" -#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1764 msgid "Transfer Group To" msgstr "" -#: seahub/templates/js/templates.html:1675 +#: seahub/templates/js/templates.html:1772 msgid "Import group members from a CSV file" msgstr "" -#: seahub/templates/js/templates.html:1677 +#: seahub/templates/js/templates.html:1774 msgid "File format: user@mail.com" msgstr "" -#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1784 #: seahub/templates/sysadmin/sys_inst_admin.html:12 #: seahub/templates/sysadmin/sys_terms_admin.html:9 msgid "Add" msgstr "" -#: seahub/templates/js/templates.html:1767 -msgid "Setting library history is disabled by Admin" -msgstr "" - -#: seahub/templates/js/templates.html:1772 -msgid "Keep full history" -msgstr "" - -#: seahub/templates/js/templates.html:1778 -msgid "Don't keep history" -msgstr "" - -#: seahub/templates/js/templates.html:1784 -msgid "Only keep a period of history:" -msgstr "" - -#: seahub/templates/js/templates.html:1785 -msgid "days" -msgstr "" - -#: seahub/templates/js/templates.html:1802 -#: seahub/templates/js/templates.html:2141 -#: seahub/templates/js/templates.html:2177 +#: seahub/templates/js/templates.html:1866 +#: seahub/templates/js/templates.html:2205 +#: seahub/templates/js/templates.html:2241 msgid "Download Links" msgstr "" -#: seahub/templates/js/templates.html:1805 -#: seahub/templates/js/templates.html:2145 -#: seahub/templates/js/templates.html:2181 +#: seahub/templates/js/templates.html:1869 +#: seahub/templates/js/templates.html:2209 +#: seahub/templates/js/templates.html:2245 msgid "Upload Links" msgstr "" -#: seahub/templates/js/templates.html:1817 -#: seahub/templates/js/templates.html:1836 +#: seahub/templates/js/templates.html:1881 +#: seahub/templates/js/templates.html:1900 msgid "Created By" msgstr "" -#: seahub/templates/js/templates.html:1819 -#: seahub/templates/js/templates.html:1838 -#: seahub/templates/js/templates.html:2157 -#: seahub/templates/js/templates.html:2192 -#: seahub/templates/sysadmin/userinfo.html:240 +#: seahub/templates/js/templates.html:1883 +#: seahub/templates/js/templates.html:1902 +#: seahub/templates/js/templates.html:2221 +#: seahub/templates/js/templates.html:2256 +#: seahub/templates/sysadmin/userinfo.html:259 msgid "Visits" msgstr "" -#: seahub/templates/js/templates.html:1853 -#: seahub/templates/sysadmin/userinfo.html:251 -#: seahub/templates/sysadmin/userinfo.html:261 +#: seahub/templates/js/templates.html:1917 +#: seahub/templates/sysadmin/userinfo.html:270 +#: seahub/templates/sysadmin/userinfo.html:280 #: seahub/templates/view_shared_dir.html:60 msgid "Directory icon" msgstr "" -#: seahub/templates/js/templates.html:1863 -#: seahub/templates/js/templates.html:2222 -#: seahub/templates/js/templates.html:2233 -#: seahub/templates/js/templates.html:2278 +#: seahub/templates/js/templates.html:1927 +#: seahub/templates/js/templates.html:2286 +#: seahub/templates/js/templates.html:2297 +#: seahub/templates/js/templates.html:2342 #: seahub/templates/sysadmin/sys_inst_admin.html:36 #: seahub/templates/sysadmin/sys_publink_admin.html:25 -#: seahub/templates/sysadmin/userinfo.html:258 -#: seahub/templates/sysadmin/userinfo.html:267 +#: seahub/templates/sysadmin/userinfo.html:277 +#: seahub/templates/sysadmin/userinfo.html:286 msgid "Remove" msgstr "" -#: seahub/templates/js/templates.html:1891 -#: seahub/templates/js/templates.html:1935 +#: seahub/templates/js/templates.html:1955 +#: seahub/templates/js/templates.html:1999 msgid "Folder" msgstr "" -#: seahub/templates/js/templates.html:1902 -#: seahub/templates/js/templates.html:1921 -#: seahub/templates/js/templates.html:1948 -#: seahub/templates/js/templates.html:1967 +#: seahub/templates/js/templates.html:1966 +#: seahub/templates/js/templates.html:1985 +#: seahub/templates/js/templates.html:2012 +#: seahub/templates/js/templates.html:2031 msgid "Select a folder" msgstr "" -#: seahub/templates/js/templates.html:1982 +#: seahub/templates/js/templates.html:2046 msgid "Old Password" msgstr "" -#: seahub/templates/js/templates.html:1984 +#: seahub/templates/js/templates.html:2048 #: seahub/templates/registration/password_change_form.html:18 msgid "New Password" msgstr "" -#: seahub/templates/js/templates.html:1986 +#: seahub/templates/js/templates.html:2050 msgid "New Password Again" msgstr "" -#: seahub/templates/js/templates.html:2015 +#: seahub/templates/js/templates.html:2079 msgid "See All Notifications" msgstr "" -#: seahub/templates/js/templates.html:2067 -#: seahub/templates/js/templates.html:2122 +#: seahub/templates/js/templates.html:2131 +#: seahub/templates/js/templates.html:2186 msgid "Share To" msgstr "" -#: seahub/templates/js/templates.html:2076 -msgid "You have not shared any library" +#: seahub/templates/js/templates.html:2140 +msgid "You have not shared any libraries" msgstr "" -#: seahub/templates/js/templates.html:2077 +#: seahub/templates/js/templates.html:2141 msgid "" -"You can share libraries to your friends and colleagues by clicking the share " -"icon of your own libraries in your home page or creating a new library in " -"groups you are in." +"You can share libraries with your friends and colleagues by clicking the " +"share icon of your own libraries in your home page or creating a new library " +"in groups you are in." msgstr "" -#: seahub/templates/js/templates.html:2090 +#: seahub/templates/js/templates.html:2154 msgid "all members" msgstr "" -#: seahub/templates/js/templates.html:2131 -msgid "You have not shared any folder" +#: seahub/templates/js/templates.html:2195 +msgid "You have not shared any folders" msgstr "" -#: seahub/templates/js/templates.html:2132 +#: seahub/templates/js/templates.html:2196 msgid "" "You can share a single folder with a registered user if you don't want to " "share a whole library." msgstr "" -#: seahub/templates/js/templates.html:2158 -#: seahub/templates/js/templates.html:2255 +#: seahub/templates/js/templates.html:2222 +#: seahub/templates/js/templates.html:2319 msgid "Expiration" msgstr "" -#: seahub/templates/js/templates.html:2166 -msgid "You don't have any download link" +#: seahub/templates/js/templates.html:2230 +msgid "You don't have any download links" msgstr "" -#: seahub/templates/js/templates.html:2167 +#: seahub/templates/js/templates.html:2231 msgid "" -"You can generate a download link for a folder or a file. People receive this " -"link can view the folder or the file online." -msgstr "" - -#: seahub/templates/js/templates.html:2200 -msgid "You don't have any upload link" -msgstr "" - -#: seahub/templates/js/templates.html:2201 -msgid "" -"You can generate an upload link from any folder. People receive this link " -"can upload files to this folder." -msgstr "" - -#: seahub/templates/js/templates.html:2254 -msgid "Invite Time" -msgstr "" - -#: seahub/templates/js/templates.html:2256 -msgid "Accepted" +"You can generate a download link for a folder or a file. Anyone who receives " +"this link can view the folder or the file online." msgstr "" #: seahub/templates/js/templates.html:2264 +msgid "You don't have any upload links" +msgstr "" + +#: seahub/templates/js/templates.html:2265 +msgid "" +"You can generate an upload link from any folder. Anyone who receives this " +"link can upload files to this folder." +msgstr "" + +#: seahub/templates/js/templates.html:2318 +msgid "Invite Time" +msgstr "" + +#: seahub/templates/js/templates.html:2320 +msgid "Accepted" +msgstr "" + +#: seahub/templates/js/templates.html:2328 msgid "You have not invited any people." msgstr "" @@ -4843,13 +4985,13 @@ msgid "No deleted libraries." msgstr "" #: seahub/templates/libraries.html:63 -msgid "No library is shared to you personally" +msgid "No libraries have been shared with you" msgstr "" #: seahub/templates/libraries.html:64 msgid "" -"No library is shared to you personally. You can find more shared libraries " -"at \"Shared with groups\"." +"No libraries have been shared directly with you. You can find more shared " +"libraries at \"Shared with groups\"." msgstr "" #: seahub/templates/libraries.html:75 @@ -4865,13 +5007,13 @@ msgid "Create a new library" msgstr "" #: seahub/templates/libraries.html:89 -msgid "No public library" +msgid "No public libraries" msgstr "" #: seahub/templates/libraries.html:90 msgid "" -"You can create a public library by clicking \"New Library\" button, others " -"can view and download this library." +"You can create a public library by clicking the \"New Library\" button, " +"others can view and download this library." msgstr "" #: seahub/templates/libraries.html:98 @@ -4879,19 +5021,19 @@ msgid "My Groups" msgstr "" #: seahub/templates/libraries.html:106 -msgid "You are not in any group" +msgid "You are not in any groups" msgstr "" #: seahub/templates/libraries.html:108 msgid "" -"Group is a place for you and your friends leaving messages and collaborating " -"on libraries. You can create a group by clicking \"New Group\" button." +"Groups allow multiple people to collaborate on libraries. You can create a " +"group by clicking the \"New Group\" button." msgstr "" #: seahub/templates/libraries.html:110 msgid "" -"Group is a place for you and your friends leaving messages and collaborating " -"on libraries. Groups you join will be listed here." +"Groups allow multiple people to collaborate on libraries. Groups you join " +"will be listed here." msgstr "" #: seahub/templates/libraries.html:137 @@ -4929,8 +5071,8 @@ msgstr "" #: seahub/templates/libraries.html:200 msgid "" -"You can star important files by clicking the \"Star\" button on file viewing " -"page, and they will be listed here." +"You can mark files as important by clicking the \"Star\" button on the file " +"viewing page. Starred files will be listed here." msgstr "" #: seahub/templates/libraries.html:226 @@ -4986,8 +5128,8 @@ msgid "Sign Up" msgstr "" #: seahub/templates/registration/login.html:4 -#: seahub/templates/registration/login.html:8 -#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/login.html:33 +#: seahub/templates/registration/login.html:66 #: seahub/templates/registration/password_reset_complete.html:8 #: seahub/templates/sysadmin/user_activation_email.html:15 #: seahub/templates/sysadmin/user_add_email.html:25 @@ -4995,45 +5137,41 @@ msgstr "" msgid "Log In" msgstr "" -#: seahub/templates/registration/login.html:13 -msgid "(forgot password)" +#: seahub/templates/registration/login.html:40 +msgid "Refresh" msgstr "" -#: seahub/templates/registration/login.html:16 -msgid "CAPTCHA" -msgstr "" - -#: seahub/templates/registration/login.html:18 -msgid "Not clear? Refresh it." -msgstr "" - -#: seahub/templates/registration/login.html:29 +#: seahub/templates/registration/login.html:54 msgid "Incorrect email or password" msgstr "" -#: seahub/templates/registration/login.html:37 +#: seahub/templates/registration/login.html:62 #, python-format msgid "Remember me for %(remember_days)s days " msgstr "" -#: seahub/templates/registration/login.html:50 +#: seahub/templates/registration/login.html:64 +msgid "Forgot password?" +msgstr "" + +#: seahub/templates/registration/login.html:74 #: seahub/templates/sysadmin/sudo_mode.html:20 msgid "Shibboleth" msgstr "" -#: seahub/templates/registration/login.html:54 +#: seahub/templates/registration/login.html:78 msgid "Kerberos" msgstr "" -#: seahub/templates/registration/login.html:81 +#: seahub/templates/registration/login.html:128 msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "" -#: seahub/templates/registration/login.html:88 +#: seahub/templates/registration/login.html:136 msgid "Email or username cannot be blank" msgstr "" -#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/login.html:140 #: seahub/templates/registration/password_change_form.html:66 #: seahub/templates/registration/registration_form.html:88 #: seahub/templates/sysadmin/sudo_mode.html:34 @@ -5235,29 +5373,41 @@ msgstr "" msgid "Successfully restored 1 item." msgstr "" -#: seahub/templates/repo_history.html:14 +#: seahub/templates/repo_history.html:17 #, python-format msgid "%(repo_name)s Modification History" msgstr "" -#: seahub/templates/repo_history.html:23 +#: seahub/templates/repo_history.html:26 msgid "" "Tip: a snapshot will be generated after modification, which records the " "library state after the modification." msgstr "" -#: seahub/templates/repo_history.html:50 +#: seahub/templates/repo_history.html:36 +msgid "Labels" +msgstr "" + +#: seahub/templates/repo_history.html:62 msgid "None" msgstr "" -#: seahub/templates/repo_history.html:66 +#: seahub/templates/repo_history.html:88 msgid "Current Version" msgstr "" -#: seahub/templates/repo_history.html:68 +#: seahub/templates/repo_history.html:90 msgid "View Snapshot" msgstr "" +#: seahub/templates/repo_history.html:109 +msgid "Edit labels" +msgstr "" + +#: seahub/templates/repo_history.html:178 +msgid "Successfully edited labels." +msgstr "" + #: seahub/templates/repo_history_view.html:13 #, python-format msgid "%(repo_name)s Snapshot" @@ -5330,18 +5480,6 @@ msgstr "" msgid "You don't have any library at present" msgstr "" -#: seahub/templates/snippets/avatar_upload_js.html:40 -msgid " is not supported. Please choose an image file." -msgstr "" - -#: seahub/templates/snippets/avatar_upload_js.html:45 -msgid " is not supported. File extensions can only be " -msgstr "" - -#: seahub/templates/snippets/avatar_upload_js.html:52 -msgid " is too large. Allowed maximum size is 1MB." -msgstr "" - #: seahub/templates/snippets/file_content_html.html:25 #: seahub/templates/view_file_image.html:14 msgid "you can also press ← " @@ -5551,7 +5689,7 @@ msgstr "" #: seahub/templates/sysadmin/org_admin_table.html:5 #: seahub/templates/sysadmin/sys_org_info_group.html:19 #: seahub/templates/sysadmin/sys_org_search.html:11 -#: seahub/views/sysadmin.py:1127 +#: seahub/views/sysadmin.py:1176 msgid "Creator" msgstr "" @@ -5628,157 +5766,167 @@ msgid "" "example.com/seafhttp ." msgstr "" -#: seahub/templates/sysadmin/settings.html:39 +#: seahub/templates/sysadmin/settings.html:37 +msgid "Login Background Image" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:44 msgid "allow new registrations" msgstr "" -#: seahub/templates/sysadmin/settings.html:40 +#: seahub/templates/sysadmin/settings.html:45 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a " "new account." msgstr "" -#: seahub/templates/sysadmin/settings.html:45 +#: seahub/templates/sysadmin/settings.html:50 msgid "activate after registration" msgstr "" -#: seahub/templates/sysadmin/settings.html:46 +#: seahub/templates/sysadmin/settings.html:51 msgid "" -"Activate user immediately after registration. If unchecked, an user need to " +"Activate user immediately after registration. If unchecked, a user need to " "be activated by administrator or via activation email" msgstr "" -#: seahub/templates/sysadmin/settings.html:51 +#: seahub/templates/sysadmin/settings.html:56 msgid "send activation email" msgstr "" -#: seahub/templates/sysadmin/settings.html:52 +#: seahub/templates/sysadmin/settings.html:57 msgid "Send activation Email after user registration." msgstr "" -#: seahub/templates/sysadmin/settings.html:57 +#: seahub/templates/sysadmin/settings.html:62 msgid "keep sign in" msgstr "" -#: seahub/templates/sysadmin/settings.html:58 +#: seahub/templates/sysadmin/settings.html:63 msgid "Number of days that keep user sign in." msgstr "" -#: seahub/templates/sysadmin/settings.html:63 +#: seahub/templates/sysadmin/settings.html:68 msgid "The maximum number of failed login attempts before showing CAPTCHA." msgstr "" -#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/settings.html:73 msgid "Freeze user account when failed login attempts exceed limit." msgstr "" -#: seahub/templates/sysadmin/settings.html:76 +#: seahub/templates/sysadmin/settings.html:81 +msgid "Enable users to share libraries to any groups in the system." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:89 msgid "strong password" msgstr "" -#: seahub/templates/sysadmin/settings.html:77 +#: seahub/templates/sysadmin/settings.html:90 msgid "Force user to use a strong password when sign up or change password." msgstr "" -#: seahub/templates/sysadmin/settings.html:82 +#: seahub/templates/sysadmin/settings.html:95 msgid "force password change" msgstr "" -#: seahub/templates/sysadmin/settings.html:83 +#: seahub/templates/sysadmin/settings.html:96 msgid "" "Force user to change password when account is newly added or reset by admin" msgstr "" -#: seahub/templates/sysadmin/settings.html:88 +#: seahub/templates/sysadmin/settings.html:101 msgid "password minimum length" msgstr "" -#: seahub/templates/sysadmin/settings.html:89 +#: seahub/templates/sysadmin/settings.html:102 msgid "The least number of characters an account password should include." msgstr "" -#: seahub/templates/sysadmin/settings.html:94 +#: seahub/templates/sysadmin/settings.html:107 msgid "password strength level" msgstr "" -#: seahub/templates/sysadmin/settings.html:95 +#: seahub/templates/sysadmin/settings.html:108 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" msgstr "" -#: seahub/templates/sysadmin/settings.html:101 +#: seahub/templates/sysadmin/settings.html:113 msgid "enable two factor authentication" msgstr "" -#: seahub/templates/sysadmin/settings.html:102 +#: seahub/templates/sysadmin/settings.html:114 msgid "Enable two factor authentication" msgstr "" -#: seahub/templates/sysadmin/settings.html:110 +#: seahub/templates/sysadmin/settings.html:121 msgid "library history" msgstr "" -#: seahub/templates/sysadmin/settings.html:111 -msgid "Allow user to keep library history" +#: seahub/templates/sysadmin/settings.html:122 +msgid "Allow user to change library history settings" msgstr "" -#: seahub/templates/sysadmin/settings.html:116 +#: seahub/templates/sysadmin/settings.html:127 msgid "encrypted library" msgstr "" -#: seahub/templates/sysadmin/settings.html:117 -msgid "Allow user to create encrypted library" +#: seahub/templates/sysadmin/settings.html:128 +msgid "Allow user to create encrypted libraries" msgstr "" -#: seahub/templates/sysadmin/settings.html:122 +#: seahub/templates/sysadmin/settings.html:133 msgid "library password minimum length" msgstr "" -#: seahub/templates/sysadmin/settings.html:123 +#: seahub/templates/sysadmin/settings.html:134 msgid "" "The least number of characters an encrypted library password should include." msgstr "" -#: seahub/templates/sysadmin/settings.html:128 +#: seahub/templates/sysadmin/settings.html:139 msgid "download/upload link password minimum length" msgstr "" -#: seahub/templates/sysadmin/settings.html:129 +#: seahub/templates/sysadmin/settings.html:140 msgid "" "The least number of characters a download/upload link password should " "include." msgstr "" -#: seahub/templates/sysadmin/settings.html:134 +#: seahub/templates/sysadmin/settings.html:145 msgid "" -"Allow user to add organization library. If unchecked, only system admin can " -"add library." +"Allow user to add organization libraries. Otherwise, only system admin can " +"add organization libraries." msgstr "" -#: seahub/templates/sysadmin/settings.html:139 -msgid "" -"Extensions of online previewed files, each suffix is separated by a comma." +#: seahub/templates/sysadmin/settings.html:149 +msgid "Online Preview" msgstr "" -#: seahub/templates/sysadmin/settings.html:143 +#: seahub/templates/sysadmin/settings.html:152 +msgid "text file extensions" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:153 +msgid "" +"Extensions of text files that can be online previewed, each suffix is " +"separated by a comma." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:157 msgid "Sync" msgstr "" -#: seahub/templates/sysadmin/settings.html:146 +#: seahub/templates/sysadmin/settings.html:160 msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." msgstr "" -#: seahub/templates/sysadmin/settings.html:198 -#: seahub/templates/sysadmin/settings.html:236 seahub/views/sysadmin.py:1275 -#: seahub/views/sysadmin.py:1332 seahub/views/sysadmin.py:2106 -#: seahub/views/sysadmin.py:2188 seahub/views/sysadmin.py:2359 -msgid "Success" -msgstr "" - #: seahub/templates/sysadmin/sudo_mode.html:8 msgid "Confirm password to continue" msgstr "" @@ -5828,7 +5976,7 @@ msgstr "" #: seahub/templates/sysadmin/sys_inst_info_user.html:57 #: seahub/templates/sysadmin/sys_inst_search_user.html:42 #: seahub/templates/sysadmin/useradmin_js.html:13 -#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/useradmin_table.html:150 msgid "Revoke Admin" msgstr "" @@ -5843,8 +5991,8 @@ msgstr "" #: seahub/templates/sysadmin/sys_inst_info_base.html:31 #: seahub/templates/sysadmin/sys_org_info_base.html:36 -#: seahub/templates/sysadmin/useradmin_table.html:131 -#: seahub/templates/sysadmin/userinfo.html:138 +#: seahub/templates/sysadmin/useradmin_table.html:163 +#: seahub/templates/sysadmin/userinfo.html:157 msgid "Tip: 0 means default limit" msgstr "" @@ -5953,8 +6101,8 @@ msgid "Set org storage limit" msgstr "" #: seahub/templates/sysadmin/sys_org_info_base.html:35 -#: seahub/templates/sysadmin/useradmin_table.html:130 -#: seahub/templates/sysadmin/userinfo.html:137 +#: seahub/templates/sysadmin/useradmin_table.html:162 +#: seahub/templates/sysadmin/userinfo.html:156 msgid "An integer that is greater than or equal to 0." msgstr "" @@ -5963,15 +6111,10 @@ msgid "This organization doesn't have any groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info_group.html:43 -#: seahub/templates/sysadmin/userinfo.html:527 +#: seahub/templates/sysadmin/userinfo.html:588 msgid "Delete Group" msgstr "" -#: seahub/templates/sysadmin/sys_org_info_library.html:27 -#: seahub/templates/sysadmin/sys_org_info_library.html:29 -msgid "directory icon" -msgstr "" - #: seahub/templates/sysadmin/sys_org_info_library.html:50 msgid "This organization doesn't have any libraries" msgstr "" @@ -5993,12 +6136,12 @@ msgid "Max User Number" msgstr "" #: seahub/templates/sysadmin/sys_org_info_setting.html:52 -#: seahub/views/sysadmin.py:1326 +#: seahub/views/sysadmin.py:1375 msgid "Input should be a number" msgstr "" #: seahub/templates/sysadmin/sys_org_info_setting.html:55 -#: seahub/views/sysadmin.py:1336 +#: seahub/views/sysadmin.py:1385 msgid "Input number should be greater than 0" msgstr "" @@ -6010,7 +6153,7 @@ msgid "Add user" msgstr "" #: seahub/templates/sysadmin/sys_org_info_user.html:52 -#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/useradmin_table.html:146 msgid "ResetPwd" msgstr "" @@ -6048,6 +6191,91 @@ msgstr "" msgid "Count" msgstr "" +#: seahub/templates/sysadmin/sys_statistic_file.html:14 +#: seahub/templates/sysadmin/sys_statistic_storage.html:14 +#: seahub/templates/sysadmin/sys_statistic_user.html:14 +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Storage" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:17 +#: seahub/templates/sysadmin/sys_statistic_storage.html:17 +#: seahub/templates/sysadmin/sys_statistic_user.html:17 +#: seahub/templates/sysadmin/sys_trafficadmin.html:13 +msgid "Traffic" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:24 +#: seahub/templates/sysadmin/sys_statistic_storage.html:24 +#: seahub/templates/sysadmin/sys_statistic_user.html:24 +msgid "24 Hours" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:25 +#: seahub/templates/sysadmin/sys_statistic_storage.html:25 +#: seahub/templates/sysadmin/sys_statistic_user.html:25 +msgid "7 Days" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:26 +#: seahub/templates/sysadmin/sys_statistic_storage.html:26 +#: seahub/templates/sysadmin/sys_statistic_user.html:26 +msgid "30 Days" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:27 +#: seahub/templates/sysadmin/sys_statistic_storage.html:27 +#: seahub/templates/sysadmin/sys_statistic_user.html:27 +msgid "1 Year" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:179 +msgctxt "files visited" +msgid "Visited" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:185 +msgctxt "files added" +msgid "Added" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:191 +msgctxt "files deleted" +msgid "Deleted" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:202 +msgid "File Operations" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:283 +#: seahub/templates/sysadmin/sys_statistic_storage.html:271 +#: seahub/templates/sysadmin/sys_statistic_user.html:269 +msgid "Invalid start date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:287 +#: seahub/templates/sysadmin/sys_statistic_storage.html:275 +#: seahub/templates/sysadmin/sys_statistic_user.html:273 +msgid "Invalid end date, should be yyyy-mm-dd" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_file.html:292 +#: seahub/templates/sysadmin/sys_statistic_storage.html:280 +#: seahub/templates/sysadmin/sys_statistic_user.html:278 +msgid "Start date should be earlier than end date." +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_storage.html:175 +#: seahub/templates/sysadmin/sys_statistic_storage.html:187 +msgid "Total storage" +msgstr "" + +#: seahub/templates/sysadmin/sys_statistic_user.html:175 +#: seahub/templates/sysadmin/sys_statistic_user.html:187 +msgid "Active Users" +msgstr "" + #: seahub/templates/sysadmin/sys_terms_admin.html:18 #: seahub/templates/sysadmin/sys_terms_admin.html:61 msgid "Text" @@ -6082,19 +6310,15 @@ msgstr "" msgid "Update Terms and Conditions" msgstr "" -#: seahub/templates/sysadmin/sys_trafficadmin.html:8 -msgid "User Traffic" -msgstr "" - -#: seahub/templates/sysadmin/sys_trafficadmin.html:10 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 msgid "Tip: the traffic only includes the traffic used by sharing links." msgstr "" -#: seahub/templates/sysadmin/sys_trafficadmin.html:13 +#: seahub/templates/sysadmin/sys_trafficadmin.html:20 msgid "Month:" msgstr "" -#: seahub/templates/sysadmin/sys_trafficadmin.html:20 +#: seahub/templates/sysadmin/sys_trafficadmin.html:27 msgid "Total Usage" msgstr "" @@ -6197,7 +6421,7 @@ msgstr "" #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 #: seahub/templates/sysadmin/useradmin_table.html:14 #: seahub/templates/sysadmin/useradmin_table.html:19 -#: seahub/templates/sysadmin/userinfo.html:85 +#: seahub/templates/sysadmin/userinfo.html:97 msgid "Space Used / Quota" msgstr "" @@ -6293,8 +6517,32 @@ msgstr "" msgid "Institution" msgstr "" -#: seahub/templates/sysadmin/useradmin_table.html:85 -#: seahub/templates/sysadmin/userinfo.html:95 +#: seahub/templates/sysadmin/useradmin_table.html:78 +#: seahub/templates/sysadmin/useradmin_table.html:94 +msgctxt "Default Administrator" +msgid "Default Admin" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_table.html:80 +#: seahub/templates/sysadmin/useradmin_table.html:95 +msgctxt "System Administrator" +msgid "System Admin" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_table.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:96 +msgctxt "Daily Administrator" +msgid "Daily Admin" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/useradmin_table.html:97 +msgctxt "Audit Administrator" +msgid "Audit Admin" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:107 msgid "Edit Quota" msgstr "" @@ -6306,27 +6554,35 @@ msgstr "" msgid "Login ID" msgstr "" -#: seahub/templates/sysadmin/userinfo.html:113 +#: seahub/templates/sysadmin/userinfo.html:68 +msgid "Reference ID" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:125 msgid "Set user name" msgstr "" -#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:132 msgid "Set user department" msgstr "" -#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:139 msgid "Set user Login ID" msgstr "" -#: seahub/templates/sysadmin/userinfo.html:200 +#: seahub/templates/sysadmin/userinfo.html:146 +msgid "Set user Reference ID" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:219 msgid "Share From" msgstr "" -#: seahub/templates/sysadmin/userinfo.html:227 +#: seahub/templates/sysadmin/userinfo.html:246 msgid "This user has no shared libraries" msgstr "" -#: seahub/templates/sysadmin/userinfo.html:275 +#: seahub/templates/sysadmin/userinfo.html:294 msgid "This user has not created any shared links" msgstr "" @@ -6354,37 +6610,37 @@ msgstr "" msgid "Sorry, this user is not registered yet." msgstr "" -#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_base.html:53 #: seahub/templates/view_file_markdown.html:11 #: seahub/templates/view_file_text.html:16 msgid "updated this file" msgstr "" -#: seahub/templates/view_file_base.html:42 +#: seahub/templates/view_file_base.html:60 msgid "Open parent folder" msgstr "" -#: seahub/templates/view_file_base.html:71 +#: seahub/templates/view_file_base.html:89 msgid "Comment" msgstr "" -#: seahub/templates/view_file_base.html:93 +#: seahub/templates/view_file_base.html:111 msgid "Back to top" msgstr "" -#: seahub/templates/view_file_base.html:93 +#: seahub/templates/view_file_base.html:111 msgid "top" msgstr "" -#: seahub/templates/view_file_base.html:100 +#: seahub/templates/view_file_base.html:118 msgid "Comments" msgstr "" -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:123 msgid "No comment yet." msgstr "" -#: seahub/templates/view_file_base.html:112 +#: seahub/templates/view_file_base.html:130 msgid "Add a comment..." msgstr "" @@ -6520,7 +6776,7 @@ msgid "Personal Wiki Pages" msgstr "" #: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 -#: seahub/views/__init__.py:610 seahub/views/file.py:1180 +#: seahub/views/__init__.py:623 seahub/views/file.py:1180 msgid "Invalid arguments." msgstr "" @@ -6532,144 +6788,144 @@ msgstr "" msgid "Invalid token." msgstr "" -#: seahub/utils/__init__.py:127 +#: seahub/utils/__init__.py:128 msgid "permission error" msgstr "" -#: seahub/views/__init__.py:420 seahub/views/__init__.py:436 +#: seahub/views/__init__.py:421 seahub/views/__init__.py:437 msgid "Unable to view recycle page" msgstr "" -#: seahub/views/__init__.py:504 +#: seahub/views/__init__.py:505 msgid "Unable to view library modification" msgstr "" -#: seahub/views/__init__.py:571 seahub/views/__init__.py:612 -#: seahub/views/__init__.py:829 seahub/views/__init__.py:959 -#: seahub/views/file.py:1651 seahub/views/sysadmin.py:1617 +#: seahub/views/__init__.py:584 seahub/views/__init__.py:625 +#: seahub/views/__init__.py:844 seahub/views/__init__.py:974 +#: seahub/views/file.py:1651 seahub/views/sysadmin.py:1666 msgid "Library does not exist" msgstr "" -#: seahub/views/__init__.py:604 +#: seahub/views/__init__.py:617 msgid "Please specify history ID" msgstr "" -#: seahub/views/__init__.py:614 +#: seahub/views/__init__.py:627 msgid "History you specified does not exist" msgstr "" -#: seahub/views/__init__.py:616 +#: seahub/views/__init__.py:629 msgid "Unknown error" msgstr "" -#: seahub/views/__init__.py:845 +#: seahub/views/__init__.py:860 msgid "No revisions found" msgstr "" -#: seahub/views/__init__.py:966 seahub/views/repo.py:200 +#: seahub/views/__init__.py:981 seahub/views/repo.py:200 #, python-format msgid "\"%s\" does not exist." msgstr "" -#: seahub/views/__init__.py:984 seahub/views/file.py:1148 +#: seahub/views/__init__.py:999 seahub/views/file.py:1148 msgid "Internal Error" msgstr "" -#: seahub/views/__init__.py:987 +#: seahub/views/__init__.py:1002 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "" -#: seahub/views/__init__.py:1006 +#: seahub/views/__init__.py:1021 #, python-format msgid "Unable to download \"%s\"" msgstr "" -#: seahub/views/__init__.py:1098 +#: seahub/views/__init__.py:1113 msgid "Successfully enable \"Personal Wiki\"." msgstr "" -#: seahub/views/__init__.py:1103 +#: seahub/views/__init__.py:1118 msgid "Successfully disable \"Personal Wiki\"." msgstr "" -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:83 msgid "You don't have permission to access the library." msgstr "" -#: seahub/views/ajax.py:89 +#: seahub/views/ajax.py:91 msgid "No path." msgstr "" -#: seahub/views/ajax.py:154 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "" -#: seahub/views/ajax.py:226 seahub/views/ajax.py:762 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:228 seahub/views/ajax.py:766 seahub/views/ajax.py:1116 msgid "Library is encrypted." msgstr "" -#: seahub/views/ajax.py:232 seahub/views/ajax.py:768 +#: seahub/views/ajax.py:234 seahub/views/ajax.py:772 msgid "Error: no head commit id" msgstr "" -#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +#: seahub/views/ajax.py:461 seahub/views/ajax.py:511 msgid "Argument missing." msgstr "" -#: seahub/views/ajax.py:485 +#: seahub/views/ajax.py:489 #, python-format msgid "Internal error. Failed to delete %s." msgstr "" -#: seahub/views/ajax.py:567 +#: seahub/views/ajax.py:571 #, python-format msgid "Destination path is too long for %s." msgstr "" -#: seahub/views/ajax.py:626 +#: seahub/views/ajax.py:630 msgid "Out of quota." msgstr "" -#: seahub/views/ajax.py:700 +#: seahub/views/ajax.py:704 msgid "You do not have permission to copy files/folders in this directory" msgstr "" -#: seahub/views/ajax.py:707 +#: seahub/views/ajax.py:711 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/views/ajax.py:803 +#: seahub/views/ajax.py:807 msgid "Failed to get file block list" msgstr "" -#: seahub/views/ajax.py:812 +#: seahub/views/ajax.py:816 msgid "FileServer access token invalid." msgstr "" -#: seahub/views/ajax.py:846 +#: seahub/views/ajax.py:850 msgid "Wrong repo id" msgstr "" -#: seahub/views/ajax.py:855 seahub/views/file.py:406 seahub/views/file.py:847 +#: seahub/views/ajax.py:859 seahub/views/file.py:406 seahub/views/file.py:847 #: seahub/views/file.py:1040 seahub/views/file.py:1660 msgid "File does not exist" msgstr "" -#: seahub/views/ajax.py:1050 +#: seahub/views/ajax.py:1054 msgid "Bad upload link token." msgstr "" -#: seahub/views/ajax.py:1056 +#: seahub/views/ajax.py:1060 msgid "Bad repo id in upload link." msgstr "" -#: seahub/views/ajax.py:1134 +#: seahub/views/ajax.py:1138 msgid "No conflict in the merge." msgstr "" -#: seahub/views/ajax.py:1209 +#: seahub/views/ajax.py:1213 msgid "Failed, file is too large" msgstr "" @@ -6749,63 +7005,63 @@ msgstr "" msgid "Unable to download file" msgstr "" -#: seahub/views/sysadmin.py:282 seahub/views/sysadmin.py:388 -#: seahub/views/sysadmin.py:1124 seahub/views/sysadmin.py:1136 +#: seahub/views/sysadmin.py:311 seahub/views/sysadmin.py:417 +#: seahub/views/sysadmin.py:1173 seahub/views/sysadmin.py:1185 msgid "Failed to export Excel" msgstr "" -#: seahub/views/sysadmin.py:730 seahub/views/sysadmin.py:756 +#: seahub/views/sysadmin.py:778 seahub/views/sysadmin.py:804 msgid "Failed to set quota: internal server error" msgstr "" -#: seahub/views/sysadmin.py:775 +#: seahub/views/sysadmin.py:823 msgid "Failed to delete: the user is an organization creator" msgstr "" -#: seahub/views/sysadmin.py:810 +#: seahub/views/sysadmin.py:858 #, python-format msgid "Successfully remove trial for: %s" msgstr "" -#: seahub/views/sysadmin.py:839 +#: seahub/views/sysadmin.py:887 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "" -#: seahub/views/sysadmin.py:841 +#: seahub/views/sysadmin.py:889 msgid "Failed to revoke admin: the user does not exist" msgstr "" -#: seahub/views/sysadmin.py:888 +#: seahub/views/sysadmin.py:936 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:971 +#: seahub/views/sysadmin.py:1019 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:996 +#: seahub/views/sysadmin.py:1044 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "" -#: seahub/views/sysadmin.py:1001 +#: seahub/views/sysadmin.py:1049 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "" -#: seahub/views/sysadmin.py:1005 +#: seahub/views/sysadmin.py:1053 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "" -#: seahub/views/sysadmin.py:1008 +#: seahub/views/sysadmin.py:1056 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6813,118 +7069,118 @@ msgid "" "configured." msgstr "" -#: seahub/views/sysadmin.py:1011 +#: seahub/views/sysadmin.py:1059 msgid "Failed to reset password: user does not exist" msgstr "" -#: seahub/views/sysadmin.py:1027 seahub/views/sysadmin.py:1942 +#: seahub/views/sysadmin.py:1075 seahub/views/sysadmin.py:1991 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:1060 +#: seahub/views/sysadmin.py:1108 #, python-format msgid "Fail to add user %s." msgstr "" -#: seahub/views/sysadmin.py:1085 seahub/views/sysadmin.py:1098 +#: seahub/views/sysadmin.py:1133 seahub/views/sysadmin.py:1146 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "" -#: seahub/views/sysadmin.py:1088 seahub/views/sysadmin.py:1101 +#: seahub/views/sysadmin.py:1136 seahub/views/sysadmin.py:1149 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification, " "please check your email configuration." msgstr "" -#: seahub/views/sysadmin.py:1090 seahub/views/sysadmin.py:1103 +#: seahub/views/sysadmin.py:1138 seahub/views/sysadmin.py:1151 #, python-format msgid "Successfully added user %s." msgstr "" -#: seahub/views/sysadmin.py:1105 +#: seahub/views/sysadmin.py:1153 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "" -#: seahub/views/sysadmin.py:1278 +#: seahub/views/sysadmin.py:1327 msgid "Failed to rename organization" msgstr "" -#: seahub/views/sysadmin.py:1308 seahub/views/sysadmin.py:1723 -#: seahub/views/sysadmin.py:1819 +#: seahub/views/sysadmin.py:1357 seahub/views/sysadmin.py:1772 +#: seahub/views/sysadmin.py:1868 msgid "Successfully deleted." msgstr "" -#: seahub/views/sysadmin.py:1612 +#: seahub/views/sysadmin.py:1661 msgid "Failed to transfer, invalid arguments." msgstr "" -#: seahub/views/sysadmin.py:1623 +#: seahub/views/sysadmin.py:1672 #, python-format msgid "Failed to transfer, user %s not found" msgstr "" -#: seahub/views/sysadmin.py:1629 +#: seahub/views/sysadmin.py:1678 msgid "Can not transfer organization library" msgstr "" -#: seahub/views/sysadmin.py:1633 +#: seahub/views/sysadmin.py:1682 #, python-format msgid "Can not transfer library to organization user %s" msgstr "" -#: seahub/views/sysadmin.py:1686 +#: seahub/views/sysadmin.py:1735 msgid "Successfully transfered." msgstr "" -#: seahub/views/sysadmin.py:1822 +#: seahub/views/sysadmin.py:1871 msgid "Failed to delete, please try again later." msgstr "" -#: seahub/views/sysadmin.py:1853 +#: seahub/views/sysadmin.py:1902 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:1855 +#: seahub/views/sysadmin.py:1904 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:1956 +#: seahub/views/sysadmin.py:2005 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:1958 +#: seahub/views/sysadmin.py:2007 msgid "Please select a csv file first." msgstr "" -#: seahub/views/sysadmin.py:2022 +#: seahub/views/sysadmin.py:2069 msgid "Invalid setting" msgstr "" -#: seahub/views/sysadmin.py:2029 seahub/views/sysadmin.py:2033 -#: seahub/views/sysadmin.py:2038 +#: seahub/views/sysadmin.py:2076 seahub/views/sysadmin.py:2080 +#: seahub/views/sysadmin.py:2085 msgid "Invalid value" msgstr "" -#: seahub/views/sysadmin.py:2164 +#: seahub/views/sysadmin.py:2217 #, python-format msgid "" "Failed to add %s to the institution: user already belongs to an institution" msgstr "" -#: seahub/views/sysadmin.py:2169 +#: seahub/views/sysadmin.py:2222 #, python-format msgid "Successfully added %s to the institution." msgstr "" -#: seahub/views/sysadmin.py:2493 +#: seahub/views/sysadmin.py:2546 msgid "Successfully deleted 1 item" msgstr "" diff --git a/locale/en/LC_MESSAGES/djangojs.po b/locale/en/LC_MESSAGES/djangojs.po index 6b1db2321d..9409f22f14 100644 --- a/locale/en/LC_MESSAGES/djangojs.po +++ b/locale/en/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-14 16:34+0800\n" +"POT-Creation-Date: 2017-09-09 18:15+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,12 +18,12 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: static/scripts/app/models/deleted-repo.js:19 -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:313 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:317 msgid "Encrypted library" msgstr "" #: static/scripts/app/models/deleted-repo.js:21 -#: static/scripts/app/models/repo.js:59 static/scripts/common.js:317 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:321 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" @@ -33,7 +33,7 @@ msgstr "" #: static/scripts/app/views/fileupload.js:373 #: static/scripts/app/views/fileupload.js:387 #: static/scripts/app/views/fileupload.js:399 -#: static/scripts/app/views/fileupload.js:411 static/scripts/common.js:571 +#: static/scripts/app/views/fileupload.js:411 static/scripts/common.js:575 msgid "Just now" msgstr "" @@ -44,27 +44,27 @@ msgstr "" #: static/scripts/app/models/repo.js:35 #: static/scripts/app/views/dialogs/dirent-rename.js:65 #: static/scripts/app/views/dir.js:620 static/scripts/app/views/dir.js:681 -#: static/scripts/app/views/dirent.js:474 static/scripts/app/views/repo.js:179 +#: static/scripts/app/views/dirent.js:478 static/scripts/app/views/repo.js:181 msgid "Name should not include '/'." msgstr "" -#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:239 +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:243 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:247 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:251 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:243 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:247 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:251 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:255 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:61 static/scripts/common.js:315 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:319 msgid "Read-Only library" msgstr "" @@ -88,8 +88,9 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 -#: static/scripts/app/views/groups.js:83 static/scripts/app/views/groups.js:134 +#: static/scripts/app/views/group.js:110 static/scripts/app/views/group.js:143 +#: static/scripts/app/views/groups.js:83 +#: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 #: static/scripts/app/views/my-deleted-repos.js:86 #: static/scripts/app/views/myhome-repos.js:104 @@ -102,8 +103,9 @@ msgstr "" #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 -#: static/scripts/app/views/share.js:161 static/scripts/app/views/share.js:484 -#: static/scripts/app/views/share.js:598 static/scripts/app/views/share.js:663 +#: static/scripts/app/views/share.js:165 static/scripts/app/views/share.js:488 +#: static/scripts/app/views/share.js:603 static/scripts/app/views/share.js:688 +#: static/scripts/app/views/share.js:712 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 #: static/scripts/sysadmin-app/views/repos.js:90 @@ -144,21 +146,24 @@ msgstr "" #: static/scripts/app/views/dialogs/dirent-rename.js:96 #: static/scripts/app/views/dialogs/repo-change-password.js:94 #: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 -#: static/scripts/app/views/dialogs/repo-history-settings.js:82 -#: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1276 static/scripts/app/views/dir.js:1310 -#: static/scripts/app/views/dir.js:1357 -#: static/scripts/app/views/dirent-grid.js:332 -#: static/scripts/app/views/dirent.js:492 -#: static/scripts/app/views/dirent.js:614 +#: static/scripts/app/views/dialogs/repo-history-settings.js:83 +#: static/scripts/app/views/dialogs/repo-history-settings.js:142 +#: static/scripts/app/views/dir.js:1279 static/scripts/app/views/dir.js:1313 +#: static/scripts/app/views/dir.js:1360 +#: static/scripts/app/views/dirent-details.js:163 +#: static/scripts/app/views/dirent-grid.js:337 +#: static/scripts/app/views/dirent-grid.js:378 +#: static/scripts/app/views/dirent.js:496 +#: static/scripts/app/views/dirent.js:619 +#: static/scripts/app/views/dirent.js:660 #: static/scripts/app/views/folder-perm.js:205 -#: static/scripts/app/views/folder-share-item.js:85 -#: static/scripts/app/views/folder-share-item.js:121 +#: static/scripts/app/views/folder-share-item.js:97 +#: static/scripts/app/views/folder-share-item.js:133 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:67 +#: static/scripts/app/views/group-repo.js:85 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -168,12 +173,14 @@ msgstr "" #: static/scripts/app/views/invitations.js:146 #: static/scripts/app/views/repo-folder-perm-item.js:86 #: static/scripts/app/views/repo-folder-perm-item.js:127 -#: static/scripts/app/views/repo.js:204 static/scripts/app/views/repo.js:279 -#: static/scripts/app/views/share.js:397 static/scripts/app/views/share.js:740 -#: static/scripts/app/views/share.js:818 static/scripts/common.js:392 -#: static/scripts/common.js:481 -#: static/scripts/sysadmin-app/views/admin-logs.js:129 -#: static/scripts/sysadmin-app/views/dashboard.js:79 +#: static/scripts/app/views/repo.js:206 static/scripts/app/views/repo.js:281 +#: static/scripts/app/views/repo.js:396 static/scripts/app/views/repo.js:438 +#: static/scripts/app/views/share.js:401 static/scripts/app/views/share.js:790 +#: static/scripts/app/views/share.js:869 static/scripts/common.js:396 +#: static/scripts/common.js:485 +#: static/scripts/sysadmin-app/views/admin-login-logs.js:129 +#: static/scripts/sysadmin-app/views/admin-operation-logs.js:129 +#: static/scripts/sysadmin-app/views/dashboard.js:84 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 #: static/scripts/sysadmin-app/views/dir.js:193 @@ -185,7 +192,7 @@ msgstr "" #: static/scripts/sysadmin-app/views/group.js:108 #: static/scripts/sysadmin-app/views/groups.js:168 #: static/scripts/sysadmin-app/views/mobile-devices.js:106 -#: static/scripts/sysadmin-app/views/repo.js:123 +#: static/scripts/sysadmin-app/views/repo.js:143 #: static/scripts/sysadmin-app/views/repos.js:163 #: static/scripts/sysadmin-app/views/search-groups.js:76 #: static/scripts/sysadmin-app/views/search-repos.js:77 @@ -244,12 +251,12 @@ msgstr "" #: static/scripts/app/views/dialogs/dirent-mvcp.js:132 #: static/scripts/app/views/dialogs/dirent-mvcp.js:163 -#: static/scripts/app/views/dir.js:1348 +#: static/scripts/app/views/dir.js:1351 msgid "Canceled." msgstr "" #: static/scripts/app/views/dialogs/dirent-mvcp.js:195 -#: static/scripts/app/views/dir.js:1119 +#: static/scripts/app/views/dir.js:1122 msgid "Invalid destination path" msgstr "" @@ -272,10 +279,10 @@ msgstr "" #: static/scripts/app/views/dialogs/dirent-rename.js:59 #: static/scripts/app/views/dir.js:615 static/scripts/app/views/dir.js:676 -#: static/scripts/app/views/dirent.js:468 +#: static/scripts/app/views/dirent.js:472 #: static/scripts/app/views/groups.js:112 #: static/scripts/app/views/invitations.js:54 -#: static/scripts/app/views/repo.js:173 +#: static/scripts/app/views/repo.js:175 static/scripts/app/views/repo.js:409 #: static/scripts/sysadmin-app/views/dir.js:82 msgid "It is required." msgstr "" @@ -314,11 +321,11 @@ msgstr "" #: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:243 +#: static/scripts/app/views/repo.js:245 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 -#: static/scripts/sysadmin-app/views/repo.js:88 +#: static/scripts/sysadmin-app/views/repo.js:108 #: static/scripts/sysadmin-app/views/repos.js:58 msgid "Search user or enter email and press Enter" msgstr "" @@ -337,7 +344,7 @@ msgstr "" #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:138 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 #: static/scripts/app/views/my-deleted-repos.js:81 #: static/scripts/app/views/myhome-repos.js:99 @@ -347,10 +354,12 @@ msgstr "" #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 -#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:479 -#: static/scripts/app/views/share.js:593 static/scripts/app/views/share.js:658 -#: static/scripts/sysadmin-app/views/admin-logs.js:124 -#: static/scripts/sysadmin-app/views/dashboard.js:74 +#: static/scripts/app/views/share.js:160 static/scripts/app/views/share.js:483 +#: static/scripts/app/views/share.js:598 static/scripts/app/views/share.js:683 +#: static/scripts/app/views/share.js:707 +#: static/scripts/sysadmin-app/views/admin-login-logs.js:124 +#: static/scripts/sysadmin-app/views/admin-operation-logs.js:124 +#: static/scripts/sysadmin-app/views/dashboard.js:79 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 #: static/scripts/sysadmin-app/views/dir.js:188 @@ -371,11 +380,11 @@ msgstr "" msgid "Please click and choose a directory." msgstr "" -#: static/scripts/app/views/dialogs/repo-history-settings.js:35 +#: static/scripts/app/views/dialogs/repo-history-settings.js:36 msgid "{placeholder} History Setting" msgstr "" -#: static/scripts/app/views/dialogs/repo-history-settings.js:134 +#: static/scripts/app/views/dialogs/repo-history-settings.js:135 msgid "Successfully set library history." msgstr "" @@ -446,113 +455,117 @@ msgstr "" msgid "New Word File" msgstr "" -#: static/scripts/app/views/dir.js:981 static/scripts/app/views/dir.js:1124 +#: static/scripts/app/views/dir.js:984 static/scripts/app/views/dir.js:1127 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:1019 +#: static/scripts/app/views/dir.js:1022 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1024 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1026 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1032 +#: static/scripts/app/views/dir.js:1035 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1034 +#: static/scripts/app/views/dir.js:1037 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1036 +#: static/scripts/app/views/dir.js:1039 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1049 +#: static/scripts/app/views/dir.js:1052 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:1050 +#: static/scripts/app/views/dir.js:1053 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:1064 +#: static/scripts/app/views/dir.js:1067 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:1064 +#: static/scripts/app/views/dir.js:1067 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:1169 +#: static/scripts/app/views/dir.js:1172 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1171 +#: static/scripts/app/views/dir.js:1174 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1173 +#: static/scripts/app/views/dir.js:1176 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1178 +#: static/scripts/app/views/dir.js:1181 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1180 +#: static/scripts/app/views/dir.js:1183 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1182 +#: static/scripts/app/views/dir.js:1185 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1194 +#: static/scripts/app/views/dir.js:1197 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1196 +#: static/scripts/app/views/dir.js:1199 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1200 +#: static/scripts/app/views/dir.js:1203 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1202 +#: static/scripts/app/views/dir.js:1205 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1242 +#: static/scripts/app/views/dir.js:1245 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1242 +#: static/scripts/app/views/dir.js:1245 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1264 +#: static/scripts/app/views/dir.js:1267 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1264 +#: static/scripts/app/views/dir.js:1267 msgid "Failed to copy %(name)s" msgstr "" +#: static/scripts/app/views/dirent-details.js:115 +msgid "Tag should not include ','." +msgstr "" + #: static/scripts/app/views/dirent-grid.js:59 #: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" #: static/scripts/app/views/dirent-grid.js:176 -#: static/scripts/app/views/dirent.js:379 +#: static/scripts/app/views/dirent.js:383 msgid "Successfully deleted %(name)s" msgstr "" @@ -586,7 +599,7 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/group.js:140 static/scripts/app/views/groups.js:80 #: static/scripts/app/views/my-deleted-repos.js:83 #: static/scripts/app/views/myhome-repos.js:101 #: static/scripts/app/views/myhome-shared-repos.js:78 @@ -596,8 +609,9 @@ msgstr "" #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 -#: static/scripts/app/views/share.js:158 static/scripts/app/views/share.js:481 -#: static/scripts/app/views/share.js:595 static/scripts/app/views/share.js:660 +#: static/scripts/app/views/share.js:162 static/scripts/app/views/share.js:485 +#: static/scripts/app/views/share.js:600 static/scripts/app/views/share.js:685 +#: static/scripts/app/views/share.js:709 msgid "Error" msgstr "" @@ -658,15 +672,15 @@ msgid "Set {placeholder}'s permission" msgstr "" #: static/scripts/app/views/folder-perm.js:113 -#: static/scripts/app/views/share.js:648 +#: static/scripts/app/views/share.js:655 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:83 +#: static/scripts/app/views/folder-share-item.js:95 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:119 +#: static/scripts/app/views/folder-share-item.js:131 msgid "Delete failed" msgstr "" @@ -674,16 +688,16 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/group-repo.js:77 #: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:244 +#: static/scripts/app/views/repo.js:246 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 -#: static/scripts/sysadmin-app/views/repo.js:89 +#: static/scripts/sysadmin-app/views/repo.js:109 #: static/scripts/sysadmin-app/views/repos.js:59 msgid "You cannot select any more choices" msgstr "" @@ -737,80 +751,88 @@ msgstr "" msgid "Refresh" msgstr "" -#: static/scripts/app/views/repo.js:89 -#: static/scripts/sysadmin-app/views/admin-log.js:51 -#: static/scripts/sysadmin-app/views/repo.js:46 +#: static/scripts/app/views/repo.js:91 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:51 +#: static/scripts/sysadmin-app/views/repo.js:66 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:90 +#: static/scripts/app/views/repo.js:92 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 -#: static/scripts/sysadmin-app/views/repo.js:47 +#: static/scripts/sysadmin-app/views/repo.js:67 #, javascript-format msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:100 -#: static/scripts/sysadmin-app/views/repo.js:60 +#: static/scripts/app/views/repo.js:102 +#: static/scripts/sysadmin-app/views/repo.js:80 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:233 -#: static/scripts/sysadmin-app/views/repo.js:78 +#: static/scripts/app/views/repo.js:235 +#: static/scripts/sysadmin-app/views/repo.js:98 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:272 -#: static/scripts/sysadmin-app/views/repo.js:116 +#: static/scripts/app/views/repo.js:274 +#: static/scripts/sysadmin-app/views/repo.js:136 msgid "Successfully transferred the library." msgstr "" +#: static/scripts/app/views/repo.js:427 +msgid "Successfully added label(s) for library {placeholder}" +msgstr "" + #: static/scripts/app/views/share-admin-folder.js:63 #: static/scripts/app/views/share-admin-repo.js:65 msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:65 +#: static/scripts/app/views/share.js:67 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:145 +#: static/scripts/app/views/share.js:149 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:184 static/scripts/app/views/share.js:185 -#: static/scripts/app/views/share.js:206 static/scripts/app/views/share.js:207 +#: static/scripts/app/views/share.js:188 static/scripts/app/views/share.js:189 +#: static/scripts/app/views/share.js:210 static/scripts/app/views/share.js:211 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:202 static/scripts/app/views/share.js:203 +#: static/scripts/app/views/share.js:206 static/scripts/app/views/share.js:207 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:261 +#: static/scripts/app/views/share.js:265 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:265 +#: static/scripts/app/views/share.js:269 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:364 +#: static/scripts/app/views/share.js:368 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:381 +#: static/scripts/app/views/share.js:385 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:385 +#: static/scripts/app/views/share.js:389 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:27 +#: static/scripts/app/views/share.js:679 +msgid "Failed to fetch groups:" +msgstr "" + +#: static/scripts/app/views/shared-repo.js:46 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -823,92 +845,92 @@ msgstr "" msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:605 +#: static/scripts/common.js:609 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:613 static/scripts/common.js:684 +#: static/scripts/common.js:617 static/scripts/common.js:688 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:614 static/scripts/common.js:685 +#: static/scripts/common.js:618 static/scripts/common.js:689 msgid "No matches" msgstr "" -#: static/scripts/common.js:615 static/scripts/common.js:686 +#: static/scripts/common.js:619 static/scripts/common.js:690 msgid "Searching..." msgstr "" -#: static/scripts/common.js:616 static/scripts/common.js:687 +#: static/scripts/common.js:620 static/scripts/common.js:691 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:676 +#: static/scripts/common.js:680 msgid "Search groups" msgstr "" -#: static/scripts/common.js:1011 +#: static/scripts/common.js:1015 msgid "Packaging..." msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:40 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:40 msgid "Create Library" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:41 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:41 msgid "Created library {library_name} with {owner} as its owner" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:52 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:52 msgid "Deleted library {library_name}" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:57 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:57 msgid "Transfer Library" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:58 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:58 msgid "Transferred library {library_name} from {user_from} to {user_to}" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:69 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:69 msgid "Create Group" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:70 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:70 msgid "Created group {group_name}" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:74 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:74 msgid "Transfer Group" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:75 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:75 msgid "Transferred group {group_name} from {user_from} to {user_to}" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:82 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:82 #: static/scripts/sysadmin-app/views/group.js:30 msgid "Delete Group" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:83 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:83 msgid "Deleted group {group_name}" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:88 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:88 msgid "Add User" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:89 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:89 msgid "Added user {user}" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:94 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:94 msgid "Delete User" msgstr "" -#: static/scripts/sysadmin-app/views/admin-log.js:95 +#: static/scripts/sysadmin-app/views/admin-operation-log.js:95 msgid "Deleted user {user}" msgstr ""