diff --git a/locale/ca/LC_MESSAGES/django.po b/locale/ca/LC_MESSAGES/django.po index 83ab482de1..d8276e72b1 100644 --- a/locale/ca/LC_MESSAGES/django.po +++ b/locale/ca/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 08:01+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/seahub/language/ca/)\n" "MIME-Version: 1.0\n" @@ -18,122 +18,115 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Ja existeix un usuari amb aquest correu electrònic" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "Les contrasenyes no coincideixen" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "El nom és obligatori" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "El nom és massa llarg (màxim de 255 caràcters)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "La descripció és obligatòria" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "La descripció és massa llarga (màxim de 100 caràcters)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "El nom %s no és vàlid" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Falta un paràmetre" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "El nom antic és obligatori" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "És massa llarg" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "És obligatori" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "El nom \"%s\" no és vàlid" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "L'identificador de repositori és obligatori" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "El nom d'usuari és obligatori" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "La contrasenya és obligatòria" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "El URL no és correcte" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "La contrasenya no és correcte" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Error intern al servidor" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "S'ha produït un error al desencriptar la llibreria" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "El correu electrònic és obligatori " -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "La quota és obligatòria" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "La quota no és correcte (el mínim és 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "El nom de la llibreria és obligatori " -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "La descripció de la llibreria és obligatòria" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Introduïu un nombre" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "" - #: seahub/settings.py:133 msgid "català" msgstr "" @@ -207,22 +200,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 -msgid "Svenska" +msgid "Slovenian" msgstr "" #: seahub/settings.py:152 -msgid "Thai" +msgid "Svenska" msgstr "" #: seahub/settings.py:153 -msgid "українська мова" +msgid "Thai" msgstr "" #: seahub/settings.py:154 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -232,7 +229,7 @@ msgstr "Equip d'organització de fitxers" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Missatges" @@ -252,10 +249,10 @@ msgstr "Missatges" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -270,11 +267,9 @@ msgstr "Fitxer" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -297,7 +292,7 @@ msgstr "No hi ha missatges" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -310,34 +305,31 @@ msgstr "S'està carregant..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Error. Verifiqueu la connexió a la xarxa" @@ -380,6 +372,7 @@ msgid "Deleted library %(library_name)s" msgstr "S'ha eliminat la llibreria %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Verifiqueu la connexió a la xarxa" @@ -392,7 +385,7 @@ msgstr "Hi ha respostes noves" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Missatges" @@ -420,7 +413,7 @@ msgstr "Dates importants" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -436,94 +429,103 @@ msgstr "La contrasenya s'ha actualitzat " msgid "Change password: %s" msgstr "Modifiqueu la contrasenya: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nom d'usuari" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Contrasenya" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "" -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Introduïu un nom d'usuari i contrasenyes correctes. Les majúscules i minúscules es consideren caràcters diferents." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Aquest compte està deshabilitat" -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Per poder iniciar sessió el navegador ha de tenir les 'cookies' activades." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "Correu electrònic" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "No s'ha pogut enviar el correu. El servei de missatgeria no està ben configurat, aviseu l'administrador." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Aquest correu electrònic no té cap compte associat. Verifiqueu que sigui correcte i estigui registrada." -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Contrasenya nova" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Confirma la nova contrasenya" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Les contrasenyes no coincideixen" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Contrasenya antiga" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "La contrasenya antiga no coincideix. Torneu a introduir-la." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Repetiu la contrasenya" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "S'ha finalitzat la sessió" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "No s'ha pogut enviar el correu. Aviseu l'administrador." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -625,7 +627,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -633,7 +635,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -642,29 +644,30 @@ msgstr "Avatar actual:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -672,8 +675,8 @@ msgstr "Avatar actual:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -696,31 +699,35 @@ msgstr "%(avatar_creator)s ha actualitzat el seu av msgid "You have updated your avatar %(avatar)s." msgstr "Vós ha actualitzat l'avatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Correu electrònic" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Aquest valor ha de ser de longitud 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Ja existeix un usuari amb aquest correu electrònic" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "L'identificador d'usuari no és vàlid" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nom" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "departament" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "telèfon" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "nota" @@ -781,7 +788,7 @@ msgstr "S'ha restaurat el fitxer \"%(file)s\" a l'estat de %(time)s." msgid "Recovered deleted directory" msgstr "S'ha recuperat el directori eliminat" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "S'ha canviat el nom o descripció de la llibreria" @@ -792,8 +799,8 @@ msgstr "Sincronització automàtica de seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Ara mateix" @@ -826,10 +833,10 @@ msgstr[0] "Fa %(seconds)d segon" msgstr[1] "Fa %(seconds)d segons" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -843,11 +850,11 @@ msgstr[1] "Fa %(seconds)d segons" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -858,9 +865,9 @@ msgid "Read-Write" msgstr "Lectura-Escriptura" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -880,7 +887,7 @@ msgid "Email is required." msgstr "El correu electrònic és obligatori" #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s no és un correu electrònic vàlid." @@ -913,7 +920,7 @@ msgstr "S'ha eliminat %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Llista de contactes" @@ -928,7 +935,7 @@ msgid "Email " msgstr "Correu electrònic" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -937,23 +944,22 @@ msgstr "Correu electrònic" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -971,12 +977,12 @@ msgid "Name" msgstr "Nom" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Nota" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -985,28 +991,26 @@ msgstr "Nota" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Operacions" @@ -1019,8 +1023,10 @@ msgstr "Operacions" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Edita" @@ -1034,21 +1040,21 @@ msgstr "Edita" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Elimina" @@ -1067,12 +1073,12 @@ msgstr "Afegiu nous contactes per compartir llibreries més fàcilment" #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1108,7 +1114,7 @@ msgstr "Elimina el contacte" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Esteu segur que voleu eliminar %s ?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1179,219 +1185,227 @@ msgstr "El missatge de verificació és massa llarg (màxim de 255 caràcters)" msgid "\"%s\" is not a valid name" msgstr "El nom \"%s\" no és vàlid" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Només pot crear %d grups. Actualitzi el compte" -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Aquest nom de grup ja existeix" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "No s'ha pogut reanomenar el grup. El nom de grup ha d'estar format només per lletres, nombres i '_'" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "S'ha reanomenat el grup a \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "El correu electrònic %s no és vàlid." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Només els administradors poden fer el grup públic" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "El missatge no existeix" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "No té autorització" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Només pot convidar a %d membres. Actualitzi el compte." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "No s'ha afegit %s perquè no és un usuari registrat." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "S'ha afegit i notificat per correu electrònic correctament." msgstr[1] "S'han afegit correctament. %(count)s notificats per correu electrònic." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "S'han afegit correctament." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "%s no és un correu electrònic vàlid." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "No s'ha afegit %s perquè no és un usuari registrat." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "S'ha completat correctament." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Error: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "L'identificador de grup no és correcte" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "El grup no existeix." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "S'ha enviat a %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Vós no pertany al grup %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "La llibreria no existeix." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Error: Ruta de fitxer errònia." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Error: El grup no existeix." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Error: Vós no pertany al grup." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "No s'ha pogut crear" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "No s'ha pogut crear." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Ja pertany al grup." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "S'ha notificat al administrador del grup." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "El fitxer no existeix" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "La \"Wiki\" s'ha activat." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "La \"Wiki\" s'ha desactivat." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "No s'ha pogut crear la pàgina. Proveu més tard. " -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "S'ha produït un error intern" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "El \"Wiki\" no existeix." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "S'ha produït un error al crear la pàgina. Proveu més tard" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "" -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "No s'ha trobat la \"Wiki\"" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "La pàgina \"%s\" ja existeix." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "" -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "" @@ -1438,23 +1452,23 @@ msgstr "No pot estar buit i ha de tenir 2048 caràcters com a màxim." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1462,7 +1476,7 @@ msgstr "Cancela" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Activa mòduls" @@ -1473,9 +1487,9 @@ msgstr "Aquest grup és públic" #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1483,12 +1497,12 @@ msgstr "Llibreries" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Fitxers" @@ -1563,8 +1577,7 @@ msgstr "Esteu segurs que voleu eliminar aquest missatge?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Sí" @@ -1572,8 +1585,7 @@ msgstr "Sí" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "No" @@ -1593,7 +1605,7 @@ msgstr "No s'ha eliminat: " #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Error." @@ -1601,15 +1613,15 @@ msgstr "Error." msgid "Recent Changes" msgstr "Últims canvis" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Crea una llibreria" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1618,11 +1630,11 @@ msgstr "Crea una llibreria" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1632,47 +1644,47 @@ msgstr "Crea una llibreria" msgid "Description" msgstr "Descripció" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Última actualització" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Compartit per" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Descarrega i sincronitza" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1681,46 +1693,46 @@ msgstr "Descarrega i sincronitza" msgid "Unshare" msgstr "Elimina compartició" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "No hi ha cap llibreria compartida en aquest grup" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Pot compartir una llibreria clicant a \"Crea una llibreria\" o bé a la icona \"Comparteix\" del llistat." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Les llibreries compartides amb permís d'escriptura poden ser descarregades i sincronitzades pels altres membres del grup. Les de només lectura poden ser descarregades però no actualitzades pels altres membres." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Llibreria" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Modificat el " -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Modifica" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1731,7 +1743,7 @@ msgstr "Modifica" msgid "Details" msgstr "Detalls" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1744,7 +1756,7 @@ msgstr "Detalls" msgid "None" msgstr "Cap" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1753,29 +1765,29 @@ msgstr "Cap" msgid "Unknown" msgstr "Desconegut" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "està encriptat" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Contrasenya: " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "El servidor guardarà la contrasenya només 1 hora." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Deixa de compartir la llibreria" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Esteu segur que voleu deixar de compartir %s ?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1793,11 +1805,11 @@ msgstr "Esteu segur que voleu deixar de compartir %s ?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1841,7 +1853,7 @@ msgstr "Administradors" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Configuració" @@ -1859,7 +1871,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Canvia" @@ -1869,7 +1881,7 @@ msgstr "Canvia" msgid "Rename" msgstr "Reanomena" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Revoca l'accés públic" @@ -1917,7 +1929,7 @@ msgstr "Elimina membre" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "Segur que voleu eliminar %s ?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1946,7 +1958,7 @@ msgid "Name: " msgstr "Nom:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2019,7 +2031,7 @@ msgid "Choose a library as wiki:" msgstr "" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Seleccioneu una llibreria." @@ -2085,13 +2097,13 @@ msgid "Are you sure you want to delete this page?" msgstr "" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "El nom és obligatori." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "La descripció és obligatoria." @@ -2100,37 +2112,47 @@ msgstr "La descripció és obligatoria." msgid "Tips" msgstr "Consells" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Després de crear un grup podeu afegir-hi membres i compartir-hi llibreries." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Els meus grups" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Crea un grup" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Data:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "No pertany a cap grup" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Podeu crear un nou grup clicant a \"Crea un grup\". Un grup permet compartir llibreries i missatges entre els seus membres." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nom del grup" @@ -2162,7 +2184,7 @@ msgid "Add administrators" msgstr "Afegeix administradors" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Introduïu o seleccioneu correus electrònics." @@ -2441,21 +2463,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "" -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "El missatge és obligatori" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "El contacte és obligatori" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Vós no podeu ser el destinatari del missatge." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "No s'ha pogut enviar un missatge, %s no és un usuari registrat." @@ -2466,13 +2488,13 @@ msgstr "Crea un missatge" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Missatge" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2490,10 +2512,6 @@ msgstr "envia a: cliqueu per seleccionar els contactes" msgid "please add contacts at first" msgstr "Primer heu d'afegir contactes" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "No s'ha pogut obtenir els contactes per enviar missatges" - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Envia un missatge..." @@ -2522,7 +2540,7 @@ msgstr "%(user)s t'ha compartit el fitxer %(file_name)s." #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Error intern" @@ -2549,7 +2567,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2560,7 +2578,7 @@ msgid "" "%(join_request_msg)s" msgstr "En %(username)s ha sol·licitat unir-se a %(group_name)s. Missatge de verificació: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "S'han arxivat les notícies" @@ -2677,11 +2695,15 @@ msgstr "Elimina la notificació" msgid "Notices" msgstr "Novetats" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Buida " -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Més" @@ -2691,27 +2713,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Seleccioneu com mostrar les llibreries encriptades:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Envia les contrasenyes al servidor." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Els fitxers s'han de desencriptar." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Guarda les contrasenyes al navegador." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Els fitxers es desencriptaran al teu navegador al descarregar-se." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2743,7 +2765,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "S'ha marcat \"%s\" com a llibreria per defecte." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Configuració " @@ -2756,75 +2778,75 @@ msgstr "Perfil" msgid "Language" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Llibreries encriptades" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Sub-llibreria" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Llibreria per defecte" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Elimina el compte" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Contrasenya:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Actualitza" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nom:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Sobre mi:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Departament:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telèfon:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Configuració de les llibreries encriptades" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Com visualitzar llibreries encriptades a la web:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Configuració de la sub-llibreria" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Activa la sub-llibreria" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2833,7 +2855,7 @@ msgid "" "library." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2841,33 +2863,33 @@ msgid "" "listed, which enables you to manage them." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Configuració de la llibreria per defecte" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "La llibreria per defecte:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "La llibreria per defecte és la llibreria on es guardaran els documents i les imatges personals." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Seleccioneu la llibreria per defecte" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Atenció, aquesta operació és irreversible. " -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Seleccioneu una llibreria per defecte:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Esteu segur que voleu eliminar el seu compte?" @@ -2891,197 +2913,208 @@ msgid "Self-introduction" msgstr "Introducció" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Departament" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telèfon" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "El correu electrònic no pot ser de més de 512 caràcters" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "No s'ha pogut compartir amb tots els membres. Torneu-ho a provar més tard." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "S'ha compartit amb tots els membres, podeu comprovar-ho a Compartit." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" ja és accessible pel grup %(group)s. Mostra" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "No s'ha pogut compartir %(repo)s amb %(group)s, torneu-ho ha provar més tard." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Vós no podeu ser el destinatari d'una compartició." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "No s'ha pogut compartir amb %s, no consta com usuari registrat." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "No s'ha pogut compartir amb %s. Torneu-ho a provar més tard." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Només el propietari de la llibreria pot compartir-la." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "No té espai suficient per compartir \"%s\". Actualitzi el compte." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "El paràmetre no és vàlid" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "No s'ha pogut eliminar la compartició" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "L'identificador de grup no és vàlid" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "No s'ha pogut deixar de compartir perquè el grup no existeix." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "S'ha eliminat la compartició" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "Tots el membres" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Els arguments no són vàlids" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "No podeu compartir la llibreria d'aquesta manera" -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "S'ha eliminat correctament" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Aquest enllaç no existeix" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "No s'ha pogut enviar l'enllaç. El servei de missatgeria no està ben configurat, aviseu l'administrador." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "No s'ha pogut enviar per un error intern." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "S'ha enviat correctament." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Seleccioneu un directori." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "S'ha guardat correctament." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "No s'ha pogut compartir amb \"%s\" perquè no consta com a usuari registrat." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "%s s'ha compartit " -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "S'ha deixat de compartir \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "No teniu permís per guardar %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "S'ha produït un error al generar l'enllaç. Torneu-ho a provar més tard." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "S'ha denegat l'accés " -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "" -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -3100,7 +3133,6 @@ msgstr "Enllaços de pujada" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Visites" @@ -3114,8 +3146,6 @@ msgstr "Mostra" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Elimina" @@ -3145,7 +3175,7 @@ msgid "Folders - Share" msgstr "Directoris - Compartit" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Directoris" @@ -3171,13 +3201,13 @@ msgstr "" #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "S'ha actualitzat" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "No s'ha pogut actualitzar." @@ -3189,33 +3219,33 @@ msgstr "Fitxers - Compartit" msgid "From Others" msgstr "Dels altres" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Pels altres" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "De" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "No té cap fitxer compartit" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "A" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "No teniu cap fitxer compartit en privat" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3242,7 +3272,8 @@ msgid "Shares" msgstr "Compartit" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Informació bàsica" @@ -3269,7 +3300,7 @@ msgstr "No esteu compartit cap llibreria amb %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "No s'ha pogut localitzar la pàgina sol·licitada." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Activitat" @@ -3299,49 +3330,6 @@ msgstr "Administrador de sistema" msgid "All Groups" msgstr "Tots els grups" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Terminals" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nom del terminal" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Última sincronització" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "No sincronitzat" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "no sincronitzis" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Esteu segur que voleu desincronitzar?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "No tens cap terminal connectat " - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "En aquesta pàgina es mostren les llibreries sincronitzades. Podeu veure el nom i la IP del terminal que les sincronitza. Podeu deixar de sincronitzar un terminal des de les opcions de la llibreria." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "S'ha deixat de sincronitzar." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3366,7 +3354,7 @@ msgid "Please enter the password." msgstr "Introduïu la contrasenya." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "" @@ -3378,6 +3366,10 @@ msgstr "" msgid "Device Name" msgstr "" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "" @@ -3418,11 +3410,10 @@ msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3751,8 +3742,7 @@ msgid "Password is required." msgstr "Es requereix contrasenya." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3775,7 +3765,6 @@ msgstr "Ruta actual:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3841,6 +3830,7 @@ msgid "snapshots" msgstr "captures" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "historial" @@ -3862,12 +3852,13 @@ msgstr " brosa" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Torna a la llibreria" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3878,28 +3869,28 @@ msgstr "Ruta actual:" msgid "Personal" msgstr "Personal" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Destacades" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Wiki personal" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Comparteix l'administració" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Enllaços" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Grup" @@ -3917,27 +3908,34 @@ msgstr "No s'està compartint cap llibreria" msgid "Welcome to Seafile!" msgstr "Benvingut a Seafile" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "" -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Tanca" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "No teniu creada cap llibreria" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "" @@ -4045,7 +4043,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "La mida del fitxer no pot superar %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Guardant..." @@ -4053,7 +4051,7 @@ msgstr "Guardant..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Actualitza %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4113,7 +4111,7 @@ msgstr "Seleccioneu un directori" #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "Reanomena %(name)s a:" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4152,7 +4150,7 @@ msgid "Empty file upload result" msgstr "S'ha pujat un fitxer buit" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Error" @@ -4176,22 +4174,22 @@ msgstr "Processant..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "S'ha eliminat %(name)s i %(amount)s elements més." +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "S'ha eliminat %(name)s." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Error intern. No s'ha pogut eliminar %(name)s i %(amount)s més." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Error intern. No s'ha pogut eliminar %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4201,56 +4199,56 @@ msgstr "Mou els fitxers/directoris seleccionats a:" msgid "Copy selected directories/files to:" msgstr "Copia els fitxers/directoris seleccionats a:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "La ruta de destí no és vàlida" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "S'ha mogut %(name)s i %(amount)s més." +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "S'ha mogut %(name)s." +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "S'ha copiat %(name)s i %(amount)s més." +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "S'ha copiat %(name)s." +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Error intern. No s'ha mogut %(name)s i %(amount)s més." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Error intern. No s'ha mogut %(name)s." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Error intern. No s'ha pogut copiar %(name)s i %(amount)s més." +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Error intern. No s'ha copiat %(name)s." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "" -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "" @@ -4274,7 +4272,7 @@ msgstr "" msgid "Failed to copy %(f_num)s items." msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "" @@ -4289,117 +4287,118 @@ msgstr "S'ha produït un error al encriptar." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Encriptant, %(num)s% complet." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Pujant les dades..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Finalitzat" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Descarregant dades..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Descarregant, %(num)s% complet." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Desencriptant..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Desencriptant, %(num)s% complet." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "S'ha eliminat %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Reanomena el fitxer" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Reanomena el directori" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Copia el fitxer" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Mou el fitxer" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Copia el directori" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Mou el directori" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Copia %(name)s a:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Mou %(name)s a:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "En aquesta llibreria no es poden descarregar directoris." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "no destacat" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Descarregant dades..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Desencriptant..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Reanomena el fitxer" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Reanomena el directori" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Copia el fitxer" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Mou el fitxer" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Copia el directori" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Mou el directori" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "En aquesta llibreria no es poden descarregar directoris." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "destacat" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "És obligatori." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Cal el nom complet, no només l'extensió." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Creant..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "No ha estat reanomenat." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "S'ha reanomenat %(old_name)s a %(new_name)s" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "" -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Seleccioneu un contacte com a mínim." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Introduïu correus electrònics o grups, o bé seleccioneu-ne alguns." @@ -4466,110 +4465,77 @@ msgstr "tot" msgid "Delete Time" msgstr "Elimina la data" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Transfereix la propietat" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Configuració de la llibreria" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Conserva tot l'historial" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "No conservis l'historial" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Només conserva l'historial dels darrers:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "dies" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Transfereix aquesta llibreria a un altre usuari:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Puja" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Torna a la actualització de l'historial" @@ -4653,8 +4619,7 @@ msgstr "Destaca" msgid "icon" msgstr "icona" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "No destaquis" @@ -4709,41 +4674,58 @@ msgstr "a" msgid "Sorry, this user is not registered yet." msgstr "Aquest usuari encara no està registrat." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Comparteix" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Destaca" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "S'ha actualitzat el fitxer" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "un col·laborador" msgstr[1] "%(counter)s col·laboradors" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Ja no està destacat" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "S'ha destacat" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Publica un missatge al grup" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "missatges" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Seleccioneu 1 grup com a mínim" + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Introduïu un missatge." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4867,15 +4849,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "No s'ha pogut carregar el CAPTCHA, torna-ho a provar. " #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "El correu electrònic és obligatori" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "La contrasenya és obligatoria" @@ -4914,10 +4897,47 @@ msgid "New Password: " msgstr "Nova contrasenya:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Confirmeu la contrasenya:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Torneu a introduir la contrasenya" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Les contrasenyes no coincideixen" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "La contrasenya s'ha reinicialitzat" @@ -4992,30 +5012,15 @@ msgstr "Registre" msgid "Welcome back, you are already signed in." msgstr "S'ha iniciat sessió correctament. Benvingut." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Confirmeu la contrasenya" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Torneu a introduir la contrasenya" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Les contrasenyes no coincideixen" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "Aquest format no és vàlid. Seleccioneu una imatge." @@ -5032,110 +5037,86 @@ msgstr "És massa gran. El màxim permès és de 1MB" msgid "Discuss" msgstr "Missatges" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Seleccioneu 1 grup com a mínim" - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Introduïu un missatge." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "Comparteix %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Enllaç de descarrega" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Enllaç de pujada" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Compartit en privat" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(longitud mínima de %(repo_password_min_length)s caràcters)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Repeteix la contrasenya" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Genera" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Enllaç:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Envia" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Envia a:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Correus electrònics separats per ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Enviant..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Pots compartir aquest enllaç amb qui vulguis i podrà penjar fitxers directament en aquest directori." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Enllaç de pujada:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Publica un missatge al grup" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "missatges" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Detall de la modificació" @@ -5168,43 +5149,52 @@ msgstr "Directoris eliminats" msgid "Unknown error." msgstr "Error desconegut." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Pròpies" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Sub-llibreries" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Compartides" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Comparteix" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "No podeu crear cap llibreria" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Podeu crear una llibreria per organitzar els vostres fitxers. Per exemple, podeu crear una llibreria nova per cada projecte i sincronitzar-les de forma independent." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Origen " -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "No tens cap sub-llibreria creada." -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5232,6 +5222,22 @@ msgstr "mostra l'esquema" msgid "Document convertion failed." msgstr "S'ha produït un error al convertir el document." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Permís per compartir" @@ -5249,14 +5255,14 @@ msgid "Description is required" msgstr "La descripció és obligatòria" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Introduïu la contrasenya" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "La contrasenya és massa curta" @@ -5267,7 +5273,11 @@ msgstr "S'ha eliminat correctament." #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "Esteu segur que voleu eliminar %(lib_name)s ?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Puja" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5285,7 +5295,7 @@ msgstr "Més operacions" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "Comparteix %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5388,23 +5398,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Seleccioneu un tipus de fitxer o introduïu una extensió com a mínim." -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Seleccioneu els contactes" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Introduïu un correu electrònic com a mínim." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5452,7 +5454,7 @@ msgstr "Transfereix la llibreria" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "Transfereix %(lib_name)s a:" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5527,9 +5529,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Espai ocupat" @@ -5609,42 +5611,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Activant... espereu." -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Les contrasenyes no coincideixen" @@ -5665,37 +5691,37 @@ msgstr "" msgid "Status" msgstr "Estat" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Alta / Última sessió" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Actiu" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inactiu" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "ReiniContra" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Revoca el permís d'administrador" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Activa el permís d'administrador" @@ -5752,23 +5778,23 @@ msgstr "Elimina l'usuari" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Esteu segur que voleu reinicialitzar la contrasenya de %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Esteu segur que voleu revocar el permís d'administrador a %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "Esteu segur que voleu donar permís d'administrador a %s ?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "S'ha editat i enviat un correu electrònic." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5806,408 +5832,401 @@ msgstr "wiki-personal" msgid "Personal Wiki Pages" msgstr "Pàgines de Wiki personals" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "permís incorrecte" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "No es pot visualitzar la pàgina de reciclar" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "No s'ha pogut editar la informació de la llibreria." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "No s'ha pogut guardar la configuració al servidor" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "S'ha guardat la configuració." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "El nom d'usuari %s no és vàlid." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "No s'ha trobat l'usuari %s." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "S'ha transferit la llibreria %(repo_name)s a en %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "El nom del fitxer conté caràcters no vàlids" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Nom de fitxer duplicat" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "La mida del fitxer supera el màxim permès" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "No s'ha pujat el fitxer perquè s'ha exhaurit l'espai de disc del propietari" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "S'ha produït un error al transferir el fitxer" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "L'enllaç no és vàlid" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "No es poden visualitzar les modificacions de la llibreria" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "No es poden veure les captures de la llibreria" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "No teniu permís per restaurar la llibreria" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Especifiqueu un identificador d'historial" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "La llibreria no existeix" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "L'historial que heu especificat no existeix" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Error desconegut" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Personal" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "No es pot deixar de compartir la llibreria perquè no existeix." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "S'ha deixat de compartir \"%s\"." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "No s'ha pogut deixar de compartir \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "No s'ha pogut eliminar el fitxer." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "S'ha eliminat %s." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Error intern. No s'ha pogut eliminar %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "No es pot accedir al fitxer" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "S'ha revertit %(path)s al directori arrel." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "S'ha revertit %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "S'ha revertit %(path)s al directori arrel." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Error intern" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "No s'ha pogut descarregar el directori \"%s\" perquè és massa gran." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "No s'ha pogut descarregar \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "S'ha activat la Wiki personal." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "S'ha desactivat la Wiki personal." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "No teniu permís per accedir a la llibreria." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Ruta inexistent" -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Aquest grup no existeix" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "S'ha denegat l'accés " - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Aquesta llibreria no existeix" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Permís denegat." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "La llibreria està encriptada." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Error: falta el identificador del \"head commit\"" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Falten paràmetres." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "La ruta de destí és massa llarga." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "S'ha mogut %(name)s mostra" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "S'ha copiat %(name)s mostra" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No és possible moure el directori %(src)s al subdirectori %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "No es pot copiar el directori %(src)s al seu subdirectori %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "La ruta de destí és massa llarga per %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "No s'ha pogut obtenir els blocs del fitxer" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Identificador incorrecte" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "" -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "S'ha sincronitzat correctament" -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTPError: no s'ha pogut obrir el fitxer" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URLError: No s'ha pogut obrir el fitxer" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "La codificació seleccionada no és vàlida." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Codificació de fitxer desconeguda" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El fitxers és més gran de %s i no es pot obrir a la web." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "No es pot visualitzar el fitxer" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Format de fitxer no vàlid." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "La llibreria no existeix." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "La llibreria està encriptada." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "No es pot editar el fitxer" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "El fitxer no existeix." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Aquest tipus de fitxer no es pot editar a la web." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "No s'ha pogut establir la quota: error intern" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "S'ha eliminat %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "No s'ha pogut eliminar: l'usuari no existeix" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "S'ha establert %s com administrador" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "L'usuari no existeix i no s'ha pogut establir com administrador" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "S'ha revocat el permís d'administrador a %s" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "L'usuari no existeix i no s'ha revocat el permís d'administrador" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "S'ha activat \"%s\"." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "No existeix l'usuari i no s'ha pogut activar." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "S'ha desactivat \"%s\"." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "L'usuari no existeix, no s'ha pogut desactivar." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "S'ha reinicialitzar la contrasenya a %(passwd)s. S'ha notificat per correu a %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "S'ha reinicialitzat la contrasenya a %(passwd)s, però no s'ha pogut enviar un correu electrònic a %(user)s. Reviseu la configuració del correu." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "S'ha reinicialitzat la contrasenya a %(passwd)s per l'usuari %(user)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6215,70 +6234,74 @@ msgid "" "configured." msgstr "S'ha reinicialitzat la contrasenya %(passwd)s de l'usuari %(user)s. Però no s'ha pogut notificar per correu electrònic. El servei de missatgeria no està ben configurat." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "L'usuari no existeix i no s'ha pogut reinicialitzar la contrasenya" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "S'ha registrat l'usuari %s. S'ha enviat una notificació per correu electrònic." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "S'ha registrat l'usuari %s. Però no s'ho pogut notificar per correu electrònic. Reviseu la configuració del correu." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "S'ha registrat l'usuari %s." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "S'ha registrat l'usuari %s. No s'ha pogut notificar per correu electrònic. Reviseu la configuració del servei de missatgeria." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "S'ha transferit correctament." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "No s'ha transferit perquè no s'ha trobat l'usuari %s" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "No s'ha transferit perquè el paràmetres no són vàlids." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index ea9a47c847..653380aad1 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -29,9 +29,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-07-18 13:46+0000\n" -"Last-Translator: Tobias Bannert\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 13:35+0000\n" +"Last-Translator: Janek \n" "Language-Team: German (http://www.transifex.com/projects/p/seahub/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -39,122 +39,115 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" +#: seahub/forms.py:31 +msgid "A user with this email already exists." msgstr "Es existiert bereits ein Nutzer mit dieser E-Mail-Adresse." -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "Die Passwortfelder stimmen nicht überein." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "Die Passwörter stimmen nicht überein." -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Name darf nicht leer sein" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Name ist zu lang (maximal 255 Zeichen)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Beschreibung darf nicht leer sein" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Beschreibung ist zu lang (maximal 100 Zeichen)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Name %s ist ungültig" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argument fehlt" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Alter Name wird benötigt" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Dieser Dateiname ist zu lang." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Erforderlich." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Name »%s« ist nicht gültig" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "Paketquellenkennung wird benötigt" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Nutzername wird benötigt" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "Passwort darf nicht leer sein" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Ungültiges Adresseformat" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Falsches Passwort" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Interner Serverfehler" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Fehler beim Entschlüsseln der Bibliothek" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "E-Mail wird benötigt" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Quota darf nicht leer sein" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Quota ist zu niedrig (Mindestwert ist 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Es wird ein Name für die Bibliothek benötigt." -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Es wird eine Beschreibung für die Bibliothek benötigt." -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Bitte eine Nummer eingeben" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Bitte geben sie ein korrektes Passwort ein. " - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -228,22 +221,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -253,7 +250,7 @@ msgstr "File Collaboration Team Organization" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Diskussionen" @@ -273,10 +270,10 @@ msgstr "Diskussionen" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -291,11 +288,9 @@ msgstr "Datei" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -318,7 +313,7 @@ msgstr "Keine Diskussionen vorhanden." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -331,34 +326,31 @@ msgstr "Wird geladen …" #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung." @@ -401,6 +393,7 @@ msgid "Deleted library %(library_name)s" msgstr "Bibiliothek %(library_name)s gelöscht" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung." @@ -413,7 +406,7 @@ msgstr "Neue Nachrichten vorhanden" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Nachrichten" @@ -441,7 +434,7 @@ msgstr "Wichtige Daten" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -457,94 +450,103 @@ msgstr "Passwort erfolgreich geändert." msgid "Change password: %s" msgstr "Passwort ändern: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Bitte anmelden." + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Benutzername" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Passwort" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Bitte eine gültige E-Mail-Adresse eingeben." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Bitte geben Sie einen korrekten Benutzernamen und ein korrektes Passwort ein. Beide Felder berücksichtigen Groß-/Kleinschreibung." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Dieses Benutzerkonto ist deaktiviert." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Ihr Webbrowser scheint keine Cookies zu erlauben. Diese werden aber zum Anmelden benötigt." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-Mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Eine E-Mail konnte nicht versendet werden. Der E-Mail-Service ist nicht korrekt konfiguriert. Bitte kontaktieren Sie den/die Administrator." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Diese E-Mail-Adresse ist mit keinem Benutzerkonto verknüpft. Sind Sie sicher, dass Sie registriert sind?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "Das Passwort kann nicht zurückgesetzt werden. Bitte LDAP-Admin benachrichtigen." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Passwort an %s zurückstellenstellen" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Neues Passwort" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Neues Passwort bestätigen" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Die Passwortfelder stimmen nicht überein." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Altes Passwort" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Das alte Passwort, das Sie eingegeben haben, war nicht korrekt. Bitte geben Sie es erneut ein." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Passwort erneut eingeben:" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Abgemeldet" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "E-Mail versenden fehlgeschlagen, bitte kontaktieren Sie den Administrator." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "Das Passwort kann nicht aktualilsiert werden. Bitte LDAP-Admin benachrichtigen." @@ -646,7 +648,7 @@ msgstr "Aktueller Avatar: " #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -654,7 +656,7 @@ msgstr "Aktueller Avatar: " #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -663,29 +665,30 @@ msgstr "Aktueller Avatar: " #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -693,8 +696,8 @@ msgstr "Aktueller Avatar: " #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -717,31 +720,35 @@ msgstr "%(avatar_creator)s hat seinen Avatar aktual msgid "You have updated your avatar %(avatar)s." msgstr "Sie haben Ihren Avatar aktualisiert %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "E-Mail-Adresse" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Dieser Wert muss eine Länge von 40 Zeichen haben" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Es existiert bereits ein Nutzer mit dieser E-Mail-Adresse." + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Ungültige Benutzerkennung." -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "Name" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "Abteilung" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "Telefon" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "Anmerkung" @@ -802,7 +809,7 @@ msgstr "Datei \"%(file)s\" zurückgesetzt auf Stand um %(time)s." msgid "Recovered deleted directory" msgstr "Gelöschter Ordner wieder hergestellt" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Bibliotheksname oder -beschreibung geändert." @@ -813,8 +820,8 @@ msgstr "Automatisch von Seafile zusammengeführt" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Gerade eben" @@ -847,10 +854,10 @@ msgstr[0] "vor einer Sekunde" msgstr[1] "vor %(seconds)d Sekunden" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -864,11 +871,11 @@ msgstr[1] "vor %(seconds)d Sekunden" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -879,9 +886,9 @@ msgid "Read-Write" msgstr "Lesen und Schreiben" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -901,7 +908,7 @@ msgid "Email is required." msgstr "E-Mail ist erforderlich." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s ist keine gültige E-Mail." @@ -934,7 +941,7 @@ msgstr "%s erfolgreich gelöscht" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Kontakte" @@ -949,7 +956,7 @@ msgid "Email " msgstr "E-Mail " #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -958,23 +965,22 @@ msgstr "E-Mail " #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -992,12 +998,12 @@ msgid "Name" msgstr "Name" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Anmerkung" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -1006,28 +1012,26 @@ msgstr "Anmerkung" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Aktionen" @@ -1040,8 +1044,10 @@ msgstr "Aktionen" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Bearbeiten" @@ -1055,21 +1061,21 @@ msgstr "Bearbeiten" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Löschen" @@ -1088,12 +1094,12 @@ msgstr "Kontakte hinzufügen, um schneller Bibliotheken freizugeben oder Links a #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1200,219 +1206,227 @@ msgstr "Bestätigungsnachricht ist zu lang (maximal 255 Zeichen)" msgid "\"%s\" is not a valid name" msgstr "Name »%s« ist nicht gültig" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "Sie haben keine Berechtigung die Gruppe zu erstellen." + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Sie können nur %d Gruppen erzeugen. Bitte Konto hochsetzen." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Es existiert bereits eine Gruppe mit diesem Namen." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Verlassen der Gruppe fehlgeschlagen. Bitte versuchen Sie es später." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Gruppe wurde erfolgreich verlassen." -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Gruppe umbenennen fehlgeschlagen, Gruppennamen dürfen nur Buchstaben, Zahlen und Unterstriche enthalten" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Gruppe »%s« erfolgreich umbenannt." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "E-Mail %s ist nicht gültig." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Nur Administratoren können diese Gruppe zu einer öffentlichen Gruppe machen." -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Diese Nachricht existiert nicht" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Sie haben nicht die benötigte Berechtigung." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Sie wurden eingeladen, einer Gruppe auf %s beizutreten" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "Die Gruppe existiert nicht." + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Hinzufügen fehlgeschlagen, %s ist nicht in der aktuellen Organisation." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Sie können nur %d Mitglieder einladen. Bitte Konto hochsetzen." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Hinzufügen fehlgeschlagen, %s ist nicht registriert." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Erfolgreich hinzugefügt. Eine Email wurde verschickt." msgstr[1] "Erfolgreich hinzugefügt. %(count)s E-Mails wurde verschickt." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Erfolgreich hinzugefügt." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Hinzufügen fehlgeschlagen, %s ist keine gültige E-Mail." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Hinzufügen fehlgeschlagen, %s ist nicht registriert." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Aktion erfolgreich." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Fehlgeschlagen: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Fehler: falsche Gruppenkennung" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Fehler: Die Gruppe existiert nicht." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "%(groups)s erfolgreich bearbeitet." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Fehler: Sie sind nicht in Gruppe %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Fehler: Die Bibliothek existiert nicht." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Fehler: Pfad nicht vorhanden." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Erstellen fehlgeschlagen: Die Gruppe existiert nicht." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Erstellen fehlgeschlagen: Sie sind nicht in der Gruppe." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Erstellen fehlgeschlagen" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Erstellen fehlgeschlagen: Interner Fehler." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Sie sind bereits in der Gruppe." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Erfolgreicht versandt, der Gruppenadministrator wird die Nachricht behandeln." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Diskussion notwendig." -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Die Datei existiert nicht" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "»Wiki« wurde erfolgreich aktiviert." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "»Wiki« wurde erfolgreich deaktiviert." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Wikiseite konnte nicht erstellt werden, bitte versuchen Sie es später nochmals." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Interner Serverfehler" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Das Wiki existiert nicht." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Anlegen der Seite fehlgeschlagen, bitte versuchen Sie es später nochmals." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Fehler beim festlegen der Wiki Bibliothek." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki nicht gefunden." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "Seite »%s« existiert schon." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "»%s« erfolgreich gelöscht." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Fehler beim löschen von »%s«. Bitte versuchen Sie es später noch einmal." @@ -1459,23 +1473,23 @@ msgstr "Darf nicht leer sein und sollte nicht mehr als 2048 Zeichen haben." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1483,7 +1497,7 @@ msgstr "Abbrechen" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Module aktivieren" @@ -1494,9 +1508,9 @@ msgstr "Diese Gruppe ist öffentlich." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1504,12 +1518,12 @@ msgstr "Bibliotheken" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Dateien" @@ -1584,8 +1598,7 @@ msgstr "Sind Sie sicher, dass Sie diese Diskussion löschen möchten?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Ja" @@ -1593,8 +1606,7 @@ msgstr "Ja" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Nein" @@ -1614,7 +1626,7 @@ msgstr "Löschen fehlgeschlagen:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Fehlgeschlagen." @@ -1622,15 +1634,15 @@ msgstr "Fehlgeschlagen." msgid "Recent Changes" msgstr "Letzte Änderungen" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Neue Bibliothek" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1639,11 +1651,11 @@ msgstr "Neue Bibliothek" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1653,47 +1665,47 @@ msgstr "Neue Bibliothek" msgid "Description" msgstr "Beschreibung" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Letzte Aktualisierung" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Freigegeben von" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Zum Synchronisieren herunterladen" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1702,46 +1714,46 @@ msgstr "Zum Synchronisieren herunterladen" msgid "Unshare" msgstr "Freigabe aufheben" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Es ist keine Bibliothek für diese Gruppe freigegeben" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Sie können eine öffentliche Bibliothek erstellen, indem Sie auf den \"Neue Bibliothek\"-Schaltfläche klicken. Jeder kann die Bibliothek sehen und herunterladen." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Bibliotheken, die mit Ihnen oder mit Gruppen freigeben werden, in denen Sie Mitglied sind, werden hier aufgelistet. Bibliotheken, auf die Sie Schreibzugriff haben, können heruntergeladen und synchronisiert werden. Dateien mit Lesezugriff werden nur heruntergeladen, lokale Änderungen aber nicht hochgeladen." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Bibliothek" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Bearbeitet am" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Bearbeiter" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1752,7 +1764,7 @@ msgstr "Bearbeiter" msgid "Details" msgstr "Details" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1765,7 +1777,7 @@ msgstr "Details" msgid "None" msgstr "Keine" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1774,29 +1786,29 @@ msgstr "Keine" msgid "Unknown" msgstr "Unbekannt" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "ist verschlüsselt" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Passwort: " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "Das Passwort wird nur für eine Stunde auf dem Server behalten." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Freigabe aufheben" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Sind Sie sicher, dass Sie die Freigabe von %s aufheben wollen?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1814,11 +1826,11 @@ msgstr "Sind Sie sicher, dass Sie die Freigabe von %s aufheben wollen?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1862,7 +1874,7 @@ msgstr "Administratoren" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Einstellungen" @@ -1880,7 +1892,7 @@ msgid "Avatar" msgstr "Avatar:" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Ändern" @@ -1890,7 +1902,7 @@ msgstr "Ändern" msgid "Rename" msgstr "Umbenennen" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Veröffentlichung zurückziehen" @@ -1967,7 +1979,7 @@ msgid "Name: " msgstr "Name: " #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2040,7 +2052,7 @@ msgid "Choose a library as wiki:" msgstr "Bibliothek als Wiki auswählen:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Bitte eine Bibliothek auswählen." @@ -2106,13 +2118,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Sind Sie sicher, dass Sie diese Seite löschen möchten?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Name wird benötigt." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Beschreibung wird benötigt." @@ -2121,37 +2133,47 @@ msgstr "Beschreibung wird benötigt." msgid "Tips" msgstr "Tipps" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Nach dem Erstellen einer Gruppe können Sie Mitglieder hinzufügen und Bibliotheken freigeben." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Meine Gruppen" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Neue Gruppe" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Zeit: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Sie sind in keiner Gruppe" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Sie können eine Gruppe anlegen, indem Sie auf \"Neue Gruppe\" klicken. Eine Gruppe ermöglicht es Ihnen und Ihren Freunden Nachrichten zu hinterlassen und gemeinsam an Bibliotheken zu arbeiten." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Gruppenname" @@ -2183,7 +2205,7 @@ msgid "Add administrators" msgstr "Administratoren hinzufügen" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Bitte geben Sie E-Mail-Adressen an oder wählen Sie welche aus." @@ -2462,21 +2484,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Seafile-Server speichern die Passwörter für verschlüsselte Bibliotheken nicht. Um eine verschlüsselte Bibliothek online zu betrachten, müssen Sie das entsprechende Passwort eingeben. Das Passwort wird nur im verschlüsselten Speicher des Servers gesichert. Nach einer Stunde wird es gelöscht. Danach müssen Sie das Passwort erneut eingeben, um die Bibliothek zu betrachten." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "Nachricht wird benötigt" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "Kontakt wird benötigt" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Sie können sich nicht selbst eine Nachricht schicken." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Senden der Nachricht an %s fehlgeschlagen, da der Benutzer nicht gefunden wurde." @@ -2487,13 +2509,13 @@ msgstr "Neue Nachricht" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Nachricht" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2511,10 +2533,6 @@ msgstr "Kontakte zum Versenden auswählen" msgid "please add contacts at first" msgstr "Bitte wählen Sie zuerst eine Kontakt." -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Auf Kontakte konnte nicht zugegriffen werden." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Nachricht senden …" @@ -2543,7 +2561,7 @@ msgstr "%(user)s hat die Datei %(file_name)s für Sie fre #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Interner Fehler" @@ -2570,8 +2588,8 @@ msgstr "Eine Gruppendiskussion hat eine neue Antwort." #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s hat auf Ihre Gruppendiskussion geantwortet." +msgid "%(user)s replied the group discussion." +msgstr "" #: seahub/notifications/models.py:677 #, python-format @@ -2581,7 +2599,7 @@ msgid "" "%(join_request_msg)s" msgstr "Benutzer %(username)s hat die Gruppenmitgliedschaft für die Gruppe %(group_name)s angefragt, Sicherheitsnachricht: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Erfolgreich alle Benachrichtigungen gelöscht." @@ -2698,11 +2716,15 @@ msgstr "Benachrichtigung löschen" msgid "Notices" msgstr "Benachrichtigungen" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Alle als gelesen markieren" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Löschen" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Mehr" @@ -2712,27 +2734,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Bitte auswählen, wie verschlüsselte Bibliotheken online angezeigt werden sollen:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Passwort an den Server übertragen." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Dateien werden auf dem Server entschlüsselt, bevor sie heruntergeladen werden." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Passwort im Browser speichern." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Dateien werden beim Herunterladen direkt in Ihrem Browser entschlüsselt." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2764,7 +2786,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "»%s« wurde als Ihre vorgegebene Bibliothek eingestellt. " #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Profileinstellungen" @@ -2777,75 +2799,75 @@ msgstr "Profil" msgid "Language" msgstr "Sprache" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Verschlüsselte Bibliotheken" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Verschachtelte Bibliotheken" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Standard Bibliothek" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Benutzerkonto löschen" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Passwort:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Aktualisieren" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Name: " -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Über mich:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Abteilung:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telefon:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Spracheinstellung" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Einstellungen für verschlüsselte Bibliotheken" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Wie sollen verschlüsselte Bibliotheken online angezeigt werden:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Einstellungen für verschachtelte Bibliotheken" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Verschachtelte Bibliotheken aktivieren" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2854,7 +2876,7 @@ msgid "" "library." msgstr "Durch Aktiveren der verschachtelten Bibliotheken können Sie aus jedem Ordner eine Bibliothek innerhalb einer Bibliothek erstellen. Nachdem eine verschachtelte Bibliothek erstellt wurde, erscheint diese innerhalb Ihres Desktop-Clients und Sie können diese wie eine normale Bibliothek herunterladen. Eine verschachtelte Bibliothek wird automatisch mit der übergelagerten Bibliothek abgeglichen." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2862,33 +2884,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Verschachtelte Bibliotheken werden verwendet, wenn ein Ordner einer Gruppe oder einem Nutzer freigegeben wird. Wenn Sie die verschachtelten Bibliotheken nicht aktivieren werden in solchen Fällen unsichtbare Bibliotheken erstellt.\nDurch Aktivieren der verschachtelten Bibliotheken können diese aufgelistet und verwaltet werden." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Einstellungen für Ihre Standard Bibliothek" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Ihre Standard Bibliothek:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "In Ihrer Standard Bibliothek werden standardmäßig Ihre persönlichen Dokumente und Bilder gespeichert." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Standard Bibliothek festlegen" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Dieser Vorgang kann nicht rückgängig gemacht werden. Bitte seien Sie sich sicher!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Standard Bibliothek auswählen:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Wollen Sie wirklichen Ihr Benutzerkonto löschen?" @@ -2912,197 +2934,208 @@ msgid "Self-introduction" msgstr "Einführung" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Abteilung" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telefon" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "E-Mail darf nicht länger als 512 Zeichen sein" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Bitte geben sie ein korrektes Passwort ein. " + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Freigeben an alle Mitglieder ist fehlgeschlagen, bitte versuchen Sie es später wieder." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Erfolgreich für alle Mitglieder freigegeben. Sie können den Status unter Freigaben prüfen." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "»%(repo)s« ist schon in Gruppe %(group)s. Anzeigen" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Freigeben von %(repo)s an %(group)s fehlgeschlagen, bitte versuchen Sie es später wieder." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Erfolgreich an %(group)s freigegeben. Siehe Freigaben." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Sie können die Bibliothek nicht an sich selbst freigeben." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Freigabe an %s fehlgeschlagen, Benutzer nicht gefunden." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Freigeben für %s fehlgeschlagen. Die E-Mail-Adresse ist nicht registriert." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Freigeben von %s fehlgeschlagen, bitte versuchen Sie es später wieder." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Freigabe an %(email)s erfolgreich, siehe Freigaben." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Nur der Besitzer der Bibliothek hat die Berechtigung sie freizugeben." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "»%s« kann aufgrund des nicht ausreichenden Speicherplatzes nicht freigegeben werden. Bitte Konto hochsetzen." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Argument ist nicht gültig." -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Entfernen der Freigabe fehlgeschlagen" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "Gruppenkennung ist ungültig" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Freigeben konnte nicht rückgängig gemacht werden: Die Gruppe existiert nicht." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Freigabe erfolgreich entfernt" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "Alle Mitglieder" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Ungültige Argumente" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "So können Sie die Bibliothek nicht freigeben." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Erfolgreich entfernt" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Der Link existiert nicht." -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Senden des freigegebenen Links ist fehlgeschlagen. Der E-Mail-Dienst ist nicht korrekt konfiguriert. Bitte wenden Sie sich an den Administrator." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Es wurde eine Datei freigegeben unter %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Ein Verzeichnis wurde für Sie freigegeben auf %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Interner Serverfehler: Senden fehlgeschlagen." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Erfolgreich versendet." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Bitte wählen Sie ein Verzeichnis aus." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Erfolgreich gespeichert." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Freigeben für »%s« fehlgeschlagen, da der Benutzer nicht gefunden wurde." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "%s erfolgreich freigegeben." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Freigabe von »%s« erfolgreich aufgehoben." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "Sie haben keine Berechtigung, die Freigabe %s aufzuheben." -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Sie haben keine Berechtigung, %s zu speichern." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Abrufen des Links fehlgeschlagen, bitte später nochmal versuchen." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Zugriff verweigert" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "Aktion fehlgeschlagen" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "Senden des freigegebenen Upload-Links ist fehlgeschlagen. Der E-Mail-Dienst ist nicht korrekt konfiguriert. Bitte wenden Sie sich an den Administrator." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Ein Upload-Link wurde für Sie auf %s freigegeben." @@ -3121,7 +3154,6 @@ msgstr "Upload-Links" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Besuche" @@ -3135,8 +3167,6 @@ msgstr "Ansicht" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Entfernen" @@ -3166,7 +3196,7 @@ msgid "Folders - Share" msgstr "Ordner - Freigaben" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Ordner" @@ -3192,13 +3222,13 @@ msgstr "Sie können einen einzelnen Ordner an einen anderen Benutzer freigeben, #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Erfolgreich bearbeitet" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Bearbeiten fehlgeschlagen." @@ -3210,33 +3240,33 @@ msgstr "Dateien - Freigaben" msgid "From Others" msgstr "Von anderen" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Für andere" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "Von" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Es ist keine Datei für Sie freigegeben" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Einzelne Dateien die für Sie freigegeben sind werden hier aufgelistet. Sie können diese herunterladen oder in Ihren eigenen Bibliotheken speichern." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Für" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Sie haben noch keine Dateien oder Ordner direkt freigegeben." -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3263,7 +3293,8 @@ msgid "Shares" msgstr "Freigaben" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Info" @@ -3290,7 +3321,7 @@ msgstr "Sie haben keine Bibliothek für %(to_email)s freigegeben." msgid "Sorry, but the requested page could not be found." msgstr "Es tut uns leid, aber die angefragte Seite wurde nicht gefunden." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Aktivitäten" @@ -3320,49 +3351,6 @@ msgstr "Systemadministration" msgid "All Groups" msgstr "Alle Gruppen" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Programm" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Programmname" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Letzte Synchronisierung" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Nicht synchronisiert" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Synchronisierung aufheben" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Sind Sie sicher, dass Sie die Synchronisierung aufheben wollen?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Es gibt keine Synchronisierung mit Clients." - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Auf dieser Seite sind die Bibliotheken aufgelistet, die mit Client-Computern synchronisiert werden. Es werden die Namen und IP-Adressen der Client-Computer angezeigt. Client-Computer können hier von Bibliotheken getrennt werden, damit sie nicht mehr mit ihnen synchronisiert werden. " - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Synchronisierung erfolgreich aufgehoben." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3387,7 +3375,7 @@ msgid "Please enter the password." msgstr "Bitte das Passwort eingeben." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Geräte" @@ -3399,6 +3387,10 @@ msgstr "Plattform" msgid "Device Name" msgstr "Gerätename" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Letzter Zugriff" @@ -3418,7 +3410,7 @@ msgstr "Link entfernen" #: seahub/templates/devices.html:43 #, python-format msgid "Really want to unlink %s?" -msgstr "Wollen Sie wirklich die Verknüpfung zu %s aufheben?" +msgstr "Wollen Sie wirklich die Verlinkung auf %s aufheben?" #: seahub/templates/devices.html:44 msgid "It will immediately stop syncing." @@ -3439,11 +3431,10 @@ msgstr "Verknüpfung erfolgreich aufgehoben." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3772,8 +3763,7 @@ msgid "Password is required." msgstr "Passwort wird benötigt." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3796,7 +3786,6 @@ msgstr "Aktueller Pfad:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3862,6 +3851,7 @@ msgid "snapshots" msgstr "Schnappschuss" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "Verlauf" @@ -3883,12 +3873,13 @@ msgstr "Papierkorb" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Zurück zur Bibliothek" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3899,28 +3890,28 @@ msgstr "Aktueller Pfad: " msgid "Personal" msgstr "Persönlich" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Favoriten" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Mein Wiki" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Freigaben" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Links" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Gruppe" @@ -3938,27 +3929,34 @@ msgstr "Es ist keine Bibliothek für Sie freigegeben" msgid "Welcome to Seafile!" msgstr "Willkommen auf Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile verwaltet Dateien in Bibliotheken. Jede Bibliothek kann synchronisiert und separat freigeben werden. Wir haben eine persönliche Bibliothek für Sie erstellt. Sie können mehrere Bibliotheken später erstellen." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "Seafile verwaltet Dateien in Bibliotheken. Jede Bibliothek kann synchronisiert und separat geteilt werden. Da Sie ein Gast Nutzer sind, können Sie allerdings keine weiteren Bibliotheken erstellen." + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Schließen" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Ein Verzeichnis wählen:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Sie haben noch keine Bibliothek erstellt." -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Bitte wählen Sie ein Verzeichnis aus" @@ -4066,7 +4064,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "Die Dateigröße darf %(max_file_size)s nicht übersteigen" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Wird gespeichert …" @@ -4173,7 +4171,7 @@ msgid "Empty file upload result" msgstr "Leere Datei hochgeladen" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Fehler" @@ -4197,7 +4195,7 @@ msgstr "Verarbeiten …" #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "%(name)s und %(amount)s andere Objekte wurden erfolgreich gelöcht." +msgstr "%(name)s und %(amount)s andere Elemente wurden erfolgreich gelöscht." #: seahub/templates/repo.html:405 #, python-format @@ -4207,12 +4205,12 @@ msgstr "%(name)s erfolgreich gelöscht." #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Interner Fehler: Datei %(name)s und %(amount)s andere konnte nicht gelöscht werden." +msgstr "Interner Fehler. %(name)s und %(amount)s andere Elemente konnten nicht gelöscht werden." #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Interner Fehler: Datei %(name)s konnte nicht gelöscht werden." +msgstr "Interner Fehler. %(name)s konnte nicht gelöscht werden." #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4222,15 +4220,15 @@ msgstr "Ausgewählte Ordner/Dateien verschieben nach:" msgid "Copy selected directories/files to:" msgstr "Ausgewählte Dateien/Ordner kopieren nach:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Ungültiges Ziel" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "%(name)s und %(amount)s andere wurden erfolgreich verschoben." +msgstr "%(name)s und %(amount)s andere Elemente wurden erfolgreich verschoben." #: seahub/templates/repo.html:602 #, python-format @@ -4240,7 +4238,7 @@ msgstr "%(name)s wurde erfolgreich verschoben." #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "%(name)s und %(amount)s andere wurden erfolgreich kopiert." +msgstr "%(name)s und %(amount)s andere Elemente wurden erfolgreich kopiert." #: seahub/templates/repo.html:609 #, python-format @@ -4250,7 +4248,7 @@ msgstr "%(name)s wurde erfolgreich kopiert." #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Interner Fehler. %(name)s und %(amount)s andere konnten nicht verschoben werden." +msgstr "Interner Fehler. %(name)s und %(amount)s andere Elemente konnten nicht verschoben werden." #: seahub/templates/repo.html:623 #, python-format @@ -4260,18 +4258,18 @@ msgstr "Interner Fehler. %(name)s konnte nicht verschoben werden." #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Interner Fehler. %(name)s und %(amount)s andere konnten nicht kopiert werden." +msgstr "Interner Fehler. %(name)s und %(amount)s andere Elemente konnten nicht kopiert werden." #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Interner Fehler. %(name)s konnte nicht verschoben werden." +msgstr "Interner Fehler. %(name)s konnte nicht kopiert werden." -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Wird verschoben …" -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Wird kopiert …" @@ -4295,7 +4293,7 @@ msgstr "%(s_num)s Elemente erfolgreich kopiert." msgid "Failed to copy %(f_num)s items." msgstr "Fehler beim kopieren von %(f_num)s Elementen." -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Fehlgeschlagen" @@ -4310,117 +4308,118 @@ msgstr "Fehler beim Verschlüsseln." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Verschlüsseln %(num)s% vollständig." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Hochladen …" -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Fertig!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Herunterladen …" - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Herunterladen, %(num)s% vollständig." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Entschlüsseln …" - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Entschlüsseln, %(num)s% vollständig." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s erfolgreich gelöscht" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Datei umbenennen" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Ordner umbenennen" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Datei kopieren" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Datei verschieben " - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Ordner kopieren" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Ordner verschieben" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Kopiere %(name)s nach:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Verschiebe %(name)s nach:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Herunterladen von Ordnern wird von dieser Bibliothek nicht unterstützt." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "nicht mehr favorisiert" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Herunterladen …" + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Entschlüsseln …" + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "%(name)s erfolgreich gelöscht" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Datei umbenennen" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Ordner umbenennen" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Datei kopieren" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Datei verschieben " + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Ordner kopieren" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Ordner verschieben" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "Kopiere %(name)s nach:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "Verschiebe %(name)s nach:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Herunterladen von Ordnern wird von dieser Bibliothek nicht unterstützt." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "favorisiert" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Erforderlich." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Nur eine Erweiterung angegeben, bitte einen Namen angeben." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Wird erstellt …" -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Nicht umbenannt. " -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "Erfolgreich %(old_name)s in %(new_name)s umbenannt." +msgstr "Erfolgreich %(old_name)s in %(new_name)s umbenannt" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Abgebrochen." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Bitte geben Sie mindestens einen Kontakt an." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Bitte geben Sie E-Mail-Adressen oder Gruppen an oder wählen Sie welche aus." @@ -4487,110 +4486,77 @@ msgstr "Alles" msgid "Delete Time" msgstr "Zeit löschen" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Zurück zu" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Besitz übertragen" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Passwort ändern" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Freigegebene Veweise" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Bibliothekseinstellungen" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Kompletten Verlauf speichern" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Verlauf nicht speichern" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Verlauf nur für einen bestimmten Zeitraum speichern:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "Tage" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Diese Bibliothek zu einem anderen Benutzer übertragen:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Passwort dieser Bibliothek ändern:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Altes Passwort" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Neues Passwort (mindstens %(repo_password_min_length)s Zeichen)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Passwort erneut eingeben" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Erstellt von" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Typ" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Hochladen" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Diese Bibliothek hat keine freigegebenen Links" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Sie können einen freigegebenen Link aus allen Verzeichnissen/Dateien erstellen. Personen, die diesen Link erhalten, können gezippte Verzeichnisse oder Dateien hoch- und herunterladen." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Bitte geben Sie das alte Passwort ein" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Bitte geben Sie das neue Passwort ein" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Neues Passwort ist zu kurz" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Bitte geben Sie das neue Passwort erneut ein" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Neue Passwörter stimmen nicht überein" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Erfolgreich entfernt." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Zurück zur Bearbeitungsverlauf" @@ -4674,8 +4640,7 @@ msgstr "Favoriten" msgid "icon" msgstr "Symbol" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Nicht mehr favorisieren" @@ -4730,41 +4695,58 @@ msgstr "zu" msgid "Sorry, this user is not registered yet." msgstr "Dieser Benutzer ist nicht registriert." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Freigeben" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Favorisieren" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "Datei wurde aktualisiert" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "Ein Bearbeiter" msgstr[1] " %(counter)s Bearbeiter" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "erfolgreicht nicht mehr favorisiert" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "diskutieren" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "erfolgreich favorisiert" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Sende eine Diskussion an die Gruppe" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "Diskussion" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Bitte geben Sie mindestens eine Gruppe an." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Bitte geben Sie einen Beitrag ein." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4888,15 +4870,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "CAPTCHA Aktualisierung fehlgeschlagen, bitte versuchen Sie es später noch einmal." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "E-Mail-Adress darf nicht leer sein" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Passwort darf nicht leer sein" @@ -4935,10 +4918,47 @@ msgid "New Password: " msgstr "Neues Passwort: " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Passwort bestätigen: " +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "Aktuelles Passwort darf nicht leer sein" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Bitte geben Sie das Passwort erneut ein" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Passwörter stimmen nicht überein" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Passwort wurde erfolgreich zurückgesetzt" @@ -5013,30 +5033,15 @@ msgstr "Registrieren" msgid "Welcome back, you are already signed in." msgstr "Willkommen zurück, Sie sind bereits eingeloggt." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Passwort bestätigen" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Registrieren" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Bitte geben Sie das Passwort erneut ein" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Passwörter stimmen nicht überein" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr " wird nicht unterstützt. Bitte wählen Sie eine Bilddatei." @@ -5053,14 +5058,6 @@ msgstr " ist zu groß. Die maximale Größe beträgt 1MB." msgid "Discuss" msgstr "Diskutieren" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Bitte geben Sie mindestens eine Gruppe an." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Bitte geben Sie einen Beitrag ein." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" @@ -5070,93 +5067,77 @@ msgstr "%(name)s freigeben" msgid "Download Link" msgstr "Herunterladen" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Hochladen" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Private Freigabe" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Passwort verwenden" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "Passwortschutz hinzufügen" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(mindestens %(repo_password_min_length)s Zeichen)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Passwort erneut eingeben" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Ablauf festlegen" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Tage" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Erzeugen" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Link: " -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Senden" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Senden an:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "E-Mail-Adressen, getrennt durch »,«" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Nachricht (optional):" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Wird gesendet …" -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Wenn Sie diesen generierten Link mit anderen teilen, dann können diese Personen in den Ordner Dateien hochladen." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Upload-Link:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Sende eine Diskussion an die Gruppe" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "Diskussion" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Änderungsdetails" @@ -5189,43 +5170,52 @@ msgstr "Gelöschte Ordner" msgid "Unknown error." msgstr "Unbekannter Fehler." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Meine Bibliotheken" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Verschachtelte Bibliotheken" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Freigaben" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Neue verschachtelte Bibliothek" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Freigeben" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Sie haben noch keine Bibliotheken erstellt" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Sie können eine Bibliothek erstellen um Ihre Dateien zu organisieren. Zum Beispiel können Sie eine für jedes Ihrer Projekte erstellen. Jede Bibliothek kann einzeln synchronisiert und freigeben werden." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Herkunft" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Sie haben noch keine Verschachtelten Bibliotheken erstellt." -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5253,6 +5243,22 @@ msgstr "Kontur anzeigen" msgid "Document convertion failed." msgstr "Dokumentenkonvertierung fehlgeschlagen." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Berechtigungen für freigebene Bibliothek" @@ -5270,14 +5276,14 @@ msgid "Description is required" msgstr "Beschreibung wird benötigt" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Bitte geben Sie ein Passwort ein" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Passwort ist zu kurz" @@ -5290,6 +5296,10 @@ msgstr "Erfolgreich gelöscht." msgid "Really want to delete %(lib_name)s ?" msgstr "Möchten Sie %(lib_name)s wirklich löschen?" +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Hochladen" + #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 msgid "Fetch failed" @@ -5409,23 +5419,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Bitte mindestens einen Dateityp/Dateierweiterung eingeben" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Kontakte auswählen" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Bitte geben Sie mindestens eine E-Mail-Adresse an." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Bitte Tage eingeben" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Bitte gültige Tage eingeben" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5548,9 +5550,9 @@ msgid "Number of groups" msgstr "Anzahl der Gruppen" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Benutzter Speicherplatz" @@ -5630,42 +5632,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "CSV-Datei hochladen" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Benutzer importieren" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Benutzer hinzufügen" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "Rolle" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "Standard" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "Gast" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Benutzer aus CSV-Datei importieren" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Dateiformat: benutzer@nachricht.de,Passwort" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Bitte eine CSV-Datei auswählen" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Wird aktiviert … bitte warten" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." -msgstr "Eine neue Serverversion %(v)s ist verfügbar." +msgstr "Eine neue Server-Version %(v)s ist verfügbar." -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Passwörter stimmen nicht überein" @@ -5686,37 +5712,37 @@ msgstr "Tipp: die E-Mail-Adressen sollten bereits vom Benutzer hinzugefügt sein msgid "Status" msgstr "Status" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Erstellt am / Letze Anmeldung" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Aktiv" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inaktiv" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Passwort zurücksetzen" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Adminrechte entziehen" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Administration" @@ -5785,11 +5811,11 @@ msgstr "Sind Sie sicher, dass Sie %s die Administratorenrechte entziehen wollen? msgid "Are you sure you want to set %s as admin?" msgstr "Sind Sie sicher, dass Sie %s Administratorenrechte verleihen wollen?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Bearbeitung erfolgreich, eine E-Mail wurde verschickt." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5827,408 +5853,401 @@ msgstr "Mein Wiki" msgid "Personal Wiki Pages" msgstr "Mein Wiki" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "Berechtigungsfehler" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Papierkorb kann nicht angezeigt werden." -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Kann Bibliotheksinformationen nicht ändern." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Speichern der Einstellungen auf dem Server fehlgeschlagen" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Einstellungen gespeichert." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Benutzername %s ist ungültig." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Benutzer %s nicht gefunden." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "Benutzer %s befindet sich nicht in der aktuellen Organisation." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "Bibliothek %(repo_name)s wurde zu %(new_owner)s transferiert." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Ändern des Passwortes fehlgeschlagen. Sie sind nicht der Eigentümer." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "Passwort der Bibliothek %(repo_name)s erfolgreich geändert." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Dateiname enthält unzulässiges Zeichen" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Doppelter Dateiname" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "Dateigröße überschreitet das Limit" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "Der Speicherplatz des Benutzers ist aufgebraucht. Hochladen schlug fehl" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Es ist ein Fehler beim Dateitransfer aufgetreten" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Nicht gültige Adresse" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Konnte Bibliotheksänderungen nicht anzeigen" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Konnte Bibliotheksschappschüsse nicht anzeigen" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Sie haben keine Berechtigung die Bibliothek wiederherzustellen" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Bitte eine Verlaufskennung angeben" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "Die Bibliothek existiert nicht" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "Der von Ihnen gewählte Verlauf existiert nicht" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Unbekannter Fehler" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Meine Bibliothek" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Da sie nicht existiert, kann die Bibliothek nicht freigegeben werden." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "»%s« ist nicht mehr freigegeben." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Freigeben von »%s« ist fehlgeschlagen." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Fehler beim Löschen der Datei." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s wurde erfolgreich gelöscht." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Interner Fehler: Datei %s konnte nicht gelöscht werden." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "Auf die Datei kann nicht zugegriffen werden: das Datenvolumen ist aufgebraucht." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Kein Zugriff auf Datei" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "%(path)s wurde erfolgreich zum Hauptverzeichnis zurückgesetzt." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "%(path)s wurde erfolgreich zurükgesetzt." -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "%(path)s wurde erfolgreich zum Hauptverzeichnis zurückgesetzt." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Interner Fehler" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "»%s« konnte nicht heruntergeladen werden, da der Ordner zu groß ist." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "»%s« konnte nicht heruntergeladen werden" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"Persönliches Wiki\" erfolgreich aktiviert." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"Persönliches Wiki\" erfolgreich deaktiviert." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Sie haben keine Berechtigung, auf die Bibliothek zuzugreifen." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Kein Pfad." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Diese Gruppe existiert nicht." -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Zugriff verweigert" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Die Bibliothek existiert nicht." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Zugriff verweigert." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Diese Bibliothek ist verschlüsselt." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Fehler: keine Head Commit ID" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argument fehlt." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Zielpfad ist zu lang." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "%(name)s erfolgreich verschoben: anzeigen" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "%(name)s erfolgreich kopiert: anzeigen" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Verschieben des Verzeichnisses nicht möglich, %(src)s ist ein Unterverzeichnis von %(des)s." -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Kopieren des Verzeichnisses nicht möglich, %(src)s ist ein Unterverzeichnis von %(des)s." -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Zielpfad für %s ist zu lang." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Die Blockliste konnte nicht abgerufen werden" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Falsche Paketquellenkennung" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Bitte anmelden." - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "Eine Systembibliothek kann nicht gelöscht werden. " -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Kein Konflikt bei der Zusammenführung." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "Sie haben keine Berechtigung, eine Bibliothek zu erstellen" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTP-Fehler: Datei konnte online nicht geöffnet werden" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Adressefehler: Datei konnte online nicht geöffnet werden" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "Der gewählte Zeichensatz ist ungültig." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Unbekannte Datenkodierung" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Dateien größer als %s, können online nicht geöffnet werden." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Kann die Datei nicht anzeigen" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Ungültiges Dateiformat." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "Die Bibliothek existiert nicht." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "Diese Bibliothek ist verschlüsselt." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Die Datei kann nicht bearbeitet werden" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Datei existiert nicht." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Onlinebearbeitung ist für diesen Dateityp nicht verfügbar." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" msgstr "Quota konnte nicht gesetzt werden: Interner Fehler" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s erfolgreich gelöscht" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Löschen fehlgeschlagen: Die Gruppe existiert nicht." -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s hat die Administratorenrechte erfolgreich verliehen bekommen." -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Zurücksetzen des Passworts fehlgeschlagen: Benutzer existiert nicht." -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Administratorenrechte für %s erfolgreich entzogen." -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Administratorenrechte konnten nicht entzogen werden, da der Benutzer nicht existiert." -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "»%s« erfolgreich aktiviert." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Aktivieren fehlgeschlagen: Der Benutzer existiert nicht." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "»%s« erfolgreich deaktiviert." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Deaktivieren fehlgeschlagen: Der Benutzer existiert nicht." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Ihr Benutzerkonto auf %s wurde aktiviert" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "Passwort auf %s wurde zurückgesetzt" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Passwort erfolgreich auf %(passwd)s gesetzt, eine E-Mail wurde an den Nutzer %(user)s versandt." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Passwort erfolgreich auf %(passwd)s gesetzt, aber es konnte keine E-Mail an den Nutzer %(user)s gesendet werden. Bitte prüfen Sie die Konfiguration Ihres E-Mail-Dienstes." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Passwort von %(user)s erfolgreich auf %(passwd)s zurückgesetzt." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6236,70 +6255,74 @@ msgid "" "configured." msgstr "Passwort von %(user)s erfolgreich auf %(passwd)s zurückgesetzt. Es konnte jedoch keine E-Mail Benachrichtigung gesendet werden, da der E-Mail-Service nicht korrekt konfiguriert ist." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Zurücksetzen des Passworts fehlgeschlagen: Benutzer existiert nicht" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Sie wurden eingeladen %s beizutreten" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Benutzer %s wurde erfolgreich hinzugefügt. Eine E-Mail Benachrichtigung wurde versandt." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "Benutzer %s wurde erfolgreich hinzugefügt. Es trat jedoch ein Fehler beim Senden der Benachrichtigungs-E-Mail auf. Bitte überprüfen Sie Ihre E-Mail-Dienst Konfiguration." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "User %s erfolgreich hinzugefügt." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "Benutzer %s wurde erfolgreich hinzugefügt. Es konnte jedoch keine E-Mail-Benachrichtigung gesendet werden, da der E-Mail-Dienst nicht korrekt konfiguriert ist." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Übertragung erfolgreich." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Übertragung fehlgeschlagen. Konnte Benutzer %s nicht finden" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Übertragung fehlgeschlagen, Argumente ungültig." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "LDAP wird jetzt benutzt, Admin kann nicht hinzugefügt werden." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s hat die Administratorenrechte erfolgreich verliehen bekommen." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Fehlgeschlagen, %s als Admin zu einzustellen, Benutzer existiert nicht." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Import erfolgreich" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Bitte zuerst eine CSV-Datei auswählen." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "Sie haben keine Berechtigung, ein Wiki zu erstellen" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index f632facb14..d21d98358b 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 22:23+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 18:13+0000\n" "Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (http://www.transifex.com/projects/p/seahub/language/es/)\n" "MIME-Version: 1.0\n" @@ -24,122 +24,115 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" +#: seahub/forms.py:31 +msgid "A user with this email already exists." msgstr "Ya existe un usuario con este correo" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." msgstr "Las contraseñas no coinciden" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "El nombre no puede estar vacío" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "El nombre es demasiado extenso (máximo 255 caracteres)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "La descripción no puede estar vacía" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "La descripión es demasiado extensa (máximo 100 caracteres)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "El nombre %s no es válido" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argumento faltante" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Se requiere el nombre" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Es demasiado largo." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Se requiere." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "El nombre \"%s\" no es válido." -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "El id del repositorio es requerido" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "El nombre del usuario es requerido" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "La contraseña no puede estar vacía" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Formato de URL no válido" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Contraseña incorrecta" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Error interno del servidor" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Error en el desencriptado de la biblioteca" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Dirección de correo requerida" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "La cuota no puede estar vacía" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "La cuota es muy pequeña (el valor mínimo es 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "El nombre de la biblioteca es obligatorio." -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "La descripción de la biblioteca es obligatoria." -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Por favor, ingresa un número" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Ingrese la contraseña correcta" - #: seahub/settings.py:133 msgid "català" msgstr "Català" @@ -213,22 +206,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "Slovenian" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -238,7 +235,7 @@ msgstr "Organización de equipo de colaboraores" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Discusión" @@ -258,10 +255,10 @@ msgstr "Discusión" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -276,11 +273,9 @@ msgstr "Archivo" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -303,7 +298,7 @@ msgstr "No hay discusiones." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -316,34 +311,31 @@ msgstr "Cargando..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." @@ -386,6 +378,7 @@ msgid "Deleted library %(library_name)s" msgstr "Biblioteca %(library_name)s eliminada" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Por favor verifique la red." @@ -398,7 +391,7 @@ msgstr "Nuevas Respuestas" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Mensajes" @@ -426,7 +419,7 @@ msgstr "Fechas importantes" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -442,94 +435,103 @@ msgstr "Contraseña cambiada con éxito." msgid "Change password: %s" msgstr "Cambiar contraseña: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Por favor ingresar." + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nombre de usuario" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Contraseña " -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Ingresa una dirección de correo válida." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Por favor, ingresa un nombre de usuario y contraseña correctas. Notar que ambos datos son sensibles a mayúsculas y minúsculas." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Esta cuenta está inactiva." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Tu navegador no tiene habilitados las cookies. Las cookies son requeridas para autenticarse en el sitio." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "No se pudo enviar el correo, el servicio no está configurado adecuadamente, por favor, contacta al administrador." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Esa dirección de correo no está asociada a ninguna cuenta de usuario. ¿Está seguro de que está registrado en el sistema?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "No se puede restablecer la contraseña, por favor contacte al administrador de LDAP." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Reestablecer contraseña en %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nueva contraseña" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Confirmación de nueva contraseña" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Las contraseñas no coinciden" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Contraseña anterior" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "La contraseña anterior ingresada es incorrecta. Por favor, ingrésela nuevamente." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Desconectado" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Fallo al enviar el correo, por favor, contacta al administrador" -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "No se puede actualizar la contraseña, por favor contacte al administrador de LDAP." @@ -631,7 +633,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -639,7 +641,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -648,29 +650,30 @@ msgstr "Avatar actual:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -678,8 +681,8 @@ msgstr "Avatar actual:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -702,31 +705,35 @@ msgstr "%(avatar_creator)s actualizó su avatar %(avatar)s." msgstr "Has actualizado tu avatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Dirección de correo" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Debe tener una longitud de 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Ya existe un usuario con este correo" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "ID de usuario inválido" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nombre" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "departamento" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "teléfono" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "nota" @@ -787,7 +794,7 @@ msgstr "Archivo \"%(file)s\" revertido a las %(time)s." msgid "Recovered deleted directory" msgstr "Carpeta borrada recuperada" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Descripción o nombre de la biblioteca modificados." @@ -798,8 +805,8 @@ msgstr "Auto fusionar por sistema seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Ahora" @@ -832,10 +839,10 @@ msgstr[0] "Hace menos de un segundo" msgstr[1] "Hace %(seconds)d segundos" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -849,11 +856,11 @@ msgstr[1] "Hace %(seconds)d segundos" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -864,9 +871,9 @@ msgid "Read-Write" msgstr "Lectura / Escritura" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -886,7 +893,7 @@ msgid "Email is required." msgstr "Se requiere correo." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s no es un correo válido." @@ -919,7 +926,7 @@ msgstr "Borrado con éxito %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Contactos" @@ -934,7 +941,7 @@ msgid "Email " msgstr "E-Mail" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -943,23 +950,22 @@ msgstr "E-Mail" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -977,12 +983,12 @@ msgid "Name" msgstr "Nombre" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Nota" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -991,28 +997,26 @@ msgstr "Nota" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Operaciones" @@ -1025,8 +1029,10 @@ msgstr "Operaciones" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Editar" @@ -1040,21 +1046,21 @@ msgstr "Editar" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Borrar" @@ -1073,12 +1079,12 @@ msgstr "Agrega contactos para compartir bibliotecas y enviar enlaces de descarga #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1114,7 +1120,7 @@ msgstr "Borrar Contacto" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "¿Seguro que quiere borrar %s ?" +msgstr "¿Seguro que quieres borrar %s ?" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1185,219 +1191,227 @@ msgstr "El mensaje de verificación es muy largo (máximo 255 caracteres)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" no es un nombre válido" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "No tienes permiso para crear un grupo." + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Sólo puede crear %d grupos.Actualizar cuenta." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Ya existe un grupo con ese nombre" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Fallo al abandonar el grupo, por favor reintente mas tarde." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Grupo abandonado exitosamente" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Fallo al renombrar el grupo, el nombre del grupo sólo puede contener letras, números y guión bajo" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Grupo renombrado con éxito a \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "Email %s es inválido." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Sólo los administradores pueden hacer público el grupo" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "El mensaje no existe" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "No tienes los permisos adecuados" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Has sido invitado a unirte a un grupo en %s" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "El grupo no existe" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Fallo al agregar, %s no está en la organización." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Sólo puedes invitar %d miembros. Actualizar cuenta." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Fallo al agregar a %s, no está registrado." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Agregado con éxito. Se envió un correo" msgstr[1] "Agregado con éxito. Se enviaron %(count)s correos." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Agregado con éxito." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Fallo al agregar, %s no es un correo válido." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Fallo al agregar, %s no está registrado." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Operación exitosa." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Fallo: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Error: id de grupo erróneo" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Error: el grupo no existe." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Posteado con éxito en %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Error: no estás en el grupo %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Error: la biblioteca no existe." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Error: sin ruta" -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "No se pudo crear: el grupo no existe." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "No se pudo crear: no estás en el grupo." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "No se pudo crear" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "No se pudo crear: error interno." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Ya estás en el grupo." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Petición enviada con éxito al administrador." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Se requiere discusión" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "El archivo no existe" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"Wiki\" activado con éxito" -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"Wiki\" desactivado con éxito" -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Fallo al crear la página wiki. Intenta más tarde." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Error interno del servidor" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "No existe la wiki" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Fallo al crear página de inicio. Intenta más tarde." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Fallo al establecer biblioteca de wiki." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki no encontrado" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "La página \"%s\" ya existe." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Borrado con éxito \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Fallo al eliminar \"%s\". Intenta más tarde." @@ -1444,23 +1458,23 @@ msgstr "No puede estar en blanco ni ser mayor a 2048 caracteres." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1468,7 +1482,7 @@ msgstr "Cancelar" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Habilitar Módulos" @@ -1479,9 +1493,9 @@ msgstr "Este grupo es público." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1489,12 +1503,12 @@ msgstr "Bibliotecas" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Archivos" @@ -1569,8 +1583,7 @@ msgstr "¿Seguro que deseas eliminar esta discusión?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Sí" @@ -1578,8 +1591,7 @@ msgstr "Sí" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "No" @@ -1599,7 +1611,7 @@ msgstr "Fallo al eliminar:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Falló." @@ -1607,15 +1619,15 @@ msgstr "Falló." msgid "Recent Changes" msgstr "Cambios recientes" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nueva biblioteca" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1624,11 +1636,11 @@ msgstr "Nueva biblioteca" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1638,47 +1650,47 @@ msgstr "Nueva biblioteca" msgid "Description" msgstr "Descripción" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Última actualización" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Compartida por" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Descargar y Sincronizar" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1687,46 +1699,46 @@ msgstr "Descargar y Sincronizar" msgid "Unshare" msgstr "Dejar de compartir" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "No hay bibiliotecas compartidas con este grupo" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Puedes compartir bibliotecas haciendo click en \"Nueva Biblioteca\" o en el icono \"Compartir\" de la lista de bibliotecas." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Las bibliotecas compratidas con escritura habilitada pueden ser descargadas y sincronizadas por otros miembros del grupo. Las bibliotecas de sólo lectura sólo pueden descargarse, las actualizaciones locales no serán reflejadas." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Biblioteca" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Modificado el" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Modificó" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1737,7 +1749,7 @@ msgstr "Modificó" msgid "Details" msgstr "Detalles" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1750,7 +1762,7 @@ msgstr "Detalles" msgid "None" msgstr "Ninguna" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1759,26 +1771,26 @@ msgstr "Ninguna" msgid "Unknown" msgstr "Desconocido" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "está encriptada" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Contraseña:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "La contraseña será almacenada en el servidor por 1 hora." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Dejar de compartir biblioteca" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" msgstr "¿Seguro que quieres dejar de compartir %s?" @@ -1799,11 +1811,11 @@ msgstr "¿Seguro que quieres dejar de compartir %s?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1847,7 +1859,7 @@ msgstr "Administradores" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Configuración" @@ -1865,7 +1877,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Cambiar" @@ -1875,7 +1887,7 @@ msgstr "Cambiar" msgid "Rename" msgstr "Renombrar" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Revocar Público" @@ -1952,7 +1964,7 @@ msgid "Name: " msgstr "Nombre:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2025,7 +2037,7 @@ msgid "Choose a library as wiki:" msgstr "Elije una biblioteca como wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Haz click y elije una biblioteca." @@ -2091,13 +2103,13 @@ msgid "Are you sure you want to delete this page?" msgstr "¿Seguro que deseas borrar esta página?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Se requiere nombre." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Se requiere descripción." @@ -2106,37 +2118,47 @@ msgstr "Se requiere descripción." msgid "Tips" msgstr "Consejos" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Después de crear un grupo, puedes agregar miembros y compartir bibliotecas en él." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "No puedes crear grupos ya que eres un invitado." + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Mis grupos" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Nuevo Grupo" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Fecha:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "No estás en ningún grupo" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Puedes crear un grupo haciendo click en el enlace \"Nuevo Grupo\". El grupo es un lugar para intercambiar mensajes y colaborar en bibliotecas con tus contactos," +"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." +msgstr "Un grupo es un espacio para intercambiar mensajes y colaborar en bibliotecas. Puedes crear un grupo haciendo click en el botón \"Nuevo Grupo\"." #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "Un grupo es un espacio para intercambiar mensajes y colaborar en bibliotecas. Aquí estarán listados los grupos a los que pertenezcas." + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nombre del grupo" @@ -2168,7 +2190,7 @@ msgid "Add administrators" msgstr "Agregar administradores" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Ingresa o selecciona los correos." @@ -2447,21 +2469,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Los servidores Seafile no almacenan la contraseña para un biblioteca encriptada. Para ver una biblioteca compartida en línea necesita ingresar la contraseña de la biblioteca. Esta contraseña se almacena en la memoria encriptada del servidor, de donde se borrará al cabo de una hora. Luego, para ver la biblioteca, debe ingresar la contraseña nuevamente." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "se requiere mensaje" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "se requiere contacto" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "No puedes enviarte un mensaje a ti mismo." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Fallo el enviar mensaje a %s, usuario no encontrado." @@ -2472,13 +2494,13 @@ msgstr "Nuevo Mensaje" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Mensaje" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2496,10 +2518,6 @@ msgstr "enviar a: click para seleccionar contactos" msgid "please add contacts at first" msgstr "agrega contactos primero" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Fallo en la búsqueda de contactos para el mensaje." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Enviar un mensaje..." @@ -2528,7 +2546,7 @@ msgstr "%(user)s ha compartido el archivo %(file_name)s c #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Error interno" @@ -2555,8 +2573,8 @@ msgstr "Una discusión grupal tiene una nueva respuesta." #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s respondió tu discusión grupal." +msgid "%(user)s replied the group discussion." +msgstr "%(user)s respondió la discusión grupal." #: seahub/notifications/models.py:677 #, python-format @@ -2566,7 +2584,7 @@ msgid "" "%(join_request_msg)s" msgstr "El usuario %(username)s solicitó unirse al grupo %(group_name)s, mensaje de verificación: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Todos los avisos eliminados." @@ -2683,11 +2701,15 @@ msgstr "Borrar notificación" msgid "Notices" msgstr "Notificaciones" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Marcar todo leído" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Limpiar" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Más" @@ -2697,27 +2719,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Selecciona como deseas ver las bibliotecas encriptadas en línea:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Enviar contraseñas al servidor." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Los archivos se desencriptarán en el servidor antes de enviártelos." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Guardar contraseñas en el navegador." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Los archivos serán desencriptados en tu navegador cuando se descarguen." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2749,7 +2771,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "\"%s\" definida con éxito como biblioteca predeterminada." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Configuración del perfil" @@ -2762,75 +2784,75 @@ msgstr "Perfil" msgid "Language" msgstr "Idioma" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Bibliotecas Encriptadas" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Biblioteca predeterminada." -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Eliminar Cuenta" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Contraseña:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Actualizar" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nombre:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Mi información:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Departamento:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Teléfono:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Configuración de idioma" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Configuracion de Bibliotecas Encriptadas" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Como ver bibliotecas encriptadas en línea." -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Configuración de Sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Activar sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2839,7 +2861,7 @@ msgid "" "library." msgstr "Esta función permite sincronizar selectivamente una carpeta dentro de una biblioteca. Una sub-biblioteca puede ser creada a partir de cualquier carpeta. Después de ser creada, se listará en el cliente de escritorio y puede descargarse como una biblioteca normal. Se mantendrá sincronizada automáticamente con su biblioteca original." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2847,33 +2869,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Las sub-bibliotecas también se usan cuando se comparte una carpeta con un usuario o un grupo. Sin esta opción habilitada, se crea automáticamente una sub-biblioteca oculta. Con la opción habilitada, estas sub-bibliotecas también se listarán, lo que permite administrarlas." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Configuración predeterminada de biblioteca" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Tu biblioteca predeterminada:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "La biblioteca predeterminada es el lugar donde se almacenarán tus documentos e imágenes." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Elegir Biblioteca Predeterminada" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Esta operación no se puede revertir. ¿Estás seguro?" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Elegir biblioteca predeterminada:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "¿Seguro que deseas eliminar tu cuenta?" @@ -2897,197 +2919,208 @@ msgid "Self-introduction" msgstr "Auto-descripción" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Departamento" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Teléfono" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "La dirección de correo no debe superar los 512 caracteres" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Ingrese la contraseña correcta" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Fallo al compartir con los miembros, intenta más tarde." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Compartido con éxito con todos los miembros, verifica en Compartidos" -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" ya se encuentra en el grupo %(group)s. Ver" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Fallo al compartir %(repo)s con %(group)s, intenta más tarde." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Compartido con %(group)s exitosamente, verifícalo en Compartidos." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "No puedes compartir bibliotecas contigo mismo." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Fallo al compartir con %s, usuario no encontrado." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "No se pudo compartir %s, el correo no está registrado." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Fallo al compartir con %s, intenta más tarde." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Compartido con %(email)s exitosamente, verifícalo en Compartidos." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Sólo el propietario de la biblioteca puede compartirla." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Fallo al compartir \"%s\", cuota insuficiente. Actualizar cuenta" -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Argumento inválido" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Fallo al remover compartido" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "id de grupo inválido" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Fallo al dejar de compartir: el grupo no existe." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Compartido removido con éxito" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "todos los miembros" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Argumentos inválidos" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "No puedes compartir la biblioteca usando ese método." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Removido con éxito" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "El enlace no existe" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Fallo al enviar el enlace compartido. El servicio de correo electrónico no está adecuadamente configurado, por favor, contacta al administrador" -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Un archivo ha sido compartido contigo en %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Una carpeta fue compartida contigo en %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Error interno del servidor: no se pudo enviar" -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Enviado con éxito." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Elije una carpeta." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Guardado con éxito." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Fallo al compartir con \"%s\", usuario no encontrado." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Compartido con éxito %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Se dejó de compartir \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "No tienes permiso para dejar de compartir %s" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "No tienes permiso suficiente para guardar %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Fallo al obtener el enlace, intenta más tarde." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Permiso denegado" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "Operación falló" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "El envío del enlace de subida falló. El servicio de Email no está configurado adecuadamente, contacta al administrador." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un enlace de subida ha sido compartido contigo en %s" @@ -3106,7 +3139,6 @@ msgstr "Enlaces de subida" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Visitas" @@ -3120,8 +3152,6 @@ msgstr "Ver" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Remover" @@ -3151,7 +3181,7 @@ msgid "Folders - Share" msgstr "Carpetas - Compartir" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Carpetas" @@ -3177,13 +3207,13 @@ msgstr "Puedes compartir solamente una carpeta con un usuario registrado si no q #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Editado con éxito" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Fallo al editar." @@ -3195,33 +3225,33 @@ msgstr "Archivos - Compartir" msgid "From Others" msgstr "De Otros" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Para Otros" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "De" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "No hay archivos compartidos contigo" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Los archivos que han sido compartidos contigo serán listados aquí, puedes descargarlos o guardarlos en alguna biblioteca." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Para" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "No tienes enlaces de descarga privados" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3248,7 +3278,8 @@ msgid "Shares" msgstr "Compartidos" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Información básica" @@ -3275,7 +3306,7 @@ msgstr "No tienes bibliotecas compartidas con %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "La página solicitada no pudo ser encontrada." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Actividades" @@ -3305,49 +3336,6 @@ msgstr "Administración del Sistema" msgid "All Groups" msgstr "Todos los grupos" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Clientes" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nombre del Cliente" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "ÚItima Sincronización" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "No sincronizadas" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Desincronizar" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "¿Realmente deseas desincronizarla?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "No tienes ningún cliente conectado" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Aquí se listan los clientes desktop con bibliotecas sincronizadas, aparece su nombre e IP. Es posible desincronizar un cliente de una biblioteca si así lo deseas." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Desincronizada con éxito." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3372,7 +3360,7 @@ msgid "Please enter the password." msgstr "Por favor ingresa la contraseña." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Dispositivos" @@ -3384,6 +3372,10 @@ msgstr "Plataforma" msgid "Device Name" msgstr "Nombre de dispositivo" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Último acceso" @@ -3424,11 +3416,10 @@ msgstr "Desvinculado exitosamente." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3757,8 +3748,7 @@ msgid "Password is required." msgstr "Contraseña requerida" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3781,7 +3771,6 @@ msgstr "Ruta actual:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3847,6 +3836,7 @@ msgid "snapshots" msgstr "instantáneas" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "historial" @@ -3868,12 +3858,13 @@ msgstr " papelera" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Regresar a la biblioteca" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3884,28 +3875,28 @@ msgstr "Ruta actual:" msgid "Personal" msgstr "Personal" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Marcado" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Wiki Personal" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Admin de Compartidos" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Enlaces" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Grupo" @@ -3923,27 +3914,34 @@ msgstr "No hay bibliotecas compartidas contigo" msgid "Welcome to Seafile!" msgstr "Bienvenido a Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Se ha creado una biblioteca personal. Puedes crear más después." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "Seafile organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Sin embargo, ya que eres un invitado, no puedes crear bibliotecas." + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Cerrar" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Elije una carpeta:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Actualmente no tienes niguna biblioteca" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Elije una carpeta" @@ -4051,7 +4049,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "El tamaño del archivo debe ser menor a %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Guardando..." @@ -4158,7 +4156,7 @@ msgid "Empty file upload result" msgstr "Resultado de subida incompleto" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Error" @@ -4182,7 +4180,7 @@ msgstr "Procesando…" #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "%(name)s y otros %(amount)s elementos borrados con éxito." +msgstr "%(name)s y otros %(amount)s elementos eliminados con éxito." #: seahub/templates/repo.html:405 #, python-format @@ -4192,12 +4190,12 @@ msgstr "%(name)s eliminado con éxito." #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Error interno. Fallo al borrar %(name)s y otros %(amount)s elementos." +msgstr "Error interno. Fallo al eliminar %(name)s y otros %(amount)s elementos." #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Error interno. Fallo al borrar %(name)s." +msgstr "Error interno. Fallo al eliminar %(name)s." #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4207,8 +4205,8 @@ msgstr "Mover carpetas/archivos selecionados a:" msgid "Copy selected directories/files to:" msgstr "Copiar carpetas/archivos selecionados a:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Ruta de destino inválida" @@ -4252,11 +4250,11 @@ msgstr "Error interno. Fallo al copiar %(name)s y otros %(amount)s elementos." msgid "Internal error. Failed to copy %(name)s." msgstr "Error interno. Fallo al copiar %(name)s." -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Moviendo..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Copiando..." @@ -4280,7 +4278,7 @@ msgstr "Copiado con éxito %(s_num)s items." msgid "Failed to copy %(f_num)s items." msgstr "Fallo al copiar %(f_num)s items." -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Falló" @@ -4301,111 +4299,112 @@ msgstr "Encriptando, %(num)s% completo." msgid "Uploading ..." msgstr "Subiendo archivo..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Terminado!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Descargando..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Descargando, %(num)s% completo." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Desencriptando..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Desencriptando, %(num)s% completo." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Eliminados con éxito %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Renombrar Archivo" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Renombrar Carpeta" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Copiar Archivo" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Mover Archivo" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Copiar Carpeta" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Mover Carpeta" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Copiar %(name)s a:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Mover %(name)s a:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "La descarga de la carpeta no está permitida en esta biblioteca." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "desmarcado" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Descargando..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "Descargando, %(num)s% completo." + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Desencriptando..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "Desencriptando, %(num)s% completo." + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "Eliminados con éxito %(name)s" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Renombrar Archivo" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Renombrar Carpeta" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Copiar Archivo" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Mover Archivo" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Copiar Carpeta" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Mover Carpeta" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "Copiar %(name)s a:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "Mover %(name)s a:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "La descarga de la carpeta no está permitida en esta biblioteca." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "marcado" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Es requerido." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Define un nombre, no solamente la extensión." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Creando..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "No se ha renombrado." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" msgstr "%(old_name)s renombrados a %(new_name)s con éxito" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Cancelado." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Selecciona al menos un contacto." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Ingresa o selecciona correos/grupos." @@ -4472,110 +4471,77 @@ msgstr "todos" msgid "Delete Time" msgstr "Borrar fecha" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Volver a" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Transferir Propiedad" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Cambiar contraseña" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Enlaces Compartidos" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Configuración de la biblioteca" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Mantener historial completo" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "No mantener historial" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Sólo mantener el historial por:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "días" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Tranferir esta biblioteca a otro usuario:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Cambiar la contraseña de esta biblioteca:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Contraseña anterior" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Nueva contraseña (al menos %(repo_password_min_length)s caracteres)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Nueva contraseña otra vez" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Creado Por" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Tipo" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Subir archivo" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Este repo no tiene ningún enlace compartido" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Puedes generar un enlace para compartir de cualquier carpeta/archivo. Quienes reciben este enlace pueden descargar/subir carpetas comprimidas o archivos." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Ingrese la contraseña anterior" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Ingrese la nueva contraseña" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "La nueva contraseña es demasiado corta" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Ingrese la nueva contraseña otra vez" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Las contraseñas no coinciden" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Eliminado exitosamente." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Regresar al historial de modificaciones" @@ -4659,8 +4625,7 @@ msgstr "Marcado" msgid "icon" msgstr "icono" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Desmarcar" @@ -4715,41 +4680,58 @@ msgstr "para" msgid "Sorry, this user is not registered yet." msgstr "Este usuario no está registrado aún." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Compartir" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Marcar" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "actualizó este archivo" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "Único contribuyente" msgstr[1] " %(counter)s colaboradores" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Desmarcado con éxito" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "comentar" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Marcado con éxito" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "grupo" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "compartir" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Agregar discusión al grupo" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "discusión" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "cerrar" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "inicio" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Selecciona al menos 1 grupo." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Ingresa un tópico" #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4873,15 +4855,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Fallo al refrescar el CAPTCHA. Intenta más tarde." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "El correo no puede estar en blanco" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "La contraseña no puede estar en blanco" @@ -4920,10 +4903,47 @@ msgid "New Password: " msgstr "Nueva contraseña:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "%(min_len)s caracteres o más, utiliza %(level)s o más de las siguientes clases: letras(distingue mayúsculas y minúsculas), números, y símbolos\"" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Confirmar contraseña:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "La contraseña no puede estar en blanco" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Ingresa la contraseña nuevamente" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Las contraseñas no coinciden" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "%(min_len)s caracteres o más, utiliza %(level)s o más de las siguientes clases: letras(distingue mayúsculas y minúsculas), números, y símbolos" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Contraseña restablecida con éxito" @@ -4998,30 +5018,15 @@ msgstr "Registrar" msgid "Welcome back, you are already signed in." msgstr "Bienvenido otra vez, sesión iniciada." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Confirmar contraseña" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Registrarse" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Ingresa la contraseña nuevamente" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Las contraseñas no coinciden" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "no está soportado. Por favor, selecciona un archivo de imagen." @@ -5038,14 +5043,6 @@ msgstr "es demasiado extenso. Tamaño máximo permitido es 1 MB." msgid "Discuss" msgstr "Comentar" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Selecciona al menos 1 grupo." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Ingresa un tópico" - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" @@ -5055,93 +5052,77 @@ msgstr "Compartir %(name)s" msgid "Download Link" msgstr "Enlace de descarga" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Link de subida" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Compartido Privado" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Utilizar contraseña" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "Agregar protección por contraseña" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(al menos %(repo_password_min_length)s caracteres)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Repetir contraseña" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Establecer vencimiento" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Días" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Generar" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Enlace:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Enviar" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Enviar a:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Correos separados por ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Mensaje (opcional):" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Enviando…" -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Puedes compartir el enlace generado con otros para que puedan subir archivos a esta carpeta." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Link de Subida:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Agregar discusión al grupo" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "discusión" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Detalles de modificación" @@ -5174,43 +5155,52 @@ msgstr "Carpetas eliminadas" msgid "Unknown error." msgstr "Error desconocido" -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Mías" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Sub-bibliotecas" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Compartidas" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Nueva Sub-biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Compartir" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "No has creado ninguna biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Puedes crear una biblioteca para organizar sus archivos. Por ejemplo, puedes crear una para cada proyecto. Cada biblioteca puede ser sincronizada y compartida separadamente." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Origen" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "No has creado ninguna sub-biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5238,6 +5228,22 @@ msgstr "mostrar esquema" msgid "Document convertion failed." msgstr "Falló la conversión del documento " +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "demasiado débil" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "débil" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "media" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "fuerte" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Permisos al Compartir" @@ -5255,14 +5261,14 @@ msgid "Description is required" msgstr "Descripción requerida" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Ingresa una contraseña" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Contraseña demasiado corta" @@ -5275,6 +5281,10 @@ msgstr "Borrado con éxito." msgid "Really want to delete %(lib_name)s ?" msgstr "¿Seguro que deseas borrar %(lib_name)s?" +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Subir archivo" + #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 msgid "Fetch failed" @@ -5394,23 +5404,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Selecciona al menos un tipo de archivo o ingresa al menos una extensión de archivo" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Selecciona contactos" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Ingresa al menos un correo." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Ingresa cantidad de días" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Ingresa cantidad válida de días" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5533,9 +5535,9 @@ msgid "Number of groups" msgstr "Número de grupos" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Espacio utilizado" @@ -5615,42 +5617,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "Subir archivo csv" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Importar usuarios" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Agregar usuario" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "Rol" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "También puedes agregar un usuario como invitado, que no podrá crear bibliotecas ni grupos." + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "Predeterminado" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "Invitado" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Importar usuarios desde un archivo CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Formato de archivo: usuario@mail.com,contraseña" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Escoja un archivo CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Activando..., por favor espera" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." -msgstr "Está disponible una nueva versión, %(v)s, del servidor." +msgstr "Está disponible un nuevo servidor versión %(v)s." -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Las contraseñas no concuerdan" @@ -5671,37 +5697,37 @@ msgstr "Consejo: los emails deberían ser los usuarios ya agregados" msgid "Status" msgstr "Estado" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Creado / Último incio" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Activo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inactivo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Restaurar contraseña" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Revocar Privilegios" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Establecer Administrador" @@ -5770,11 +5796,11 @@ msgstr "¿Seguro que deseas revocar los privilegios de administración de %s ?" msgid "Are you sure you want to set %s as admin?" msgstr "¿Seguro que deseas establecer a %s como administrador?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Editado con éxito, se envió un email." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5812,408 +5838,401 @@ msgstr "wiki-personal" msgid "Personal Wiki Pages" msgstr "Paginas de Wiki Personales" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "error de permiso" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Error al ver la papelera" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Fallo al editar la información de la biblioteca." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Fallo al guardar la configuración en el servidor" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Configuración guardada." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Nombre de usuario %s invalido." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Usuario %s no encontrado." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "El usuario %s no está en la organización." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "La biblioteca %(repo_name)s se transfirió a %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Fallo al cambiar la contraseña, no eres el propietario." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "Actualizado exitosamente la contraseña de la biblioteca %(repo_name)s." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "El nombre de archivo contiene caracteres inválidos" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Nombre de archivo duplicado" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "El tamaño del archivo sobrepasa el límite" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "El espacio del propietario se agotó, no se pudo subir el archivo" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Ocurrió un error durante la transferencia del archivo" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "URL inválido" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Fallo al ver las modificaciones de la biblioteca" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Fallo al ver instantáneas de biblioteca" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "No tienes permisos para restaurar la biblioteca" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Por favor, especifica el ID del historial" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "La biblioteca no existe" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "El historial especificado no existe" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Mi Biblioteca" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Fallo al dejar de compartir biblioteca, no existe." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Se dejó de compartir \"%s\" con éxito." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Fallo al dejar de compartir \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Fallo al borrar el archivo." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s borrado con éxito." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Error interno. No se pudo borrar: %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "No se puede acceder al archivo: tráfico para compartir enlaces agotado." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Imposible acceder al archivo" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Restablecido con éxito %(path)s al directorio raíz." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "%(path)s restablecido con éxito" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Restablecido con éxito %(path)s al directorio raíz." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Error interno" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Imposible descargar carpeta \"%s\": tamaño excedido." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Imposible descargar \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"Wiki Personal\" activado con éxito." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"Wiki Personal\" desactivado con éxito" -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "No tienes permiso para acceder a la biblioteca." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "No hay ruta." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "El grupo no existe" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Permiso denegado" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "La biblioteca no existe." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Persmiso denegado." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Biblioteca encriptada." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Error: no head commit id" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argumento faltante." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "La ruta de destino es demasiado larga." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "%(name)s movido con éxito ver" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "%(name)s copiado con éxito ver" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo mover la carpeta %(src)s a la subcarpeta %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo copiar la carpeta %(src)s a la subcarpeta %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "La ruta de destino de %s es demasiado larga." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Falllo al conseguir lista de bloques" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "repo id incorrecto" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Por favor ingresar." - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "La bibilioteca del sistema no puede ser eliminada." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "No hubo conflictos al unir." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "No tienes permiso para crear una biblioteca" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "Error HTTP: No se pudo abrir el archivo en línea" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Error URL: No se pudo abrir el archivo en línea" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "La codificación elegida no es correcta." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Codificación de archivo desconocida" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El tamaño del archivo sobrepasa %s, no se puede abrir en línea." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Formato de archivo inválido." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "La biblioteca no existe." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "La biblioteca está encriptada." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Imposible editar el archivo" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "El archivo no existe." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Este tipo de archivo no se puede editar en línea." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Fallo al definir cuota: error interno" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "Fallo al definir cuota: error interno del servidor" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Borrado con éxito %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Fallo al borrar: no existe el usuario" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s asignado como administrador" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Fallo al definir administrador: el usuario no existe" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Los permisos de administrador de %s fueron revocados" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Fallo al revocar admin: el usuario no existe" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "\"%s\" activado con éxito." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Fallo al activar: el usuario no existe." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "\"%s\" desctivado con éxito." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Fallo al desactivar: el usuario no existe" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Tu cuenta en %s está activada." -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "La contraseña ha sido reestablecida en %s" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Contraseña restablecida con éxito a %(passwd)s, un correo fue enviado a %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Contraseña restablecida a %(passwd)s, pero hubo un fallo al enviar el correo a %(user)s, revise su configuracion de email." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Contraseña de %(user)s restablecida a %(passwd)s con éxito." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6221,70 +6240,74 @@ msgid "" "configured." msgstr "Contraseña de %(user)s restablecida a %(passwd)s. Pero el correo de notificación no pudo ser enviado, porque el servicio de correo no está configurado correctamente." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Fallo al restablecer la contraseña: el usuario no existe." -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Estás invitado a unirte a %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "El usuario %s fue agregado con éxito. Se ha enviado un correo de aviso." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "El usuario %s fue agregado con éxito. Pero hubo un error al enviar la notificación; por favor, revisa la configuración del correo." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "El usuario %s fue agregado con éxito." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "El usuario %s fue agregado con éxito. Pero el correo de aviso no pudo ser enviado, el servicio de correo no esta configurado." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Transferida con éxito." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Fallo al transferir, usuario %s no encontrado" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Fallo al transferir, argumentos inválidos." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "Utilizando LDAP ahora, no se puede agregar admin." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s asignado como administrador." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Fallo al definir %s como administrador: el usuario no existe." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Importado exitosamente" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Primero escoja un archivo csv." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "No tienes permiso para crear un wiki" diff --git a/locale/es_AR/LC_MESSAGES/django.po b/locale/es_AR/LC_MESSAGES/django.po index c99167fc53..84fdffd799 100644 --- a/locale/es_AR/LC_MESSAGES/django.po +++ b/locale/es_AR/LC_MESSAGES/django.po @@ -11,8 +11,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 22:21+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 18:12+0000\n" "Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/projects/p/seahub/language/es_AR/)\n" "MIME-Version: 1.0\n" @@ -21,122 +21,115 @@ msgstr "" "Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" +#: seahub/forms.py:31 +msgid "A user with this email already exists." msgstr "Ya existe un usuario con este correo" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." msgstr "Las contraseñas no coinciden" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "El nombre no puede estar vacío" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "El nombre es demasiado extenso (máximo 255 caracteres)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "La descripción no puede estar vacía" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "La descripión es demasiado extensa (máximo 100 caracteres)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "El nombre %s no es válido" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argumento faltante" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Se requiere el nombre" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Es demasiado largo." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Se requiere." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "El nombre \"%s\" no es válido." -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "El id del repositorio es requerido" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "El nombre del usuario es requerido" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "La contraseña no puede estar vacía" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Formato de URL no válido" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Contraseña incorrecta" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Error interno del servidor" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Error en el desencriptado de la biblioteca" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Dirección de correo requerida" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "La cuota no puede estar vacía" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "La cuota es muy pequeña (el valor mínimo es 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "El nombre de la biblioteca es obligatorio." -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "La descripción de la biblioteca es obligatoria." -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Por favor, ingresa un número" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Ingrese la contraseña correcta" - #: seahub/settings.py:133 msgid "català" msgstr "Català" @@ -210,22 +203,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "Slovenian" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -235,7 +232,7 @@ msgstr "Organización de equipo de colaboraores" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Discusión" @@ -255,10 +252,10 @@ msgstr "Discusión" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -273,11 +270,9 @@ msgstr "Archivo" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -300,7 +295,7 @@ msgstr "No hay discusiones." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -313,34 +308,31 @@ msgstr "Cargando..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." @@ -383,6 +375,7 @@ msgid "Deleted library %(library_name)s" msgstr "Biblioteca %(library_name)s eliminada" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Por favor verifique la red." @@ -395,7 +388,7 @@ msgstr "Nuevas Respuestas" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Mensajes" @@ -423,7 +416,7 @@ msgstr "Fechas importantes" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -439,94 +432,103 @@ msgstr "Contraseña cambiada con éxito." msgid "Change password: %s" msgstr "Cambiar contraseña: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Por favor ingresar." + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nombre de usuario" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Contraseña " -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Ingresa una dirección de correo válida." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Por favor, ingresa un nombre de usuario y contraseña correctas. Notar que ambos datos son sensibles a mayúsculas y minúsculas." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Esta cuenta está inactiva." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Tu navegador no tiene habilitados las cookies. Las cookies son requeridas para autenticarse en el sitio." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "No se pudo enviar el correo, el servicio no está configurado adecuadamente, por favor, contacta al administrador." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Esa dirección de correo no está asociada a ninguna cuenta de usuario. ¿Está seguro de que está registrado en el sistema?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "No se puede restablecer la contraseña, por favor contacte al administrador de LDAP." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Reestablecer contraseña en %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nueva contraseña" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Confirmación de nueva contraseña" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Las contraseñas no coinciden" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Contraseña anterior" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "La contraseña anterior ingresada es incorrecta. Por favor, ingrésela nuevamente." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Desconectado" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Fallo al enviar el correo, por favor, contacta al administrador" -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "No se puede actualizar la contraseña, por favor contacte al administrador de LDAP." @@ -628,7 +630,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -636,7 +638,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -645,29 +647,30 @@ msgstr "Avatar actual:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -675,8 +678,8 @@ msgstr "Avatar actual:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -699,31 +702,35 @@ msgstr "%(avatar_creator)s actualizó su avatar %(avatar)s." msgstr "Has actualizado tu avatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Dirección de correo" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Debe tener una longitud de 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Ya existe un usuario con este correo" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "ID de usuario inválido" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nombre" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "departamento" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "teléfono" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "nota" @@ -784,7 +791,7 @@ msgstr "Archivo \"%(file)s\" revertido a las %(time)s." msgid "Recovered deleted directory" msgstr "Carpeta borrada recuperada" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Descripción o nombre de la biblioteca modificados." @@ -795,8 +802,8 @@ msgstr "Auto fusionar por sistema seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Ahora" @@ -829,10 +836,10 @@ msgstr[0] "Hace menos de un segundo" msgstr[1] "Hace %(seconds)d segundos" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -846,11 +853,11 @@ msgstr[1] "Hace %(seconds)d segundos" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -861,9 +868,9 @@ msgid "Read-Write" msgstr "Lectura / Escritura" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -883,7 +890,7 @@ msgid "Email is required." msgstr "Se requiere correo." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s no es un correo válido." @@ -916,7 +923,7 @@ msgstr "Borrado con éxito %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Contactos" @@ -931,7 +938,7 @@ msgid "Email " msgstr "E-Mail" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -940,23 +947,22 @@ msgstr "E-Mail" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -974,12 +980,12 @@ msgid "Name" msgstr "Nombre" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Nota" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -988,28 +994,26 @@ msgstr "Nota" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Operaciones" @@ -1022,8 +1026,10 @@ msgstr "Operaciones" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Editar" @@ -1037,21 +1043,21 @@ msgstr "Editar" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Borrar" @@ -1070,12 +1076,12 @@ msgstr "Agrega contactos para compartir bibliotecas y enviar enlaces de descarga #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1111,7 +1117,7 @@ msgstr "Borrar Contacto" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "¿Seguro que quiere borrar %s ?" +msgstr "¿Seguro que quieres borrar %s ?" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1182,219 +1188,227 @@ msgstr "El mensaje de verificación es muy largo (máximo 255 caracteres)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" no es un nombre válido" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "No tienes permiso para crear un grupo." + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Sólo puede crear %d grupos.Actualizar cuenta." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Ya existe un grupo con ese nombre" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Fallo al abandonar el grupo, por favor reintente mas tarde." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Grupo abandonado exitosamente" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Fallo al renombrar el grupo, el nombre del grupo sólo puede contener letras, números y guión bajo" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Grupo renombrado con éxito a \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "Email %s es inválido." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Sólo los administradores pueden hacer público el grupo" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "El mensaje no existe" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "No tienes los permisos adecuados" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Has sido invitado a unirte a un grupo en %s" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "El grupo no existe" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Fallo al agregar, %s no está en la organización." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Sólo puedes invitar %d miembros. Actualizar cuenta." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Fallo al agregar a %s, no está registrado." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Agregado con éxito. Se envió un correo" msgstr[1] "Agregado con éxito. Se enviaron %(count)s correos." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Agregado con éxito." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Fallo al agregar, %s no es un correo válido." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Fallo al agregar, %s no está registrado." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Operación exitosa." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Fallo: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Error: id de grupo erróneo" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Error: el grupo no existe." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Posteado con éxito en %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Error: no estás en el grupo %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Error: la biblioteca no existe." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Error: sin ruta" -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "No se pudo crear: el grupo no existe." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "No se pudo crear: no estás en el grupo." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "No se pudo crear" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "No se pudo crear: error interno." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Ya estás en el grupo." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Petición enviada con éxito al administrador." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Se requiere discusión" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "El archivo no existe" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"Wiki\" activado con éxito" -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"Wiki\" desactivado con éxito" -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Fallo al crear la página wiki. Intenta más tarde." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Error interno del servidor" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "No existe la wiki" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Fallo al crear página de inicio. Intenta más tarde." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Fallo al establecer biblioteca de wiki." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki no encontrado" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "La página \"%s\" ya existe." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Borrado con éxito \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Fallo al eliminar \"%s\". Intenta más tarde." @@ -1441,23 +1455,23 @@ msgstr "No puede estar en blanco ni ser mayor a 2048 caracteres." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1465,7 +1479,7 @@ msgstr "Cancelar" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Habilitar Módulos" @@ -1476,9 +1490,9 @@ msgstr "Este grupo es público." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1486,12 +1500,12 @@ msgstr "Bibliotecas" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Archivos" @@ -1566,8 +1580,7 @@ msgstr "¿Seguro que deseas eliminar esta discusión?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Sí" @@ -1575,8 +1588,7 @@ msgstr "Sí" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "No" @@ -1596,7 +1608,7 @@ msgstr "Fallo al eliminar:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Falló." @@ -1604,15 +1616,15 @@ msgstr "Falló." msgid "Recent Changes" msgstr "Cambios recientes" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nueva biblioteca" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1621,11 +1633,11 @@ msgstr "Nueva biblioteca" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1635,47 +1647,47 @@ msgstr "Nueva biblioteca" msgid "Description" msgstr "Descripción" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Última actualización" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Compartida por" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Descargar y Sincronizar" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1684,46 +1696,46 @@ msgstr "Descargar y Sincronizar" msgid "Unshare" msgstr "Dejar de compartir" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "No hay bibiliotecas compartidas con este grupo" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Puedes compartir bibliotecas haciendo click en \"Nueva Biblioteca\" o en el icono \"Compartir\" de la lista de bibliotecas." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Las bibliotecas compratidas con escritura habilitada pueden ser descargadas y sincronizadas por otros miembros del grupo. Las bibliotecas de sólo lectura sólo pueden descargarse, las actualizaciones locales no serán reflejadas." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Biblioteca" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Modificado el" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Modificó" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1734,7 +1746,7 @@ msgstr "Modificó" msgid "Details" msgstr "Detalles" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1747,7 +1759,7 @@ msgstr "Detalles" msgid "None" msgstr "Ninguna" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1756,26 +1768,26 @@ msgstr "Ninguna" msgid "Unknown" msgstr "Desconocido" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "está encriptada" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Contraseña:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "La contraseña será almacenada en el servidor por 1 hora." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Dejar de compartir biblioteca" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" msgstr "¿Seguro que quieres dejar de compartir %s?" @@ -1796,11 +1808,11 @@ msgstr "¿Seguro que quieres dejar de compartir %s?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1844,7 +1856,7 @@ msgstr "Administradores" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Configuración" @@ -1862,7 +1874,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Cambiar" @@ -1872,7 +1884,7 @@ msgstr "Cambiar" msgid "Rename" msgstr "Renombrar" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Revocar Público" @@ -1949,7 +1961,7 @@ msgid "Name: " msgstr "Nombre:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2022,7 +2034,7 @@ msgid "Choose a library as wiki:" msgstr "Elije una biblioteca como wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Haz click y elije una biblioteca." @@ -2088,13 +2100,13 @@ msgid "Are you sure you want to delete this page?" msgstr "¿Seguro que deseas borrar esta página?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Se requiere nombre." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Se requiere descripción." @@ -2103,37 +2115,47 @@ msgstr "Se requiere descripción." msgid "Tips" msgstr "Consejos" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Después de crear un grupo, puedes agregar miembros y compartir bibliotecas en él." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "No puedes crear grupos ya que eres un invitado." + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Mis grupos" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Nuevo Grupo" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Fecha:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "No estás en ningún grupo" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Puedes crear un grupo haciendo click en el enlace \"Nuevo Grupo\". El grupo es un lugar para intercambiar mensajes y colaborar en bibliotecas con tus contactos," +"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." +msgstr "Un grupo es un espacio para intercambiar mensajes y colaborar en bibliotecas. Puedes crear un grupo haciendo click en el botón \"Nuevo Grupo\"." #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "Un grupo es un espacio para intercambiar mensajes y colaborar en bibliotecas. Aquí estarán listados los grupos a los que pertenezcas." + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nombre del grupo" @@ -2165,7 +2187,7 @@ msgid "Add administrators" msgstr "Agregar administradores" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Ingresa o selecciona los correos." @@ -2444,21 +2466,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Los servidores Seafile no almacenan la contraseña para un biblioteca encriptada. Para ver una biblioteca compartida en línea necesita ingresar la contraseña de la biblioteca. Esta contraseña se almacena en la memoria encriptada del servidor, de donde se borrará al cabo de una hora. Luego, para ver la biblioteca, debe ingresar la contraseña nuevamente." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "se requiere mensaje" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "se requiere contacto" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "No puedes enviarte un mensaje a ti mismo." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Fallo el enviar mensaje a %s, usuario no encontrado." @@ -2469,13 +2491,13 @@ msgstr "Nuevo Mensaje" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Mensaje" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2493,10 +2515,6 @@ msgstr "enviar a: click para seleccionar contactos" msgid "please add contacts at first" msgstr "agrega contactos primero" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Fallo en la búsqueda de contactos para el mensaje." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Enviar un mensaje..." @@ -2525,7 +2543,7 @@ msgstr "%(user)s ha compartido el archivo %(file_name)s c #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Error interno" @@ -2552,8 +2570,8 @@ msgstr "Una discusión grupal tiene una nueva respuesta." #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s respondió tu discusión grupal." +msgid "%(user)s replied the group discussion." +msgstr "%(user)s respondió la discusión grupal." #: seahub/notifications/models.py:677 #, python-format @@ -2563,7 +2581,7 @@ msgid "" "%(join_request_msg)s" msgstr "El usuario %(username)s solicitó unirse al grupo %(group_name)s, mensaje de verificación: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Todos los avisos eliminados." @@ -2680,11 +2698,15 @@ msgstr "Borrar notificación" msgid "Notices" msgstr "Notificaciones" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Marcar todo leído" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Limpiar" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Más" @@ -2694,27 +2716,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Selecciona como deseas ver las bibliotecas encriptadas en línea:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Enviar contraseñas al servidor." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Los archivos se desencriptarán en el servidor antes de enviártelos." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Guardar contraseñas en el navegador." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Los archivos serán desencriptados en tu navegador cuando se descarguen." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2746,7 +2768,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "\"%s\" definida con éxito como biblioteca predeterminada." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Configuración del perfil" @@ -2759,75 +2781,75 @@ msgstr "Perfil" msgid "Language" msgstr "Idioma" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Bibliotecas Encriptadas" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Biblioteca predeterminada." -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Eliminar Cuenta" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Contraseña:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Actualizar" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nombre:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Mi información:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Departamento:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Teléfono:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Configuración de idioma" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Configuracion de Bibliotecas Encriptadas" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Como ver bibliotecas encriptadas en línea." -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Configuración de Sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Activar sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2836,7 +2858,7 @@ msgid "" "library." msgstr "Esta función permite sincronizar selectivamente una carpeta dentro de una biblioteca. Una sub-biblioteca puede ser creada a partir de cualquier carpeta. Después de ser creada, se listará en el cliente de escritorio y puede descargarse como una biblioteca normal. Se mantendrá sincronizada automáticamente con su biblioteca original." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2844,33 +2866,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Las sub-bibliotecas también se usan cuando se comparte una carpeta con un usuario o un grupo. Sin esta opción habilitada, se crea automáticamente una sub-biblioteca oculta. Con la opción habilitada, estas sub-bibliotecas también se listarán, lo que permite administrarlas." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Configuración predeterminada de biblioteca" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Tu biblioteca predeterminada:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "La biblioteca predeterminada es el lugar donde se almacenarán tus documentos e imágenes." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Elegir Biblioteca Predeterminada" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Esta operación no se puede revertir. ¿Estás seguro?" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Elegir biblioteca predeterminada:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "¿Seguro que deseas eliminar tu cuenta?" @@ -2894,197 +2916,208 @@ msgid "Self-introduction" msgstr "Auto-descripción" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Departamento" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Teléfono" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "La dirección de correo no debe superar los 512 caracteres" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Ingrese la contraseña correcta" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Fallo al compartir con los miembros, intenta más tarde." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Compartido con éxito con todos los miembros, verifica en Compartidos" -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" ya se encuentra en el grupo %(group)s. Ver" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Fallo al compartir %(repo)s con %(group)s, intenta más tarde." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Compartido con %(group)s exitosamente, verifícalo en Compartidos." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "No puedes compartir bibliotecas contigo mismo." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Fallo al compartir con %s, usuario no encontrado." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "No se pudo compartir %s, el correo no está registrado." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Fallo al compartir con %s, intenta más tarde." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Compartido con %(email)s exitosamente, verifícalo en Compartidos." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Sólo el propietario de la biblioteca puede compartirla." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Fallo al compartir \"%s\", cuota insuficiente. Actualizar cuenta" -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Argumento inválido" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Fallo al remover compartido" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "id de grupo inválido" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Fallo al dejar de compartir: el grupo no existe." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Compartido removido con éxito" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "todos los miembros" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Argumentos inválidos" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "No puedes compartir la biblioteca usando ese método." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Removido con éxito" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "El enlace no existe" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Fallo al enviar el enlace compartido. El servicio de correo electrónico no está adecuadamente configurado, por favor, contacta al administrador" -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Un archivo ha sido compartido contigo en %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Una carpeta fue compartida contigo en %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Error interno del servidor: no se pudo enviar" -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Enviado con éxito." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Elije una carpeta." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Guardado con éxito." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Fallo al compartir con \"%s\", usuario no encontrado." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Compartido con éxito %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Se dejó de compartir \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "No tienes permiso para dejar de compartir %s" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "No tienes permiso suficiente para guardar %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Fallo al obtener el enlace, intenta más tarde." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Permiso denegado" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "Operación falló" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "El envío del enlace de subida falló. El servicio de Email no está configurado adecuadamente, contacta al administrador." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un enlace de subida ha sido compartido contigo en %s" @@ -3103,7 +3136,6 @@ msgstr "Enlaces de subida" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Visitas" @@ -3117,8 +3149,6 @@ msgstr "Ver" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Remover" @@ -3148,7 +3178,7 @@ msgid "Folders - Share" msgstr "Carpetas - Compartir" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Carpetas" @@ -3174,13 +3204,13 @@ msgstr "Puedes compartir solamente una carpeta con un usuario registrado si no q #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Editado con éxito" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Fallo al editar." @@ -3192,33 +3222,33 @@ msgstr "Archivos - Compartir" msgid "From Others" msgstr "De Otros" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Para Otros" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "De" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "No hay archivos compartidos contigo" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Los archivos que han sido compartidos contigo serán listados aquí, puedes descargarlos o guardarlos en alguna biblioteca." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Para" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "No tienes enlaces de descarga privados" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3245,7 +3275,8 @@ msgid "Shares" msgstr "Compartidos" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Información básica" @@ -3272,7 +3303,7 @@ msgstr "No tienes bibliotecas compartidas con %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "La página solicitada no pudo ser encontrada." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Actividades" @@ -3302,49 +3333,6 @@ msgstr "Administración del Sistema" msgid "All Groups" msgstr "Todos los grupos" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Clientes" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nombre del Cliente" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "ÚItima Sincronización" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "No sincronizadas" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Desincronizar" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "¿Realmente deseas desincronizarla?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "No tienes ningún cliente conectado" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Aquí se listan los clientes desktop con bibliotecas sincronizadas, aparece su nombre e IP. Es posible desincronizar un cliente de una biblioteca si así lo deseas." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Desincronizada con éxito." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3369,7 +3357,7 @@ msgid "Please enter the password." msgstr "Por favor ingresa la contraseña." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Dispositivos" @@ -3381,6 +3369,10 @@ msgstr "Plataforma" msgid "Device Name" msgstr "Nombre de dispositivo" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Último acceso" @@ -3421,11 +3413,10 @@ msgstr "Desvinculado exitosamente." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3754,8 +3745,7 @@ msgid "Password is required." msgstr "Contraseña requerida" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3778,7 +3768,6 @@ msgstr "Ruta actual:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3844,6 +3833,7 @@ msgid "snapshots" msgstr "instantáneas" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "historial" @@ -3865,12 +3855,13 @@ msgstr " papelera" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Regresar a la biblioteca" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3881,28 +3872,28 @@ msgstr "Ruta actual:" msgid "Personal" msgstr "Personal" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Marcado" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Wiki Personal" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Admin de Compartidos" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Enlaces" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Grupo" @@ -3920,27 +3911,34 @@ msgstr "No hay bibliotecas compartidas contigo" msgid "Welcome to Seafile!" msgstr "Bienvenido a Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Se ha creado una biblioteca personal. Puedes crear más después." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "Seafile organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Sin embargo, ya que eres un invitado, no puedes crear bibliotecas." + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Cerrar" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Elije una carpeta:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Actualmente no tienes niguna biblioteca" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Elije una carpeta" @@ -4048,7 +4046,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "El tamaño del archivo debe ser menor a %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Guardando..." @@ -4155,7 +4153,7 @@ msgid "Empty file upload result" msgstr "Resultado de subida incompleto" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Error" @@ -4179,7 +4177,7 @@ msgstr "Procesando…" #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "%(name)s y otros %(amount)s elementos borrados con éxito." +msgstr "%(name)s y otros %(amount)s elementos eliminados con éxito." #: seahub/templates/repo.html:405 #, python-format @@ -4189,12 +4187,12 @@ msgstr "%(name)s eliminado con éxito." #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Error interno. Fallo al borrar %(name)s y otros %(amount)s elementos." +msgstr "Error interno. Fallo al eliminar %(name)s y otros %(amount)s elementos." #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Error interno. Fallo al borrar %(name)s." +msgstr "Error interno. Fallo al eliminar %(name)s." #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4204,8 +4202,8 @@ msgstr "Mover carpetas/archivos selecionados a:" msgid "Copy selected directories/files to:" msgstr "Copiar carpetas/archivos selecionados a:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Ruta de destino inválida" @@ -4249,11 +4247,11 @@ msgstr "Error interno. Fallo al copiar %(name)s y otros %(amount)s elementos." msgid "Internal error. Failed to copy %(name)s." msgstr "Error interno. Fallo al copiar %(name)s." -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Moviendo..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Copiando..." @@ -4277,7 +4275,7 @@ msgstr "Copiado con éxito %(s_num)s items." msgid "Failed to copy %(f_num)s items." msgstr "Fallo al copiar %(f_num)s items." -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Falló" @@ -4298,111 +4296,112 @@ msgstr "Encriptando, %(num)s% completo." msgid "Uploading ..." msgstr "Subiendo archivo..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Terminado!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Descargando..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Descargando, %(num)s% completo." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Desencriptando..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Desencriptando, %(num)s% completo." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Eliminados con éxito %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Renombrar Archivo" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Renombrar Carpeta" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Copiar Archivo" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Mover Archivo" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Copiar Carpeta" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Mover Carpeta" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Copiar %(name)s a:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Mover %(name)s a:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "La descarga de la carpeta no está permitida en esta biblioteca." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "desmarcado" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Descargando..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "Descargando, %(num)s% completo." + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Desencriptando..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "Desencriptando, %(num)s% completo." + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "Eliminados con éxito %(name)s" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Renombrar Archivo" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Renombrar Carpeta" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Copiar Archivo" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Mover Archivo" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Copiar Carpeta" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Mover Carpeta" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "Copiar %(name)s a:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "Mover %(name)s a:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "La descarga de la carpeta no está permitida en esta biblioteca." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "marcado" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Es requerido." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Define un nombre, no solamente la extensión." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Creando..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "No se ha renombrado." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" msgstr "%(old_name)s renombrados a %(new_name)s con éxito" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Cancelado." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Selecciona al menos un contacto." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Ingresa o selecciona correos/grupos." @@ -4469,110 +4468,77 @@ msgstr "todos" msgid "Delete Time" msgstr "Borrar fecha" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Volver a" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Transferir Propiedad" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Cambiar contraseña" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Enlaces Compartidos" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Configuración de la biblioteca" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Mantener historial completo" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "No mantener historial" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Sólo mantener el historial por:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "días" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Tranferir esta biblioteca a otro usuario:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Cambiar la contraseña de esta biblioteca:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Contraseña anterior" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Nueva contraseña (al menos %(repo_password_min_length)s caracteres)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Nueva contraseña otra vez" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Creado Por" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Tipo" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Subir archivo" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Este repo no tiene ningún enlace compartido" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Puedes generar un enlace para compartir de cualquier carpeta/archivo. Quienes reciben este enlace pueden descargar/subir carpetas comprimidas o archivos." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Ingrese la contraseña anterior" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Ingrese la nueva contraseña" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "La nueva contraseña es demasiado corta" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Ingrese la nueva contraseña otra vez" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Las contraseñas no coinciden" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Eliminado exitosamente." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Regresar al historial de modificaciones" @@ -4656,8 +4622,7 @@ msgstr "Marcado" msgid "icon" msgstr "icono" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Desmarcar" @@ -4712,41 +4677,58 @@ msgstr "para" msgid "Sorry, this user is not registered yet." msgstr "Este usuario no está registrado aún." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Compartir" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Marcar" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "actualizó este archivo" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "Único contribuyente" msgstr[1] " %(counter)s colaboradores" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Desmarcado con éxito" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "comentar" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Marcado con éxito" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "grupo" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "compartir" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Agregar discusión al grupo" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "discusión" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "cerrar" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "inicio" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Selecciona al menos 1 grupo." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Ingresa un tópico" #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4870,15 +4852,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Fallo al refrescar el CAPTCHA. Intenta más tarde." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "El correo no puede estar en blanco" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "La contraseña no puede estar en blanco" @@ -4917,10 +4900,47 @@ msgid "New Password: " msgstr "Nueva contraseña:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "%(min_len)s caracteres o más, utiliza %(level)s o más de las siguientes clases: letras(distingue mayúsculas y minúsculas), números, y símbolos\"" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Confirmar contraseña:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "La contraseña no puede estar en blanco" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Ingresa la contraseña nuevamente" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Las contraseñas no coinciden" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "%(min_len)s caracteres o más, utiliza %(level)s o más de las siguientes clases: letras(distingue mayúsculas y minúsculas), números, y símbolos" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Contraseña restablecida con éxito" @@ -4995,30 +5015,15 @@ msgstr "Registrar" msgid "Welcome back, you are already signed in." msgstr "Bienvenido otra vez, sesión iniciada." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Confirmar contraseña" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Registrarse" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Ingresa la contraseña nuevamente" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Las contraseñas no coinciden" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "no está soportado. Por favor, selecciona un archivo de imagen." @@ -5035,14 +5040,6 @@ msgstr "es demasiado extenso. Tamaño máximo permitido es 1 MB." msgid "Discuss" msgstr "Comentar" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Selecciona al menos 1 grupo." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Ingresa un tópico" - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" @@ -5052,93 +5049,77 @@ msgstr "Compartir %(name)s" msgid "Download Link" msgstr "Enlace de descarga" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Link de subida" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Compartido Privado" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Utilizar contraseña" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "Agregar protección por contraseña" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(al menos %(repo_password_min_length)s caracteres)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Repetir contraseña" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Establecer vencimiento" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Días" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Generar" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Enlace:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Enviar" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Enviar a:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Correos separados por ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Mensaje (opcional):" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Enviando…" -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Puedes compartir el enlace generado con otros para que puedan subir archivos a esta carpeta." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Link de Subida:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Agregar discusión al grupo" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "discusión" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Detalles de modificación" @@ -5171,43 +5152,52 @@ msgstr "Carpetas eliminadas" msgid "Unknown error." msgstr "Error desconocido" -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Mías" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Sub-bibliotecas" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Compartidas" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Nueva Sub-biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Compartir" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "No has creado ninguna biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Puedes crear una biblioteca para organizar sus archivos. Por ejemplo, puedes crear una para cada proyecto. Cada biblioteca puede ser sincronizada y compartida separadamente." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Origen" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "No has creado ninguna sub-biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5235,6 +5225,22 @@ msgstr "mostrar esquema" msgid "Document convertion failed." msgstr "Falló la conversión del documento " +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "demasiado débil" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "débil" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "media" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "fuerte" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Permisos al Compartir" @@ -5252,14 +5258,14 @@ msgid "Description is required" msgstr "Descripción requerida" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Ingresa una contraseña" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Contraseña demasiado corta" @@ -5272,6 +5278,10 @@ msgstr "Borrado con éxito." msgid "Really want to delete %(lib_name)s ?" msgstr "¿Seguro que deseas borrar %(lib_name)s?" +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Subir archivo" + #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 msgid "Fetch failed" @@ -5391,23 +5401,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Selecciona al menos un tipo de archivo o ingresa al menos una extensión de archivo" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Selecciona contactos" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Ingresa al menos un correo." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Ingresa cantidad de días" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Ingresa cantidad válida de días" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5530,9 +5532,9 @@ msgid "Number of groups" msgstr "Número de grupos" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Espacio utilizado" @@ -5612,42 +5614,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "Subir archivo csv" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Importar usuarios" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Agregar usuario" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "Rol" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "También puedes agregar un usuario como invitado, que no podrá crear bibliotecas ni grupos." + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "Predeterminado" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "Invitado" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Importar usuarios desde un archivo CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Formato de archivo: usuario@mail.com,contraseña" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Escoja un archivo CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Activando..., por favor espera" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." -msgstr "Está disponible una nueva versión, %(v)s, del servidor." +msgstr "Está disponible un nuevo servidor versión %(v)s." -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Las contraseñas no concuerdan" @@ -5668,37 +5694,37 @@ msgstr "Consejo: los emails deberían ser los usuarios ya agregados" msgid "Status" msgstr "Estado" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Creado / Último incio" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Activo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inactivo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Restaurar contraseña" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Revocar Privilegios" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Establecer Administrador" @@ -5767,11 +5793,11 @@ msgstr "¿Seguro que deseas revocar los privilegios de administración de %s ?" msgid "Are you sure you want to set %s as admin?" msgstr "¿Seguro que deseas establecer a %s como administrador?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Editado con éxito, se envió un email." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5809,408 +5835,401 @@ msgstr "wiki-personal" msgid "Personal Wiki Pages" msgstr "Paginas de Wiki Personales" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "error de permiso" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Error al ver la papelera" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Fallo al editar la información de la biblioteca." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Fallo al guardar la configuración en el servidor" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Configuración guardada." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Nombre de usuario %s invalido." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Usuario %s no encontrado." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "El usuario %s no está en la organización." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "La biblioteca %(repo_name)s se transfirió a %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Fallo al cambiar la contraseña, no eres el propietario." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "Actualizado exitosamente la contraseña de la biblioteca %(repo_name)s." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "El nombre de archivo contiene caracteres inválidos" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Nombre de archivo duplicado" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "El tamaño del archivo sobrepasa el límite" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "El espacio del propietario se agotó, no se pudo subir el archivo" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Ocurrió un error durante la transferencia del archivo" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "URL inválido" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Fallo al ver las modificaciones de la biblioteca" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Fallo al ver instantáneas de biblioteca" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "No tienes permisos para restaurar la biblioteca" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Por favor, especifica el ID del historial" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "La biblioteca no existe" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "El historial especificado no existe" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Mi Biblioteca" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Fallo al dejar de compartir biblioteca, no existe." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Se dejó de compartir \"%s\" con éxito." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Fallo al dejar de compartir \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Fallo al borrar el archivo." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s borrado con éxito." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Error interno. No se pudo borrar: %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "No se puede acceder al archivo: tráfico para compartir enlaces agotado." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Imposible acceder al archivo" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Restablecido con éxito %(path)s al directorio raíz." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "%(path)s restablecido con éxito" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Restablecido con éxito %(path)s al directorio raíz." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Error interno" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Imposible descargar carpeta \"%s\": tamaño excedido." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Imposible descargar \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"Wiki Personal\" activado con éxito." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"Wiki Personal\" desactivado con éxito" -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "No tienes permiso para acceder a la biblioteca." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "No hay ruta." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "El grupo no existe" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Permiso denegado" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "La biblioteca no existe." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Persmiso denegado." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Biblioteca encriptada." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Error: no head commit id" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argumento faltante." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "La ruta de destino es demasiado larga." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "%(name)s movido con éxito ver" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "%(name)s copiado con éxito ver" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo mover la carpeta %(src)s a la subcarpeta %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo copiar la carpeta %(src)s a la subcarpeta %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "La ruta de destino de %s es demasiado larga." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Falllo al conseguir lista de bloques" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "repo id incorrecto" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Por favor ingresar." - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "La bibilioteca del sistema no puede ser eliminada." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "No hubo conflictos al unir." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "No tienes permiso para crear una biblioteca" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "Error HTTP: No se pudo abrir el archivo en línea" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Error URL: No se pudo abrir el archivo en línea" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "La codificación elegida no es correcta." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Codificación de archivo desconocida" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El tamaño del archivo sobrepasa %s, no se puede abrir en línea." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Formato de archivo inválido." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "La biblioteca no existe." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "La biblioteca está encriptada." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Imposible editar el archivo" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "El archivo no existe." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Este tipo de archivo no se puede editar en línea." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Fallo al definir cuota: error interno" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "Fallo al definir cuota: error interno del servidor" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Borrado con éxito %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Fallo al borrar: no existe el usuario" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s asignado como administrador" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Fallo al definir administrador: el usuario no existe" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Los permisos de administrador de %s fueron revocados" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Fallo al revocar admin: el usuario no existe" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "\"%s\" activado con éxito." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Fallo al activar: el usuario no existe." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "\"%s\" desctivado con éxito." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Fallo al desactivar: el usuario no existe" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Tu cuenta en %s está activada." -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "La contraseña ha sido reestablecida en %s" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Contraseña restablecida con éxito a %(passwd)s, un correo fue enviado a %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Contraseña restablecida a %(passwd)s, pero hubo un fallo al enviar el correo a %(user)s, revise su configuracion de email." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Contraseña de %(user)s restablecida a %(passwd)s con éxito." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6218,70 +6237,74 @@ msgid "" "configured." msgstr "Contraseña de %(user)s restablecida a %(passwd)s. Pero el correo de notificación no pudo ser enviado, porque el servicio de correo no está configurado correctamente." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Fallo al restablecer la contraseña: el usuario no existe." -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Estás invitado a unirte a %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "El usuario %s fue agregado con éxito. Se ha enviado un correo de aviso." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "El usuario %s fue agregado con éxito. Pero hubo un error al enviar la notificación; por favor, revisa la configuración del correo." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "El usuario %s fue agregado con éxito." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "El usuario %s fue agregado con éxito. Pero el correo de aviso no pudo ser enviado, el servicio de correo no esta configurado." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Transferida con éxito." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Fallo al transferir, usuario %s no encontrado" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Fallo al transferir, argumentos inválidos." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "Utilizando LDAP ahora, no se puede agregar admin." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s asignado como administrador." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Fallo al definir %s como administrador: el usuario no existe." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Importado exitosamente" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Primero escoja un archivo csv." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "No tienes permiso para crear un wiki" diff --git a/locale/es_MX/LC_MESSAGES/django.po b/locale/es_MX/LC_MESSAGES/django.po index b59f4fcecf..b89109c996 100644 --- a/locale/es_MX/LC_MESSAGES/django.po +++ b/locale/es_MX/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 08:01+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/seahub/language/es_MX/)\n" "MIME-Version: 1.0\n" @@ -20,122 +20,115 @@ msgstr "" "Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Ya existe un usuario con este correo" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "Las contraseñas no concuerdan" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Los nombres no pueden estar vacíos" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "El nombre es demasiado extenso (máximo 255 caracteres)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "La descripción no puede estar vacía" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "La descripión es demasiado extensa (máximo 100 carateres)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "El nombre %s no es válido" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argumento Faltante" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Se requiere el Apellido" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Es demasiado largo." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Se requiere." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "El nombre \"%s\" no es válido." -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "El id del repositorio es requerido" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "El nombre del usuario es requerido" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "La contraseña no puede estar vacía" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Formato de URL no válido" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Contraseña incorrecta" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Error interno de servidor" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Error en el desencriptado de la biblioteca" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Dirección de correo requerida" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "La cuota no puede estar vacía" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "La cuota es muy pequeña (el valor mínimo es 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "El nombre de la biblioteca es obligatorio." -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "La descripción de la Biblioteca es obligatoria." -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Por favor, escriba un número" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "" - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -209,22 +202,26 @@ msgid "Slovak" msgstr "Eslovaco" #: seahub/settings.py:151 -msgid "Svenska" +msgid "Slovenian" msgstr "" #: seahub/settings.py:152 -msgid "Thai" +msgid "Svenska" msgstr "" #: seahub/settings.py:153 -msgid "українська мова" +msgid "Thai" msgstr "" #: seahub/settings.py:154 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -234,7 +231,7 @@ msgstr "Organización de equipo de colaboraores" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Discusión" @@ -254,10 +251,10 @@ msgstr "Discusión" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -272,11 +269,9 @@ msgstr "Archivo" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -299,7 +294,7 @@ msgstr "No hay discusiones." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -312,34 +307,31 @@ msgstr "Cargando..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifique la red" @@ -382,6 +374,7 @@ msgid "Deleted library %(library_name)s" msgstr "Biblioteca %(library_name)s eliminada" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Por favor verifique la red." @@ -394,7 +387,7 @@ msgstr "Nuevas Respuestas" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Mensajes" @@ -422,7 +415,7 @@ msgstr "Fechas importantes" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -438,94 +431,103 @@ msgstr "Contraseña cambiada correctamente." msgid "Change password: %s" msgstr "Cambiar contraseña: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nombre de usuario" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Contraseña " -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "" -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Por favor, ingrese un nombre de usuario y contraseña correctas. Nota: ambos datos son sensibles a mayúsculas y minúsculas." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Esta cuenta está inactiva." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Tu navegador no tiene habilitados los cookies. Las cookies son requeridas para autenticarse en el sitio." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "No se pudo enviar el correo, el servicio no está configurado adecuadamente, por favor, contacte al administrador." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Esa dirección de correo no está asociada a ninguna cuenta de usuario. ¿Está seguro de que está registrado en el sistema?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nueva contraseña" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Confirmación de nueva contraseña" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Las contraseñas no concuerdan" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Contraseña antigua" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "La contraseña antigua ingresada es incorrecta. Por favor, corrijala." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Desconectado" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Fallo al enviar el correo, por favor, contacte al administrador" -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -627,7 +629,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -635,7 +637,7 @@ msgstr "Avatar actual:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -644,29 +646,30 @@ msgstr "Avatar actual:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -674,8 +677,8 @@ msgstr "Avatar actual:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -698,31 +701,35 @@ msgstr "%(avatar_creator)s actualizó su avatar %(avatar)s." msgstr "Ha actualizado su avatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Dirección de correo" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Debe tener una longitud de 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Ya existe un usuario con este correo" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "ID de usuario inválido" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nombre" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "departamento" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "telefono" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "nota" @@ -783,7 +790,7 @@ msgstr "Archivo \"%(file)s\" revertido a las %(time)s." msgid "Recovered deleted directory" msgstr "Directorio borrado recuperado" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Descripción o nombre de la biblioteca modificados." @@ -794,8 +801,8 @@ msgstr "Auto fusionar con sistema seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Ahora" @@ -828,10 +835,10 @@ msgstr[0] "Hace menos de un segundo" msgstr[1] "Hace %(seconds)d segundos" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -845,11 +852,11 @@ msgstr[1] "Hace %(seconds)d segundos" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -860,9 +867,9 @@ msgid "Read-Write" msgstr "Lectura-Escritura" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -882,7 +889,7 @@ msgid "Email is required." msgstr "Se requiere correo." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s no es un correo válido." @@ -915,7 +922,7 @@ msgstr "Borrado correctamente %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Contactos" @@ -930,7 +937,7 @@ msgid "Email " msgstr "E-Mail" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -939,23 +946,22 @@ msgstr "E-Mail" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -973,12 +979,12 @@ msgid "Name" msgstr "Nombre" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Nota" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -987,28 +993,26 @@ msgstr "Nota" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Operaciones" @@ -1021,8 +1025,10 @@ msgstr "Operaciones" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Editar" @@ -1036,21 +1042,21 @@ msgstr "Editar" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Borrar" @@ -1069,12 +1075,12 @@ msgstr "Agrege contactos para compartir bibliotecas y enviar enlaces de descarga #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1110,7 +1116,7 @@ msgstr "Borrar Contacto" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Seguro que quiere borrar %s ?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1181,219 +1187,227 @@ msgstr "El mensaje de verificación es muy largo (máximo 255 caracteres)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" no es un nombre válido" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Solo puede crear %d grupos.Actualizar cuenta." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Ya existe un grupo con ese nombre" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Fallo al renombrar el grupo, el nombre del grupo sólo puede contener letras, números y guión bajo" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Grupo renombrado correctamente a \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "Email %s es invalido." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Sólo los administradores pueden hacer público el grupo" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "El mensaje no existe" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Usted no tiene los permisos adecuados" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Sólo puedes invitar %d miembros. Actualizar cuenta." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Fallo al agregar a %s, no está registrado." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Agregado correctamente. Se envió un correo" msgstr[1] "Agregado correctamente. Se enviaron %(count)s correos." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Agregado correctamente." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Fallo al agregar, %s no es un correo válido." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Fallo al agregar, %s no está registrado." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Operación correcta." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Falló: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Error: id de grupo erróneo" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Error: el grupo no existe." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Posteado exitosamente en %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Error: no estás en el grupo %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Error: la biblioteca no existe." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Error: sin ruta" -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "No se pudo crear: el grupo no existe." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "No se pudo crear: no estás en ningún grupo." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "No se pudo crear" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "No se pudo crear: error interno." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Ya estás en el grupo." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Petición enviada correctamente al administrador." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "El archivo no existe" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"Wiki\" Activado correctamente" -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"Wiki\" Desactivado correctamente" -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Fallo al crear la pagina wiki. Intente más tarde." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Error interno del servidor" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "No existe la wiki" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Fallo al crear pagina de inicio. Intente más tarde." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "" -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki no encontrado" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "La página \"%s\" ya existe." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "" -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "" @@ -1440,23 +1454,23 @@ msgstr "No puede estar en blanco ni ser mayor a 2048 caracteres." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1464,7 +1478,7 @@ msgstr "Cancelar" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Habilitar Modulo" @@ -1475,9 +1489,9 @@ msgstr "Este grupo es público." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1485,12 +1499,12 @@ msgstr "Bibliotecas" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Archivos" @@ -1565,8 +1579,7 @@ msgstr "Seguro que desea eliminar esta discusión?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Sí" @@ -1574,8 +1587,7 @@ msgstr "Sí" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "No" @@ -1595,7 +1607,7 @@ msgstr "Fallo al eliminar:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Falló." @@ -1603,15 +1615,15 @@ msgstr "Falló." msgid "Recent Changes" msgstr "Cambios recientes" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nueva biblioteca" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1620,11 +1632,11 @@ msgstr "Nueva biblioteca" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1634,47 +1646,47 @@ msgstr "Nueva biblioteca" msgid "Description" msgstr "Descripción" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Última actualización" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Compartida por" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Descargar y Sincronizar" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1683,46 +1695,46 @@ msgstr "Descargar y Sincronizar" msgid "Unshare" msgstr "Dejar de compartir" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "No hay bibiliotecas compartidas en este grupo" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Puede compartir bibliotecas haciendo click en \"Nueva Biblioteca\" o en el icono \"Compartir\" de la lista de bibliotecas." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Las bibliotecas compratidas con lectura habilitada pueden ser descargadas y sincronizadas por otros miembros del grupo. Las bibliotecas de solo lectura solo pueden descargarse, las actualizaciones locales no serán reflejadas." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Biblioteca" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Modificado el" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Modifico" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1733,7 +1745,7 @@ msgstr "Modifico" msgid "Details" msgstr "Detalles" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1746,7 +1758,7 @@ msgstr "Detalles" msgid "None" msgstr "Ninguno" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1755,29 +1767,29 @@ msgstr "Ninguno" msgid "Unknown" msgstr "Desconocido" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "está encriptado" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Contraseña:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "El password será almacenado en el servidor por 1 hora." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Dejar de compartir biblioteca" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Seguro que quiere dejar de compartir %s?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1795,11 +1807,11 @@ msgstr "Seguro que quiere dejar de compartir %s?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1843,7 +1855,7 @@ msgstr "Administradores" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Configuraciones" @@ -1861,7 +1873,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Cambiar" @@ -1871,7 +1883,7 @@ msgstr "Cambiar" msgid "Rename" msgstr "Renombrar" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Revocar Público" @@ -1919,7 +1931,7 @@ msgstr "Borrar miembro" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "Seguro que quiere borrar %s?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1948,7 +1960,7 @@ msgid "Name: " msgstr "Nombre:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2021,7 +2033,7 @@ msgid "Choose a library as wiki:" msgstr "" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Haga click y escoja una biblioteca." @@ -2087,13 +2099,13 @@ msgid "Are you sure you want to delete this page?" msgstr "" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Se requiere nombre." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Se requiere descripción." @@ -2102,37 +2114,47 @@ msgstr "Se requiere descripción." msgid "Tips" msgstr "Consejos" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Después de crear un grupo, puede agregar miembros y compartir bibliotecas en el." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Mis grupos" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Nuevo Grupo" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Tiempo:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "No está en ningún grupo" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Puede crear un grupo dando click en el enlace \"Nuevo Grupo\". El grupo es un lugar para intercambiar mensajes y colaborar en bibliotecas con sus contactos," +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nombre del grupo" @@ -2164,7 +2186,7 @@ msgid "Add administrators" msgstr "Agregar administradores" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Ingrese o selecciones los correos." @@ -2443,21 +2465,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Los servidores Seafile no almacenan la contraseña para un biblioteca encriptada. Para ver la biblioteca compartida en linea necesita ingresar la contraseña de la biblioteca. Esta contraseña se almacena en la memoria encriptada del servidor, de donde se borrará en una hora. Después, para ver la librería, debe ingresar la contraseña de nuevo." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "se requiere mensaje" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "se requiere contacto" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "No puede enviarse un mensaje a si mismo." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Fallo el enviar mensaje al usuario %s, usuario no encontrado." @@ -2468,13 +2490,13 @@ msgstr "Nuevo Mensaje" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Mensaje" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2492,10 +2514,6 @@ msgstr "enviar a: click para seleccionar contactos" msgid "please add contacts at first" msgstr "agregue contactos primero" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Fallo en la busqueda de contactos para el mensaje." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Enviar un mensaje..." @@ -2524,7 +2542,7 @@ msgstr "%(user)s compartió el archivo %(file_name)s con #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Error interno" @@ -2551,7 +2569,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2562,7 +2580,7 @@ msgid "" "%(join_request_msg)s" msgstr "El usuario %(username)s solicitó unirse al grupo %(group_name)s, mensaje de verificación: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Todos los avisos eliminados." @@ -2679,11 +2697,15 @@ msgstr "Borrar notificación" msgid "Notices" msgstr "Notificaciones" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Limpiar" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Más" @@ -2693,27 +2715,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Seleccione como desea ver las bibliotecas encriptadas en linea:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Enviar contraseñas al servidor." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Los archivos se desencriptan en el servidor antes de enviarselos." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Guardar contraseñas en el navegador." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Los archivos serán desencriptados cuando se descargen." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2745,7 +2767,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "\"%s\" definida correctamente como biblioteca predeterminada." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Configuración del perfil" @@ -2758,75 +2780,75 @@ msgstr "Perfil" msgid "Language" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Bibliotecas Encriptadas" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Sub-Biblioteca" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Biblioteca predeterminada." -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Eliminar Cuenta" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Contraseña:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Actualizar" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nombre:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Mi información:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Departamento:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telefono:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Configuracion de Bibliotecas Encriptadas" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Como ver bibliotecas encriptadas en linea." -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Configurar Sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Activar sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2835,7 +2857,7 @@ msgid "" "library." msgstr "Esta función permite sincronizar selectivamente una carpeta dentro de una biblioteca. Una sub-biblioteca puede ser creada a partir de cualquier carpeta. Después de ser creada, se listará en el cliente de escritorio y puede descargarse como una biblioteca normal. Se mantendrá sincronizado automaticamente con su biblioteca original." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2843,33 +2865,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Las sub-bibliotecas también se usan cuando se comparte una carpeta con un usuario o un grupo. Sin esta opción habilitada, se crea automaticamente una sub-biblioteca oculta. Con la opción habilitada, estas sub-bibliotecas también se listaran, lo que permite administrarlas." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Configuración predeterminada de biblioteca" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Su biblioteca predeterminada:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "La biblioteca predeterminada es el lugar donde se almacenarán sus documentos e imagenes personales." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Escoja Biblioteca Predeterminada" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Esta operacion no se puede revertir. Está seguro?" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Escoja biblioteca predeterminada:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Seguro que desea eliminar su cuenta?" @@ -2893,197 +2915,208 @@ msgid "Self-introduction" msgstr "Auto-descripción" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Departamento" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telefono" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "La dirección de correo no debe superar los 512 caracteres" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Fallo al compartir con los miembros, intente más tarde." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Compartido correctamente con todos los miembros, verifique en Compartidos" -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" ya se encuentra en el grupo %(group)s. Ver" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Fallo al compartir %(repo)s con %(group)s, intente más tarde." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "No puede compartir bibliotecas consigo mismo." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "No se pudo compartir %s, el correo no está registrado." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Fallo al compartir con %s, intente más tarde." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Sólo el propietario de la biblioteca puede compartirla." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Fallo al compartir \"%s\", cuota insuficiente. Actualizar cuenta" -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Argumento inválido" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Fallo al remover compartido" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "id de grupo no válido" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Fallo al dejar de compartir: el grupo no existe." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Compartido removido correctamente" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "Todos los miembros" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Argumentos inválidos" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "No puede compartir la librería usando ese método." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Removido correctamente" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "El enlace no existe" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Fallo al enviar el enlace compartido. El servicio de correo electrónico no está adecuadamente configurado, por favor, contacte al administrador" -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Error interno del servidor: no se pudo enviar" -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Envíado correctamente." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Elija un directorio." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Guardado correctamente." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Fallo al compartir con \"%s\", usuario no encontrado." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Compartido correctamente %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Se dejó de compartir \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "No tiene permiso suficiente para guardar %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Fallo al obtener el enlace, intente más tarde." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Permiso denegado" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "El envío del enlace de subida falló. El servicio de Email no está configurado apropiadamente, contacte al administrador." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -3102,7 +3135,6 @@ msgstr "Enlaces de subida" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Visitas" @@ -3116,8 +3148,6 @@ msgstr "Ver" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Remover" @@ -3147,7 +3177,7 @@ msgid "Folders - Share" msgstr "Carpetas - Compartir" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Carpetas" @@ -3173,13 +3203,13 @@ msgstr "Puede compartir solamente una carpeta con un usuario registrado si no qu #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Editado correctamente" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Fallo al editar." @@ -3191,33 +3221,33 @@ msgstr "Archivos - Compartir" msgid "From Others" msgstr "De Otros" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Para Otros" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "De" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "No hay archivos compartidos con usted" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Los archivos individuales que le han sido compartidos serán listados aqui, puede descargarlos o guardarlos en alguna biblioteca." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Para" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "No tiene enlaces de descarga privados" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3244,7 +3274,8 @@ msgid "Shares" msgstr "Compartidos" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Información básica" @@ -3271,7 +3302,7 @@ msgstr "No tiene bibliotecas compartidas con %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "La página solicitada no puede ser encontrada." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Actividades" @@ -3301,49 +3332,6 @@ msgstr "Administración del Sistema" msgid "All Groups" msgstr "Todos los grupos" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Clientes" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nombre del Cliente" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "ÚItima Sincronización" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "No sincronizadas" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Desincronizar" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Realmente desea desincronizarla?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "No tiene ningun cliente conectado" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Aqui se listan los clientes desktop con bibliotecas sincronizadas, aparece su nombre e IP. Si quiere evitar la sincronizacion debe configurarlo en el cliente de escritorio." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Desincronizada correctamente." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3368,7 +3356,7 @@ msgid "Please enter the password." msgstr "Por favor ingrese contraseña." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "" @@ -3380,6 +3368,10 @@ msgstr "" msgid "Device Name" msgstr "" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "" @@ -3420,11 +3412,10 @@ msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3753,8 +3744,7 @@ msgid "Password is required." msgstr "Contraseña requerida" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3777,7 +3767,6 @@ msgstr "Ruta actual:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3843,6 +3832,7 @@ msgid "snapshots" msgstr "Instantáneas" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "Historial" @@ -3864,12 +3854,13 @@ msgstr " papelera" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Regresar a la biblioteca" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3880,28 +3871,28 @@ msgstr "Ruta actual:" msgid "Personal" msgstr "Personal" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Marcado" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Wiki Personal" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Admin de Compartidos" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Enlaces" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Grupo" @@ -3919,27 +3910,34 @@ msgstr "No tiene bibliotecas compartidas" msgid "Welcome to Seafile!" msgstr "Bienvenido a Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile organiza los archivos en bibliotecas. Cada biblioteca se puede sincronizar y compartir por separado. Se creo una biblioteca personal. Puedes crear más despúes." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Cerrar" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Actualmente no tiene niguna biblioteca" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "" @@ -4047,7 +4045,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "El tamaño del archivo debe ser menor a %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Guardando..." @@ -4055,7 +4053,7 @@ msgstr "Guardando..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Actualizar %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4115,7 +4113,7 @@ msgstr "Por favor, seleccione un directorio con un click." #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "Renombrar %(name)s como:" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4154,7 +4152,7 @@ msgid "Empty file upload result" msgstr "Resultado de subida incompleto" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Error" @@ -4178,22 +4176,22 @@ msgstr "Procesando…" #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "%(name)s y otros %(amount)s elementos borrados correctamente." +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "%(name)s eliminado correctamente." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Error interno. Fallo al borrar %(name)s y otros %(amount)s elementos." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Error interno. Fallo al borrar %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4203,56 +4201,56 @@ msgstr "Mover los directorios/archivos selecionados a:" msgid "Copy selected directories/files to:" msgstr "Copiar directorios/archivos selecionados a:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Ruta de destino inválida" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "%(name)s y otros %(amount)s elementos movidos correctamente." +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "%(name)s movido correctamente." +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "%(name)s y otros %(amount)s elementos copiados correctamente." +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "%(name)s copiados correctamente." +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Error interno. Fallo al mover %(name)s y otros %(amount)s elementos." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Error interno. Fallo al mover %(name)s." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Error interno. Fallo al copiar %(name)s y otros %(amount)s elementos." +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Error interno. Fallo al copiar %(name)s." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "" -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "" @@ -4276,7 +4274,7 @@ msgstr "" msgid "Failed to copy %(f_num)s items." msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "" @@ -4291,117 +4289,118 @@ msgstr "Error al encriptar." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Encriptando, %(num)s% completo." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Subiendo archivo..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Terminado!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Descargando..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Descargando, %(num)s% completo." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Desencriptando..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Desencriptando, %(num)s% completo." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Eliminados correctamente %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Renombrar Archivo" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Renombrar Directorio" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Copiar Archivo" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Mover Archivo" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Copiar Directorio" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Mover Directorio" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Copiar %(name)s a:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Mover %(name)s a:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "La descarga de directorio no está permitida en esta biblioteca." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "desmarcado" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Descargando..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Desencriptando..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Renombrar Archivo" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Renombrar Directorio" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Copiar Archivo" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Mover Archivo" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Copiar Directorio" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Mover Directorio" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "La descarga de directorio no está permitida en esta biblioteca." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "marcado" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Es requerido." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Defina un nombre, no solamente la extensión." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Creando..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "No se ha renombrado." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "%(old_name)s renombrados a %(new_name)s correctamente" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "" -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Seleccione al menos un contacto." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Ingrese o seleccione correos/grupos." @@ -4468,110 +4467,77 @@ msgstr "todos" msgid "Delete Time" msgstr "Borrar fecha" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Transferer Propiedad" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Configuraciones de la biblioteca" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Mantener historial completo" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "No mantener historial" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Sólo mantener un período del historial:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "días" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Tranferir esta biblioteca a otro usuario:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Subir archivo..." - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Regresar al historial de modificaciones" @@ -4655,8 +4621,7 @@ msgstr "Marcadas" msgid "icon" msgstr "icono" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Desmarcar" @@ -4711,41 +4676,58 @@ msgstr "para" msgid "Sorry, this user is not registered yet." msgstr "Este usuario no está registrado aún." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Compartir" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Marcar" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "actualizó este archivo" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "Único contribuyente" msgstr[1] " %(counter)s colaboradores" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Desmarcado correctamente" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Marcado correctamente" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Agregar discusión al grupo" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "discusión" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Seleccione al menos 1 grupo." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Ingrese un tópico" #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4869,15 +4851,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Fallo al refrescar el CAPTCHA. Intente más tarde." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "El correo no puede estar en blanco" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "La cntraseña no puede estar en blanco" @@ -4916,10 +4899,47 @@ msgid "New Password: " msgstr "Nueva contraseña:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Confirmar contraseña:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Escriba la contraseña nuevamente" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Las contraseñas no concuerdan" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Contraseña restablecida correctamente" @@ -4994,30 +5014,15 @@ msgstr "Registrar" msgid "Welcome back, you are already signed in." msgstr "Bienvenido otra vez, sesión iniciada." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Confirmar contraseña" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Escriba la contraseña nuevamente" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Las contraseñas no concuerdan" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "no está soportado. Por favor, seleccione un archivo de imagen." @@ -5034,110 +5039,86 @@ msgstr "es demasiado extenso. Tamaño máximo permitido es 1 MB." msgid "Discuss" msgstr "Comentar" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Seleccione al menos 1 grupo." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Ingrese un tópico" - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "Compartir %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Enlace de descarga" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Link de subida" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Compartido Privado" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(al menos %(repo_password_min_length)s caracteres)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Repetir contraseña" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Generar" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Enlace:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Enviar" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Envíar a:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Correos separados por ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Enviando…" -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Puede compartir el enlace generado con otros para que puedan subir archivos a esta carpeta." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Link de Subida:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Agregar discusión al grupo" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "discusión" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Detalles de modificación" @@ -5170,43 +5151,52 @@ msgstr "Directorios eliminados" msgid "Unknown error." msgstr "Eror desconocido" -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Mías" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Sub-bibliotecas" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Compartidas" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Compartir" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "No ha creado ninguna biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Puede crear una biblioteca para organizar sus archivos. Por ejemplo, puede crear una para proyecto. Cada biblioteca puede ser sincronizada y compartida separadamente." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Origen" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "No ha creado ninguna sub-biblioteca" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5234,6 +5224,22 @@ msgstr "mostrar outline" msgid "Document convertion failed." msgstr "Falló la conversión del documento " +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Compartir permisos" @@ -5251,14 +5257,14 @@ msgid "Description is required" msgstr "Descripción requerida" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Ingrese una contraseña" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Contraseña demasiado corta" @@ -5269,7 +5275,11 @@ msgstr "Borrado correctamente." #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "¿Seguro que desea borrar %(lib_name)s?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Subir archivo..." #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5287,7 +5297,7 @@ msgstr "Más Opciones" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "Compartir %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5390,23 +5400,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Seleccione al menos un tipo de archivo o extensión de archivo" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Seleccione contactos" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Ingrese al menos un correo." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5454,7 +5456,7 @@ msgstr "Transferir Biblioteca" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "Transferir %(lib_name)s a:" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5529,9 +5531,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Espacio utilizado" @@ -5611,42 +5613,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Activando..., por favor espere" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Las contraseñas no concuerdan" @@ -5667,37 +5693,37 @@ msgstr "" msgid "Status" msgstr "Estado" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Creado el / Último incio" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Activo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inactivo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Restaurar contraseña" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Revocar Privilegios" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Definir Administrador" @@ -5754,23 +5780,23 @@ msgstr "Borrar usuario" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "¿Está seguro que desea restablecer la contraseña de %s?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Seguro que desea revocar los privilegios de administracion de %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "¿Seguro que desea establecer a %s como administrador?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Editado correctamente, se envio un email." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5808,408 +5834,401 @@ msgstr "wiki-personal" msgid "Personal Wiki Pages" msgstr "Paginas de Wiki Personales" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "error de permiso" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Error al ver la papelera" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Fallo al editar la información de la biblioteca." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Fallo al guardar las configuraciones del servidor" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Configuraciones guardadas." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Nombre de usuario %s invalido." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Usuario %s no encontrado." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "La biblioteca %(repo_name)s se transfirió a %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "El nombre de archivo contiene caracteres inválidos" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Nombre de archivo duplicado" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "El tamaño del archivo sobrepasa el límite" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "El espacio del propietario se agotó, no se pudo subir el archivo" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Ocurrió un error durante la transferencia del archivo" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "URL inválido" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Fallo al ver las modificaciones de la biblioteca" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Fallo al ver historial de biblioteca" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "No tiene permisos para restaurar la biblioteca" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Por favor, especifique el ID del historial" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "La biblioteca no existe" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "El historial especificado no existe" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Error desconocido" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Mi Biblioteca" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Fallo al dejar de compartir biblioteca, no existe." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Se dejó de compartir \"%s\" correctamente." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Fallo al dejar de compartir \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Fallo al borrar el archivo." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s borrado correctamente." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Error interno. No se pudo borrar: %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Imposible acceder al archivo" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Restablecido correctamente %(path)s al directorio raíz." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "%(path)s restablecido correctamente" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Restablecido correctamente %(path)s al directorio raíz." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Error interno" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Imposible descargar directorio \"%s\": tamaño excedido." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Imposible descargar \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"Wiki Personal\" activado correctamente." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"Wiki Personal\" Desactivado correctamente" -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "No tiene permiso para acceder a la biblioteca." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "No hay ruta." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "El grupo no existe" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Permiso denegado" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "La biblioteca no existe." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Persmiso denegado." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Biblioteca encriptada." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Error: no hay head commit id" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argumento faltante." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "La ruta de destino es demasiado larga." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "%(name)s movido correctamente ver" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "%(name)s copiado correctamente ver" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo mover el directorio %(src)s al subdirectorio %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "No se pudo copiar el directorio %(src)s al subdirectorio %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "La ruta de destino de %s es demasiado larga." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Falllo al conseguir lista de bloques" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "repo id incorrecto" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "" -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "No hubo conflictos al unir." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "Error HTTP: No se pudo abrir el archivo en línea" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Error URL: No se pudo abrir el archivo en línea" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "La codificación elegida no es correcta." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Codificación de archivo desconocida" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "El tamaño del archivo sobrepasa %s, no se puede abrir en linea." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Imposible visualizar el archivo" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Formato de archivo invalido." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "La biblioteca no existe." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "La biblioteca está encriptada." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Imposible editar el archivo" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "El archivo no existe." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Este tipo de archivo no se puede editar en línea." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Fallo al definir cuota: error interno" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Borrado correctamente %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Fallo al borrar: no existe el usuario" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s asignado como administrador" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Fallo al definir administrador: el usuario no existe" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Los permisos de administrador de %s fueron revocados" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Fallo al revocar admin: el usuario no existe" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "\"%s\" activado correctamente." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Fallo al activar: el usuario no existe." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "\"%s\" desctivado correctamente" -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Fallo al desactivar: el usuario no existe" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Contraseña restablecida correctamente %(passwd)s, un correo fue enviado a %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Contraseña restablecida a %(passwd)s, pero hubo un fallo al enviar el correo a %(user)s, revise su configuracion de email." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Contraseña de %(user)s restablecida a %(passwd)s correctamente." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6217,70 +6236,74 @@ msgid "" "configured." msgstr "Contraseña de o %(user)s restablecida a %(passwd)s. Pero el correo de notificación no pudo ser enviado, porque el servicio de correo no está configurado correctamente." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Fallo al cambiar la contraseña: el usuario no existe." -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "El usuario %s fue agregado correctamente. Se ha enviado un correo de aviso." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "El usuario %s fue agregado correctamente. Pero hubo un error al enviar la notificación; por favor, revise la configuración del correo." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "El usuario %s fue agregado correctamente." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "El usuario %s fue agregado correctamente. Pero el correo de aviso no pudo ser envíado, el servicio de correo no esta configurado." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Transferido correctamente." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Fallo al transferir, usuario %s no encontrado" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Fallo al transferir, argumentos inválidos." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index 7bce903a01..c43484696d 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -15,9 +15,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-07-23 10:09+0000\n" -"Last-Translator: Pierrick B. \n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" +"Last-Translator: zheng xie \n" "Language-Team: French (http://www.transifex.com/projects/p/seahub/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,122 +25,115 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Un utilisateur avec cette adresse email existe déjà" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "Les deux mots de passe ne correspondent pas." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Le nom ne peut être vide" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Le nom est trop long (le maximum est de 255 caractères)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "La description ne peut être vide" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "La description est trop longue (le maximum est de 100 caractères)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Le nom %s n'est pas valide" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argument manquant" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "L'ancien nom est requis" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "C'est trop long." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "C'est requis." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Le nom \"%s\" n'est pas valide" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "L'ID du repo est requis" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Le nom d'utilisateur est requis" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "le mot de passe ne peut pas être vide" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Mauvais format de l'url" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Le mot de passe est erroné" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Erreur interne du serveur" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Erreur de déchiffrement de la bibliothèque" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "L'adresse email est obligatoire" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Le quota ne peut être vide" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Le quota est trop faible (la valeur minimale est 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Le nom de la bibliothèque est requis" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "La description de la bibliothèque est requise" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Veuillez entrer un numéro" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Saisissez un mot de passe correct." - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -214,22 +207,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -239,7 +236,7 @@ msgstr "Organisation des fichiers de collaboration d'équipe" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Discussion" @@ -259,10 +256,10 @@ msgstr "Discussion" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -277,11 +274,9 @@ msgstr "Fichier" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -304,7 +299,7 @@ msgstr "Pas de discussions." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -317,34 +312,31 @@ msgstr "Chargement..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Échec. Vérifiez le réseau." @@ -387,6 +379,7 @@ msgid "Deleted library %(library_name)s" msgstr "Bibliothèque %(library_name)s supprimée" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Veuillez vérifiez le réseau." @@ -399,7 +392,7 @@ msgstr "Nouvelles réponses" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Messages" @@ -427,7 +420,7 @@ msgstr "Dates importantes" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -443,94 +436,103 @@ msgstr "Mot de passe modifié avec succès." msgid "Change password: %s" msgstr "Changer mot de passe : %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Veuillez vous connecter." + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nom d'utilisateur" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Mot de passe" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Entrez une adresse mail valide." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Veuillez entrer un nom d'utilisateur correct et le mot de passe. Notez que les deux champs sont sensibles à la casse." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Ce compte est inactif." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Votre navigateur ne semble pas avoir les cookies activés. Les cookies sont requis pour se connecter." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "Adresse email" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Échec d'envoi de l'email, le service de courrier électronique n'est pas correctement configuré, veuillez contacter l'administrateur." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Cette adresse email n'a pas de compte d'utilisateur associé. Êtes-vous certain d'être enregistré ?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "Impossible de réinitialiser le mot de passe, veuillez contacter votre administrateur LDAP." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Mot de passe réinitialisé sur %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nouveau mot de passe" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Confirmation du nouveau mot de passe" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Les deux mots de passe ne correspondent pas." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Ancien mot de passe" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Votre ancien mot de passe n'a pas été correctement saisi. Veuillez l'entrer à nouveau." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Mot de passe (encore)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Déconnecté" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Échec de l'envoi de l'email, veuillez contacter l'administrateur." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "Impossible de mettre à jour votre mot de passe, veuillez contacter votre administrateur LDAP." @@ -632,7 +634,7 @@ msgstr "Avatar actuel : " #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -640,7 +642,7 @@ msgstr "Avatar actuel : " #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -649,29 +651,30 @@ msgstr "Avatar actuel : " #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -679,8 +682,8 @@ msgstr "Avatar actuel : " #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -703,31 +706,35 @@ msgstr "%(avatar_creator)s a mis à jour son avatar msgid "You have updated your avatar %(avatar)s." msgstr "Vous avez mis à jour votre avatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Adresse email" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Cette valeur doit être de longueur 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Un utilisateur avec cette adresse email existe déjà" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Id d'utilisateur non valide." -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nom" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "département" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "téléphone" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "note" @@ -788,7 +795,7 @@ msgstr "Retour du fichier \"%(file)s\" à son état du %(time)s." msgid "Recovered deleted directory" msgstr "Récupération du dossier supprimé" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Le nom de la bibliothèque ou sa description a changé" @@ -799,8 +806,8 @@ msgstr "Fusion automatique par Seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "À l'instant" @@ -833,10 +840,10 @@ msgstr[0] "Il y a %(seconds)d seconde" msgstr[1] "Il y a %(seconds)d secondes" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -850,11 +857,11 @@ msgstr[1] "Il y a %(seconds)d secondes" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -865,9 +872,9 @@ msgid "Read-Write" msgstr "Lecture / Écriture" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -887,7 +894,7 @@ msgid "Email is required." msgstr "L'adresse email est requise." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "\"%s\" n'est pas une adresse email valide" @@ -920,7 +927,7 @@ msgstr "%s supprimé avec succès" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Contacts" @@ -935,7 +942,7 @@ msgid "Email " msgstr "Email " #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -944,23 +951,22 @@ msgstr "Email " #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -978,12 +984,12 @@ msgid "Name" msgstr "Nom" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Remarque" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -992,28 +998,26 @@ msgstr "Remarque" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Opérations" @@ -1026,8 +1030,10 @@ msgstr "Opérations" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Modifier" @@ -1041,21 +1047,21 @@ msgstr "Modifier" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Supprimer" @@ -1074,12 +1080,12 @@ msgstr "En ajoutant vos contacts, vous pourrez rapidement partager des biblioth #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1115,7 +1121,7 @@ msgstr "Supprimer le contact" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Êtes-vous certain de vouloir supprimer %s ?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1186,219 +1192,227 @@ msgstr "Le message de vérification est trop long (le maximum est de 255 caract msgid "\"%s\" is not a valid name" msgstr "\"%s\" n'est pas un nom valide" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Vous pouvez seulement créer %d groupes.Mettre à niveau." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Un groupe portant ce nom existe déjà." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Impossible d'exclure le groupe, veuillez réessayer plus tard." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Groupe exclu avec succès." -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Impossible de renommer le groupe, le nom du groupe peut uniquement contenir des lettres, nombres ou souligné" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Groupe renommé avec succès en \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "%s n'est pas une adresse mail valide" -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Seul un administrateur peut rendre ce groupe public." -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Le message n'existe pas" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Vous n'avez pas la permission." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Vous êtes invité à joindre le groupe sur %s" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Ajout impossible, %s n'est pas dans l'organisation actuelle." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Vous pouvez seulement inviter %d membres.Mettre à niveau." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Impossible d'ajouter, %s n'est pas inscrit." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Ajouté avec succès. Un email a été envoyé." msgstr[1] "Ajouté avec succès.%(count)s emails ont été envoyés." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Ajouté avec succès." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Impossible d'ajouter, %s n'est pas une adresse mail valide" -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Impossible d'ajouter, %s n'est pas enregistré." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Opération réussie." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Échec : %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Erreur : mauvais id de groupe" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Erreur : le groupe n'existe pas." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Posté avec succès au groupe %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Erreur : vous n'êtes pas dans le groupe %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Erreur : la bibliothèque n'existe pas." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Erreur : aucun chemin." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Impossible de créer : le groupe n'existe pas." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Impossible de créer : vous n'êtes pas dans le groupe." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Impossible de créer." -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Impossible de créer : erreur interne." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Vous êtes déjà dans le groupe." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Envoyé avec succès, le groupe admin va le traiter." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr " Une discussion est demandée. " -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Le fichier n'existe pas" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"Wiki\" activé avec succès." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"Wiki\" désactivé avec succès." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Impossible de créer la page du wiki. Veuillez réessayer plus tard." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Erreur interne du serveur." -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Le Wiki n'existe pas." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Impossible de créer la page d'accueil. Veuillez réessayer plus tard." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Impossible de créer le wiki." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki introuvable." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "La page \"%s\" existe déjà." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" supprimé avec succès" -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Echec de la suppression de \"%s\", veuillez réessayer plus tard." @@ -1445,23 +1459,23 @@ msgstr "Il ne peut pas être vide et ne doit pas faire plus de 2048 caractères. #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1469,7 +1483,7 @@ msgstr "Annuler" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Activer les modules" @@ -1480,9 +1494,9 @@ msgstr "Ce groupe est public." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1490,12 +1504,12 @@ msgstr "Bibliothèques" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Fichiers" @@ -1570,8 +1584,7 @@ msgstr "Voulez-vous vraiment supprimer cette discussion ?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Oui" @@ -1579,8 +1592,7 @@ msgstr "Oui" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Non" @@ -1600,7 +1612,7 @@ msgstr "Impossible de supprimer : " #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Échec." @@ -1608,15 +1620,15 @@ msgstr "Échec." msgid "Recent Changes" msgstr "Changements récents" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nouvelle bibliothèque" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1625,11 +1637,11 @@ msgstr "Nouvelle bibliothèque" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1639,47 +1651,47 @@ msgstr "Nouvelle bibliothèque" msgid "Description" msgstr "Description" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Mis à jour" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Partagé par" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Télécharger et synchroniser" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1688,46 +1700,46 @@ msgstr "Télécharger et synchroniser" msgid "Unshare" msgstr "Annuler le partage" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Aucune bibliothèque partagée avec ce groupe" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Vous pouvez partager des bibliothèques en cliquant sur le bouton ci-dessus \"Nouvelle bibliothèque\" ou sur l'icône \"Partage\" dans votre liste de bibliothèques." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Les bibliothèques partagées en écriture peuvent être téléchargées et synchronisées par d'autres membres de groupe. Les bibliothèques en lecture seule peuvent seulement être téléchargées, les mises à jour par d'autres ne seront pas envoyées." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Bibliothèque" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Modifié à" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Modificateur" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1738,7 +1750,7 @@ msgstr "Modificateur" msgid "Details" msgstr "Détails" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1751,7 +1763,7 @@ msgstr "Détails" msgid "None" msgstr "Aucun" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1760,29 +1772,29 @@ msgstr "Aucun" msgid "Unknown" msgstr "Inconnu" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "est chiffrée" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Mot de passe : " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "Le mot de passe est conservé sur le serveur pendant 1 heure." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Annuler le partage de la bibliothèque" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Êtes-vous certain de ne plus vouloir partager %s ?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1800,11 +1812,11 @@ msgstr "Êtes-vous certain de ne plus vouloir partager %s ?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1848,7 +1860,7 @@ msgstr "Administrateurs" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Paramètres" @@ -1866,7 +1878,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Changer" @@ -1876,7 +1888,7 @@ msgstr "Changer" msgid "Rename" msgstr "Renommer" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Rendre privé" @@ -1924,7 +1936,7 @@ msgstr "Supprimer des membres" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "Voulez-vous vraiment supprimer %s ?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1953,7 +1965,7 @@ msgid "Name: " msgstr "Nom : " #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2026,7 +2038,7 @@ msgid "Choose a library as wiki:" msgstr "Choisissez une librairie comme wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Veuillez cliquer puis choisissez une bibliothèque." @@ -2092,13 +2104,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Êtes-vous sur de vouloir supprimer cette page ?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Le nom est requis." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "La description est requise." @@ -2107,37 +2119,47 @@ msgstr "La description est requise." msgid "Tips" msgstr "Conseils" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Après avoir créé un groupe, vous pouvez ajouter des membres et partager des bibliothèques avec eux." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Mes groupes" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Nouveau groupe" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Date :" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Vous n'êtes dans aucun groupe" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Vous pouvez créer un groupe en cliquant sur le bouton \"Nouveau groupe\". Le groupe est un espace pour vous et vos contacts, vous pouvez y laisser des messages et collaborer sur les bibliothèques." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nom du groupe" @@ -2169,7 +2191,7 @@ msgid "Add administrators" msgstr "Ajouter des administrateurs" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Veuillez entrer des adresses mails ou les sélectionner." @@ -2448,21 +2470,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Les serveurs Seafile ne stockent pas le mot de passe d'une bibliothèque chiffrée. \n\nPour voir une bibliothèque chiffrée en ligne, vous devez fournir le mot de passe. Votre mot de passe est seulement stocké dans la mémoire chiffrée du serveur. \n\nLe mot de passe sera supprimé de la mémoire dans une heure. Après cela, si vous voulez voir la bibliothèque, vous devrez entrer le mot de passe à nouveau." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "un message est requis" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "Un contact est requis" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Vous ne pouvez pas envoyer de messages à vous-même." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Échec de l'envoi du message à %s, l'utilisateur n'existe pas." @@ -2473,13 +2495,13 @@ msgstr "Nouveau Message" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Message" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2497,10 +2519,6 @@ msgstr "Envoyer à : cliquez pour sélectionner les contacts" msgid "please add contacts at first" msgstr "Veuillez d'abord ajouter des contacts." -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Échec de la récupération des contacts pour envoyer un message." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Envoi du message..." @@ -2529,7 +2547,7 @@ msgstr "%(user)s a partagé un fichier nommé %(file_name)sdiscussion de groupe a une nouvelle réponse. #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s a répondu à votre discussion de groupe." +msgid "%(user)s replied the group discussion." +msgstr "" #: seahub/notifications/models.py:677 #, python-format @@ -2567,7 +2585,7 @@ msgid "" "%(join_request_msg)s" msgstr "L'utilisateur %(username)s a demandé à rejoindre un groupe %(group_name)s, message de vérification: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Effacement de toutes les notifications avec succès." @@ -2684,11 +2702,15 @@ msgstr "Supprimer la notification" msgid "Notices" msgstr "Notifications" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Effacer" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Plus" @@ -2698,27 +2720,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Veuillez choisir comment voir les bibliothèques chiffrées en ligne : " #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Envoyer les mots de passe au serveur." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Les fichiers seront déchiffrés sur le serveur avant de vous être envoyés." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Sauvegarder les mots de passe dans votre navigateur." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Les fichiers seront déchiffrés dans votre navigateur quand vous les téléchargerez" #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2750,7 +2772,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "%s définie comme votre bibliothèque par défaut avec succès." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Paramètre du profil" @@ -2763,75 +2785,75 @@ msgstr "Profil" msgid "Language" msgstr "Langage" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Bibliothèques chiffrées" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Sous-bibliothèque" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Bibliothèque par défaut" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Supprimer le compte" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar :" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Mot de passe :" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Mettre à jour" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nom : " -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "À propos de moi :" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Département :" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "téléphone :" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Paramètre de langage" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Paramètres de la bibliothèque chiffrée" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Comment voir les bibliothèques chiffrée en ligne: " -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Paramètres de la sous-bibliothèque" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Activer les sous-bibliothèques" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2840,7 +2862,7 @@ msgid "" "library." msgstr "Cette fonctionnalité vous permet de sélectivement synchroniser un dossier à l'intérieur d'une bibliothèque. Une sous-bibliothèque peut être créée à partir de n'importe quel dossier. Après sa création, elle sera affichée dans votre client de bureau et vous pourrez la télécharger comme une bibliothèque normale. Les fichiers de la sous-bibliothèque seront automatiquement synchronisés avec ceux présents dans le dossier de la bibliothèque d'origine." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2848,33 +2870,33 @@ msgid "" "listed, which enables you to manage them." msgstr "La sous-bibliothèque est aussi utilisée pour partager un dossier avec un groupe ou un autre utilisateur. En cas de partage et sans cette option activée, une sous-bibliothèque cachée est automatiquement créée. Avec cette option activée, ces sous-bibliothèques cachées seront aussi affichées, ce qui vous permettra de les gérer." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Paramètres de la bibliothèque par défaut" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Votre bibliothèque par défaut :" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "Votre bibliothèque par défaut est l'espace par défaut où sont stockés vos images et vos documents personnels" -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Choisir la bibliothèque par défaut" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Cette opération est irréversible. Veuillez y réfléchir à deux fois !" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Choisir la bibliothèque par défaut :" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Voulez-vous vraiment supprimer ce compte ?" @@ -2898,197 +2920,208 @@ msgid "Self-introduction" msgstr "Auto-introduction" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Département" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Téléphone" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "L'email ne peut pas dépasser 512 caractères." -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Saisissez un mot de passe correct." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Échec de partage avec tous les membres, veuillez réessayer plus tard." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Partagé avec tous les membres avec succès, vous pouvez vérifier sur Partages." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" est déjà dans le groupe %(group)s. Voir" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Échec du partage de %(repo)s avec %(group)s, veuillez réessayer plus tard." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Partagé à %(group)s avec succès,vous pouvez vérifier sur Partages." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Vous ne pouvez pas partager une bibliothèque avec vous-même." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Impossible de partager avec \"%s\", utilisateur introuvable." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Impossible de partager avec %s, car l'email n'est pas enregistré." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Échec du partage avec %s, veuillez réessayer plus tard." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Partage avec %(email)s réussit,allez vérifier sur Partages." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Seul le propriétaire de la bibliothèque a l'autorisation de la partager." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Échec du partage de \"%s\", pas assez de quota. Mettez à jour le compte." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "L'argument est invalide" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Échec de suppression du partage." -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "l'id du groupe n'est pas valide." -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "L'annulation du partage a échoué : le groupe n'existe pas." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Partage supprimé avec succès" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "Tous les membres" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Arguments non valides" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "Vous ne pouvez pas partager la bibliothèque de cette façon." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Supprimé avec succès" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Le lien n'existe pas" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "L'envoi du lien partagé a échoué. Le service d'email n'est pas configuré correctement, veuillez contacter l'administrateur." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Un fichier a été partagé avec vous sur %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Un dossier est partagé avec vous sur %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Erreur interne du serveur. Échec d'envoi." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Envoyé avec succès." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Veuillez choisir un dossier." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Sauvegardé avec succès." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Impossible de partager avec \"%s\", utilisateur non trouvé." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Partage de %s avec succès." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Annulation du partage de \"%s\"avec succès." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "Vous n'avez pas l'autorisation d'annuler le partage %s" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Vous n'avez pas l'autorisation de sauvegarder %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Impossible d'obtenir le lien, veuillez réessayer plus tard." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Autorisation refusée" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "L'envoi du lien d'envoi a échoué. Le service d'email n'est pas configuré correctement, veuillez contacter l'administrateur." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un lien d'envoi a été partagé pour vous sur %s" @@ -3107,7 +3140,6 @@ msgstr "Liens d'envoi" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Visites" @@ -3121,8 +3153,6 @@ msgstr "Voir" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Supprimer" @@ -3152,7 +3182,7 @@ msgid "Folders - Share" msgstr "Dossiers - Partage" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Dossiers" @@ -3178,13 +3208,13 @@ msgstr "Vous pouvez partager un dossier seul avec un utilisateur enregistré si #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "L\\'édition a réussi" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "L'édition a échoué." @@ -3196,33 +3226,33 @@ msgstr "Fichiers - Partage" msgid "From Others" msgstr "À partir d'autres" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Aux autres" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "De" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Aucun fichier n'est partagé avec vous" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Des fichiers seuls partagés avec vous seront affichés ici et vous pourrez les télécharger ou les sauvegarder dans des bibliothèques." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Vers" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Vous n'avez pas encore de fichiers privés partagés" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3249,7 +3279,8 @@ msgid "Shares" msgstr "Partages" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Informations de base" @@ -3276,7 +3307,7 @@ msgstr "Vous n'avez pas de bibliothèque partagée avec %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "Désolé, mais la page demandée est introuvable." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Activités" @@ -3306,49 +3337,6 @@ msgstr "Administration" msgid "All Groups" msgstr "Tous les groupes" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Clients" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nom du client" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Dernière synchro" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Non synchronisé" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Désynchroniser" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Voulez-vous vraiment annuler la synchro?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Vous n'avez pas de clients connectés" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Les bibliothèques synchronisées avec le client Seafile sont affichées sur cette page. Vous pouvez voir le nom et l'adresse IP de chaque client. Vous pouvez annuler la synchronisation d'une bibliothèque par un client si vous ne voulez plus le synchroniser." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Annulation de la synchronisation avec succès" - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3373,7 +3361,7 @@ msgid "Please enter the password." msgstr "Veuillez entrer le mot de passe." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Périphériques" @@ -3385,6 +3373,10 @@ msgstr "Plateforme" msgid "Device Name" msgstr "Nom du périphérqiue" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Dernier accès" @@ -3404,7 +3396,7 @@ msgstr "Annuler le lien" #: seahub/templates/devices.html:43 #, python-format msgid "Really want to unlink %s?" -msgstr "Voulez-vous vraiment annuler le lien %s ?" +msgstr "" #: seahub/templates/devices.html:44 msgid "It will immediately stop syncing." @@ -3425,11 +3417,10 @@ msgstr "Le lien a été annulé avec succès" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3758,8 +3749,7 @@ msgid "Password is required." msgstr "Le mot de passe est requis." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3782,7 +3772,6 @@ msgstr "Chemin d'accès actuel :" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3848,6 +3837,7 @@ msgid "snapshots" msgstr "instantanés" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "historique" @@ -3869,12 +3859,13 @@ msgstr " : Corbeille" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Retour à la bibliothèque" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3885,28 +3876,28 @@ msgstr "Chemin d'accès actuel : " msgid "Personal" msgstr "Personnel" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Favoris" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Wiki personnel" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Mes Partages" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Liens" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Groupe" @@ -3924,27 +3915,34 @@ msgstr "Aucune bibliothèque n'est partagée avec vous" msgid "Welcome to Seafile!" msgstr "Bienvenue sur Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile organise les fichiers dans des bibliothèques. Chaque bibliothèque peut être synchronisée et partagée séparément. Nous avons créé une bibliothèque personnelle pour vous. Vous pourrez créer plus de bibliothèques plus tard." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Fermer" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Choisissez un dossier :" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Vous n'avez pas encore de bibliothèques" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Veuillez choisir un dossier" @@ -4052,7 +4050,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "La taille du fichier doit être plus petite que %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Enregistrement..." @@ -4060,7 +4058,7 @@ msgstr "Enregistrement..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Mettre à jour %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4120,7 +4118,7 @@ msgstr "Veuillez cliquer puis choisir un dossier." #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "Renommage de %(name)s en :" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4159,7 +4157,7 @@ msgid "Empty file upload result" msgstr "Résultat d'envoi du fichier vide" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Erreur " @@ -4183,22 +4181,22 @@ msgstr "Traitement ..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "Suppression avec succès de %(name)s et %(amount)s autres éléments." +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "Suppression avec succès de %(name)s." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Erreur interne. Impossible de supprimer %(name)s et %(amount)s autres éléments." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Erreur interne. Impossible de supprimer %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4208,80 +4206,80 @@ msgstr "Déplacer les dossiers/fichiers sélectionnés vers :" msgid "Copy selected directories/files to:" msgstr "Copier les dossiers/fichiers sélectionnés vers :" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Chemin de destination invalide" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "Déplacement réussi de %(name)s et %(amount)s autres éléments." +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "Déplacement avec succès de %(name)s." +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "Copie réussie de %(name)s et %(amount)s autres éléments." +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "Copie avec succès de %(name)s." +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Erreur interne. Impossible de déplacer %(name)s et %(amount)s autres éléments." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Erreur interne. Impossible de déplacer %(name)s." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Erreur interne. Impossible de copier %(name)s et %(amount)s autres éléments." +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Erreur interne. Impossible de copier %(name)s." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Déplacement en cours ..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Copie en cours..." #: seahub/templates/repo.html:679 #, python-format msgid "Successfully moved %(s_num)s items." -msgstr "%(s_num)s éléments déplacés avec succès." +msgstr "" #: seahub/templates/repo.html:681 #, python-format msgid "Failed to move %(f_num)s items." -msgstr "Echec du déplacement de %(f_num)s éléments. " +msgstr "" #: seahub/templates/repo.html:684 #, python-format msgid "Successfully copied %(s_num)s items." -msgstr "%(s_num)s éléments copiés avec succès." +msgstr "" #: seahub/templates/repo.html:686 #, python-format msgid "Failed to copy %(f_num)s items." -msgstr "Échec de la copie de %(f_num)s éléments. " +msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Echec" @@ -4296,117 +4294,118 @@ msgstr "Erreur lors du chiffrage." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Chiffrage de %(num)s% terminé." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Envoi ..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Terminé !" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Téléchargement ..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Téléchargement de %(num)s% terminé." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Déchiffrage ..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Déchiffrage de %(num)s% terminé." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s a été supprimé avec succès" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Renommer le fichier" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Renommer le dossier" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Copier le fichier" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Déplacer le fichier" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Copier le dossier" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Déplacer le dossier" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Copie de %(name)s vers :" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Déplacement de %(name)s vers :" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Le téléchargement de dossier n'est pas pris en charge dans cette bibliothèque." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "Retiré des favoris" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Téléchargement ..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Déchiffrage ..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Renommer le fichier" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Renommer le dossier" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Copier le fichier" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Déplacer le fichier" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Copier le dossier" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Déplacer le dossier" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Le téléchargement de dossier n'est pas pris en charge dans cette bibliothèque." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "favoris" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "C'est requis." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Seulement une extension ici, entrez un nom." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Création ..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Vous ne l'avez pas renommé." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "Renommé avec succès de %(old_name)s en %(new_name)s" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Annulé." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Veuillez sélectionner au moins un contact." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Veuillez entrer des adresses mails ou des groupes ou les sélectionner." @@ -4473,110 +4472,77 @@ msgstr "tout" msgid "Delete Time" msgstr "Date de suppression" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Retour" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Transfèrer la propriété" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Changement de mot de passe" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Liens partagés" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Paramètres de la bibliothèque" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Conserver un historique complet" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Ne pas gardez l'historique" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Ne conserver qu'une période de l'historique :" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "jours" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Transférer cette bibliothèque à un autre utilisateur :" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Changement du mot de passe de la bibliothèque:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Ancien mot de passe" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Nouveau mot de passe (Au moins %(repo_password_min_length)s caractères) " -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Mot de passe à nouveau" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Crée par" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Type" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Importer" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Cette bibliothèque n'a aucun lien partagé" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Vous pouvez générer un lien de partage depuis n'importe quel dossier/fichier. Les personnes qui recevrons ce lien pourront télécharger/envoyer des dossiers zippés ou des fichiers." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Veuillez entrer l'ancien mot de passe" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Veuillez entrer le nouveau mot de passe" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Le nouveau mot de passe est trop court" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Veuillez entrer le mot de passe à nouveau" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Les nouveaux mots de passe ne correspondent pas" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Supprimé avec succès." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Retour à l'historique des modifications" @@ -4660,8 +4626,7 @@ msgstr "Favoris" msgid "icon" msgstr "icône" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Décocher" @@ -4716,41 +4681,58 @@ msgstr "vers" msgid "Sorry, this user is not registered yet." msgstr "Désolé, cet utilisateur n'est pas encore enregistré." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Partager" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Favoris" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "mise à jour de ce fichier" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "Un participant" msgstr[1] "%(counter)s participants" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Enlevé des favoris avec succès" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Ajouté aux favoris avec succès" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Poster une discussion avec ce groupe" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "discussion " + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Veuillez sélectionnez au moins 1 groupe." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Veuillez commencer une discussion." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4874,15 +4856,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Impossible de rafraichir le CAPTCHA, veuillez essayer ultérieurement." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "L\\'adresse mail ne peut pas être vide" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Mot de passe ne peut pas être vide" @@ -4921,10 +4904,47 @@ msgid "New Password: " msgstr "Nouveau mot de passe : " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Confirmez le mot de passe : " +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Veuillez à nouveau entrer le mot de passe" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Les mots de passe ne correspondent pas" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Mot de passe réinitialisé avec succès" @@ -4999,30 +5019,15 @@ msgstr "S'inscrire" msgid "Welcome back, you are already signed in." msgstr "Bienvenue, vous êtes déjà connecté." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Confirmer mot de passe" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "S'inscrire" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Veuillez à nouveau entrer le mot de passe" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Les mots de passe ne correspondent pas" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr " n\\'est pas pris en charge. Veuillez choisir un fichier image." @@ -5039,110 +5044,86 @@ msgstr " est trop grand. La taille maximale autorisée est de 1 Mo." msgid "Discuss" msgstr "Discuter" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Veuillez sélectionnez au moins 1 groupe." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Veuillez commencer une discussion." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "Partager %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Lien de téléchargement" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Lien d'envoi" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Partage privé" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Mot de passe utilisateur" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(Au moins %(repo_password_min_length)s caractères)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Mot de passe à nouveau" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Fixer l'expiration" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Jours" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Générer" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Lien : " -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Envoyer" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Envoyer à :" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Emails, séparés par ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Message (optionnel) : " -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Envoi ..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Vous pouvez partager le lien généré avec d'autres. Ils pourront ensuite envoyer des fichiers dans ce dossier." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Lien d'envoi :" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Poster une discussion avec ce groupe" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "discussion " - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Détails de la modification" @@ -5175,43 +5156,52 @@ msgstr "Dossiers supprimés" msgid "Unknown error." msgstr "Erreur inconnue." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Personnelles" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Sous-bibliothèques" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Partagées" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Nouvelle sous-bibliothèque" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Partager" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Vous n'avez créé aucune bibliothèque." -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Vous pouvez créer une bibliothèque pour organiser vos fichiers. Vous pouvez en créer une pour chaque projet. Chaque bibliothèque peut être synchronisée et partagée séparément." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Origine" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Vous n'avez créé aucune sous-bibliothèque" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5239,6 +5229,22 @@ msgstr "voir le plan" msgid "Document convertion failed." msgstr "Échec de conversion du document." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Autorisation de partage" @@ -5256,14 +5262,14 @@ msgid "Description is required" msgstr "La description est requise" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Veuillez entrer le mot de passe" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Le mot de passe est trop court" @@ -5274,7 +5280,11 @@ msgstr "Suppression avec succès." #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "Voulez-vous vraiment supprimer %(lib_name)s ?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Importer" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5292,7 +5302,7 @@ msgstr "Plus d'opérations" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "Partager %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5395,23 +5405,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Veuillez choisir au moins un type de fichier ou saisissez au moins une extension de fichier." -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Sélectionner des contacts" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Veuillez saisir au moins un email." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Veuillez entrer des jours" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Veuillez entrer des jours valides" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5459,7 +5461,7 @@ msgstr "Transférer la bibliothèque" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "Transférer %(lib_name)s à :" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5534,9 +5536,9 @@ msgid "Number of groups" msgstr "Nombre de groupes" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Espace utilisé" @@ -5616,42 +5618,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "Envoyer le fichier csv" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Importer des utilisateurs" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Ajouter un utilisateur" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Importer des utilisateurs depuis un fichier CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Format du fichier : user@mail.com,mot_de_passe" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Veuillez choisir une fichier CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Activation..., veuillez patienter" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." -msgstr "Une nouvelle version du serveur %(v)s est disponible." +msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Les mots de passe ne correspondent pas" @@ -5672,37 +5698,37 @@ msgstr "Astuce: les emails doivent correspondre à des utilisateurs déjà ajout msgid "Status" msgstr "Statut" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Créé le / Dernière connexion" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Actif" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inactif" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Raz-Mdp" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Révoquer les droits d'administrateur" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Définir en tant qu'administrateur" @@ -5759,23 +5785,23 @@ msgstr "Supprimer l'utilisateur" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Êtes-vous certain de vouloir réinitialiser le mot de passe de %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Êtes-vous certain de vouloir supprimer les droits d'administrateur à %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "Êtes-vous certain de vouloir définir %s comme administrateur ?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Édité avec succès, un email a été envoyé." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5813,408 +5839,401 @@ msgstr "wiki personnel" msgid "Personal Wiki Pages" msgstr "Pages du wiki personnel" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "Erreur de permission" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Impossible d'afficher la page de la corbeille" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Échec de l'édition des informations de la bibliothèque." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Impossible d'enregistrer les paramètres sur le serveur" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Paramètres enregistrés." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Le nom d'utilisateur %s n'est pas valide." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "L'utilisateur %s est introuvable." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "L'utilisateur %s n'est pas dans l'organisation actuelle." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "La bibliothèque %(repo_name)s a été transférée à %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Impossible de changer le mot de passe, vous n'êtes pas le propriétaire." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "Le mot de passe de la bibliothèque %(repo_name)s a été mis à jour avec succès." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Le nom du fichier contient des caractères invalides" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Nom de fichier dupliqué" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "La taille du fichier dépasse la limite" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "L'espace du propriétaire est rempli, l'import a échoué" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Une erreur s'est produite pendant le transfert de fichiers" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "L'adresse n'est pas valide" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Impossible d'afficher les modifications de la bibliothèque" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Impossible d'afficher les instantanés de bibliothèque" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Vous n'avez pas l'autorisation de restaurer la bibliothèque" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Veuillez préciser l'ID de l'historique" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "La bibliothèque n'existe pas" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "L'historique que vous avez spécifié n'existe pas" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Erreur inconnue" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Ma Bibliothèque" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Impossible de d'annuler le partage de la bibliothèque car il n'existe pas." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Partage \"%s\" annulé avec succès." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Impossible d'annuler le partage \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Impossible de supprimer le fichier." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s supprimé avec succès." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Erreur interne. Impossible de supprimer %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "Impossible d'accéder au fichier : le trafic du lien de partage est dépassé." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Impossible d'accéder au fichier" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Retour en arrière réussi %(path)s vers dossier racine." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Retour en arrière réussi %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Retour en arrière réussi %(path)s vers dossier racine." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Erreur interne" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Impossible de télécharger le dossier \"%s\": cet élément est trop volumineux." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Impossible de télécharger \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "Activation de \"Wiki personnel\" avec succès." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "Désactivation de \"Wiki personnel\" avec succès." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Vous n'avez pas l'autorisation d’accéder à la bibliothèque" -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Aucun chemin." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Le groupe n'existe pas" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Autorisation refusée" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "La bibliothèque n'existe pas." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Autorisation refusée" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "La bibliothèque est chiffrée." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Erreur : pas d'ID de commit de tête" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argument manquant." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Le chemin de destination est trop long." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Déplacement réussi de %(name)s voir" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Copie réussie de %(name)s voir" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Impossible de déplacer le dossier %(src)s vers son sous-dossier %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Impossible de copier le dossier %(src)s vers son sous-dossier %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Le chemin de destination est trop long pour %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Impossible de récupérer la liste des blocs du fichier" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Mauvais id de repo" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Veuillez vous connecter." - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "La librairie système ne peux pas être supprimée." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Pas de conflit dans la fusion." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTPError: impossible d'ouvrir le fichier en ligne" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URLError: impossible d'ouvrir le fichier en ligne" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "L'encodage que vous avez choisi n'est pas approprié." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Codage de fichier inconnu" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "La taille du fichier dépasse %s, il ne peut donc pas être visionné en ligne." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Impossible d'afficher le fichier" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Format de fichier invalide." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "La bibliothèque n'existe pas." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "La bibliothèque est chiffrée." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Impossible de modifier le fichier" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Le fichier n'existe pas." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "L'édition en ligne n'est pas possible pour ce type de fichier." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Impossible de définir le quota : erreur interne" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s a été correctement supprimé." -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Impossible de supprimer : l'utilisateur n'existe pas" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s ajouté comme administrateur avec succès" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Impossible de définir en tant qu'administrateur : l'utilisateur n'existe pas" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Permissions administrateur de %s supprimées avec succès" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Impossible de supprimer les droits administrateur : l'utilisateur n'existe pas" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "Activation de \"%s\"avec succès." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Impossible d'activer : l'utilisateur n'existe pas." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "Désactivation de \"%s\" avec succès." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Impossible de désactiver : l'utilisateur n'existe pas." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Votre compte sur %s a été activé" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "Le mot de passe a été réinitialisé sur %s" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Mot de passe remplacé par %(passwd)s avec succès, un email à été envoyé à %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Mot de passe remplacé par %(passwd)s avec succès, mais impossible d'envoyer l'email à %(user)s, veuillez vérifier la configuration de vos emails." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Mot de passe de l'utilisateur %(user)s remplacé par %(passwd)s avec succès." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6222,70 +6241,74 @@ msgid "" "configured." msgstr "Le mot de passe de l'utilisateur %(user)s a été remplacé par %(passwd)s avec succès. Malheureusement la notification par email ne peut pas être envoyée : le service de courrier électronique n'est pas configuré correctement." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Impossible de réinitialiser le mot de passe : l'utilisateur n'existe pas" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Vous êtes invité à joindre %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Utilisateur %s ajouté avec succès. Une notification par email a été envoyée." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "Utilisateur %s ajouté avec succès. Une erreur s'est produite lors de l'envoi de notification par email, veuillez vérifier la configuration de vos emails." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "L'utilisateur %s a été ajouté avec succès." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "L'utilisateur %s a été ajouté avec succès. La notification par email ne peut être envoyée, le service de courrier électronique n'est pas configuré correctement." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Transféré avec succès." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Impossible de transférer, l'utilisateur %s n'a pas été trouvé" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Échec du transfert, arguments invalides." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "Utilisateur LDAP, impossible de le rendre administrateur." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s ajouté comme admin avec succès" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Impossible de rendre admin %s : l'utilisateur n'existe pas" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Importation réussie" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Veuillez d'abord sélectionner un fichier CSV." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/he/LC_MESSAGES/django.po b/locale/he/LC_MESSAGES/django.po index 91c9dfb5b3..0858c40845 100644 --- a/locale/he/LC_MESSAGES/django.po +++ b/locale/he/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 08:01+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Hebrew (http://www.transifex.com/projects/p/seahub/language/he/)\n" "MIME-Version: 1.0\n" @@ -20,122 +20,115 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "משתמש עם אימייל זה כבר" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "שני שדות הסיסמה אינם תואמים." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "השם אינו יכול להיות ריק" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "שם ארוך מדי (המקסימום הוא 255 תווים)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "התיאור לא יכול להיות ריק" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "תיאור ארוך מדי (המקסימום הוא 100 תווים)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "השם %s אינו תקין" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "דרוש שם ישן" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "זה ארוך מִדַי." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "זה דרוש" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "השם \"%s\" אינו תקין" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "דרוש זיהוי המאגר" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "דרוש שם המשתמש" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "הסיסמא אינו יכול להישאר ריק" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "פורמט URL שגויה" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "סיסמא לא נכונה" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "שגיאת שרת פנימית" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "לפענח שגיאת ספרייה" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "דרוש כתובת אימייל" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "המכסה אינו יכול להיות ריק" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "המכסה נמוכה מדי (ערך מינימאלי הוא 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "דרוש שם הספרייה" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "דרוש תיאור לספרייה" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "אנא הכנס מספר" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "" - #: seahub/settings.py:133 msgid "català" msgstr "" @@ -209,22 +202,26 @@ msgid "Slovak" msgstr "סלובקית" #: seahub/settings.py:151 -msgid "Svenska" +msgid "Slovenian" msgstr "" #: seahub/settings.py:152 -msgid "Thai" +msgid "Svenska" msgstr "" #: seahub/settings.py:153 -msgid "українська мова" +msgid "Thai" msgstr "" #: seahub/settings.py:154 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -234,7 +231,7 @@ msgstr "" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "" @@ -254,10 +251,10 @@ msgstr "" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -272,11 +269,9 @@ msgstr "קובץ" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -299,7 +294,7 @@ msgstr "" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -312,34 +307,31 @@ msgstr "טוען..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "נכשל. נא בדוק הרשת." @@ -382,6 +374,7 @@ msgid "Deleted library %(library_name)s" msgstr "נמחק ספרייה %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "נא בדוק את הרשת." @@ -394,7 +387,7 @@ msgstr "תגובות חדשות" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "הודעה" @@ -422,7 +415,7 @@ msgstr "תאריכים חשובים" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -438,94 +431,103 @@ msgstr "סיסמא הוחלפה בהצלחה." msgid "Change password: %s" msgstr "" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "שם משתמש" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "סיסמא" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "" -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "" -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "" -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "" -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "" -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "סיסמא חדשה" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "אשר סיסמא חדשה" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "שני שדות הסיסמה אינם תואמים." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "סיסמא ישנה" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "" -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "סיסמא )שוב(" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "" -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -627,7 +629,7 @@ msgstr "האווטאר הנוכחי:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -635,7 +637,7 @@ msgstr "האווטאר הנוכחי:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -644,29 +646,30 @@ msgstr "האווטאר הנוכחי:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -674,8 +677,8 @@ msgstr "האווטאר הנוכחי:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -698,31 +701,35 @@ msgstr "" msgid "You have updated your avatar %(avatar)s." msgstr "" -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "כתובת אימייל" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "משתמש עם אימייל זה כבר" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "זיהוי משתמש לא תקין." -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "שם" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "מחלקה" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "טלפון" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "" @@ -783,7 +790,7 @@ msgstr "" msgid "Recovered deleted directory" msgstr "" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "השתנתה שם הספרייה או תיאור" @@ -794,8 +801,8 @@ msgstr "" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "כרגע" @@ -828,10 +835,10 @@ msgstr[0] "" msgstr[1] "" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -845,11 +852,11 @@ msgstr[1] "" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -860,9 +867,9 @@ msgid "Read-Write" msgstr "קריאה-כתיבה" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -882,7 +889,7 @@ msgid "Email is required." msgstr "דרוש כתובת אימייל." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s אינו אימייל תקין." @@ -915,7 +922,7 @@ msgstr "נמחק בהצלחה %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "אנשי קשר" @@ -930,7 +937,7 @@ msgid "Email " msgstr "אימייל" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -939,23 +946,22 @@ msgstr "אימייל" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -973,12 +979,12 @@ msgid "Name" msgstr "שם" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "הערה" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -987,28 +993,26 @@ msgstr "הערה" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "פעולות" @@ -1021,8 +1025,10 @@ msgstr "פעולות" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "לערוך" @@ -1036,21 +1042,21 @@ msgstr "לערוך" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "למחוק" @@ -1069,12 +1075,12 @@ msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1110,7 +1116,7 @@ msgstr "מחק איש קשר" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "האם אתה בטוח שברצונך למחוק %s ?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1181,219 +1187,227 @@ msgstr "" msgid "\"%s\" is not a valid name" msgstr "\"%s\" אינו שם תקין" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "" -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "קיימת כבר קבוצה בשם זה." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "" -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "האימייל \"%s\" אינו תקין." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "ההודעה לא קיימת" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "אין לך הרשאות מתאימות." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "" -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "" -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "" msgstr[1] "" -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "נוסף בהצלחה." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "" -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "" -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "הפעולה הצליחה." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "נכשל:%s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "שגיאה: הקבוצה לא קיימת." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "" -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "שגיאה: אתה לא בקבוצת %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "שגיאה: הספרייה לא קיימת." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "שגיאה: אין נתיב." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "" -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "" -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "" -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "" -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "" -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "קובץ לא קיים" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "" -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "" -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "" -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "שגיאת שרת פנימית" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "" -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "" -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "" -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "" @@ -1440,23 +1454,23 @@ msgstr "" #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1464,7 +1478,7 @@ msgstr "בטל" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "" @@ -1475,9 +1489,9 @@ msgstr "קבוצה זו ציבורית." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1485,12 +1499,12 @@ msgstr "סיפריות" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "ויקי" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "קבצים" @@ -1565,8 +1579,7 @@ msgstr "באמת רוצה למחוק את הדיון הזה?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "כן" @@ -1574,8 +1587,7 @@ msgstr "כן" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "לא" @@ -1595,7 +1607,7 @@ msgstr "מחיקה נכשלה:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "נכשל." @@ -1603,15 +1615,15 @@ msgstr "נכשל." msgid "Recent Changes" msgstr "שינויים אחרונים" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "ספרייה חדשה" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1620,11 +1632,11 @@ msgstr "ספרייה חדשה" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1634,47 +1646,47 @@ msgstr "ספרייה חדשה" msgid "Description" msgstr "תיאור" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "עודכן לאחרונה" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "שותף ע\"י" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1683,46 +1695,46 @@ msgstr "" msgid "Unshare" msgstr "בטל שיתוף" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "לא נמצאה ספרייה משותפת לקבוצה זו" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "" -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "" -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "ספרייה" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1733,7 +1745,7 @@ msgstr "" msgid "Details" msgstr "פרטים" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1746,7 +1758,7 @@ msgstr "פרטים" msgid "None" msgstr "" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1755,26 +1767,26 @@ msgstr "" msgid "Unknown" msgstr "לא ידוע" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "מוצפן" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "סיסמא :" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "" -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "בטל שיתוף ספרייה" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" msgstr "" @@ -1795,11 +1807,11 @@ msgstr "" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1843,7 +1855,7 @@ msgstr "מנהלים" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "הגדרות" @@ -1861,7 +1873,7 @@ msgid "Avatar" msgstr "אווטאר" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "" @@ -1871,7 +1883,7 @@ msgstr "" msgid "Rename" msgstr "שינוי שם" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "" @@ -1919,7 +1931,7 @@ msgstr "מחק חבר" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "באמת למחוק %s ?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1948,7 +1960,7 @@ msgid "Name: " msgstr "שם:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2021,7 +2033,7 @@ msgid "Choose a library as wiki:" msgstr "" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "" @@ -2087,13 +2099,13 @@ msgid "Are you sure you want to delete this page?" msgstr "" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "" #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "דרוש תיאור לספרייה" @@ -2102,37 +2114,47 @@ msgstr "דרוש תיאור לספרייה" msgid "Tips" msgstr "" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "" +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "הקבוצות שלי" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "קבוצה חדשה" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "זמן:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." +"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." msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "שם קבוצה" @@ -2164,7 +2186,7 @@ msgid "Add administrators" msgstr "הוסף מנהלים" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "" @@ -2443,21 +2465,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "" -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "נחוץ איש קשר" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "לא ניתן לשלוח את ההודעה לעצמך." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "" @@ -2468,13 +2490,13 @@ msgstr "הודעה חדשה" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "הודעה" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2492,10 +2514,6 @@ msgstr "שלח אל: לחץ על מנת לבחור אנשי קשר" msgid "please add contacts at first" msgstr "" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "" - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "לשלוח הודעה" @@ -2524,7 +2542,7 @@ msgstr "" #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "שגיאה פנימית" @@ -2551,7 +2569,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2562,7 +2580,7 @@ msgid "" "%(join_request_msg)s" msgstr "" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "" @@ -2679,11 +2697,15 @@ msgstr "" msgid "Notices" msgstr "" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "" @@ -2693,27 +2715,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "שלח סיסמאות לשרת." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "שמור סיסמאות בדפדפן שלך." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "" #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2745,7 +2767,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "" #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "" @@ -2758,75 +2780,75 @@ msgstr "פרופיל" msgid "Language" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "ספריות מוצפנות" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "תת ספרייה" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "ספריית ברירת מחדל" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "מחק חשבון" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "אווטאר:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "סיסמא:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "עדכן" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "שם:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "מחלקה:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "טלפון:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "הגדרות תת ספרייה" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2835,7 +2857,7 @@ msgid "" "library." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2843,33 +2865,33 @@ msgid "" "listed, which enables you to manage them." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "הגדרות ספריית ברירת מחדל" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "בחר ספריית ברירת מחדל" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "בחר ספריית ברירת מחדל:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "באמת למחוק את חשבונך?" @@ -2893,197 +2915,208 @@ msgid "Self-introduction" msgstr "" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "מחלקה" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "טלפון" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "" -#: seahub/share/views.py:85 -msgid "Failed to share to all members, please try again later." +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." msgstr "" #: seahub/share/views.py:87 +msgid "Failed to share to all members, please try again later." +msgstr "" + +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "" -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "" -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "" -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "" -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "רק לבעל הספרייה יש את ההרשאה לשתף את זה." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "" -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "" -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "כל החברים" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "" -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "הוסר בהצלחה" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "הקישור לא קיים" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "" -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "שגיאת שרת פנימית. שליחה נכשלה." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "נשלח בהצלחה." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "נשמר בהצלחה." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "" -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "" -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "" -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "אין לך הרשאות לשמור %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" msgstr "" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "" -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -3102,7 +3135,6 @@ msgstr "קישורים להעלאה" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "ביקורים" @@ -3116,8 +3148,6 @@ msgstr "הצג" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "הסר" @@ -3147,7 +3177,7 @@ msgid "Folders - Share" msgstr "תיקיות - שיתוף" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "תיקיות" @@ -3173,13 +3203,13 @@ msgstr "" #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "נערך בהצלחה" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "עריכה נכשלה." @@ -3191,33 +3221,33 @@ msgstr "קבצים - שיתוף" msgid "From Others" msgstr "מאחרים" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "לאחרים" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "מאת" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "ל" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3244,7 +3274,8 @@ msgid "Shares" msgstr "" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "מידע בסיסי" @@ -3271,7 +3302,7 @@ msgstr "" msgid "Sorry, but the requested page could not be found." msgstr "" -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "" @@ -3301,49 +3332,6 @@ msgstr "מנהל מערכת" msgid "All Groups" msgstr "" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "הסנכרון האחרון" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "לא מסונכרן" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "באמת להסיר סינכרון של זה?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "" - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "" - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3368,7 +3356,7 @@ msgid "Please enter the password." msgstr "אנא הכנס את הסיסמא." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "" @@ -3380,6 +3368,10 @@ msgstr "" msgid "Device Name" msgstr "" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "" @@ -3420,11 +3412,10 @@ msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3753,8 +3744,7 @@ msgid "Password is required." msgstr "נדרשת סיסמה." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3777,7 +3767,6 @@ msgstr "" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3843,6 +3832,7 @@ msgid "snapshots" msgstr "" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "" @@ -3864,12 +3854,13 @@ msgstr "" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "חזור לספרייה" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3880,28 +3871,28 @@ msgstr "נתיב הנוכחי:" msgid "Personal" msgstr "" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "ויקי אישי" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "קישורים" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "קבוצה" @@ -3919,27 +3910,34 @@ msgstr "" msgid "Welcome to Seafile!" msgstr "ברוכים הבאים ל-Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "" -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "סגור" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "" @@ -4047,7 +4045,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "שומר..." @@ -4055,7 +4053,7 @@ msgstr "שומר..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "עדכן %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4154,7 +4152,7 @@ msgid "Empty file upload result" msgstr "" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "שגיאה" @@ -4183,17 +4181,17 @@ msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "נמחק בהצלחה %(name)s." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "שגיאה פנימית. נכשל ניסיון מחיקת %(name)s ו- %(amount)s פריטים אחרים." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "שגיאה פנימית. נכשל ניסיון מחיקת %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4203,8 +4201,8 @@ msgstr "" msgid "Copy selected directories/files to:" msgstr "" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "" @@ -4248,11 +4246,11 @@ msgstr "" msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "" -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "" @@ -4276,7 +4274,7 @@ msgstr "" msgid "Failed to copy %(f_num)s items." msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "" @@ -4297,111 +4295,112 @@ msgstr "" msgid "Uploading ..." msgstr "העלאה..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "מוריד..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "" - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "" - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "" - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "נמחק בהצלחה %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "העתקת קובץ" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "להעביר קובץ" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "" - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "מוריד..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "" + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "העתקת קובץ" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "להעביר קובץ" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "" + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "זה דרוש." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "" -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "" -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "" -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "" -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "נא בחר איש קשר אחד לפחות." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "" @@ -4468,110 +4467,77 @@ msgstr "" msgid "Delete Time" msgstr "למחוק זמן" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "הגדרות ספרייה" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "העלאה" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "" @@ -4655,8 +4621,7 @@ msgstr "" msgid "icon" msgstr "" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "" @@ -4711,40 +4676,57 @@ msgstr "" msgid "Sorry, this user is not registered yet." msgstr "" -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "שתף" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "" msgstr[1] "" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "" + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." msgstr "" #: seahub/templates/view_file_image.html:15 @@ -4869,15 +4851,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "" #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "הסיסמא אינו יכול להישאר ריק" @@ -4916,10 +4899,47 @@ msgid "New Password: " msgstr "סיסמא חדשה:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "אשר סיסמא:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "אנא הכנס את הסיסמא שוב" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "סיסמאות אינן תואמות" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "" @@ -4994,30 +5014,15 @@ msgstr "" msgid "Welcome back, you are already signed in." msgstr "" -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "אשר סיסמא" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "אנא הכנס את הסיסמא שוב" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "סיסמאות אינן תואמות" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "" @@ -5034,110 +5039,86 @@ msgstr "" msgid "Discuss" msgstr "" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "" - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "" - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "שתף %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "קישור להורדה" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "קישור להעלאה" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "שיתוף פרטי" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "סיסמא שוב" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "שולח..." -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "לשלוח ל:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "" -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "" -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "קישור להעלאה:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "" @@ -5170,43 +5151,52 @@ msgstr "תיקיות שנמחקו" msgid "Unknown error." msgstr "שגיאה לא ידועה." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "תת ספריות" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "משותף" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "שתף" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "מקור" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5234,6 +5224,22 @@ msgstr "" msgid "Document convertion failed." msgstr "" +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "שתף הרשאה" @@ -5251,14 +5257,14 @@ msgid "Description is required" msgstr "דרוש תיאור לספרייה" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "אנא הכנס את הסיסמא" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "הסיסמא קצרה מדי" @@ -5269,7 +5275,11 @@ msgstr "נמחק בהצלחה" #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "באמת למחוק %(lib_name)s ?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "העלאה" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5287,7 +5297,7 @@ msgstr "עוד פעולות" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "שתף %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5390,23 +5400,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "" -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5529,9 +5531,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "" @@ -5611,42 +5613,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "סיסמאות אינן תואמות" @@ -5667,37 +5693,37 @@ msgstr "" msgid "Status" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "" @@ -5766,11 +5792,11 @@ msgstr "" msgid "Are you sure you want to set %s as admin?" msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5808,408 +5834,401 @@ msgstr "ויקי-אישי" msgid "Personal Wiki Pages" msgstr "" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "שגיאת הרשאה" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "" -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "שם משתמש \"%s\" אינו תקין." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "" -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "" -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "קובץ משוכפל" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "url לא תקין" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "לא ניתן להציג שינוי הספרייה" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "אין לך הרשאות לשחזר ספרייה" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "הספרייה לא קיימת" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "שגיאה לא ידועה" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "הספרייה שלי" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "" -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "" -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "" -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "נכשל ניסיון למחוק את הקובץ." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s נמחק בהצלחה" -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "שגיאה פנימית. נכשל ניסיון מחיקת %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "" -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "" -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "שגיאה פנימית" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "" -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "" -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "" -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "אין לך הרשאות מתאימות כדי לגשת לספרייה." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "ללא נתיב." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "הקבוצה לא קיימת" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "הספרייה לא קיימת" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "הספרייה מוצפנת" -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "" -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "" -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "" -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "" -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "" -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "" -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "קידוד קובץ לא ידוע" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "" -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "לא ניתן להציג קובץ" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "פורמט קובץ לא תקין." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "הספרייה לא קיימת" -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "הספרייה מוצפנת" -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "" -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "" -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "נמחק בהצלחה %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "" -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "" -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "" -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, 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:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "" -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6217,70 +6236,74 @@ msgid "" "configured." msgstr "" -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "" -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "" -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "" -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, 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:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "" -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "נכשל ניסיון העברה, משתמש %s לא נמצא" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "" -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/hu/LC_MESSAGES/django.po b/locale/hu/LC_MESSAGES/django.po index 311d242dba..6e22187170 100644 --- a/locale/hu/LC_MESSAGES/django.po +++ b/locale/hu/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-30 14:32+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 19:58+0000\n" "Last-Translator: Szabolcs Gyuris \n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/seahub/language/hu/)\n" "MIME-Version: 1.0\n" @@ -24,122 +24,115 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" +#: seahub/forms.py:31 +msgid "A user with this email already exists." msgstr "Már van felhasználó ezzel az e-mail címmel" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "A megadott jelszavak nem egyeznek" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "Nem egyeznek a megadott jelszavak." -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "A név mező kitöltése kötelező" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Túl hosszú név (maximum hossz: 255 karakter)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "A leírás mező kitöltése kötelező" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "A leírás túl hosszú (maximum hossz: 100 karakter)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Érvénytelen név: %s" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Hiányzó paraméter" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "A régi név megadása kötelező" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Túl hosszú" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Szükséges" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "%s érvénytelen név" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "A repo-azonosító kötelező" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "A felhasználónév kötelező" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "A jelszó megadása kötelező" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Érvénytelen URL-formátum" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Hibás jelszó" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Belső hiba" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Titkosított kötet hiba" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Az e-mail megadása kötelező" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "A kvóta megadása kötelező" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "A kvóta túl alacsony (minimális érték 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Kötetnév megadása kötelező" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Kötet leírása kötelező" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Számot adjon meg" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Adja meg a helyes jelszót." - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -213,22 +206,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "Slovenian" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -238,7 +235,7 @@ msgstr "Fájlmegosztó szervezet " #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Megbeszélés" @@ -258,10 +255,10 @@ msgstr "Megbeszélés" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -276,11 +273,9 @@ msgstr "Fájl" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -303,7 +298,7 @@ msgstr "Nincs megbeszélés" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -316,34 +311,31 @@ msgstr "Betöltés..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Sikertelen. Ellenőrizze a hálózatot." @@ -386,6 +378,7 @@ msgid "Deleted library %(library_name)s" msgstr "%(library_name)s kötet törölve" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Ellenőrizze a hálózatot." @@ -398,7 +391,7 @@ msgstr "Új válaszok" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Üzenetek" @@ -426,7 +419,7 @@ msgstr "Fontos dátumok" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -442,94 +435,103 @@ msgstr "Jelszó változtatása sikeres." msgid "Change password: %s" msgstr "Jelszó változtatása: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Kérem jelentkezzen be." + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Felhasználónév" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Jelszó" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Adjon meg érvényes e-mail címet." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Adjon meg helyes felhasználónevet és jelszót. Vegye figyelembe, hogy mindkét mező megkülönbözteti a kis- és nagybetűket." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Ez a fiók inaktív." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "A böngészője úgy tűnik, nem támogatja a cookiekat. A bejelentkezéshez ez feltétlenül szükséges." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Az e-mail küldése meghiúsult, az e-mail szolgáltatás nincs megfelelően beállítva. Vegye fel a kapcsolatot a rendszergazdával." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Ehhez az e-mail címhez nem tartozik fiók. Biztosan regisztrált már?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "A jelszót nem lehet alaphelyzetbe állítani, keresse az LDAP adminisztrátort." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Jelszó átállítása: %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Új jelszó" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Új jelszó ismét" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "A megadott jelszavak nem egyeznek" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Régi jelszó" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "A régi jelszó hibás. Próbálja újra." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Jelszó (ismét)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Kijelentkezett" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Az e-mail küldése sikertelen. Vegye fel a kapcsolatot a rendszergazdával." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "A jelszót nem lehet frissíteni, keresse az LDAP adminisztrátort." @@ -631,7 +633,7 @@ msgstr "Jelenlegi avatar: " #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -639,7 +641,7 @@ msgstr "Jelenlegi avatar: " #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -648,29 +650,30 @@ msgstr "Jelenlegi avatar: " #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -678,8 +681,8 @@ msgstr "Jelenlegi avatar: " #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -702,31 +705,35 @@ msgstr "%(avatar_creator)s frissítette %(avatar)s." msgstr "Frissítette %(avatar)s avatarját." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "E-mail címek" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Legfeljebb 40 karakter hosszú lehet" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Már van felhasználó ezzel az e-mail címmel" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Érvénytelen felhasználóazonosító." -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "név" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "osztály" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "telefon" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "megjegyzés" @@ -787,7 +794,7 @@ msgstr "„%(file)s” fájl visszaállítva erre az állapotra: %(time)s." msgid "Recovered deleted directory" msgstr "Törölt könyvtár visszaállítva" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Kötetnév vagy leírás módosítva" @@ -798,8 +805,8 @@ msgstr "Automatikus összeolvasztás (seafile)" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Éppen most" @@ -832,10 +839,10 @@ msgstr[0] "%(seconds)d másodperce" msgstr[1] "%(seconds)d másodperce" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -849,11 +856,11 @@ msgstr[1] "%(seconds)d másodperce" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -864,9 +871,9 @@ msgid "Read-Write" msgstr "Írás-olvasás" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -886,7 +893,7 @@ msgid "Email is required." msgstr "Az e-mail kötelező." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s nem valós e-mail cím." @@ -919,7 +926,7 @@ msgstr "%s törlése sikeres" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Kapcsolatok" @@ -934,7 +941,7 @@ msgid "Email " msgstr "E-mail " #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -943,23 +950,22 @@ msgstr "E-mail " #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -977,12 +983,12 @@ msgid "Name" msgstr "Név" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Megjegyzés" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -991,28 +997,26 @@ msgstr "Megjegyzés" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Műveletek" @@ -1025,8 +1029,10 @@ msgstr "Műveletek" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Szerkesztés" @@ -1040,21 +1046,21 @@ msgstr "Szerkesztés" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Törlés" @@ -1073,12 +1079,12 @@ msgstr "Vegyen fel kapcsolatokat, hogy gyorsan tudjon köteteket megosztani és #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1185,219 +1191,227 @@ msgstr "A megerősítő üzenet túl hosszú (legfeljebb 255 karakter lehet)" msgid "\"%s\" is not a valid name" msgstr "„%s” érvénytelen név" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "Nincs joga csoportot létrehozni." + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Csak %d csoport hozható létre.Fiók fejlesztése." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Van már ilyen nevű csoport." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "A csoport megszüntetése meghiúsult, próbálja később." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Csoport sikeresen megszüntetve." -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "A csoport átnevezése nem sikerült. A csoport neve csak betűket, számokat és aláhúzásjel karaktereket tartalmazhat." -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "A csoport sikeresen át lett nevezve a következőre: \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "%s nem valós e-mail cím." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Csak adminisztrátorok tehetik nyilvánossá a csoportot" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Az üzenet nem létezik" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Nincs jogosultsága." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Önt meghívták a(z) %s csoportba" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "Nem létezik a csoport" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Hozzáadás meghiúsult, %s nem a jelenleg kiválasztott szervezet." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Csak %d tagot hívhat meg.Fiók fejlesztése." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Hozzáadás sikertelen: %s nincs regisztrálva." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Sikeresen hozzáadva. Az e-mail kiküldésre került." msgstr[1] "Sikeresen hozzáadva. %(count)s e-mail kiküldésre került." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Sikeres hozzáadás." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Mivel a(z) %s nem valós e-mail cím, így nem sikerült hozzáadni." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Hozzáadás meghiúsult: %s nincs regisztrálva." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "A művelet befejeződött." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Meghiúsult: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Hiba: hibás csoportazonosító." -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Hiba: a csoport nem létezik." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Sikeresen beküldve %(groups)s csoportba." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Hiba: nem tagja a(z) %s csoportnak." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Hiba: a kötet nem létezik." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Hiba: nincs útvonal." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Létrehozás meghiúsult: a csoport nem létezik." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Létrehozás meghiúsult: nem tagja a csoportnak." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Létrehozás meghiúsult" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Létrehozás meghiúsult: belső hiba." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Már tagja a csoportnak." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "A beküldés sikeres, a csoportadminisztrátor fogja elbírálni." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Megbeszélés szükséges." -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "A fájl nem létezik" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"Wiki\" sikeresen bekapcsolva." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"Wiki\" sikeresen kikapcsolva." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Wikilap létrehozása meghiúsult. Próbálja újra később." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Belső kiszolgálóhiba" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "A wiki nem létezik" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Kezdőlap létrehozása sikertelen. Próbálja később" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "A wiki kötet beállítása sikertelen." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki nem található" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "„%s” oldal már létezik." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Sikeresen törölve \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "\"%s\" törlése sikertelen. Próbálja újra később." @@ -1444,23 +1458,23 @@ msgstr "Nem lehet üres, sem 2048 karakternél több." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1468,7 +1482,7 @@ msgstr "Mégsem" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Modulok engedélyezése" @@ -1479,9 +1493,9 @@ msgstr "A csoport nyilvános." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1489,12 +1503,12 @@ msgstr "Kötetek" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Fájlok" @@ -1569,8 +1583,7 @@ msgstr "Valóban törli a megbeszélést?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Igen" @@ -1578,8 +1591,7 @@ msgstr "Igen" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Nem" @@ -1599,7 +1611,7 @@ msgstr "Törlés meghiúsult: " #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Sikertelen." @@ -1607,15 +1619,15 @@ msgstr "Sikertelen." msgid "Recent Changes" msgstr "Legutóbbi változások" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Új kötet" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1624,11 +1636,11 @@ msgstr "Új kötet" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1638,47 +1650,47 @@ msgstr "Új kötet" msgid "Description" msgstr "Leírás" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Utolsó frissítés " -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Megosztó:" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Letöltés és szinkronizálás" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1687,46 +1699,46 @@ msgstr "Letöltés és szinkronizálás" msgid "Unshare" msgstr "Megosztás törlése" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Egy kötet sincs megosztva ezzel a csoporttal" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Az fenti „Új kötet” menüpont „megosztás” ikonjára kattintva oszthat meg köteteket." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Az írható módon megosztott köteteket a többi csoporttag által is letölthetőek és szinkronizálhatóak. A csak olvasható könyvtárakat letölthetik, de a módosításaik nem kerülnek mentésre." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Kötet" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Módosítva:" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Módosító:" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1737,7 +1749,7 @@ msgstr "Módosító:" msgid "Details" msgstr "Részletek" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1750,7 +1762,7 @@ msgstr "Részletek" msgid "None" msgstr "Nincs" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1759,26 +1771,26 @@ msgstr "Nincs" msgid "Unknown" msgstr "Ismeretlen" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "titkosítva" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Jelszó:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "A jelszó egy órán át lesz tárolva a kiszolgálón." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Kötet megosztásának visszavonása" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" msgstr "Biztosan visszavonja %s megosztását?" @@ -1799,11 +1811,11 @@ msgstr "Biztosan visszavonja %s megosztását?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1847,7 +1859,7 @@ msgstr "Adminisztrátorok" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Beállítások" @@ -1865,7 +1877,7 @@ msgid "Avatar" msgstr "Embléma" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Változtatás" @@ -1875,7 +1887,7 @@ msgstr "Változtatás" msgid "Rename" msgstr "Átnevezés" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Nyilvánosság visszavonása" @@ -1952,7 +1964,7 @@ msgid "Name: " msgstr "Név: " #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2025,7 +2037,7 @@ msgid "Choose a library as wiki:" msgstr "Wikinek válassza ki a kötetet:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Kérem, válasszon egy kötetet a kattintást követően." @@ -2091,13 +2103,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Biztos, hogy törli ezt az oldalt?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Név kötelező." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Leírás kötelező." @@ -2106,37 +2118,47 @@ msgstr "Leírás kötelező." msgid "Tips" msgstr "Tippek" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "A csoport létrehozása után hozzáadhat tagokat és megoszthat köteteket." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "Vendég felhasználóként nincs joga csoportot létrehozni." + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Saját csoportok" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Új csoport" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Idő: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Nem tagja egy csoportnak sem" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Létrehozhat egy csoportot az „új csoport” gombra kattintva. A csoport egy olyan hely, ahol üzeneteket hagyhat és együtt dolgozhat kötetein másokkal." +"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." +msgstr "A csoport az a hely ahol az ismerősökkel üzeneteket cserélhet és együttműködhet a kötetekkel kapcsolatban. Új csoportot az „Új csoport” gomb megnyomásával hozhat létre." #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "A csoport az a hely ahol az ismerősökkel üzeneteket cserélhet és együttműködhet a kötetekkel kapcsolatban. Itt azoknak a csoportoknak a listája lesz, amely csoportoknak tagja." + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Csoport neve" @@ -2168,7 +2190,7 @@ msgid "Add administrators" msgstr "Adminisztrátorok hozzáadása" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Kérem, adja meg az e-mail címeket, vagy válassza ki őket a listából." @@ -2447,21 +2469,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "A Seafile szervere nem tárolja el a titkosított kötetekhez tartozó jelszavakat. Ha a webes felületen keresztül szeretne hozzáférni egy titkosított kötethez, meg kell adnia a kötethez tartozó jelszót. A jelszó átmenetileg a szerver memóriájába kerül titkosított formában és egy órán belül automatikusan törlődik, mely idő lejárta után a kötet további eléréséhez ismételten meg kell adnia a jelszót." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "üzenet kötelező" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "kötelező a kapcsolat" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Önmagának nem üzenhet." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Sikertelen üzenetküldés %s számára, a felhasználó nem található." @@ -2472,13 +2494,13 @@ msgstr "Új üzenet" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Üzenet" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2496,10 +2518,6 @@ msgstr "címzett: kattintson a kapcsolatok kiválasztásához" msgid "please add contacts at first" msgstr "kérem először adjon hozzá kapcsolatokat" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Az üzenetküldéshez nem sikerült megkapni a kapcsolatait" - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Üzenet küldése" @@ -2528,7 +2546,7 @@ msgstr "%(user)s megosztotta a következő fájlt önnel: %(f #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Belső hiba" @@ -2555,8 +2573,8 @@ msgstr "Új üzenet érkezett egy csoportos megbeszélésben< #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s válaszolt az ön csoportos megbeszélésében." +msgid "%(user)s replied the group discussion." +msgstr "%(user)s válaszolt a csoportos megbeszélésében." #: seahub/notifications/models.py:677 #, python-format @@ -2566,7 +2584,7 @@ msgid "" "%(join_request_msg)s" msgstr "%(username)s felkérése, hogy csatlakozzon a(z) %(group_name)s csoporthoz, ellenőrző üzenet: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Minden üzenet sikeresen törölve." @@ -2683,11 +2701,15 @@ msgstr "Értesítés törlése" msgid "Notices" msgstr "Üzenetek" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Mindet olvasottnak jelöl" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Tisztít" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Tovább" @@ -2697,27 +2719,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Kérem, válassza ki, hogyan kívánja megtekinteni a titkosított köteteket a webes felületen:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Jelszavak elküldése a szervernek." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "A fájlok titkosítása feloldásra kerül a szerveren továbbítás előtt." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Jelszó mentése a böngészőben." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "A titkosítást a böngésző oldja fel letöltéskor" #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2749,7 +2771,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "Az alapértelmezett kötet mostantól a következő: \"%s\"." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Profilbeállítások" @@ -2762,75 +2784,75 @@ msgstr "Profil" msgid "Language" msgstr "Nyelv" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Titkosított kötetek" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Al-kötet" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Alapértelmezett kötet" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Fiók törlése" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Jelszó:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Frissítés" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Név: " -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Bemutatkozás:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Osztály:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telefon:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Nyelvi beállítások" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Titkosított kötet beállítások" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Titkosított kötet online megtekintése:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Al-kötet beállítás" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Al-kötet engedélyezése" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2839,7 +2861,7 @@ msgid "" "library." msgstr "Ez a funkció lehetővé teszi, hogy egy köteten belül szelektíven szinkronizáljon könyvtárakat. Alkötet létrehozásához bármely könyvtár felhasználható egy adott köteten belül. A létrehozást követően az alkötet megjelenik a kliensen az elérhető kötetek listáján, és a normál kötetekhez hasonlóan letölthetővé és szinkronizálhatóvá válik." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2847,33 +2869,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Alkötetet létrehozhat akkor is, ha szeretne egy könyvtárat megosztani egy csoporttal vagy felhasználóval. Ezen opció használata nélkül egy rejtett alkötet automatikusan létrehozásra kerül a könyvtár megosztásakor. Ha bekapcsolja az opciót, ezek a rejtett alkötetek listázva lesznek a kliensen, ezáltal menedzselhetővé válnak." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Alapértelmezett kötet beállítások" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Az Ön alapértelmezett kötete" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "Az alapértelmezett kötet azt a kötetet jelenti, ahová a személyes dokumentumai és képei kerülnek." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Alapértelmezett kötet kiválasztása" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Ezt a műveletet nem lehet visszavonni. Kérem gondolja meg!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Alapértelmezett kötet kiválasztása:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Biztosan törli a fiókot?" @@ -2897,197 +2919,208 @@ msgid "Self-introduction" msgstr "Bemutatkozás" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Osztály" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telefon" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "Az e-mail cím legfeljebb 512 karakter lehet" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Adja meg a helyes jelszót." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Nem sikerült minden taggal megosztani, később próbálja újra." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "A megosztás minden taggal sikerült. Ellenőrizheti a megosztás oldalon." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" már a(z) %(group)s csoportban van. Megnéz" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "A(z) %(repo)s megosztása a(z) %(group)s csoportnak nem sikerült, később próbálja újra." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "%(group)s csoporttal sikerült a megosztás,a Megosztások oldalon ellenőrizheti." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Önmagával nem oszthatja meg a könyvtárat." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Megosztás %s számára sikertelen, a felhasználó ismeretlen." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Megosztás %s számára sikertelen, mivel nincs regisztrálva." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "A megosztás %s-nak/nek nem sikerült, próbálja később újra." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Sikeresen megosztva %(email)s számára. Ellenőrizheti a megosztás oldalán." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Csak a kötet tulajdonosa jogosult megosztani." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "\"%s\" megosztása sikertelen, nincs elég kvóta. Fiók fejlesztése." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Érvénytelen paraméter" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Megosztás visszavonása sikertelen " -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "érvénytelen csoportazonosító" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Megosztás visszavonása sikertelen: nincs ilyen csoport." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Megosztás visszavonása sikeres" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "minden tag" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Érvénytelen argumentumok" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "Ezen a módon nem oszthat meg kötetet." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Sikeresen törölve" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "A link nem létezik" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Megosztott hivatkozás küldése meghiúsult. Az e-mail szolgáltatás beállítása nem megfelelő. Vegye fel a kapcsolatot a rendszergazdával." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Fájlt osztottak meg Önnel itt: %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Könyvtárat osztottak meg Önnel itt: %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Belső kiszolgálóhiba. A küldés meghiúsult." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "A küldés sikeres." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Válasszon könyvtárat." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Sikeresen elmentve." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Megosztás %s számára sikertelen, a felhasználó ismeretlen." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "%s sikeresen megosztva." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "\"%s\" megosztás sikeresen megszüntetve." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "Nincs joga a(z) %s megosztását megszüntetni." -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Nincs joga a(z) %s mentésére." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "A hivatkozás lekérése meghiúsult, próbálja később." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Jogosultság megtagadva" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "Sikertelen művelet" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "A feltöltési hivatkozás nem küldhető el, mert az e-mail szolgáltatás nincs megfelelően konfigurálva. Kérem, lépjen kapcsolatba a szerver adminisztrátorával." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Feltöltési linket osztottak meg Önnel itt: %s" @@ -3106,7 +3139,6 @@ msgstr "Feltöltési linkek" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Látogatások " @@ -3120,8 +3152,6 @@ msgstr "Megtekintés" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Eltávolítás" @@ -3151,7 +3181,7 @@ msgid "Folders - Share" msgstr "Könyvtárak - Megosztás" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Könyvtárak" @@ -3177,13 +3207,13 @@ msgstr "Egy egész kötet helyett regisztrált felhasználóval egy könyvtár i #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Szerkesztés sikeres." #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Szerkesztés meghiúsult." @@ -3195,33 +3225,33 @@ msgstr "Fájlok - Megosztás" msgid "From Others" msgstr "Másoktól" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Másoknak" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "Feladó" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Nincs egy fájl sem megosztva Önnel" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Itt kerülnek listázásra az Önnel megosztott fájlok. Innen letöltheti vagy elmentheti a fájlokat egy kötetbe." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Címzett" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Nincs privát megosztott fájl" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3248,7 +3278,8 @@ msgid "Shares" msgstr "Megosztások" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Alapvető adatok" @@ -3275,7 +3306,7 @@ msgstr "%(to_email)s-lel/lal nincs megosztott kötete." msgid "Sorry, but the requested page could not be found." msgstr "Sajnáljuk, a kért oldal nem található." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Tevékenységek" @@ -3305,49 +3336,6 @@ msgstr "Rendszer-adminisztrátor" msgid "All Groups" msgstr "Minden csoport" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Kliensek" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Kliens neve" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Utolsó szinkron" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Nincs szinkronizálva" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Nem szinkronizál" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Biztosan leállítja a szinkronizálást?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Nincsenek csatlakozott kliensek" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Az asztali kliensekkel szinkronizált kötetek listája látszik ezen az oldalon. Látható a kliens neve és IP címe. Itt ki lehet kapcsolni a szinkronizációt ha már nincs rá szükség." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "A szinkronizálás sikeresen leállítva." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3372,7 +3360,7 @@ msgid "Please enter the password." msgstr "Adjon meg jelszót." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Eszközök" @@ -3384,6 +3372,10 @@ msgstr "Platform" msgid "Device Name" msgstr "Eszköz neve" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Utolsó elérés" @@ -3424,11 +3416,10 @@ msgstr "Leválasztás sikeres." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3757,8 +3748,7 @@ msgid "Password is required." msgstr "A jelszó kötelező." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3781,7 +3771,6 @@ msgstr "Aktuális útvonal:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3847,6 +3836,7 @@ msgid "snapshots" msgstr "pillanatképek" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "napló" @@ -3868,12 +3858,13 @@ msgstr "kukája" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Vissza a kötethez" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3884,28 +3875,28 @@ msgstr "Aktuális útvonal: " msgid "Personal" msgstr "Személyes" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Csillagozott" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Személyes Wiki" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Megosztások kezelése" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Linkek" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Csoport" @@ -3923,27 +3914,34 @@ msgstr "Nincs egy kötet sem megosztva Önnel" msgid "Welcome to Seafile!" msgstr "Üdvözli a Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "A Seafile a fájlokat kötetekbe szervezi, melyek szinkronizálhatók különféle eszközökkel, illetve megoszthatók más felhasználókkal vagy csoportokkal. Egy személyes kötet automatikusan létrejött az Ön felhasználójának. A továbbiakban lehetősége lesz más kötetek létrehozására is." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "A Seafile a fájlokat kötetekbe szervezi, melyek szinkronizálhatók különféle eszközökkel, illetve megoszthatók más felhasználókkal vagy csoportokkal. Vendég felhasználóként nem hozhat létre kötetet." + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Bezárás" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Könyvtár kiválasztása:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Jelenleg nincs egyetlen kötete sem" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Kérem válasszon könyvtárat" @@ -4051,7 +4049,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "A fájl mérete legyen kisebb mint %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Mentés..." @@ -4158,7 +4156,7 @@ msgid "Empty file upload result" msgstr "Üres fájl feltöltés" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Hiba" @@ -4182,7 +4180,7 @@ msgstr "Feldolgozás..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "%(name)s törlése és még %(amount)s másik elemé sikeres." +msgstr "%(name)s törlése sikeres és még %(amount)s másik elemé." #: seahub/templates/repo.html:405 #, python-format @@ -4192,7 +4190,7 @@ msgstr "%(name)s törlése sikeres." #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Belső hiba. %(name)s törlése és még %(amount)s másik elemé sikertelen." +msgstr "Belső hiba. %(name)s törlése sikertelen és még %(amount)s másik elemé." #: seahub/templates/repo.html:416 #, python-format @@ -4207,8 +4205,8 @@ msgstr "A kiválasztott könyvtárak/fájlok mozgatása ide:" msgid "Copy selected directories/files to:" msgstr "A kiválasztott könyvtárak/fájlok másolása ide:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "A cél útvonal érvénytelen" @@ -4252,11 +4250,11 @@ msgstr "Belső hiba. %(name)s másolása és még %(amount)s másik elemé siker msgid "Internal error. Failed to copy %(name)s." msgstr "Belső hiba. %(name)s másolása sikertelen." -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Mozgatás..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Másolás..." @@ -4280,7 +4278,7 @@ msgstr "%(s_num)s elem másolása sikeres." msgid "Failed to copy %(f_num)s items." msgstr "%(f_num)s elemet nem sikerült átmásolni. " -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Sikertelen" @@ -4295,117 +4293,118 @@ msgstr "Hiba a titkosítás közben." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Titkosítás, %(num)s% kész." +msgstr "Titkosítás, %(num)s% c kész." #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Feltöltés ..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Kész!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Letöltés ..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Letöltés, %(num)s% kész." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Titkosítás visszafejtése..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Titkosítás feloldása, %(num)s% kész." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s törlése sikeres" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Fájl átnevezése" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Könyvtár átnevezése" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Fájl másolása" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Fájl mozgatása" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Könyvtár másolása" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Könyvtár mozgatása" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "%(name)s másolása ide:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "%(name)s mozgatása ide:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Ebben a kötetben a könyvtár letöltés nem támogatott." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "csillagozatlan" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Letöltés ..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "Letöltés, %(num)s% c kész." + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Titkosítás visszafejtése..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "Titkosítás feloldása, %(num)s% c kész." + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "%(name)s törlése sikeres" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Fájl átnevezése" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Könyvtár átnevezése" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Fájl másolása" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Fájl mozgatása" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Könyvtár másolása" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Könyvtár mozgatása" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "%(name)s másolása ide:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "%(name)s mozgatása ide:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Ebben a kötetben a könyvtár letöltés nem támogatott." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "csillagozott" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Ez kötelező." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Csak kiterjesztést adott meg." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Létrehozás..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Nem nevezte át." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" msgstr "%(old_name)s átnevezése %(new_name)s névre sikeres" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Megszakítva." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Kérem, válasszon ki legalább egy kontaktot." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Adjon meg e-mail címeket vagy csoportokat, vagy válasszon." @@ -4472,110 +4471,77 @@ msgstr "összes" msgid "Delete Time" msgstr "Törlés ideje" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Vissza" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Tulajdonjog átadása" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Jelszó változtatás" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Megosztás linkek" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Kötetbeállítások" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Összes változat megtartása" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Csak az utolsó változat megtartása" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Csak egy időszak megtartása:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "nap" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Kötet átadása másik felhasználónak:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Jelszó megváltoztatása a kötethez:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Régi jelszó" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Új jelszó(legalább %(repo_password_min_length)s karakter)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Új jelszó ismét" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Létrehozta" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Típus" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Feltöltés" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Ennek a kötetnek nincsenek megosztási linkjei" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Lehetősége van megosztási linket készíteni bármely könyvtárhoz / fájlhoz. Azon személyeknek akiknek elküldi a hivatkozást le és feltölthetnek bezippelt könyvtárat vagy fájlokat." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Kérem adja meg a régi jelszót" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Kérem adja meg az új jelszót" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Az új jelszó rövid" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Kérem adja meg újra az új jelszót" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Az új jelszavak nem egyeznek" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Sikeresen törölve." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Vissza a módosítási naplóhoz" @@ -4659,8 +4625,7 @@ msgstr "Csillagok" msgid "icon" msgstr "ikon" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Csillag törlése" @@ -4715,41 +4680,58 @@ msgstr "ide:" msgid "Sorry, this user is not registered yet." msgstr "Elnézést, ez a felhasználó még nem regisztrált." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Megosztás" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Csillagozás" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "feltöltötte a fájlt" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "egy hozzájáruló" msgstr[1] " %(counter)s hozzájáruló " -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Csillag törlése sikeres" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "Megbeszélés" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Csillagozás sikeres" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "Csoport" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "Megosztás" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Küldjön be egy megbeszélést a csoportnak" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "megbeszélés" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "Bezárás" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "legfelül" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Válasszon legalább egy csoportot." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Adjon meg egy megbeszélést." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4873,15 +4855,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "A captcha frissítése nem sikerült, kérem, próbálja meg később." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "Az e-mail megadása kötelező" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "A jelszó megadása kötelező" @@ -4920,10 +4903,47 @@ msgid "New Password: " msgstr "Új jelszó: " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "%(min_len)s vagy több karakter legyen, aminek %(level)s típúsút kell tartalmaznia vagy többet betűkből (kis-,nagybetű számít), számokból és szimbólumokból\"" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Új jelszó ismét: " +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "A jelenlegi jelszó nem lehet üres" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Adja meg a jelszót ismét" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "A jelszavak nem egyeznek" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "%(min_len)s vagy több karakter legyen, aminek %(level)s típúsút kell tartalmaznia vagy többet betűkből (kis-,nagybetű számít), számokból és szimbólumokból\"" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Jelszó átállítása sikeres" @@ -4998,30 +5018,15 @@ msgstr "Regisztráció" msgid "Welcome back, you are already signed in." msgstr "Üdvözöljük. Már be van jelentkezve." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Jelszó megerősítése" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Regisztráció" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Adja meg a jelszót ismét" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "A jelszavak nem egyeznek" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr " nem támogatott. Válasszon egy képfájlt." @@ -5038,110 +5043,86 @@ msgstr " túl nagy. Maximum 1 MB-os lehet." msgid "Discuss" msgstr "Megbeszélés" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Válasszon legalább egy csoportot." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Adjon meg egy megbeszélést." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "%(name)s megosztása" +msgstr "%(name)s megosztás" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Letöltési hivatkozás" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Feltöltési hivatkozás" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Magán megosztás" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Jelszó használata" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "Jelszó védelem hozzáadása" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(legalább %(repo_password_min_length)s karakter)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Jelszó ismét" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Lejárat beállítása" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Napok" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Generál" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Hivatkozás: " -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Küldés" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Címzett:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "E-mail címek ”,”-vel elválasztva" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Üzenet (opcionális):" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Küldés..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "A hivatkozást megoszthatja ismerőseivel, akik a link használatával fájlokat tölthetnek fel a kiválasztott könyvtárba." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Feltöltési hivatkozás:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Küldjön be egy megbeszélést a csoportnak" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "megbeszélés" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Módosítás részletei" @@ -5174,43 +5155,52 @@ msgstr "Törölt könyvtárak" msgid "Unknown error." msgstr "Ismeretlen hiba." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Saját" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Alkötetek" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Megosztott" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Új alkönyvtár" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Megosztás" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Még nincs egy kötete sem" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Köteteket hozhat létre fájljai rendezéséhez. Például hozzon létre egy-egy kötetet a munkáihoz. Minden kötet külön szinkronizálható és megosztható." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Forrás" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Még nem hozott létre alköteteket." -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5238,6 +5228,22 @@ msgstr "kontúr mutatása" msgid "Document convertion failed." msgstr "Dokumentum átalakítása meghiúsult." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "túl gyenge" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "gyenge" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "közepes" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "erős" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Megosztási jogosultság" @@ -5255,14 +5261,14 @@ msgid "Description is required" msgstr "Leírás kötelező" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Adjon meg jelszót" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "A jelszó túl rövid" @@ -5275,6 +5281,10 @@ msgstr "Sikeres törlés" msgid "Really want to delete %(lib_name)s ?" msgstr "Biztosan törli: %(lib_name)s ?" +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Feltöltés" + #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 msgid "Fetch failed" @@ -5291,7 +5301,7 @@ msgstr "További műveletek" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "%(lib_name)s megosztása" +msgstr "%(lib_name)s megosztás" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5394,23 +5404,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Kérem, válasszon ki legalább egy fájltípust vagy adjon meg legalább egy kiterjesztést." -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Kapcsolatok kiválasztása" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Adjon meg legalább egy e-mail címet" -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Adja meg a napok számát" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Kérem érvényes nap számot adjon meg" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5533,9 +5535,9 @@ msgid "Number of groups" msgstr "Csoportok száma" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Felhasznált terület" @@ -5615,42 +5617,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "csv fájl feltöltése" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Felhasználók importálása" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Felhasználó hozzáadása" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "Szerep" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "Vendég felhasználót is hozzáadhat, aki nem tud kötetet és csoportot létrehozni." + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "Alapértelmezett" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "Vendég" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Felhasználók importálása CSV fájlból" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Fájl tartalma: nev@mail.com,jelszó" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Kérem válassza ki a CSV fájlt" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Aktiválás, kis türelmet..." -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "Elérhető új szerver verzió: %(v)s." -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "A jelszavak nem egyeznek meg" @@ -5671,37 +5697,37 @@ msgstr "Tipp: az e-mail címeket a felhasználóknak már hozzá kellett volna a msgid "Status" msgstr "Állapot" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Létrehozva / Utolsó bejelentkezés" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Aktív" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Nem aktív" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Új jelszó" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Admin jog elvétele" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Admin jog megadása" @@ -5770,11 +5796,11 @@ msgstr "Biztosan törli %s adminisztrátori jogait?" msgid "Are you sure you want to set %s as admin?" msgstr "Biztosan %s-t beállítja adminisztrátornak?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Szerkesztés sikeres. Az e-mail kiküldésre került." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5812,408 +5838,401 @@ msgstr "személyes-wiki" msgid "Personal Wiki Pages" msgstr "Személyes wikioldalak" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "jogosultsághiba" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Újrahasznosítás oldal megjelenítése sikertelen" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Kötet-információ szerkesztése sikertelen." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Beállítások kiszolgálóra mentése sikertelen" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Beállítások mentve." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "%s érvénytelen felhasználói név" -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "%s felhasználó nem található." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "%s felhasználó nem tagja a jelenlegi szervezetnek." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "%(repo_name)s kötet %(new_owner)s-nak/nek átadva." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "A jelszó módosítás sikertelen, nem Ön a tulajdonosa." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "%(repo_name)s kötet jelszava sikeresen megváltoztatva." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "A fájlnév érvénytelen karaktert tartalmaz" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Ismétlődő fájlnév" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "A fájlméret meghaladja a korlátozást" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "A tulajdonos tárhelye elfogyott, a felöltés meghiúsult" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Hiba történt a fájl átvitele közben" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Érvénytelen URL" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Sikertelen a kötet módosításainak megtekintése" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Kötet-pillanatkép megtekintése sikertelen" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Nincs joga visszaállítani a kötet" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Adjon meg naplóazonosítót" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "A kötet nem létezik" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "A megadott napló nem létezik" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Ismeretlen hiba" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Saját kötet" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Kötetmegosztás visszavonása sikertelen, mivel nem is létezik" -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "„%s” megosztása visszavonva." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "„%s” megosztásának visszavonása sikertelen" -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Fájl törlése sikertelen." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s sikeresen törölve." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Belső hiba. %s törlése sikertelen." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "A fájl nem érhető el: a megosztási link elérte a forgalmi korlátját. " -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Fájl nem érhető el" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "%(path)s visszaállítása a gyökérkönyvtárra sikeres." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "%(path)s visszaállítása sikeres" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "%(path)s visszaállítása a gyökérkönyvtárra sikeres." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Belső hiba" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "„%s” könyvtár letöltése sikertelen: túl nagy." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "„%s” letöltése sikertelen" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"Személyes Wiki\" engedélyezése sikeres." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"Személyes Wiki\" kikapcsolása sikeres." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Nincs joga a kötet eléréséhez." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Nincs útvonal." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "A csoport nem létezik" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Jogosultság megtagadva" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "A kötet nem létezik." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Jogosultság megtagadva" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "A kötet titkosítva van." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Hiba: no head commit id" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Hiányzó paraméter." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "A célútvonal túl hosszú" -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "%(name)s áthelyezése sikeres. Megtekintés." -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "%(name)s másolása sikeres. Megtekintés." -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "A(z) %(src)s könyvtárat nem lehet átmozgatni a(z) %(des)s alkönyvtárába" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "A(z) %(src)s könyvtárat nem lehet átmásolni a(z) %(des)s alkönyvtárába" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "A célútvonal túl hosszú ide: %s" -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "A fájl block listát nem lehet elérni" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Hibás tárolóazonosító" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Kérem jelentkezzen be." - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "A rendszer kötetet nem lehet törölni." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Nincs ütközés az összeolvasztás során." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "Nincs joga csoportot létrehozni." + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTP hiba: fájl online megnyitása meghiúsult" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URL hiba: fájl online megnyitása meghiúsult" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "A választott kódolás nem megfelelő." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Érvénytelen fájlkódolás" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Fájlméret több mint %s, nem nyitható meg online." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Fájl megtekintése sikertelen" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Érvénytelen fájl formátum." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "A kötet nem létezik." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "A kötet titkosítva van." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "A szerkesztés sikertelen" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "A fájl nem létezik." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Az online szerkesztés nem elérhető a fájltípushoz." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" msgstr "Kvóta beállítása sikertelen: belső hiba" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s törlése sikeres" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "A felhasználó nem létezik, nem lehet törölni" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s adminisztrátornak való beállítása sikeres" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "A felhasználót nem lehet adminisztrátornak jelölni, a felhasználó nem létezik" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "%s felhasználótól az adminisztrátori jogok megvonása sikeres" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "A felhasználótól nem lehet megvonni az adminisztrátori jogokat, a felhasználó nem létezik" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "\"%s\" sikeresen aktiválva." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Aktiválás sikertelen, a felhasználó nem létezik." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "\"%s\" aktiválás sikeresen megszüntetve." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Aktiválás megszüntetése sikertelen, a felhasználó nem létezik." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Felhasználói fiókja aktiválásra került itt: %s." -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "Megváltozott jelszó itt: %s" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Jelszó sikeresen átállítva erre: %(passwd)s. Egy e-mailt küldtünk %(user)s részére." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Jelszó sikeresen átállítva erre: %(passwd)s, de a %(user)s felhasználónak nem sikerült az e-mailt elküldeni. Ellenőrizze a levelezés beállításokat." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "%(user)s jelszava sikeresen átállítva erre: %(passwd)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6221,70 +6240,74 @@ msgid "" "configured." msgstr "Jelszó sikeresen átállítva erre: %(passwd)s, de a(z) %(user)s felhasználónak nem lehet levelet küldeni mert a levél küldés nincs megfelelően beállítva." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Jelszó átállítása sikertelen: a felhasználó nem létezik" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Önt meghívták ide: %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "%s hozzáadása sikeres. E-mail értesítés kiküldve." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "%s hozzáadása sikeres. E-mail értesítés kiküldése sikertelen." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "%s hozzáadása sikeres." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "%s hozzáadása sikeres. E-mail értesítés kiküldése sikertelen, mivel nincs jól beállítva." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Átadás sikeres." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Átadás sikertelen, a(z) %s felhasználó nem létezik" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Átadás sikertelen, érvénytelen paraméterek." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "LDAP van használatban, nem lehet \"admin\"-t felvenni." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s adminisztrátornak való beállítása sikeres." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "A %s felhasználót nem lehet adminisztrátornak jelölni, a felhasználó nem létezik." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Importálás sikeres" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Kérem először a csv fájlt válassza ki." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "Nincs joga wiki oldalt létrehozni" diff --git a/locale/is/LC_MESSAGES/django.po b/locale/is/LC_MESSAGES/django.po index 99b1eaab1a..050aab1ade 100644 --- a/locale/is/LC_MESSAGES/django.po +++ b/locale/is/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-07-29 16:44+0000\n" -"Last-Translator: Hjörleifur Sveinbjörnsson \n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" +"Last-Translator: zheng xie \n" "Language-Team: Icelandic (http://www.transifex.com/projects/p/seahub/language/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,122 +19,115 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Það er nú þegar notandi með þetta netfang" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "Lykilorðin stemma ekki" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Nafn má ekki vanta" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Nafnið er of langt (hámark er 255 stafir)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Lýsingu má ekki vanta" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Lýsingin er of löng (hámark er 100 stafir)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Ekki má nota nafnið %s" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Vantar frumgildi" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Gamla nafnið er áskilið" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Það er of langt" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Það er áskilið" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Ekki má nota nafnið \"%s\"" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "Geymsluauðkenni er skylirði" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Notandanaf er áskilið" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "Lykilorð er má ekki vanta" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Ekki gott 'url'" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Rangt lykilorð" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Kerfisvilla" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Villa í dulkóðuðu safni" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Netfang er áskilið" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Kvóta má ekki vanta" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Kvótinn er of lítill (lágmark er 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Safnanafn er áskilið" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Safnalýsing er áskilið" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Vinsamlegast sláðu inn tölu" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Vinsamlegast sláðu inn rétt lykilorð." - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -208,22 +201,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -233,7 +230,7 @@ msgstr "Skrá Samvinna Teymi Samfélag" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Umræða" @@ -253,10 +250,10 @@ msgstr "Umræða" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -271,11 +268,9 @@ msgstr "Skrá" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -298,7 +293,7 @@ msgstr "Engar umræður" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -311,34 +306,31 @@ msgstr "Er að sækja..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Tókst ekki, vinsamlegast athugaðu nettenginguna" @@ -381,6 +373,7 @@ msgid "Deleted library %(library_name)s" msgstr "Eyddi safni %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Vinsamlegast athugaðu nettenginguna" @@ -393,7 +386,7 @@ msgstr "Ný svör" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Skilaboð" @@ -421,7 +414,7 @@ msgstr "Mikilvægar dagsetningar" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -437,94 +430,103 @@ msgstr "Lykilorði breytt giftursamlega" msgid "Change password: %s" msgstr "Breyta lykilorði: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Vinsamlegast skráðu þig inn." + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Notandanafn" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Lykilorð" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Sláðu inn gilt netfang." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Vinsamlegast sláðu inn rétt notandanafn og lykilorð. Athugaðu að há- og lágstafir skipta máli." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Þessi reikningur er óvirkur." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Ekki er búið að virkja kökur (e. cookies) í vafranum þínum. Þær eru skilyrði til að hægt sé að skrá sig inn." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "Netfang" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Tókst ekki að senda tölvupóst, tölvupóstþjónustan er líklegast ekki rétt sett upp, vinsamlegast hafðu samband við kerfisstjóra." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Þetta netfang er ekki tengt neinum skráðum notanda. Ertu viss um að þú sért skráður?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "Get ekki breytt lykilorði, vinsamlegast hafðu samband við LDAP kerfisstjóra." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Endursetja Lykilorð á %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nýtt lykilorð" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Staðfesting nýs lykilorðs" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Lykilorðin stemma ekki" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Gamla lykilorðið" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Þú slóst gamla lykilorðið ekki rétt inn. Vinsamlegast sláðu það inn aftur." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Lykilorðið (aftur)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Útskráður" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Tókst ekki að senda tölvupóst, vinsamlegast hafðu samband við kerfisstjóra." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "Get ekki uppfært lykilorðið, vinsamlegast hafðu samband við LDAP kerfisstjóra." @@ -626,7 +628,7 @@ msgstr "Núverandi smámynd:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -634,7 +636,7 @@ msgstr "Núverandi smámynd:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -643,29 +645,30 @@ msgstr "Núverandi smámynd:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -673,8 +676,8 @@ msgstr "Núverandi smámynd:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -697,31 +700,35 @@ msgstr "%(avatar_creator)s hafa uppfært smámyndir msgid "You have updated your avatar %(avatar)s." msgstr "Þú hefur uppfært smámyndina þína %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Netfang" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Þetta gildi verður að vera nákvæmlega 40 stafir" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Það er nú þegar notandi með þetta netfang" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Ekki rétt notandaauðkenni" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nafn" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "deild" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "sími" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "athugasemd" @@ -782,7 +789,7 @@ msgstr "Endursetti skráarstöðu \"%(file)s\" á %(time)s. " msgid "Recovered deleted directory" msgstr "Endurheimti eyddu skráarsafni" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Breytti nafni á safni eða lýsingu" @@ -793,8 +800,8 @@ msgstr "Steypt saman sjálfvirkt af Seafile kerfinu" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Rétt í þessu" @@ -827,10 +834,10 @@ msgstr[0] "fyrir %(seconds)d sekúndu síðan" msgstr[1] "fyrir %(seconds)d sekúndum síðan" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -844,11 +851,11 @@ msgstr[1] "fyrir %(seconds)d sekúndum síðan" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -859,9 +866,9 @@ msgid "Read-Write" msgstr "Lesa-Skrifa" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -881,7 +888,7 @@ msgid "Email is required." msgstr "Netfang er áskilið" #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s er ekki leyfilegt netfang." @@ -914,7 +921,7 @@ msgstr "Tókst að eyða %s." #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Félagar" @@ -929,7 +936,7 @@ msgid "Email " msgstr "Netfang" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -938,23 +945,22 @@ msgstr "Netfang" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -972,12 +978,12 @@ msgid "Name" msgstr "Nafn" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Athugasemd" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -986,28 +992,26 @@ msgstr "Athugasemd" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Aðgerðir" @@ -1020,8 +1024,10 @@ msgstr "Aðgerðir" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Breyta" @@ -1035,21 +1041,21 @@ msgstr "Breyta" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Eyða" @@ -1068,12 +1074,12 @@ msgstr "Bættu félögum þínum við svo þú getir deilt með einföldum hætt #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1109,7 +1115,7 @@ msgstr "Eyða Félaga" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Ertu viss um að þú viljir eyða %s?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1180,219 +1186,227 @@ msgstr "Staðfestingarskilaboð eru of löng (hámark eru 255 stafir)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" er ekki tekið gilt sem nafn" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Þú getur aðeins búið til %d hópa. Uppfærðu reikninginn þinn." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Það er þegar til hópur með þetta nafn." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Mistókst að henda grúppu, vinsamlegast reyndu aftur síðar." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Tókst að henda grúppu." -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Tókst ekki að endurnefna hópinn, hópanafn getur aðeins innihaldið bókstafi, númer og undirlínu" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Tókst að endurnefna hópinn sem \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "Netfangið %s er ekki leyfilegt." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Aðeins kerfisstjórar geta búið gert hópinn opinn öllum" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Skilaboðin eru ekki til" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Þú hefur ekki leyfi." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Þér hefur verið boðið í hóp á %s" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Mistókst að bæta við, %s er ekki í samfélaginu." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Þú getur aðeins boðið %d félögum. Uppfærðu reikninginn." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Tókst ekki að bæta við, %s er ekki í kerfinu." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Tókst að bæta við. Tölvupóstur hefur verið sendur." msgstr[1] "Tókst að bæta við. %(count)s netföng hafa verið send." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Tókst að bæta við." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Tókst ekki að bæta við, %s er ekki leyfilegt netfang." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Tókst ekki að bæta við, %s er ekki í kerfinu." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Aðgerð tókst." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Tókst ekki: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Villa: rangt hópa auðkenni" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Villa: hópurinn er ekki til." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Tókst að senda til %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Villa: þú ert ekki í hópnum %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Villa: safnið er ekki til." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Villa: engin slóð." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Tókst ekki að búa til: hópurinn er ekki til." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Tókst ekki að búa til: þú ert ekki í hópnum." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Tókst ekki að búa til" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Tókst ekki að búa til: kerfisvilla." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Þú ert þegar í hópnum." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Tókst að senda, kerfisstjóri hópsins mun sjá um þetta." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Umræða er skilyrði." -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Skrá er ekki til" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "Virkja \"Wiki\"." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "Slökkva á \"Wiki\"." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Mistókst að búa til wiki síðu. Vinsamlegast reynið aftur síðar." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Kerfisvilla" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Þetta wiki er ekki til." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Tókst ekki að búa til heima síðuna. Vinsamlegast reynið aftur síðar" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Mistókst að setja wiki safn" -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Fann ekki þetta wiki." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "Síðan \"%s\" er þegar til." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Tókst að eyða \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Mistókst að eyða \"%s\". Vinsamlegast reyndu síðar." @@ -1439,23 +1453,23 @@ msgstr "Það má ekki vanta og ætti ekki að vera meira en 2048 stafir." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1463,7 +1477,7 @@ msgstr "Hætta við" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Virkja Viðbætur" @@ -1474,9 +1488,9 @@ msgstr "Þessi hópur er opinn öllum." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1484,12 +1498,12 @@ msgstr "Söfn" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Skrár" @@ -1564,8 +1578,7 @@ msgstr "Viltu virkilega eyða þessari umræðu" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Já" @@ -1573,8 +1586,7 @@ msgstr "Já" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Nei" @@ -1594,7 +1606,7 @@ msgstr "Mistókst að eyða: " #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Mistókst" @@ -1602,15 +1614,15 @@ msgstr "Mistókst" msgid "Recent Changes" msgstr "Nýlegar Breytingar" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nýtt Safn" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1619,11 +1631,11 @@ msgstr "Nýtt Safn" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1633,47 +1645,47 @@ msgstr "Nýtt Safn" msgid "Description" msgstr "Lýsing" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Síðasta Uppfærsla" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Deilt af" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Hala niður og samstilla" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1682,46 +1694,46 @@ msgstr "Hala niður og samstilla" msgid "Unshare" msgstr "Taka deilingu af" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Engu safni er deilt með þessum hópi" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Þú getur deilt safni með því að smella á \"Nýtt Safn\" takkann hér að ofan eða á \"Deila\" smámyndina í safnalistanum þínum." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Safni sem hefur verið deilt sem skrifanlegu getur verið hlaðið niður og samstillt af öðrum hópum. Safni sem er deilt aðeins sem lesanlegu getur aðeins verið hlaðið niður, en uppfærslur gerðar af öðrum verða ekki hlaðið upp aftur í upprunalega skráarsafnið." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Safn" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Breytt af" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Breytir" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1732,7 +1744,7 @@ msgstr "Breytir" msgid "Details" msgstr "Í hnotskurn" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1745,7 +1757,7 @@ msgstr "Í hnotskurn" msgid "None" msgstr "Ekkert" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1754,29 +1766,29 @@ msgstr "Ekkert" msgid "Unknown" msgstr "Óþekkt" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "er dulkóðað" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Lykilorð: " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "Lykilorðið verður aðeins geymt í eina klukkustund" -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Hætta deilingu Safns" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Ertu viss um að þú viljir loka safninu %s ?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1794,11 +1806,11 @@ msgstr "Ertu viss um að þú viljir loka safninu %s ?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1842,7 +1854,7 @@ msgstr "Kerfisstjórar" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Stillingar" @@ -1860,7 +1872,7 @@ msgid "Avatar" msgstr "Smámynd" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Breyta" @@ -1870,7 +1882,7 @@ msgstr "Breyta" msgid "Rename" msgstr "Skipta um nafn" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Endurvekja Opinbert" @@ -1918,7 +1930,7 @@ msgstr "Eyða Félaga" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "Viltu virkilega eyða %s ?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1947,7 +1959,7 @@ msgid "Name: " msgstr "Nafn: " #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2020,7 +2032,7 @@ msgid "Choose a library as wiki:" msgstr "Veldu safn sem wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Smelltu og veldu safn." @@ -2086,13 +2098,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Ertu viss um að þú viljir eyða þessari síðu?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Nafn er áskilið" #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Lýsing er áskilin" @@ -2101,37 +2113,47 @@ msgstr "Lýsing er áskilin" msgid "Tips" msgstr "Hint" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Eftir að hafa búið til hóp, þá geturðu bætt við félögum og deilt söfnum með hópnum" +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Hóparnir mínir" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Nýr Hópur" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Tími:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Þú ert ekki í neinum hópi" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Þú getur búið til hóp með því að smella á \"Nýr Hópur\" takkann. Hópur er svæði þar sem að þú og félagar þínir geta skilið eftir skilaboð og unnið saman í söfnum." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nafn Hóps" @@ -2163,7 +2185,7 @@ msgid "Add administrators" msgstr "Bæta við kerfissjórum" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Bættu við eða veldu netföng" @@ -2442,21 +2464,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Seafile þjónar gyema ekki lykilorðin á dulkóðuðum söfnum. Til að skoða dulkóðað safn þegar þú ert nettengdur því, þá þarftu að slá inn lykilorðið fyrir safnið. Lykilorðið er aðeins geymt í dulkóðuðu minni á þjóninum. Það verður hreinsað úr minninu eftir eina klukkustund. Ef þú vilt skoða safnið eftir þann tíma þá verðuru að slá lykilorðið aftur inn." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "skilaboð eru áskilin" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "tengiliður er áskilinn" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Þú getur ekki sent skilaboð til sjálfs þíns." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Tókst ekki að senda skilaboð til %s, notandi fannst ekki." @@ -2467,13 +2489,13 @@ msgstr "Ný Skilaboð" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Skilaboð" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2491,10 +2513,6 @@ msgstr "senda til: smelltu til að velja félaga" msgid "please add contacts at first" msgstr "bættu fyrst við félögum" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Fann ekki félaga þína þegar ég sendi skilaboðin." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Senda skilaboð..." @@ -2523,7 +2541,7 @@ msgstr "%(user)s deildi skránni %(file_name)s með þér #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "kerfisvilla" @@ -2550,8 +2568,8 @@ msgstr "Ein hópumræða hefur fengið nýtt svar." #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s svaraði hópumræðunni þinni." +msgid "%(user)s replied the group discussion." +msgstr "" #: seahub/notifications/models.py:677 #, python-format @@ -2561,7 +2579,7 @@ msgid "" "%(join_request_msg)s" msgstr "Notandinn %(username)s óskar eftir því að ganga í hópinn %(group_name)s, staðfestingarskilaboð: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Tókst að hreinsa burt allar tilkynningar." @@ -2678,11 +2696,15 @@ msgstr "Eyða Athugasemd" msgid "Notices" msgstr "Tilkynningar" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Hreinsa" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Meira" @@ -2692,27 +2714,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Vinsamlegast veljið hvernig skoða skal dulkóðuð söfn á vefnum:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Senda lykilorð til þjónsins." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Skrár verða afkóðaðar á þjóni áður en þær verða sendar til þín." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Vista lykilorðið í vafranum þínum." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Skrár verða afkóðaðar í vafranum þínum þegar þú halar þeim niður." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2744,7 +2766,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "Tókst að setja \"%s\" sem sjálfgefna safnið þitt." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Stillingar Persónuupplýsinga" @@ -2757,75 +2779,75 @@ msgstr "Persónuupplýsingar" msgid "Language" msgstr "Tungumál" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Dulkóðuð söfn" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Undirsafn" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Sjálfgefið Safn" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Eyða reikningi." -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Smámynd:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Lykilorð:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Uppfæra" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nafn" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Um Mig" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Deild" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Sími" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Tungumálastilling" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Stillingar fyrir dulkóðuð söfn" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Hvernig það á að skoða dulkóðuð söfn á vefnum:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Undirsafnastillingar" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Virkja undirsöfn" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2834,7 +2856,7 @@ msgid "" "library." msgstr "Þessi eiginleiki gerir þér kleyft að samstilla skráarsöfn í safninu. Hægt er að búa til undirsafn í hvaða skráarsafni sem er. Eftir að það hefur verið búið til, þá mun það sjást í Seafile forritinu þínu og þú getur hlaðið því niður eins og þú hleður niður hvaða öðru safni sem er. Því verður haldið sjálfvirkt í fösun með móðursafninu." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2842,33 +2864,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Undirsafn er einnig notað til að deila skráarsafni með hópi eða öðrum notanda. Ef þetta er ekki virkjað þá verður í slíkum tilfellum búið til falið undirsafn. Ef þetta er virkjað, þá verða földu undirsöfnin einnig listuð, sem gerir þér kleyft að möndla með þau." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Sjálfgefnar Safnastillingar" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Sjálfgefna safnið þitt:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "Sjálfgefna safnið er þar sem að persónuleg skjöl og myndir eru geymdar." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Veldu sjálfgefna safnið" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Það er ekki hægt að taka þessa aðgerð til baka. Vinsamlegast hugsaðu málið aftur!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Veldu skjálfgefna safnið:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Viltu í alvörunni eyða reikningnum þínum?" @@ -2892,197 +2914,208 @@ msgid "Self-introduction" msgstr "Sjálfskynning" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Deild" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Sími" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "Netfang er ekki lengra en 512 stafir" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Vinsamlegast sláðu inn rétt lykilorð." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Tókst ekki að deila með öllum félögum, vinsamlegast reynið aftur síðar." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Tókst að deila til allra félaga, athugaðu það í Deilingum." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" er þegar í hópi %(group)s.Skoða" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Tókst ekki að deila %(repo)s til %(group)s, vinsamlegast reynið aftur síðar." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Tókst að deila með %(group)s, þú getur skoðað það undir Stjórnun Deilinga." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Þú getur ekki deilt safni með sjálfum þér." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Mistókst að deila með %s, notandi fannst ekki." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Tókst ekki að deila með %s, þar sem að netfangið er ekki skráð." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Tókst ekki að deila með %s, vinsamlegast reynið aftur síðar." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Tókst að deila með %(email)s, þú getur skoðað það undir Stjórnun Deilinga." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Aðeins eigandi safnsins hefur leyfi til að deila því." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Tókst ekki að deila \"%s\", ekki nægur kvóti. Uppfærðu reikninginn." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Óleyfileg breyta" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Tókst ekki að taka deilingu af" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "hópauðkenni er ekki gilt" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Tókst ekki að taka deilingu af: hópurinn er ekki til." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Tókst að taka deilingu af" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "Allir félagar" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Ógild gildi" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "Þú getur ekki deilt safni með þessum hætti." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Tókst að fjarlægja" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Tengillinn er ekki til" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Tókst ekki að senda tengilinn. Tölvupóstþjónustan er ekki alveg rétt stillt, vinsamlegast hafðu samband við kerfisstjóra." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Skrá er deilt með þér á %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Skáarsafni hefur verið deilt með þér á %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Kerfisvilla. Sending mistókst." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Tókst að senda." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Veldu skáarsafn." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Tókst að vista." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Tókst ekki að deila með \"%s\", notandi finnst ekki." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Deildi %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Slökkt á deilingu á \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "Þú hefur ekki leyfi til að taka deilingu af %s." -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Þú hefur ekki leyfi til að vista %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Tókst ekki að sækja tengilinn, vinsamlegast reyndu aftur síðar." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Aðgangi hafnað" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "Mistókst að senda tengil til að deila. Póstþjónustan er ekki rétt stillt, vinsamlegast hafðu samband við kerfisstjóra." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Upphleðsluslóð er deilt með þér á %s" @@ -3101,7 +3134,6 @@ msgstr "Upphleðslutenglar" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Heimsóknir" @@ -3115,8 +3147,6 @@ msgstr "Skoða" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Fjarlægja" @@ -3146,7 +3176,7 @@ msgid "Folders - Share" msgstr "Skráarsöfn - Deilt" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Skráarsöfn" @@ -3172,13 +3202,13 @@ msgstr "Þú getur deilt deilt einu skráarsafni með skráðum notanda ef þú #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Breyting tókst" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Breyting mistókst" @@ -3190,33 +3220,33 @@ msgstr "Skrár - Deila" msgid "From Others" msgstr "Frá Öðrum" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Til Annarra" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "Frá" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Engri skrá er deilt með þér" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Einstökum skrám sem deilt er með þér verða listaðar hér og þú getur halað þeim niður eða vistað þær í söfnum." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Til" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Þú átt engar prívat deildar skrár" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3243,7 +3273,8 @@ msgid "Shares" msgstr "Deilingar" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Grunnupplýsingar" @@ -3270,7 +3301,7 @@ msgstr "Þú átt engin söfn sem deilt er með %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "Afsakið, en síðan sem þú baðst um fannst ekki." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Virkni" @@ -3300,49 +3331,6 @@ msgstr "Kerfisstjórnun" msgid "All Groups" msgstr "Allir Hópar" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Tengingar" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nafn biðlara" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "Auðkenni" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Síðasta Fösun" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Ekki samstillt" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Hætta fösun" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Viltu virkilega hætta að halda því samstilltu?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Þú hefur ekki tengt aðra biðlara" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Söfnin sem þú hefur tengt eru sýnd hér á síðunni. Þú getur séð nafn og IP-tölu tækisins. Þú getur rofið sambandið á milli safns og biðlara ef þú vilt." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Tókst að hætta fösun." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3367,7 +3355,7 @@ msgid "Please enter the password." msgstr "Vinsamlegast sláðu inn lykilorð." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Tæki" @@ -3379,6 +3367,10 @@ msgstr "Verkvangur" msgid "Device Name" msgstr "Nafn Tækis" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "Auðkenni" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Seinast Skoðað" @@ -3398,7 +3390,7 @@ msgstr "Aftengja" #: seahub/templates/devices.html:43 #, python-format msgid "Really want to unlink %s?" -msgstr "Viltu virkilega aftengja %s?" +msgstr "" #: seahub/templates/devices.html:44 msgid "It will immediately stop syncing." @@ -3419,11 +3411,10 @@ msgstr "Tókst að aftengja." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3752,8 +3743,7 @@ msgid "Password is required." msgstr "Lykilorð er áskilið." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3776,7 +3766,6 @@ msgstr "Núverandi Slóð:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3842,6 +3831,7 @@ msgid "snapshots" msgstr "skyndimyndir" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "saga" @@ -3863,12 +3853,13 @@ msgstr "ruslafata" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Aftur í Safn" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3879,28 +3870,28 @@ msgstr "Núverandi Slóð:" msgid "Personal" msgstr "Mitt eigið" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Stjörnumerkt" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Mitt wiki" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Stjórnun deilinga" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Tenglar" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Hópur" @@ -3918,27 +3909,34 @@ msgstr "Engu safni er deilt með þér" msgid "Welcome to Seafile!" msgstr "Velkomin í Seafile" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile flokkar skrár í söfn. Hverju safni fyrir sig er hægt að deila og samstilla við önnur tæki. Við höfum búið til eitt safn fyrir þig. Þú getur búið til önnur söfn síðar." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Loka" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Veldu skráarsafn:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Í augnablikinu áttu engin söfn" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Vinsamlegast veldu skráarsafn" @@ -4046,7 +4044,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "Skráarstærð ætti að vera minni en %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Vista..." @@ -4054,7 +4052,7 @@ msgstr "Vista..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Uppfæra %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4114,7 +4112,7 @@ msgstr "Smelltu og veldu skráarsafn" #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "Endurnefna %(name)s sem:" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4153,7 +4151,7 @@ msgid "Empty file upload result" msgstr "Tómri skrá hlaðið upp" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Villa" @@ -4177,22 +4175,22 @@ msgstr "Er að vinna..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "Tókst að eyða %(name)s auk %(amount)s annarra atriða." +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "Tókst að eyða %(name)s." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Kerfisvilla. Tókst ekki að eyða %(name)s auk %(amount)s annarra atriða." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Kerfisvilla. Tókst ekki að eyða %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4202,80 +4200,80 @@ msgstr "Færa valin skráarsöfn og/eða valdar skrár til:" msgid "Copy selected directories/files to:" msgstr "Afrita valin skráarsöfn og/eða valdar skrár til:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Ekki leyfileg viðtökuslóð" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "Tókst að færa %(name)s auk %(amount)s annarra atriða." +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "Tókst að færa %(name)s." +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "Tókst að afrita %(name)s auk %(amount)s annarra atriða." +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "Tókst að afrita %(name)s." +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Kerfisvilla. Mistókst að færa %(name)s auk %(amount)s annarra atriða." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Kerfisvilla. Tókst ekki að færa %(name)s." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Kerfisvilla. Tókst ekki að afrita %(name)s auk %(amount)s annarra atriða." +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Kerfisvilla. Mistókst að afrita %(name)s." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Færi..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Afrita..." #: seahub/templates/repo.html:679 #, python-format msgid "Successfully moved %(s_num)s items." -msgstr "Tókst að færa %(s_num)s atriði." +msgstr "" #: seahub/templates/repo.html:681 #, python-format msgid "Failed to move %(f_num)s items." -msgstr "Mistókst að færa %(f_num)s atriði." +msgstr "" #: seahub/templates/repo.html:684 #, python-format msgid "Successfully copied %(s_num)s items." -msgstr "Tókst að afrita %(s_num)s atriði." +msgstr "" #: seahub/templates/repo.html:686 #, python-format msgid "Failed to copy %(f_num)s items." -msgstr "Mistókst að afrita %(f_num)s hluti." +msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Mistókst" @@ -4290,117 +4288,118 @@ msgstr "Villa við dulkóðun." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Dulkóða, %(num)s% lokið." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Er að hlaða upp..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Búin!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Er að hala niður... " - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Niðurhala, $(num)s% lokið." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Er að dulkóða..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Afkóða, %(num)s% lokið." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Tókst að eyða %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Endurnefna Skrá" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Endurnefna Skráarsafn" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Afrita Skrá" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Færa Skrá" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Afrita Skráarsafn" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Færa Skráarsafn" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Afrita %(name)s sem:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Færði %(name)s til:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Niðurhal skráarsafnn er ekki stutt í þessu safni." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "Taka stjörnu af" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Er að hala niður... " + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Er að dulkóða..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Endurnefna Skrá" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Endurnefna Skráarsafn" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Afrita Skrá" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Færa Skrá" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Afrita Skráarsafn" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Færa Skráarsafn" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Niðurhal skráarsafnn er ekki stutt í þessu safni." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "stjörnumerkt" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "þetta er áskilið." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Aðeins skráarending til staðar, vinsamlegast settu inn nafn á skránna." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Bý til..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Þú hefur ekki endurnefnt hana/það." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "Tókst að endurnefna %(old_name)s til %(new_name)s" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Hætt við." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Vinsamlegast veldu a.m.k einn félaga." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Vinsamlegast settu inn netfang eða hóp, eða veldu úr." @@ -4467,110 +4466,77 @@ msgstr "allt" msgid "Delete Time" msgstr "Eyða Tíma" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Aftur til" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Skipta um eiganda" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Breyta Lykilorði." -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Deildir Hlekkir" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Styllingar Safna" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Skrá alla söguna" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Ekki skrá sögu" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Skrá sögu í ákveðinn tíma" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "dagar" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Gefa öðrum notanda þetta safn" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Breyta lykilorðinu fyrir þetta safn:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Gamla Lykilorðið" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Nýtt Lykilorð (að minnsta kosti %(repo_password_min_length)s stafir)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Endurtaktu Nýja Lykilorðið" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Búið til af" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Gerð" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Hlaða upp" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Það hefur engum vefslóðum verið deilt í þessu safni" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Frá hvaða skrá/skráarsafni getur þú búið til hlekk til að deila með öðrum. Fólk sem fær þennan hlekk getur halað niður/hlaðið upp þjöppuðum skráarsöfnum eða skrám." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Vinsamlegast sláðu inn gamla lykilorðið" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Vinsamlegast sláðu inn nýja lykilorðið" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Nýja lykilorðið er of stutt" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Vinsamlegast sláðu inn nýja lykilorðið aftur" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Nýju lykilorðin stemma ekki" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Tókst að fjarlægja." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Aftur í breytingasögu" @@ -4654,8 +4620,7 @@ msgstr "Stjörnur" msgid "icon" msgstr "smámynd" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Taka stjörnu af" @@ -4710,41 +4675,58 @@ msgstr "til" msgid "Sorry, this user is not registered yet." msgstr "Afsakið, en þessi notandi er ekki enn skráður." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Deila" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Setja stjörnu á" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "uppfærði þessa skrá" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "einn meðhöfundur" msgstr[1] "%(counter)s meðhöfundar" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Tókst að taka stjörnu af" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Stjörnumerkt með glæsibrag" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Sendu umræðu til hóps" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "umræða" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Vinsamlegast veljið að minnsta kosti einn hóp." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Vinsamlegast ræðið." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4868,15 +4850,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Tókst ekki að gera nýjann staðfestingarkóða, vinsamlegast reyndu aftur síðar." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "Netfang má ekki vanta" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Lykilorðið má ekki vanta" @@ -4915,10 +4898,47 @@ msgid "New Password: " msgstr "Nýtt lykilorð" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Staðfestu lykilorð:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Vinsamlegast sláðu lykilorðið inn aftur" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Lykilorðin stemma ekki" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Lykilorð endurstillt" @@ -4993,30 +5013,15 @@ msgstr "Skráðu þig" msgid "Welcome back, you are already signed in." msgstr "Gaman að sjá þig aftur, þú ert þegar skráð/ur inn." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Staðfestu lykilorðið" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Nýskrá" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Vinsamlegast sláðu lykilorðið inn aftur" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Lykilorðin stemma ekki" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "er ekki stutt. Vinsamlegast veljið mynd." @@ -5033,110 +5038,86 @@ msgstr " er of stór. Hámarksstærð er 1MB" msgid "Discuss" msgstr "Umræða" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Vinsamlegast veljið að minnsta kosti einn hóp." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Vinsamlegast ræðið." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "Deila %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Niðurhalstengill" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Upphleðslutengill" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Eigin Deiling" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Nota Lykilorð" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(að minnsta kosti %(repo_password_min_length)s stafir)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Lykilorð aftur" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Setja Gildislok" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Dagar" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Mynda" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Tengill:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Senda" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Senda til:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Netföng aðskilin með ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Skilaboð (valfrjálst):" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Sendi..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Þú getur deilt tenglinum með öðru fólki og það getur notað hann til að hlaða upp skrám í þetta skráarsafn." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Upphleðslutengill:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Sendu umræðu til hóps" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "umræða" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Breytingarsmáatriði" @@ -5169,43 +5150,52 @@ msgstr "Eydd skráarsöfn" msgid "Unknown error." msgstr "Óþekkt villa." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Mitt" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Undirsöfn" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Deilt" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Nýt Undir-safn" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Deila" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Þú hefur ekki búið til nein söfn" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Þú getur búið til safn til að skipuleggja skrárnar þínar. Til dæmis þá getur þú búið til eitt fyrir hvert verkefni. Hverju safni er hægt að samstilla og deila sjálfstætt." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Upphaf" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Þú hefur ekki búið til nein undirsöfn" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5233,6 +5223,22 @@ msgstr "sýna yfirlit" msgid "Document convertion failed." msgstr "Umskráning skjala mistókst." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Deila Leyfi" @@ -5250,14 +5256,14 @@ msgid "Description is required" msgstr "Lýsing er áskilin" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Vinsamlegast sláðu inn lykilorð" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Lykilorðið er of stutt" @@ -5268,7 +5274,11 @@ msgstr "Eyðing tókst." #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "Viltu virkilega eyða %(lib_name)s?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Hlaða upp" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5286,7 +5296,7 @@ msgstr "Fleyri aðgerðir" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "Deila %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5389,23 +5399,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Vinsamlegast veldu a.m.k. eina skráartegun eða settu inn a.m.k. eina skráarendingu" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Veldu félaga" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Vinsamlegast settu inn að minnsta kosti eitt netfang" -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Vinsamlegast sláðu inn daga" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Vinsamlegast sláðu inn gilda daga" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5453,7 +5455,7 @@ msgstr "Færa safn" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "Færa %(lib_name)s í:" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5528,9 +5530,9 @@ msgid "Number of groups" msgstr "Fjöldi hópa" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Notað Pláss" @@ -5610,42 +5612,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "Hlaða upp csv skrá" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Flytja inn notendur" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Bæta við notanda" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Flytja inn notendur frá CSV skrá" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Skráarsnið: user@mail.com,lykilorð" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Vinsamlegast veldur CSV skrá" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Er að virkja..., vinsamlegast bíðið" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." -msgstr "Útgáfa %(v)s er fáanleg." +msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Lykilorð stemma ekki" @@ -5666,37 +5692,37 @@ msgstr "Hint: netföngin ættu að vera notendurnir sem hafa þegar verið skrá msgid "Status" msgstr "Staða" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Búa til á / Síðasta Innskráning" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Virkt" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Óvirkt" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Endursetja Lykilorð" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Taka kerfisstjóraréttindi af" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Gera að kerfisstjóra" @@ -5753,23 +5779,23 @@ msgstr "Eyða Notanda" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Ertu viss um að þú viljir endurstilla lykilorðið fyrir %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Ertu viss um að þú viljir taka kerfisstjóraréttindin af %s?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "Ertu viss um að þú viljir gera %s að kerfisstjóra?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Breyting tókst, tölvupóstur hefur verið sendur." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5807,408 +5833,401 @@ msgstr "Eigið wiki" msgid "Personal Wiki Pages" msgstr "Eigin wiki síður" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "leyfisvilla" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Get ekki skoðað endurnýjaða síðu" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Gat ekki breytt upplýsingum um safn" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Gat ekki vistað stillingar á þjóni" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Stillingar vistaðar." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Notandanafn %s er ekki leyfilegt." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Finn ekki notanda %s." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "Notandinn %s er ekki í samfélaginu" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "Safn %(repo_name)s hefur verið flutt til %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Mistókst að breyta lykilorði, þú ert ekki eigandi." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "Tókst að endursetja lykilorðið fyrir Safnið %(repo_name)s." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Skráarnafn inniheldur óleyfilega stafi" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Skráarnafn þegar til" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "Skráarstærð fór yfir stærðarmörk" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "Egiandi hefur notað allt plássið sitt, upphleðsla mistókst." -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Villa kom upp við skráarflutning" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Óleyfilegt veffang" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Getur ekki skoðað breytingar safns" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Getur ekki skoðað skyndimynd safns" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Þú hefur ekki leyfi til að endurbyggja safnið" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Vinsamlegast tilgreinið söguauðkenni" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "Safn er ekki til" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "Sagan sem þú tilgreindir er ekki til" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Óþekkt villa" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Safnið mitt" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Tókst ekki að taka deilingu af safni, því það er ekki til." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Tókst að taka deilingu af \"%s\"." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Tókst ekki að taka deilingu af \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Tókst ekki að eyða skrá." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "Tókst að eyða %s." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Kerfisvilla. Tókst ekki að eyða %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "Get ekki nálgast skránna: kvótinn fyrir netumferð deildra hlekkja er uppurinn." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Get ekki nálgast skrá" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Tókst að afturkalla %(path)s í rót skráarsvæðis." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Tókst að kalla fram eldri útgáfu %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Tókst að kalla fram aftur %(path)s í rót skráarsvæðis." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Kerfisvilla" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Get ekki hlaðið niður skráarsafni \"%s\": of stórt." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Get ekki hlaðið niður \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "Virkja \"Eigið Wiki\"." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "Slökkva á \"Eigin Wiki\"" -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Þú hefur ekki aðgangsleyfi að þessu safni." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Engin slóð." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Hópurinn er ekki til." -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Aðgangi hafnað" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Safn er ekki til" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Aðgangur óheimill." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Safnið er dulkóðað" -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Villa: vantar staðfestingarauðkenni í hausinn" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Breytu vantar." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Viðtökuslóð er of löng." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Tókst að færa %(name)s skoða" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Tókst að afrita %(name)s skoða" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Get ekki flutt skráarsafnið %(src)s í undirskráarsafnið %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Get ekki afritað skráarsafnið %(src)s í undirskráarsafnið %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Viðtökuslóð er of löng fyrir %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Tókst ekki að sækja hlutaskrá" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Rangt auðkenni safns" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Vinsamlegast skráðu þig inn." - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "Ekki er hægt að eyða kerfissafni." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Engir árekstrar í sameiningunni" -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTP villa: tókst ekki að opna skrána" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Veffangsvilla: tókst ekki að opna skrána" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "Kóðunin sem þú valdir á ekki við." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Óþekkt skráargerð" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Skráarstærð yfir %s, ekki hægt að opna í vafra." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Getur ekki skoðað skrá" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Óleyfileg skráargerð." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "Safnið er ekki til." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "Safnið er dulkóðað" -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Ekki hægt að breyta skrá" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Skráin er ekki til." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Ekki er hægt að breyta skrá af þessari gerð í vafra" -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Mistókst að setja kvóta: kerfisvilla" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Tókst að eyða %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Tókst ekki að eyða: notandinn er ekki til" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "Tókst að gera %s að kerfisstjóra" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Tókst ekki að gera að kerfisstjóra: notandinn er ekki til" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Tókst að taka kerfisstjóraréttindi af %s" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Mistókst að taka kerfisstjóraréttindin af: notandinn er ekki til" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "Tókst að virkja \"%s\"." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Tókst ekki að virkja: notandi er ekki til." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "Gerði notandann \"%s\" óvirkann." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Tókst ekki að gera notandann óvirkann: hann er ekki til" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Reikningurinn þinn á %s hefur verið virkjaður" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "Lykilorðið hefur verið endursett á %s" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Tókst að breyta lykilorðinu í %(passwd)s, tölvupóstur hefur verið sendur til %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Tókst að endurstilla lykilorðið í %(passwd)s, en mistókst að senda tölvupóst til %(user)s, vinsamlegast athugaðu netfangs stillinguna." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Tókst að endurstilla lykilorðið í %(passwd)s fyrir notandann %(user)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6216,70 +6235,74 @@ msgid "" "configured." msgstr "Tókst að endurstilla lykilorðið í %(passwd)s fyrir notandann %(user)s. En tölvupóst er ekki hægt að senda því tölvupóststillingar eru ekki rétt stilltar." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Mistókst að endurstilla lykilorð: notandinn er ekki til" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Þér hefur verið boðið í %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Tókst að bæta við notandanum %s. Tilkynning hefur verið send í tölvupósti." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "Tókst að bæta við notandanum %s. Villa kom upp þegar reynt var að senda tilkynningu þess efnis í tölvupósti, vinsamlegast athugaðu tölvupóststillingarnar." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "Tókst að bæta við notandanum %s." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "Tókst að bæta við notandanum %s. En ekki var hægt að senda tilkynningu um það í tölvupósti, því póstþjónustan er ekki rétt upp sett." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Tókst að flytja" -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Færslan tókst ekki, notandinn %s fannst ekki" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Flutningurinn tókst ekki, eitthvað vitlaust slegið inn" -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "Nota LDAP núna, get ekki bætt við kerfisstjóra." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "Tókst að gera %s að kerfisstjóra." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Mistókst að gera %s að kerfisstjóra: notandi er ekki til." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Innflutningur tókst" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Vinsamlegast veldu fyrst csv skrá." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/it/LC_MESSAGES/django.po b/locale/it/LC_MESSAGES/django.po index 3c6bf3db30..a754abcc5a 100644 --- a/locale/it/LC_MESSAGES/django.po +++ b/locale/it/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-30 15:00+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 14:06+0000\n" "Last-Translator: bits4beats \n" "Language-Team: Italian (http://www.transifex.com/projects/p/seahub/language/it/)\n" "MIME-Version: 1.0\n" @@ -20,122 +20,115 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Un utente con questo indirizzo e-mail è già presente" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "Un utente con questo indirizzo email esiste già" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." msgstr "Le due password non corrispondono." -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Il nome non può essere vuoto" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Nome troppo lungo (massimo 255 caratteri)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "La descrizione non può essere vuota" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "La descrizione è troppo lunga (massimo 100 caratteri)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Il nome %s non è valido" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argomento mancante" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "E' richiesto il vecchio nome" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "E' troppo lungo." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Richiesto." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Nome \"%s\" non valido" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "E' richiesto il Repo ID" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "E' richiesto il nome utente" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "La password non può essere vuota" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Indirizzo errato" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Password sbagliata" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Errore interno del server" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Errore nella decrittazione della libreria" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "La e-mail è richiesta" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Il campo quota non può essere vuoto" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Quota troppo bassa (valore minimo 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Nome della libreria richiesto." -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Descrizione della libreria richiesta" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Prego inserisci un numero" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Per favore inserisci la password corretta." - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -209,22 +202,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "Sloveno" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "Cinese" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -234,7 +231,7 @@ msgstr "File Collaboration Team Organization" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Discussione" @@ -254,10 +251,10 @@ msgstr "Discussione" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -272,11 +269,9 @@ msgstr "File" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -299,7 +294,7 @@ msgstr "Nessuna discussione." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -312,34 +307,31 @@ msgstr "Sto Caricando..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Impossibile. Prego controlla la rete." @@ -382,6 +374,7 @@ msgid "Deleted library %(library_name)s" msgstr "Libreria cancellata %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Prego controlla la rete." @@ -394,7 +387,7 @@ msgstr "Nuova risposta" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Messaggi" @@ -422,7 +415,7 @@ msgstr "Date importanti" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -438,94 +431,103 @@ msgstr "Password cambiata correttamente." msgid "Change password: %s" msgstr "Cambia password: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Loggati." + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nome utente" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Password" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Inserire un indirizzo email valido." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Prego inserisci un corretto nome utente e password. Attenzione maiuscole/minuscole." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "L'account è inattivo." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Il vostro browser sembra non abbia i cookies attivi. Sono richiesti per l'autenticazione." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Impossibile spedire la email, il servizio non è correttamente configurato, si prega di contattare l'amministratore." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Questo indirizzo email non ha un profilo associato. Sei sicuro di volerlo registrare ?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "Impossibile reimpostare password, contatta l'amministratore LDAP" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Reset della password per %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nuova password" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Conferma nuova password" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Le due password non corrispondono." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Vecchia password" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "La vecchia password non è corretta. Riprova." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Password (conferma)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Uscito." -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Impossibile spedire l'email, si prega di contattare l'amministratore." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "Impossibile aggiornare password, contatta l'amministratore LDAP." @@ -627,7 +629,7 @@ msgstr "Avatar attuale: " #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -635,7 +637,7 @@ msgstr "Avatar attuale: " #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -644,29 +646,30 @@ msgstr "Avatar attuale: " #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -674,8 +677,8 @@ msgstr "Avatar attuale: " #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -698,31 +701,35 @@ msgstr "%(avatar_creator)s ha aggiornato i loro ava msgid "You have updated your avatar %(avatar)s." msgstr "Hai aggiornato il tuo avatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Indirizzo e-mail" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Questo valore deve essere lungo 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Un utente con questo indirizzo e-mail è già presente" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Id utente non valido." -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nome" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "dipartimento" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "telefono" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "nota" @@ -783,7 +790,7 @@ msgstr "Riportato il file \"%(file)s\" allo stato di %(time)s." msgid "Recovered deleted directory" msgstr "Recuperata la cartella cancellata" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Cambia il nome della libreria o della descrizione" @@ -794,8 +801,8 @@ msgstr "Unione automatica effettuata da seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Subito" @@ -828,10 +835,10 @@ msgstr[0] "%(seconds)d secondo fa" msgstr[1] "%(seconds)d secondi fa" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -845,11 +852,11 @@ msgstr[1] "%(seconds)d secondi fa" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -860,9 +867,9 @@ msgid "Read-Write" msgstr "Lettura-Scrittura" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -882,7 +889,7 @@ msgid "Email is required." msgstr "L'email è richiesta." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s non è un indirizzo email valido." @@ -915,7 +922,7 @@ msgstr "%s cancellato correttamente." #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Contatti" @@ -930,7 +937,7 @@ msgid "Email " msgstr "Email " #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -939,23 +946,22 @@ msgstr "Email " #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -973,12 +979,12 @@ msgid "Name" msgstr "Nome" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Note" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -987,28 +993,26 @@ msgstr "Note" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Operazioni" @@ -1021,8 +1025,10 @@ msgstr "Operazioni" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Modifica" @@ -1036,21 +1042,21 @@ msgstr "Modifica" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Cancella" @@ -1069,12 +1075,12 @@ msgstr "Aggiungi contatti per condividere velocemente librerie e inviare linka f #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1110,7 +1116,7 @@ msgstr "Cancella contatto" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Sei sicuro di cancellare %s ?" +msgstr "Sei sicuro di volder cancellare %s ?" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1181,219 +1187,227 @@ msgstr "Il messaggio di verifica è troppo lungo (massimo 255 caratteri)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" non è un nome valido" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "Non hai i permessi per creare il gruppo." + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Puoi creare solo %d gruppi.Aggiorna il profilo" -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Nome gruppo già esistente." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Impossibile rimuovere il gruppo, riprova più tardi." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Gruppo rimosso correttamente." -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Fallito nel tentativo di rinominare il gruppo, il nome del gruppo può contenere solo lettere, numeri o trattino basso." -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Gruppo rinominato in \"%s\" correttamente. " -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "La email %s non è valida." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Solo gli amministratori possono rendere il gruppo pubblico" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Il messaggio non esiste" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Non hai i permessi." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Sei stato invitato a partecipare al gruppo %s" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "Il gruppo non esiste." + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Impossibile aggiungere, %s non è nell'organizzazione corrente." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Puoi solo invitare %d membri. Aggiorna il tuo account." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Impossibile aggiungere, %s non è registrato." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Aggiunta completata con successo. E' stata inviata una mail." msgstr[1] "Aggiunta completata correttamente. Inviate mail a %(count)s." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Aggiunto correttamente." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Impossibile aggiungere, %s non è un è indirizzo email valido." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Impossibile aggiungere, %s non è registrato." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Operazione conclusa con successo." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Impossibile : %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Errore: group id errato" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Errore: il gruppo non esiste." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Postato correttamente in %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Errore: non sei nel gruppo %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "ErrorE: la libreria non esiste." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Errore: nessun percorso." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Errore di creazione: il gruppo non esiste." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Errore di creazione: non sei nel gruppo." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Errore di creazione" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Errore di creazione: errore interno." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Sei già nel gruppo." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Invio completato correttamente, il gruppo admin gestirà la richiesta." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Discussione è richiesto." -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Il file non esiste." -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"Wiki\" attivato correttamente." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"Wiki\" disattivato correttamente." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Impossibile creare la pagina wiki. Prego riprovare più tardi." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Errore interno del server" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Il wiki non esiste." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Impossibile creare la home page. Prego riprovare più tardi." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Impossibile impostare il wiki della libreria." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki non trovato." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "La pagina \"%s\" è già esistente." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Cancellato \"%s\" con successo." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Impossibile cancellare \"%s\". Per favore riprova più tardi." @@ -1440,23 +1454,23 @@ msgstr "Non può essere bianco e non può superare 2048 caratteri." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1464,7 +1478,7 @@ msgstr "Annulla" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Attiva moduli" @@ -1475,9 +1489,9 @@ msgstr "Questo gruppo è pubblico." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1485,12 +1499,12 @@ msgstr "Librerie" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Documenti" @@ -1565,8 +1579,7 @@ msgstr "Veramente vuoi cancellare questa discussione?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Si" @@ -1574,8 +1587,7 @@ msgstr "Si" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "No" @@ -1595,7 +1607,7 @@ msgstr "Cancellazione fallita:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Fallito." @@ -1603,15 +1615,15 @@ msgstr "Fallito." msgid "Recent Changes" msgstr "Cambi recenti" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nuova libreria" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1620,11 +1632,11 @@ msgstr "Nuova libreria" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1634,47 +1646,47 @@ msgstr "Nuova libreria" msgid "Description" msgstr "Descrizione" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Ultimo aggiornamento" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Condiviso da" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Scarica e sincronizza" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1683,46 +1695,46 @@ msgstr "Scarica e sincronizza" msgid "Unshare" msgstr "Togli condivisione" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Nessuna libreria è condivisa a questo gruppo" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Puoi condividere le libreria cliccando il bottone \"Nuova Libreria\" o l'icona \"Condividi\" nella lista della libreria." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Le librerie condivise con permessi di scrittura possono essere scaricate e sincronizzate da altri membri del gruppo. Le librerie in sola lettura possono essere solo scaricate, gli aggiornamenti di altri utenti non verranno caricati." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Libreria" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Modificato il" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Modificatore" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1733,7 +1745,7 @@ msgstr "Modificatore" msgid "Details" msgstr "Dettagli" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1746,7 +1758,7 @@ msgstr "Dettagli" msgid "None" msgstr "Niente" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1755,29 +1767,29 @@ msgstr "Niente" msgid "Unknown" msgstr "Sconosciuto" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "è criptato" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Password:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "La password è conservata nel server per solo 1 ora." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Togli condivisione alla libreria" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Sei sicuro di togliere la condivisione %s ?" +msgstr "Sei sicuro di rimuovere la condivisione %s ?" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1795,11 +1807,11 @@ msgstr "Sei sicuro di togliere la condivisione %s ?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1843,7 +1855,7 @@ msgstr "Amministratori" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Impostazioni" @@ -1861,7 +1873,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Cambia" @@ -1871,7 +1883,7 @@ msgstr "Cambia" msgid "Rename" msgstr "Rinomina" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Revoca impostazione Pubblico" @@ -1948,7 +1960,7 @@ msgid "Name: " msgstr "Nome:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2021,7 +2033,7 @@ msgid "Choose a library as wiki:" msgstr "Scegli una libreria come wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Per favore clicca e seleziona una libreria." @@ -2087,13 +2099,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Sei sicuro di voler cancellare questa pagina?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Nome è richiesto." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Descrizione è richiesta." @@ -2102,37 +2114,47 @@ msgstr "Descrizione è richiesta." msgid "Tips" msgstr "Suggerimento" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Dopo aver creato un gruppo, puoi aggiungere membri e condividere librerie." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "Ora sei un utente guest, non puoi creare gruppi." + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "I miei gruppi" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Nuovo gruppo" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Ora: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Non sei presente in nessun gruppo" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Puoi creare un gruppo cliccando su \"Nuovo Gruppo\". Un gruppo è un luogo dove tu e i tuoi amici potete lasciare messaggi e collaborare insieme." +"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." +msgstr "Un gruppo è un luogo dove tu e i tuoi amici potete lasciare messaggi e collaborare insieme sulle librerie. Puoi creare un gruppo cliccando sul pulsante \"Nuovo Gruppo\". " #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "Un gruppo è un luogo dove tu e i tuoi amici potete lasciare messaggi e collaborare insieme sulle librerie. I gruppi a cui appartieni sono presenti qui." + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nome gruppo" @@ -2164,7 +2186,7 @@ msgid "Add administrators" msgstr "Aggiungi amministratori" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Per favore inserisci emails o selezionane una." @@ -2443,21 +2465,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "I server Seafile non memorizzano la password per una libreria criptata. Per visualizzare una libreria criptata online, devi inserire la password per la libreria. La tua password è memorizzata solamente nella memoria criptata del server. Dovrebbe essere pulita dalla memoria entro un'ora. Successivamente, se vuoi vedere la libreria, devi nuovamente inserire la password." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "messaggio è richiesto" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "contatto è richiesto" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Non puoi inviare messaggi a te stesso." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Invio messaggio a %s fallito, utente non trovato." @@ -2468,13 +2490,13 @@ msgstr "Nuovo Messaggio" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Messaggio" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2492,10 +2514,6 @@ msgstr "spedisci a: clicca per selezionare i contatti" msgid "please add contacts at first" msgstr "Per favore prima aggiungi i contatti." -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Impossibile ottenere i tuoi contatti per l'invio del messaggio." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Invia un messaggio..." @@ -2524,7 +2542,7 @@ msgstr "%(user)s ha condiviso un file chiamato %(file_name)s< #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Errore interno" @@ -2551,7 +2569,7 @@ msgstr "Una discussione di gruppo ha una nuova risposta." #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "%(user)s ha risposto alla discussione di gruppo." #: seahub/notifications/models.py:677 @@ -2562,7 +2580,7 @@ msgid "" "%(join_request_msg)s" msgstr "L'utente %(username)s ha chiesto di unirsi al gruppo %(group_name)s, messaggio di verifica: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Tutte le notifiche sono state cancellate." @@ -2679,11 +2697,15 @@ msgstr "Cancella Notifica" msgid "Notices" msgstr "Notifiche" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Imposta come letti" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Pulisci" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Ancora" @@ -2693,27 +2715,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Per favore scegli come visualizzare online le librerie con crittografia:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Spedisci le password al server." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "I file verranno criptati nel server prima di essere inviati." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Salva le passwords nel tuo browser." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "I files saranno decriptati nel tuo browser quando li scaricherai." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2745,7 +2767,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "\"%s\" è stata correttamente impostata come libreria predefinita." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Settaggi del profilo" @@ -2758,75 +2780,75 @@ msgstr "Profilo" msgid "Language" msgstr "Lingua" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Librerie Crittografate" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Sotto-Libreria" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Libreria Predefinita" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Cancella Account" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Password:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Aggiorna" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nome:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Chi sono:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Azienda:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telefono:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Impostazioni Lingua" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Impostazioni Librerie Crittografate" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Come visualizzare online una libreria crittografata:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Impostazioni Sotto-Libreria" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Attiva sotto-libreria" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2835,7 +2857,7 @@ msgid "" "library." msgstr "Questa funzionalità permette di sincronizzare le cartelle in modo selettivo all'interno di una libreria. Una sotto-libreria può essere creata per ogni cartella, essa verrà elencata nel client desktop, e potrà essere scaricata come una libreria normale. Essa verrà sincronizzata con la libreria originaria." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2843,33 +2865,33 @@ msgid "" "listed, which enables you to manage them." msgstr "La Sotto-libreria è anche usata quando si condivide una cartella ad un gruppo o ad un altro utente. Senza questa opzione sarà creata automaticamente una sotto-libreria nascosta. Con questa opzione attivata i files nascosti nella sotto-libreria saranno elencati con la possibilità di gestirli." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Setup Libreria Predefinita" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "La tua libreria predefinita:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "La libreria di base è il luogo primario dove archiviare i tuoi documenti ed immagini personali." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Scegli Libreria Predefinita" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Questa operazione non sarà reversibile. Per cortesia pensaci dopi." -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Scegli la libreria predefinita:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Vuoi veramente cancellare il tuo account?" @@ -2893,197 +2915,208 @@ msgid "Self-introduction" msgstr "Presentazione" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Azienda" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telefono" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "Email non è lunga più di 512 caratteri" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Per favore inserisci la password corretta." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Impossibile condividere a tutti i membri, si prega di riprovare più tardi." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Condiviso correttamente a tutti i membri, verificalo nelle Condivisioni." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" è già nel gruppo %(group)s. Visualizza" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Condivisione fallita di %(repo)s a %(group)s, per favore riprova più tardi." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Condiviso al gruppo %(group)s avvenuta correttamente, controlla andando su Condivisioni." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Non puoi condividere la libreria con te stesso." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Condivisione con \"%s\" fallita, utente non trovato." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Fallita la condivisione con %s, la email non è registrata." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Condivisione a %s fallita, riprova più tardi." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Condiviso con %(email)s correttamente, controlla in Condivisioni." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Solo il proprietario della libreria ha il permesso di condividerla." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Condivisione a \"%s\" fallita, non c'è abbastanza quota. Aggiorna il tuo account." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Argomento non è valido" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Impossibile rimuovere la condivisione" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "group id non valido" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Impossibile togliere la condivisione: il gruppo non esiste." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Condivisione rimossa correttamente" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "tutti i membri" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Argomento non valido" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "Non puoi condividere la libreria in questo modo." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Rimosso correttamente" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Il link non esiste" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Invio fallito del link condiviso. Il servizio Email non è correttamente configurato, per cortesia contatta l'amministratore." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Un file è stato condiviso con te su %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Una cartella è stata condivisa con te su %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Errore interno del server. Invio fallito." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Inviato correttamente." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Per favore seleziona una cartella." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Salvato correttamente." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Condivisione con \"%s\" fallita, utente non trovato." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "%s condiviso correttamente." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Termine condivisione a \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "Non hai il permesso di togliere la condivisione a %s." -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Non hai i permessi per salvare %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Impossibile ottenere il link, prego riprovare più tardi." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Permesso negato." -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "Operazione fallita" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "Invio del link di condivisione in upload fallito. Il servizio Email non è correttamente configurato, per favore contatta l'amministratore." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Un upload link è condiviso con te su %s" @@ -3102,7 +3135,6 @@ msgstr "Carica Links" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Visite" @@ -3116,8 +3148,6 @@ msgstr "Vedi" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Rimuovi" @@ -3147,7 +3177,7 @@ msgid "Folders - Share" msgstr "Folders - Condivisione" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Folders" @@ -3173,13 +3203,13 @@ msgstr "Puoi condividere una singola cartella con un utente registrato se non vu #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Modifica eseguita" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Modifica fallita." @@ -3191,33 +3221,33 @@ msgstr "Files - Condivisione" msgid "From Others" msgstr "Da Altri" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Ad Altri" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "Da" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Nessun file è condiviso con te" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Singoli files condivisi con te saranno elencati quì e potrai scaricarli o salvarli nelle librerie." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "A" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Non hai nessun file privato condiviso" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3244,7 +3274,8 @@ msgid "Shares" msgstr "Condivisioni" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Informazioni di base" @@ -3271,7 +3302,7 @@ msgstr "Non hai librerie condivise con %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "Spiacenti, la pagina richiesta non è stata trovata." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Attività" @@ -3301,49 +3332,6 @@ msgstr "Amministrazione di Sistema" msgid "All Groups" msgstr "Tutti i Gruppi" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Clients" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nome Client" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Ultima Sincronizzazione" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Non sincronizzato" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "De-sincronizzato" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Vuoi veramente desincronizzarlo?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Non hai clients connessi" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Le librerie sincronizzate ai client desktop sono presenti in questa pagina.\nPuoi vedere il nome dei client e loro indirizzo IP. Puoi de-sincronizzare un client dalla libreria se vuoi interrompere la sua sincronizzazione." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Desincronizzato correttamente." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3368,7 +3356,7 @@ msgid "Please enter the password." msgstr "Per favore inserisci la password." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Dispositivi" @@ -3380,6 +3368,10 @@ msgstr "Piattaforma" msgid "Device Name" msgstr "Nome Dispositivo" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Ultimo Accesso" @@ -3420,11 +3412,10 @@ msgstr "Scollegato correttamente." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3753,8 +3744,7 @@ msgid "Password is required." msgstr "La Password è richiesta." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3777,7 +3767,6 @@ msgstr "Percorso Attuale:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3843,6 +3832,7 @@ msgid "snapshots" msgstr "istantanee" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "cronologia" @@ -3864,12 +3854,13 @@ msgstr "cestino" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Torna alla Libreria" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3880,28 +3871,28 @@ msgstr "Percorso Attuale:" msgid "Personal" msgstr "Personale" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Preferiti" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Wiki Personale" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Condivisione Amministrazione" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Links" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Gruppo" @@ -3919,27 +3910,34 @@ msgstr "Non ci sono librerie condivise con te" msgid "Welcome to Seafile!" msgstr "Benvenuto in Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile organizza i file in librerie. Ogni libreria può essere sincronizzata e condivisa separatamente. Abbiamo creato una libreria personale per te. Successivamente potrai creare ulteriori librerie." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "Seafile organizza i file in librerie. Ogni libreria può essere sincronizzata e condivisa separatamente. Comunque, siccome ora sei un utente guest, non puoi creare librerie." + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Chiudi" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Scegli una cartella:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Attualmente non hai alcuna libreria" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Prego selezionare la cartella" @@ -4047,7 +4045,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "La dimensione del file dovrebbe essere inferiore a %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Sto salvando..." @@ -4154,7 +4152,7 @@ msgid "Empty file upload result" msgstr "Svuota risultati del caricamento file" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Errore" @@ -4178,12 +4176,12 @@ msgstr "Sto elaborando.." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "Cancellato %(name)s e altri %(amount)s oggetti correttamente." +msgstr "%(name)s e altri %(amount)s oggetti sono stati cancellati correttamente." #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "%(name)s cancellato correttamente." +msgstr "%(name)s cancellato/i correttamente." #: seahub/templates/repo.html:414 #, python-format @@ -4203,20 +4201,20 @@ msgstr "Sposta le cartelle / i files selezionate/i in:" msgid "Copy selected directories/files to:" msgstr "Copia le cartelle / i files selezionate/i in:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Percorso di destinazione non valido" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "%(name)s e altri %(amount)s oggetti spostati correttamente." +msgstr "%(name)s e altri %(amount)s spostati correttamente." #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "%(name)s spostata correttamente." +msgstr "%(name)s spostato/i correttamente." #: seahub/templates/repo.html:607 #, python-format @@ -4248,11 +4246,11 @@ msgstr "Errore interno. Copia di %(name)s e di altri %(amount)s oggetti fallita. msgid "Internal error. Failed to copy %(name)s." msgstr "Errore interno. Copia di %(name)s fallita." -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Sto spostando..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Sto copiando..." @@ -4274,9 +4272,9 @@ msgstr "%(s_num)s oggetti copiati correttamente." #: seahub/templates/repo.html:686 #, python-format msgid "Failed to copy %(f_num)s items." -msgstr "Fallita la copia di %(f_num)s oggetti." +msgstr "Lo spostamento di %(f_num)s oggetti è fallito." -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Fallito." @@ -4291,117 +4289,118 @@ msgstr "Errore nella decriptazione." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Crittografia, %(num)s% completata." +msgstr "Crittazione, %(num)s% completata." #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Sto caricando ..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Fatto!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Sto scaricando..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Scaricamento %(num)s% completato." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Decriptando..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Decrittografia, %(num)s% completata." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s cancellato correttamente" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Rinomina File" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Rinomina Cartella" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Copia File" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Sposta File" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Copia Cartella" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Sposta Cartella" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Copia %(name)s in:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Sposta %(name)s in:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "La cartella scaricata non è supportata in questa libreria." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "non preferiti" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Sto scaricando..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "Scaricamento %(num)s% completato." + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Decriptando..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "Decrittazione, %(num)s% completata." + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "%(name)s cancellato correttamente" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Rinomina File" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Rinomina Cartella" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Copia File" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Sposta File" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Copia Cartella" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Sposta Cartella" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "Copia %(name)s in:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "Sposta %(name)s in:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "La cartella scaricata non è supportata in questa libreria." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "preferiti" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "E' richiesto." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "E' solo una estensione, per favore inserisci un nome." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Sto creando..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Non l'hai rinominato." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "Rinominato %(old_name)s in %(new_name)s" +msgstr "%(old_name)s rinominato correttamente in %(new_name)s" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Annullato." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Per favore seleziona almeno un contatto." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Per favore inserisci email o gruppi o scegline una/o." @@ -4468,110 +4467,77 @@ msgstr "tutto/i" msgid "Delete Time" msgstr "Orario Cancellazione" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Torna a" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Proprietà Trasferimento" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Cambia Password" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Links Condivisi" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Impostazioni Libreria" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Conserva la cronologia" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Non conservare la cronologia" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Tieni solamente un periodo della cronologia:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "giorni" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Trasferisci questa libreria ad un altro utente:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Modifica la password per questa libreria:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Vecchia Password" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Nuova Password (di almeno %(repo_password_min_length)s caratteri)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Nuova Password Controllo" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Creato da" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Tipo" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Carica" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Questa libreria non ha link condivisi" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Puoi generare un link condiviso da ogni file/cartella. Chi riceve questo link può scaricare/caricare cartelle o file compressi" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Inserisci la vecchia password" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Inserisci la nuova password" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "La nuova password è troppo corta" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Per favore inserisci ancora la nuova password" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "La nuova password non corrisponde" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Rimosso correttamente." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Torna alla modifica cronologia." @@ -4655,8 +4621,7 @@ msgstr "Stelle" msgid "icon" msgstr "icona" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Smarca" @@ -4711,41 +4676,58 @@ msgstr "a" msgid "Sorry, this user is not registered yet." msgstr "Spiacenti, l'utente non è ancora registrato." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Condividi" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Marca" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "aggiornato questo file" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "un contributore" msgstr[1] " %(counter)s contributori " -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Tolto dai preferiti correttamente" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "discuti" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Marcato come preferito correttamente" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "gruppo" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "condividi" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Pubblica una discussione nel gruppo" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "discussione" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "chiudi" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "in alto" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Per favore seleziona almeno 1 gruppo." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Per favore inserisci una discussione." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4869,15 +4851,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Fallito aggiornamento del CAPTCHA, per favore riprova più tardi." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "Email non può essere vuota" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Password non può essere vuota" @@ -4916,10 +4899,47 @@ msgid "New Password: " msgstr "Nuova Password: " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "Almeno %(min_len)s caratteri o più, includi %(level)s tipi o più di questi: lettere (differenza fra maiuscolo e minuscolo), numeri e simboli" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Conferma Password:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "La password attuale non può essere vuota" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Rigidita password" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Le passwords non corrispondono" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "Almeno %(min_len)s caratteri o più, includi %(level)s tipi o più di questi: lettere (differenza fra maiuscolo e minuscolo), numeri e simboli" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Password reimpostata correttamente" @@ -4994,30 +5014,15 @@ msgstr "Registrati" msgid "Welcome back, you are already signed in." msgstr "Bentornato, sei già autenticato." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Conferma Password" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Iscriviti" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Rigidita password" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Le passwords non corrispondono" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "non è supportato. Per favore scegli un file immagine." @@ -5034,14 +5039,6 @@ msgstr "è troppo largo. La dimensione massima consentita è di 1MB." msgid "Discuss" msgstr "Discussione" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Per favore seleziona almeno 1 gruppo." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Per favore inserisci una discussione." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" @@ -5051,93 +5048,77 @@ msgstr "Condividi %(name)s" msgid "Download Link" msgstr "Link di Download" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Link di Upload" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Condivisione Privata" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Utilizza Password" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "Aggiungi la protezione password" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(almeno %(repo_password_min_length)s caratteri)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Ridigita password" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Imposta Scadenza" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Giorni" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Generare" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Link:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Invia" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Spedisci a:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Emails, separate da ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Messaggio (opzionale):" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Invio..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Puoi condividere il link generato con altri ed essi possono caricare file nella cartella tramite il link." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Link di Upload:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Pubblica una discussione nel gruppo" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "discussione" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Dettaglio Modifiche" @@ -5170,43 +5151,52 @@ msgstr "Cartelle cancellate" msgid "Unknown error." msgstr "Errore sconosciuto." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Mio" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Sotto-librerie" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Condiviso" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Nuova Sotto-libreria" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Condividi" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Non hai creato librerie" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Puoi creare una libreria per organizzare i tuoi files. Per esempio, puoi crearne una per ognuno dei tuoi progetti. Ogni libreria può essere sincronizzata e condivisa separatamente." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Origine" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Non hai creato ancora nessuna sotto-libreria" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5234,6 +5224,22 @@ msgstr "Mostra contorno" msgid "Document convertion failed." msgstr "Conversione documento fallita." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "troppo debole" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "debole" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "media" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "forte" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Permesso di Condivisione" @@ -5251,14 +5257,14 @@ msgid "Description is required" msgstr "La Descrizione è richiesta" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Digita Password" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "La password è troppo corta" @@ -5271,6 +5277,10 @@ msgstr "Cancellazione avvenuta." msgid "Really want to delete %(lib_name)s ?" msgstr "Vuoi veramente cancellare %(lib_name)s ?" +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Carica" + #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 msgid "Fetch failed" @@ -5390,23 +5400,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Per favore scegli almeno un tipo di file o inserisci almeno un'estensione file" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Seleziona contatti" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Per favore inserisci almeno una email." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Per favore inserisci i giorni" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Per favore inserisci giorni validi" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5529,9 +5531,9 @@ msgid "Number of groups" msgstr "Numero di gruppi" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Spazio Utilizzato" @@ -5611,42 +5613,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "Carica file csv" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Importa utenti" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Aggiungi utente" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "Ruolo" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "Puoi anche aggiungere come guest, egli non potrà creare librerie o gruppi." + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "Predefinito" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "Guest" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Importa utente da un file CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Formato file: utente@mail.com,password" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Scegli un file CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Sto attivando..., attendi per favore" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "Una nuova versione del server %(v)s è disponibile." -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Le password non corrispondono" @@ -5667,37 +5693,37 @@ msgstr "Suggerimento: le mail dovrebbero già essere registrate." msgid "Status" msgstr "Stato" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Creato a / Ultima Login" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Attivo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inattivo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Ripristina Password" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Revoca l'amministratore" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Imposta amministratore" @@ -5754,23 +5780,23 @@ msgstr "Cancella Utente" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Sei sicuro di reimpostare la password a %s ?" +msgstr "Sei sicuro di voler reimpostare la password a %s ?" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Sei sicuro di revocare i permessi di amministratore a %s ?" +msgstr "Sei sicuro di voler revocare i permessi di amministratore a %s ?" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" msgstr "Sei sicuro di voler impostare %s come amministratore?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Modifica effettuata con successo, un email è stata inviata." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5808,408 +5834,401 @@ msgstr "wiki personale" msgid "Personal Wiki Pages" msgstr "Pagine Wiki Personali" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "errore permessi" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Impossiblie vedere il cestino" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Impossibile modificare le informazioni della libreria." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Impossibile salvare le impostazioni sul server" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Impostazioni salvata." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Il nome utente %s non è valido." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Utente %s non è stato trovato." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "L'utente %s non è nell'organizzazione corrente." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "La Libreria %(repo_name)s è stata trasferita a %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Impossibile aggiornare password, non sei il proprietario." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "La password della Libreria %(repo_name)s è stata cambiata correttamente." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Il nome file contiene caratteri errati" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Filename già esistente" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "La grandezza del file supera il limite" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "Impossibile fare l'upload a causa dello spazio utente esaurito" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Un errore è accaduto durante il trasferimento del file" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Url non valida" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Impossibile vedere le modifiche della libreria" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Impossibile vedere l'istantanea della libreria" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Non hai il permesso di ripristinare la libreria" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Specificare l'ID della storia" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "La libreria non esiste" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "La cronologia che hai specificato non esiste" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Errore sconosciuto" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Mia Libreria" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Fallito mentre tento di togliere condivisione alla libreria, come se non esistesse." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Tolgo condivisione ad \"%s\" correttamente." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Fallito tentativo di togliere la condivisione a \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Cancellazione file fallita." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s cancellato correttamente." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Errore interno. Impossibile cancellare %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "Impossibile accedere al file: la quota di traffico del collegamento è esaurita." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Impossibile accedere al file" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Ritorno di %(path)s in directory root completato correttamente." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Conversione %(path)s completata." -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Conversione %(path)s in directory root completa." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Errore interno" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Impossibile download cartella \"%s\": la dimensione è troppo grande." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Impossibile scaricare \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"Personal Wiki\" abilitato correttamente." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"Personal Wiki\" disabilitato correttamente." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Non hai il permesso di accedere alla libreria." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Nessun percorso." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Il gruppo non esiste." -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Permesso negato." - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "La libreria non esiste." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Permesso negato." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Libreria criptata." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Errore: no head commit id" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argomento mancante." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Il percorso di destinazione è troppo lungo." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Spostato con successo %(name)s visualizza" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Copiato con successo %(name)s visualizza" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Non posso spostare la cartella %(src)s nella sua sottocartella %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Non posso copiare la cartella %(src)s nella sua sottocartella %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Il percorso di destinazione è troppo lungo per %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Fallito mentre leggo la block list." -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Repo Id Errato" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Loggati." - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "La libreria di sistema non può essere cancellata." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Nessun conflitto nell'unione." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "Non hai i permessi per creare la libreria" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "Errore HTTP: impossibile aprire il file online" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Errore URL: impossibile aprire il file online" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "La codifica scelta non è corretta." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Codifica file sconosciuta" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "La dimensione del file supera %s e non può essere aperta online." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Impossibile vedere il file" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Formato file non valido." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "La libreria non esiste." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "La libreria è criptata." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Impossibile editare il file" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Il file non esiste." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "La modifica online non è consentita per questo tipo di file." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Errore interno di impostazione quota" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "Impossibile impostare la quota: errore interno del server" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s cancellato correttamente" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Impossibile cancellare: l'utente non esiste" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s è stato impostato come amministratore correttamente" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Impostazione amministratore fallita: l'utente non esiste" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Permessi di amministrazione revocati a %s correttamente" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Revoca permessi di amministratore fallita: l'utente non esiste" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "\"%s\" attivato correttamente." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Attivazione fallita: l'utente non esiste." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "\"%s\" disattivato correttamente." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Disattivazione fallita: l'utente non esiste." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Il tuo account su %s è stato attivato" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "La password è stata reimpostata su %s" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Ripristino della password con %(passwd)s, una email è stata inviata a %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Password reimpostata correttamente a %(passwd)s, ma non è stato possibile inviarla a %(user)s, per favore controlla la configurazione della tua posta." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Ripristino della password con %(passwd)s per l'utente %(user)s eseguito con successo." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6217,70 +6236,74 @@ msgid "" "configured." msgstr "Password reimpostata correttamente a %(passwd)s per l'utente %(user)s. Ma la notifica email non può essere inviata perché il servizio Email non è configurato correttamente." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Impossibile ripristinare password: utente inesistente" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Sei stato invitato ad aderire a %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Utente %s aggiunto correttamente. E' stata inviata una email di notifica." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "L'utente %s è stato aggiunto correttamente. E' però accaduto un errore durante la spedizione della notifica, per favore verifica la configurazione della tua email. " -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "Utente %s aggiunto correttamente." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "L'utente %s è stato aggiunto con successo. Ma la email di notifica non può essere spedita, perché il servizio Email non è propriamente configurato." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Trasferito correttamente." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Trasferimento fallito, utente %s non trovato" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Trasferimento fallito, argomenti non validi." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "Ora utilizzo LDAP, non puoi aggiungere utenti di amministrazione." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s è stato correttamente impostato come amministratore correttamente." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Impossibile impostare %s come amministratore: l'utente non esiste." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Importazione avvenuta con successo" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Scegli prima un file csv." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "Non hai i permessi per creare il wiki" diff --git a/locale/ko/LC_MESSAGES/django.po b/locale/ko/LC_MESSAGES/django.po index 9578ae5495..5758365344 100644 --- a/locale/ko/LC_MESSAGES/django.po +++ b/locale/ko/LC_MESSAGES/django.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 08:01+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Korean (http://www.transifex.com/projects/p/seahub/language/ko/)\n" "MIME-Version: 1.0\n" @@ -20,122 +20,115 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "이 전자메일 주소 사용자가 이미 있습니다" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "두 개의 암호 입력창의 입력이 일치하지 않습니다" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "이름은 비워둘 수 없습니다" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "이름이 너무 깁니다(최대 255 글자)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "설명은 비워둘 수 없습니다" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "설명이 너무 깁니다(최대 100글자)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "%s 이름이 잘못되었습니다" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "인자가 빠졌습니다" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "이전 이름이 필요합니다" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "너무 깁니다." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "필수입니다." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "\"%s\" 이름이 잘못되었습니다" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "저장소 ID가 필요합니다" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "사용자 이름이 필요합니다" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "암호를 비워둘 수 없습니다" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "잘못된 URI 형식입니다" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "잘못된 암호입니다" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "내부 서버 오류" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "해독 라이브러리 오류" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "전자메일 주소가 필요합니다" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "제한 용량을 비워둘 수 없습니다" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "제한 용량이 너무 적습니다(최소 값은 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "라이브러리 이름이 필요합니다" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "라이브러리 설명이 필요합니다" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "숫자를 입력하세요" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "올바른 암호를 입력해주세요." - #: seahub/settings.py:133 msgid "català" msgstr "카탈라어" @@ -209,22 +202,26 @@ msgid "Slovak" msgstr "슬로바키아어" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "스웨덴어" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "타이어" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "우크라이나어" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "중국어 간체" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "중국어 번체" @@ -234,7 +231,7 @@ msgstr "파일 협업 팀 조직" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "토론" @@ -254,10 +251,10 @@ msgstr "토론" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -272,11 +269,9 @@ msgstr "파일" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -299,7 +294,7 @@ msgstr "토론 없음" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -312,34 +307,31 @@ msgstr "불러오는 중..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "실패했습니다. 네트워크를 확인하세요." @@ -382,6 +374,7 @@ msgid "Deleted library %(library_name)s" msgstr "%(library_name)s 라이브러리를 삭제함" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "네트워크를 확인하세요." @@ -394,7 +387,7 @@ msgstr "새로운 답글" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "메시지" @@ -422,7 +415,7 @@ msgstr "중요한 날짜" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -438,94 +431,103 @@ msgstr "암호를 성공적으로 바꾸었습니다." msgid "Change password: %s" msgstr "암호 바꾸기: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "사용자 이름" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "암호" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "올바른 전자메일 주소를 입력하세요." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "올바른 사용자 이름과 암호를 입력하세요. 두 입력창은 대소문자를 구분합니다." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "이 계정은 비활성화 상태입니다." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "웹 브라우저에서 쿠키를 활성화 하지 않은 것 같습니다. 로그인하려면 쿠키가 필요합니다." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "전자메일" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "전자메일 서비스를 올바르게 설정하지 않아 전자메일 보내기에 실패했습니다. 관리자에게 알려주세요." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "관련 사용자 계정에 전자메일 주소가 없습니다. 정말 등록하셨나요?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "%s의 암호 재설정" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "새 암호" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "새 암호 확인" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "두 개의 암호 입력창의 입력이 일치하지 않습니다" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "이전 암호" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "입력하신 이전 암호가 틀립니다. 다시 입력하세요." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "암호(다시 입력)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "로그아웃했습니다" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "전자메일 보내기에 실패했습니다. 관리자에게 알려주세요." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -627,7 +629,7 @@ msgstr "현재 아바타:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -635,7 +637,7 @@ msgstr "현재 아바타:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -644,29 +646,30 @@ msgstr "현재 아바타:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -674,8 +677,8 @@ msgstr "현재 아바타:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -698,31 +701,35 @@ msgstr "%(avatar_creator)s님이 %(avatar)s." msgstr "%(avatar)s 아바타를 업데이트했습니다." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "전자메일 주소" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "이 값의 길이는 40이어야 합니다" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "이 전자메일 주소 사용자가 이미 있습니다" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "잘못된 사용자 ID 입니다." -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "이름" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "부서" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "전화" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "참고" @@ -783,7 +790,7 @@ msgstr "%(time)s의 상태로 \"%(file)s\" 파일을 되돌렸습니다." msgid "Recovered deleted directory" msgstr "삭제한 디렉터리를 복원했습니다" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "라이브러리 이름 또는 설명이 바뀌었습니다" @@ -794,8 +801,8 @@ msgstr "시파일 시스템에서 자동으로 병합" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "지금" @@ -824,10 +831,10 @@ msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d초 전" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -841,11 +848,11 @@ msgstr[0] "%(seconds)d초 전" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -856,9 +863,9 @@ msgid "Read-Write" msgstr "읽기/쓰기" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -878,7 +885,7 @@ msgid "Email is required." msgstr "전자메일 주소가 필요합니다." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s은(는) 올바른 전자메일 주소가 아닙니다" @@ -911,7 +918,7 @@ msgstr "%s을(를) 성공적으로 삭제했습니다" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "연락처" @@ -926,7 +933,7 @@ msgid "Email " msgstr "연락처" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -935,23 +942,22 @@ msgstr "연락처" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -969,12 +975,12 @@ msgid "Name" msgstr "이름" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "참고" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -983,28 +989,26 @@ msgstr "참고" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "처리" @@ -1017,8 +1021,10 @@ msgstr "처리" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "편집" @@ -1032,21 +1038,21 @@ msgstr "편집" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "삭제" @@ -1065,12 +1071,12 @@ msgstr "연락처를 추가하면 라이브러리를 빠르게 공유하고 파 #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1106,7 +1112,7 @@ msgstr "연락처 삭제" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "정말로 %s을(를) 삭제할까요?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1177,218 +1183,226 @@ msgstr "확인 메시지가 너무 깁니다(최대 255 문자)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" 이름은 올바르지 않습니다" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "그룹 %d개만 만들 수 있습니다. 계정을 업그레이드하세요." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "해당 이름의 그룹이 이미 있습니다." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "그룹 이름 바꾸기에 실패하였습니다. 그룹 이름은 문자, 숫자, 밑줄 문자만 넣을 수 있습니다" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "그룹 이름을 \"%s\"(으)로 성공적으로 바꾸었습니다." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "%s 전자메일 주소가 잘못되었습니다." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "관리자만이 그룹을 공개 상태로 만들 수 있습니다" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "메시지가 없습니다" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "권한이 없습니다." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "%s에서 그룹 참여를 초대받았습니다" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "구성원 %d명만 초대할 수 있습니다. 계정을 업그레이드하세요." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "추가에 실패하여 %s은(는) 등록되지 않았습니다." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "성공적으로 추가했습니다. 전자메일 %(count)s건을 보냈습니다." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "성공적으로 추가했습니다." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "%s이(가) 잘못된 전자메일 주소여서 추가에 실패했습니다." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "추가에 실패하여 %s은(는) 등록되지 않았습니다." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "처리에 성공했습니다." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "실패: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "오류: 잘못된 그룹 아이디" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "오류: 그룹이 존재하지 않습니다." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "%(groups)s에 성공적으로 게시했습니다." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "오류: %s 그룹에 속해 있지 않습니다." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "오류: 라이브러리가 없습니다." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "오류: 경로 없음." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "만들기 실패: 그룹이 없습니다." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "만들기 실패: 그룹에 속해 있지 않습니다." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "만들기 실패" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "만들기 실패: 내부 오류." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "이미 그룹에 속해 있습니다." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "성공적으로 보냈습니다. 그룹 관리자가 처리할 것입니다." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "토론이 필요합니다." -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "파일이 없습니다" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "성공적으로 \"위키\"를 활성화했습니다." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "성공적으로 \"위키\"를 비활성화했습니다." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "위키 페이지를 만드는데 실패했습니다. 다음에 다시 시도하세요." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "내부 서버 오류" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "위키가 없습니다." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "홈 페이지 만들기에 실패했습니다. 다음에 다시 시도하세요." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "위키 라이브러리 설정에 실패했습니다." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "위키가 없습니다." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "\"%s\" 페이지가 이미 있습니다." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\"을(를)t성공적으로 삭제했습니다." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "\"%s\" 삭제에 실패했습니다. 다시 시도해주세요." @@ -1435,23 +1449,23 @@ msgstr "비워둘 수 없으며 문자 갯수가 2048개를 넘어서면 안됩 #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1459,7 +1473,7 @@ msgstr "취소" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "모듈 활성화" @@ -1470,9 +1484,9 @@ msgstr "이 그룹은 공개상태입니다." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1480,12 +1494,12 @@ msgstr "라이브러리" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "위키" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "파일" @@ -1560,8 +1574,7 @@ msgstr "이 토론을 정말로 삭제하실래요?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "예" @@ -1569,8 +1582,7 @@ msgstr "예" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "아니요" @@ -1590,7 +1602,7 @@ msgstr "삭제에 실패했습니다:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "실패했습니다." @@ -1598,15 +1610,15 @@ msgstr "실패했습니다." msgid "Recent Changes" msgstr "최근 바뀜" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "새 라이브러리" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1615,11 +1627,11 @@ msgstr "새 라이브러리" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1629,47 +1641,47 @@ msgstr "새 라이브러리" msgid "Description" msgstr "설명" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "최근 업데이트" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "공유자" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "다운로드 및 동기화" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1678,46 +1690,46 @@ msgstr "다운로드 및 동기화" msgid "Unshare" msgstr "공유 해제" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "이 그룹에서 공유하는 라이브러리 없음" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "상단의 \"새 라이브러리\" 버튼을 클릭하거나 라이브러리 목록에서 \"공유\" 아이콘\"을 클릭하면 라이브러리를 공유할 수 있습니다." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "기록 가능하게 공유한 라이브러리는 다른 그룹 구성원이 다운로드하고 동기화할 수 있습니다. 읽기 전용 라이브러리는 다운로드 가능하지만 다른 그룹 구성원이 업로드할 수 없습니다." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "라이브러리" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "수정일시" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "수정 구성원" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1728,7 +1740,7 @@ msgstr "수정 구성원" msgid "Details" msgstr "상세" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1741,7 +1753,7 @@ msgstr "상세" msgid "None" msgstr "없음" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1750,29 +1762,29 @@ msgstr "없음" msgid "Unknown" msgstr "알 수 없음" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "암호화함" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "암호:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "암호는 한 시간동안만 서버에서 유지합니다." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "라이브러리 공유 해제" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "%s의 공유를 해제할까요?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1790,11 +1802,11 @@ msgstr "%s의 공유를 해제할까요?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1838,7 +1850,7 @@ msgstr "관리자" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "설정" @@ -1856,7 +1868,7 @@ msgid "Avatar" msgstr "아바타" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "바꾸기" @@ -1866,7 +1878,7 @@ msgstr "바꾸기" msgid "Rename" msgstr "이름 변경" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "공개 상태 철회" @@ -1914,7 +1926,7 @@ msgstr "구성원 삭제" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "진짜로 %s을(를) 삭제할까요?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1943,7 +1955,7 @@ msgid "Name: " msgstr "이름: " #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2016,7 +2028,7 @@ msgid "Choose a library as wiki:" msgstr "위키 라이브러리 선택:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "라이브러리를 클릭하고 선택해주세요." @@ -2082,13 +2094,13 @@ msgid "Are you sure you want to delete this page?" msgstr "이 페이지를 정말로 삭제할까요?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "이름이 필요합니다." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "설명이 필요합니다." @@ -2097,37 +2109,47 @@ msgstr "설명이 필요합니다." msgid "Tips" msgstr "요령" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "그룹을 만들고 나면 구성원을 추가할 수 있고 라이브러리를 공유할 수 있습니다." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "내 그룹" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "새 그룹" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "시간: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "어떤 그룹에도 속하지 않았습니다" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "\"새 그룹\" 버튼을 클릭하여 그룹을 만들 수 있습니다. 그룹은 여러분과 여러분의 친구가 메시지를 남기고 라이브러리 내에서 협업하는 공간입니다." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "그룹 이름" @@ -2159,7 +2181,7 @@ msgid "Add administrators" msgstr "관리자 추가" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "전자메일 주소를 입력하거나 선택해주세요." @@ -2438,21 +2460,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "시파일 서버는 암호화 라이브러리의 암호를 저장하지 않습니다. 암호화 라이브러리를 온라인에서 보려면, 라이브러리 암호를 입력해야 합니다. 암호는 서버의 암호화 저장공간에만 저장합니다. 한시간이 지나면 메모리에서 암호가 지워집니다. 그 이후 라이브러리를 보려면 암호를 다시 입력해야 합니다." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "메시지가 필요합니다" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "연락처가 필요합니다" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "자신에게 메시지를 보낼 수 없습니다" -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "없는 사용자 %s님께 메시지 보내기에 실패했습니다." @@ -2463,13 +2485,13 @@ msgstr "새 메시지" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "메시지" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2487,10 +2509,6 @@ msgstr "보낼 대상: 연락처를 선택하려면 클릭하세요" msgid "please add contacts at first" msgstr "먼저 연락처를 추가하세요" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "메시지를 보낼 연락처 가져오기에 실패했습니다." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "메시지 보내기..." @@ -2519,7 +2537,7 @@ msgstr "%(user)s님께서 %(file_name)s 파일을 공유 #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "내부 오류" @@ -2546,7 +2564,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2557,7 +2575,7 @@ msgid "" "%(join_request_msg)s" msgstr "" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "모든 알림을 성공적으로 지웠습니다." @@ -2673,11 +2691,15 @@ msgstr "알림 삭제" msgid "Notices" msgstr "알림" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "지우기" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "좀 더 보기" @@ -2687,27 +2709,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "암호화 라이브러리를 온라인에서 보는 방법을 선택해주세요:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "서버에 암호를 보냄" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "파일을 받기 전에 서버에서 해독합니다." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "브라우저에 암호를 저장했습니다." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "파일을 다운로드한 후 브라우저에서 해독합니다." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2739,7 +2761,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "\"%s\"을(를) 성공적으로 기본 라이브러리로 설정했습니다." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "프로파일 설정" @@ -2752,75 +2774,75 @@ msgstr "프로파일" msgid "Language" msgstr "언어" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "암호화 된 라이브러리" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "하위 라이브러리" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "기본 라이브러리" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "계정 삭제" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "아바타:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "암호:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "업데이트" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "이름:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "내 정보:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "부서:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "전화:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "언어 설정" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "암호화 라이브러리 설정" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "암호화 라이브러리를 온라인에서 보는 방법:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "하위 라이브러리 설정" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "하위 라이브러리 활성화" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2829,7 +2851,7 @@ msgid "" "library." msgstr "이 기능은 라이브러리의 폴더를 부분적으로 동기화 할 수 있게 합니다. 하위 라이브러리는 폴더에 만들 수 있습니다. 만든 다음에는 데스크탑 클라이언트에 나타나며, 다운로드하는 보통의 라이브러리처럼 다운로드할 수 있습니다. 원본 라이브러리와 동기화 상태를 자동으로 유지합니다." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2837,33 +2859,33 @@ msgid "" "listed, which enables you to manage them." msgstr "그룹 또는 다른 사용자와 폴더를 공유할 목적으로 하위 라이브러리를 사용하기도 합니다. 이 옵션을 활성화 하지 않은 상태라면, 숨긴 하위 라이브러리는 각각의 경우에 자동으로 만듭니다. 이 옵션을 활성화하면, 이들 숨긴 라이브러리를 목록에 나타내며, 목록에 나타난 라이브러리는 여러분이 관리할 수 있습니다." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "기본 라이브러리 설정" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "기본 라이브러리:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "리본 라이브러리는 개인 문서와 그림을 저장하는 기본 영역입니다." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "기본 라이브러리를 선택하세요" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "이 동작은 되돌릴 수 없습니다. 다시 생각해보세요!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "기본 라이브러리 선택" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "정말로 계정을 삭제하시겠어요?" @@ -2887,197 +2909,208 @@ msgid "Self-introduction" msgstr "자기 소개" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "부서" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "전화" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "전자메일 주소는 512글자를 넘을 수 없습니다" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "올바른 암호를 입력해주세요." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "모든 구성원에 대한 공유에 실패했습니다. 다시 시도해보세요." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "모든 구성원에게 성공적으로 공유했습니다. 공유에서 확인해보세요." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(group)s 그룹에 이미 \"%(repo)s\" 저장소가 있습니다. 보기" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "%(repo)s 저장소를 %(group)s 그룹에 공유하는데 실패했습니다. 다시 시도해보세요." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "자신에게 라이브러리를 공유할 수 없습니다." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "등록되지 않은 전자 메일 주소 %s님께 공유에 실패했습니다." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "%s님께 공유를 실패했습니다. 다시 시도해보세요." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "라이브러리 소유자만이 이 구성요소를 공유할 권한이 있습니다." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "\"%s\" 공유에 실패했습니다. 저장소 공간이 부족합니다. 계정을 업그레이드하세요." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "인자가 잘못되었습니다." -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "공유 제거에 실패했습니다" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "그룹 ID가 잘못되었습니다" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "공유 해제 실패: 그룹이 존재하지 않습니다." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "공유를 성공적으로 제거했습니다" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "모든 구성원" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "잘못된 인자" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "이 방법으로는 라이브러리를 공유할 수 없습니다." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "성공적으로 제거했습니다" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "링크가 없습니다" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "공유한 링크 보내기에 실패했습니다. 전자메일 서비스를 올바르게 설정하지 않았습니다. 관리자에게 알려주세요." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "%s에서 파일을 공유했습니다" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "내부 서버 오류. 보내기에 실패했습니다." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "성공적으로 보냈습니다." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "디렉토리를 선택해주세요." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "성공적으로 저장했습니다." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "없는 사용자 \"%s\"님과의 공유에 실패했습니다." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "%s을(를) 성공적으로 공유했습니다." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "\"%s\"(을)를 성공적으로 공유 해제했습니다." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "%s을(를) 공유 해제할 권한이 없습니다." -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "%s을(를) 저장할 권한이 없습니다." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "링크를 가져올 수 없습니다. 다시 시도해주세요." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "권한이 거부되었습니다" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "공유 업로드 링크 보내기에 실패했습니다. 전자메일 서비스를 올바르게 설정하지 않았습니다. 관리자에게 알려주세요." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "%s에서 업로드 링크를 공유했습니다" @@ -3096,7 +3129,6 @@ msgstr "링크 업로드" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "방문" @@ -3110,8 +3142,6 @@ msgstr "보기" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "제거" @@ -3141,7 +3171,7 @@ msgid "Folders - Share" msgstr "폴더 - 공유" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "폴더" @@ -3167,13 +3197,13 @@ msgstr "전체 라이브러리를 공유하지 않으려면 등록 사용자에 #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "편집 성공" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "편집에 실패했습니다." @@ -3185,33 +3215,33 @@ msgstr "파일 - 공유" msgid "From Others" msgstr "다른 사람들이" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "다른 사람들에게" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "송신" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "다른 사람이 공유한 파일이 없습니다" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "여기에 나타난 단일 파일을 공유했으며, 이 파일을 다운로드 하거나 일부 라이브러리에 저장할 수 있습니다." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "수신" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "비공개 공유 파일이 없습니다" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3238,7 +3268,8 @@ msgid "Shares" msgstr "공유" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "기본 정보" @@ -3265,7 +3296,7 @@ msgstr "%(to_email)s과 공유중인 라이브러리가 없습니다." msgid "Sorry, but the requested page could not be found." msgstr "죄송합니다만, 요청한 페이지가 없습니다." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "활동" @@ -3295,49 +3326,6 @@ msgstr "시스템 관리자" msgid "All Groups" msgstr "모든 그룹" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "클라이언트" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "클라이언트 이름" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "마지막 동기화 일시" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "동기화 하지 않음" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "동기화 해제" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "정말로 동기화 해제하시겠습니까?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "연결한 클라이언트가 없습니다" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "데스크탑 클라이언트에 동기화한 라이브러리가 이 페이지에 있습니다. 클라이언트 이름과 IP 주소를 볼 수 있습니다. 더이상 동기화 하지 않으려면 라이브러리에서 클라이언트의 동기화를 해제할 수 있습니다." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "성공적으로 동기화를 해제했습니다." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3362,7 +3350,7 @@ msgid "Please enter the password." msgstr "암호를 입력하세요." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "기기" @@ -3374,6 +3362,10 @@ msgstr "플랫폼" msgid "Device Name" msgstr "기기 이름" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "최근 접근" @@ -3393,7 +3385,7 @@ msgstr "링크 끊기" #: seahub/templates/devices.html:43 #, python-format msgid "Really want to unlink %s?" -msgstr "정말로 %s의 링크를 끊을까요?" +msgstr "" #: seahub/templates/devices.html:44 msgid "It will immediately stop syncing." @@ -3414,11 +3406,10 @@ msgstr "성공적으로 링크를 끊었습니다." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3747,8 +3738,7 @@ msgid "Password is required." msgstr "암호가 필요합니다." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3771,7 +3761,6 @@ msgstr "현재 경로:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3837,6 +3826,7 @@ msgid "snapshots" msgstr "스냅샷" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "이력" @@ -3858,12 +3848,13 @@ msgstr "의 휴지통" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "라이브러리로 돌아가기" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3874,28 +3865,28 @@ msgstr "현재 경로: " msgid "Personal" msgstr "개인" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "별표" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "개인 위키" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "연결" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "그룹" @@ -3913,27 +3904,34 @@ msgstr "다른 사람이 공유한 라이브러리가 없습니다" msgid "Welcome to Seafile!" msgstr "환영합니다! 시파일입니다." -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "" -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "닫기" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "디렉토리 선택:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "현재 라이브러리가 없습니다" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "디렉토리를 선택해주세요" @@ -4041,7 +4039,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "파일 크기는 %(max_file_size)s보다 작아야 합니다" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "저장 중..." @@ -4049,7 +4047,7 @@ msgstr "저장 중..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "%(file_name)s 파일 업데이트" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4109,7 +4107,7 @@ msgstr "디렉터리를 클릭하여 선택하세요." #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "%(name)s 이름을 다음으로 바꾸기:" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4148,7 +4146,7 @@ msgid "Empty file upload result" msgstr "업로드 결과가 빈 파일입니다" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "오류" @@ -4182,12 +4180,12 @@ msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "내부 오류입니다. %(name)s와(과) 다른 %(amount)s개 항목 삭제에 실패했습니다." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "내부 오류입니다. %(name)s 삭제에 실패했습니다." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4197,8 +4195,8 @@ msgstr "선택한 디렉토리/파일을 다음으로 이동:" msgid "Copy selected directories/files to:" msgstr "선택한 디렉토리/파일을 다음으로 복사:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "대상 경로가 잘못되었습니다" @@ -4225,52 +4223,52 @@ msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "내부 오류입니다. %(name)s와(과) 다른 %(amount)s개 항목 이동에 실패했습니다." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "내부 오류입니다. %(name)s 이동에 실패했습니다." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "내부 오류입니다. %(name)s와(과) 다른 %(amount)s개 항목 복사에 실패했습니다." +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "내부 오류입니다. %(name)s 복사에 실패했습니다." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "이동 중..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "복사 중..." #: seahub/templates/repo.html:679 #, python-format msgid "Successfully moved %(s_num)s items." -msgstr "항목 %(s_num)s개를 성공적으로 이동했습니다." +msgstr "" #: seahub/templates/repo.html:681 #, python-format msgid "Failed to move %(f_num)s items." -msgstr "항목 %(f_num)s개 이동에 실패했습니다." +msgstr "" #: seahub/templates/repo.html:684 #, python-format msgid "Successfully copied %(s_num)s items." -msgstr "항목 %(s_num)s개를 성공적으로 이동했습니다." +msgstr "" #: seahub/templates/repo.html:686 #, python-format msgid "Failed to copy %(f_num)s items." -msgstr "항목 %(f_num)s개 복사에 실패했습니다." +msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "실패했습니다" @@ -4291,111 +4289,112 @@ msgstr "" msgid "Uploading ..." msgstr "업로드 중..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "완료!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "다운로드 중..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "" - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "해독 중..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "" - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s을(를) 성공적으로 삭제했습니다" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "파일 이름 변경" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "디렉토리 이름 변경" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "파일 복사" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "파일 이동" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "디렉토리 복사" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "디렉토리 이동" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "다음으로 %(name)s 복사:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "다음으로 %(name)s 이동:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "이 라이브러리에서 디렉터리 다운로드를 지원하지 않습니다." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "별표 해제" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "다운로드 중..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "해독 중..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "파일 이름 변경" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "디렉토리 이름 변경" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "파일 복사" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "파일 이동" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "디렉토리 복사" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "디렉토리 이동" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "이 라이브러리에서 디렉터리 다운로드를 지원하지 않습니다." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "별표" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "필요합니다." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "확장자만 있습니다. 이름을 입력해주세요." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "만드는 중..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "이름을 바꾸지 않았습니다." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "이름을 %(old_name)s에서 %(new_name)s(으)로 성공적으로 바꾸었습니다." +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "취소했습니다" -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "최소한 하나의 연락처를 선택해주세요." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "전자메일, 그룹을 입력하거나 선택해주세요." @@ -4462,110 +4461,77 @@ msgstr "모두" msgid "Delete Time" msgstr "삭제 시간" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "소유권한 이전" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "암호 바꾸기" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "라이브러리 설정" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "전체 이력 유지" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "이력 유지하지 않음" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "특정 기간동안의 이력 유지:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "일" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "이 라이브러리를 다른 사용자에게 이전:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "이 라이브러리의 암호 바꾸기:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "이전 암호" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "새 암호(최소 %(repo_password_min_length)s문자)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "새 암호를 다시 입력하세요" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "업로드" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "이전 암호를 입력하세요." -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "새 암호를 입력하세요." -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "새 암호가 너무 짧습니다." -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "새 암호를 다시 입력하세요." -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "새 암호가 서로 맞지 않습니다." -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "수정 내역으로 돌아가기" @@ -4649,8 +4615,7 @@ msgstr "개 별" msgid "icon" msgstr "아이콘" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "별표 해제" @@ -4705,40 +4670,57 @@ msgstr "" msgid "Sorry, this user is not registered yet." msgstr "이 사용자는 등록하지 않았습니다." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "공유" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "별표 표시" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "이 파일을 업데이트했습니다" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "기여자 %(counter)s명" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "성공적으로 별표 해제했습니다" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "성공적으로 별표 표시했습니다" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "그룹에 토론 게시하기" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "토론" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "최소한 그룹 하나를 선택해주세요." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "토론 내용을 입력해주세요." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4862,15 +4844,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "CAPTCHA 새로 고침에 실패했습니다. 다시 시도해주세요." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "전자메일 주소는 비워둘 수 없습니다" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "암호는 비워둘 수 없습니다" @@ -4909,10 +4892,47 @@ msgid "New Password: " msgstr "새 암호: " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "암호 확인: " +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "암호를 다시 입력해주세요" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "암호가 일치하지 않습니다" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "암호를 성공적으로 재설정했습니다" @@ -4987,30 +5007,15 @@ msgstr "등록" msgid "Welcome back, you are already signed in." msgstr "잘 돌아오셨습니다. 이미 로그인했습니다." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "암호 확인" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "가입" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "암호를 다시 입력해주세요" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "암호가 일치하지 않습니다" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "지원하지 않습니다. 그림 파일을 선택해주세요." @@ -5027,110 +5032,86 @@ msgstr "너무 큽니다. 허용 최대 크기는 1MB 입니다." msgid "Discuss" msgstr "토론" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "최소한 그룹 하나를 선택해주세요." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "토론 내용을 입력해주세요." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "%(name)s 공유" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "링크 다운로드" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "링크 업로드" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "개인 공유" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "암호 사용" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(최소 %(repo_password_min_length)s문자)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "암호를 다시 입력하세요" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "유효기간 설정" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "일" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "만들기" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "링크:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "보내기" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "보낼 대상:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "세미콜론 ';' 으로 구분한 전자메일 주소" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "보내는 중..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "만든 링크를 다른 사용자에게 공유할 수 있으며 다른 사용자들은 링크를 통해 이 디렉토리로 파일을 업로드 할 수 있습니다." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "링크 업로드:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "그룹에 토론 게시하기" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "토론" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "수정 세부 내용" @@ -5163,43 +5144,52 @@ msgstr "삭제된 디렉토리" msgid "Unknown error." msgstr "알 수 없는 오류." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "하위 라이브러리" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "공유 됨" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "새 하위 라이브러리" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "공유" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "만든 라이브러리가 없습니다" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "파일을 모을 라이브러리를 만들 수 있습니다. 각각의 프로젝트에 라이브러리를 만들 수 있으며 각각의 라이브러리는 개별적으로 동기화 하고 공유할 수 있습니다." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "원본" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "만든 하위 라이브러리가 없습니다" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5227,6 +5217,22 @@ msgstr "" msgid "Document convertion failed." msgstr "문서 변환에 실패했습니다." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "공유 권한" @@ -5244,14 +5250,14 @@ msgid "Description is required" msgstr "설명이 필요합니다" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "암호를 입력해주세요" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "암호가 너무 짧습니다" @@ -5262,7 +5268,11 @@ msgstr "삭제 성공." #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "진짜로 %(lib_name)s 라이브러리를 삭제할까요?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "업로드" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5280,7 +5290,7 @@ msgstr "다른 동작" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "%(lib_name)s 공유" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5383,23 +5393,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "최소한 하나의 파일 형식을 선택하거나 한 가지 파일 확장자를 입력해주세요" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "연락처를 선택하세요" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "최소한 하나의 전자메일 주소를 입력해주세요." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "일 수를 입력하세요" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "올바른 일 수를 입력하세요" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5447,7 +5449,7 @@ msgstr "라이브러리 이전" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "%(lib_name)s 라이브러리를 다음에게 이전:" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5522,9 +5524,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "공백 사용" @@ -5604,42 +5606,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "사용자 추가" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "활성화중입니다..., 기다려주세요" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." -msgstr "새 버전 %(v)s의 서버가 있습니다." +msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "암호가 일치하지 않습니다" @@ -5660,37 +5686,37 @@ msgstr "요령: 전자메일 주소는 이미 추가한 사용자여야 합니 msgid "Status" msgstr "상태" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "만든 날짜 / 마지막 로그인" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "활성" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "비활성" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "암호재설정" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "관리자 해임" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "관리자 임명" @@ -5747,23 +5773,23 @@ msgstr "사용자 삭제" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "정말로 %s님의 암호를 재설정하시겠어요?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "정말로 %s님의 관리자 권한을 철회하시겠어요?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "정말로 %s님을 관리자로 설정하시겠어요?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "성공적으로 편집했습니다. 전자메일을 보냈습니다." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5801,408 +5827,401 @@ msgstr "personal-wiki" msgid "Personal Wiki Pages" msgstr "개인 위키 페이지" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "권한 오류" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "휴지통 페이지를 볼 수 없습니다" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "라이브러리 정보 편집에 실패했습니다." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "서버 설정 저장에 실패했습니다" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "설정을 저장했습니다." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "%s 사용자 이름이 잘못되었습니다." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "%s 사용자가 없습니다." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "%(repo_name)s 라이브러리를 %(new_owner)s님께 이전했습니다." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "%(repo_name)s 라이브러리 암호를 성공적으로 업데이트했습니다." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "파일 이름에 잘못된 문자가 있습니다" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "중복된 파일 이름" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "파일 크기가 제한을 넘었습니다." -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "소유자 공간이 가득 차서 업로드에 실패했습니다" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "파일 보내기 도중 오류가 발생했습니다" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "잘못된 url" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "라이브러리 수정 상태를 볼 수 없습니다" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "라이브러리 스냅샷을 볼 수 없습니다" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "라이브러리를 복원할 권한이 없습니다" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "이력 ID를 지정해주세요" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "라이브러리가 없습니다" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "지정한 이력이 없습니다" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "알 수 없는 오류" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "내 라이브러리" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "라이브러리가 없어서 공유 해제에 실패했습니다." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "\"%s\"을(를) 성공적으로 공유 해제했습니다." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "\"%s\" 공유 해제에 실패했습니다." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "파일 삭제에 실패했습니다." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s을(를) 성공적으로 삭제했습니다." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "내부 오류. %s 삭제에 실패했습니다." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "파일 접근 불가: 공유 링크 트래픽을 사용하고 있습니다." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "파일에 접근할 수 없습니다" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "%(path)s 경로를 루트 디렉토리로 성공적으로 되돌렸습니다." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "%(path)s 경로를 루트 디렉토리로 성공적으로 되돌렸습니다." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "내부 오류" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "\"%s\" 디렉토리를 다운로드 할 수 없습니다: 크기가 너무 큽니다." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "\"%s\"을(를) 다운로드 할 수 없습니다" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"개인 위키\"를 성공적으로 활성화했습니다." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"개인 위키\"를 성공적으로 비활성화했습니다." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "라이브러리 접근 권한이 없습니다." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "경로가 없습니다." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "그룹이 없습니다." -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "권한이 거부되었습니다" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "라이브러리가 없습니다." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "권한이 거부되었습니다." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "라이브러리가 암호화되었습니다." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "오류: 헤드 커밋 ID가 없습니다" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "인자가 빠졌습니다." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "대상 경로가 너무 깁니다." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "%s의 대상 경로가 너무 깁니다." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "파일 차단 목록 가져오기에 실패했습니다." -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "잘못된 저장소 ID 입니다" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "시스템 라이브러리는 삭제할 수 없습니다." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "합친 내용에 충돌이 없습니다." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTP오류: 파일을 온라인에서 열기에 실패했습니다" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URL오류: 파일을 온라인에서 열기에 실패했습니다" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "선택한 인코딩이 적합하지 않습니다" -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "알 수 없는 파일 인코딩" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "파일 크기가 %s을(를) 넘어, 온라인에서 열 수 없습니다." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "파일을 볼 수 없습니다" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "잘못된 파일 형식입니다." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "라이브러리가 없습니다." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "라이브러리가 암호화되었습니다." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "파일을 편집할 수 없습니다" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "파일이 없습니다." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "이 형식의 파일 온라인 편집을 할 수 없습니다." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "제한 용량 설정에 실패했습니다: 내부 오류" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s을(를) 성공적으로 삭제했습니다" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "삭제 실패: 사용자가 없습니다" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s님을 관리자로 성공적으로 설정했습니다" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "관리자 설정 실패: 사용자가 없습니다" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "%s의 관리자 권한을 성공적으로 철회했습니다" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "관리자 해임 실패: 사용자가 없습니다" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "\"%s\"님을 성공적으로 활성화했습니다." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "활성화 실패: 사용자가 없습니다." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "\"%s\"님을 성공적으로 비활성화했습니다." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "비활성화 실패: 사용자가 없습니다." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "%s의 계정을 활성화했습니다" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "%s에 암호를 재설정했습니다" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "" -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, 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:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "" -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6210,70 +6229,74 @@ msgid "" "configured." msgstr "" -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "암호 재설정 실패: 사용자가 없습니다" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "%s 참여를 초대받았습니다" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "%s 사용자를 성공적으로 추가했습니다. 전자메일 알림을 보냈습니다." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "%s 사용자를 성공적으로 추가했습니다. 전자메일 알림을 보내는 동안 오류가 발생했습니다. 전자메일 설정을 확인해주세요." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "%s 사용자를 성공적으로 추가했습니다." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "%s 사용자를 성공적으로 추가했습니다만, 전자메일 서비스를 올바르게 설정하지 않아 전자메일 알림을 보낼 수 없었습니다." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "성공적으로 보냈습니다." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "%s 사용자가 없어 보내기에 실패했습니다" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "보내기에 실패했습니다. 잘못된 인자입니다." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "LDAP를 지금 사용중이어서 관리자를 추가할 수 없습니다." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s님을 성공적으로 관리자로 설정했습니다." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "%s님 관리자 설정 실패: 사용자가 없습니다." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/lv/LC_MESSAGES/django.po b/locale/lv/LC_MESSAGES/django.po index 3ecb6ddd8d..eb4ce47455 100644 --- a/locale/lv/LC_MESSAGES/django.po +++ b/locale/lv/LC_MESSAGES/django.po @@ -7,185 +7,218 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-11 13:47+0800\n" -"PO-Revision-Date: 2014-01-11 05:52+0000\n" -"Last-Translator: xiez \n" -"Language-Team: Latvian (Latvia) (http://www.transifex.com/projects/p/seahub/language/lv_LV/)\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-08-01 02:37+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Latvian (http://www.transifex.com/projects/p/seahub/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: lv_LV\n" +"Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: seahub/forms.py:26 seahub/base/accounts.py:410 -msgid "A user with this email already" -msgstr "Lietotājs ar šādu e-pasta adresi jau pastāv" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:40 seahub/auth/forms.py:129 seahub/auth/forms.py:171 -#: seahub/base/accounts.py:427 -msgid "The two password fields didn't match." -msgstr "Paroļu lauki nesakrīt" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:49 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Nosaukums nevar būt tukšs" -#: seahub/forms.py:50 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Nosaukums pārāk garš (maksimums 255 simboli)" -#: seahub/forms.py:53 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Apraksts nevar būt tukšs" -#: seahub/forms.py:54 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Apraksts pārāk garš (maksimums 255 simboli)" -#: seahub/forms.py:63 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Nosaukums %s nav derīgs" -#: seahub/forms.py:77 seahub/message/views.py:127 seahub/share/views.py:729 -#: seahub/share/views.py:762 seahub/views/__init__.py:1074 -#: seahub/views/ajax.py:334 seahub/views/ajax.py:393 seahub/views/ajax.py:484 -#: seahub/views/ajax.py:619 seahub/views/ajax.py:779 seahub/views/ajax.py:977 -#: seahub/views/ajax.py:1045 seahub/views/ajax.py:1049 -#: seahub/views/ajax.py:1053 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Iztrūkst arguments" -#: seahub/forms.py:91 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Nepieciešams vecais nosaukums" -#: seahub/forms.py:94 seahub/forms.py:115 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Pārāk garš" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Nepieciešams" -#: seahub/forms.py:102 seahub/forms.py:123 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Nosaukums \"%s\" nav derīgs" -#: seahub/forms.py:134 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "Nepieciešams krātuves ID" -#: seahub/forms.py:135 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Nepieciešams lietotāja vārds" -#: seahub/forms.py:136 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "Parole nevar būt tukša" -#: seahub/forms.py:147 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Greizs URL formāts" -#: seahub/forms.py:152 seahub/templates/repo.html:361 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Kļūdaina parole" -#: seahub/forms.py:154 seahub/views/__init__.py:1083 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "" -#: seahub/forms.py:156 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Atkodēšanas kļūda" -#: seahub/forms.py:162 seahub/share/forms.py:19 seahub/share/forms.py:29 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Nepieciešams e-pasts" -#: seahub/forms.py:164 seahub/templates/sysadmin/userinfo.html:135 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Kvota nevar būt tukša" -#: seahub/forms.py:165 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Kvota nevar būt mazāka par 0" -#: seahub/forms.py:171 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Nepieciešams krātuves nosaukums" -#: seahub/forms.py:172 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Nepieciešams krātuves apraksts" -#: seahub/forms.py:174 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Lūdzu ievadīt nummuru" #: seahub/settings.py:133 +msgid "català" +msgstr "" + +#: seahub/settings.py:134 msgid "Deutsch" msgstr "Vāciski" -#: seahub/settings.py:134 +#: seahub/settings.py:135 msgid "English" msgstr "Angliski" -#: seahub/settings.py:135 +#: seahub/settings.py:136 msgid "Español" msgstr "Spāniski" -#: seahub/settings.py:136 +#: seahub/settings.py:137 +msgid "Argentinian Spanish" +msgstr "" + +#: seahub/settings.py:138 msgid "Mexican Spanish" msgstr "" -#: seahub/settings.py:137 -msgid "Français" -msgstr "Franciski" - -#: seahub/settings.py:138 -msgid "Hebrew" +#: seahub/settings.py:139 +msgid "français" msgstr "" -#: seahub/settings.py:139 +#: seahub/settings.py:140 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:141 msgid "Magyar" msgstr "Maguāru" -#: seahub/settings.py:140 -msgid "Italiano" -msgstr "Itāliski" - -#: seahub/settings.py:141 -msgid "Latvian" -msgstr "" - #: seahub/settings.py:142 -msgid "Dutch" +msgid "Íslenska" msgstr "" #: seahub/settings.py:143 -msgid "Portuguese, Brazil" -msgstr "" +msgid "Italiano" +msgstr "Itāliski" #: seahub/settings.py:144 -msgid "Русский" -msgstr "Krieviski" +msgid "한국어" +msgstr "" #: seahub/settings.py:145 -msgid "Slovak" +msgid "Latvian" msgstr "" #: seahub/settings.py:146 -msgid "Ukrainian" +msgid "Nederlands" msgstr "" #: seahub/settings.py:147 -msgid "简体中文" +msgid "Polski" msgstr "" #: seahub/settings.py:148 +msgid "Portuguese, Brazil" +msgstr "" + +#: seahub/settings.py:149 +msgid "Русский" +msgstr "Krieviski" + +#: seahub/settings.py:150 +msgid "Slovak" +msgstr "" + +#: seahub/settings.py:151 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:152 +msgid "Svenska" +msgstr "" + +#: seahub/settings.py:153 +msgid "Thai" +msgstr "" + +#: seahub/settings.py:154 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:155 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:156 msgid "繁體中文" msgstr "" @@ -194,8 +227,9 @@ msgid "File Collaboration Team Organization" msgstr "Datņu koplietošana" #: seahub/api2/templates/api2/discussion.html:6 -#: seahub/group/templates/group/group_base.html:25 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/group_base.html:23 +#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/templates/base.html:175 msgid "Discussion" msgstr "Sarunas" @@ -207,18 +241,20 @@ msgstr "Sarunas" #: seahub/api2/templates/api2/discussions_body.html:37 #: seahub/api2/templates/api2/new_msg_reply.html:27 #: seahub/api2/templates/api2/new_msg_reply.html:43 -#: seahub/group/templates/group/group_discuss.html:45 -#: seahub/group/templates/group/group_discuss.html:61 -#: seahub/group/templates/group/new_msg_reply.html:26 -#: seahub/group/templates/group/new_msg_reply.html:35 -#: seahub/message/templates/message/user_msg_list.html:47 +#: seahub/api2/templates/api2/user_msg_body.html:20 +#: seahub/group/templates/group/group_discuss.html:74 +#: seahub/group/templates/group/new_msg_reply.html:27 +#: seahub/group/templates/group/new_msg_reply.html:36 +#: seahub/message/templates/message/user_msg.html:17 +#: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/view_shared_dir.html:53 +#: seahub/templates/view_file_base.html:156 +#: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 -#: seahub/templates/snippets/repo_dirents.html:57 +#: seahub/templates/snippets/repo_dirents.html:54 msgid "File" msgstr "Datne" @@ -226,13 +262,13 @@ msgstr "Datne" #: seahub/api2/templates/api2/discussion_posted.html:29 #: seahub/api2/templates/api2/discussions_body.html:31 #: seahub/api2/templates/api2/new_msg_reply.html:37 -#: seahub/group/templates/group/group_discuss.html:55 -#: seahub/group/templates/group/new_msg_reply.html:29 +#: seahub/group/templates/group/group_discuss.html:68 +#: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 -#: seahub/templates/pubrepo.html:23 seahub/templates/pubrepo.html.py:26 -#: seahub/templates/pubrepo.html:28 seahub/templates/view_shared_dir.html:39 +#: seahub/share/templates/share/priv_shared_files.html:67 +#: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -241,9 +277,9 @@ msgstr "Mapes attēls" #: seahub/api2/templates/api2/discussion_posted.html:46 #: seahub/api2/templates/api2/discussions_body.html:48 #: seahub/group/templates/group/discussion_list.html:17 -#: seahub/group/templates/group/group_discuss.html:71 -#: seahub/group/templates/group/group_discuss.html:147 -#: seahub/group/templates/group/new_msg_reply.html:45 +#: seahub/group/templates/group/group_discuss.html:85 +#: seahub/group/templates/group/group_discuss.html:160 +#: seahub/group/templates/group/new_msg_reply.html:47 #, python-format msgid "%(amount)s replies" msgstr "%(amount)s atbildes" @@ -254,43 +290,46 @@ msgstr "Nav sarunu" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 -#: seahub/templates/activities.html:13 seahub/templates/repo.html:957 -#: seahub/templates/snippets/list_commit_detail.html:3 -#: seahub/templates/snippets/repo_dir_data.html:46 +#: seahub/api2/templates/api2/user_msg_list.html:25 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 +#: seahub/templates/activities.html:13 +#: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." msgstr "Ielāde... " #: seahub/api2/templates/api2/discussions.html:75 #: seahub/api2/templates/api2/events_js.html:34 +#: seahub/api2/templates/api2/user_msg_list.html:72 #: seahub/contacts/templates/contacts/contact_list.html:107 #: seahub/contacts/templates/contacts/contact_list.html:153 -#: seahub/group/templates/group/group_discuss.html:231 +#: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:141 -#: seahub/message/templates/message/all_msg_list.html:208 -#: seahub/message/templates/message/user_msg_list.html:156 -#: seahub/notifications/templates/notifications/user_notification_list.html:66 -#: seahub/templates/base.html:139 seahub/templates/file_edit.html:592 -#: seahub/templates/repo.html:302 seahub/templates/repo.html.py:1406 -#: seahub/templates/repo.html:1454 seahub/templates/repo.html.py:1628 -#: seahub/templates/repo.html:1734 seahub/templates/repo.html.py:1806 -#: seahub/templates/repo_settings.html:100 -#: seahub/templates/repo_settings.html:136 -#: seahub/templates/view_file_base.html:151 +#: seahub/message/templates/message/all_msg_list.html:202 +#: seahub/message/templates/message/user_msg_list.html:180 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 +#: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 +#: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 -#: seahub/templates/snippets/office_convert_js.html:172 -#: seahub/templates/snippets/office_convert_js.html:197 +#: seahub/templates/snippets/office_convert_js.html:190 +#: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:154 -#: seahub/templates/snippets/shared_link_js.html:189 -#: seahub/templates/snippets/shared_link_js.html:213 -#: seahub/templates/snippets/shared_link_js.html:276 -#: seahub/templates/snippets/shared_link_js.html:306 -#: seahub/templates/snippets/shared_link_js.html:330 -#: seahub/templates/sysadmin/sys_useradmin.html:94 -#: seahub/templates/sysadmin/userinfo.html:158 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 +#: seahub/templates/snippets/spreadsheet_convert_js.html:32 +#: seahub/templates/sysadmin/sys_useradmin.html:139 +#: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Neizdevās. Lūdzu pārbaudiet tīkla pieslēgumu." @@ -332,6 +371,7 @@ msgid "Deleted library %(library_name)s" msgstr "Dzēsta krātuve %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Lūdzu pārbaudiet tīkla pieslēgumu" @@ -339,6 +379,25 @@ msgstr "Lūdzu pārbaudiet tīkla pieslēgumu" msgid "New Replies" msgstr "Jaunas atbildes" +#: seahub/api2/templates/api2/user_msg_list.html:6 +#: seahub/message/templates/message/all_msg_list.html:4 +#: seahub/message/templates/message/all_msg_list.html:16 +#: seahub/message/templates/message/user_msg_list.html:4 +#: seahub/share/templates/share/user_share_list.html:24 +#: seahub/templates/home_base.html:24 +msgid "Messages" +msgstr "Ziņas" + +#: seahub/api2/templates/api2/user_msg_list.html:10 +#: seahub/message/templates/message/user_msg_list.html:9 +#, python-format +msgid "Messages with %(name)s" +msgstr "" + +#: seahub/api2/templates/api2/user_msg_list.html:19 +msgid "No messages." +msgstr "" + #: seahub/auth/admin.py:29 msgid "Personal info" msgstr "Mans info" @@ -352,10 +411,11 @@ msgid "Important dates" msgstr "Svarīgi datumi" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 -#: seahub/templates/admin_base.html:16 seahub/templates/myhome_base.html:10 -#: seahub/templates/org_admin_base.html:14 seahub/templates/org_base.html:15 -#: seahub/templates/pub_base.html:13 seahub/templates/pubgrp.html:8 +#: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 +#: seahub/templates/sysadmin/base.html:15 +#: seahub/templates/sysadmin/sys_org_info.html:44 msgid "Groups" msgstr "Grupas" @@ -368,83 +428,106 @@ msgstr "Parole nomainīta sekmīgi" msgid "Change password: %s" msgstr "Mainīt paroli: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:396 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Lietotājvārds" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:159 -#: seahub/base/accounts.py:400 seahub/templates/registration/login.html:10 -#: seahub/templates/registration/registration_form.html:18 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 +#: seahub/templates/registration/registration_form.html:19 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Parole" -#: seahub/auth/forms.py:40 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 +msgid "Enter a valid email address." +msgstr "" + +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Lūdzu ievadīt atbilstošu lietotājvārdu un paroli. Ievērojiet - abi laiku ir reģistra jūtīgi " -#: seahub/auth/forms.py:42 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Šis konts nav aktīvs" -#: seahub/auth/forms.py:47 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Izskatās, ka jūsu pārlūkam atslēgti cepumi (cookies). Cepumi ir nepieciešamii, lai pieslēgtos " -#: seahub/auth/forms.py:63 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-pasts" -#: seahub/auth/forms.py:70 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Neizdevās nosūtīt e-pastu, iestatījumi nav korekti. Sazinieties aradministratoru" -#: seahub/auth/forms.py:78 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Šī e-pasta adrese nav piesaistīta konta. Vai esat reģistrējies?" -#: seahub/auth/forms.py:108 -#, python-format -msgid "Password reset on %s" -msgstr "Parole mainīta uz %s" +#: seahub/auth/forms.py:90 +msgid "Can not reset password, please contact LDAP admin." +msgstr "" -#: seahub/auth/forms.py:116 +#: seahub/auth/forms.py:114 +#, python-format +msgid "Reset Password on %s" +msgstr "" + +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Jauna parole" -#: seahub/auth/forms.py:117 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Apstiprināt paroli" -#: seahub/auth/forms.py:143 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Paroļu lauki nesakrīt" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Vecā parole" -#: seahub/auth/forms.py:151 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Vecā parole ievadīta kļudaini. Lūdzu atkārtojiet." -#: seahub/auth/forms.py:160 seahub/base/accounts.py:402 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Parole (vēlreiz)" -#: seahub/auth/views.py:157 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Atslēdzies" -#: seahub/auth/views.py:205 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Nezidevās nosūtīt e-pastu, sazinieties ar administratoru." +#: seahub/auth/views.py:348 +msgid "Can not update password, please contact LDAP admin." +msgstr "" + #: seahub/auth/management/commands/createsuperuser.py:24 #: seahub/base/management/commands/createsuperuser.py:25 msgid "Enter a valid e-mail address." @@ -471,7 +554,7 @@ msgid "" "%(nb_max_avatars)d." msgstr "" -#: seahub/avatar/models.py:138 seahub/avatar/models.py:163 +#: seahub/avatar/models.py:137 seahub/avatar/models.py:165 #, python-format msgid "Avatar for %s" msgstr "Avatars %s" @@ -539,57 +622,66 @@ msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:62 #: seahub/group/templates/group/discussion_list.html:42 #: seahub/group/templates/group/group_base.html:61 -#: seahub/group/templates/group/group_discuss.html:16 -#: seahub/group/templates/group/group_discuss.html:98 -#: seahub/group/templates/group/group_discuss.html:155 -#: seahub/group/templates/group/group_info.html:130 -#: seahub/group/templates/group/group_manage.html:100 -#: seahub/group/templates/group/group_manage.html:108 +#: seahub/group/templates/group/group_discuss.html:17 +#: seahub/group/templates/group/group_discuss.html:29 +#: seahub/group/templates/group/group_discuss.html:112 +#: seahub/group/templates/group/group_discuss.html:168 +#: seahub/group/templates/group/group_info.html:135 +#: seahub/group/templates/group/group_manage.html:102 +#: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 -#: seahub/group/templates/group/group_wiki.html:25 -#: seahub/group/templates/group/group_wiki.html:57 +#: seahub/group/templates/group/group_wiki.html:51 +#: seahub/group/templates/group/group_wiki.html:61 +#: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 -#: seahub/group/templates/group/new_msg_reply.html:65 -#: seahub/message/templates/message/all_msg_list.html:50 -#: seahub/message/templates/message/user_msg_list.html:20 -#: seahub/notifications/templates/notifications/notification_list.html:15 +#: seahub/group/templates/group/new_msg_reply.html:67 +#: seahub/message/templates/message/all_msg_list.html:47 +#: seahub/message/templates/message/all_msg_list.html:59 +#: seahub/message/templates/message/user_msg_list.html:21 +#: seahub/message/templates/message/user_msg_list.html:33 +#: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:60 -#: seahub/profile/templates/profile/set_profile.html:75 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:49 seahub/templates/repo.html:72 -#: seahub/templates/repo.html.py:122 seahub/templates/repo.html:152 -#: seahub/templates/repo.html.py:176 seahub/templates/repo.html:197 -#: seahub/templates/repo.html.py:206 seahub/templates/repo.html:231 -#: seahub/templates/repo_settings.html:28 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/shared_file_view.html:50 -#: seahub/templates/registration/login.html:34 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 +#: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 +#: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 +#: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 +#: seahub/templates/share_access_validation.html:10 +#: seahub/templates/shared_file_view.html:52 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 -#: seahub/templates/registration/registration_form.html:33 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:41 -#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 -#: seahub/templates/snippets/repo_share_form.html:52 +#: seahub/templates/snippets/repo_share_form.html:30 #: seahub/templates/snippets/search_form.html:57 #: seahub/templates/sysadmin/repo_transfer_form.html:8 -#: seahub/templates/sysadmin/sys_repo_search.html:11 -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/user_search.html:10 -#: seahub/templates/sysadmin/userinfo.html:53 -#: seahub/templates/wiki/personal_wiki.html:24 -#: seahub/templates/wiki/personal_wiki.html:52 +#: seahub/templates/sysadmin/sys_org_info.html:35 +#: seahub/templates/sysadmin/sys_repo_search.html:13 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:36 +#: seahub/templates/sysadmin/user_search.html:12 +#: seahub/templates/sysadmin/userinfo.html:47 +#: seahub/templates/wiki/personal_wiki.html:46 +#: seahub/templates/wiki/personal_wiki.html:56 +#: seahub/templates/wiki/personal_wiki.html:85 #: seahub/templates/wiki/personal_wiki_pages.html:31 msgid "Submit" msgstr "Pielietot" @@ -606,112 +698,112 @@ msgstr "" msgid "You have updated your avatar %(avatar)s." msgstr "" -#: seahub/avatar/templatetags/avatar_tags.py:46 -msgid "Default Avatar" -msgstr "" - -#: seahub/base/accounts.py:391 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "E-pasta adrese" -#: seahub/base/accounts.py:397 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "" -#: seahub/base/accounts.py:414 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Lietotājs ar šādu e-pasta adresi jau pastāv" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Nederīgs lietotāja ID" -#: seahub/base/accounts.py:434 +#: seahub/base/accounts.py:499 msgid "name" msgstr "" -#: seahub/base/accounts.py:436 +#: seahub/base/accounts.py:501 msgid "department" msgstr "" -#: seahub/base/accounts.py:438 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "" -#: seahub/base/accounts.py:440 +#: seahub/base/accounts.py:505 msgid "note" msgstr "" -#: seahub/base/decorators.py:85 +#: seahub/base/decorators.py:68 msgid "Files in this library can not be viewed online." msgstr "Šīs krātuves datnes nevar tikt skatītas tiešsaistē" -#: seahub/base/templatetags/seahub_tags.py:87 +#: seahub/base/templatetags/seahub_tags.py:93 msgid "Added" msgstr "Pievienots" -#: seahub/base/templatetags/seahub_tags.py:88 +#: seahub/base/templatetags/seahub_tags.py:94 msgid "Deleted" msgstr "Dzēsts" -#: seahub/base/templatetags/seahub_tags.py:89 +#: seahub/base/templatetags/seahub_tags.py:95 msgid "Removed" msgstr "Aizvākts" -#: seahub/base/templatetags/seahub_tags.py:90 +#: seahub/base/templatetags/seahub_tags.py:96 msgid "Modified" msgstr "Mainīts" -#: seahub/base/templatetags/seahub_tags.py:91 +#: seahub/base/templatetags/seahub_tags.py:97 msgid "Renamed" msgstr "Pārsaukts" -#: seahub/base/templatetags/seahub_tags.py:92 +#: seahub/base/templatetags/seahub_tags.py:98 msgid "Moved" msgstr "Pārvietots" -#: seahub/base/templatetags/seahub_tags.py:93 +#: seahub/base/templatetags/seahub_tags.py:99 msgid "Added directory" msgstr "Mape pievienota" -#: seahub/base/templatetags/seahub_tags.py:94 +#: seahub/base/templatetags/seahub_tags.py:100 msgid "Removed directory" msgstr "Mape dzēsta" -#: seahub/base/templatetags/seahub_tags.py:95 +#: seahub/base/templatetags/seahub_tags.py:101 msgid "Renamed directory" msgstr "Mape pārsaukta" -#: seahub/base/templatetags/seahub_tags.py:96 +#: seahub/base/templatetags/seahub_tags.py:102 msgid "Moved directory" msgstr "Mape pārvietota" -#: seahub/base/templatetags/seahub_tags.py:111 +#: seahub/base/templatetags/seahub_tags.py:117 msgid "Reverted library to status at" msgstr "Krātuves statuss atgriezts uz" -#: seahub/base/templatetags/seahub_tags.py:114 +#: seahub/base/templatetags/seahub_tags.py:120 #, python-format msgid "Reverted file \"%(file)s\" to status at %(time)s." msgstr "" -#: seahub/base/templatetags/seahub_tags.py:118 +#: seahub/base/templatetags/seahub_tags.py:124 msgid "Recovered deleted directory" msgstr "Dzēsta mape atjaunota" -#: seahub/base/templatetags/seahub_tags.py:120 seahub/views/__init__.py:879 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Mainīts krātuves nosaukums vai apraksts" -#: seahub/base/templatetags/seahub_tags.py:122 +#: seahub/base/templatetags/seahub_tags.py:128 msgid "Auto merge by seafile system" msgstr "Automātiski sapludināts" -#: seahub/base/templatetags/seahub_tags.py:179 -#: seahub/base/templatetags/seahub_tags.py:213 -#: seahub/group/templates/group/group_discuss.html:140 -#: seahub/templates/repo.html:1543 -#: seahub/templates/snippets/my_owned_repos.html:226 +#: seahub/base/templatetags/seahub_tags.py:188 +#: seahub/base/templatetags/seahub_tags.py:222 +#: seahub/group/templates/group/group_discuss.html:154 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Tikko" -#: seahub/base/templatetags/seahub_tags.py:188 +#: seahub/base/templatetags/seahub_tags.py:197 #, python-format msgid "%(days)d day ago" msgid_plural "%(days)d days ago" @@ -719,7 +811,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: seahub/base/templatetags/seahub_tags.py:195 +#: seahub/base/templatetags/seahub_tags.py:204 #, python-format msgid "%(hours)d hour ago" msgid_plural "%(hours)d hours ago" @@ -727,7 +819,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: seahub/base/templatetags/seahub_tags.py:202 +#: seahub/base/templatetags/seahub_tags.py:211 #, python-format msgid "%(minutes)d minute ago" msgid_plural "%(minutes)d minutes ago" @@ -735,7 +827,7 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: seahub/base/templatetags/seahub_tags.py:208 +#: seahub/base/templatetags/seahub_tags.py:217 #, python-format msgid "%(seconds)d second ago" msgid_plural "%(seconds)d seconds ago" @@ -743,46 +835,52 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: seahub/base/templatetags/seahub_tags.py:310 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/base/templatetags/seahub_tags.py:319 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:365 seahub/share/views.py:496 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 #: seahub/share/templates/share/repos.html:26 #: seahub/share/templates/share/repos.html:40 #: seahub/share/templates/share/user_share_list.html:42 -#: seahub/templates/pubrepo.html:23 seahub/templates/pubrepo.html.py:26 -#: seahub/templates/snippets/my_owned_repos.html:29 -#: seahub/templates/snippets/my_owned_repos.html:31 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:77 -#: seahub/templates/snippets/my_owned_repos.html:125 -#: seahub/templates/snippets/my_owned_repos.html:128 -#: seahub/templates/snippets/my_owned_repos.html:185 -#: seahub/templates/snippets/my_owned_repos.html:188 -#: seahub/templates/snippets/my_owned_repos.html:223 +#: seahub/templates/my_group_repos.html:25 +#: seahub/templates/my_group_repos.html:28 +#: seahub/templates/my_shared_repos.html:18 +#: seahub/templates/my_shared_repos.html:21 seahub/templates/pubrepo.html:26 +#: seahub/templates/pubrepo.html.py:29 +#: seahub/templates/snippets/my_group_repos.html:25 +#: seahub/templates/snippets/my_group_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:36 +#: seahub/templates/snippets/my_owned_repos.html:38 +#: seahub/templates/snippets/my_owned_repos.html:82 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 +#: seahub/templates/snippets/my_shared_repos.html:7 +#: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 -#: seahub/templates/snippets/repo_share_form.html:47 -#: seahub/templates/sysadmin/userinfo.html:78 -#: seahub/templates/sysadmin/userinfo.html:104 +#: seahub/templates/snippets/repo_share_form.html:25 +#: seahub/templates/sysadmin/userinfo.html:72 +#: seahub/templates/sysadmin/userinfo.html:98 msgid "Read-Write" msgstr "Lasīt-Rakstīt" -#: seahub/base/templatetags/seahub_tags.py:312 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/base/templatetags/seahub_tags.py:321 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:367 seahub/share/views.py:498 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 -#: seahub/templates/pubrepo.html:28 seahub/templates/repo.html:22 -#: seahub/templates/snippets/my_owned_repos.html:130 -#: seahub/templates/snippets/my_owned_repos.html:190 +#: seahub/templates/my_group_repos.html:30 +#: seahub/templates/my_shared_repos.html:23 seahub/templates/pubrepo.html:31 +#: seahub/templates/repo.html:20 +#: seahub/templates/snippets/my_group_repos.html:30 +#: seahub/templates/snippets/my_shared_repos.html:12 #: seahub/templates/snippets/repo_create_form.html:12 -#: seahub/templates/snippets/repo_share_form.html:48 +#: seahub/templates/snippets/repo_share_form.html:26 msgid "Read-Only" msgstr "Tikai lasīt" @@ -791,33 +889,33 @@ msgstr "Tikai lasīt" msgid "Email is required." msgstr "Nepieciešams e-pasts" -#: seahub/contacts/views.py:62 seahub/contacts/views.py:99 -#: seahub/group/views.py:806 +#: seahub/contacts/views.py:64 seahub/contacts/views.py:101 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "" -#: seahub/contacts/views.py:67 seahub/contacts/views.py:103 +#: seahub/contacts/views.py:69 seahub/contacts/views.py:105 #, python-format msgid "%s is already in your contacts." msgstr "" -#: seahub/contacts/views.py:76 seahub/contacts/views.py:111 +#: seahub/contacts/views.py:78 seahub/contacts/views.py:113 #, python-format msgid "Successfully added %s to contacts." msgstr "%s veiksmīgi pievienots kontaktiem" -#: seahub/contacts/views.py:81 seahub/contacts/views.py:114 +#: seahub/contacts/views.py:83 seahub/contacts/views.py:116 #, python-format msgid "Failed to add %s to contacts." msgstr "%s neizdevās pievienot kontaktiem" -#: seahub/contacts/views.py:136 +#: seahub/contacts/views.py:138 #, python-format msgid "Successfully edited %s." msgstr "%s veiksmīgi izmainīts" -#: seahub/contacts/views.py:149 +#: seahub/contacts/views.py:151 #, python-format msgid "Successfully Deleted %s" msgstr "%s veiksmīgi dzēsts" @@ -825,7 +923,7 @@ msgstr "%s veiksmīgi dzēsts" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Kontakti" @@ -840,116 +938,127 @@ msgid "Email " msgstr "E-pasts" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 -#: seahub/group/templates/group/group_wiki.html:20 -#: seahub/group/templates/group/group_wiki.html:54 +#: seahub/group/templates/group/group_wiki.html:46 +#: seahub/group/templates/group/group_wiki.html:91 #: seahub/group/templates/group/group_wiki_pages.html:30 -#: seahub/message/templates/message/all_msg_list.html:21 +#: seahub/message/templates/message/all_msg_list.html:22 #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 -#: seahub/templates/pubrepo.html:13 seahub/templates/repo_history_view.html:52 +#: seahub/templates/my_group_repos.html:8 +#: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 +#: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:15 -#: seahub/templates/view_shared_dir.html:32 -#: seahub/templates/registration/registration_form.html:12 -#: seahub/templates/snippets/my_owned_repos.html:20 -#: seahub/templates/snippets/my_owned_repos.html:67 -#: seahub/templates/snippets/my_owned_repos.html:114 -#: seahub/templates/snippets/my_owned_repos.html:168 -#: seahub/templates/snippets/my_owned_repos.html:217 +#: seahub/templates/repo_settings.html:35 +#: seahub/templates/view_shared_dir.html:29 +#: seahub/templates/registration/registration_form.html:13 +#: seahub/templates/snippets/my_group_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 -#: seahub/templates/snippets/repo_dir_data.html:38 +#: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 #: seahub/templates/sysadmin/sys_group_admin.html:12 -#: seahub/templates/sysadmin/sys_list_system.html:20 +#: seahub/templates/sysadmin/sys_list_system.html:23 #: seahub/templates/sysadmin/sys_org_admin.html:11 -#: seahub/templates/sysadmin/sys_publink_admin.html:10 -#: seahub/templates/sysadmin/sys_repo_search.html:9 -#: seahub/templates/sysadmin/userinfo.html:71 -#: seahub/templates/sysadmin/userinfo.html:97 -#: seahub/templates/wiki/personal_wiki.html:19 -#: seahub/templates/wiki/personal_wiki.html:49 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_repo_search.html:11 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/wiki/personal_wiki.html:41 +#: seahub/templates/wiki/personal_wiki.html:82 #: seahub/templates/wiki/personal_wiki_pages.html:28 msgid "Name" msgstr "Nosaukums" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:28 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Piezīme" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 -#: seahub/group/templates/group/group_manage.html:22 +#: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 #: seahub/group/templates/group/group_manage.html:79 -#: seahub/notifications/templates/notifications/notification_list.html:7 -#: seahub/notifications/templates/notifications/notification_list.html:26 +#: seahub/notifications/templates/notifications/notification_list.html:21 #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 -#: seahub/templates/file_revisions.html:28 seahub/templates/pubrepo.html:17 +#: seahub/templates/file_revisions.html:28 +#: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 #: seahub/templates/repo_view_snapshot.html:18 -#: seahub/templates/view_shared_dir.html:34 -#: seahub/templates/snippets/my_owned_repos.html:23 -#: seahub/templates/snippets/my_owned_repos.html:70 -#: seahub/templates/snippets/my_owned_repos.html:118 -#: seahub/templates/snippets/my_owned_repos.html:220 -#: seahub/templates/snippets/repo_dir_data.html:41 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 +#: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 -#: seahub/templates/sysadmin/sys_publink_admin.html:14 -#: seahub/templates/sysadmin/useradmin_table.html:8 -#: seahub/templates/sysadmin/userinfo.html:73 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 +#: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Darbības" #: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 #: seahub/share/templates/share/list_priv_shared_folders.html:29 #: seahub/share/templates/share/repos.html:33 #: seahub/templates/file_edit.html:80 #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 +#: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Mainīt" #: seahub/contacts/templates/contacts/contact_list.html:30 -#: seahub/group/templates/group/group_discuss.html:33 -#: seahub/group/templates/group/group_discuss.html:138 -#: seahub/group/templates/group/group_manage.html:31 +#: seahub/group/templates/group/group_discuss.html:45 +#: seahub/group/templates/group/group_discuss.html:152 +#: seahub/group/templates/group/group_manage.html:34 #: seahub/group/templates/group/group_manage.html:58 -#: seahub/notifications/templates/notifications/notification_list.html:38 -#: seahub/profile/templates/profile/set_profile.html:102 -#: seahub/templates/repo.html:58 seahub/templates/repo.html.py:267 +#: seahub/message/templates/message/user_msg.html:8 +#: seahub/message/templates/message/user_msg_list.html:52 +#: seahub/message/templates/message/user_msg_list.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:119 +#: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/my_owned_repos.html:46 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:232 -#: seahub/templates/snippets/repo_dirents.html:35 -#: seahub/templates/snippets/repo_dirents.html:89 -#: seahub/templates/sysadmin/repoadmin_table.html:18 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 +#: seahub/templates/snippets/repo_dirents.html:32 +#: seahub/templates/snippets/repo_dirents.html:86 +#: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/useradmin_table.html:46 -#: seahub/templates/sysadmin/userinfo.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 +#: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Dzēst" @@ -965,17 +1074,19 @@ msgstr "Pievienojiet draugu kontaktiem, lai tam ātri sniegtu pieeju krātuvēm #: seahub/contacts/templates/contacts/contact_list.html:44 #: seahub/contacts/templates/contacts/contact_list.html:55 -#: seahub/group/templates/group/group_manage.html:21 +#: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:34 -#: seahub/templates/registration/login.html:8 -#: seahub/templates/registration/registration_form.html:16 +#: seahub/templates/repo_settings.html:57 +#: seahub/templates/registration/login.html:34 +#: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_ldap_useradmin.html:18 -#: seahub/templates/sysadmin/sys_useradmin.html:24 -#: seahub/templates/sysadmin/user_search.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:42 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 +#: seahub/templates/sysadmin/user_search.html:11 #: seahub/templates/sysadmin/useradmin_table.html:4 +#: seahub/templates/sysadmin/userinfo.html:11 msgid "Email" msgstr "E-pasts" @@ -1000,9 +1111,9 @@ msgid "Delete Contact" msgstr "Dzēst kontaktu" #: seahub/contacts/templates/contacts/contact_list.html:115 -#: seahub/notifications/templates/notifications/notification_list.html:57 -#: seahub/templates/sysadmin/sys_group_admin.html:63 -#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/sys_group_admin.html:38 +#: seahub/templates/sysadmin/sys_org_admin.html:39 #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" @@ -1077,62 +1188,86 @@ msgstr "" msgid "\"%s\" is not a valid name" msgstr "\"%s\" nav derīgs nosaukums" -#: seahub/group/views.py:145 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "" -#: seahub/group/views.py:160 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Šāda grupa jau pastāv" -#: seahub/group/views.py:264 -#, python-format -msgid "Successfully renamed group to \"%s\"." +#: seahub/group/views.py:274 +msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:266 +#: seahub/group/views.py:276 +msgid "Successfully dismissed group." +msgstr "" + +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "" -#: seahub/group/views.py:285 +#: seahub/group/views.py:332 +#, python-format +msgid "Successfully renamed group to \"%s\"." +msgstr "" + +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "" -#: seahub/group/views.py:314 seahub/group/views.py:336 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Padarīt grupu publisku var tikai administrators" -#: seahub/group/views.py:382 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Ziņa nepastāv" -#: seahub/group/views.py:392 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Jums nav pieejas tiesību" -#: seahub/group/views.py:630 seahub/group/views.py:781 +#: seahub/group/views.py:670 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "" + +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 +#, python-format +msgid "Failed to add, %s is not in current organization." +msgstr "" + +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "" -#: seahub/group/views.py:655 -msgid "Your friend added you to a group at Seafile." -msgstr "Jūsu draugs pievienojis jūs Seafile grupai" - -#: seahub/group/views.py:681 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Neizdevās pievienot, %s nav reģistrēts." -#: seahub/group/views.py:695 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." @@ -1140,338 +1275,341 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: seahub/group/views.py:703 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Veiksmīgi pievienots" -#: seahub/group/views.py:752 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "" -#: seahub/group/views.py:762 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Neizdevās pievienot. %s nav reģistrēts" -#: seahub/group/views.py:794 seahub/group/views.py:811 -#: seahub/group/views.py:838 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Darbība veiksmīga" -#: seahub/group/views.py:840 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Neizdevās %s" -#: seahub/group/views.py:865 -msgid "Failed to unshare: the group doesn't exist." -msgstr "" - -#: seahub/group/views.py:870 -msgid "" -"Operation failed: only administrators and the owner of the library can " -"unshare it." -msgstr "" - -#: seahub/group/views.py:873 -msgid "Failed to unshare: internal error." -msgstr "" - -#: seahub/group/views.py:902 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "" -#: seahub/group/views.py:907 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "" -#: seahub/group/views.py:939 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "" -#: seahub/group/views.py:942 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "" -#: seahub/group/views.py:954 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "" -#: seahub/group/views.py:957 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "" -#: seahub/group/views.py:995 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "" -#: seahub/group/views.py:999 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "" -#: seahub/group/views.py:1025 seahub/group/views.py:1056 -#: seahub/group/views.py:1436 seahub/views/wiki.py:127 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "" -#: seahub/group/views.py:1039 seahub/group/views.py:1069 -#: seahub/group/views.py:1445 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "" -#: seahub/group/views.py:1093 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "" -#: seahub/group/views.py:1108 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "" -#: seahub/group/views.py:1269 seahub/views/__init__.py:575 -#: seahub/views/ajax.py:1068 seahub/views/file.py:297 seahub/views/file.py:596 -#: seahub/views/file.py:686 +#: seahub/group/views.py:1241 +msgid "Discussion is required." +msgstr "" + +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Šāda datne nepastāv" -#: seahub/group/views.py:1305 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "" -#: seahub/group/views.py:1310 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "" -#: seahub/group/views.py:1346 seahub/group/views.py:1483 -#: seahub/views/wiki.py:54 seahub/views/wiki.py:161 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "" -#: seahub/group/views.py:1388 seahub/views/__init__.py:569 -#: seahub/views/__init__.py:1171 seahub/views/__init__.py:1448 -#: seahub/views/wiki.py:90 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 +#: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "" -#: seahub/group/views.py:1390 seahub/views/wiki.py:92 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "" -#: seahub/group/views.py:1452 seahub/views/wiki.py:134 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "" -#: seahub/group/views.py:1473 seahub/group/views.py:1499 -#: seahub/group/views.py:1517 seahub/views/wiki.py:151 -#: seahub/views/wiki.py:174 seahub/views/wiki.py:189 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 +msgid "Failed to set wiki library." +msgstr "" + +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "" -#: seahub/group/views.py:1480 seahub/views/wiki.py:158 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "" -#: seahub/group/templates/group/add_member_email.html:2 +#: seahub/group/views.py:1635 #, python-format -msgid "" -"%(email)s invite you to join group %(group.group_name)s. Please go to the " -"following page and sign up:" +msgid "Successfully deleted \"%s\"." msgstr "" -#: seahub/group/templates/group/add_member_email.html:5 -#: seahub/group/templates/group/group_join_email.html:6 -#: seahub/templates/shared_link_email.html:7 -#: seahub/templates/shared_upload_link_email.html:7 -#: seahub/templates/registration/password_reset_email.html:10 -#: seahub/templates/sysadmin/user_add_email.html:14 -#: seahub/templates/sysadmin/user_reset_email.html:6 -msgid "Thanks for using our site!" -msgstr "Pateicamies par sadarbību!" - -#: seahub/group/templates/group/add_member_email.html:7 -#: seahub/group/templates/group/group_join_email.html:8 -#: seahub/templates/shared_link_email.html:9 -#: seahub/templates/shared_upload_link_email.html:9 -#: seahub/templates/registration/password_reset_email.html:12 -#: seahub/templates/sysadmin/user_add_email.html:16 -#: seahub/templates/sysadmin/user_reset_email.html:8 +#: seahub/group/views.py:1637 #, python-format -msgid "The %(site_name)s team" -msgstr "%(site_name)s" +msgid "Failed to delete \"%s\". Please retry later." +msgstr "" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "" + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "%(email)s invited you to join group %(grp_name)s on %(site_name)s: " +msgstr "" #: seahub/group/templates/group/discussion_list.html:18 -#: seahub/group/templates/group/group_discuss.html:72 -#: seahub/group/templates/group/group_discuss.html:148 -#: seahub/group/templates/group/new_msg_reply.html:46 +#: seahub/group/templates/group/group_discuss.html:86 +#: seahub/group/templates/group/group_discuss.html:161 +#: seahub/group/templates/group/new_msg_reply.html:48 msgid "Hide replies" msgstr "Slēpt atbildes" #: seahub/group/templates/group/discussion_list.html:31 -#: seahub/group/templates/group/group_discuss.html:86 +#: seahub/group/templates/group/group_discuss.html:100 #: seahub/group/templates/group/group_reply_list.html:11 -#: seahub/group/templates/group/new_msg_reply.html:56 +#: seahub/group/templates/group/new_msg_reply.html:58 msgid "Reply" msgstr "Atbildēt" #: seahub/group/templates/group/discussion_list.html:40 -#: seahub/group/templates/group/group_discuss.html:96 -#: seahub/group/templates/group/group_discuss.html:153 -#: seahub/group/templates/group/new_msg_reply.html:63 +#: seahub/group/templates/group/group_discuss.html:110 +#: seahub/group/templates/group/group_discuss.html:166 +#: seahub/group/templates/group/new_msg_reply.html:65 msgid "Add a reply..." msgstr "Pievienot atbildi..." #: seahub/group/templates/group/discussion_list.html:41 -#: seahub/group/templates/group/group_discuss.html:97 -#: seahub/group/templates/group/group_discuss.html:154 -#: seahub/group/templates/group/new_msg_reply.html:64 +#: seahub/group/templates/group/group_discuss.html:111 +#: seahub/group/templates/group/group_discuss.html:167 +#: seahub/group/templates/group/new_msg_reply.html:66 msgid "It can not be blank and should be no more than 2048 characters." msgstr "" #: seahub/group/templates/group/discussion_list.html:43 -#: seahub/group/templates/group/group_discuss.html:17 -#: seahub/group/templates/group/group_discuss.html:99 -#: seahub/group/templates/group/group_discuss.html:156 -#: seahub/group/templates/group/group_info.html:131 -#: seahub/group/templates/group/new_msg_reply.html:66 -#: seahub/message/templates/message/all_msg_list.html:51 -#: seahub/message/templates/message/user_msg_list.html:21 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/group/templates/group/group_discuss.html:18 +#: seahub/group/templates/group/group_discuss.html:30 +#: seahub/group/templates/group/group_discuss.html:113 +#: seahub/group/templates/group/group_discuss.html:169 +#: seahub/group/templates/group/group_info.html:136 +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/group/templates/group/new_msg_reply.html:68 +#: seahub/message/templates/message/all_msg_list.html:48 +#: seahub/message/templates/message/all_msg_list.html:60 +#: seahub/message/templates/message/user_msg_list.html:22 +#: seahub/message/templates/message/user_msg_list.html:34 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/repo.html:153 -#: seahub/templates/repo.html.py:177 seahub/templates/repo.html:198 -#: seahub/templates/repo.html.py:207 seahub/templates/repo.html:266 -#: seahub/templates/shared_file_view.html:51 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 +#: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 +#: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 +#: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 +#: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:42 -#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" msgstr "Atcelt" -#: seahub/group/templates/group/group_base.html:13 -msgid "This group is public." -msgstr "Šī grupa ir publiska" - #: seahub/group/templates/group/group_base.html:16 -#: seahub/group/templates/group/group_base.html:50 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:38 -#: seahub/templates/snippets/modules_toggle_tab.html:2 +#: seahub/group/templates/group/group_base.html:48 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "" -#: seahub/group/templates/group/group_base.html:19 -msgid "Quit" -msgstr "" +#: seahub/group/templates/group/group_base.html:18 +msgid "This group is public." +msgstr "Šī grupa ir publiska" -#: seahub/group/templates/group/group_base.html:23 +#: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/admin_base.html:10 seahub/templates/home_base.html:12 -#: seahub/templates/home_base.html.py:28 seahub/templates/myhome.html:4 -#: seahub/templates/org_admin_base.html:11 seahub/templates/pub_base.html:12 -#: seahub/templates/pubrepo.html:8 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 +#: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 +#: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" msgstr "Krātuves" -#: seahub/group/templates/group/group_base.html:29 -#: seahub/group/templates/group/group_base.html:56 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/group_base.html:27 +#: seahub/group/templates/group/group_base.html:55 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "" -#: seahub/group/templates/group/group_base.html:34 -#: seahub/templates/home_base.html:30 +#: seahub/group/templates/group/group_base.html:32 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Datnes" -#: seahub/group/templates/group/group_base.html:38 -#: seahub/group/templates/group/group_manage.html:9 -#: seahub/group/templates/group/group_members.html:7 +#: seahub/group/templates/group/group_base.html:36 +#: seahub/group/templates/group/group_manage.html:10 +#: seahub/group/templates/group/group_members.html:8 +#: seahub/templates/pub_base.html:14 seahub/templates/pubuser.html:16 +#: seahub/templates/sysadmin/sys_org_info.html:43 msgid "Members" msgstr "Biedri" -#: seahub/group/templates/group/group_base.html:42 +#: seahub/group/templates/group/group_base.html:40 +#: seahub/templates/base.html:88 msgid "Admin" msgstr "" -#: seahub/group/templates/group/group_base.html:73 -msgid "Quit Group" -msgstr "Pamest grupu" - -#: seahub/group/templates/group/group_base.html:74 -msgid "Are you sure you want to quit this group?" -msgstr "Tiešām pārtraukt" - #: seahub/group/templates/group/group_discuss.html:12 msgid "Add a discussion..." msgstr "Uzsākt sarunu..." -#: seahub/group/templates/group/group_discuss.html:21 +#: seahub/group/templates/group/group_discuss.html:19 +#: seahub/message/templates/message/all_msg_list.html:49 +#: seahub/message/templates/message/user_msg_list.html:23 +msgid "Add files" +msgstr "Pievienot datnes" + +#: seahub/group/templates/group/group_discuss.html:25 +#: seahub/message/templates/message/all_msg_list.html:55 +#: seahub/message/templates/message/user_msg_list.html:29 +msgid "Choose a file or files:" +msgstr "" + +#: seahub/group/templates/group/group_discuss.html:33 msgid "After login, you can post discussions and add replies." msgstr "Pēc pieslēgšanās var uzsākt sarunu un pievienot atbildes" -#: seahub/group/templates/group/group_discuss.html:112 -#: seahub/message/templates/message/user_msg_list.html:65 -#: seahub/templates/pubuser.html:28 seahub/templates/repo_history.html:52 +#: seahub/group/templates/group/group_discuss.html:126 +#: seahub/message/templates/message/user_msg_list.html:82 +#: seahub/templates/pubuser.html:36 seahub/templates/repo_history.html:54 #: seahub/templates/repo_view_snapshot.html:51 #: seahub/templates/view_file_pdf.html:30 -#: seahub/templates/snippets/file_content_js.html:63 -#: seahub/templates/sysadmin/sys_group_admin.html:29 -#: seahub/templates/sysadmin/sys_publink_admin.html:30 -#: seahub/templates/sysadmin/sys_repo_admin.html:23 +#: seahub/templates/snippets/admin_paginator.html:3 +#: seahub/templates/snippets/file_content_js.html:96 +#: seahub/templates/sysadmin/sys_trafficadmin.html:41 #: seahub/templates/sysadmin/useradmin_paginator.html:4 msgid "Previous" msgstr "Iepriekšējais" -#: seahub/group/templates/group/group_discuss.html:122 -#: seahub/message/templates/message/user_msg_list.html:75 -#: seahub/templates/pubuser.html:38 seahub/templates/repo_history.html:55 +#: seahub/group/templates/group/group_discuss.html:136 +#: seahub/message/templates/message/user_msg_list.html:92 +#: seahub/templates/pubuser.html:46 seahub/templates/repo_history.html:57 #: seahub/templates/repo_view_snapshot.html:54 #: seahub/templates/view_file_pdf.html:30 -#: seahub/templates/snippets/file_content_js.html:63 -#: seahub/templates/sysadmin/sys_group_admin.html:32 -#: seahub/templates/sysadmin/sys_publink_admin.html:33 -#: seahub/templates/sysadmin/sys_repo_admin.html:26 +#: seahub/templates/snippets/admin_paginator.html:6 +#: seahub/templates/snippets/file_content_js.html:96 +#: seahub/templates/sysadmin/sys_trafficadmin.html:44 #: seahub/templates/sysadmin/useradmin_paginator.html:7 msgid "Next" msgstr "Nākamais" -#: seahub/group/templates/group/group_discuss.html:128 -#: seahub/message/templates/message/user_msg_list.html:81 +#: seahub/group/templates/group/group_discuss.html:142 +#: seahub/message/templates/message/user_msg_list.html:98 msgid "↑Top" msgstr "Augšā" -#: seahub/group/templates/group/group_discuss.html:248 +#: seahub/group/templates/group/group_discuss.html:271 +#: seahub/message/templates/message/user_msg_list.html:195 +#: seahub/message/templates/message/user_msg_list.html:231 msgid "Really want to delete this discussion?" msgstr "Tiešām vēlaties dzēst šo sarunu?" -#: seahub/group/templates/group/group_discuss.html:248 -#: seahub/templates/base.html:113 seahub/templates/client_mgmt.html:55 +#: seahub/group/templates/group/group_discuss.html:271 +#: seahub/message/templates/message/user_msg_list.html:195 +#: seahub/message/templates/message/user_msg_list.html:231 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Jā" -#: seahub/group/templates/group/group_discuss.html:248 -#: seahub/templates/base.html:114 seahub/templates/client_mgmt.html:56 +#: seahub/group/templates/group/group_discuss.html:271 +#: seahub/message/templates/message/user_msg_list.html:195 +#: seahub/message/templates/message/user_msg_list.html:231 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Nē" -#: seahub/group/templates/group/group_discuss.html:263 +#: seahub/group/templates/group/group_discuss.html:286 +#: seahub/message/templates/message/user_msg_list.html:210 +#: seahub/message/templates/message/user_msg_list.html:246 msgid "Successfully deleted" msgstr "Veikmīgi dzēsts" -#: seahub/group/templates/group/group_discuss.html:265 +#: seahub/group/templates/group/group_discuss.html:288 +#: seahub/message/templates/message/user_msg_list.html:212 +#: seahub/message/templates/message/user_msg_list.html:248 msgid "Failed to delete: " msgstr "Neizdevās izdzēst" -#: seahub/group/templates/group/group_discuss.html:269 -#: seahub/templates/repo.html:771 +#: seahub/group/templates/group/group_discuss.html:292 +#: seahub/message/templates/message/user_msg_list.html:216 +#: seahub/message/templates/message/user_msg_list.html:252 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Neizdevās" @@ -1479,147 +1617,129 @@ msgstr "Neizdevās" msgid "Recent Changes" msgstr "Nesenās izmaiņas" -#: seahub/group/templates/group/group_info.html:14 -#: seahub/templates/snippets/my_owned_repos.html:13 +#: seahub/group/templates/group/group_info.html:15 +#: seahub/templates/pubrepo.html:10 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Jauna krātuve" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 -#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 #: seahub/share/templates/share/repos.html:18 #: seahub/share/templates/share/user_share_list.html:34 -#: seahub/templates/pubrepo.html:14 seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:17 -#: seahub/templates/snippets/my_owned_repos.html:21 -#: seahub/templates/snippets/my_owned_repos.html:115 -#: seahub/templates/snippets/my_owned_repos.html:169 -#: seahub/templates/snippets/my_owned_repos.html:218 +#: seahub/templates/my_group_repos.html:9 +#: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 +#: seahub/templates/repo_history.html:23 +#: seahub/templates/repo_settings.html:37 +#: seahub/templates/snippets/my_group_repos.html:9 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 -#: seahub/templates/sysadmin/sys_list_system.html:22 -#: seahub/templates/sysadmin/userinfo.html:72 -#: seahub/templates/sysadmin/userinfo.html:99 -#: seahub/templates/wiki/personal_wiki.html:21 +#: seahub/templates/sysadmin/sys_list_system.html:25 +#: seahub/templates/sysadmin/userinfo.html:66 +#: seahub/templates/sysadmin/userinfo.html:93 +#: seahub/templates/wiki/personal_wiki.html:43 msgid "Description" msgstr "Apraksts" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 -#: seahub/templates/pubrepo.html:15 seahub/templates/starred.html:15 -#: seahub/templates/snippets/my_owned_repos.html:22 -#: seahub/templates/snippets/my_owned_repos.html:69 -#: seahub/templates/snippets/my_owned_repos.html:116 -#: seahub/templates/snippets/my_owned_repos.html:170 -#: seahub/templates/snippets/my_owned_repos.html:219 -#: seahub/templates/snippets/repo_dir_data.html:40 +#: seahub/templates/my_group_repos.html:10 +#: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 +#: seahub/templates/starred.html:15 +#: seahub/templates/snippets/my_group_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 +#: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Atjaunots" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 -#: seahub/templates/snippets/my_owned_repos.html:117 -#: seahub/templates/snippets/my_owned_repos.html:171 +#: seahub/templates/my_group_repos.html:11 +#: seahub/templates/my_shared_repos.html:10 +#: seahub/templates/snippets/my_group_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Dalās" -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 -#: seahub/group/templates/group/group_info.html:36 -#: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/templates/share/list_priv_shared_folders.html:23 -#: seahub/share/templates/share/repos.html:24 -#: seahub/share/templates/share/repos.html:26 -#: seahub/share/templates/share/user_share_list.html:42 -#: seahub/share/templates/share/user_share_list.html:44 -#: seahub/templates/snippets/my_owned_repos.html:29 -#: seahub/templates/snippets/my_owned_repos.html:31 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:77 -#: seahub/templates/snippets/my_owned_repos.html:125 -#: seahub/templates/snippets/my_owned_repos.html:128 -#: seahub/templates/snippets/my_owned_repos.html:130 -#: seahub/templates/snippets/my_owned_repos.html:185 -#: seahub/templates/snippets/my_owned_repos.html:188 -#: seahub/templates/snippets/my_owned_repos.html:190 -#: seahub/templates/snippets/my_owned_repos.html:223 -#: seahub/templates/sysadmin/userinfo.html:78 -msgid "directory icon" -msgstr "Mapes attēls" - -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 -#: seahub/templates/pubrepo.html:38 -#: seahub/templates/snippets/my_owned_repos.html:43 -#: seahub/templates/snippets/my_owned_repos.html:89 -#: seahub/templates/snippets/my_owned_repos.html:144 -#: seahub/templates/snippets/my_owned_repos.html:229 +#: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 +#: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Lejuplādēt un sinhronizēt" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 -#: seahub/share/templates/share/repos.html:54 -#: seahub/share/templates/share/repos.html:56 +#: seahub/share/templates/share/repos.html:53 #: seahub/share/templates/share/user_share_list.html:61 -#: seahub/templates/pubrepo.html:41 +#: seahub/templates/pubrepo.html:44 msgid "Unshare" msgstr "Liegt pieeju" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Šai grupai nav pieeju krātuvēm" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Jūs varat sniegt pieeju krātuvēm klikšķinot uz \"Jauna krātuve\" pogas vai\"Sniegt pieeju\" pogas krātuvju sarakstā" -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "" -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Krātuve" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Mainīta" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 +#: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Mainījis" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 -#: seahub/templates/repo.html:162 seahub/templates/repo.html.py:164 -#: seahub/templates/repo.html:168 seahub/templates/repo.html.py:170 -#: seahub/templates/repo_history.html:44 +#: seahub/group/templates/group/group_info.html:102 +#: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 +#: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 +#: seahub/templates/repo_history.html:45 #: seahub/templates/repo_view_snapshot.html:38 #: seahub/templates/snippets/current_commit.html:4 #: seahub/templates/snippets/events_body.html:18 @@ -1627,51 +1747,80 @@ msgstr "Mainījis" msgid "Details" msgstr "Detaļas" -#: seahub/group/templates/group/group_info.html:107 -#: seahub/group/templates/group/new_msg_reply.html:74 -#: seahub/templates/pubuser.html:43 seahub/templates/repo_history.html:35 +#: seahub/group/templates/group/group_info.html:109 +#: seahub/group/templates/group/new_msg_reply.html:76 +#: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 -#: seahub/templates/sysadmin/sys_list_orphan.html:20 -#: seahub/templates/sysadmin/sys_list_system.html:33 -#: seahub/templates/sysadmin/sys_repo_admin.html:49 -#: seahub/templates/sysadmin/userinfo.html:88 -#: seahub/templates/sysadmin/userinfo.html:112 +#: seahub/templates/sysadmin/sys_list_orphan.html:23 +#: seahub/templates/sysadmin/sys_list_system.html:36 +#: seahub/templates/sysadmin/sys_org_info.html:79 +#: seahub/templates/sysadmin/sys_repo_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:82 +#: seahub/templates/sysadmin/userinfo.html:106 msgid "None" msgstr "Neviens" -#: seahub/group/templates/group/group_info.html:112 -#: seahub/templates/file_revisions.html:45 -#: seahub/templates/repo_history.html:38 +#: seahub/group/templates/group/group_info.html:114 +#: seahub/templates/file_revisions.html:49 +#: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 #: seahub/templates/repo_view_snapshot.html:32 -#: seahub/templates/snippets/current_commit.html:15 +#: seahub/templates/snippets/current_commit.html:11 msgid "Unknown" msgstr "Nezināms" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "ir šifrēta" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Parole: " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Atcelt pieejas krātuvei" -#: seahub/group/templates/group/group_info.html:148 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" msgstr "Tiešām atcelt pieejas %s ?" +#: seahub/group/templates/group/group_info_for_pub.html:24 +#: seahub/group/templates/group/group_info_for_pub.html:26 +#: seahub/share/templates/share/list_priv_shared_folders.html:23 +#: seahub/share/templates/share/repos.html:24 +#: seahub/share/templates/share/repos.html:26 +#: seahub/share/templates/share/user_share_list.html:42 +#: seahub/share/templates/share/user_share_list.html:44 +#: seahub/templates/my_group_repos.html:25 +#: seahub/templates/my_group_repos.html:28 +#: seahub/templates/my_group_repos.html:30 +#: seahub/templates/my_shared_repos.html:18 +#: seahub/templates/my_shared_repos.html:21 +#: seahub/templates/my_shared_repos.html:23 +#: seahub/templates/snippets/my_group_repos.html:25 +#: seahub/templates/snippets/my_group_repos.html:28 +#: seahub/templates/snippets/my_group_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:36 +#: seahub/templates/snippets/my_owned_repos.html:38 +#: seahub/templates/snippets/my_owned_repos.html:82 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 +#: seahub/templates/snippets/my_shared_repos.html:7 +#: seahub/templates/snippets/my_shared_repos.html:10 +#: seahub/templates/snippets/my_shared_repos.html:12 +#: seahub/templates/sysadmin/userinfo.html:72 +msgid "directory icon" +msgstr "Mapes attēls" + #: seahub/group/templates/group/group_info_for_pub.html:46 msgid "No public library is in this group" msgstr "Šai grupā nav publiskas krātuves" @@ -1688,14 +1837,28 @@ msgid "" "message: " msgstr "" -#: seahub/group/templates/group/group_manage.html:10 +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "Pateicamies par sadarbību!" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:13 +#, python-format +msgid "The %(site_name)s team" +msgstr "%(site_name)s" + +#: seahub/group/templates/group/group_manage.html:11 +#: seahub/templates/sysadmin/sys_useradmin.html:26 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:18 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 msgid "Admins" msgstr "" -#: seahub/group/templates/group/group_manage.html:11 -#: seahub/profile/templates/profile/set_profile.html:22 -#: seahub/templates/repo.html:28 -#: seahub/templates/snippets/space_and_traffic.html:27 +#: seahub/group/templates/group/group_manage.html:12 +#: seahub/profile/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:25 +#: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Iestatījumi" @@ -1703,7 +1866,7 @@ msgstr "Iestatījumi" msgid "Add Members" msgstr "Pievienot biedrus" -#: seahub/group/templates/group/group_manage.html:42 +#: seahub/group/templates/group/group_manage.html:16 msgid "Add Admins" msgstr "" @@ -1712,13 +1875,13 @@ msgid "Avatar" msgstr "" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:29 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Mainīt" #: seahub/group/templates/group/group_manage.html:81 -#: seahub/templates/snippets/repo_dirents.html:36 -#: seahub/templates/snippets/repo_dirents.html:90 +#: seahub/templates/snippets/repo_dirents.html:33 +#: seahub/templates/snippets/repo_dirents.html:87 msgid "Rename" msgstr "" @@ -1726,58 +1889,70 @@ msgstr "" msgid "Revoke Public" msgstr "" -#: seahub/group/templates/group/group_manage.html:85 +#: seahub/group/templates/group/group_manage.html:86 msgid "Make Public" msgstr "" -#: seahub/group/templates/group/group_manage.html:87 -#: seahub/templates/sysadmin/repoadmin_table.html:19 +#: seahub/group/templates/group/group_manage.html:89 +#: seahub/templates/sysadmin/repoadmin_table.html:25 msgid "Transfer" msgstr "" -#: seahub/group/templates/group/group_manage.html:88 +#: seahub/group/templates/group/group_manage.html:90 msgid "Dismiss" msgstr "Aizmirst" -#: seahub/group/templates/group/group_manage.html:96 +#: seahub/group/templates/group/group_manage.html:98 msgid "Transfer Group To" msgstr "" -#: seahub/group/templates/group/group_manage.html:97 +#: seahub/group/templates/group/group_manage.html:99 msgid "email" msgstr "e-pasts" -#: seahub/group/templates/group/group_manage.html:98 +#: seahub/group/templates/group/group_manage.html:100 msgid "Tip: the email should be already registered." msgstr "" -#: seahub/group/templates/group/group_manage.html:104 +#: seahub/group/templates/group/group_manage.html:106 msgid "Rename Group To" msgstr "" -#: seahub/group/templates/group/group_manage.html:121 +#: seahub/group/templates/group/group_manage.html:142 msgid "Dismiss Group" msgstr "Aizmirst grupu" -#: seahub/group/templates/group/group_manage.html:122 +#: seahub/group/templates/group/group_manage.html:143 msgid "Really want to dismiss this group?" msgstr "Tiešām aizmirst grupu" -#: seahub/group/templates/group/group_manage.html:125 +#: seahub/group/templates/group/group_manage.html:146 msgid "Delete Member" msgstr "Dzēst biedru" -#: seahub/group/templates/group/group_manage.html:126 +#: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" msgstr "" -#: seahub/group/templates/group/group_members.html:17 +#: seahub/group/templates/group/group_members.html:10 +msgid "Quit" +msgstr "" + +#: seahub/group/templates/group/group_members.html:22 #: seahub/profile/templates/profile/user_profile.html:28 -#: seahub/templates/pubuser.html:19 +#: seahub/templates/pubuser.html:27 msgid "Add to Contacts" msgstr "Pievienot kontaktu" +#: seahub/group/templates/group/group_members.html:35 +msgid "Quit Group" +msgstr "Pamest grupu" + +#: seahub/group/templates/group/group_members.html:36 +msgid "Are you sure you want to quit this group?" +msgstr "Tiešām pārtraukt" + #: seahub/group/templates/group/group_pubinfo.html:9 msgid "Join Group" msgstr "Iekļauties grupā" @@ -1787,8 +1962,9 @@ msgid "Name: " msgstr "Vārds: " #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/group/templates/group/groups_right_panel.html:15 +#: seahub/templates/pubgrp.html:24 +#: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " msgstr "Izveidojis: " @@ -1804,12 +1980,29 @@ msgstr "Biedri: " msgid "Verification Message" msgstr "" -#: seahub/group/templates/group/group_wiki.html:12 +#: seahub/group/templates/group/group_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +#: seahub/templates/wiki/personal_wiki.html:15 +#: seahub/templates/wiki/personal_wiki.html:20 +msgid "Wiki Index" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:14 +#: seahub/templates/wiki/personal_wiki.html:16 +msgid "No index now." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:16 +#: seahub/templates/wiki/personal_wiki.html:17 +msgid "Create" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:35 msgid "This group currently has no wiki" msgstr "" -#: seahub/group/templates/group/group_wiki.html:13 -#: seahub/templates/wiki/personal_wiki.html:14 +#: seahub/group/templates/group/group_wiki.html:36 +#: seahub/templates/wiki/personal_wiki.html:33 msgid "" "Seafile Wiki enables you to organize your knowledge in a simple way. The " "contents of wiki is stored in a normal library with pre-defined file/folder " @@ -1817,82 +2010,105 @@ msgid "" "back to the server." msgstr "" -#: seahub/group/templates/group/group_wiki.html:15 -#: seahub/templates/wiki/personal_wiki.html:15 +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:34 msgid "Create Wiki Now" msgstr "" -#: seahub/group/templates/group/group_wiki.html:19 -#: seahub/templates/wiki/personal_wiki.html:18 +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Choose a library as wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:40 msgid "Create Wiki" msgstr "" -#: seahub/group/templates/group/group_wiki.html:23 +#: seahub/group/templates/group/group_wiki.html:49 msgid "Wiki Pages" msgstr "" -#: seahub/group/templates/group/group_wiki.html:31 +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:50 +msgid "Choose a library as wiki:" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:128 +#: seahub/templates/wiki/personal_wiki.html:55 +msgid "Please click and choose a library." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:68 #: seahub/group/templates/group/group_wiki_pages.html:11 -#: seahub/templates/wiki/personal_wiki.html:30 +#: seahub/templates/wiki/personal_wiki.html:63 #: seahub/templates/wiki/personal_wiki_pages.html:13 msgid "Home" msgstr "" -#: seahub/group/templates/group/group_wiki.html:32 +#: seahub/group/templates/group/group_wiki.html:69 #: seahub/group/templates/group/group_wiki_pages.html:12 -#: seahub/templates/wiki/personal_wiki.html:31 +#: seahub/templates/wiki/personal_wiki.html:64 #: seahub/templates/wiki/personal_wiki_pages.html:14 msgid "Pages" msgstr "" -#: seahub/group/templates/group/group_wiki.html:34 +#: seahub/group/templates/group/group_wiki.html:71 #: seahub/group/templates/group/group_wiki_pages.html:14 -#: seahub/templates/wiki/personal_wiki.html:32 +#: seahub/templates/wiki/personal_wiki.html:65 #: seahub/templates/wiki/personal_wiki_pages.html:15 msgid "Wiki History" msgstr "" -#: seahub/group/templates/group/group_wiki.html:39 -#: seahub/group/templates/group/group_wiki.html:53 +#: seahub/group/templates/group/group_wiki.html:76 +#: seahub/group/templates/group/group_wiki.html:90 #: seahub/group/templates/group/group_wiki_pages.html:18 #: seahub/group/templates/group/group_wiki_pages.html:29 -#: seahub/templates/wiki/personal_wiki.html:35 -#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:68 +#: seahub/templates/wiki/personal_wiki.html:81 #: seahub/templates/wiki/personal_wiki_pages.html:17 #: seahub/templates/wiki/personal_wiki_pages.html:27 msgid "New Page" msgstr "" -#: seahub/group/templates/group/group_wiki.html:40 -#: seahub/templates/wiki/personal_wiki.html:36 +#: seahub/group/templates/group/group_wiki.html:77 +#: seahub/group/templates/group/group_wiki.html:136 +#: seahub/templates/wiki/personal_wiki.html:69 +#: seahub/templates/wiki/personal_wiki.html:127 msgid "Delete Page" msgstr "" -#: seahub/group/templates/group/group_wiki.html:41 -#: seahub/templates/wiki/personal_wiki.html:37 +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:70 msgid "Edit Page" msgstr "" -#: seahub/group/templates/group/group_wiki.html:42 -#: seahub/templates/wiki/personal_wiki.html:38 +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:71 msgid "Page History" msgstr "" -#: seahub/group/templates/group/group_wiki.html:49 -#: seahub/templates/wiki/personal_wiki.html:44 +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:77 #, python-format msgid "Last modified by %(modifier)s, %(modify_time)s" msgstr "" -#: seahub/group/templates/group/group_wiki.html:112 -#: seahub/templates/repo_settings.html:60 -#: seahub/templates/wiki/personal_wiki.html:107 +#: seahub/group/templates/group/group_wiki.html:137 +#: seahub/templates/wiki/personal_wiki.html:128 +msgid "Are you sure you want to delete this page?" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:158 +#: seahub/templates/repo_settings.html:102 +#: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "" -#: seahub/group/templates/group/group_wiki.html:116 -#: seahub/templates/repo_settings.html:64 -#: seahub/templates/wiki/personal_wiki.html:111 +#: seahub/group/templates/group/group_wiki.html:162 +#: seahub/templates/repo_settings.html:106 +#: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "" @@ -1900,36 +2116,47 @@ msgstr "" msgid "Tips" msgstr "Padomi" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Kad grupa izveidota, tai var pievienot biedrus un sniegt tiem pieeju krātuvēm" +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Manas grupas" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Jauna grupa" -#: seahub/group/templates/group/groups_right_panel.html:14 -#: seahub/templates/pubgrp.html:17 +#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/templates/pubgrp.html:25 +#: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Laiks: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Neesat ne vienā grupā" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." +"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." msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Grupas nosaukums" @@ -1939,10 +2166,12 @@ msgstr "" #: seahub/group/templates/group/grpmember_add_form.html:6 #: seahub/templates/snippets/repo_share_form.html:6 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 msgid "Enter" msgstr "" #: seahub/group/templates/group/grpmember_add_form.html:10 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:30 msgid "emails, separated by ','" msgstr "" @@ -1958,7 +2187,8 @@ msgstr "" msgid "Add administrators" msgstr "" -#: seahub/group/templates/group/grpmember_add_js.html:41 +#: seahub/group/templates/group/grpmember_add_js.html:33 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "" @@ -2165,11 +2395,11 @@ msgid "Add an account on your private Seafile server or our public server." msgstr "" #: seahub/help/templates/help/help_install_v2.html:22 -msgid "3. Download a library and syncing files" +msgid "3. Sync a library" msgstr "" #: seahub/help/templates/help/help_install_v2.html:26 -msgid "Click the \"Download\" button to download a library to a local folder." +msgid "Click the \"Sync this library\" button to sync it with a local folder." msgstr "" #: seahub/help/templates/help/help_install_v2.html:27 @@ -2237,135 +2467,114 @@ msgid "" " the library, you'll have to enter password again." msgstr "" -#: seahub/message/views.py:134 -#: seahub/message/templates/message/all_msg_list.html:164 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "" -#: seahub/message/views.py:137 -#: seahub/message/templates/message/all_msg_list.html:168 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "" -#: seahub/message/views.py:159 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "" -#: seahub/message/views.py:163 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Neizdevās nosūtīt ziņu %s, netrodu šo lietotāju" -#: seahub/message/templates/message/all_msg_list.html:4 -#: seahub/message/templates/message/all_msg_list.html:15 -#: seahub/message/templates/message/user_msg_list.html:4 -#: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 -msgid "Messages" -msgstr "Ziņas" - -#: seahub/message/templates/message/all_msg_list.html:16 +#: seahub/message/templates/message/all_msg_list.html:17 msgid "New Message" msgstr "" -#: seahub/message/templates/message/all_msg_list.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/message/templates/message/all_msg_list.html:23 +#: seahub/notifications/templates/notifications/notice_email.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Ziņa" -#: seahub/message/templates/message/all_msg_list.html:23 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/message/templates/message/all_msg_list.html:24 +#: seahub/notifications/templates/notifications/notice_email.html:22 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" msgstr "Laiks" -#: seahub/message/templates/message/all_msg_list.html:42 +#: seahub/message/templates/message/all_msg_list.html:43 msgid "message..." msgstr "ziņa..." -#: seahub/message/templates/message/all_msg_list.html:45 -msgid "Add files" -msgstr "Pievienot datnes" - -#: seahub/message/templates/message/all_msg_list.html:95 +#: seahub/message/templates/message/all_msg_list.html:104 msgid "send to: click to select contacts" msgstr "sūtīt: spiediet šeit, lai izvēlētos kontaktu" -#: seahub/message/templates/message/all_msg_list.html:101 +#: seahub/message/templates/message/all_msg_list.html:110 msgid "please add contacts at first" msgstr "sākumā pievienojiet kontaktu" -#: seahub/message/templates/message/all_msg_list.html:105 -msgid "Failed to get your contacts for sending a message." -msgstr "" - -#: seahub/message/templates/message/all_msg_list.html:136 -msgid "You don't have any library at present" -msgstr "" - -#: seahub/message/templates/message/user_msg_list.html:9 -#, python-format -msgid "Messages with %(name)s" -msgstr "" - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Sūtīt ziņu..." -#: seahub/notifications/models.py:446 +#: seahub/notifications/models.py:489 #, python-format msgid "" "A file named %(file_name)s is uploaded to your " "folder %(folder)s" msgstr "" -#: seahub/notifications/models.py:469 +#: seahub/notifications/models.py:512 #, python-format msgid "" "%(user)s has shared a library named %(repo_name)s to " "you." msgstr "" -#: seahub/notifications/models.py:487 +#: seahub/notifications/models.py:530 #, python-format msgid "" "%(user)s has shared a file named %(file_name)s to " "you." msgstr "" -#: seahub/notifications/models.py:503 -#, python-format -msgid "You have recieved a new message from %(user)s." -msgstr "" - -#: seahub/notifications/models.py:518 seahub/notifications/models.py:549 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:778 +#: seahub/notifications/models.py:545 seahub/notifications/models.py:565 +#: seahub/notifications/models.py:582 seahub/notifications/models.py:612 +#: seahub/notifications/models.py:629 seahub/notifications/models.py:653 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "" -#: seahub/notifications/models.py:529 +#: seahub/notifications/models.py:550 #, python-format -msgid "%(group_name)s has new discussion" +msgid "You have received a new message from %(user)s." msgstr "" -#: seahub/notifications/models.py:533 +#: seahub/notifications/models.py:593 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "" + +#: seahub/notifications/models.py:597 #, python-format msgid "" -"%(user)s posted a new discussion in %(group_name)s" +"%(user)s posted a new discussion in %(group_name)s." msgstr "" -#: seahub/notifications/models.py:555 +#: seahub/notifications/models.py:634 #, python-format -msgid "One group discussion has new reply" +msgid "One group discussion has a new reply." msgstr "" -#: seahub/notifications/models.py:559 +#: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion" +msgid "%(user)s replied the group discussion." msgstr "" -#: seahub/notifications/models.py:582 +#: seahub/notifications/models.py:677 #, python-format msgid "" "User %(username)s has asked to join group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s replied your group " +"discussion" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:38 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:43 +#, python-format +msgid "" +"%(user)s has shared a file named %(file_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:48 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:53 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:58 +#, python-format +msgid "" +"User %(user_name)s has asked to " +"join group %(grp_name)s, " +"verification message: %(msg)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:67 +msgid "Go check out at the following page:" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:8 msgid "All Notifications" msgstr "" -#: seahub/notifications/templates/notifications/notification_list.html:25 +#: seahub/notifications/templates/notifications/notification_list.html:9 +#: seahub/notifications/templates/notifications/notification_list.html:12 +msgid "Add new notification" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:20 msgid "Notification Detail" msgstr "" -#: seahub/notifications/templates/notifications/notification_list.html:32 +#: seahub/notifications/templates/notifications/notification_list.html:27 msgid "(current notification)" msgstr "" -#: seahub/notifications/templates/notifications/notification_list.html:36 +#: seahub/notifications/templates/notifications/notification_list.html:31 msgid "Set to current" msgstr "" -#: seahub/notifications/templates/notifications/notification_list.html:44 -#: seahub/templates/sysadmin/sys_group_admin.html:55 -#: seahub/templates/sysadmin/sys_org_admin.html:55 -#: seahub/templates/sysadmin/sys_publink_admin.html:56 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_group_admin.html:30 +#: seahub/templates/sysadmin/sys_publink_admin.html:31 msgid "Empty" msgstr "" -#: seahub/notifications/templates/notifications/notification_list.html:56 +#: seahub/notifications/templates/notifications/notification_list.html:51 msgid "Delete Notification" msgstr "" @@ -2414,11 +2700,15 @@ msgstr "" msgid "Notices" msgstr "" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Vairāk" @@ -2428,133 +2718,140 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:70 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:70 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:73 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:73 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "" #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." msgstr "" -#: seahub/profile/views.py:37 +#: seahub/profile/views.py:36 msgid "Successfully edited profile." msgstr "" -#: seahub/profile/views.py:43 +#: seahub/profile/views.py:42 msgid "Failed to edit profile" msgstr "" -#: seahub/profile/views.py:114 seahub/profile/views.py:150 +#: seahub/profile/views.py:113 seahub/profile/views.py:149 msgid "Has not accepted invitation yet" msgstr "" -#: seahub/profile/views.py:166 +#: seahub/profile/views.py:165 msgid "Demo account can not be deleted." msgstr "" -#: seahub/profile/views.py:187 +#: seahub/profile/views.py:191 msgid "Failed to set default library." msgstr "" -#: seahub/profile/views.py:192 +#: seahub/profile/views.py:196 #, python-format msgid "Successfully set \"%s\" as your default library." msgstr "" #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:25 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Profila iestatījumi" #: seahub/profile/templates/profile/set_profile.html:10 -#: seahub/templates/sysadmin/userinfo.html:17 +#: seahub/templates/sysadmin/userinfo.html:8 msgid "Profile" msgstr "Profils" -#: seahub/profile/templates/profile/set_profile.html:12 -msgid "Encrypted Libraries" +#: seahub/profile/templates/profile/set_profile.html:11 +msgid "Language" msgstr "" #: seahub/profile/templates/profile/set_profile.html:14 -msgid "Sub-library" -msgstr "" - -#: seahub/profile/templates/profile/set_profile.html:15 -msgid "Default Library" +msgid "Encrypted Libraries" msgstr "" #: seahub/profile/templates/profile/set_profile.html:16 -#: seahub/profile/templates/profile/set_profile.html:100 -#: seahub/profile/templates/profile/set_profile.html:127 +msgid "Sub-library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:17 +msgid "Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Dzēst kontu" -#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatars: " -#: seahub/profile/templates/profile/set_profile.html:35 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Parole:" -#: seahub/profile/templates/profile/set_profile.html:35 -#: seahub/templates/snippets/repo_dirents.html:79 +#: seahub/profile/templates/profile/set_profile.html:38 +#: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Atjaunot" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Par mani:" -#: seahub/profile/templates/profile/set_profile.html:48 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:53 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:66 -msgid "Encrypted Libraries Setting" -msgstr "" - #: seahub/profile/templates/profile/set_profile.html:68 -msgid "How to view encrypted libraries online:" +msgid "Language Setting" msgstr "" #: seahub/profile/templates/profile/set_profile.html:81 -msgid "Sub-library Setting" +msgid "Encrypted Libraries Setting" msgstr "" #: seahub/profile/templates/profile/set_profile.html:83 +msgid "How to view encrypted libraries online:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:96 +msgid "Sub-library Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2563,7 +2860,7 @@ msgid "" "library." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2571,37 +2868,33 @@ msgid "" "listed, which enables you to manage them." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:91 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:93 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Neatgriezeniska darbība, izdomājiet kārtīgi!" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:111 -msgid "Please click and choose a library." -msgstr "" - -#: seahub/profile/templates/profile/set_profile.html:128 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Tiešām dzēst kontu?" @@ -2614,194 +2907,221 @@ msgid "Info" msgstr "" #: seahub/profile/templates/profile/user_profile.html:41 -#: seahub/templates/sysadmin/userinfo.html:21 +#: seahub/templates/sysadmin/userinfo.html:15 msgctxt "true name" msgid "Name" msgstr "" #: seahub/profile/templates/profile/user_profile.html:44 -#: seahub/templates/sysadmin/userinfo.html:24 +#: seahub/templates/sysadmin/userinfo.html:18 msgid "Self-introduction" msgstr "" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:24 -#: seahub/templates/sysadmin/userinfo.html:29 +#: seahub/templates/registration/registration_form.html:28 +#: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:26 -#: seahub/templates/sysadmin/userinfo.html:32 +#: seahub/templates/registration/registration_form.html:30 +#: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "" -#: seahub/share/forms.py:20 seahub/share/forms.py:30 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "E-pasts nav garāks par 512 simboliem" -#: seahub/share/views.py:59 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Neizdevās izveidot pieejas visiem biedriem, mēģiniet vēlāk." -#: seahub/share/views.py:61 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Pieejas biedriem izveidotas veiksmīgi, apskatiet Koplietošana." -#: seahub/share/views.py:73 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "" -#: seahub/share/views.py:83 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "" -#: seahub/share/views.py:87 +#: seahub/share/views.py:127 #, python-format msgid "" -"Shared to %(group)s successfully,go check it at Shares." msgstr "" -#: seahub/share/views.py:97 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "" -#: seahub/share/views.py:106 +#: seahub/share/views.py:146 #, python-format -msgid "Failed to share to %s, please try again later." +msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:113 -#, python-format -msgid "" -"Shared to %(email)s successfully,go check it at Shares." -msgstr "" - -#: seahub/share/views.py:117 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "" -#: seahub/share/views.py:176 +#: seahub/share/views.py:163 +#, python-format +msgid "Failed to share to %s, please try again later." +msgstr "" + +#: seahub/share/views.py:170 +#, python-format +msgid "" +"Shared to %(email)s successfully, go check it at Shares." +msgstr "" + +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "" -#: seahub/share/views.py:208 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "" -#: seahub/share/views.py:233 seahub/share/views.py:240 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "" -#: seahub/share/views.py:244 seahub/share/views.py:254 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "" -#: seahub/share/views.py:250 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "" -#: seahub/share/views.py:263 +#: seahub/share/views.py:308 +msgid "Failed to unshare: the group doesn't exist." +msgstr "" + +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "" -#: seahub/share/views.py:355 seahub/share/views.py:486 +#: seahub/share/views.py:387 msgid "all members" msgstr "" -#: seahub/share/views.py:665 seahub/share/views.py:1011 -#: seahub/views/__init__.py:794 seahub/views/__init__.py:1543 -#: seahub/views/__init__.py:1578 seahub/views/ajax.py:873 -#: seahub/views/ajax.py:890 seahub/views/file.py:770 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "" -#: seahub/share/views.py:674 seahub/share/views.py:1016 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "" -#: seahub/share/views.py:699 seahub/share/views.py:1039 -msgid "Failed to get the link, please retry later." -msgstr "" - -#: seahub/share/views.py:721 seahub/share/views.py:754 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "" -#: seahub/share/views.py:738 seahub/share/views.py:771 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "" -#: seahub/share/views.py:785 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "" -#: seahub/share/views.py:810 -msgid "Your friend shared a file to you on Seafile" +#: seahub/share/views.py:872 +#, python-format +msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:815 seahub/share/views.py:1089 +#: seahub/share/views.py:875 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "" + +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "" -#: seahub/share/views.py:818 seahub/share/views.py:1092 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "" -#: seahub/share/views.py:838 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "" -#: seahub/share/views.py:855 seahub/share/views.py:949 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "" -#: seahub/share/views.py:874 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "" -#: seahub/share/views.py:888 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "" -#: seahub/share/views.py:914 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "" -#: seahub/share/views.py:916 +#: seahub/share/views.py:979 #, python-format -msgid "You don't have permission to unshared %s." +msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:952 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "" -#: seahub/share/views.py:1059 +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Pieeja liegta" + +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "" -#: seahub/share/views.py:1084 -msgid "Your friend shared a upload link to you on Seafile" +#: seahub/share/views.py:1151 +#, python-format +msgid "An upload link is shared to you on %s" msgstr "" #: seahub/share/templates/share/links.html:5 @@ -2823,14 +3143,15 @@ msgstr "Apmeklējumi" #: seahub/share/templates/share/links.html:37 #: seahub/share/templates/share/links.html:68 -#: seahub/templates/file_revisions.html:53 seahub/templates/repo.html:632 +#: seahub/templates/file_revisions.html:58 seahub/templates/repo.html:613 +#: seahub/templates/repo.html.py:691 #: seahub/templates/repo_view_snapshot.html:42 msgid "View" msgstr "" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/sysadmin/sys_publink_admin.html:22 +#: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "" @@ -2859,7 +3180,7 @@ msgid "Folders - Share" msgstr "" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:29 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "" @@ -2883,15 +3204,15 @@ msgid "" "share a whole library." msgstr "" -#: seahub/share/templates/share/list_priv_shared_folders.html:97 -#: seahub/share/templates/share/repos.html:101 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/share/templates/share/list_priv_shared_folders.html:94 +#: seahub/share/templates/share/repos.html:99 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "" -#: seahub/share/templates/share/list_priv_shared_folders.html:104 -#: seahub/share/templates/share/repos.html:108 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/share/templates/share/list_priv_shared_folders.html:101 +#: seahub/share/templates/share/repos.html:106 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "" @@ -2903,33 +3224,33 @@ msgstr "" msgid "From Others" msgstr "No citiem" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Priekš citiem" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "No" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Priekš" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -2939,11 +3260,11 @@ msgstr "" msgid "Libraries - Share" msgstr "" -#: seahub/share/templates/share/repos.html:65 +#: seahub/share/templates/share/repos.html:61 msgid "You have not shared any library" msgstr "Nav krātuves koplietošanai" -#: seahub/share/templates/share/repos.html:66 +#: seahub/share/templates/share/repos.html:62 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 " @@ -2956,8 +3277,8 @@ msgid "Shares" msgstr "Koplietošana" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/org_admin_base.html:8 -#: seahub/templates/repo_settings.html:13 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Pamatinfo" @@ -2970,7 +3291,8 @@ msgid "Add to contacts" msgstr "Pievienot kontaktiem" #: seahub/share/templates/share/user_share_list.html:59 -#: seahub/templates/snippets/my_owned_repos.html:147 +#: seahub/templates/my_shared_repos.html:40 +#: seahub/templates/snippets/my_shared_repos.html:29 msgid "Leave Share" msgstr "" @@ -2983,7 +3305,7 @@ msgstr "" msgid "Sorry, but the requested page could not be found." msgstr "" -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "" @@ -2991,96 +3313,26 @@ msgstr "" msgid "Exit System Admin" msgstr "" -#: seahub/templates/admin_base.html:13 seahub/templates/pub_base.html:14 -#: seahub/templates/pubuser.html:8 -msgid "Users" -msgstr "" - -#: seahub/templates/admin_base.html:19 +#: seahub/templates/base.html:49 seahub/templates/base.html.py:54 +#: seahub/templates/sysadmin/base.html:23 msgid "Notifications" msgstr "" -#: seahub/templates/admin_base.html:22 seahub/templates/home_base.html:31 -msgid "Links" -msgstr "Saites" - -#: seahub/templates/base.html:38 -msgid "System Admin" +#: seahub/templates/base.html:58 +msgid "See All Notifications" msgstr "" -#: seahub/templates/base.html:49 -msgid "unread notices" -msgstr "" - -#: seahub/templates/base.html:51 seahub/templates/registration/login.html:3 -#: seahub/templates/registration/login.html:6 -#: seahub/templates/registration/password_reset_complete.html:8 -msgid "Log In" -msgstr "Pieslēgties" - -#: seahub/templates/base.html:53 seahub/templates/registration/login.html:36 -#: seahub/templates/registration/registration_form.html:9 -msgid "Signup" -msgstr "Reģistrēties" - -#: seahub/templates/base.html:63 +#: seahub/templates/base.html:79 msgid "Log out" msgstr "Iziet" -#: seahub/templates/base.html:123 -msgid "Server Version: " -msgstr "Servera versija: " - -#: seahub/templates/base.html:124 -msgid "Seafile" +#: seahub/templates/base.html:83 seahub/templates/sysadmin/base.html:6 +msgid "System Admin" msgstr "" -#: seahub/templates/base.html:125 -msgid "Contact Us" -msgstr "Sazināties ar mums" - -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -#: seahub/templates/home_base.html:23 -msgid "Clients" -msgstr "Klienti" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "" - -#: seahub/templates/client_mgmt.html:15 -msgid "IP" -msgstr "IP adrese" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Pēdējoreiz sinhronizēts" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Jums nav pieslēgta ne viena iekārta" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Krātuves, kuras tiek sinhronizētas ar datoru vai tālruni. Šeit redzams sinhronizēšanai pieslēgtās iekārtas nosaukums un IP adrese. Ja sinhronizācija ar kādu no iekārtām vairs nav nepieciešama, to var atslēgt." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." +#: seahub/templates/base.html:178 +#: seahub/templates/sysadmin/sys_group_admin.html:7 +msgid "All Groups" msgstr "" #: seahub/templates/decrypt_repo_form.html:7 @@ -3089,30 +3341,90 @@ msgid "" "it online. And the password will be kept on the server for only 1 hour." msgstr "Šī kratuve ir šifrēta. Lūdzu ievadiet paroli, ja vēlaties pārlūkot šo krātuvitiešsaistē. !!! Parole tiks saglabāta uz servera 1 stundu. !!!" -#: seahub/templates/decrypt_repo_form.html:9 seahub/templates/repo.html:229 +#: seahub/templates/decrypt_repo_form.html:9 seahub/templates/repo.html:219 +#: seahub/templates/share_access_validation.html:8 msgid "Password: " msgstr "Parole: " -#: seahub/templates/decrypt_repo_form.html:21 seahub/templates/repo.html:234 +#: seahub/templates/decrypt_repo_form.html:21 seahub/templates/repo.html:224 #, python-format msgid "" "You can change how to view encrypted libraries online here." msgstr "" -#: seahub/templates/decrypt_repo_form.html:33 seahub/templates/repo.html:337 +#: seahub/templates/decrypt_repo_form.html:33 seahub/templates/repo.html:326 +#: seahub/templates/share_access_validation.html:25 msgid "Please enter the password." msgstr "Lūdzu ievadiet paroli." -#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:52 -#: seahub/templates/history_file_view.html:63 seahub/templates/repo.html:25 -#: seahub/templates/shared_file_view.html:35 -#: seahub/templates/view_file_base.html:74 +#: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 +#: seahub/templates/home_base.html:25 +msgid "Devices" +msgstr "" + +#: seahub/templates/devices.html:13 +msgid "Platform" +msgstr "" + +#: seahub/templates/devices.html:14 +msgid "Device Name" +msgstr "" + +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP adrese" + +#: seahub/templates/devices.html:16 +msgid "Last Access" +msgstr "" + +#: seahub/templates/devices.html:17 +msgid "# Libraries" +msgstr "" + +#: seahub/templates/devices.html:18 +msgid "Operation" +msgstr "" + +#: seahub/templates/devices.html:37 +msgid "Unlink" +msgstr "" + +#: seahub/templates/devices.html:43 +#, python-format +msgid "Really want to unlink %s?" +msgstr "" + +#: seahub/templates/devices.html:44 +msgid "It will immediately stop syncing." +msgstr "" + +#: seahub/templates/devices.html:50 +msgid "You do not have connected devices" +msgstr "" + +#: seahub/templates/devices.html:51 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "" + +#: seahub/templates/devices.html:110 +msgid "Successfully unlinked." +msgstr "" + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 +#: seahub/templates/history_file_view.html:63 +#: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 +#: seahub/templates/shared_file_view.html:36 +#: seahub/templates/shared_file_view.html:63 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 -#: seahub/templates/view_shared_dir.html:46 +#: seahub/templates/view_history_file.html:48 +#: seahub/templates/view_shared_dir.html:44 #: seahub/templates/view_shared_dir.html:60 #: seahub/templates/snippets/repo_dirents.html:24 -#: seahub/templates/snippets/repo_dirents.html:77 +#: seahub/templates/snippets/repo_dirents.html:74 msgid "Download" msgstr "Lejuplādēt" @@ -3120,8 +3432,7 @@ msgstr "Lejuplādēt" #: seahub/templates/repo_history_view.html:38 #: seahub/templates/repo_recycle_view.html:16 #: seahub/templates/shared_file_view.html:17 -#: seahub/templates/view_shared_dir.html:16 -#: seahub/templates/snippets/repo_dir_data.html:4 +#: seahub/templates/view_shared_dir.html:13 msgid "Current path: " msgstr "Atrodaties mapē: " @@ -3426,20 +3737,19 @@ msgstr "" msgid "Editing Help" msgstr "" -#: seahub/templates/file_edit.html:545 +#: seahub/templates/file_edit.html:547 msgid "Submit failed. Please check the network." msgstr "" -#: seahub/templates/file_edit.html:563 +#: seahub/templates/file_edit.html:565 #: seahub/templates/snippets/repo_decrypt_js.html:11 msgid "Password is required." msgstr "" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:21 -#: seahub/templates/view_file_base.html:66 -#: seahub/templates/snippets/current_commit.html:19 -#: seahub/templates/snippets/repo_dirents.html:93 +#: seahub/templates/repo_settings.html:41 +#: seahub/templates/snippets/current_commit.html:15 +#: seahub/templates/snippets/repo_dirents.html:90 msgid "History" msgstr "Vēsture" @@ -3457,16 +3767,11 @@ msgstr "" msgid "Current Path:" msgstr "" -#: seahub/templates/file_revisions.html:26 -#: seahub/templates/repo_view_snapshot.html:16 -msgid "Last Modifier" -msgstr "" - #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/view_shared_dir.html:33 -#: seahub/templates/snippets/repo_dir_data.html:39 +#: seahub/templates/view_shared_dir.html:30 +#: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" msgstr "" @@ -3474,38 +3779,55 @@ msgstr "" msgid "(current version)" msgstr "" -#: seahub/templates/file_revisions.html:50 +#: seahub/templates/file_revisions.html:39 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "" + +#: seahub/templates/file_revisions.html:55 #: seahub/templates/repo_recycle_view.html:66 #: seahub/templates/repo_recycle_view.html:83 #: seahub/templates/repo_view_snapshot.html:43 msgid "Restore" msgstr "" -#: seahub/templates/file_revisions.html:55 +#: seahub/templates/file_revisions.html:60 msgid "Diff" msgstr "" -#: seahub/templates/footer.html:3 +#: seahub/templates/footer.html:5 #: seahub/templates/snippets/search_form.html:44 msgid "Documents" msgstr "" -#: seahub/templates/footer.html:5 +#: seahub/templates/footer.html:7 msgid "Introduction" msgstr "" -#: seahub/templates/footer.html:6 seahub/templates/myhome_base.html:18 +#: seahub/templates/footer.html:8 seahub/templates/myhome_base.html:17 msgid "Help" msgstr "Palīdzība" -#: seahub/templates/footer.html:10 +#: seahub/templates/footer.html:12 msgid "Client" msgstr "Klients" -#: seahub/templates/footer.html:12 +#: seahub/templates/footer.html:14 msgid "Seafile for Windows, Mac and Linux" msgstr "Seafile priekš Linux, Mac un Windows" +#: seahub/templates/footer.html:19 +msgid "Server Version: " +msgstr "Servera versija: " + +#: seahub/templates/footer.html:20 +msgid "Seafile" +msgstr "" + +#: seahub/templates/footer.html:21 +msgid "Contact Us" +msgstr "Sazināties ar mums" + #: seahub/templates/history_file_view.html:16 #: seahub/templates/repo_view_snapshot.html:7 #: seahub/templates/view_snapshot_file.html:7 @@ -3513,6 +3835,7 @@ msgid "snapshots" msgstr "" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "" @@ -3534,37 +3857,59 @@ msgstr "" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:21 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 msgid "Current Path: " msgstr "" -#: seahub/templates/home_base.html:8 seahub/templates/org_base.html:12 +#: seahub/templates/home_base.html:8 msgid "Personal" msgstr "" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Zvaigžņotas" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:44 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "" -#: seahub/templates/home_base.html:26 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "" -#: seahub/templates/myhome.html:41 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 +msgid "Links" +msgstr "Saites" + +#: seahub/templates/my_group_repos.html:6 +#: seahub/templates/snippets/bottom_bar.html:3 +#: seahub/templates/snippets/my_group_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:13 +msgid "Group" +msgstr "Grupa" + +#: seahub/templates/my_group_repos.html:47 +#: seahub/templates/snippets/my_group_repos.html:47 +msgid "No library is shared to your groups" +msgstr "" + +#: seahub/templates/my_shared_repos.html:49 +#: seahub/templates/snippets/my_shared_repos.html:37 +msgid "No library is shared to you" +msgstr "" + +#: seahub/templates/myhome.html:40 msgid "Welcome to Seafile!" msgstr "" @@ -3575,187 +3920,196 @@ msgid "" "create more libraries later." msgstr "" -#: seahub/templates/myhome.html:43 seahub/templates/repo.html:215 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "" -#: seahub/templates/myhome_base.html:7 +#: seahub/templates/myhome.html:53 +msgid "Choose a directory:" +msgstr "" + +#: seahub/templates/myhome.html:110 +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "" + +#: seahub/templates/myhome.html:129 +msgid "Please choose a directory" +msgstr "" + +#: seahub/templates/myhome_base.html:6 msgid "My Home" msgstr "Mājas" -#: seahub/templates/myhome_base.html:14 seahub/templates/pub_base.html:5 +#: seahub/templates/myhome_base.html:13 seahub/templates/pub_base.html:5 #: seahub/templates/pub_base.html.py:10 msgid "Organization" msgstr "" -#: seahub/templates/org_base.html:7 -msgid "" -"Organization will be removed in next version, data will be merged into your " -"current account." +#: seahub/templates/pubgrp.html:10 +msgid "Search groups..." msgstr "" -#: seahub/templates/org_base.html:18 seahub/templates/view_file_base.html:33 -#: seahub/templates/snippets/my_owned_repos.html:45 -#: seahub/templates/snippets/my_owned_repos.html:92 -#: seahub/templates/snippets/my_owned_repos.html:231 -#: seahub/templates/snippets/repo_dir_data.html:25 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:83 -msgid "Share" -msgstr "Dalīties" - -#: seahub/templates/org_base.html:21 -msgid "Public Library" +#: seahub/templates/pubgrp.html:33 +msgid "No group found" msgstr "" -#: seahub/templates/org_base.html:24 -msgid "Public Info" -msgstr "" - -#: seahub/templates/pubgrp.html:24 +#: seahub/templates/pubgrp.html:38 msgid "No one has created any groups yet" msgstr "" -#: seahub/templates/pubgrp.html:25 +#: seahub/templates/pubgrp.html:39 msgid "You can click \"Add Group\" button under \"Group\" label to create a group. " msgstr "" -#: seahub/templates/pubrepo.html:16 seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/pubrepo.html:19 seahub/templates/sysadmin/userinfo.html:92 msgid "Share From" msgstr "" -#: seahub/templates/pubrepo.html:50 +#: seahub/templates/pubrepo.html:53 msgid "No public library" msgstr "" -#: seahub/templates/pubrepo.html:51 +#: seahub/templates/pubrepo.html:54 msgid "" "You can create a public library by clicking \"New Library\" button, others " "can view and download this library." msgstr "" -#: seahub/templates/repo.html:31 -msgid "Trash" -msgstr "Miskaste" +#: seahub/templates/pubuser.html:10 +msgid "Search members..." +msgstr "" -#: seahub/templates/repo.html:38 +#: seahub/templates/repo.html:23 msgid "Size: " msgstr "Izmērs" -#: seahub/templates/repo.html:59 -#: seahub/templates/snippets/repo_dirents.html:37 -#: seahub/templates/snippets/repo_dirents.html:91 +#: seahub/templates/repo.html:33 +msgid "Trash" +msgstr "Miskaste" + +#: seahub/templates/repo.html:52 +#: seahub/templates/snippets/repo_dirents.html:34 +#: seahub/templates/snippets/repo_dirents.html:88 msgid "Move" msgstr "Pārvietot" -#: seahub/templates/repo.html:60 -#: seahub/templates/snippets/repo_dirents.html:38 -#: seahub/templates/snippets/repo_dirents.html:92 +#: seahub/templates/repo.html:53 +#: seahub/templates/snippets/repo_dirents.html:35 +#: seahub/templates/snippets/repo_dirents.html:89 msgid "Copy" msgstr "Kopēt" -#: seahub/templates/repo.html:64 +#: seahub/templates/repo.html:57 msgid "Upload Files" msgstr "Augšuplādēt datnes" -#: seahub/templates/repo.html:66 seahub/templates/repo.html.py:114 +#: seahub/templates/repo.html:59 seahub/templates/repo.html.py:107 #: seahub/templates/view_shared_upload_link.html:24 msgid "The owner of this library has run out of space." msgstr "" -#: seahub/templates/repo.html:71 seahub/templates/repo.html.py:121 +#: seahub/templates/repo.html:64 seahub/templates/repo.html.py:114 msgid "Please select a file at first." msgstr "" -#: seahub/templates/repo.html:79 +#: seahub/templates/repo.html:72 #: seahub/templates/view_shared_upload_link.html:32 msgid "Add Files" msgstr "" -#: seahub/templates/repo.html:84 +#: seahub/templates/repo.html:77 #: seahub/templates/view_shared_upload_link.html:37 msgid "Start All" msgstr "" -#: seahub/templates/repo.html:88 +#: seahub/templates/repo.html:81 #: seahub/templates/view_shared_upload_link.html:41 msgid "Cancel All" msgstr "" -#: seahub/templates/repo.html:92 +#: seahub/templates/repo.html:85 #: seahub/templates/view_shared_upload_link.html:45 msgid "" "Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE 10.0+" msgstr "" -#: seahub/templates/repo.html:94 +#: seahub/templates/repo.html:87 #: seahub/templates/view_shared_upload_link.html:46 #, python-format msgid "File size should be smaller than %(max_file_size)s" msgstr "" -#: seahub/templates/repo.html:103 seahub/templates/repo.html.py:139 +#: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "" -#: seahub/templates/repo.html:112 +#: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" msgstr "" -#: seahub/templates/repo.html:127 +#: seahub/templates/repo.html:120 msgid "Choose a file" msgstr "Izvēlēties datni" -#: seahub/templates/repo.html:131 +#: seahub/templates/repo.html:124 #, python-format msgid "Smaller than %(max_file_size)s" msgstr "" -#: seahub/templates/repo.html:148 -#: seahub/templates/snippets/repo_dir_data.html:16 +#: seahub/templates/repo.html:141 +#: seahub/templates/snippets/repo_dir_data.html:15 msgid "New Directory" msgstr "Jauna mape" -#: seahub/templates/repo.html:149 +#: seahub/templates/repo.html:142 msgid "Directory Name" msgstr "Mapes nosaukums" -#: seahub/templates/repo.html:157 -#: seahub/templates/snippets/repo_dir_data.html:19 +#: seahub/templates/repo.html:150 +#: seahub/templates/snippets/repo_dir_data.html:18 msgid "New File" msgstr "Jauna datne" -#: seahub/templates/repo.html:159 +#: seahub/templates/repo.html:152 msgid "Featured File Type" msgstr "" -#: seahub/templates/repo.html:160 seahub/templates/repo.html.py:166 +#: seahub/templates/repo.html:153 seahub/templates/repo.html.py:159 msgid "Click to choose" msgstr "Spiediet, lai izvēētos" -#: seahub/templates/repo.html:160 +#: seahub/templates/repo.html:153 msgid "online Rich Text format." msgstr "" -#: seahub/templates/repo.html:166 +#: seahub/templates/repo.html:159 msgid "simple markup format." msgstr "" -#: seahub/templates/repo.html:173 seahub/templates/starred.html:13 +#: seahub/templates/repo.html:166 seahub/templates/starred.html:13 msgid "File Name" msgstr "" -#: seahub/templates/repo.html:182 +#: seahub/templates/repo.html:175 msgid "Current Library" msgstr "" -#: seahub/templates/repo.html:186 +#: seahub/templates/repo.html:179 msgid "Other Libraries" msgstr "" -#: seahub/templates/repo.html:196 seahub/templates/shared_file_view.html:49 +#: seahub/templates/repo.html:189 seahub/templates/shared_file_view.html:51 msgid "Please click and choose a directory." msgstr "" @@ -3764,276 +4118,293 @@ msgstr "" msgid "Rename %(name)s as:" msgstr "" -#: seahub/templates/repo.html:212 -#, python-format -msgid "Sync %(dir_name)s" -msgstr "" - -#: seahub/templates/repo.html:213 -msgid "" -"A sub-library will be created from this directory. It will be listed in your" -" desktop client, and you can download it just like downloading a normal " -"library." -msgstr "" - -#: seahub/templates/repo.html:214 -msgid "Create" -msgstr "" - -#: seahub/templates/repo.html:228 +#: seahub/templates/repo.html:218 msgid "" "This library is encrypted. Please input the password if you want to browse " "it online. And the password will be kept in the browser for only 1 hour." msgstr "" -#: seahub/templates/repo.html:257 +#: seahub/templates/repo.html:246 #: seahub/templates/view_shared_upload_link.html:77 msgid "File is too big" msgstr "" -#: seahub/templates/repo.html:258 +#: seahub/templates/repo.html:247 #: seahub/templates/view_shared_upload_link.html:78 msgid "File is too small" msgstr "" -#: seahub/templates/repo.html:259 +#: seahub/templates/repo.html:248 #: seahub/templates/view_shared_upload_link.html:79 msgid "Filetype not allowed" msgstr "" -#: seahub/templates/repo.html:260 +#: seahub/templates/repo.html:249 #: seahub/templates/view_shared_upload_link.html:80 msgid "Max number of files exceeded" msgstr "" -#: seahub/templates/repo.html:261 +#: seahub/templates/repo.html:250 #: seahub/templates/view_shared_upload_link.html:81 msgid "Uploaded bytes exceed file size" msgstr "" -#: seahub/templates/repo.html:262 +#: seahub/templates/repo.html:251 #: seahub/templates/view_shared_upload_link.html:82 msgid "Empty file upload result" msgstr "" -#: seahub/templates/repo.html:264 -#: seahub/templates/view_shared_upload_link.html:84 +#: seahub/templates/repo.html:253 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "" -#: seahub/templates/repo.html:265 +#: seahub/templates/repo.html:254 #: seahub/templates/view_shared_upload_link.html:85 msgid "Start" msgstr "" -#: seahub/templates/repo.html:393 +#: seahub/templates/repo.html:369 msgid "Delete Items" msgstr "" -#: seahub/templates/repo.html:393 +#: seahub/templates/repo.html:369 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: seahub/templates/repo.html:397 seahub/templates/repo.html.py:580 +#: seahub/templates/repo.html:373 seahub/templates/repo.html.py:556 msgid "Processing..." msgstr "" -#: seahub/templates/repo.html:427 +#: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: seahub/templates/repo.html:429 +#: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." msgstr "" -#: seahub/templates/repo.html:438 +#: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: seahub/templates/repo.html:440 +#: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." msgstr "" -#: seahub/templates/repo.html:540 +#: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" msgstr "" -#: seahub/templates/repo.html:543 +#: seahub/templates/repo.html:519 msgid "Copy selected directories/files to:" msgstr "" -#: seahub/templates/repo.html:569 seahub/templates/repo.html.py:1580 -#: seahub/views/ajax.py:637 seahub/views/ajax.py:798 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "" -#: seahub/templates/repo.html:619 +#: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: seahub/templates/repo.html:621 +#: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." msgstr "" -#: seahub/templates/repo.html:626 +#: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: seahub/templates/repo.html:628 +#: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." msgstr "" -#: seahub/templates/repo.html:640 +#: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." msgstr "" -#: seahub/templates/repo.html:642 +#: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." msgstr "" -#: seahub/templates/repo.html:646 +#: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." msgstr "" -#: seahub/templates/repo.html:648 +#: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: seahub/templates/repo.html:707 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 +msgid "Moving..." +msgstr "" + +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 +msgid "Copying..." +msgstr "" + +#: seahub/templates/repo.html:679 +#, python-format +msgid "Successfully moved %(s_num)s items." +msgstr "" + +#: seahub/templates/repo.html:681 +#, python-format +msgid "Failed to move %(f_num)s items." +msgstr "" + +#: seahub/templates/repo.html:684 +#, python-format +msgid "Successfully copied %(s_num)s items." +msgstr "" + +#: seahub/templates/repo.html:686 +#, python-format +msgid "Failed to copy %(f_num)s items." +msgstr "" + +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 +msgid "Failed" +msgstr "" + +#: seahub/templates/repo.html:769 msgid "Encrypting the file..." msgstr "" -#: seahub/templates/repo.html:729 +#: seahub/templates/repo.html:791 msgid "Error when encrypting." msgstr "" -#: seahub/templates/repo.html:736 +#: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." msgstr "" -#: seahub/templates/repo.html:753 +#: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Augšuplādē..." -#: seahub/templates/repo.html:766 seahub/templates/repo.html.py:1025 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Darīts!" -#: seahub/templates/repo.html:1035 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 +#: seahub/templates/snippets/repo_dirents.html:51 +msgid "unstarred" +msgstr "" + +#: seahub/templates/repo.html:1158 msgid "Downloading..." msgstr "Lejuplādē..." -#: seahub/templates/repo.html:1068 +#: seahub/templates/repo.html:1191 #, python-format msgid "Downloading, %(num)s% complete." msgstr "" -#: seahub/templates/repo.html:1089 +#: seahub/templates/repo.html:1212 msgid "Decrypting..." msgstr "Atšifrē..." -#: seahub/templates/repo.html:1106 +#: seahub/templates/repo.html:1229 #, python-format msgid "Decrypting, %(num)s% complete." msgstr "" -#: seahub/templates/repo.html:1209 +#: seahub/templates/repo.html:1332 #, python-format msgid "Successfully deleted %(name)s" msgstr "" -#: seahub/templates/repo.html:1231 +#: seahub/templates/repo.html:1354 msgid "Rename File" msgstr "" -#: seahub/templates/repo.html:1233 +#: seahub/templates/repo.html:1356 msgid "Rename Directory" msgstr "" -#: seahub/templates/repo.html:1251 +#: seahub/templates/repo.html:1374 msgid "Copy File" msgstr "" -#: seahub/templates/repo.html:1253 +#: seahub/templates/repo.html:1376 msgid "Move File" msgstr "" -#: seahub/templates/repo.html:1255 +#: seahub/templates/repo.html:1378 msgid "Copy Directory" msgstr "" -#: seahub/templates/repo.html:1257 +#: seahub/templates/repo.html:1380 msgid "Move Directory" msgstr "" -#: seahub/templates/repo.html:1262 +#: seahub/templates/repo.html:1385 #, python-format msgid "Copy %(name)s to:" msgstr "" -#: seahub/templates/repo.html:1265 +#: seahub/templates/repo.html:1388 #, python-format msgid "Move %(name)s to:" msgstr "" -#: seahub/templates/repo.html:1288 +#: seahub/templates/repo.html:1411 msgid "Directory download is not supported in this library." msgstr "" -#: seahub/templates/repo.html:1396 seahub/templates/repo.html.py:1550 -#: seahub/templates/snippets/repo_dirents.html:54 -msgid "unstarred" -msgstr "" - -#: seahub/templates/repo.html:1398 -#: seahub/templates/snippets/repo_dirents.html:52 +#: seahub/templates/repo.html:1529 +#: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "" -#: seahub/templates/repo.html:1446 -msgid "Sub-library is created." -msgstr "" - -#: seahub/templates/repo.html:1477 seahub/templates/repo.html.py:1518 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "" -#: seahub/templates/repo.html:1483 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "" -#: seahub/templates/repo.html:1493 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "" -#: seahub/templates/repo.html:1522 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "" -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" msgstr "" -#: seahub/templates/repo.html:1677 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 +msgid "Canceled." +msgstr "" + +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "" -#: seahub/templates/repo.html:1788 -#: seahub/templates/snippets/myhome_extra_script.html:47 +#: seahub/templates/repo.html:1982 +#: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "" @@ -4055,11 +4426,10 @@ msgstr "" msgid "View Snapshot" msgstr "" -#: seahub/templates/repo_history.html:60 +#: seahub/templates/repo_history.html:62 #: seahub/templates/repo_view_snapshot.html:59 -#: seahub/templates/sysadmin/sys_group_admin.html:37 -#: seahub/templates/sysadmin/sys_publink_admin.html:38 -#: seahub/templates/sysadmin/sys_repo_admin.html:31 +#: seahub/templates/snippets/admin_paginator.html:11 +#: seahub/templates/sysadmin/sys_trafficadmin.html:49 #: seahub/templates/sysadmin/useradmin_paginator.html:12 msgid "Per page: " msgstr "" @@ -4100,34 +4470,77 @@ msgstr "" msgid "Delete Time" msgstr "" -#: seahub/templates/repo_settings.html:11 -msgid "Library Settings" -msgstr "" - -#: seahub/templates/repo_settings.html:22 -msgid "Keep full history" -msgstr "" - -#: seahub/templates/repo_settings.html:23 -msgid "Don't keep history" -msgstr "" - -#: seahub/templates/repo_settings.html:24 -msgid "Only keep a period of history:" -msgstr "" - -#: seahub/templates/repo_settings.html:24 -msgid "days" -msgstr "" - -#: seahub/templates/repo_settings.html:31 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "" -#: seahub/templates/repo_settings.html:33 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 +msgid "Change Password" +msgstr "" + +#: seahub/templates/repo_settings.html:30 +msgid "Library Settings" +msgstr "" + +#: seahub/templates/repo_settings.html:42 +msgid "Keep full history" +msgstr "" + +#: seahub/templates/repo_settings.html:43 +msgid "Don't keep history" +msgstr "" + +#: seahub/templates/repo_settings.html:44 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/repo_settings.html:45 +msgid "days" +msgstr "" + +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "" +#: seahub/templates/repo_settings.html:67 +msgid "Change the password of this library:" +msgstr "" + +#: seahub/templates/repo_settings.html:68 +msgid "Old Password" +msgstr "" + +#: seahub/templates/repo_settings.html:70 +#, python-format +msgid "New Password(at least %(repo_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/repo_settings.html:72 +msgid "New Password Again" +msgstr "" + +#: seahub/templates/repo_settings.html:197 +msgid "Please enter the old password" +msgstr "" + +#: seahub/templates/repo_settings.html:201 +msgid "Please enter the new password" +msgstr "" + +#: seahub/templates/repo_settings.html:205 +msgid "New password is too short" +msgstr "" + +#: seahub/templates/repo_settings.html:209 +msgid "Please enter the new password again" +msgstr "" + +#: seahub/templates/repo_settings.html:213 +msgid "New passwords don't match" +msgstr "" + #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "" @@ -4136,6 +4549,10 @@ msgstr "" msgid "Create Time" msgstr "" +#: seahub/templates/repo_view_snapshot.html:16 +msgid "Last Modifier" +msgstr "" + #: seahub/templates/repo_view_snapshot.html:17 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 @@ -4150,36 +4567,14 @@ msgstr "" msgid "Are you sure you want to restore this library?" msgstr "" -#: seahub/templates/seafile_access_check.html:6 -msgid "Preparing, please wait..." -msgstr "" - -#: seahub/templates/seafile_access_check.html:8 -msgid "No running Seafile client version 1.x is detected." -msgstr "" - -#: seahub/templates/seafile_access_check.html:8 +#: seahub/templates/share_access_validation.html:6 msgid "" -"If you're sure Seafile client is running, click the following link to " -"continue downloading:" -msgstr "" - -#: seahub/templates/seafile_access_check.html:9 -msgid "" -"If you're using Seafile client version 2.0+, download the library from the " -"client directly." -msgstr "" - -#: seahub/templates/seafile_access_check.html:12 -msgid "Your Seafile client is out of date, please upgrade to latest version." -msgstr "" - -#: seahub/templates/seafile_access_check.html:12 -msgid "Click to download." +"Please input the password if you want to browse the shared file/directory. " +"And the password will be kept on the server for only 1 hour." msgstr "" #: seahub/templates/shared_file_view.html:26 -#: seahub/templates/view_shared_dir.html:9 +#: seahub/templates/view_shared_dir.html:8 msgid "Shared by: " msgstr "Dalās: " @@ -4187,29 +4582,37 @@ msgstr "Dalās: " msgid "Save to..." msgstr "Saglabāt..." -#: seahub/templates/shared_file_view.html:42 +#: seahub/templates/shared_file_view.html:44 msgid "Save To:" msgstr "Saglabāt uz:" -#: seahub/templates/shared_link_email.html:2 +#: seahub/templates/shared_file_view.html:67 +#: seahub/templates/view_shared_dir.html:74 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "" + +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "" + +#: seahub/templates/shared_link_email.html:12 #, python-format msgid "" -"You're receiving this e-mail because %(email)s is sharing a file to you on " -"%(site_name)s." +"%(email)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" msgstr "" -#: seahub/templates/shared_link_email.html:4 -msgid "Please go to the following page and view the file:" -msgstr "" - -#: seahub/templates/shared_upload_link_email.html:2 +#: seahub/templates/shared_upload_link_email.html:11 #, python-format -msgid "" -"You're receiving this e-mail because %(email)s has shared an upload link to " -"you on %(site_name)s." +msgid "%(email)s shared an upload link to you on %(site_name)s." msgstr "" -#: seahub/templates/shared_upload_link_email.html:4 +#: seahub/templates/shared_upload_link_email.html:15 msgid "You can go to the following page and upload your files:" msgstr "" @@ -4221,8 +4624,7 @@ msgstr "" msgid "icon" msgstr "" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:36 -#: seahub/templates/view_file_base.html:142 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "" @@ -4277,18 +4679,13 @@ msgstr "" msgid "Sorry, this user is not registered yet." msgstr "" -#: seahub/templates/view_file_base.html:38 -#: seahub/templates/view_file_base.html:138 -msgid "Star" -msgstr "Zvaigzne" - -#: seahub/templates/view_file_base.html:55 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "" -#: seahub/templates/view_file_base.html:59 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " @@ -4296,31 +4693,63 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: seahub/templates/view_file_base.html:136 -msgid "Unstarred successfully" -msgstr "Atzvaigžņots veiksmīgi" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:140 -msgid "Starred successfully" -msgstr "Zvaigžņots veiksmīgi" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Lūdzu izvēlieties vismaz vienu grupu" + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Lūdzu uzsāciet sarunu" #: seahub/templates/view_file_image.html:15 -#: seahub/templates/snippets/file_content_html.html:31 +#: seahub/templates/snippets/file_content_html.html:30 msgid "you can also press ← " msgstr "var spiest arī ← " #: seahub/templates/view_file_image.html:15 -#: seahub/templates/snippets/file_content_html.html:31 +#: seahub/templates/snippets/file_content_html.html:30 msgid "prev" msgstr "Iepriekšējais" #: seahub/templates/view_file_image.html:21 -#: seahub/templates/snippets/file_content_html.html:37 +#: seahub/templates/snippets/file_content_html.html:36 msgid "you can also press → " msgstr "var speist arī → " #: seahub/templates/view_file_image.html:21 -#: seahub/templates/snippets/file_content_html.html:37 +#: seahub/templates/snippets/file_content_html.html:36 msgid "next" msgstr "Nākamais" @@ -4339,7 +4768,7 @@ msgid "auto detect" msgstr "noteikt automātiski" #: seahub/templates/view_file_pdf.html:30 -#: seahub/templates/snippets/file_content_js.html:63 +#: seahub/templates/snippets/file_content_js.html:96 msgid "" " / root directory." msgstr "" -#: seahub/views/__init__.py:1568 seahub/views/__init__.py:1594 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "" -#: seahub/views/__init__.py:1590 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "" -#: seahub/views/__init__.py:1888 seahub/views/file.py:748 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "" -#: seahub/views/__init__.py:1891 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "" -#: seahub/views/__init__.py:1905 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "" -#: seahub/views/__init__.py:2067 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "" -#: seahub/views/__init__.py:2072 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "" -#: seahub/views/ajax.py:69 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "" -#: seahub/views/ajax.py:77 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "" -#: seahub/views/ajax.py:150 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "" -#: seahub/views/ajax.py:156 seahub/views/ajax.py:377 seahub/views/ajax.py:463 -#: seahub/views/ajax.py:607 seahub/views/ajax.py:631 seahub/views/ajax.py:767 -#: seahub/views/ajax.py:792 seahub/views/file.py:755 -msgid "Permission denied" -msgstr "Pieeja liegta" +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 +msgid "Library does not exist." +msgstr "" -#: seahub/views/ajax.py:223 seahub/views/ajax.py:303 seahub/views/ajax.py:521 -#: seahub/views/ajax.py:563 seahub/views/ajax.py:930 seahub/views/ajax.py:1130 -#: seahub/views/ajax.py:1148 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:318 seahub/views/ajax.py:943 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "" -#: seahub/views/ajax.py:244 seahub/views/ajax.py:324 seahub/views/ajax.py:949 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "" -#: seahub/views/ajax.py:529 seahub/views/ajax.py:571 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "" -#: seahub/views/ajax.py:625 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "" -#: seahub/views/ajax.py:654 seahub/views/ajax.py:706 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "" -#: seahub/views/ajax.py:676 seahub/views/ajax.py:735 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "" -#: seahub/views/ajax.py:694 seahub/views/ajax.py:813 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/views/ajax.py:724 seahub/views/ajax.py:843 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "" -#: seahub/views/ajax.py:786 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "" -#: seahub/views/ajax.py:1020 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "" -#: seahub/views/ajax.py:1058 seahub/views/ajax.py:1063 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "" -#: seahub/views/file.py:111 +#: seahub/views/ajax.py:1319 +msgid "System library can not be deleted." +msgstr "" + +#: seahub/views/ajax.py:1621 +msgid "No conflict in the merge." +msgstr "Sapludināts bez konfliktiem" + +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "" -#: seahub/views/file.py:115 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "" -#: seahub/views/file.py:122 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "" -#: seahub/views/file.py:139 seahub/views/file.py:142 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "" -#: seahub/views/file.py:263 seahub/views/file.py:270 seahub/views/file.py:491 -#: seahub/views/file.py:496 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "" -#: seahub/views/file.py:309 seahub/views/file.py:529 seahub/views/file.py:544 -#: seahub/views/file.py:566 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "" -#: seahub/views/file.py:339 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "" -#: seahub/views/file.py:759 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "" -#: seahub/views/file.py:763 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "" -#: seahub/views/file.py:831 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "" -#: seahub/views/file.py:843 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "" -#: seahub/views/file.py:871 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "" -#: seahub/views/sysadmin.py:314 -msgid "Failed to set quota: internal error" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" msgstr "" -#: seahub/views/sysadmin.py:330 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "" -#: seahub/views/sysadmin.py:332 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "" -#: seahub/views/sysadmin.py:347 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "" -#: seahub/views/sysadmin.py:349 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "" -#: seahub/views/sysadmin.py:364 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "" -#: seahub/views/sysadmin.py:366 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:488 +#: seahub/views/sysadmin.py:477 +#, python-format +msgid "Your account on %s is activated" +msgstr "" + +#: seahub/views/sysadmin.py:553 +#, python-format +msgid "Password has been reset on %s" +msgstr "" + +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "" -#: seahub/views/sysadmin.py:493 +#: seahub/views/sysadmin.py:578 #, 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:497 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "" -#: seahub/views/sysadmin.py:500 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -5623,47 +6240,74 @@ msgid "" "configured." msgstr "" -#: seahub/views/sysadmin.py:503 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "" -#: seahub/views/sysadmin.py:524 -msgid "Seafile Registration Information" +#: seahub/views/sysadmin.py:604 +#, python-format +msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:563 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "" -#: seahub/views/sysadmin.py:566 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "" -#: seahub/views/sysadmin.py:568 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "" -#: seahub/views/sysadmin.py:570 +#: seahub/views/sysadmin.py:662 #, 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:681 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "" -#: seahub/views/sysadmin.py:683 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "" -#: seahub/views/sysadmin.py:685 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "" + +#: seahub/views/sysadmin.py:894 +msgid "Using LDAP now, can not add admin." +msgstr "" + +#: seahub/views/sysadmin.py:911 +#, python-format +msgid "Successfully set %s as admin." +msgstr "" + +#: seahub/views/sysadmin.py:913 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "" + +#: seahub/views/sysadmin.py:955 +msgid "Import succeeded" +msgstr "" + +#: seahub/views/sysadmin.py:957 +msgid "Please select a csv file first." +msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po index 41e516adf2..38fd90ee39 100644 --- a/locale/pl/LC_MESSAGES/django.po +++ b/locale/pl/LC_MESSAGES/django.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 09:34+0000\n" -"Last-Translator: fotex \n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-31 19:01+0000\n" +"Last-Translator: K.S. \n" "Language-Team: Polish (http://www.transifex.com/projects/p/seahub/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,122 +21,115 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Użytkownik z podanym adresem e-mail już istnieje" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "Użytkownik z tym adresem email już istnieje." -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." msgstr "Podane hasła nie są identyczne." -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Nazwa nie może być pusta" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Nazwa jest zbyt długa (maksymalnie 255 znaków)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Opis nie może być pusty" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Opis jest zbyt długi (maksymalnie 100 znaków)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Nazwa %s nie jest prawidłowa" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Brakujący parametr" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Stara nazwa jest wymagana" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Jest zbyt długie." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Jest wymagane." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Nazwa \"%s\" nie jest prawidłowa" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "Identyfikator repozytorium jest wymagany" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Nazwa użytkownika jest wymagana" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "Hasło nie może być puste" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Nieprawidłowy format odsyłacza" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Nieprawidłowe hasło" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Wewnętrzny błąd serwera" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Błąd deszyfrowania biblioteki" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Adres e-mail jest wymagany" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Przyznana przestrzeń nie może być pusta" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Przyznana przestrzeń jest zbyt niska (minimalna wartość to 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Nazwa biblioteki jest wymagana" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Opis biblioteki jest wymagany" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Proszę podać liczbę" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Proszę wpisać prawidłowe hasło." - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -210,22 +203,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "Słoweński" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -235,7 +232,7 @@ msgstr "praca grupowa organizacja współpraca" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Dyskusja" @@ -255,10 +252,10 @@ msgstr "Dyskusja" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -273,11 +270,9 @@ msgstr "Plik" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -300,7 +295,7 @@ msgstr "Brak dyskusji." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -313,34 +308,31 @@ msgstr "Wczytywanie..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Niepowodzenie. Proszę sprawdzić połączenie." @@ -383,6 +375,7 @@ msgid "Deleted library %(library_name)s" msgstr "Usunięta biblioteka %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Proszę sprawdzić sieć." @@ -395,7 +388,7 @@ msgstr "Nowe odpowiedzi" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Wiadomości" @@ -423,7 +416,7 @@ msgstr "Ważne daty" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -439,94 +432,103 @@ msgstr "Hasło zostało zmienione" msgid "Change password: %s" msgstr "Zmień hasło: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Zaloguj się" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nazwa użytkownika" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Hasło" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Podaj poprawny adres email." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Proszę podać prawidłową nazwę użytkownika i hasło. Zwróć uwagę na wielkość znaków" -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "To konto nie jest aktywne." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Wygląda na to, że Twoja przeglądarka nie obsługuje ciasteczek. Ich obsługa jest wymagana w celu logowania." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Nie udało się wysłać wiadomości e-mail. Usługa e-mail nie jest poprawnie skonfigurowana, proszę się skontaktować z administratorem." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Podany adres e-mail nie jest powiązany z żadnym kontem. Czy na pewno się rejestrowałeś?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "Nie można zresetować hasła, skontaktuj się z administratorem usługi LDAP" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Reset hasła dla %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nowe hasło" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Potwierdzenie hasła" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Podane hasła nie są identyczne." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Stare hasło" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Twoje stare hasło jest nieprawidłowe. Proszę wprowadzić je ponownie." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Hasło (ponownie)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Wylogowany" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Nie udało się wysłać e-maila, proszę się skontaktować z administratorem." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "Nie można zaktualizować hasła, skontaktuj się z administratorem usługi LDAP" @@ -628,7 +630,7 @@ msgstr "Obecny awatar: " #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -636,7 +638,7 @@ msgstr "Obecny awatar: " #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -645,29 +647,30 @@ msgstr "Obecny awatar: " #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -675,8 +678,8 @@ msgstr "Obecny awatar: " #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -699,31 +702,35 @@ msgstr "%(avatar_creator)s zaktualizował swój awa msgid "You have updated your avatar %(avatar)s." msgstr "Zaktualizowałeś swój awatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Adres e-mail" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Ta wartość musi być o długości 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Użytkownik z podanym adresem e-mail już istnieje" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Nieprawidłowy identyfikator użytkownika." -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nazwa" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "wydział" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "telefon" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "notatka" @@ -784,7 +791,7 @@ msgstr "Przywrócono plik \"%(file)s\" do stanu z %(time)s." msgid "Recovered deleted directory" msgstr "Odzyskano usunięty katalog" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Zmieniona nazwa biblioteki lub opis" @@ -795,8 +802,8 @@ msgstr "Automatyczne scalanie przez Seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Przed chwilą" @@ -833,10 +840,10 @@ msgstr[1] "%(seconds)d sekundy temu" msgstr[2] "%(seconds)d sekund temu" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -850,11 +857,11 @@ msgstr[2] "%(seconds)d sekund temu" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -865,9 +872,9 @@ msgid "Read-Write" msgstr "Do odczytu i zapisu" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -887,7 +894,7 @@ msgid "Email is required." msgstr "Adres e-mail jest wymagany." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s nie jest prawidłowym adresem." @@ -920,7 +927,7 @@ msgstr "Pomyślnie usunięto %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Kontakty" @@ -935,7 +942,7 @@ msgid "Email " msgstr "E-mail " #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -944,23 +951,22 @@ msgstr "E-mail " #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -978,12 +984,12 @@ msgid "Name" msgstr "Nazwa" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Notatka" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -992,28 +998,26 @@ msgstr "Notatka" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Akcje" @@ -1026,8 +1030,10 @@ msgstr "Akcje" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Edytuj" @@ -1041,21 +1047,21 @@ msgstr "Edytuj" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Usuń" @@ -1074,12 +1080,12 @@ msgstr "Dodaj jakieś kontakty, aby móc szybko udostępniać biblioteki i przes #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1186,78 +1192,86 @@ msgstr "Wiadomość potwierdzająca jest zbyt długa (maksymalnie 255 znaków)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" nie jest prawidłową nazwą" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "Nie masz uprawnień do tworzenia grup." + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Możesz stworzyć tylko %d grup.Rozszerz swoje konto." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Już istnieje grupa o takiej nazwie." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Niepowodzenie podczas opuszczania grupy. Spróbuj poźniej" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Pomyślnie opuszczono grupę" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Nie udało się zmienić nazwy grupy. Nazwy mogą się składać wyłącznie z liter, liczb i znaków podkreślenia" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Pomyślnie zmieniono nazwę grupy na \"%s\"" -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "Adres e-mail %s jest nieprawidłowy." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Tylko administratorzy mogą uczynić grupę publiczną" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Wiadomość nie istnieje" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Nie masz wystarczających uprawnień." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Zostałeś zaproszony do grupy %s" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "Grupa nie istnieje." + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Nie udało się dodać, %s nie jest aktualnie organizacjom." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Możesz zaprosić tylko %d członków.Rozszerz swoje konto." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Nie udało się dodać, %s nie jest zarejestrowany." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." @@ -1265,141 +1279,141 @@ msgstr[0] "Pomyślnie dodano. Wiadomość e-mail została wysłana." msgstr[1] "Pomyślnie dodano. %(count)s wiadomości e-mail zostały wysłane." msgstr[2] "Pomyślnie dodano. %(count)s wiadomości e-mail zostało wysłanych." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Pomyślnie dodano." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Nie udało się dodać, %s nie jest poprawnym adresem e-mail." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Nie udało się dodać, %s nie jest zarejestrowany." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Operacja zakończona pomyślnie." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Niepowodzenie : %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Błąd: nieprawidłowy identyfikator grupy" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Błąd: grupa nie istnieje." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Pomyślnie opublikowano w %(groups)s" -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Błąd: nie należysz do grupy %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Błąd: biblioteka nie istnieje." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Błąd: brak ścieżki." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Niepowodzenie tworzenia: grupa nie istnieje." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Niepowodzenie tworzenia: nie należysz do grupy." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Nie można utworzyć" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Nie można utworzyć: błąd wewnętrzny." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Już należysz do grupy." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Prośba wysłana, poczekaj na decyzję administratora." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Dyskusja jest wymagana." -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Plik nie istnieje" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "Pomyślnie aktywowano \"Wiki\"." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "Pomyślnie deaktywowano \"Wiki\"." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Nie udało się stworzyć strony wiki. Proszę spróbować później." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Wewnętrzny błąd serwera" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Wiki nie istnieje." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Nie udało się stworzyć strony domowej. Proszę spróbować później" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Nie udało się ustawić biblioteki wiki." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Nie znaleziono Wiki." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "Strona \"%s\" już istnieje." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Pomyślnie usunięto \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Nie udało się usunąć \"%s\". Proszę spróbować później." @@ -1446,23 +1460,23 @@ msgstr "Nie może być pusta i nie powinna być dłuższa niż 2048 znaków." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1470,7 +1484,7 @@ msgstr "Anuluj" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Aktywuj moduły" @@ -1481,9 +1495,9 @@ msgstr "Ta grupa jest publiczna." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1491,12 +1505,12 @@ msgstr "Biblioteki" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Pliki" @@ -1571,8 +1585,7 @@ msgstr "Czy na pewno chcesz usunąć tę dyskusję?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Tak" @@ -1580,8 +1593,7 @@ msgstr "Tak" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Nie" @@ -1601,7 +1613,7 @@ msgstr "Nie udało się usunąć: " #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Niepowodzenie." @@ -1609,15 +1621,15 @@ msgstr "Niepowodzenie." msgid "Recent Changes" msgstr "Ostatnie zmiany" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nowa biblioteka" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1626,11 +1638,11 @@ msgstr "Nowa biblioteka" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1640,47 +1652,47 @@ msgstr "Nowa biblioteka" msgid "Description" msgstr "Opis" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Ostatnia aktualizacja" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Udostępniony przez" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Pobierz i synchronizuj" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1689,46 +1701,46 @@ msgstr "Pobierz i synchronizuj" msgid "Unshare" msgstr "Wyłącz udostępnianie" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Żadna biblioteka nie jest współdzielona w tej grupie" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Możesz udostępniać biblioteki klikając przycisk \"Nowa biblioteka\" powyżej lub ikonę \"Udostępnij\" na swojej liście bibliotek." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Biblioteki udostępnione do zapisu mogą być pobierane i synchronizowane przez członków innej grupy. Biblioteki tylko do odczytu mogą być wyłącznie pobierane, aktualizacje przez innych użytkowników nie będą uwzględniane." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Biblioteka" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Zmodyfikowano" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Zmodyfikował" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1739,7 +1751,7 @@ msgstr "Zmodyfikował" msgid "Details" msgstr "Szczegóły" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1752,7 +1764,7 @@ msgstr "Szczegóły" msgid "None" msgstr "Żaden" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1761,29 +1773,29 @@ msgstr "Żaden" msgid "Unknown" msgstr "Nieznany" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "jest zaszyfrowany" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Hasło: " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "Hasło będzie przechowywane na serwerze wyłącznie przez 1 godzinę." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Wyłącz udostępnianie biblioteki" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Czy na pewno chcesz wyłączyć udostępnianie %s?" +msgstr "Na pewno chcesz przestać udostępniać %s ?" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1801,11 +1813,11 @@ msgstr "Czy na pewno chcesz wyłączyć udostępnianie %s?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1849,7 +1861,7 @@ msgstr "Admini" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Ustawienia" @@ -1867,7 +1879,7 @@ msgid "Avatar" msgstr "Awatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Zmień" @@ -1877,7 +1889,7 @@ msgstr "Zmień" msgid "Rename" msgstr "Zmień nazwę" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Odwołaj upublicznienie" @@ -1954,7 +1966,7 @@ msgid "Name: " msgstr "Nazwa: " #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2027,7 +2039,7 @@ msgid "Choose a library as wiki:" msgstr "Wybierz bibliotekę jako wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Proszę kliknąć i wybrać bibliotekę." @@ -2093,13 +2105,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Czy na pewno chcesz usunąć tę stronę?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Nazwa jest wymagana." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Opis jest wymagany." @@ -2108,37 +2120,47 @@ msgstr "Opis jest wymagany." msgid "Tips" msgstr "Porady" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Po utworzeniu grupy możesz dodać do niej członków oraz udostępnić jej biblioteki." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "Nie możesz tworzyć grup ponieważ jesteś gościem." + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Moje grupy" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Nowa grupa" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Czas: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Nie należysz do żadnej grupy" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Możesz utworzyć grupę klikając przycisk \"Nowa grupa\". Grupa jest miejscem, w którym Ty i Twoi znajomi możecie wymieniać się wiadomościami i współdzielić biblioteki." +"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." +msgstr "Grupa jest miejscem, w którym Ty i Twoi przyjaciele możecie wymieniać się wiadomościami i współdzielić biblioteki. Możesz tworzyć grupy klikając przycisk \"Nowa Grupa\"." #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "Grupa jest miejscem, w którym Ty i Twoi przyjaciele możecie wymieniać się wiadomościami i współdzielić biblioteki. Grupy, których jesteś członkiem będą tutaj wymienione." + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nazwa grupy" @@ -2170,7 +2192,7 @@ msgid "Add administrators" msgstr "Dodaj administratorów" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Prosze podać lub wybrać adresy e-mail." @@ -2449,21 +2471,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Serwery Seafile nie przechowują haseł do zaszyfrowanych bibliotek. Aby wyświetlić online zaszyfrowaną bibliotekę, należy podać do niej hasło. Zostanie ono zapisane w zaszyfrowanej pamięci serwera, a po godzinie z niej usunięte. Po tym czasie, aby mieć dalej dostęp do biblioteki, należy hasło wprowadzić ponownie." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "wiadomość jest wymagana" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "kontakt jest wymagany" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Nie możesz wysłać wiadomości do siebie." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Nie udało się wysłać wiadomości do %s, użytkownik nie istnieje." @@ -2474,13 +2496,13 @@ msgstr "Nowa wiadomość" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Wiadomość" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2498,10 +2520,6 @@ msgstr "wyślij do: kliknij aby wybrać odbiorców" msgid "please add contacts at first" msgstr "proszę najpierw dodać kontakty" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Nie udało się pobrać Twoich kontaktów w celu wysłania wiadomości." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Wyślij wiadomość..." @@ -2530,7 +2548,7 @@ msgstr "%(user)s udostępił Ci plik %(file_name)s." #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Błąd wewnętrzny" @@ -2557,8 +2575,8 @@ msgstr "Jedna grupowa dyskusja zawiera nową odpowiedź #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s odpowiedział w Twojej grupowej dyskusji" +msgid "%(user)s replied the group discussion." +msgstr "%(user)s odpowiedział w grupowej dyskusji." #: seahub/notifications/models.py:677 #, python-format @@ -2568,7 +2586,7 @@ msgid "" "%(join_request_msg)s" msgstr "Użytkownik %(username)s prosi o członkostwo w grupie %(group_name)s, wiadomość weryfikacyjna: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Pomyślnie wyczyszczono wszystkie powiadomienia." @@ -2686,11 +2704,15 @@ msgstr "Usuń powiadomienie" msgid "Notices" msgstr "Powiadomienia" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Oznacz wszystkie jako przeczytane" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Wyczyść" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Więcej" @@ -2700,27 +2722,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Proszę wybrać sposób wyświetlania online zaszyfrowanych bibliotek:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Wyślij hasło na serwer." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Pliki zostaną odszyfrowane na serwerze przed wysłaniem ich do Ciebie." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Zapisz hasła w przeglądarce." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Pliki zostaną odszyfrowane w przeglądarce po pobraniu." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2752,7 +2774,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "Pomyślnie ustawiono \"%s\" jako Twoją bibliotekę domyślną." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Ustawienia profilu" @@ -2765,75 +2787,75 @@ msgstr "Profil" msgid "Language" msgstr "Język" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Zaszyfrowane biblioteki" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Biblioteki podrzędne" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Domyślna biblioteka" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Usuń konto" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Awatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Hasło:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Aktualizuj" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nazwa" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "O mnie" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Wydział:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telefon:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Ustawienia językowe" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Ustawienia zaszyfrowanych bibliotek" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Jak przeglądać zaszyfrowane biblioteki online:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Ustawienia bibliotek podrzędnych" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Włącz biblioteki podrzędne" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2842,7 +2864,7 @@ msgid "" "library." msgstr "Ta funkcja umożliwia wybiórczą synchronizację folderów wewnątrz biblioteki. Biblioteka podrzędna może zostać utworzona z dowolnego folderu. Po utworzeniu będzie ona widoczna w Twoim kliencie stacjonarnym, będzie można ją pobrać tak jak każdą inną bibliotekę, będzie również zsynchronizowana z biblioteką nadrzędną." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2850,33 +2872,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Biblioteki podrzędne są także wykorzystywane podczas udostępniania folderów grupie lub innym użytkownikom. W przypadku wyłączenia tej opcji, będą automatycznie tworzone ukryte biblioteki podrzędne. Przy opcji włączonej, te ukryte biblioteki będą widoczne i będzie możliwe zarządzanie nimi." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Ustawienia biblioteki domyślnej" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Twoja biblioteka domyślna:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "Biblioteka domyślna jest domyślnym miejscem do przechowywania Twoich dokumentów i obrazów." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Wybierz bibliotekę domyślną" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Ta operacja jest nieodwracalna. Dobrze się zastanów!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Wybierz bibliotekę domyślną:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Czy na pewno chcesz usunąć swoje konto?" @@ -2900,197 +2922,208 @@ msgid "Self-introduction" msgstr "O sobie" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Wydział" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telefon" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "Adres e-mail jest nie dłuższy niż 512 znaków" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Proszę wpisać prawidłowe hasło." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Nie udało się udostępnić wszystkim członkom, proszę później spróbować ponownie." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Pomyślnie udostępniono wszystkim członkom, sprawdź udziały." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" już jest w grupie %(group)s. Pokaż" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Niepowodzenie udostępniania %(repo)s grupie %(group)s, proszę później spróbować ponownie." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Pomyślnie udostępniono grupie %(group)s, sprawdź udziały." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Nie możesz udostępniać bibliotek sobie." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Niepowodzenie udostępniania \"%s\", użytkownik nie został odnaleziony." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Niepowodzenie udostępniania \"%s\", ponieważ adres e-mail nie jest zarejestrowany." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Nie udało się udostępnić %s, proszę później spróbować ponownie." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Pomyślnie udostępniono %(email)s, sprawdź udziały." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Tylko właściciel biblioteki ma możliwość jej udostępnienia." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Niepowodzenie udostępniania \"%s\", brak wolnej przestrzeni. Ulepsz swoje konto." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Parametr jest nieprawidłowy" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Nie udało się usunąć udziału" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "identyfikator grupy nie jest prawidłowy" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Niepowodzenie przy wyłączaniu udostępniania: grupa nie istnieje." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Pomyślnie usunięto udział" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "wszyscy członkowie" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Nieprawidłowe parametry" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "Nie możesz udostępniać biblioteki w ten sposób." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Usunięto pomyślnie" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Łącze nie istnieje" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Niepowodzenie wysyłania udostępnionego łącza. Usługa e-mail nie jest poprawnie skonfigurowana, proszę skontaktować się z administratorem." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Został Ci udostępniony plik w %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Został Ci udostępniony folder w %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Wewnętrzny błąd serwera. Wysyłanie nieudane." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Wysłano pomyślnie." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Proszę wybrać katalog." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Zapisano pomyślnie." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Niepowodzenie udostępniania \"%s\", użytkownik nie został odnaleziony." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Pomyślnie udostępniono %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Pomyślnie wyłączono udostępnianie \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "Nie masz uprawnień do wyłączenia udostępniania %s." -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Nie posiadasz uprawnień do zapisu %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Nie udało się pobrać łącza, proszę później spróbować ponownie." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Odmowa dostępu" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "Operacja zakończona niepowodzeniem" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "Nie udało się wysłać udostępnionego łącza przesyłania. Usługa e-mail nie jest poprawnie skonfigurowana, proszę się skontaktować z administratorem." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Udostępniono Ci łącze przesyłania w %s" @@ -3109,7 +3142,6 @@ msgstr "Łącza przesyłania" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Wizyty" @@ -3123,8 +3155,6 @@ msgstr "Wyświetl" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Usuń" @@ -3154,7 +3184,7 @@ msgid "Folders - Share" msgstr "Foldery - Udział" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Foldery" @@ -3180,13 +3210,13 @@ msgstr "Jeżeli nie chcesz udostępniać innym użytkownikom całej biblioteki m #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Edycja pomyślna." #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Niepowodzenie edycji." @@ -3198,33 +3228,33 @@ msgstr "Pliki - Udział" msgid "From Others" msgstr "Od innych" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Dla innych" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "Od" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Żadnej plik nie został Ci udostępniony" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Pojedyncze pliki, które zostaną Ci udostępnione będą wymienione w tym miejscu. Możesz je pobrać lub zapisać w którejś z dostępnych bibliotek." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Do" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Nie udostępniasz żadnego pliku" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3251,7 +3281,8 @@ msgid "Shares" msgstr "Udziały" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Informacje podstawowe" @@ -3278,7 +3309,7 @@ msgstr "Nie posiadasz biblioteki współdzielonej z %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "Niestety, żądana strona nie została odnaleziona." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Aktywności" @@ -3308,49 +3339,6 @@ msgstr "Administracja" msgid "All Groups" msgstr "Wszystkie grupy" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Klienci" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nazwa klienta" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Data synchronizacji" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Nie zsynchronizowane" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Wyłącz synchronizację" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Czy na pewno chcesz wyłączyć synchronizację?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Nie masz podłączonych klientów" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Na tej stronie wypisano biblioteki zsynchronizowane z klientami stacjonarnymi. Widoczne są nazwa klienta oraz jego adres IP. Jeśli chcesz, możesz wyłączyć synchronizację klienta z biblioteką." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Pomyślnie wyłączono synchronizowanie." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3375,7 +3363,7 @@ msgid "Please enter the password." msgstr "Proszę podać hasło." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Urządzenia" @@ -3387,6 +3375,10 @@ msgstr "Platforma" msgid "Device Name" msgstr "Nazwa urządzenia" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Ostatni dostęp" @@ -3427,11 +3419,10 @@ msgstr "Pomyślnie odłączono." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3760,8 +3751,7 @@ msgid "Password is required." msgstr "Hasło jest wymagane." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3784,7 +3774,6 @@ msgstr "Aktualna ścieżka:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3850,6 +3839,7 @@ msgid "snapshots" msgstr "migawki" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "historia" @@ -3871,12 +3861,13 @@ msgstr " kosz" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Wróć do biblioteki" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3887,28 +3878,28 @@ msgstr "Aktualna ścieżka: " msgid "Personal" msgstr "Osobiste" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Oznaczone gwiazdką" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Osobista Wiki" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Udostępnianie" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Łącza" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Grupa" @@ -3926,27 +3917,34 @@ msgstr "Żadna biblioteka nie została Ci udostępniona" msgid "Welcome to Seafile!" msgstr "Witaj w Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile porządkuje pliki tworząc biblioteki. Każda biblioteka może być niezależnie udostępniania i synchronizowana. Specjalnie dla Ciebie utworzyliśmy Twoją osobistą bibliotekę. W dowolnej chili możesz tworzyć kolejne." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "Seafile porządkuje pliki tworząc biblioteki. Każda biblioteka może być niezależnie udostępniania i synchronizowana. Jednakże nie możesz tworzyć bibliotek ponieważ jesteś gościem." + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Zamknij" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Wybierz folder:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Obecnie nie posiadasz żadnej biblioteki" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Proszę wybrać katalog" @@ -4054,7 +4052,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "Rozmiar pliku powinien być mniejszy niż %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Zapisywanie..." @@ -4161,7 +4159,7 @@ msgid "Empty file upload result" msgstr "Wynik przesyłania pustego pliku" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Błąd" @@ -4210,15 +4208,15 @@ msgstr "Przenieś zaznaczone foldery/pliki do:" msgid "Copy selected directories/files to:" msgstr "Kopiuj zaznaczone foldery/pliki do:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Nieprawidłowa ścieżka docelowa" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "Pomyślnie przeniesiono %(name)s i %(amount)s innych pozycji." +msgstr "Pomyślnie przeniesiono %(name)s i %(amount)s innych elementów." #: seahub/templates/repo.html:602 #, python-format @@ -4228,7 +4226,7 @@ msgstr "Pomyślnie przeniesiono %(name)s." #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "Pomyślnie skopiowano %(name)s i %(amount)s innych pozycji." +msgstr "Pomyślnie skopiowano %(name)s i %(amount)s innych elementów." #: seahub/templates/repo.html:609 #, python-format @@ -4255,35 +4253,35 @@ msgstr "Błąd wewnętrzny. Nie udało sie skopiować %(name)s i %(amount)s inny msgid "Internal error. Failed to copy %(name)s." msgstr "Błąd wewnętrzny. Nie udało się skopiować %(name)s." -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Przenoszenie..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Kopiowanie..." #: seahub/templates/repo.html:679 #, python-format msgid "Successfully moved %(s_num)s items." -msgstr "Pomyślnie przeniesiono %(s_num)s pozycji." +msgstr "Pomyślnie przeniesiono %(s_num)s elementów." #: seahub/templates/repo.html:681 #, python-format msgid "Failed to move %(f_num)s items." -msgstr "Nie udało się przenieść %(f_num)s pozycji." +msgstr "Nie udało się przenieść %(f_num)s elementów." #: seahub/templates/repo.html:684 #, python-format msgid "Successfully copied %(s_num)s items." -msgstr "Pomyślnie skopiowano %(s_num)s pozycji." +msgstr "Pomyślnie skopiowano %(s_num)s elementów." #: seahub/templates/repo.html:686 #, python-format msgid "Failed to copy %(f_num)s items." -msgstr "Nie udało się skopiować %(f_num)s pozycji." +msgstr "Nie udało się skopiować %(f_num)s elementów." -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Niepowodzenie" @@ -4298,117 +4296,118 @@ msgstr "Wewnętrzny błąd serwera" #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Szyfrowanie, %(num)s% ukończono." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Przesyłanie..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Zakończono!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Pobieranie..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Pobieranie, %(num)s% ukończono." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Deszyfrowanie..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Odszyfrowywanie, %(num)s% ukończono." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Pomyślnie usunięto %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Zmień nazwę pliku" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Zmień nazwę katalogu" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Kopiuj plik" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Przenieś plik" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Kopiuj folder" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Przenieś folder" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Kopiuj %(name)s do:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Przenieś %(name)s do:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Pobieranie folderów nie jest obsługiwane w tej bibliotece." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "Nieoznaczone gwiazdką" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Pobieranie..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Deszyfrowanie..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "Decrypting, %(num)s% complete." + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "Pomyślnie usunięto %(name)s" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Zmień nazwę pliku" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Zmień nazwę katalogu" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Kopiuj plik" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Przenieś plik" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Kopiuj folder" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Przenieś folder" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "Skopiuj %(name)s do:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "Przenieś %(name)s do:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Pobieranie folderów nie jest obsługiwane w tej bibliotece." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "Oznaczone gwiazdką" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Jest wymagane." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Podano samo rozszerzenie, proszę wprowadzić nazwę." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Tworzenie..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Nazwa nie została zmieniona." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" msgstr "Pomyślnie zmieniono nazwę z %(old_name)s na %(new_name)s" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Anulowano." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Proszę wybrać przynajmniej jeden kontakt." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Proszę wpisać adresy e-mail, grupy lub wybrać jakieś." @@ -4475,110 +4474,77 @@ msgstr "wszystko" msgid "Delete Time" msgstr "Usuń czas" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Powrót do" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Przeniesienie własności" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Zmień hasło" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Udostępnione linki" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Ustawienia biblioteki" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Przechowuj pełną historię" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Nie przechowuj historii" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Przechowuj historię z ostatnich:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "dni" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Przenieś własność biblioteki na innego użytkownika:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Zmień hasło do tej biblioteki:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Stare hasło" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Nowe hasło (min. %(repo_password_min_length)s znaków)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Powtórz nowe hasło" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Utworzony przez" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Typ" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Prześlij" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Ta biblioteka nie posiada żadnych linków udostępniania" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Możesz wygenerować łącze przesyłania z każdego katalogu. Osoby posiadające taki odnośnik mogą przesyłać pliki do tego katalogu." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Wpisz stare hasło" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Wpisz nowe hasło" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Nowe hasło jest zbyt krótkie" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Proszę ponownie wpisać nowe hasło" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Nowe hasła nie są identyczne" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Usunięto pomyślnie" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Powrót do historii modyfikacji" @@ -4662,8 +4628,7 @@ msgstr "Gwiazdki" msgid "icon" msgstr "ikona" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Usuń gwiazdkę" @@ -4718,28 +4683,13 @@ msgstr "do" msgid "Sorry, this user is not registered yet." msgstr "Przepraszamy, ten użytkownik nie jest jeszcze zarejestrowany." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Udostępnij" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Gwiazdka" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "aktualizuj ten plik" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " @@ -4747,13 +4697,45 @@ msgstr[0] "jeden współpracownik" msgstr[1] " %(counter)s współpracowników" msgstr[2] " %(counter)s współpracowników" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Pomyślnie usunięto gwaizdkę" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "dyskutuj" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Pomyślnie oznaczono gwiazdką" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "grupa" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "udostępnij" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Zamieść dyskusję w grupie" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "dyskusja" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "zamknij" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "góra" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Prosze wybrać przynajmniej 1 grupę." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Proszę podać dyskusję." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4877,15 +4859,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Niepowodzenie odświeżania CAPTCHA, proszę później spróbować ponownie." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "Adre e-mail nie może być pusty" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Hasło nie może być puste" @@ -4924,10 +4907,47 @@ msgid "New Password: " msgstr "Nowe hasło: " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "%(min_len)s znaków lub więcej, zawrzyj %(level)s lub więcej typów tych: liter (ważna wielkość liter), cyfr i symboli" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Potwierdź hasło: " +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "Aktualne hasło nie może być puste" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Proszę wpisać hasło ponownie" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Hasła się nie zgadzają" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "%(min_len)s znaków lub więcej, zawrzyj %(level)s lub więcej typów tych: liter (ważna wielkość liter), cyfr i symboli" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Pomyślnie zresetowano hasło" @@ -5002,30 +5022,15 @@ msgstr "Zarejestruj" msgid "Welcome back, you are already signed in." msgstr "Witamy ponownie, jesteś już zalogowany." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Potwierdź hasło" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Zarejestruj" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Proszę wpisać hasło ponownie" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Hasła się nie zgadzają" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr " nie jest obsługiwany. Proszę wybrać plik graficzny." @@ -5042,14 +5047,6 @@ msgstr " jest za duży. Maksymalny dozwolony rozmiar to 1MB." msgid "Discuss" msgstr "Dyskutuj" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Prosze wybrać przynajmniej 1 grupę." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Proszę podać dyskusję." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" @@ -5059,93 +5056,77 @@ msgstr "Udostępnij %(name)s" msgid "Download Link" msgstr "Łącze pobierania" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Łącze przesyłania" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Prywatny udział" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Użyj hasła" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "Dodaj ochronę hasła" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(minimum %(repo_password_min_length)s znaków)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Powtórz hasło" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Ustaw czas wygaśnięcia" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Dni" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Wygeneruj" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Odsyłacz: " -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Wyślij" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Wyślij do:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Adresy e-mail, oddzielone za pomocą ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Wiadomość (opcjonalnie)" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Wysyłanie..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Możesz udostępnić utworzone łącze, aby umożliwić innym przesyłanie plików do tego katalogu." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Łącze przesyłania: " -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Zamieść dyskusję w grupie" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "dyskusja" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Szczegóły modyfikacji" @@ -5178,43 +5159,52 @@ msgstr "Usunięte katalogi" msgid "Unknown error." msgstr "Nieznany błąd." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Moje" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Biblioteki podrzędne" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Udostępnione" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Nowa biblioteka podrzędna" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Udostępnij" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Nie stworzyłeś żadnej biblioteki" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Możesz tworzyć biblioteki, aby porządkować swoje pliki. Przykładowo, możesz tworzyć biblioteki dla każdego swojego projektu. Każda biblioteka może być synchronizowana i udostępniana oddzielnie." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Pochodzenie" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Nie stworzyłeś żadnej biblioteki podrzędnej" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5242,6 +5232,22 @@ msgstr "pokaż zarys" msgid "Document convertion failed." msgstr "Niepowodzenie konwersji dokumentu" +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "zbyt słabe" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "słabe" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "średnie" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "silne" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Uprawnienia udziału" @@ -5259,14 +5265,14 @@ msgid "Description is required" msgstr "Opis jest wymagany" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Proszę podać hasło" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Hasło jest za krótkie" @@ -5279,6 +5285,10 @@ msgstr "Usunięto pomyślnie." msgid "Really want to delete %(lib_name)s ?" msgstr "Czy na pewno chcesz usunąć %(lib_name)s ?" +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Prześlij" + #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 msgid "Fetch failed" @@ -5398,23 +5408,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Proszę wybrać przynajmniej jeden typ pliku lub podać przynajmniej jedno rozszerzenie" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Wybierz kontakty" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Proszę podać przynajmniej jeden adres e-mail." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Proszę podać dni" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Podaj prawidłową liczbę dni" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5537,9 +5539,9 @@ msgid "Number of groups" msgstr "Liczba grup" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Wykorzystana przestrzeń" @@ -5619,42 +5621,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "Prześlij plik CSV" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Zaimportuj użytkowników" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Dodaj użytkownika" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "Rola" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "Możesz także dodać użytkownika jako gościa, nie będzie miał możliwości tworzenia bibliotek i grup." + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "Domyślnie" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "Gość" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Zaimportuj użytkowników z pliku CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Format pliku: user@mail.com,password" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Wybierz plik CSV" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Aktywacja..., proszę czekać" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "Nowa wersja %(v)s serwera jest dostępna." -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Hasła nie pasują" @@ -5675,37 +5701,37 @@ msgstr "Porada: adresy e-mail powinny należeć do już dodanych użytkowników" msgid "Status" msgstr "Status" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Utworzono / Ostatnie logowanie" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Aktywny" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Nieaktywny" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Resetuj hasło" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Odwołaj admina" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Ustaw admina" @@ -5774,11 +5800,11 @@ msgstr "Czy na pewno chcesz odwołać uprawnienia administracyjne użytkownika % msgid "Are you sure you want to set %s as admin?" msgstr "Czy na pewno chcesz przyznać użytkownikowi %s uprawnienia administracyjne?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Edycja zakończona pomyślnie, wiadomość e-mail została wysłana." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5816,408 +5842,401 @@ msgstr "osobista-wiki" msgid "Personal Wiki Pages" msgstr "Osobiste strony Wiki" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "błąd uprawnień" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Nie można wyświetlić strony odzyskiwania" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Niepowodzenie edycji informacji biblioteki" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Nie udało się zapisać ustawień na serwerze" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Ustawienia zapisane." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Nazwa użytkownika %s jest niepoprawna" -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Użytkownik %s nie został odnaleziony." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "Użytkownik %s nie jest aktualnie w organizacji." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "Biblioteka %(repo_name)s została przekazana %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Nie można zmienić hasła, nie jesteś właścicielem konta." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "Pomyślnie zaktualizowano hasło biblioteki %(repo_name)s." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Nazwa pliku zawiera niedozwolone znaki" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Duplikat nazwy pliku" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "Rozmiar pliku przekracza limit" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "Przestrzeń właściciela jest wykorzystana, niepowodzenie przesyłania" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Wystąpił błąd podczas przekazywania pliku" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Nieprawidłowy URL" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Nie można wyświetlić modyfikacji biblioteki" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Nie można wyświetlić migawek biblioteki" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Nie masz uprawnień do odtworzenia biblioteki" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Proszę określić identyfikator historii" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "Biblioteka nie istnieje" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "Wskazana historia nie istnieje" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Nieznany błąd" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Moja biblioteka" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Nie udało się wyłączyć udostępniania biblioteki, ponieważ ona nie istnieje." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Pomyślnie wyłączono udostępnienie \"%s\"." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Niepowodzenie wyłączania udostępnienia \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Niepowodzenie usuwania pliku" -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s został usunięty pomyślnie." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Błąd wewnętrzny. Niepowodzenie usuwania %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "Nie można uzyskać dostępu do pliku: transfer dla łącza został wykorzystany." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Nie można uzyskać dostępu do pliku" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Pomyślnie przywrócono %(path)s do katalogu głównego." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Pomyślnie przywrócono %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Pomyślnie przywrócono %(path)s do katalogu głównego." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Błąd wewnętrzny" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Nie można pobrać katalogu \"%s\": rozmiar jest zbyt duży." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Nie można pobrać \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "Pomyślnie włączono \"Osobistą Wiki\"." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "Pomyślnie wyłączono \"Osobistą Wiki\"." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Nie masz praw dostępu do biblioteki." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Brak ścieżki" -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Grupa nie istnieje" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Odmowa dostępu" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Biblioteka nie istnieje." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Odmowa dostępu." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Biblioteka jest zaszyfrowana." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Błąd: brak identyfikatora głównej zmiany" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Brak parametru." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Ścieżka docelowa jest zbyt długa." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Pomyślnie przeniesiono %(name)s pokaż" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Pomyślnie skopiowano %(name)s pokaż" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Nie można przenieść katalogu %(src)s do jego podkatalogu %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Nie można skopiować katalogu %(src)s do jego podkatalogu %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Ścieżka docelowa jest zbyt długa dla %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Niepowodzenie pobierania listy bloków pliku" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Błędny identyfikator repozytorium" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Zaloguj się" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "Biblioteka systemowa nie może zostać usunięta." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Brak konfliktów podczas scalania." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "Nie masz uprawnień do tworzenia bibliotek" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "Błąd HTTP: niepowodzenie otwierania pliku online" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Błąd URL: niepowodzenie otwierania pliku online" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "Wybrane kodowanie jest nieprawidłowe." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Nieznane kodowanie pliku" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Rozmiar pliku przekracza %s, nie może być otwarty online." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Nie można wyświetlić pliku" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Niepoprawny format pliku" -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "Biblioteka nie istnieje." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "Biblioteka jest zaszyfrowana." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Nie można edytować pliku" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Plik nie istnieje." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Edycja online nie jest oferowana dla plików tego typu." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Niepowodzenie ograniczania przestrzeni: błąd wewnętrzny" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "Niepowodzenie ograniczania przestrzeni: błąd wewnętrzny serwera" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Pomyślnie usunięto %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Niepowodzenie usuwanie: użytkownik nie istnieje" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "Pomyślnie przyznano %s uprawnienia administracyjne" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Niepowodzenie przyznawania uprawnień administracyjnych: użytkownik nie istnieje" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Pomyślnie cofnięto uprawnienia administracyjne użytkownikowi %s" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Niepowodzenie cofania uprawnień administracyjnych: użytkownik nie istnieje" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "Pomyślnie aktywowano \"%s\"." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Niepowodzenie aktywacji: użytkownik nie istnieje." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "Pomyślnie dezaktywowano \"%s\"." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Niepowodzenie dezaktywacji: użytkownik nie istnieje." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Twoje konto w %s jest aktywowane" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "Hasło w %s zostało zresetowane" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Pomyślnie zresetowano hasło na %(passwd)s, wiadomość e-mail została wysłana do %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Pomyślnie zresetowano hasło na %(passwd)s, ale nie udało się wysłać wiadomości do %(user)s, proszę sprawdzić konfigurację e-mail." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Pomyślnie zresetowano użytkownikowi %(user)s hasło na %(passwd)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6225,70 +6244,74 @@ msgid "" "configured." msgstr "Pomyślnie zresetowano użytkownikowi %(user)s hasło na %(passwd)s. Niestety powiadomienie e-mail nie zostało wysłane, ponieważ usługa e-mail nie została poprawnie skonfigurowana." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Niepowodzenie resetowania hasłą: użytkownik nie istnieje" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Zostałeś zaproszony do %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Pomyślnie dodano użytkownika %s. Powiadomienie e-mail zostało wysłane." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "Pomyślnie dodano użytkownika %s. Niestety podczas wysyłania powiadomienie e-mail wystąpił błąd. Proszę sprawdzić konfigurację e-mail." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "Pomyślnie dodano użytkownika %s." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "Pomyślnie dodano użytkownika %s. Niestety powiadomienie e-mail nie zostało wysłane ponieważ usługa e-mail nie została poprawnie skonfigurowana." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Pomyślnie przeniesiono." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Niepowodzenie przekazywania, użytkownik %s nie został odnaleziony" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Niepowodzenie przekazywania, nieprawidłowe parametry." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "Wykorzystywany jest LDAP, nie można dodać administratora." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "Pomyślnie przyznano %s uprawnienia administracyjne." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Niepowodzenie przyznawania %s uprawnień administracyjnych: użytkownik nie istnieje." -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Import zakończony pomyślnie" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "Najpierw wybierz plik CSV." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "Nie masz uprawnień do tworzenia wiki" diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index 11fbb3401e..4e78203871 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -15,8 +15,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 08:01+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/seahub/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -25,122 +25,115 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Já existe um usuário cadastrado com este email" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "As senhas não coincidem." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Nome não pode ser vazio" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Nome é muito longo (o máximo é 255 caracteres)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Descrição não pode ser vazio" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Descrição é muito longa (o máximo é 100 caracteres)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Nome %s não é válido" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argumento ausente" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Nome anterior é obrigatório" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Muito extenso." -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Obrigatório" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Nome %s não é válido" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "ID do repositório é obrigatório" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Nome de usuário é obrigatório" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "A senha não pode ser vazia" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Formato de URL inválido" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Senha incorreta" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Falha ao descriptografar a biblioteca" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "O Email é obrigatório" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "A cota não pode ser vazio" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "A cota é muito baixa (o valor mínimo é 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Nome da biblioteca é obrigatório" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Descrição da biblioteca é obrigatório" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Por favor, informe um número" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "" - #: seahub/settings.py:133 msgid "català" msgstr "" @@ -214,22 +207,26 @@ msgid "Slovak" msgstr "Eslovaco" #: seahub/settings.py:151 -msgid "Svenska" +msgid "Slovenian" msgstr "" #: seahub/settings.py:152 -msgid "Thai" +msgid "Svenska" msgstr "" #: seahub/settings.py:153 -msgid "українська мова" +msgid "Thai" msgstr "" #: seahub/settings.py:154 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:155 msgid "简体中文" msgstr "Chinês Simplificado" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "Chinês Tradicional" @@ -239,7 +236,7 @@ msgstr "Equipe de colaboração" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Discussão" @@ -259,10 +256,10 @@ msgstr "Discussão" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -277,11 +274,9 @@ msgstr "Arquivo" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -304,7 +299,7 @@ msgstr "Sem discussões." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -317,34 +312,31 @@ msgstr "Carregando..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Falha. Por favor verifique a rede." @@ -387,6 +379,7 @@ msgid "Deleted library %(library_name)s" msgstr "Biblioteca excluídas %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Por favor, verifique a conexão com a rede" @@ -399,7 +392,7 @@ msgstr "Não responda" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Mensagens" @@ -427,7 +420,7 @@ msgstr "Datas importantes" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -443,94 +436,103 @@ msgstr "Senha alterada com sucesso" msgid "Change password: %s" msgstr "Senha alterada: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Nome de usuário" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Senha" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "" -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Por favor, informe um nome de usuário e senha corretamente. Note que ambos os campos são case-sensitive." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Esta conta está inativa." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Seu navegador aparentemente não possui cookies habilitados. Cookies são requeridos para fazer login." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Falha ao enviar e-mail, o serviço de e-mail não está configurado corretamente. Por favor, contate o administrador." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Este endereço de e-mail não está associado a uma conta de usuário. Certifique-se que ele esteja registrado?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nova senha" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Nova senha confirmada" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "As senhas não coincidem." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Senha anterior" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Sua antiga senha foi informada incorretamente. Por favor, tente novamente." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Informe a senha novamente" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Desconectado" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Falha ao enviar e-mail. Por favor, contate o administrador." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -632,7 +634,7 @@ msgstr "Avatar atual:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -640,7 +642,7 @@ msgstr "Avatar atual:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -649,29 +651,30 @@ msgstr "Avatar atual:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -679,8 +682,8 @@ msgstr "Avatar atual:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -703,31 +706,35 @@ msgstr "%(avatar_creator)s avatar foi atualizado %(avatar)s." msgstr "Seu avatar foi atualizado %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Endereço de e-mail" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Este valor deve ter o tamanho de 40 caracteres" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Já existe um usuário cadastrado com este email" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "ID de usuário inválido" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "nome" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "departamento" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "telefone" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "nota" @@ -788,7 +795,7 @@ msgstr "Arquivo revertido \"%(file)s\" para o status de %(time)s." msgid "Recovered deleted directory" msgstr "Diretório apagado recuperado" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "O nome da biblioteca mudou ou sua descrição" @@ -799,8 +806,8 @@ msgstr "Auto merge pelo sistema seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Agora" @@ -833,10 +840,10 @@ msgstr[0] "Passado menos de um segundo" msgstr[1] "%(seconds)d segundos atrás" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -850,11 +857,11 @@ msgstr[1] "%(seconds)d segundos atrás" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -865,9 +872,9 @@ msgid "Read-Write" msgstr "Leitura-Escrita" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -887,7 +894,7 @@ msgid "Email is required." msgstr "E-mail é obrigatório." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s não é um email válido." @@ -920,7 +927,7 @@ msgstr "%s foi excluído com sucesso." #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Contatos" @@ -935,7 +942,7 @@ msgid "Email " msgstr "E-mail" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -944,23 +951,22 @@ msgstr "E-mail" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -978,12 +984,12 @@ msgid "Name" msgstr "Nome" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Nota" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -992,28 +998,26 @@ msgstr "Nota" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Operações" @@ -1026,8 +1030,10 @@ msgstr "Operações" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Editar" @@ -1041,21 +1047,21 @@ msgstr "Editar" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Excluir" @@ -1074,12 +1080,12 @@ msgstr "Ao adicionar contatos, você facilmente poderá compartilhar e enviar ar #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1115,7 +1121,7 @@ msgstr "Excluir Contato" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Tem certeza que deseja excluir %s ?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1186,219 +1192,227 @@ msgstr "Mensagem de verificação é muito extensa (máximo 255 caracteres)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" não é um nome válido" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Você não pode criar %d grupos. Atualize a conta." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Já existe um grupo com esse nome." -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Falha ao renomear o grupo, Nome de Grupo só pode conter letras, número ou underline" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Grupo renomeado com sucesso para \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "" -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Apenas administradores podem tornar o grupo público" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "A mensagem não existe" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Você não tem permissão" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Você pode apenas convidar %d membros. Atualize a conta." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Falha ao adicionar, %s não está registrado." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Adicionado com sucesso. Um e-mail foi enviado" msgstr[1] "Adicionado com sucesso. %(count)s e-mails foram enviados." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Adicionado com sucesso." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "" -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Falha ao adicionar, %s não está registrado." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Operação bem sucedida." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Falha: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Erro: ID do grupo está errado" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Erro: o grupo não existe" -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Postado com sucesso para os %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Erro: Você não está no grupo %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Erro: a biblioteca não existe." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Erro: caminho inexistente." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "falha ao criar: o grupo não existe." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Falha ao criar: você não é do grupo." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Falha ao criar" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Falha ao criar: erro interno." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Você já está no grupo." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Enviado com sucesso, o administrador do grupo irá providenciar." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "O arquivo não existe" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"Wiki\" habilitada com sucesso." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"Wiki\" desabilitada com sucesso." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Falha ao criar página wiki. Favor tente novamente." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Erro interno do servidor" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Wiki não existe" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Falha ao criar página home. Favor tentar novamente" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "" -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki não encontrada." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "Página \"%s\" já existe." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "" -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "" @@ -1445,23 +1459,23 @@ msgstr "Não pode ficar em branco ou deve ter mais de 2048 caracteres. " #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1469,7 +1483,7 @@ msgstr "Cancelar" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Habilitar módulos" @@ -1480,9 +1494,9 @@ msgstr "Esse grupo é público." #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1490,12 +1504,12 @@ msgstr "Bibliotecas" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Arquivos" @@ -1570,8 +1584,7 @@ msgstr "Você realmente deseja excluir essa discussão?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Sim" @@ -1579,8 +1592,7 @@ msgstr "Sim" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Não" @@ -1600,7 +1612,7 @@ msgstr "Falha ao apagar:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Falhou." @@ -1608,15 +1620,15 @@ msgstr "Falhou." msgid "Recent Changes" msgstr "Alterações recentes." -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Nova biblioteca" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1625,11 +1637,11 @@ msgstr "Nova biblioteca" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1639,47 +1651,47 @@ msgstr "Nova biblioteca" msgid "Description" msgstr "Descrição" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Última atualização" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Compartilhado por" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Download e sincronizar" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1688,46 +1700,46 @@ msgstr "Download e sincronizar" msgid "Unshare" msgstr "Descompartilhar" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Nenhuma biblioteca está compartilhada para esse grupo" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Você pode compartilhar bibliotecas clicando no botão \"Nova biblioteca\" ou no ícone \"Compartilhar\" na sua lista de bibliotecas." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Bibliotecas compartilhadas no modo de escrita podem ser baixadas e sincronizadas por outros membros do grupo. Bibliotecas no modo de leitura pode ser apenas baixada, as alterações de outros não serão atualizadas." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Biblioteca" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Modificado em" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Modificado" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1738,7 +1750,7 @@ msgstr "Modificado" msgid "Details" msgstr "Detalhes" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1751,7 +1763,7 @@ msgstr "Detalhes" msgid "None" msgstr "Nenhum" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1760,29 +1772,29 @@ msgstr "Nenhum" msgid "Unknown" msgstr "Desconhecido" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "é criptografado " -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Senha:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "A senha será mantida no servidor por apenas 1 hora." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Descompartilhar biblioteca" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Tem certeza que deseja remover o compartilhamento de %s ?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1800,11 +1812,11 @@ msgstr "Tem certeza que deseja remover o compartilhamento de %s ?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1848,7 +1860,7 @@ msgstr "Administradores" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Configuração" @@ -1866,7 +1878,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Alterar" @@ -1876,7 +1888,7 @@ msgstr "Alterar" msgid "Rename" msgstr "Renomear" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Revogar Público" @@ -1924,7 +1936,7 @@ msgstr "Excluir membro" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "Realmente deseja excluir %s ?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1953,7 +1965,7 @@ msgid "Name: " msgstr "Nome:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2026,7 +2038,7 @@ msgid "Choose a library as wiki:" msgstr "" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Por favor, clique e escolha uma biblioteca." @@ -2092,13 +2104,13 @@ msgid "Are you sure you want to delete this page?" msgstr "" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "O nome é obrigatório." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "A descrição é obrigatória." @@ -2107,37 +2119,47 @@ msgstr "A descrição é obrigatória." msgid "Tips" msgstr "Dicas" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Depois de criar um grupo, você pode adicionar membros e compartilhar biblioteca entre eles." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Meus grupos" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Novo Grupo" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Tempo:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Você não está em nenhum grupo" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Você pode criar um grupo clicando no botão \"Novo Grupo\". O grupo é disponibilizado para você e seus amigos para deixar mensagens e colaborar com bibliotecas." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Nome do grupo" @@ -2169,7 +2191,7 @@ msgid "Add administrators" msgstr "Adicionar administradores" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Por favor informe e-mails, ou selecione algum." @@ -2448,21 +2470,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "" -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "Mensagem é obrigatória" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "Contato é obrigatório" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Você não pode enviar uma mensagem pra si." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Falha ao enviar mensagem para %s, usuário não encontrado." @@ -2473,13 +2495,13 @@ msgstr "Nova Mensagem" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Mensagem" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2497,10 +2519,6 @@ msgstr "Envie para: click para selecionar contatos" msgid "please add contacts at first" msgstr "Favor adicionar contatos primeiro" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Falha ao obter contatos para enviar uma mensagem." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Envie uma mensagem..." @@ -2529,7 +2547,7 @@ msgstr "" #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Erro interno" @@ -2556,7 +2574,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2567,7 +2585,7 @@ msgid "" "%(join_request_msg)s" msgstr "" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "" @@ -2684,11 +2702,15 @@ msgstr "Excluir notificação" msgid "Notices" msgstr "Avisos" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Limpo" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Mais" @@ -2698,27 +2720,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Enviar senha para o servidor" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Os arquivos serão descriptografados no servidor antes de ser enviado a você." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Salve senhas no seu browser." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Os arquivos serão descriptografados no seu navegador quando você baixar eles." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2750,7 +2772,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "" #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Configurar perfil" @@ -2763,75 +2785,75 @@ msgstr "Perfil" msgid "Language" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Bibliotecas Criptografadas" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Biblioteca Padrão" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Excluir Conta" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Senha:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Atualizar" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Nome:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Sobre mim:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Departamento:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telefone:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Configuração das Bibliotecas Criptografadas" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Como visualizar bibliotecas criptografados on-line:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Configurar Sub-Biblioteca" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Habilitar sub-biblioteca" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2840,7 +2862,7 @@ msgid "" "library." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2848,33 +2870,33 @@ msgid "" "listed, which enables you to manage them." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Sua biblioteca padrão:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "" -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Escolha Biblioteca Padrão" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Essa operação não será revertida. Favor verifique duas vezes!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Escolha Biblioteca Padrão:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Você realmente deseja excluir essa conta?" @@ -2898,197 +2920,208 @@ msgid "Self-introduction" msgstr "" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Departamento" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telefone" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "Email não pode ter mais de 512 caracteres" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Falha ao compartilhar com todos os membros, favor tente novamente." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Compartilhado com todos os membros com sucesso, confira em Compartilhamentos." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" já está no grupo %(group)s. Visualize" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Falha ao compartilhar %(repo)s para %(group)s, Favor tente mais tarde." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Você não pode compartilhar uma biblioteca com você mesmo." -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Falha ao compartilhar para %s, tem um e-mail que não está registrado." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Falha ao compartilhar com %s, favor tente mais tarde." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Apenas o dono tem permissão para compartilhar." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Falha ao compartilhar \"%s\", sem cota. Atualize sua conta." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Falha ao remover compartilhamento" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "ID do grupo inválido" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Falhou o retirar o compartilhamento: o grupo não existe." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Compartilhamento removido com sucesso" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "Todos os membros" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Argumento inválido" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "Você não pode compartilhar a biblioteca dessa forma." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Removido com sucesso" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "O link não existe" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Falha ao enviar o link compartilhado. O serviço de e-mail não está configurado adequadamente, favor entre em contato com o administrador." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Erro interno do servidor. O envio falhou." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Enviado com sucesso." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Por favor, escolha um diretório." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Salvo com sucesso." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Falhou ao compartilhar com \"%s\", usuário não encontrado." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Compartilhado com sucesso %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Compartilhamento removido com sucesso %s." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Você não tem permissão para salvar %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Falha ao obter o link, favor tente mais tarde." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Permissão negada" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "" -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -3107,7 +3140,6 @@ msgstr "Enviar Links" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Visitas" @@ -3121,8 +3153,6 @@ msgstr "Ver" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Remover" @@ -3152,7 +3182,7 @@ msgid "Folders - Share" msgstr "Pastas - Compartilhadas" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Pastas" @@ -3178,13 +3208,13 @@ msgstr "" #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Editado com sucesso" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Edição falhou." @@ -3196,33 +3226,33 @@ msgstr "" msgid "From Others" msgstr "De outros" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Para outros" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "De" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "" -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Para" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Você não tem nenhum arquivo de compartilhamento privado" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3249,7 +3279,8 @@ msgid "Shares" msgstr "Compartilhados" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Informação básica" @@ -3276,7 +3307,7 @@ msgstr "Você não possui bibliotecas compartilhadas com %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "Desculpe, mas a página requisitada não pode ser encontrada." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Atividades" @@ -3306,49 +3337,6 @@ msgstr "Administrador do sistema" msgid "All Groups" msgstr "Todos os grupos" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Clientes" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Nome do Cliente" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Última sincronização" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Dessincronizar" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Você não tem clientes conectados" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "As bibliotecas sincronizadas pelo desktop do cliente estão listadas nessa página. Você pode ver o nome do cliente e o endereço IP. Você pode dessincronizar um cliente de uma biblioteca se você não quiser mais sincronizá-lo." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "" - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3373,7 +3361,7 @@ msgid "Please enter the password." msgstr "Por favor informe a senha." #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "" @@ -3385,6 +3373,10 @@ msgstr "" msgid "Device Name" msgstr "" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "" @@ -3425,11 +3417,10 @@ msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3758,8 +3749,7 @@ msgid "Password is required." msgstr "A senha é obrigatoria" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3782,7 +3772,6 @@ msgstr "Caminho atual:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3848,6 +3837,7 @@ msgid "snapshots" msgstr "Instantâneas" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "Histórico" @@ -3869,12 +3859,13 @@ msgstr "'s lixeira" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Voltar para a biblioteca" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3885,28 +3876,28 @@ msgstr "Caminho atual:" msgid "Personal" msgstr "Pessoal" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Marcado" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Wiki Pessoal" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Links" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Grupo" @@ -3924,27 +3915,34 @@ msgstr "Não existe bibliotecas compartilhadas com você" msgid "Welcome to Seafile!" msgstr "" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "" -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Fechar" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Você não tem nenhuma biblioteca no momento" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "" @@ -4052,7 +4050,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Salvando..." @@ -4060,7 +4058,7 @@ msgstr "Salvando..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Atualize %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4120,7 +4118,7 @@ msgstr "Favor, click e selecione um diretório." #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "Renomei %(name)s como:" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4159,7 +4157,7 @@ msgid "Empty file upload result" msgstr "Resultou em um arquivo vazio" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Erro" @@ -4183,22 +4181,22 @@ msgstr "Processando…" #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr " %(name)s excluído com sucesso e outros %(amount)s itens." +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "Excluído com sucesso %(name)s." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Erro interno. Falha ao apagar %(name)s e %(amount)s outros itens." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Erro interno. Falha ao excluir %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4208,68 +4206,68 @@ msgstr "Mover os diretórios/arquivos selecionados para:" msgid "Copy selected directories/files to:" msgstr "Copiar diretórios/pastas selecionados para:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "O caminho destino é inválido" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "%(name)s movido com sucesso e outros %(amount)s itens." +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "%(name)s movido com sucesso." +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "%(name)s copiado com sucesso e outros %(amount)s itens." +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "%(name)s copiado com sucesso." +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Erro interno. Falhou ao mover %(name)s e outros %(amount)s itens." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Erro interno. Falhou ao mover %(name)s." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Erro interno. Falhou ao copiar %(name)s e outros %(amount)s itens." +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Erro interno. Falhou ao copiar %(name)s." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Movendo..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Copiando..." #: seahub/templates/repo.html:679 #, python-format msgid "Successfully moved %(s_num)s items." -msgstr "Movido com sucesso %(s_num)s itens." +msgstr "" #: seahub/templates/repo.html:681 #, python-format msgid "Failed to move %(f_num)s items." -msgstr "Falha ao mover %(f_num)s itens." +msgstr "" #: seahub/templates/repo.html:684 #, python-format @@ -4281,7 +4279,7 @@ msgstr "" msgid "Failed to copy %(f_num)s items." msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Falhou" @@ -4296,117 +4294,118 @@ msgstr "" #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Criptografando, %(num)s% completo." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Enviado..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Feito!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Baixando..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Baixando, %(num)s% completo." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Decriptografando..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Decriptografando, %(num)s% completo." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s excluído com sucesso." - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Renomear o arquivo" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Renomear o diretório" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Copiar arquivo" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Mover arquivo" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Copiar diretório" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Mover diretório" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Copiar %(name)s para:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Mover %(name)s para:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Diretório baixado não suportado nessa biblioteca." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "desmarcar" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Baixando..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Decriptografando..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Renomear o arquivo" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Renomear o diretório" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Copiar arquivo" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Mover arquivo" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Copiar diretório" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Mover diretório" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Diretório baixado não suportado nessa biblioteca." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "marcado" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "É obrigatório." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Apenas uma extensão, favor digite o nome." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Criando..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Você não o renomeou." -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "%(old_name)s foi renomeado com sucesso para %(new_name)s" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Cancelado." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "" -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Favor digite e-mail ou grupos, ou selecione algum." @@ -4473,110 +4472,77 @@ msgstr "todos" msgid "Delete Time" msgstr "Excluir hora" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Transferir propriedade" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Trocar senha" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Configurações da biblioteca" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Manter histórico completo" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Não manter histórico" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Mantenha apenas o período do histórico:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "dias" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Transferir essa biblioteca para outro usuário:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Trocar senha desta biblioteca:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Antiga senha" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Nova senha de novo" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Enviar arquivo" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Favor entrar a antiga senha" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Favor entrar a nova senha" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Nova senha é muito pequena" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Por favor entrar a nova senha de novo" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "A nova senha não coincide" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Voltar os histórico das modificações" @@ -4660,8 +4626,7 @@ msgstr "Favoritos" msgid "icon" msgstr "ícone" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Desmarcar" @@ -4716,41 +4681,58 @@ msgstr "para" msgid "Sorry, this user is not registered yet." msgstr "Desculpe, esse usuário não está registrado ainda." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Compartilhar" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Marcar" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "Atualizar este arquivo" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "Único colaborador" msgstr[1] " %(counter)s colaboradores" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Desmarcado com sucesso" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Marcado com sucesso" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Poste uma discussão para o grupo" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "discussão" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Favor, selecione um grupo no mínimo." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Favor, digite uma discussão." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4874,15 +4856,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "" #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "E-mail não ficar em branco" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Senha não pode ficar em branco" @@ -4921,10 +4904,47 @@ msgid "New Password: " msgstr "Nova senha:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Confirmar senha:" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Por favor, informe a senha novamente" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "As senhas não coincidem" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Senha alterada com sucesso" @@ -4999,30 +5019,15 @@ msgstr "Registrar" msgid "Welcome back, you are already signed in." msgstr "Bemvindo de volta. você já está autenticado no sistema." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Confirme a senha" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Cadastro" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Por favor, informe a senha novamente" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "As senhas não coincidem" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "não é suportado. Favor escolha uma imagem de um arquivo." @@ -5039,110 +5044,86 @@ msgstr "Muito extenso. O tamanho máximo permitido é de 1MB." msgid "Discuss" msgstr "Discussão" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Favor, selecione um grupo no mínimo." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Favor, digite uma discussão." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "Compartilhar %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Baixar Link" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Enviar Link" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Compartilhamento privado" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Usar senha" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Informe a senha novamente" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Informar expiração" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Dias" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Gerar" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Link:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Enviar" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Enviar para:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "E-mails, separados por ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Enviando…" -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "" -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Poste uma discussão para o grupo" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "discussão" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Detalhes de modificação" @@ -5175,43 +5156,52 @@ msgstr "Diretórios excluídos" msgid "Unknown error." msgstr "Erro desconhecido" -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Pessoal" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Compartilhado" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Compartilhar" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Você não criou bibliotecas" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Você pode criar uma biblioteca para organizar seus arqquivos. Por exemplo, você pode criar uma para cada projeto. Cada biblioteca pode ser soncronizada e compartilhada separadamente. " -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Origem" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5239,6 +5229,22 @@ msgstr "Mostrar esboço" msgid "Document convertion failed." msgstr "A conversão falhou" +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Compartilhar permissões" @@ -5256,14 +5262,14 @@ msgid "Description is required" msgstr "Descrição é obrigatória" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Por favor, informe a senha" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "" @@ -5276,6 +5282,10 @@ msgstr "" msgid "Really want to delete %(lib_name)s ?" msgstr "" +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Enviar arquivo" + #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 msgid "Fetch failed" @@ -5395,23 +5405,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Selecione contatos" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Favor, informe ao menos um e-mail." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Favor informar dias" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Favor informar dias válidos" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5534,9 +5536,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Espaço utilizado" @@ -5616,42 +5618,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Incluir usuários" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Ativando ... Por favor, aguarde" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Senhas não conscidem" @@ -5672,37 +5698,37 @@ msgstr "" msgid "Status" msgstr "Estado" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Ativo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inativo" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Restaurar senha" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Administrador revogado" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Administrador definido" @@ -5759,23 +5785,23 @@ msgstr "Excluir usuário" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Deseja realmente reiniciar a senha de %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Deseja realmente revogar a permissão de administrador de %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "Deseja realmente definir %s como administrador?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Editado com sucesso, um e-mail foi enviado." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5813,408 +5839,401 @@ msgstr "wiki-pessoal" msgid "Personal Wiki Pages" msgstr "Páginas da Wiki pessoal" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "Erro de permissão" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Incapaz de ver a página de reciclagem" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Falha ao editar a informação da biblioteca." -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Falhou ao salvar as configurações no servidor" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Configurações salvas." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "" -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Usário %s não foi encontrado." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "A biblioteca %(repo_name)s foi transferida para %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "O nome do arquivo contém carcter inválido" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Nome de arquivo duplicado" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "O tamanho do arquivo ultrapassa o limite" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "O espaço do proprietário é insuficiente. Falha no envio" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Um erro ocorreu durante a transferencia do arquivo" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "URL inválida" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Incapaz de verlas modificações da biblioteca" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Incapaz de ver a biblioteca instantânea" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Você não tem permissão de restaurar a biblioteca" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Favor, especifique o ID da história" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "Biblioteca não existe" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "O histórico que você especificou não existe" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Erro desconhecido" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Minha Biblioteca" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Falha ao remover o compartilhamento da biblioteca, uma vez que não existe." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Remoção do compartilhamento de \"%s\" realizado com sucesso." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Falha ao remover o compartilhamento \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Falha ao excluir o arquivo" -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s excluído com sucesso" -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Erro interno. Falhou ao excluir %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Incapaz de acessar o arquivo" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "%(path)s revertido com siucesso para diretório raíz." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Revertido com sucesso %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Revertido com sucesso %(path)s para diretório raíz." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Erro interno" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Download do diretório \"%s\" foi desabilitado: o tamanho é muito grande." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Incapaz de baixar \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"Wiki Pessoal\" habilitado com sucesso." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"Wiki Pessoal\" desabilitado com sucesso." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Você não possui permissão para acessar esse biblioteca." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Sem caminho." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "O grupo não existe" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Permissão negada" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Biblioteca não existe." -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Permissão negada." -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "A biblioteca está criptografada." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Erro: ID do cabeçalho não commitado" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argumento ausente." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "O caminho destino é muito extenso" -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Movido com sucesso %(name)s ver" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Copiado com sucesso %(name)s ver" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Não é possível mover o diretório %(src)s para o subdiretório %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Não é possível copiar o diretório %(src)s para o subdiretório %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "O caminho destino é muito longo para %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Falha ao obter a lista de bloqueio do arquivo" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "" -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Não há conflito na mesclagem." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "Erro HTTP: Falha ao abrir arquivo online" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "Erro URL: Falha ao abrir arquivo online" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "A codificação escolhida não é adequada." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Codificação de arquivo desconhecida" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "O tamanho do arquivo supera %s, não pode ser aberto online." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Incapaz de visualizar o arquivo" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Formato de arquivo inválido" -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "A biblioteca não existe." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "A biblioteca está encriptada." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Incapaz de editar o arquivo" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "O arquivo não existe." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Edição online não oferecido para esse tipo de arquivo." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Definição de cota falhou: erro interno" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s excluído com sucesso" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Falha ao excluir: o usuário não existe" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s foi definido como administrador com sucesso" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Falha ao definir como administrador: o usuário não existe" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "A permissão de administrador do usuário %s foi revogada com sucesso" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Falha ao revogar a permissão de administrador: o usuário não existe" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "\"%s\" ativado com sucesso." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Falha ao ativar: usuário não existe." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "\"%s\" desativado com sucesso." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Falha ao desativar: o usuário não existe." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Reiniciada com sucesso a senha para %(passwd)s, um e-mail foi enviado para %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Reiniciada com sucesso a senha para %(passwd)s, mas falhou ao enviar um e-mail %(user)s, favor verifique sua configuração de e-mail." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Reiniciada com sucesso a senha para %(passwd)s para o usuário %(user)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6222,70 +6241,74 @@ msgid "" "configured." msgstr "Reiniciada com sucesso a senha para %(passwd)s, para usuário %(user)s, mas uma notificação de e-mail não pode ser enviada porque o serviço de e-mail não esta configurado corretamente." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Redefinição da senha falhou: usuário não existe." -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "O usuário %s foi adicionado com sucesso. Um e-mail de notificação foi enviado." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "O usuário %s foi adicionado com sucesso. Um erro ocorreu ao enviar um e-mail de notificação, favor verifique sua configuração de e-mail." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "Usuário %s adicionado com sucesso." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "O usuário %s foi adicionado com sucesso mas uma notificação de e-mail não pode ser enviada, porque \" \"o serviço de e-mail não está configurado propriamente." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Transferido com sucesso." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Falha ao transferir, usuário %s não encontrado" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Falha ao transferir, argumentos inválidos" -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index c3563e959f..99a2dda246 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 08:01+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Russian (http://www.transifex.com/projects/p/seahub/language/ru/)\n" "MIME-Version: 1.0\n" @@ -26,122 +26,115 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Пользователь с таким email уже существует" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "Пароли не совпадают." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Поле с именем не может быть пустым" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Слишком длинное имя (максимум 255 символов) " -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Поле с описанием не может быть пустым" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Слишком длинное описание (максимум 100 символов)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Имя %s недействительно" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Пропущен аргумент" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Требуется старое имя" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Слишком длинное" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Требуется Email." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Имя %s недействительно" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "Требуется Repo ID" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Требуется имя пользователя" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "Пароль не может быть пустым" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Неверный формат URL" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Неверный пароль" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Внутренняя ошибка сервера" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Ошибка расшифровки библиотеки" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Требуется Email" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Значение квоты не может быть пустым" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Квота слишком мала (минимальное значение 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Требуется название библиотеки" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Требуется описание библиотеки" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Пожалуйста, введите число" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "" - #: seahub/settings.py:133 msgid "català" msgstr "" @@ -215,22 +208,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 -msgid "Svenska" +msgid "Slovenian" msgstr "" #: seahub/settings.py:152 -msgid "Thai" +msgid "Svenska" msgstr "" #: seahub/settings.py:153 -msgid "українська мова" +msgid "Thai" msgstr "" #: seahub/settings.py:154 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -240,7 +237,7 @@ msgstr "Совместный файл сообщества" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Обсуждение" @@ -260,10 +257,10 @@ msgstr "Обсуждение" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -278,11 +275,9 @@ msgstr "Файл" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -305,7 +300,7 @@ msgstr "Нет обсуждений." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -318,34 +313,31 @@ msgstr "Загрузка..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Не удалось. Пожалуйста, проверьте сеть." @@ -388,6 +380,7 @@ msgid "Deleted library %(library_name)s" msgstr "Библиотека %(library_name)s удалена" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Не удалось. Пожалуйста, проверьте сеть." @@ -400,7 +393,7 @@ msgstr "Новые ответы" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Сообщения" @@ -428,7 +421,7 @@ msgstr "Ключевые даты" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -444,94 +437,103 @@ msgstr "Пароль успешно изменен" msgid "Change password: %s" msgstr "Изменить пароль: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Имя пользователя" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Пароль" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Введите действительный адрес электронной почты." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Пожалуйста, введите правильное имя пользователя и пароль. Обратите внимание, что оба поля чувствительны к регистру." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Эта учетная запись является неактивной." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "В вашем веб-браузере не активированы cookies, необходимые для входа." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Не удалось отправить email - сервис не настроен. Пожалуйста, свяжитесь с администратором." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Этот адрес электронной почты не зарегистрирован. Вы точно зарегистрировались?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Сброс пароля на %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Новый пароль" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Подтверждение нового пароля" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Пароли не совпадают." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Старый пароль" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ваш старый пароль был введен неправильно. Пожалуйста, введите его снова." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Пароль (еще раз)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Выйти" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Невозможно отправить сообщение. Пожалуйста, обратитесь к администратору." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -633,7 +635,7 @@ msgstr "Текущий аватар: " #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -641,7 +643,7 @@ msgstr "Текущий аватар: " #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -650,29 +652,30 @@ msgstr "Текущий аватар: " #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -680,8 +683,8 @@ msgstr "Текущий аватар: " #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -704,31 +707,35 @@ msgstr "%(avatar_creator)s обновил свой msgid "You have updated your avatar %(avatar)s." msgstr "Вы обновили свой аватар %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Email адрес" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Это значение должно иметь длину 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Пользователь с таким email уже существует" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Неверный идентификатор пользователя" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "имя" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "отдел" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "телефон" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "описание" @@ -789,7 +796,7 @@ msgstr "Статус файла восстановлен \"%(file)s\" в %(time) msgid "Recovered deleted directory" msgstr "Восстановленно удаленных файлов" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Изменено название или описание библиотеки" @@ -800,8 +807,8 @@ msgstr "Автоматическое слияние системой seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Прямо сейчас" @@ -838,10 +845,10 @@ msgstr[1] "%(seconds)d секунд назад" msgstr[2] "%(seconds)d секунд назад" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -855,11 +862,11 @@ msgstr[2] "%(seconds)d секунд назад" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -870,9 +877,9 @@ msgid "Read-Write" msgstr "Чтение-запись" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -892,7 +899,7 @@ msgid "Email is required." msgstr "Требуется Email." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "\"%s\" не допустимый email." @@ -925,7 +932,7 @@ msgstr "Успешно удалено %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Контакты" @@ -940,7 +947,7 @@ msgid "Email " msgstr "E-mail" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -949,23 +956,22 @@ msgstr "E-mail" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -983,12 +989,12 @@ msgid "Name" msgstr "Имя" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Примечание" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -997,28 +1003,26 @@ msgstr "Примечание" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Операции" @@ -1031,8 +1035,10 @@ msgstr "Операции" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Редактировать" @@ -1046,21 +1052,21 @@ msgstr "Редактировать" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Удалить" @@ -1079,12 +1085,12 @@ msgstr "Добавьте контакты, чтобы вы могли быстр #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1120,7 +1126,7 @@ msgstr "Удалить контакт" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Вы уверены, что хотите удалить %s ?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1191,78 +1197,86 @@ msgstr "Проверочное сообщение слишком длинное msgid "\"%s\" is not a valid name" msgstr "\"%s\" не допустимое имя" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Вы можете создать %d групп.Обновите аккаунт." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Группа с таким именем уже существует" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Не удалось переименовать группу, имя группы можно содержать только буквы, цифры или подчеркивания" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Группа успешно переименована в \"%s\"." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "Email %s недействителен." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Только администраторы могут сделать группу общественной" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Сообщение не существует" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "У вас нет доступа." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Вы можете пригласить %d участников. Обновите аккаунт." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Не удалось добавить, %s не зарегистрирован." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." @@ -1270,141 +1284,141 @@ msgstr[0] "Успешно добавлен. %(count)s Сообщение был msgstr[1] "Успешно добавлены. %(count)s сообщений было отправлено." msgstr[2] "Успешно добавлены. %(count)s сообщений было отправлено." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Успешно добавлен." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Не удалось добавить - %s не допустимый email." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Не удалось добавить, %s не зарегистрирован." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Операция выполнена успешно." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Не удалось: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Ошибка: неверный идентификатор группы" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Ошибка: группа не существует." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Успешно размещен в %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Ошибка: вы не участник группы %s. " -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Ошибка: библиотека не существует." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Ошибка: не верный путь." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Невозможно создать: группа не существует." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Невозможно создать: вы не в группе." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Невозможно создать" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Невозможно создать: внутренняя ошибка." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Вы уже в группе." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Успешно отправлено на рассмотрение администрации." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Файл не существует" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "Модуль \"Wiki\" включён" -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "Модуль \"Wiki\" выключен" -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Не удалось создать wiki-страницу. Повторите попытку позже." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Внутренняя ошибка сервера" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Файл wiki не существует" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Не удалось создать домашнюю страницу. Повторите попытку позже." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Не удалось установить WIKI библиотеку." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki не найден." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "Страница \"%s\" уже существует." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Успешно удален \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Ошибка удаления \"%s\". Попробуйте позже." @@ -1451,23 +1465,23 @@ msgstr "Значение не может быть пустым и должно #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1475,7 +1489,7 @@ msgstr "Отмена" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Включить Модули" @@ -1486,9 +1500,9 @@ msgstr "Это публичная группа" #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1496,12 +1510,12 @@ msgstr "Библиотеки" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Файлы" @@ -1576,8 +1590,7 @@ msgstr "Вы действительно хотите удалить это об #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Да" @@ -1585,8 +1598,7 @@ msgstr "Да" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Нет" @@ -1606,7 +1618,7 @@ msgstr "Не удалось удалить:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Не удачно." @@ -1614,15 +1626,15 @@ msgstr "Не удачно." msgid "Recent Changes" msgstr "Недавние изменения" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Новая библиотека" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1631,11 +1643,11 @@ msgstr "Новая библиотека" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1645,47 +1657,47 @@ msgstr "Новая библиотека" msgid "Description" msgstr "Описание" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Последнее обновление" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Доступно для" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Скачать и синхронизировать" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1694,46 +1706,46 @@ msgstr "Скачать и синхронизировать" msgid "Unshare" msgstr "Закрыть доступ" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Нет ни одной библиотеки в общем доступе в этой группе" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Вы можете дать общий доступ библиотеки, нажав кнопку \"Новая библиотека\" вверху или кнопку \"Доступ\" в вашем списке библиотек." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Библиотеки с общим доступом и с правом на запись могут быть загружены и синхронизированы другими участниками группы. Библиотеки с меткой 'Только Для Чтения' могут загружаться участниками группы, но не могут обновляться ими на сервере." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Библиотека" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Изменено" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Изменил" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1744,7 +1756,7 @@ msgstr "Изменил" msgid "Details" msgstr "Детали" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1757,7 +1769,7 @@ msgstr "Детали" msgid "None" msgstr "Нет" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1766,29 +1778,29 @@ msgstr "Нет" msgid "Unknown" msgstr "Не определено" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "зашифровано" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Пароль: " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "Пароль будет храниться на сервере в течение 1 часа." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Отменить общий доступ к библиотеке" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Вы уверены, что хотите запретить достут к %s ?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1806,11 +1818,11 @@ msgstr "Вы уверены, что хотите запретить достут #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1854,7 +1866,7 @@ msgstr "Администраторы" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Настройки" @@ -1872,7 +1884,7 @@ msgid "Avatar" msgstr "Аватар" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Изменить" @@ -1882,7 +1894,7 @@ msgstr "Изменить" msgid "Rename" msgstr "Переименовать" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Снять с публикации" @@ -1930,7 +1942,7 @@ msgstr "Удалить участника" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "Действительно хотите удалить %s ?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1959,7 +1971,7 @@ msgid "Name: " msgstr "Имя" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2032,7 +2044,7 @@ msgid "Choose a library as wiki:" msgstr "" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Пожалуйста кликните для выбора библиотеки." @@ -2098,13 +2110,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Вы уверены, что хотите удалить эту страницу?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Необходимо имя." #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Необходимо описание." @@ -2113,37 +2125,47 @@ msgstr "Необходимо описание." msgid "Tips" msgstr "Советы" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "После создания группы, вы можете добавить участников для совместного использования библиотек." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Мои группы" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Новая группа" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Время: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Вас нет ни в одной группе" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Вы можете создать группу, нажав на \"Создать группу\". Группа будет являться местом общения для вас и ваших друзей. В ней вы можете оставлять сообщения и совместно использовать библиотеки." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Имя группы" @@ -2175,7 +2197,7 @@ msgid "Add administrators" msgstr "Добавить Администраторов" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Пожалуйста введите или выберите E-Mail." @@ -2454,21 +2476,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Seafile сервер не хранит пароль для зашифрованной библиотеки. Чтобы просмотреть зашифрованную библиотеку онлайн, вам нужно предоставить пароль для библиотеки. Ваш пароль хранится только в зашифрованной памяти сервера. Он удалится из памяти через час. После этого, если Вы хотите просмотреть библиотеку, Вам снова потребуется ввести пароль." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "требуется сообщение" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "требуестся контакт" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Вы не можете посылать сообщения самому себе." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Невозможно отправить сообщение для %s, пользователь не найден." @@ -2479,13 +2501,13 @@ msgstr "Новое сообщение" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Сообщение" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2503,10 +2525,6 @@ msgstr "Чтобы отправить: кликните для выбора ко msgid "please add contacts at first" msgstr "сначала выберите контакты" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Невозможно получить ваши контакты для отправки сообщения." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Отправить сообщение ..." @@ -2535,7 +2553,7 @@ msgstr "%(user)s поделился с вами файлом #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Внутренняя ошибка" @@ -2562,7 +2580,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2573,7 +2591,7 @@ msgid "" "%(join_request_msg)s" msgstr "Пользователь %(username)s запросил присоединение к группе %(group_name)s, сообщение: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Успешно очищены все уведомления." @@ -2691,11 +2709,15 @@ msgstr "Удалить Уведомление" msgid "Notices" msgstr "Уведомления" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Очистить" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Подробнее" @@ -2705,27 +2727,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Пожалуйста, выберите, как просматривать зашифрованные библиотеку онлайн:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Посылать пароли на сервер." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Файлы будут расшифрованы на сервере перед отсылкой Вам." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Сохранить пароли в вашем браузере." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Файлы будут расшифрованы в Вашем браузере после их загрузки." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2757,7 +2779,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "\"%s\" успешно установлена Вашей библиотекой по умолчанию." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Настройки профиля" @@ -2770,75 +2792,75 @@ msgstr "Профиль" msgid "Language" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Зашифрованные библиотеки" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Суб-библиотеки" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Библиотека по умолчанию" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Удалить аккаунт" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Аватар:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Пароль:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Обновить" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Имя:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Обо мне:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Отдел:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Телефон:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Настройки зашифрованных библиотек" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Как просматривать зашифрованные библиотеки онлайн:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Настройка суб-библиотек" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Включить под-каталоги" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2847,7 +2869,7 @@ msgid "" "library." msgstr "Эта функция позволяет выборочно синхронизировать папки внутри библиотеки. Вложенная библиотека может быть создана из любой папки. После создания, она будет показана в настольном клиенте, и вы можете скачать её так же, как и обычную библиотеку. Она будут автоматически синхронизироваться. " -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2855,33 +2877,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Под-каталоги также используются при совместном доступе к папкам группы или папкам другого пользователя. Без этой опции, скрытые вложенные библиотеки будут создаваться автоматически. С помощью этой опции, скрытые вложенные библиотеки также будут видны в списке, который позволяет управлять ими. " -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Настройки библиотеки по умолчанию" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Ваша библитоека по умолчанию:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "Библиотека по умолчанию - это место по умолчанию для хранения Ваших персональных документов и изображений." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Выберите библиотеку по умолчанию" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Эту операцию нельзя отменить. Пожалуйста проверьте её дважды!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Выберите библиотеку по умолчанию:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Вы действительно хотите удалить вашу учетную запись?" @@ -2905,197 +2927,208 @@ msgid "Self-introduction" msgstr "О себе" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Отдел" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Телефон" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "E-mail не длиннее 512 символов" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Невозможно открыть общий доступ для всех участников. Повторите попытку позже." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Успешно предоставлен общий доступ для всех участников, для проверки перейдите к доступу." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" уже в группе %(group)s. Посмотреть" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Общий доступ не предоставлен %(repo)s в %(group)s, повторите попытку позднее." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Вы не можете открыть общий доступ самому себе" -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Не удалось открыть общий доступ %s, такой email не зарегистрирован." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Не удалось открыть общий доступ %s, пожалуйста, повторите попытку позже." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Только владелец библиотеки имеет право дать общий доступ к ней." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Общий доступ к \"%s\" не возможен, т.к. ограничен квотой. Обновите аккаунт." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Аргумент недействителен." -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Не удалось исключить общий доступ" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "идентификатор группы не является действительным" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Не удалось запретить общий доступ: группа не существует." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Общий доступ успешно закрыт" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "все участники" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Недопустимые аргументы" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "У вас нет доступа к этой библиотеке" -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Успешно исключено" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Группа не существует" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Отправка ссылки общего доступа не удалось. Услуги электронной почты не настроены должным образом. Пожалуйста, свяжитесь с администрацией." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Внутренняя ошибка сервера. Отправить не удалось." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Успешно отправлено." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Пожалуйста, выберите папку." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Успешно добавлен." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Невозможно отправить сообщение для %s, пользователь не найден." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Успешно открыт доступ к %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Успешно закрыт доступ к \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "У вас нет разрешения на доступ к %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Ошибка при получении ссылки. Пожалуйста, повторите позже." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Доступ запрещен" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "Отправка ссылки общего доступа не удалось. Служба электронной почты не настроена должным образом. Пожалуйста, свяжитесь с администратором." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -3114,7 +3147,6 @@ msgstr "Ссылки для загрузки" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Посещения" @@ -3128,8 +3160,6 @@ msgstr "Просмотр" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Исключено" @@ -3159,7 +3189,7 @@ msgid "Folders - Share" msgstr "Общие папки" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Папки" @@ -3185,13 +3215,13 @@ msgstr "Вы можете открыть доступ к отдельной па #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Редактирование удалось." #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Редактирование не удалось." @@ -3203,33 +3233,33 @@ msgstr "Общие файлы" msgid "From Others" msgstr "От других " -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Для других" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "От" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Нет файлов предоставленных Вам" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Файлы, предоставленные Вам, будут отображаться здесь. Вы можете скачать их или сохранить в библиотеки." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Кому" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Вы пока не отметили ни одного файла" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3256,7 +3286,8 @@ msgid "Shares" msgstr "Общедоступно" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Базовая информация" @@ -3283,7 +3314,7 @@ msgstr "Вы не используете совместно ни одной би msgid "Sorry, but the requested page could not be found." msgstr "Извините, но запрошенная страница не может быть найдена." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Активность" @@ -3313,49 +3344,6 @@ msgstr "Управление системой" msgid "All Groups" msgstr "Все группы" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Клиенты" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Имя клиента" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Последняя синхронизация" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Не синхронизировано" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Не синхронизировано" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Действительно хотите рассинхронизировать?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "У вас нет ни одного подключенного клиента" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Библиотеки синхронизированы с клиентами, перечисленными на этой странице. Вы можете видеть имя клиента и его IP-адрес. Вы можете отключить синхронизацию клиента с библиотекой, если вы больше не хотите синхронизировать." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Успешно рассинхронизировано." - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3380,7 +3368,7 @@ msgid "Please enter the password." msgstr "Пожалуйста введите пароль" #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Устройства" @@ -3392,6 +3380,10 @@ msgstr "" msgid "Device Name" msgstr "Имя устройства" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Последний доступ" @@ -3432,11 +3424,10 @@ msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3765,8 +3756,7 @@ msgid "Password is required." msgstr "Требуется пароль." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3789,7 +3779,6 @@ msgstr " " #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3855,6 +3844,7 @@ msgid "snapshots" msgstr "снимки" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "История" @@ -3876,12 +3866,13 @@ msgstr " корзина" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Назад в библиотеку" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3892,28 +3883,28 @@ msgstr " " msgid "Personal" msgstr "Личные" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Отмеченные" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Персональная Wiki" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Предоставленные ресурсы" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Ссылки" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Группа" @@ -3931,27 +3922,34 @@ msgstr "Ни одна библиотека не предоставлена ва msgid "Welcome to Seafile!" msgstr "Приветствуем в системе Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile организует хранение ваших файлов в библиотеках. Каждая библиотека может быть автоматически синхронизирована или отдана в общее пользование отдельно. Мы уже создали личную библиотеку для вашего пользования. В последствии вы можете создавать любое количество библиотек для работы с ними. " -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Закрыть" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "Выберите каталог:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Вы пока не отметили ни одного файла" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "Пожалуйста, выберите каталог" @@ -4059,7 +4057,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "Размер файла должен быть меньше чем %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Сохранение..." @@ -4067,7 +4065,7 @@ msgstr "Сохранение..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Обновление %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4127,7 +4125,7 @@ msgstr "Кликните для выбора каталога" #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "в %(name)s" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4166,7 +4164,7 @@ msgid "Empty file upload result" msgstr "Результат загрузки пустого файла" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Ошибка" @@ -4190,22 +4188,22 @@ msgstr "Обработка ..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "Успешно удален %(name)s и еще %(amount)s других объектов." +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "Успешно удалена %(name)s." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Внутренняя ошибка. Не удалось удалить %(name)s и еще %(amount)s других объектов." +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Внутренняя ошибка. Нельзя удалить %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4215,56 +4213,56 @@ msgstr "Переместить выбранные папки/файлы в:" msgid "Copy selected directories/files to:" msgstr "Скопировать выбранные папки/файлы в:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Неправельная настройка сервера." #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "Успешно пемещен %(name)s и еще %(amount)s других объектов." +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "Успешно перемещена %(name)s." +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "Успешно скопирован %(name)s и еще %(amount)s других объектов." +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "Успешно скопирована %(name)s." +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Внутренняя ошибка. Не удалось переместить %(name)s и еще %(amount)s других объектов." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Внутренняя ошибка. Нельзя переместить %(name)s." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Внутренняя ошибка. Не удалось скопировать %(name)s и еще %(amount)s других объектов." +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Внутренняя ошибка. Нельзя скопировать %(name)s." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Перемещение..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Копирование..." @@ -4288,7 +4286,7 @@ msgstr "" msgid "Failed to copy %(f_num)s items." msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Не удачно" @@ -4303,117 +4301,118 @@ msgstr "Ошибка при шифровании." #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Шифрование, %(num)s% complete." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Загрузка..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Выполнено!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Загрузка..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Загрузка, %(num)s% complete." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Расшифровка..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Расшифровка, %(num)s% complete." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Успешно удалена %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Переименовать" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Переименовано каталогов" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Копировать " - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Переместить " - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Каталог" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Перемещено каталогов" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "в %(name)s" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "в %(name)s" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Скачивание каталога не поддерживается в этой библиотеке." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "Снять отметку" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Загрузка..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Расшифровка..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Переименовать" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Переименовано каталогов" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Копировать " + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Переместить " + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Каталог" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Перемещено каталогов" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Скачивание каталога не поддерживается в этой библиотеке." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "Отметить" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Требуется Email." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Здесь только расширение, пожалуйста, введите значение." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Извлечение ..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Вы еще не загрузили " -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "Успешное переименование %(old_name)s в %(new_name)s" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Отменено." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Пожалуйста, выберите хотя бы один контакт." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Введите email или название группы, или выберите из списка." @@ -4480,110 +4479,77 @@ msgstr "все" msgid "Delete Time" msgstr "Удалить время" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Поменять владельца" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Изменить пароль" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Настройка библиотеки" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Сохранять полную историю" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Не сохранять историю" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Сохранить только период истории: " -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "дней" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Передать библиотеку пользователю:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Старый пароль" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Загрузить" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Пожалуйста введите старый пароль" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Пожалуйста введите новый пароль" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Новый пароль слишком короткий" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Новые пароли не совпадают" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Назад к истории изменений" @@ -4667,8 +4633,7 @@ msgstr "Пометки" msgid "icon" msgstr "иконка" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Снять отметку" @@ -4723,28 +4688,13 @@ msgstr "для" msgid "Sorry, this user is not registered yet." msgstr "К сожалению, этот пользователь не зарегистрирован." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Доступ" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Отметить" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "обновить этот файл" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " @@ -4752,13 +4702,45 @@ msgstr[0] " %(counter)s участник" msgstr[1] " %(counter)s участника(ов) " msgstr[2] " %(counter)s участника(ов) " -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Отметка успешно снята" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Успешно отмечено" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Пост в обсуждении группы" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "обсуждение" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Пожалуйста, выберите по крайней мере, одну группу." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Пожалуйста, начните обсуждение." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4882,15 +4864,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Не удалось обновить CAPTCHA, попробуйте снова." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "E-mail не может быть пустым" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Пароль не может быть пустым" @@ -4929,10 +4912,47 @@ msgid "New Password: " msgstr "Новый пароль: " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Подтвердите пароль: " +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Пожалуйста подтвердите пароль" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Пароли не совпадают" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Пароль успешно изменен" @@ -5007,30 +5027,15 @@ msgstr "Зарегестрироваться" msgid "Welcome back, you are already signed in." msgstr "Добро пожаловать! Вы уже вошли в систему." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Подтвердите пароль" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Пожалуйста подтвердите пароль" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Пароли не совпадают" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr " не поддерживается. Пожалуйста, выберите файл изображения." @@ -5047,110 +5052,86 @@ msgstr " слишком большой. Разрешенный максимал msgid "Discuss" msgstr "Обсуждения" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Пожалуйста, выберите по крайней мере, одну группу." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Пожалуйста, начните обсуждение." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "в %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Ссылка для скачивания" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Ссылка для загрузки" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Оставить общий доступ" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(не менее %(repo_password_min_length)s символов)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Подтвердите пароль" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Дней" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Создать" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Ссылка: " -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Отправить" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Отправить: " -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Email(ы), разделённые ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Отправка ..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Вы можете поделиться сгенерированной ссылкой с другими людьми, и они смогу загружать файлы в эту папку." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Ссылка для загрузки:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Пост в обсуждении группы" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "обсуждение" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Подробности изменения" @@ -5183,43 +5164,52 @@ msgstr "Удаленные каталоги" msgid "Unknown error." msgstr "Неизвестная ошибка." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Мои" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Суб-библиотеки" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Доступные" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Доступ" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Вы не создали ни одной библиотеки" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Вы можете создавать библиотеки для организации работы с файлами. Например, вы создаёте библиотеки для каждого из ваших нескольких проектов, причем каждая из них может быть синхронизирована и дана в общий доступне зависимо друг от друга." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Происхождение" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Вы не создали ни одной суб-библиотеки" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5247,6 +5237,22 @@ msgstr "показать контур" msgid "Document convertion failed." msgstr "Ошибка конвертации." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Общий доступ разрешен" @@ -5264,14 +5270,14 @@ msgid "Description is required" msgstr "Описание необходимо" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Пожалуйста введите пароль" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Пароль слишком короткий" @@ -5282,7 +5288,11 @@ msgstr "Успешно удалено." #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "Действительно хотите удалить %(lib_name)s ?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Загрузить" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5300,7 +5310,7 @@ msgstr "Больше операций" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "Общий доступ %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5403,23 +5413,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Пожалуйста, выберите по крайней мере 1 тип файла или введите не менее 1 расширения файла" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Удалить контакт" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Пожалуйста, введите по крайней мере, E-mail." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5467,7 +5469,7 @@ msgstr "Смена владельца библиотеки" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "Передача %(lib_name)s к:" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5542,9 +5544,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Использованно пространства" @@ -5624,42 +5626,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Добавить пользователя" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Подготовка, пожалуйста ожидайте..." -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Пароли не совпадают" @@ -5680,37 +5706,37 @@ msgstr "" msgid "Status" msgstr "Статус" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Создано / Последний вход" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Активный" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Не активный" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Изменить пароль" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Отозвать Администратора" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Назначить администратора" @@ -5767,23 +5793,23 @@ msgstr "Удалить пользователя" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Вы уверены, что хотите изменить пароль %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Вы уверены, что хотите отозвать права администратора %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "Вы уверены, что хотите назначить %s администратором?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Правка сохранена, письмо на email отправлено." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5821,408 +5847,401 @@ msgstr "персональная wiki" msgid "Personal Wiki Pages" msgstr "Персональные Wiki страницы" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "ошибка доступа" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Не удается просмотреть страницу" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Не удается просмотреть библиотеку" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Не удалось сохранить настройки на сервере" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Настройки сохранены." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Имя %s недействительно" -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Пользователь %s не найден." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "Библиотека %(repo_name)s была перенесена к %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Имя файла содержит недопустимый символ" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Дубликат файла" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "Размер файла превышает лимит" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "Все пространство использованно, загрузить не удалось" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Произошла ошибка во время передачи файлов" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Неправильный URL" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Не удается просмотреть библиотеку" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Не удается просмотреть библиотек снимков" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "у вас нет разрешения на восстановление библиотеки" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Пожалуйста создайте ID истории" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "Библиотека не существует" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "Указанная история не существует" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "неизвестная ошибка" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Моя библиотека" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Не удалось запретить совместное использование библиотек,так как они не существует." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Запрещено совместное использование \"%s\"." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Запрещение совместного использования \"%s\" не удалось." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Не удалось удалить файл." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s Успешно удален." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Внутренняя ошибка. Файл %s не удален." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Невозможно получить доступ к файлу." -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Успешно возвращено %(path)s в основную директорию." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Успешно возвращено %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Успешно возвращено %(path)s в основную директорию." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Внутренняя ошибка" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Не удается загрузить каталог \"%s\": размер слишком велик." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Не удается загрузить \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "Модуль \"Личной Wiki\" включен." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "Модуль \"Личной Wiki\" выключен." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "У вас нет разрешения на доступ к библиотеке." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "No path." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Группа не существует" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Доступ запрещен" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Библиотека не существует" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Доступ запрещен" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Библиотека зашифрована." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Ошибка: не верный путь." -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Аргумент пропущен." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Путь назначения слишком длинный." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Успешное перемещение %(name)s Посмотреть" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Успешное перемещение %(name)s Посмотреть" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Не удается переместить каталог %(src)s в подкаталог %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Невозможно скопировать папку %(src)s в её подпапку %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Путь назначения для %s слишком длинный." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Не возможно получить список блокировки файлов" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Неверный repo id" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "Системная библиотека не может быть удалена." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Нет конфликта при слиянии." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTP ошибка: файл не может быть открыт в он-лайн режиме." -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URL ошибка: файл не может быть открыт в он-лайн режиме." -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "Выбранный режим кодирования не является правильным." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Неизвестная кодировка файла." -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Размер файла превышает %s, и не может быть открыт в онлайн режиме." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Не удается посмотреть файл" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Неверный формат файла." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "Библиотека не существует." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "Библиотека зашифрована." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Невозможно отредактировать файл." -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Файл не существует." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Редактирование онлайн не предполагается для этого типа файлов." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Не удалось установить квоту: внутренняя ошибка" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Успешно удалено %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Не удалось удалить: Пользователь не существует" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s успешно назначен администратором" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Не удалось назначить администратора: Пользователь не существует" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Права администратора %s успешно отозваны" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Не удалось отозвать администратора: Пользователь не существует" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "Успешно изменено %s." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Невозможно создать: группа не существует." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "Успешно деактивировано \"%s\"." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Не удалось деактивировать: пользователь не существует." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Пароль успешно изменён на %(passwd)s, сообщение было отправлено %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Пароль успешно изменён на %(passwd)s, но сообщение не было отправлено %(user)s, пожалуйста, проверьте настройки электронной почты." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Пароль успешно изменён на %(passwd)s для пользователя %(user)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6230,70 +6249,74 @@ msgid "" "configured." msgstr "Пароль успешно изменён на %(passwd)s для пользователя %(user)s. Но сообщение не было отправлено, потому что не правильно сконфигурирована почтовая служба." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Не удалось изменить пароль: пользователь не существует." -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Успешно добавлен пользователь %s. Уведомление было отправлено по электронной почте." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "Успешно добавлен пользователь %s. Но произошла ошибка при отправке уведомления, пожалуйста, проверьте настройки электронной почты." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "Успешно добавлен пользователь %s." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "Успешно добавлен пользователь %s. Но сообщение не было отправлено, потому что не правильно сконфигурирована почтовая служба." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Успешно передана." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Невозможно отправить, пользователь %s не найден." -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Ошибка передачи, неверные параметры." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/sv/LC_MESSAGES/django.po b/locale/sv/LC_MESSAGES/django.po index 24b6289ec6..79b732092c 100644 --- a/locale/sv/LC_MESSAGES/django.po +++ b/locale/sv/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-07-27 18:01+0000\n" -"Last-Translator: tompa \n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" +"Last-Translator: zheng xie \n" "Language-Team: Swedish (http://www.transifex.com/projects/p/seahub/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,122 +19,115 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Det finns redan en användare med denna email adress" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "Lösenorden överensstämmer inte" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Namn måste anges" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Namnet är för långt (max 255 tecken)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Berkrivning måste anges" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Beskrivningen är för lång (max 255 tecken)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Namn %s är inte giltigt" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Argument saknas" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Gammalt namn behövs" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Det är för långt" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Måste anges" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Namnet \"%s\" är inte giltigt" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "Repo id måste anges" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Användarnamn måste anges" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "Lösenord måste anges" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Felaktig URL-syntax" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Fel lösenord" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Internt serverfel" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Avkrypteringsfel" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Email måste anges" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Quota måste anges" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Quota är för lågt (minsta värde 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Katalognamn måste anges" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Katalogbeskrivning måste anges" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Ange ett nummer" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Skriv in rätt lösenord." - #: seahub/settings.py:133 msgid "català" msgstr "Katalanska" @@ -208,22 +201,26 @@ msgid "Slovak" msgstr "Svenska" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "Ukrainska" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "Kinesiska (förenklad)" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "Kinesiska (traditionell)" @@ -233,7 +230,7 @@ msgstr "Samarbetande Team" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Diskussion" @@ -253,10 +250,10 @@ msgstr "Diskussion" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -271,11 +268,9 @@ msgstr "Fil" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -298,7 +293,7 @@ msgstr "Inga diskussioner" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -311,34 +306,31 @@ msgstr "Laddar" #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Misslyckades, Kontrollera nätverksanslutning" @@ -381,6 +373,7 @@ msgid "Deleted library %(library_name)s" msgstr "Raderade katalog %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Kontrollera nätverksanslutningen" @@ -393,7 +386,7 @@ msgstr "Nya meddelanden" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Meddelanden" @@ -421,7 +414,7 @@ msgstr "Viktiga datum" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -437,94 +430,103 @@ msgstr "Lösenordet ändrades" msgid "Change password: %s" msgstr "Byt lösenord: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Användarnamn" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Lösenord" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Skriv in en giltig e-postadress." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Vänligen ange ett giltigt användarnamn och lösenord. Observera att båda fälten är skiftlägeskänsliga." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Detta konto är inaktivt" -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "Din webläsare verkar inte acceptera cookies. Cookies krävs för att du ska kunna logga in" -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "Email" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Misslyckades att skicka email. Email-tjänsten är inte korrekt konfigurerad. Kontakta en administratör" -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Email-adressen har ingen koppling till ett användarkonto. Är du säker att du har registrerat dig?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "Det går inte att återställa lösenordet, kontakta LDAP admin." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Återställ lösenord på %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Nytt lösenord" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Verifiera nytt lösenord" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Lösenorden överensstämmer inte" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Gammalt lösenord" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ditt gamla lösenord var felaktigt. Försök igen" -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Lösenord (igen)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Utloggad" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Misslyckades att skicka email. Kontakta en administratör" -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "Kan inte uppdatera lösenord, kontakta LDAP admin." @@ -626,7 +628,7 @@ msgstr "Nuvarande avatar:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -634,7 +636,7 @@ msgstr "Nuvarande avatar:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -643,29 +645,30 @@ msgstr "Nuvarande avatar:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -673,8 +676,8 @@ msgstr "Nuvarande avatar:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -697,31 +700,35 @@ msgstr "%(avatar_creator)s har uppdaterat deras ava msgid "You have updated your avatar %(avatar)s." msgstr "Du har uppdaterat din avatar %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Email adress" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Detta värde måste ha längden 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Det finns redan en användare med denna email adress" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Ogiltigt användar-ID" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "namn" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "avdelning" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "telefon" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "anteckning" @@ -782,7 +789,7 @@ msgstr "Backade filen \"%(file)s\" till status kl. %(time)s." msgid "Recovered deleted directory" msgstr "Återskapade borttagen katalog" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Ändrade katalognamn eller beskrivning" @@ -793,8 +800,8 @@ msgstr "Automatisk ihopslagning av seafile-systemet" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Precis nyss" @@ -827,10 +834,10 @@ msgstr[0] "%(seconds)d sekund sedan" msgstr[1] "%(seconds)d sekunder sedan" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -844,11 +851,11 @@ msgstr[1] "%(seconds)d sekunder sedan" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -859,9 +866,9 @@ msgid "Read-Write" msgstr "Read-Write" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -881,7 +888,7 @@ msgid "Email is required." msgstr "Email krävs" #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s är inte en giltig email" @@ -914,7 +921,7 @@ msgstr "%s togs bort" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Kontakter" @@ -929,7 +936,7 @@ msgid "Email " msgstr "Email" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -938,23 +945,22 @@ msgstr "Email" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -972,12 +978,12 @@ msgid "Name" msgstr "Namn" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Anteckning" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -986,28 +992,26 @@ msgstr "Anteckning" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Åtgärder" @@ -1020,8 +1024,10 @@ msgstr "Åtgärder" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Ändra" @@ -1035,21 +1041,21 @@ msgstr "Ändra" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Ta bort" @@ -1068,12 +1074,12 @@ msgstr "Lägg till kontakter så du snabbt kan dela kataloger och skicka delning #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1109,7 +1115,7 @@ msgstr "Ta bort kontakt" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "Är du säker att du vill ta bort %s" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1180,219 +1186,227 @@ msgstr "Verifikationsmeddelande är för långt (max är 255 tecken)" msgid "\"%s\" is not a valid name" msgstr "\"%s\" är inte ett giltigt namn" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Du kan bara skapa %d grupper. Upgrade account." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Det finns redan en annan grupp med detta namn. Kontakta administratör eller byt gruppnamn" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Misslyckades att döpa om gruppen. Gruppnamn kan bara innehålla bokstäver, siffror elle underscore" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Namnändring till \"%s\" lyckades." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "Email %s är inte giltig" -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Endast administratörer kan göra gruppen publik" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Meddelandet saknas" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "Du har inte behörighet" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Du kan bara bjuda in %d medlemmar. Upgrade account." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Misslyckades att lägga till, %s är inte registrerad" -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "Lyckades. Ett email har skickats." msgstr[1] "Lyckades. %(count)s email har skickats." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Lyckades" -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Misslyckades att lägga till, %s är inte en giltig email." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Misslyckades att lägga till, %s är inte registrerad." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Åtgärden lyckades." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Misslyckades: %s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Fel grupp-ID" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Fel: gruppen existerar inte." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Publicering till %(groups)s lyckades" -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Fel: du tillhör inte gruppen %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Fel: katalogen existerar inte." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Fel: ingen sökväg." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Misslyckades att skapa: gruppen existerar inte." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Misslyckades att skapa: du är inte med i gruppen." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Misslyckades att skapa" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Misslyckades att skapa: internt fel." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Du är redan med i gruppen." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Skickades. Gruppens administratör kommer hantera detta." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Filen existerar inte" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "Aktiverade \"Wiki\"." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "Inaktiverade \"Wiki\"." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Misslyckades skapa wiki-sida. Försök igen senare." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Internt serverproblem" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Wiki existerar inte." -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Misslyckades att skapa hemsida. Försök senare." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Misslyckades att sätta wiki som bibliotek." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki ittas inte" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "Sidan \"%s\" finns redan." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Tog bort \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Misslyckades att ta bort \"%s\". Försök igen senare." @@ -1439,23 +1453,23 @@ msgstr "Kan inte vara tom och ska inte vara mer än 2048 tecken." #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1463,7 +1477,7 @@ msgstr "Avbryt" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Aktivera moduler" @@ -1474,9 +1488,9 @@ msgstr "Denna grupp är publik" #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1484,12 +1498,12 @@ msgstr "Kataloger" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Filer" @@ -1564,8 +1578,7 @@ msgstr "Vill du verkligen radera denna diskussion?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Ja" @@ -1573,8 +1586,7 @@ msgstr "Ja" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Nej" @@ -1594,7 +1606,7 @@ msgstr "Misslyckades att radera" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Misslyckades" @@ -1602,15 +1614,15 @@ msgstr "Misslyckades" msgid "Recent Changes" msgstr "Nya förändringar" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Ny katalog" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1619,11 +1631,11 @@ msgstr "Ny katalog" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1633,47 +1645,47 @@ msgstr "Ny katalog" msgid "Description" msgstr "Beskrivning" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Senaste uppdatering" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Delad av" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Ladda ner och synka" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1682,46 +1694,46 @@ msgstr "Ladda ner och synka" msgid "Unshare" msgstr "Sluta dela" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Ingen katalog delas till denna grupp" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Du kan dela kataloger genom att klicka \"Ny katalog\" ovanför \"Delning\"-ikonen på din kataloglista." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Kataloger delade som skrivbara kan laddas ner och synkas av andra gruppmedlemmar. Skrivskyddade kataloger kan endast laddas ner. Uppdateringar av andra kommer inte laddas upp." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Katalog" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Ändrad" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Ändrad av" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1732,7 +1744,7 @@ msgstr "Ändrad av" msgid "Details" msgstr "Detaljer" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1745,7 +1757,7 @@ msgstr "Detaljer" msgid "None" msgstr "Ingen" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1754,29 +1766,29 @@ msgstr "Ingen" msgid "Unknown" msgstr "Okänd" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "är lösenordsskyddad" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Lösenord" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "Lösenordet kommer sparas på servern endast en timme" -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Sluta dela katalog" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Är du säker att du vill sluta dela %s ?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1794,11 +1806,11 @@ msgstr "Är du säker att du vill sluta dela %s ?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1842,7 +1854,7 @@ msgstr "Administratörer" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Inställningar" @@ -1860,7 +1872,7 @@ msgid "Avatar" msgstr "Avatar" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Ändra" @@ -1870,7 +1882,7 @@ msgstr "Ändra" msgid "Rename" msgstr "Döp om" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Gör privat" @@ -1918,7 +1930,7 @@ msgstr "To bort medlem" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "Vill du verkligen ta bort %s ?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1947,7 +1959,7 @@ msgid "Name: " msgstr "Namn" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2020,7 +2032,7 @@ msgid "Choose a library as wiki:" msgstr "Välj ett bibliotek som wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Klicka och välj standardkatalog" @@ -2086,13 +2098,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Är du säker på att du vill ta bort den här sidan?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Namn krävs" #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Beskrivning krävs" @@ -2101,37 +2113,47 @@ msgstr "Beskrivning krävs" msgid "Tips" msgstr "Tips" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Efter du skapat en grupp kan du lägga till medlemmar och dela kataloger till gruppen" +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Mina grupper" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Ny grupp" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Tid" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Du är inte med i någon grupp" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "Du kan skapa en grupp genom att klicka \"Ny grupp\"knappen. Grupp är en plats där du och dina vänner lämnkan lämna meddelanden och samarbeta med kataloger och filer." +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Gruppnamn" @@ -2163,7 +2185,7 @@ msgid "Add administrators" msgstr "Lägg till administratörer" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Lägg till email, eller välj några." @@ -2442,21 +2464,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Lösenordet för en krypterad katalog kommer inte sparas på servern. För att läsa en krypterad katalog on-line, behöver du ange katalogens lösenord. Ditt lösenord sparas endast i serverns krypterade minne. Det kommer rensas från minnet inom en timme. Efter det behöver du ange lösenord igen." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "meddelande krävs" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "kontakt krävs" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Du kan inte skicka meddelande till dig själv." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Misslyckades skicka meddelande till %s, användare hittas ej." @@ -2467,13 +2489,13 @@ msgstr "Nytt meddelande" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Meddelande" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2491,10 +2513,6 @@ msgstr "skicka till: klicka för att välja kontakter" msgid "please add contacts at first" msgstr "ange kontakter först" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Misslyckades att hämta dina kontakter för att skicka meddelandet" - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Skicka ett meddelande..." @@ -2523,7 +2541,7 @@ msgstr "%(user)s har delat en fil%(file_name)s med dig." #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "Internt fel" @@ -2550,7 +2568,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2561,7 +2579,7 @@ msgid "" "%(join_request_msg)s" msgstr "Användare %(username)s har bett dig anluta till gruppen %(group_name)s, Meddelande: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Rensade alla meddelanden" @@ -2678,11 +2696,15 @@ msgstr "Ta bort systemmeddelande" msgid "Notices" msgstr "Systemmeddelanden" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Rensa" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Mer" @@ -2692,27 +2714,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Ange hur krypterade kataloger ska visas on-line" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Skicka lösenord till servern" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Filerna kommer krypteras i servern innan de skickas till dig" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Spara lösenord i din browser" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Filerna kommer avkrypteras i din browser när du laddar ner dem." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2744,7 +2766,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "Satte \"%s\" som din standardkatalog." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Profilinställningar" @@ -2757,75 +2779,75 @@ msgstr "Profil" msgid "Language" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Krypterade kataloger" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Underkataloger" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Standardkatalog" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Ta bort konto" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Avatar:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Lösenord" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Uppdatera" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Namn" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Om mig" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Avdelning" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Telefon" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Inställning för krypterade kataloger" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Hur krypterade kataloger visas" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Underkataloginställningar" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Aktivera underkataloger" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2834,7 +2856,7 @@ msgid "" "library." msgstr "Denna funktion gör så att du kan välja att synka en mapp inuti en katalog. En undekatalog kan skapas från vilken katalog som helst Efteråt kommer den listas i din desktopklient, och du kan ladda ner den som vilken annan katalog som helst. Undekatalogen kommer hållas synkad med orginalmappen" -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2842,33 +2864,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Underkatalog används vid delning av mapp till en grupp eller annan användare. Utan detta val, kommer en dold underkatalog skapas i sånt fall. Med detta val, kommer dessa dolda underkataloger listas, vilket gör att du kan hantera dem." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Instaällningar för standardkatalog" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Din standardkatalog:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "Standardkatalog är den plats där du sparar personliga dokument och bilder." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Välj standardkatalog" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Denna åtgärd kan inte ångras. Tänk efter innan!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Välj standardkatalog" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Vill du verkligen ta bort ditt konto? " @@ -2892,197 +2914,208 @@ msgid "Self-introduction" msgstr "Om mig" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Avdelning" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Telefon" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "Email får inte vara längre än 512 tecken" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Skriv in rätt lösenord." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Misslyckades att dela med all medlemmar, försök igen senare." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Delade med alla medlemmar. Kontrollera Kataloger." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" är redan med i en grupp %(group)s. Visa" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Misslyckades att dela %(repo)s till %(group)s, försök igen senare." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Du kan inte dela en katalog till dig själv" -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Misslyckades att dela %s, eftersom email inte finns registrerad." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Misslyckades att dela till %s, försök igen senare." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Endast katalogens ägare har behörighet att dela det." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Misslyckades att dela \"%s\", inte tillräcklig quota.Upgrade account." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Argumentet är ej giltigt" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Misslyckades att ta bort delning" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "grupp-ID är inte giltigt" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Misslyckades att ta bort delning: gruppen existerar inte." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Tog bort delning" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "alla medlemmar" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Ogiltiga argument" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "Du kan inte dela kataloger på detta sätt." -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Borttagen" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Länken finns inte" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Misslyckades att dela länk. Email-service är inte korrekt konfigurerd, vänligen kontakta en administratör." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Internt serverfel. Sändning misslyckades." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Skickat" -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Vänligen välj en katalog" -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Sparad" -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Misslyckades att dela \"%s\", användare saknas." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Delade %s" -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Slutade dela \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "Du har inte behörighet att spara %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Misslyckades att få länken, försök senare." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Åtkomst nekas" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "Misslyckades att skicka en uppladdningslänk. Email-service är inte korrekt konfigurerad. Kontakta en administratör." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -3101,7 +3134,6 @@ msgstr "Uppladdningslänkar" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Besök" @@ -3115,8 +3147,6 @@ msgstr "Visa" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Ta bort" @@ -3146,7 +3176,7 @@ msgid "Folders - Share" msgstr "Mappar - Delning" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Mappar" @@ -3172,13 +3202,13 @@ msgstr "Du kan dela en enstaka mapp med en önskad registrerad användare om du #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Ändring lyckades" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Ändring misslyckades" @@ -3190,33 +3220,33 @@ msgstr "Filer - Delning" msgid "From Others" msgstr "Från andra" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "Till andra" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "Från" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Ingen fil delas med dig" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Enstaka filer som delas med dig kommer listas här Du kan ladda ner dem, eller spara dem till kataloger" -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "Till" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Du har inga privata delade filer" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3243,7 +3273,8 @@ msgid "Shares" msgstr "Delningar" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Grundinformation" @@ -3270,7 +3301,7 @@ msgstr "Du har inga kataloger delade med %(to_email)s." msgid "Sorry, but the requested page could not be found." msgstr "Ledsen, den önskade sidan hittas inte." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Aktiviteter" @@ -3300,49 +3331,6 @@ msgstr "Systemadministratör" msgid "All Groups" msgstr "Alla grupper" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Klienter" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Klientnamn" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Senaste Synk" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Inte synkad" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Koppla bort" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Vill du verkligen koppla bort" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "Du har ingen synkad klient" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "Katalogerna synkade med desktop-klienter listas på denna sida. Du kan se klientens namn och IP-adress. Du kan ta bort synk från en klient för en katalog om du inte längre önskar synka den." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Kopplade bort klient" - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3367,7 +3355,7 @@ msgid "Please enter the password." msgstr "Ange lösenord" #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "" @@ -3379,6 +3367,10 @@ msgstr "" msgid "Device Name" msgstr "" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "" @@ -3419,11 +3411,10 @@ msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3752,8 +3743,7 @@ msgid "Password is required." msgstr "Lösenord krävs" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3776,7 +3766,6 @@ msgstr "Nuvarande sökväg:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3842,6 +3831,7 @@ msgid "snapshots" msgstr "snapshots" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "historik" @@ -3863,12 +3853,13 @@ msgstr "s papperskorg" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Tillbaka till katalog" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3879,28 +3870,28 @@ msgstr "Nuvarande sökväg" msgid "Personal" msgstr "Personligt" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Favoriter" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Personlig Wiki" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Administrera delningar" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Länkar" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Grupp" @@ -3918,27 +3909,34 @@ msgstr "Inga kataloger delas med dig" msgid "Welcome to Seafile!" msgstr "Välkommen till Seafile" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile ordnar filer i kataloger. Varje katalog kan synkas och delas separat. Vi har skapat en personlig katalog åt dig. Du kan skapa fler kataloger senare" -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Stäng" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Du har inga kataloger för tillfället" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "" @@ -4046,7 +4044,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "Filstorleken måste vara mindra än %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Sparar..." @@ -4054,7 +4052,7 @@ msgstr "Sparar..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Uppdatera %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4114,7 +4112,7 @@ msgstr "Klicka och välj katalog" #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "Döp om %(name)s till: " +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4153,7 +4151,7 @@ msgid "Empty file upload result" msgstr "Uppladdning resulterade i en tom fil" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Fel" @@ -4177,22 +4175,22 @@ msgstr "Arbetar..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "Tog bort %(name)s och %(amount)s andra objekt." +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "Tog bort %(name)s." +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Intent fel. Misslyckades att ta bort %(name)s och %(amount)s andra objekt" +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Internt fel. Misslyckades att ta bort %(name)s." +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4202,56 +4200,56 @@ msgstr "Flytta valda kataloger/filer till:" msgid "Copy selected directories/files to:" msgstr "Kopiera valda kataloger/filer till:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Felaktig destination" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "Flyttade %(name)s och %(amount)s andra objekt." +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "Flyttade %(name)s." +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "Kopierade %(name)s och %(amount)s andra objekt." +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "Kopierade %(name)s." +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Internt fel. Misslyckades att flytta %(name)s och %(amount)s andra objekt." +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Internt fel. Misslyckades att flytta %(name)s." +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Internt fel. Misslyckades att kopiera %(name)s och %(amount)s andra objekt" +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Internt fel. Misslyckades att kopiera %(name)s." +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "" -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "" @@ -4275,7 +4273,7 @@ msgstr "" msgid "Failed to copy %(f_num)s items." msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "" @@ -4290,117 +4288,118 @@ msgstr "Fel vid kryptering" #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "Krypterar, %(num)s färdigt." +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "Laddar upp..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Klar!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Laddar ner..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Laddar ner, %(num)s färdigt." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Avkrypterar..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Avkrypterade %(num)s." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Tog bort %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Döp om fil" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Döp om katalog" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Kopiera fil" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Flytta fil" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Kopiera Katalog" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Flytta Katalog" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "Kopiera %(name)s till:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Flytta %(name)s till:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Denna katalog kan inte laddas ned" - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "favorit borttagen" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Laddar ner..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Avkrypterar..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Döp om fil" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Döp om katalog" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Kopiera fil" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Flytta fil" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Kopiera Katalog" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Flytta Katalog" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Denna katalog kan inte laddas ned" + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "favorit skapad" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Det krävs" -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Bara en ändelse, vänligen ange ett namn" -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Skapar..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Du har inte döpt om det" -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "Döpte om %(old_name)s till %(new_name)s" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "" -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Vänligen ange minst en kontakt" -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Vänligen ange email eller grupper, eller välj" @@ -4467,110 +4466,77 @@ msgstr "alla" msgid "Delete Time" msgstr "Raderad tid" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Överför ägarskap" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Kataloginställningar" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Spara full historik" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Spara inte historik" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Spara endast historiken " -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "dagar" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Överför denna katalog till annan användare" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Ladda upp" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Tillbaka till förändringshistoriken" @@ -4654,8 +4620,7 @@ msgstr "Favoriter" msgid "icon" msgstr "ikon" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Ta bort favorit" @@ -4710,41 +4675,58 @@ msgstr "till" msgid "Sorry, this user is not registered yet." msgstr "Ledsen, denna användare är inte registrerad" -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Dela" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Favorit" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "uppdaterade denna fil" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] "en deltagare" msgstr[1] "%(counter)s deltagare" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Favorit borttagen" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Favorit skapad" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Starta diskussion" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "diskussion" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Vänligen ange minst en grupp" + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Skapa diskussion" #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4868,15 +4850,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Misslyckades att uppdatera CAPTCHA. Försök igen senare." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "Email måste anges" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Lösenordet måste anges" @@ -4915,10 +4898,47 @@ msgid "New Password: " msgstr "Nytt lösenord" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Verifiera lösenord" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Ange lösenord igen" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Lösenorden överensstämmer inte" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Återställning lyckades" @@ -4993,30 +5013,15 @@ msgstr "Registrera" msgid "Welcome back, you are already signed in." msgstr "Välkommen tillbaka. Du är redan inloggad." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Verifiera lösenord" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Ange lösenord igen" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Lösenorden överensstämmer inte" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "Välj en bildfil" @@ -5033,110 +5038,86 @@ msgstr " är för stor. Tillåten maxstorlek är 1Mb" msgid "Discuss" msgstr "Diskutera" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Vänligen ange minst en grupp" - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Skapa diskussion" - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "Delning %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Nedladdningslänk" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Uppladdningslänk" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Privat delning" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(minst %(repo_password_min_length)s tecken)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Lösenord igen" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Generera" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Länk:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Skicka" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Skicka till:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Email, separerade med ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Skickar..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Du kan dela den genererade länken med andra och de kan ladda upp filer till denna katalog via länken." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Uppladdningslänk" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Starta diskussion" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "diskussion" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Detaljer" @@ -5169,43 +5150,52 @@ msgstr "Borttagna kataloger" msgid "Unknown error." msgstr "Okänt fel" -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Mina kataloger" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Underkataloger" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Delade" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Dela" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Du har inte skapat någon katalog" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Du kan skapa en katalog för att hålla ordning på dina filer Du kan t.ex. skapa kataloger för alla projekt. Varje katalog kan sedan synkas och delas separat" -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Ursprung" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Du har inte skapat några underkataloger" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5233,6 +5223,22 @@ msgstr "visa kontur" msgid "Document convertion failed." msgstr "Misslyckades konvertera dokumentet" +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Behörighet" @@ -5250,14 +5256,14 @@ msgid "Description is required" msgstr "Beskrivning krävs" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Ange lösenord" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Lösenordet är för kort" @@ -5268,7 +5274,11 @@ msgstr "Borttagen" #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "Är du säker att du önskar radera %(lib_name)s ?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Ladda upp" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5286,7 +5296,7 @@ msgstr "Fler åtgärder" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "Dela %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5389,23 +5399,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Ange minst en filtyp eller minst en filändelse" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Välj kontakter" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Ange email" -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5453,7 +5455,7 @@ msgstr "Överför Katalog" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "Överför %(lib_name)s till:" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5528,9 +5530,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Använt utrymme" @@ -5610,42 +5612,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Aktiverar..., vänligen vänta" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Lösenorden överensstämmer inte" @@ -5666,37 +5692,37 @@ msgstr "" msgid "Status" msgstr "Status" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Skapad / Senast inloggning" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Aktiv" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Inaktiv" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "ResetPwd" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Degradera admin" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Tilldela admin" @@ -5753,23 +5779,23 @@ msgstr "Ta bort användare" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Är du säker på att du vill återställa lösenord för %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "Är du säker att du vill ta bort adminbehörighet från %s ?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "Är du säker att du vill sätta %s som admin?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Ändring genomförd, email har skickats" -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5807,408 +5833,401 @@ msgstr "personlig wiki" msgid "Personal Wiki Pages" msgstr "Privata Wiki-sidor" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "behörighetsfel" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Misslyckades att visa papperskorgen" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Misslyckades att ändra kataloginformation" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Misslyckades att spara inställningar" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Inställningar sparade" -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Användarnamnet %s är inte giltigt" -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Kan inte hitta användare %s" -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "Katalog %(repo_name)s har flyttats till %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Filnamnet innehåller ogiltiga tecken" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Filnamnet finns redan" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "Filstorleken överstiger tillåten storlek" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "Ägarens utrymme är slut. Uppladdning misslyckades" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Ett fel uppstod under filöverföring" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Ogiltig URL" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Misslyckades läsa katalogändringar" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Misslyckades läsa snapshots" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "Du har inte behörighet att läsa tillbaka katalog" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Ange historik-ID" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "Katalogen existerar inte" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "Historiken du angett existerar inte" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Okänt fel" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Min katalog" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Kan inte sluta dela en katalog som inte finns" -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Tog bort delning för \"%s\"." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Misslyckades att sluta dela \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Misslyckades att ta bort fil" -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s togs bort." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Internt fel. Misslyckades ta bort %s." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Misslyckades att komma åt filen" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Läste tillbaka %(path)s till root-katalog." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Läste tillbaka %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Läste tillbaka %(path)s till root-katalog." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Internt fel" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Kan inte ladda ner katalog \"%s\": Den är för stor." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Kan inte ladda ner \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "Skapade Personlig Wiki \"Personal Wiki\"." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "Inaktiverade \"Personlig Wiki\"." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "Du har inte behörighet för denna katalog" -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "Ingen sökväg." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Gruppen finns ej" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Åtkomst nekas" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Katalogen existerar inte" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Åtkomst nekas" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Katalogen är krypterad" -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Fel: ingen sökväg." -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Argument saknas" -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Destinationens sökväg är för lång" -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Flyttade %(name)s view" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Kopierade %(name)s view" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Kan inte flytta katalog %(src)s till dess underkatalog %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Kan inte kopiera katalog %(src)s till dess underkatalog %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Målsökvägen är för lång för %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Det gick inte att få filblockerings lista" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Fel repo id" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "System bibliotek kan inte raderas." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Ingen konflikt i sammanslagningen" -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTP-Fel: Misslyckades att öppna filen on-line" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URL-Fel: Misslyckades att öppna filen on-line" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "Krypteringen du har valt är inte korrekt." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Okänd fil-kodning" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Filen är stötte än %s, och kan inte öppnas on-line." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Kan inte läsa fil" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Fel filformat" -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "Katalogen existerar inte." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "Katalogen är krypterad." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Det går inte att redigera filen" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Filen finns inte." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "DEt går inte att ändra denna typ av filer on-line." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Misslyckades sätta Quota: internt fel" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Tog bort %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Misslyckades ta bort: användaren existerar inte" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "Användaren %s är nu admin" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Misslyckades sätta adminbehörighet: användaren existerar inte" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Tog bort adminbehörighet för %s" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Misslyckades ta bort adminbehörighet för %s" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "Aktiverade \"%s\"." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Misslyckades aktivera användare: användaren finns inte." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "Inaktiverade användare \"%s\"." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Misslyckades att inaktivera: användaren finns inte" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Återställde lösenordet till %(passwd)s, ett email har skickats till %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Återställde lösenordet till %(passwd)s, men misslyckades skicka email till %(user)s, kontrollera dina email-inställningar." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Återställde lösenord till %(passwd)s för användare %(user)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6216,70 +6235,74 @@ msgid "" "configured." msgstr "Återställde lösenordet till %(passwd)s för användare %(user)s. Men email kan inte skickas, eftersom email-service inte är korrekt konfigurerad." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Misslyckades återställa lösenordet: användaren finns inte" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Skapade användare %s. Ett email har sänts." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "Skapade användare %s. Ett fel uppstod när email skulle skickas. Vänligen kontrollera email-inställningarna." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "Skapade användare %s" -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "Skapade användare %s. Men email kunde inte skickas, eftersom email-service inte är korrekt konfigurerad." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Överfördes" -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Misslyckades med överföring, användare %s hittades inte." -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Misslyckades med överföring, ogiltiga argument-" -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/uk/LC_MESSAGES/django.po b/locale/uk/LC_MESSAGES/django.po index de8ff87129..fb2a79d228 100644 --- a/locale/uk/LC_MESSAGES/django.po +++ b/locale/uk/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 13:31+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 10:29+0000\n" "Last-Translator: Kvita \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/seahub/language/uk/)\n" "MIME-Version: 1.0\n" @@ -22,122 +22,115 @@ msgstr "" "Language: uk\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "Користувач з такою электронною адресою вже існує" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "Користувач з таким email вже існує" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." +#: seahub/forms.py:45 +msgid "The two passwords didn't match." msgstr "Паролі не збігаються." -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "Поле \"Ім'я\" не може бути порожнім" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "Дуже довге им'я (максимум 255 символів)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "Опис не може бути порожнім" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "Опис дуже довгий (максимум 100 символів)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "Ім'я %s неприпустиме" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "Відсутній аргумент" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "Потрібне старе имя" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "Дуже довге" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "Потрібен Email." -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "Ім’я %s неприпустиме." -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "Потрібен Repo ID" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "Необхідно ввести ім'я користувача" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "Пароль не може бути порожнім" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "Невірний формат URL" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "Невірний пароль" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "Внутрішня помилка серверу" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "Помилка розшифровки бібліотеки" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "Потрібен Email" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "Значення квоти не може бути порожнім" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "Квота занадто мала (мінімальне значення 0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "Потрібна назва бібліотеки" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "Потрібен опис бібліотеки" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "Будь ласка, введіть число" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "Будь ласка введіть правильний пароль." - #: seahub/settings.py:133 msgid "català" msgstr "català" @@ -211,22 +204,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 +msgid "Slovenian" +msgstr "Slovenian" + +#: seahub/settings.py:152 msgid "Svenska" msgstr "Svenska" -#: seahub/settings.py:152 +#: seahub/settings.py:153 msgid "Thai" msgstr "Thai" -#: seahub/settings.py:153 +#: seahub/settings.py:154 msgid "українська мова" msgstr "українська мова" -#: seahub/settings.py:154 +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -236,7 +233,7 @@ msgstr "Спільний файл команди спільноти" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "Обговорення" @@ -256,10 +253,10 @@ msgstr "Обговорення" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -274,11 +271,9 @@ msgstr "Файл" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -301,7 +296,7 @@ msgstr "Нема обговорень." #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -314,34 +309,31 @@ msgstr "Завантаження..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "Не вдалося. Будь ласка, перевірте мережеве з'єднання." @@ -384,6 +376,7 @@ msgid "Deleted library %(library_name)s" msgstr "Видалена бібліотека %(library_name)s " #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "Будь ласка, перевірте мережеве з’єднання." @@ -396,7 +389,7 @@ msgstr "Нові відповіді" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "Повідомлення" @@ -424,7 +417,7 @@ msgstr "Ключові дати" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -440,94 +433,103 @@ msgstr "Пароль успішно змінено" msgid "Change password: %s" msgstr "Змінити пароль: %s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "Будь ласка, увійдіть" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "Ім'я користувача" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "Пароль" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "Введіть дійсну адресу електронної пошти." -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "Будь ласка, введіть правильне ім'я користувача та пароль. Зверніть увагу, що обидва поля чутливі до регістру." -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "Цей обліковий запис неактивний." -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "У вашому веб-браузері не активовані cookies, необхідні для входу." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "E-mail" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "Не вдалося надіслати email. Сервіс електронної пошти не налаштований. Будь ласка, зв'яжіться з адміністратором." -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "Ця адреса електронної пошти не асоційована з користувачем. Ви впевнені що зареєструвалися?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "Ви не можете скинути пароль, будь ласка, зв'яжіться з адміністратором LDAP." -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "Пароль змінено на %s" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "Новий пароль" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "Підтвердження нового паролю" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "Паролі не збігаються." + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "Старий пароль" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "Ваш старий пароль було введено невірно. Будь ласка, введіть його знову." -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "Пароль (ще раз)" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "Вийти" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "Неможливо надіслати email. Будь ласка, зверніться до адміністратора." -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "Ви не можете змінити пароль, будь ласка, зв'яжіться з адміністратором LDAP." @@ -629,7 +631,7 @@ msgstr "Поточний аватар: " #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -637,7 +639,7 @@ msgstr "Поточний аватар: " #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -646,29 +648,30 @@ msgstr "Поточний аватар: " #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -676,8 +679,8 @@ msgstr "Поточний аватар: " #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -700,31 +703,35 @@ msgstr "%(avatar_creator)s оновив свій а msgid "You have updated your avatar %(avatar)s." msgstr "Ви оновили свій аватар %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "Email адреса" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "Це значення повинно мати довжину 40" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "Користувач з такою электронною адресою вже існує" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "Неправильний ідентифікатор користувача" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "ім'я" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "департамент" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "телефон" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "примітка" @@ -785,7 +792,7 @@ msgstr "Статус файлу \"%(file)s\" відновлено за %(time)s. msgid "Recovered deleted directory" msgstr "Відновлений видалений каталог" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "Змінено назву або опис бібліотеки" @@ -796,8 +803,8 @@ msgstr "Автоматичне злиття системою seafile" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "Просто зараз" @@ -834,10 +841,10 @@ msgstr[1] "%(seconds)d секунд тому" msgstr[2] "%(seconds)d секунд тому" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -851,11 +858,11 @@ msgstr[2] "%(seconds)d секунд тому" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -866,9 +873,9 @@ msgid "Read-Write" msgstr "Читання+Запис" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -888,7 +895,7 @@ msgid "Email is required." msgstr "Потрібен email." #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s неприпустима адреса email." @@ -921,7 +928,7 @@ msgstr "Успішно видалено %s" #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "Контакти" @@ -936,7 +943,7 @@ msgid "Email " msgstr "Email " #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -945,23 +952,22 @@ msgstr "Email " #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -979,12 +985,12 @@ msgid "Name" msgstr "Им'я" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "Примітка" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -993,28 +999,26 @@ msgstr "Примітка" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "Операції" @@ -1027,8 +1031,10 @@ msgstr "Операції" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "Редагувати" @@ -1042,21 +1048,21 @@ msgstr "Редагувати" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "Видалити" @@ -1075,12 +1081,12 @@ msgstr "Додайте контакти, щоб ви могли швидко о #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1187,78 +1193,86 @@ msgstr "Перевірочне повідомлення занадто довг msgid "\"%s\" is not a valid name" msgstr "\"%s\" неприпустиме ім'я" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "Ви не маєте прав на створення групи." + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "Ви можете створити %d груп.Оновлення аккаунту." -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "Група з таким ім'ям вже існує" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "Не вдалося розформувати групу, повторіть спробу пізніше." -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "Успішно розформовано групу." -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "Не вдалося перейменувати групу. Назва групи може містити тільки букви, цифри або підкреслення" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "Зміна назви групи на %s\" виконано успішно." -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "%s неприпустима адреса email." -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "Тільки адміністратори можуть зробити групу публічною" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "Повідомлення, не існує" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "У вас немає прав доступу." -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "Ви запрошені приєднатися до групи %s" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "Група не існує." + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "Не вдається додати, %s не в поточної спільноти." -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "Ви можете запросити %d учасників.Оновлення аккаунту." -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "Не вдалося додати, %s не зареєстрований." -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." @@ -1266,141 +1280,141 @@ msgstr[0] "Успішно додано. %(count)s Повідомлення бу msgstr[1] "Успішно додано. %(count)s поштових листів було надіслано." msgstr[2] "Успішно додано. %(count)s поштових листів було надіслано." -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "Успішно додано." -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "Не вдалося додати, %s неприпустимий email." -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "Не вдалося додати, %s не зареєстрований." -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "Операція виконана успішно." -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "Не вдалося:%s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "Помилка: невірний ідентифікатор групи" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "Помилка: група не існує." -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "Успішно розміщений у %(groups)s." -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "Помилка: ви не учасник групи %s." -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "Помилка: бібліотека не існує." -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "Помилка: невірний шлях." -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "Неможливо створити: група не існує." -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "Неможливо створити: ви не в групі." -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "Неможливо створити" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "Неможливо створити: внутрішня помилка." -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "Ви вже в групі." -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "Успішно відправлено на розгляд адміністрації." -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "Обговорення потрібно." -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "Файл не існує" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "Успішно закритий доступ до \"%s\"." -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "Успішно закритий доступ до \"%s\"." -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "Не вдалося створити wiki-сторінку. Повторіть спробу пізніше." -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "Внутрішня помилка сервера" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Файл wiki не існує" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "Не вдалося створити домашню сторінку. Повторіть спробу пізніше." -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "Невдало встановлено wiki бібліотеку." -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki не знайдена." -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "Сторінка \"%s\" вже існує." -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "Успішно видалене \"%s\"." -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "Помилка при видалені \"%s\". Будь ласка, повторіть пізніше." @@ -1447,23 +1461,23 @@ msgstr "Значення не може бути порожнім і має бу #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1471,7 +1485,7 @@ msgstr "Скасувати" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "Неможливо змінити файл." @@ -1482,9 +1496,9 @@ msgstr "Це публічна група" #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1492,12 +1506,12 @@ msgstr "Бібліотеки" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "Wiki" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "Файли" @@ -1572,8 +1586,7 @@ msgstr "Ви дійсно хочете видалити це обговорен #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "Так" @@ -1581,8 +1594,7 @@ msgstr "Так" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "Ні" @@ -1602,7 +1614,7 @@ msgstr "Не вдалося видалити: " #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "Невдало." @@ -1610,15 +1622,15 @@ msgstr "Невдало." msgid "Recent Changes" msgstr "Недавні зміни" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "Нова бібліотека" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1627,11 +1639,11 @@ msgstr "Нова бібліотека" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1641,47 +1653,47 @@ msgstr "Нова бібліотека" msgid "Description" msgstr "Опис" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "Останнє оновлення" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "Надано в загальний доступ " -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "Завантажити та синхронізувати" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1690,46 +1702,46 @@ msgstr "Завантажити та синхронізувати" msgid "Unshare" msgstr "Скасувати спільний доступ" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "Немає жодної бібліотеки для спільного доступу в цій групі" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "Ви можете надати спільний доступ для бібліотеки, натиснувши кнопку \"Нова бібліотека\" вгорі або кнопку \"Спільний доступ\" у вашому списку бібліотек." -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "Бібліотеки із спільним доступом і з правом на запис можуть бути завантажені і синхронізовані іншими учасниками групи. Бібліотеки з міткою 'Тільки для Читання' можуть завантажуватися учасниками групи, але не можуть оновлюватися ними на сервері." -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "Бібліотека" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "Модифіковано у " -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "Модифіковано" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1740,7 +1752,7 @@ msgstr "Модифіковано" msgid "Details" msgstr "Деталі" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1753,7 +1765,7 @@ msgstr "Деталі" msgid "None" msgstr "Ні" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1762,29 +1774,29 @@ msgstr "Ні" msgid "Unknown" msgstr "Не визначено" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "зашифровано" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "Пароль: " -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "Пароль буде зберігатися на сервері протягом 1 години." -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "Скасувати спільний доступ до бібліотеки" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "Ви впевнені, що хочете заборонитиспільний доступ до %s ?" +msgstr "Ви впевнені, що хочете заборонити доступ %s ?" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1802,11 +1814,11 @@ msgstr "Ви впевнені, що хочете заборонитиспіль #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1850,7 +1862,7 @@ msgstr "Адміністратори" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "Налаштування" @@ -1868,7 +1880,7 @@ msgid "Avatar" msgstr "Аватар" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "Змінити" @@ -1878,7 +1890,7 @@ msgstr "Змінити" msgid "Rename" msgstr "Перейменувати" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "Зняти з публікації" @@ -1955,7 +1967,7 @@ msgid "Name: " msgstr "Ім'я" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2028,7 +2040,7 @@ msgid "Choose a library as wiki:" msgstr "Оберіть бібліотеку для wiki:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "Будь ласка, клікніть та оберіть бібліотеку." @@ -2094,13 +2106,13 @@ msgid "Are you sure you want to delete this page?" msgstr "Ви впевнені, що бажаєте видалити сторінку?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "Потрібене старе ім'я" #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "Потрібен опис бібліотеки" @@ -2109,37 +2121,47 @@ msgstr "Потрібен опис бібліотеки" msgid "Tips" msgstr "Поради" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "Після створення групи, ви можете додати учасників для спільного використання бібліотек." +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "Так як ви гість, ви не можете створювати групи." + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "Мої групи" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "Нова група" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "Час: " -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "Вас немає ні в одній групі" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." +"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." msgstr "Ви можете створити групу, натиснувши на \"Створити групу\". Група буде місцем спілкування для вас і ваших друзів. У ній ви можете залишати повідомлення і спільно використовувати бібліотеки." #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "Група є місце спілкування для вас і ваших друзів. У ній ви можете залишати повідомлення і спільно використовувати бібліотеки. Групи до яких ви можете приєднатись перераховані тут." + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "Назва групи" @@ -2171,7 +2193,7 @@ msgid "Add administrators" msgstr "Додати Адміністраторів" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "Будь ласка, введіть електронну пошту, або виберіть деякі." @@ -2450,21 +2472,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Сервери Seafile не зберігають пароль до зашифрованої бібліотеки. Щоб переглянути зашифровану бібліотеку онлайн, вам потрібно надати пароль до бібліотеки. Ваш пароль зберігаєтся тільки в зашифрованій пам'яті серверу. Його буде видалено з пам'яті за годину. Після цього, якщо ви бажаете переглянути бібліотеку, вам знову потрібно ввести пароль." -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "потрібно повідомлення" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "потрібен контакт" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "Ви не можете посилати повідомлення самому собі." -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "Неможливо надіслати повідомлення для %s, користувач не знайдений." @@ -2475,13 +2497,13 @@ msgstr "Нове повідомлення" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "Повідомлення" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2499,10 +2521,6 @@ msgstr "щоб надіслати: клікніть для вибору конт msgid "please add contacts at first" msgstr "спочатку виберіть контакти" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "Неможливо отримати ваші контакти для відправки повідомлення." - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "Надіслати повідомлення..." @@ -2531,7 +2549,7 @@ msgstr "%(user)s надав вам доступ до файла групових дискусій м #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s відповів Вам групова дискусія." +msgid "%(user)s replied the group discussion." +msgstr "%(user)s відповів група дискусії." #: seahub/notifications/models.py:677 #, python-format @@ -2569,7 +2587,7 @@ msgid "" "%(join_request_msg)s" msgstr "Користувач %(username)s запросив приєднання до групи %(group_name)s, перевірочне повідомлення: %(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "Всі записи успішно видалені." @@ -2687,11 +2705,15 @@ msgstr "Видалити Повідомлення" msgid "Notices" msgstr "Записи" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Відзначити всі читати" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "Очистити" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "Детальніше" @@ -2701,27 +2723,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "Будь ласка оберіть яким чином переглядати зашифровані бібліотеки онлайн:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "Надсилати паролі на сервер." #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "Файли буде розшифровано на сервері перед відправкою до вас." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "Зберігати паролі у вашому браузері." #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "Файли буде розшифровано у вашому браузері під час завантаження." #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2753,7 +2775,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "\"%s\" успішно призначена вашою бібліотекою за замовчанням." #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "Налаштування профілю" @@ -2766,75 +2788,75 @@ msgstr "Профіль" msgid "Language" msgstr "Мова" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "Зашифровані бібліотеки" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "Суб-бібліотека" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "Бібліотека за замовчанням" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "Видалити контакт" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "Аватар:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "Пароль: " -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "Оновити" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "Ім'я:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "Про себе: " -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "Відділ:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "Телефон:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "Встановлення мови" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "Налаштування зашифрованих бібліотек" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "Як переглядати зашифровані бібліотеки онлайн:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "Налаштування суб-бібліотеки" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "Активувати суб-бібліотеку" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2843,7 +2865,7 @@ msgid "" "library." msgstr "Ця опція дозволяє вам вибірково синхронізувати каталоги всередині бібліотеки. Суб-бібліотека може бути створена з будь якого каталогу. Після створення вона потрапить до списку у вашому клієнті на комп'ютері і ви матимете змогу завантажити її так само як і звичайну бібліотеку. Вона буде автоматично синхронізуватися з батьківською бібліотекою." -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2851,33 +2873,33 @@ msgid "" "listed, which enables you to manage them." msgstr "Суб-бібліотека також використовується при наданні спільного доступу до каталогу групі або іншому користувачеві. З увімкненою опцією ці приховані суб-бібліотеки також потраплять до ваших списків, що дозволить вам працювати з ними." -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "Налаштування бібліотеки за замовчанням" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "Бібліотека за замовчанням:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "Бібліотека за замовчанням - це місце за замовчанням, куди зберігаються ваші особисті документи і зображення." -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "Оберіть бібліотеку за замовчанням" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "Цю операцію неможливо скасувати. Будь ласка, подумайте двічі!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "Обрати бібліотеку за замовчанням:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "Дійсно хочете видалити %s ?" @@ -2901,197 +2923,208 @@ msgid "Self-introduction" msgstr "Про себе" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "Відділ:" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "Телефон:" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "E-mail не довше 512 символів" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "Будь ласка введіть правильний пароль." + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "Неможливо відкрити спільний доступ для всіх учасників. Повторіть спробу пізніше." -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "Успішно надано спільний доступ для всіх учасників, для перевірки. Перейдіть до Спільного доступу." -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\" вже в групі %(group)s. Переглянути" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "Спільний доступ не надано %(repo)s у %(group)s, повторіть спробу пізніше." -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "Успішно надано спільний доступ до %(group)s, для перевірки перейдіть до Спільний доступ." -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "Ви не можете відкрити спільний доступ самому собі" -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "Не вдалося надати спільний доступ для %s, такого користувача не існує." -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "Не вдалося відкрити спільний доступ %s, такий email не зареєстрований." -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "Не вдалося відкрити спільний доступ %s, будь ласка, повторіть спробу пізніше." -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "Успішно надано спільний доступ для %(email)s, для перевірки перейдіть до Спільний доступ." -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "Тільки власник бібліотеки має право дати спільний доступ до неї." -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "Спільний доступ до \"%s\" не можливий, тому що обмежений квотою. Оновлення облікового запису." -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "Аргумент неприпустимий" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "Не вдалося закрити спільний доступ" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "ідентифікатор групи не є дійсним" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "Не вдалося заборонити спільний доступ: група не існує." -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "Спільний доступ успішно закрито" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "усі учасники" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "Неприпустимі аргументи" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "У вас немає доступу до цієї бібліотеці" -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "Успішно виключено" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "Група не існує" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "Відправка посилання до спільного доступу не вдалося. Послуги електронної пошти не налаштовані належним чином. Будь ласка, зв'яжіться з адміністрацією." -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "Файл надано Вам в спільне користування на %s" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "Папка надана Вам у спільний досуп на %s" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "Внутрішня помилка серверу. Надіслати не вдалося." -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "Успішно надіслано." -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "Будь ласка, оберіть каталог." -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "Успішно збережено." -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "Неможливо надіслати повідомлення для %s, користувач не знайдений." -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "Успішно відкрито доступ до %s." -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "Успішно закритий доступ до \"%s\"." -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "Ви не маєте повноважень для надання у спільне використання %s." -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "У вас немає дозволу на доступ до %s." -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "Помилка при отриманні посилання. Будь ласка, повторіть пізніше." +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "Доступ заборонено" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "Операція не успішна" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "Відправка посилання до спільного доступу не вдалося. Послуги електронної пошти не налаштовані належним чином. Будь ласка, зв'яжіться з адміністрацією." -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "Посилання для завантаження надано для Вас на %s" @@ -3110,7 +3143,6 @@ msgstr "З правом запису" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "Відвідування" @@ -3124,8 +3156,6 @@ msgstr "Перегляд" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "Виключено" @@ -3155,7 +3185,7 @@ msgid "Folders - Share" msgstr "Каталоги - Спільний доступ" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "Каталоги" @@ -3181,13 +3211,13 @@ msgstr "Ви можете відкрити спільний доступ до о #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "Редагування успішне." #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "Редагування не успішне." @@ -3199,33 +3229,33 @@ msgstr "Файли - Спільний доступ" msgid "From Others" msgstr "Від інших" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "До інших" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "Від" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "Ніхто не поділився файлами з вами" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "Окремі файли, що їх було надано вам у доступ, будуть відображатися тут. Ви маєте змогу завантажувати іх, або зберігати до бібліотек." -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "До" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "Ви не поділилися жодним своїм файлом" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3252,7 +3282,8 @@ msgid "Shares" msgstr "Спільнодоступні" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "Базова інформація" @@ -3279,7 +3310,7 @@ msgstr "Ви не використовуєте спільно жодної бі msgid "Sorry, but the requested page could not be found." msgstr "Вибачте, але такої сторінки не знайдено." -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "Дії" @@ -3309,49 +3340,6 @@ msgstr "Системний адміністратор" msgid "All Groups" msgstr "Всі групи" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "Клієнти" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "Ім'я клієнта" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "Остання синхронізація" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "Не синхронізовано" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "Розсинхронізувати" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "Дійсно хочете розсинхронізувати це?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "У вас немає жодного підключеного клієнта" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "На цій сторінці відображаються бібліотеки, синхронізовані з клієнтами. Ви можете бачити ім'я клієнта та його IP-адресу. Ви можете відключити синхронізацію клієнта з бібліотекою, якщо ви більше не хочете синхронізувати її." - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "Успішно розсинхронізовано" - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3376,7 +3364,7 @@ msgid "Please enter the password." msgstr "Будь ласка, введіть пароль" #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "Пристрої" @@ -3388,6 +3376,10 @@ msgstr "Платформа" msgid "Device Name" msgstr "Назва приладу" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "Останній доступ" @@ -3407,7 +3399,7 @@ msgstr "Посилання видалено " #: seahub/templates/devices.html:43 #, python-format msgid "Really want to unlink %s?" -msgstr "Дійсно хочете видалити посилання %s?" +msgstr "Насправді хочете розірвати зв'язок %s?" #: seahub/templates/devices.html:44 msgid "It will immediately stop syncing." @@ -3428,11 +3420,10 @@ msgstr "Успішно розсинхронізовано." #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3761,8 +3752,7 @@ msgid "Password is required." msgstr "Потрібен пароль." #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3785,7 +3775,6 @@ msgstr "Поточний шлях:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3851,6 +3840,7 @@ msgid "snapshots" msgstr "знімки" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "Історія" @@ -3872,12 +3862,13 @@ msgstr "кошик" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "Назад до бібліотеки" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3888,28 +3879,28 @@ msgstr "Поточний шлях: " msgid "Personal" msgstr "Особисті" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "Позначені" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "Персональна Wiki" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "Спільний доступ" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "Посилання" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "Група" @@ -3927,27 +3918,34 @@ msgstr "Жодна бібліотека не надана вам у спільн msgid "Welcome to Seafile!" msgstr "Ласкаво просимо до Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile організує файли в бібліотеках. Кожна бібліотека може бути синхронізована і надана у спільний доступ окремо. Ми створили персональну бібліотеку для вас. В подальшому ви можете створювати інші бібліотеки." -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "Seafile організовує файли в бібліотеках. Кожна бібліотека може бути синхронізована і надана у спільне користування окремо. Однак, так як ви гість, ви не можете створювати бібліотеки." + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "Закрити" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr " Оберіть каталог:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "Ви ще не позначили жодного файлу" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr " Будь ласка оберіть каталог" @@ -4055,7 +4053,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "Розмір файлу повинен бути менше за %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "Збереження..." @@ -4063,7 +4061,7 @@ msgstr "Збереження..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "Оновити файл %(file_name)s" +msgstr "Оновлення %(file_name)s" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4123,7 +4121,7 @@ msgstr "Клікніть для вибору каталогу" #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "Rename у %(name)s" +msgstr "Зміна ім'я %(name)s на:" #: seahub/templates/repo.html:218 msgid "" @@ -4162,7 +4160,7 @@ msgid "Empty file upload result" msgstr "Результат завантаження порожнього файлу" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "Помилка" @@ -4186,22 +4184,22 @@ msgstr "Обробка ..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "Успішно видалено %(name)s та %(amount)s інших" +msgstr "Успішно видалені %(name)s та %(amount)s інших позицій." #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "Успішно видалено %(name)s." +msgstr "Успішно видалені %(name)s." #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "Внутрішня помилка. Збій видалення файлу %(name)s та %(amount)s інших ." +msgstr "Внутрішня помилка. Не вдалося видалити %(name)s та %(amount)s інших позицій.." #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "Внутрішня помилка. Файл %(name)s не видалений." +msgstr "Внутрішня помилка. Не вдалося видалити %(name)s." #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4211,15 +4209,15 @@ msgstr "Перемістити вибрані каталоги/файли до:" msgid "Copy selected directories/files to:" msgstr "Копіювати вибрані каталоги/файли до:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "Невірний шлях призначення" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "Успішне переміщення %(name)s та %(amount)s інших." +msgstr "Успішно переміщено %(name)s та %(amount)s інших позицій." #: seahub/templates/repo.html:602 #, python-format @@ -4229,62 +4227,62 @@ msgstr "Успішно переміщено %(name)s." #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "Успішне копіювання %(name)s та %(amount)s інших" +msgstr "Успішно скопійовано %(name)s та %(amount)s інших позицій." #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "Успішне копіювання %(name)s." +msgstr "Успішно скопійовано %(name)s." #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "Внутрішня помилка. Не переміщено файл %(name)s та %(amount)s інших." +msgstr "Внутрішня помилка. Не вдалося перемістити %(name)s та %(amount)s інших позицій.." #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "Внутрішня помилка. Файл %(name)s не переміщено." +msgstr "Внутрішня помилка. Не вдалося перемістити %(name)s." #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "Внутрішня помилка. Не виконано копіювання файлу %(name)s та %(amount)s інших." +msgstr "Внутрішня помилка. Не вдалося скопіювати %(name)s та %(amount)s інших позицій.." #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "Внутрішня помилка. Файл %(name)s не скопійовано." +msgstr "Внутрішня помилка. Не вдалося скопіювати %(name)s." -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "Переміщення..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "Копіювання..." #: seahub/templates/repo.html:679 #, python-format msgid "Successfully moved %(s_num)s items." -msgstr "Успішно виконано переміщення %(s_num)s пунктів." +msgstr "Успішно переміщено %(s_num)s позицій." #: seahub/templates/repo.html:681 #, python-format msgid "Failed to move %(f_num)s items." -msgstr "Невдало виконано переміщення %(f_num)s пунктів." +msgstr "Не вдалося перемістити %(f_num)s позицій." #: seahub/templates/repo.html:684 #, python-format msgid "Successfully copied %(s_num)s items." -msgstr "Успішно виконано копіювання %(s_num)s пунктів." +msgstr "Успішно скопійовано %(s_num)s позицій." #: seahub/templates/repo.html:686 #, python-format msgid "Failed to copy %(f_num)s items." -msgstr "Невдало виконано копіювання %(f_num)s пунктів." +msgstr "Не вдалося скопіювати %(f_num)s позицій." -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "Невдало." @@ -4305,111 +4303,112 @@ msgstr "Шифрування, %(num)s% виконано." msgid "Uploading ..." msgstr "Завантаження ..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "Виконано!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "Завантаження ..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "Завантаження, %(num)s% виконано." - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "Розшифрувати ..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "Розшифрування, %(num)s% закінчено." - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "Успішно видалено %(name)s" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "Перейменувати файл" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "Перейменувати каталог" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "Копіювати" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "Перемістити" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "Каталог" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "Переміщено каталогів" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "у %(name)s" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "Перемістити %(name)s до: " - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "Завантаження каталогу не підтримується у цій бібліотеці." - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "Зняти відмітку" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "Завантаження ..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "Завантаження, %(num)s% виконано." + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "Розшифрувати ..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "Розшифрування, %(num)s% виконано." + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "Успішно видалено %(name)s" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "Перейменувати файл" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "Перейменувати каталог" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "Копіювати" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "Перемістити" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "Каталог" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "Переміщено каталогів" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "Скопійовано %(name)s до:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "Переміщено %(name)s до:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "Завантаження каталогу не підтримується у цій бібліотеці." + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "Позначити" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "Потрібен Email." -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "Тут тільки розширення, будь ласка, введіть значення." -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "Витяг ..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "Ви ще не завантажили" -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "Успішне перейменування%(old_name)s до %(new_name)s" +msgstr "Успішно перейменовано з %(old_name)s до %(new_name)s" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "Скасовано." -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "Будь ласка, оберіть принаймні один контакт." -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "Будь ласка, введіть emails, або назви груп, або що небудь." @@ -4476,110 +4475,77 @@ msgstr "все" msgid "Delete Time" msgstr "Видалити час" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "Назад до" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "Передавати право власності" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "Змінити пароль" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "Посилання спільного доступу" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "Налаштування бібліотеки" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "Зберігати повну історію" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "Не зберігати історію" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "Зберегти лише період історії: " -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "днів" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "Передавати бібліотеку іншому користувачу." -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "Змініть пароль цієї бібліотеки:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "Старий пароль" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "Новий пароль (повинен мати не менше %(repo_password_min_length)s символів)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "Повтор нового паролю" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "Розроблено" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "Тип" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "Завантажити" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "Цей репозиторій не має посилання спільного використання" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "Ви можете згенерувати посилання спільного використання для будь яких файлів/папок. Користувачі, що отримають ці посилання, можуть завантажити/вивантажити заархівовані папки або файли." - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "Будь ласка введіть старий пароль" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "Будь ласка введіть новий пароль" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "Новий пароль дуже короткий" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "Будь ласка, введіть знову новий пароль " -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "Нові паролі не співпадають" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "Успішно видалений." - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "Назад до історії версій" @@ -4663,8 +4629,7 @@ msgstr "Позначки" msgid "icon" msgstr "іконка" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "Зняти відмітку" @@ -4719,28 +4684,13 @@ msgstr "для" msgid "Sorry, this user is not registered yet." msgstr "На жаль, цей користувач не зареєстрований." -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "Доступ" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "Позначити" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "оновити цей файл" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " @@ -4748,13 +4698,45 @@ msgstr[0] " %(counter)s учасник" msgstr[1] " %(counter)s учасника (ів)" msgstr[2] " %(counter)s учасника (ів)" -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "Відмітка успішно знята" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "дискусія" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "Успішно відзначено" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "група" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "share" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "Повідомлення в обговоренні групи" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "обговорення" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "закрито" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "top" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "Будь ласка, виберіть принаймні, одну групу." + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "Будь ласка, почніть обговорення." #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4878,15 +4860,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "Не вдалося поновити CAPTCHA, спробуйте ще раз." #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "E-mail не може бути порожнім" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "Пароль не може бути порожнім" @@ -4925,10 +4908,47 @@ msgid "New Password: " msgstr "Новий пароль: " #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "%(min_len)s символів чи більше, включая %(level)s видів чи більше, таких як: літери (чутливі к реєстру), числа, та символи\"" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "Підтвердіть пароль: " +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "Пточний пароль не може бути пустим" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "Будь ласка підтвердіть пароль" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "Паролі не збігаються" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "%(min_len)s characters or more, include %(level)s types or more of these: letters(case sensitive), numbers, and symbols%(min_len)s символів чи більше, включая %(level)s видів чи більше, таких як: літери (чутливі к реєстру), числа, та символи" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "Пароль успішно змінено" @@ -5003,30 +5023,15 @@ msgstr "Зареєструвався" msgid "Welcome back, you are already signed in." msgstr "Ласкаво просимо! Ви вже увійшли в систему." -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "Підтвердіть пароль" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "Зареєструватися" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "Будь ласка підтвердіть пароль" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "Паролі не збігаються" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr "не підтримується. Будь ласка, виберіть файл зображення." @@ -5043,110 +5048,86 @@ msgstr "дуже великий. Дозволений максимальний msgid "Discuss" msgstr "Обговорення" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "Будь ласка, виберіть принаймні, одну групу." - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "Будь ласка, почніть обговорення." - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "у %(name)s" +msgstr "Share %(name)s" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "Посилання з правами перегляду" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "Посилання з правами запису" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "Приватний спільний доступ" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "Використовуйте пароль" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "Додати захист паролем" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(не менше %(repo_password_min_length)s символів)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "Підтвердіть пароль" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "Встановіть термін дії" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "Днів" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "Створити" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "Посилання: " -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "Надіслати" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "Надіслати: " -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "Email (и), розділені ','" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "Повідомлення (опціонально)" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "Відправка ..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "Ви можете передати згенеровані посилання іншим, і вони матимуть змогу завантажувати файли до цього каталогу." -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "Посилання з правами запису:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "Повідомлення в обговоренні групи" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "обговорення" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "Деталі модифікації" @@ -5179,43 +5160,52 @@ msgstr "Видалені каталоги" msgid "Unknown error." msgstr "Невідома помилка." -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "Мої" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "Суб-бібліотеки" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "Спільні" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "Нова підбібліотека" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "Доступ" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "Ви не створили жодної бібліотеки" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "Ви можете створювати бібліотеки для організації роботи з файлами. Наприклад, Ви створюєте бібліотеки для кожного з ваших проектів, причому кожна з них може бути синхронізована і дана у спільний доступ." -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "Походження" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "Ви не створили жодної суб-бібліотеки" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5243,6 +5233,22 @@ msgstr "показати контур" msgid "Document convertion failed." msgstr "Помилка конвертації." +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "занадто слабкі" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "слабкі" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "середні" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "сильні" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "Спільний доступ дозволено" @@ -5260,14 +5266,14 @@ msgid "Description is required" msgstr "Потрібен опис бібліотеки" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "Будь ласка, введіть пароль" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "Пароль дуже короткий" @@ -5278,7 +5284,11 @@ msgstr "Видалення виконано успішно." #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "Дійсно хочете видалити %(lib_name)s ?" +msgstr "Дійсно хочете видалити %(lib_name)s ?" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "Завантажити" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5296,7 +5306,7 @@ msgstr "Більше операцій" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "Спільний доступ %(lib_name)s" +msgstr "Share %(lib_name)s" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5399,23 +5409,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "Будь ласка, оберіть принаймні 1 тип файлу або введіть не менше 1 розширення файлу" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "Вибрати контакти" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "Будь ласка, введіть принаймні, email." -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "Будь-ласка, введіть кількість днів" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "Будь ласка, введіть кількість дійсних днів" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5463,7 +5465,7 @@ msgstr "Перенос бібліотеки" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "Передано %(lib_name)s до:" +msgstr "Перенесення %(lib_name)s до:" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5538,9 +5540,9 @@ msgid "Number of groups" msgstr "Кількість груп" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "Дисковий простір, що використовується" @@ -5620,42 +5622,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "Додати csv файл" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "Імпорт користувачів" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "Додати користувача" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "Роль" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "Ви також можете додати користувача в якості гостя, якому не буде дозволено створювати бібліотеки та групи." + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "За замовчуванням" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "Гость" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "Імпорт користувачів з CSV файлу" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "Формат файлу: user@mail.com,password" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "Будь ласка, виберіть CSV файл" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "Активація..., зачекайте будь ласка" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "Доступна нова версія серверу %(v)s." -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "Паролі не співпадають" @@ -5676,37 +5702,37 @@ msgstr "Порада: користувачі повинні раніше дод msgid "Status" msgstr "Статус" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "Створено / Останній вхід" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "Активний" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "Неактивний" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "Змінити пароль" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "Відкликати Адміністратора" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "Призначити адміністратора" @@ -5763,7 +5789,7 @@ msgstr "Видалити користувача" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "Ви впевнені, що хочете змінити пароль %s ?" +msgstr "Ви впевнені, що хочете скинути пароль %s ?" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format @@ -5773,13 +5799,13 @@ msgstr "Ви впевнені, що хочете відкликати права #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "Ви впевнені, що хочете призначити %s адміністратором?" +msgstr "Ви впевнені, що хочете надати %s права адміністратора?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "Успішно відредаговано. Повідомлення було надіслано." -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5817,408 +5843,401 @@ msgstr "персональна wiki" msgid "Personal Wiki Pages" msgstr "Персональні Wiki сторінки" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "помилка прав доступу" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "Не вдається переглянути сторінку" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "Не вдається переглянути бібліотеку" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "Не вдалося зберегти налаштування на сервері" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "Налаштування збережені." -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "Ім’я користувача %s неприпустиме." -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "Користувача %s не знайдено." -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "Користувача %s немає у поточній спільноті." -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "Бібліотека %(repo_name)s була передана до %(new_owner)s." -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "Неможливо змінити пароль, Ви не власник." -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "Вдало змінено пароль до бібліотеки %(repo_name)s." -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "Назва файлу містить неприпустимий символ" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "Дублікат файлу" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "Розмір файлу перевищує ліміт" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "Дисковий простір власника вичерпано, завантаження не вдалася" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "Сталася помилка під час передачі файлів" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "Неправильний URL" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "Не вдається переглянути бібліотеку" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "Не вдається переглянути бібліотеки snapshots" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "у вас немає прав на відновлення бібліотеки" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "Будь ласка визначте ID історії" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "Бібліотека не існує" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "Вказана історія не існує" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "Невідома помилка" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "Моя бібліотека" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "Не вдалося заборонити спільне використання бібліотек, оскільки де вони існує." -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "Заборонено спільне використання \"%s\"." -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "Не вдалося заборонити спільне використання \"%s\"." -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "Не вдалося видалити файл." -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s успішно видалено." -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "Внутрішня помилка. Файл %s не видалено." -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "Неможливо отримати доступ до файлу: трафік для загального файлу вичерпався." -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "Неможливо отримати доступ до файлу." -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Успішно відновлено %(path)s до основної директорії." -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "Успішно відновлено %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "Успішно відновлено %(path)s до основної директорії." -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "Внутрішня помилка" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "Не вдається завантажити каталог \"%s\": занадто великий розмір." -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "Не вдається завантажити \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "Успішно закритий доступ до \"%s\"." -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "Успішно закритий доступ до \"%s\"." -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "У вас немає дозволу на доступ до бібліотеки." -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "No path." -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "Група не існує" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "Доступ заборонено" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "Бібліотека не існує" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "Доступ заборонено" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "Бібліотека зашифрована." -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "Error: no head commit id" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "Аргумент пропущений." -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "Шлях призначення занадто довгий." -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "Успішне переміщення %(name)s переглянути" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "Успішне копіювання %(name)s переглянути" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "Не можливо перемістити каталог %(src)s до свого підкаталогу %(des)s" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "Не моливо зробити копію каталогу %(src)s до свого підкаталогу %(des)s" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "Шлях призначення занадто довгий для %s." -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "Збій отримання переліку бкованих файлів." -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "Невірний repo id" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "Будь ласка, увійдіть" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "Системна бібліотека не може бути видалена." -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "Немає конфлікту при злитті." -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "Ви не має прав на створення бібліотеки" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTP помилка: файл не може бути відкритий в он-лайн режимі." -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URL помилка: файл не може бути відкритий в он-лайн режимі." -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "Обраний режим шифрування не є правильним." -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "Шевідомий алгоритм шифрування файлу." -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "Розмір файлу перевищує %s, і не може бути відкритий в онлайн режимі." -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "Не вдається переглянути файл" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "Невірний формат файла." -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "Бібліотека не існує." -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "Бібліотека зашифрована." -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "Неможливо редагувати файл." -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "Файл не існує." -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "Редагування онлайн не передбачається для цього типу файлів." -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "Не вдалося встановити квоту: внутрішня помилка" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "Не вдалося встановити квоту: внутрішня помилка сервера" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "Успішно видалено %s" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "Не вдалося видалити: користувач не існує" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "%s успішно призначений адміністратором" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "Не вдалося призначити адміністратора: користувач не існує" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "Права адміністратора %s успішно відкликані" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "Не вдалося відкликати адміністратора: користувач не існує" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "Успішно активовано %s." -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "Неможливо активувати: користувач не існує." -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "Успішно деактивовано %s." -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "Неможливо деактивувати: користувач не існує." -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "Ваш обліковий запис %s активовано" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "Пароль було змінно на %s" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "Пароль успішно змінено на %(passwd)s, повідомлення було надіслано %(user)s." -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "Пароль успішно змінено на %(passwd)s, але повідомлення не було надіслано %(user)s, будь ласка, перевірте налаштування електронної пошти." -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "Пароль успішно змінено на %(passwd)s для користувача %(user)s." -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6226,70 +6245,74 @@ msgid "" "configured." msgstr "Пароль успішно змінено на %(passwd)s для користувача %(user)s. Але повідомлення не було надіслано, бо не правильно налаштована поштова служба." -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "Не вдалося змінити пароль: користувач не існує." -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "Ви запрошені приєднатися до %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "Успішно додано користувача %s. Повідомлення було надіслано електронною поштою." -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "Успішно додано користувача %s. Але сталася помилка при відправці email, будь ласка, перевірте налаштування email." -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "Успішно доданий користувач %s." -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "Успішно доданий користувач %s. Але повідомлення не було надіслано, томущо неправильно налаштована поштова служба." -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "Успішно передано." -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "Неможливо наділати повідомлення для %s, користувач не знайдений." -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "Не вдалося передати, неприпустимі аргументи." -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "При використанні LDAP зараз, неможливо додати адміністратора." -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "%s надано права адміністратора." -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "Не вдалося %s надати права адміністратора: користувач не існує" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "Імпорт виконано успішно" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "В першу чергу, виберіть файл csv ." + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "Ви не маєте прав на створення вікі" diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_CN/LC_MESSAGES/django.po index 0528e1bcd6..34063ae1aa 100644 --- a/locale/zh_CN/LC_MESSAGES/django.po +++ b/locale/zh_CN/LC_MESSAGES/django.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-07-29 06:26+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 04:06+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/seahub/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -19,122 +19,115 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "该邮箱已被注册" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "此用户已存在。" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "两次输入的密码不一致" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "两次填写的密码不一致。" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "名称不能为空" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "名称太长(不超过255个汉字)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "描述不能为空" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "描述太长(不超过100个汉字)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "名称 %s 含有无效字符" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "参数缺失" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "需要 oldname" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "太长。" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "必填项。" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "名称 \"%s\" 含有无效字符" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "repo id 为必填项" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "用户名为必填项" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "密码不能为空" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "错误的 url 格式" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "密码错误" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "服务器内部错误" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "解密资料库出错" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "请输入邮箱" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "容量不能为空" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "容量太小(最小为0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "资料库名称为必填项" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "资料库描述为必填项" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "请输入数字" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "请输入正确的密码。" - #: seahub/settings.py:133 msgid "català" msgstr "" @@ -208,22 +201,26 @@ msgid "Slovak" msgstr "" #: seahub/settings.py:151 -msgid "Svenska" +msgid "Slovenian" msgstr "" #: seahub/settings.py:152 -msgid "Thai" +msgid "Svenska" msgstr "" #: seahub/settings.py:153 -msgid "українська мова" +msgid "Thai" msgstr "" #: seahub/settings.py:154 -msgid "简体中文" +msgid "українська мова" msgstr "" #: seahub/settings.py:155 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:156 msgid "繁體中文" msgstr "" @@ -233,7 +230,7 @@ msgstr "文件 合作 团队 团体" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "讨论" @@ -253,10 +250,10 @@ msgstr "讨论" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -271,11 +268,9 @@ msgstr "文件" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -298,7 +293,7 @@ msgstr "暂无讨论" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -311,34 +306,31 @@ msgstr "加载中..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "操作失败。请检查网络是否已连接。" @@ -381,6 +373,7 @@ msgid "Deleted library %(library_name)s" msgstr "删除了资料库 %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "请检查网络是否已连接。" @@ -393,7 +386,7 @@ msgstr "新回复" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "消息" @@ -421,7 +414,7 @@ msgstr "重要日期" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -437,94 +430,103 @@ msgstr "密码修改成功" msgid "Change password: %s" msgstr "修改密码:%s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "请登录。" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "用户名" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "密码" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "请输入有效的邮箱地址。" -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "请输入正确的用户名和密码。字母请注意区分大小写。" -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "该帐户未激活。" -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "你的浏览器似乎没启用 cookie. 登录需要 cookie." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "邮箱" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "邮件发送失败, 邮箱服务没配置好,请联系管理员。" -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "该邮箱没有相关联的用户帐号。确定注册了吗?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "不能重置密码,请联系 LDAP 管理员。" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "%s 密码重置" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "新密码" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "新密码确认" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "两次输入的密码不一致" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "旧密码" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "旧密码输入错误。请重新输入。" -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "请再次输入密码" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "退出" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "邮件发送失败,请联系管理员。" -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "不能更新密码,请联系 LDAP 管理员。" @@ -626,7 +628,7 @@ msgstr "当前头像:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -634,7 +636,7 @@ msgstr "当前头像:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -643,29 +645,30 @@ msgstr "当前头像:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -673,8 +676,8 @@ msgstr "当前头像:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -697,31 +700,35 @@ msgstr "%(avatar_creator)s 已更新头像 %(avatar)s." msgstr "你已更新头像 %(avatar)s." -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "邮箱地址" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "长度为40字符" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "该邮箱已被注册" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "无效user id" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "名称" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "部门" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "电话" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "备注" @@ -782,7 +789,7 @@ msgstr "文件\"%(file)s\"还原到%(time)s." msgid "Recovered deleted directory" msgstr "还原已删除的目录" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "修改了资料库名称或描述" @@ -793,8 +800,8 @@ msgstr "系统自动合并修改" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "刚才" @@ -823,10 +830,10 @@ msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d 秒前" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -840,11 +847,11 @@ msgstr[0] "%(seconds)d 秒前" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -855,9 +862,9 @@ msgid "Read-Write" msgstr "可读写" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -877,7 +884,7 @@ msgid "Email is required." msgstr "邮箱为必填项。" #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s 是一个无效的邮箱地址" @@ -910,7 +917,7 @@ msgstr "成功删除 %s " #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "通讯录" @@ -925,7 +932,7 @@ msgid "Email " msgstr "邮箱" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -934,23 +941,22 @@ msgstr "邮箱" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -968,12 +974,12 @@ msgid "Name" msgstr "名称" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "备注" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -982,28 +988,26 @@ msgstr "备注" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "操作" @@ -1016,8 +1020,10 @@ msgstr "操作" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "编辑" @@ -1031,21 +1037,21 @@ msgstr "编辑" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "删除" @@ -1064,12 +1070,12 @@ msgstr "联系人用来在共享资料库和发送文件外链时的快速补全 #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1105,7 +1111,7 @@ msgstr "删除联系人" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "确定要删除 %s 吗?" +msgstr "确定删除 %s ?" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1176,218 +1182,226 @@ msgstr "验证信息太长,不超过255个字符" msgid "\"%s\" is not a valid name" msgstr "名称 %s 含有无效字符" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "你没有权限新建群组。" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "你只能创建%d个群组。升级帐号。" -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "已有同名群组" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "解散群组失败,请稍候再试。" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "解散群组成功。" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "重命名群组失败,群组名称只能包含中英文字符,数字及下划线。" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "成功重命名群组为 \"%s\"。" -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "邮箱 %s 含有无效字符" -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "只有管理员才能将群组公开。" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "该留言不存在" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "你的权限不够。" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "你被邀请加入 %s 上的一个群组" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "群组不存在。" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "添加失败, %s 不在当前机构。" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "你只能邀请 %d 个成员。升级帐号。" -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "添加失败,%s 未注册。" -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "添加群组成员成功,%(count)s 封邀请邮件已发送。" -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "添加成功。" -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "添加失败,%s 是一个无效的邮箱地址" -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "添加失败,%s 还没注册。" -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "操作成功" -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "删除失败:%s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "推荐失败:群组id不正确" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "错误:该群组不存在。" -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "成功发送到 %(groups)s。" -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "推荐到 %s 失败:你不在该群组中。" -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "错误:该资料库不存在。" -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "错误:路径不存在。" -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "创建失败:该群组不存在。" -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "创建失败:你不在该群组中。" -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "创建失败" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "创建团体群组失败。" -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "你已在该群组中。" -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "发送成功,请等候管理员处理。" -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "讨论为必填项" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "文件不存在" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"维基\"模块已添加。" -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"维基\"模块已删除。" -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "创建维基页面失败,请稍后再试" -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "服务器内部错误" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Wiki不存在" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "创建首页失败,请稍后再试" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "设置维基资料库失败。" -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki未找到。" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "页面 \"%s\" 已存在。" -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "\"%s\" 删除成功。" -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "删除\"%s\"失败,请稍后再试" @@ -1434,23 +1448,23 @@ msgstr "输入不能为空且应少于2048个字符。" #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1458,7 +1472,7 @@ msgstr "取消" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "添加模块" @@ -1469,9 +1483,9 @@ msgstr "当前群组为公开群组。" #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1479,12 +1493,12 @@ msgstr "资料库" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "维基" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "文件" @@ -1559,8 +1573,7 @@ msgstr "确定要删除这条讨论?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "确定" @@ -1568,8 +1581,7 @@ msgstr "确定" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "取消" @@ -1589,7 +1601,7 @@ msgstr "删除失败:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "操作失败" @@ -1597,15 +1609,15 @@ msgstr "操作失败" msgid "Recent Changes" msgstr "最近修改" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "新建资料库" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1614,11 +1626,11 @@ msgstr "新建资料库" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1628,47 +1640,47 @@ msgstr "新建资料库" msgid "Description" msgstr "描述" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "更新时间" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "共享来源" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "下载和同步" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1677,46 +1689,46 @@ msgstr "下载和同步" msgid "Unshare" msgstr "取消共享" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "还没有资料库共享到当前群组" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "你可以通过点击上方的“新建资料库”按钮或资料库列表里的“共享”图标来共享资料库。" -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "以可读写方式共享的资料库可以被其他群组成员下载和同步,而以只读方式共享的资料库只能被下载,其他人的修改将不会被上传。" -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "资料库" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "修改于" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "修改者" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1727,7 +1739,7 @@ msgstr "修改者" msgid "Details" msgstr "详情" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1740,7 +1752,7 @@ msgstr "详情" msgid "None" msgstr "无" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1749,29 +1761,29 @@ msgstr "无" msgid "Unknown" msgstr "未知" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "已加密" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "密码:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "密码将在服务器上保存一小时。" -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "取消共享资料库" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "确定要取消共享 %s 吗?" +msgstr "是否取消共享 %s ?" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1789,11 +1801,11 @@ msgstr "确定要取消共享 %s 吗?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1837,7 +1849,7 @@ msgstr "管理员" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "设置" @@ -1855,7 +1867,7 @@ msgid "Avatar" msgstr "头像" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "修改" @@ -1865,7 +1877,7 @@ msgstr "修改" msgid "Rename" msgstr "重命名" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "取消公开" @@ -1913,7 +1925,7 @@ msgstr "删除成员" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "确定要删除 %s 吗?" +msgstr "是否删除 %s ?" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1942,7 +1954,7 @@ msgid "Name: " msgstr "名字:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2015,7 +2027,7 @@ msgid "Choose a library as wiki:" msgstr "选择一个资料库作为维基:" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "请选择资料库。" @@ -2081,13 +2093,13 @@ msgid "Are you sure you want to delete this page?" msgstr "确定要删除该页面?" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "名称为必填项。" #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "描述为必填项" @@ -2096,37 +2108,47 @@ msgstr "描述为必填项" msgid "Tips" msgstr "小提示" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "群组创建后,就可以添加成员,共享资料。" +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "你现在为“访客”用户,无法创建群组。" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "我的群组" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "新建群组" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "时间:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "你还没有创建或参加群组" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "你可以点击“新建群组”按钮来创建群组。在群组里,你可以和你的朋友交流,协同维护资料库。" +"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." +msgstr "通过“新建群组”来创建一个群组,在群组中,可以互相留言,协作办公。" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "在群组中,可以互相留言,协作办公。你所加入的群组会被全部列出在这里。" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "群组名称" @@ -2158,7 +2180,7 @@ msgid "Add administrators" msgstr "添加管理员" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "请输入邮箱,或选择一些。" @@ -2437,21 +2459,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Seafile 服务器不会保存一个加密资料库的密码。要在线查看一个加密资料库,你需要提供该资料库的密码。你的密码将会保存在服务器的内存中。一小时后就会被清除。之后如果还想浏览改资料库,则需要重新输入密码。" -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "消息是必填项" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "联系人是必填项" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "你不能发消息给自己。" -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "发送消息失败,%s 未找到。" @@ -2462,13 +2484,13 @@ msgstr "写消息" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "消息" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2486,10 +2508,6 @@ msgstr "发送给:点击选择联系人" msgid "please add contacts at first" msgstr "请先添加联系人" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "获取联系人失败,无法发送消息。" - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "发送消息..." @@ -2518,7 +2536,7 @@ msgstr "%(user)s 共享了文件%(file_name)s给你" #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "内部错误" @@ -2545,8 +2563,8 @@ msgstr "群组讨论 有了新的回复。" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." -msgstr "%(user)s 回复了你的 群组讨论。" +msgid "%(user)s replied the group discussion." +msgstr "%(user)s 回复了 群组讨论." #: seahub/notifications/models.py:677 #, python-format @@ -2556,7 +2574,7 @@ msgid "" "%(join_request_msg)s" msgstr "用户 %(username)s 请求加入到群组 %(group_name)s,验证信息:%(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "成功清空所有通知。" @@ -2672,11 +2690,15 @@ msgstr "删除通知" msgid "Notices" msgstr "通知" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "全部设为已读" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "清空" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "更多" @@ -2686,27 +2708,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "请选择查看加密资料库的方式:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "发送密码到服务器。" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "文件在传送给你前会先在服务器上解密。" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "在浏览器保存密码。" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "文件会一边下载一边在浏览器里解密。" #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2738,7 +2760,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "成功设置 \"%s\"为你的默认资料库。" #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "个人信息设置" @@ -2751,75 +2773,75 @@ msgstr "个人信息" msgid "Language" msgstr "语言" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "加密资料库" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "子资料库" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "默认资料库" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "注销帐号" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "头像:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "密码:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "更新" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "名字:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "关于我:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "部门:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "电话:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "语言设置" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "加密资料库设置" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "在线查看加密资料库的方式:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "子资料库设置" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "启用子资料库" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2828,7 +2850,7 @@ msgid "" "library." msgstr "这个功能能让你选择性的同步一个资料库里的文件夹。你可以从任意文件夹创建子资料库。创建完后,它会显示在你的桌面客户端。你可以像普通的资料库一样下载它。同时,它会自动跟源资料库保持同步。" -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2836,33 +2858,33 @@ msgid "" "listed, which enables you to manage them." msgstr "子资料库也用来实现共享一个文件夹给群组或其他用户。未开启子资料库选项的时候,一个隐藏的资料库会被创建出来。开启这个功能后,这些隐藏的资料库也会被列出来,方便你来管理。" -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "默认资料库设置" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "你的默认资料库:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "默认资料库是用来存放你的个人文档和照片的地方。" -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "选择默认资料库" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "该操作将不可撤销。请三思!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "选择默认资料库:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "确定要注销该帐号吗?" @@ -2886,197 +2908,208 @@ msgid "Self-introduction" msgstr "自我介绍" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "部门" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "电话" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "邮箱不能超过512个字符" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "请输入正确的密码。" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "共享到公共资料失败,请稍后再试" -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "共享到公共资料成功,请前往 共享 查看。" -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\"在群组 %(group)s 中已存在。查看" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "共享 %(repo)s 到 %(group)s失败,请稍后重试。" -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "成功共享给 %(group)s,请到 Shares 查看。" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "你无法共享资料库给你自己。" -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr " 未找到用户 %s,共享失败。" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "共享给 %s 失败,该用户尚未注册。" -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "共享给 %s 失败,请稍后尝试。" -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "成功共享给 %(email)s,请到 Shares 查看。" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "只有资料库拥有者才有共享权限。" -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "共享\"%s\"失败,空间不足。升级帐号。" -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "参数无效" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "取消共享失败" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "无效的group id" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "取消共享失败,该群组不存在" -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "取消共享成功" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "所有成员" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "非法参数" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "不能以这种方式共享一个资料库。" -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "删除成功" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "链接不存在" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "由于邮箱服务未正确配置,发送共享链接失败,请联系管理员。" -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "有人在 %s 上共享了一个文件给你" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "在 %s 上,有一文件夹共享给你。" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "服务器内部错误,发送失败。" -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "发送成功" -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "请选择目录。" -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "保存成功。" -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "共享给 \"%s\" 失败, 未找到该用户。" -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "共享 %s 成功。" -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "取消共享 %s 成功。" -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "你没有权限取消共享 %s。" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "你没有权限保存 %s。" -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "获取分享链接失败,请稍后重试。" +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "没有权限" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "操作失败" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "由于邮箱服务未正确配置,发送上传外链失败,请联系管理员。" -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "有人在 %s 上共享了一个上传链接给你" @@ -3095,7 +3128,6 @@ msgstr "上传链接" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "访问次数" @@ -3109,8 +3141,6 @@ msgstr "查看" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "删除" @@ -3140,7 +3170,7 @@ msgid "Folders - Share" msgstr "文件夹 - 共享" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "文件夹" @@ -3166,13 +3196,13 @@ msgstr "如果你不想共享整个资料库,你可以共享单个文件夹给 #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "权限修改成功" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "权限修改失败" @@ -3184,33 +3214,33 @@ msgstr "文件 - 共享" msgid "From Others" msgstr "其他人共享的" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "共享给其他人的" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "来源" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "还没有文件共享给你" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "这里会列出共享给你的文件,你可以选择下载或保存到你的资料库里。" -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "共享给" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "你还没有私人共享的文件" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3237,7 +3267,8 @@ msgid "Shares" msgstr "共享" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "基本信息" @@ -3264,7 +3295,7 @@ msgstr "你和 %(to_email)s 之间没有共享的资料库。" msgid "Sorry, but the requested page could not be found." msgstr "对不起,你访问的页面不存在。" -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "文件活动" @@ -3294,49 +3325,6 @@ msgstr "系统管理" msgid "All Groups" msgstr "所有群组" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "客户端" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "客户端名称" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "最后同步" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "未同步" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "取消同步" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "确定要取消同步?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "你还没有连接的客户端" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "这里会列出所有通过桌面客户端同步的资料库。你可以查看客户端的名称和IP地址。你也可以断开一个资料库所连接的客户端。" - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "取消同步成功。" - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3361,7 +3349,7 @@ msgid "Please enter the password." msgstr "请输入密码。" #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "设备" @@ -3373,6 +3361,10 @@ msgstr "平台" msgid "Device Name" msgstr "设备名称" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "最后访问时间" @@ -3392,7 +3384,7 @@ msgstr "断开连接" #: seahub/templates/devices.html:43 #, python-format msgid "Really want to unlink %s?" -msgstr "确定要断开连接 %s?" +msgstr "确定要断开连接 %s ?" #: seahub/templates/devices.html:44 msgid "It will immediately stop syncing." @@ -3413,11 +3405,10 @@ msgstr "断开连接成功。" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3746,8 +3737,7 @@ msgid "Password is required." msgstr "密码为必填项" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3770,7 +3760,6 @@ msgstr "当前路径:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3836,6 +3825,7 @@ msgid "snapshots" msgstr "镜像" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "历史" @@ -3857,12 +3847,13 @@ msgstr "文件回收站" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "返回资料库" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3873,28 +3864,28 @@ msgstr "当前路径:" msgid "Personal" msgstr "个人页面" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "星标文件" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "个人维基" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "共享管理" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "链接" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "群组" @@ -3912,27 +3903,34 @@ msgstr "还没有资料库共享给你" msgid "Welcome to Seafile!" msgstr "欢迎来到Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile把文件组织到资料库里。每个资料库可以被单独的同步和共享。我们已经为你创建了一个私人资料库。你之后可以再创建其他的资料库。" -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "Seafile 通过资料库来管理文件,每个资料库可以单独加密与共享,但并不对“访客”用户提供此功能。" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "关闭" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "选择一个目录:" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "你目前还没有资料库" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "请选择一个目录" @@ -4040,7 +4038,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "单个文件大小应小于 %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "保存中..." @@ -4108,7 +4106,7 @@ msgstr "请点击选择目标目录。" #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "将 %(name)s 重命名为:" +msgstr "重命名 %(name)s 为:" #: seahub/templates/repo.html:218 msgid "" @@ -4147,7 +4145,7 @@ msgid "Empty file upload result" msgstr "空文件" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "错误" @@ -4171,22 +4169,22 @@ msgstr "处理中..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "%(name)s 和其他 %(amount)s 个条目已删除成功。" +msgstr "成功删除 %(name)s 和其他 %(amount)s 项内容。" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "%(name)s 删除成功。" +msgstr "成功删除 %(name)s." #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "内部错误。%(name)s 和其他 %(amount)s 个条目删除失败。" +msgstr "内部错位。删除 %(name)s 和其他 %(amount)s 项内容失败。" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "内部错误。%(name)s 删除失败。" +msgstr "内部错误。删除 %(name)s 失败。" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4196,80 +4194,80 @@ msgstr "移动选中的文件/目录到:" msgid "Copy selected directories/files to:" msgstr "复制选中的文件/目录到:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "目标路径无效" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "%(name)s 和其他 %(amount)s 个条目移动成功。" +msgstr "成功移动 %(name)s 和其他 %(amount)s 项内容。" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "%(name)s 移动成功。" +msgstr "成功移动 %(name)s." #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "%(name)s 和其他 %(amount)s 个条目复制成功。" +msgstr "成功复制 %(name)s 和其他 %(amount)s 项内容。" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "%(name)s 复制成功。" +msgstr "成功复制 %(name)s。" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "内部错误。%(name)s 和其他 %(amount)s 个条目移动失败。" +msgstr "内部错位。移动 %(name)s 和其他 %(amount)s 项内容失败。" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "内部错误。%(name)s 移动失败。" +msgstr "内部错误。移动 %(name)s 失败。" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "内部错误。%(name)s 和其他 %(amount)s 个条目复制失败。" +msgstr "内部错位。复制 %(name)s 和其他 %(amount)s 项内容失败。" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "内部错误。%(name)s 复制失败。" +msgstr "内部错位。复制 %(name)s 失败。" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "移动中..." -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "复制中..." #: seahub/templates/repo.html:679 #, python-format msgid "Successfully moved %(s_num)s items." -msgstr "成功移动 %(s_num)s 个条目。" +msgstr "成功移动 %(s_num)s 项。" #: seahub/templates/repo.html:681 #, python-format msgid "Failed to move %(f_num)s items." -msgstr "%(f_num)s 个条目移动失败" +msgstr "移动 %(f_num)s 项失败。" #: seahub/templates/repo.html:684 #, python-format msgid "Successfully copied %(s_num)s items." -msgstr "成功复制 %(s_num)s 个条目。" +msgstr "成功复制 %(s_num)s 项。" #: seahub/templates/repo.html:686 #, python-format msgid "Failed to copy %(f_num)s items." -msgstr "复制 %(f_num)s 个条目失败。" +msgstr "复制 %(f_num)s 项失败。" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "操作失败" @@ -4284,117 +4282,118 @@ msgstr "加密出错" #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "加密中, %(num)s% 已完成。" +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "上传中..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "完成!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "下载中..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "下载中,%(num)s% 已完成。" - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "解密中..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "解密中, %(num)s% 已完成。" - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s 删除成功。" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "重命名文件" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "重命名目录" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "复制文件" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "移动文件" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "复制目录" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "移动目录" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "复制 %(name)s 到:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "移动 %(name)s 到:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "该资料库不支持目录下载。" - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "未加星标" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "下载中..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "解密中..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "删除 %(name)s 成功" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "重命名文件" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "重命名目录" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "复制文件" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "移动文件" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "复制目录" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "移动目录" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "复制 %(name)s 到:" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "移动 %(name)s 到:" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "该资料库不支持目录下载。" + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "已加星标" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "必填项。" -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "请输入完整的文件名。" -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "创建中..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "你还没重命名。" -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "%(old_name)s 已重命名为 %(new_name)s" +msgstr "成功将 %(old_name)s 重命名为 %(new_name)s" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "已取消。" -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "请至少选择一个联系人。" -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "请输入邮箱或群组,或选择一些。" @@ -4461,110 +4460,77 @@ msgstr "全部" msgid "Delete Time" msgstr "删除时间" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "返回到" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "转让所有权" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "修改密码" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "已共享外链" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "资料库设置" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "保留所有历史" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "不保留历史" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "仅保留一段时间的历史:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "天" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "将该资料库转让给另一个用户:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "修改该资料库的密码:" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "旧密码" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "新密码(至少%(repo_password_min_length)s个字符)" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "再次输入新密码:" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "创建自" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "上传" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "此资料库内还未被创建外链" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "你可以通过 文件夹/文件 来生成外链,通过此外链用户可以 上传/下载 压缩后的 文件夹/文件。" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "请输入旧密码。" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "请输入新密码。" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "新密码太短" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "请再次输入新密码" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "两次输入的新密码不一致" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "删除成功。" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "返回修改历史" @@ -4648,8 +4614,7 @@ msgstr "星标文件" msgid "icon" msgstr "图标" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "取消星标" @@ -4704,40 +4669,57 @@ msgstr "到" msgid "Sorry, this user is not registered yet." msgstr "抱歉,该用户还未注册。" -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "共享" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "添加星标" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "更新了该文件" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] " %(counter)s 个贡献者 " -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "星标取消成功" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "谈论" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "星标添加成功" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "群组" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "共享" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "发起一个讨论到小组" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "讨论" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "关闭" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "请至少选择一个群组。" + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "请输入一个讨论。" #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4861,15 +4843,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "刷新验证码失败,请稍后尝试。" #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "邮箱不能为空" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "密码不能为空" @@ -4908,10 +4891,47 @@ msgid "New Password: " msgstr "新密码:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "密码最少包含: %(min_len)s 个字符;以下4种类型中 %(level)s 种: 大写字母,小写字母, 数字,其他字符。" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "确认密码" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "当前密码不能为空" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "请再次输入密码" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "两次输入的密码不一致" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "密码最少包含: %(min_len)s 个字符;以下4种类型中 %(level)s 种: 大写字母,小写字母, 数字,其他字符。" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "密码重置成功" @@ -4986,30 +5006,15 @@ msgstr "注册" msgid "Welcome back, you are already signed in." msgstr "欢迎回来,你已登录。" -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "确认密码" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "注册" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "请再次输入密码" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "两次输入的密码不一致" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr " 不是被支持的文件格式。请选择图片文件。" @@ -5026,14 +5031,6 @@ msgstr " 太大。不得超过 1MB。" msgid "Discuss" msgstr "讨论" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "请至少选择一个群组。" - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "请输入一个讨论。" - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" @@ -5043,93 +5040,77 @@ msgstr "共享 %(name)s" msgid "Download Link" msgstr "下载链接" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "上传链接" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "私人共享" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" -msgstr "使用密码" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" +msgstr "增加密码保护" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(至少%(repo_password_min_length)s个字符)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "请再次输入密码" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "设置期限" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "天数" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "生成链接" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "链接:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "发送" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "发送到:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "输入邮箱,多个以,分隔" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "附加消息(可选):" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "发送中..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "你可以共享生成好的链接给别人,他们就能通过这个链接上传文件到这个文件夹。" -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "上传链接:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "发起一个讨论到小组" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "讨论" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "修改详情" @@ -5162,43 +5143,52 @@ msgstr "删除的目录" msgid "Unknown error." msgstr "未知错误" -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "我拥有的" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "子资料库" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "共享给我的" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "新建子资料库" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "共享" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "你还未创建资料库" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "你可以新建一个资料库来组织你的文件资料,比如为每个项目创建一个资料库,每个资料库可以单独地同步和共享。" -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "源资料库" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "你还未创建任何子资料库" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5226,6 +5216,22 @@ msgstr "显示提纲" msgid "Document convertion failed." msgstr "文档转换失败。" +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "很弱" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "弱" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "中等" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "强" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "共享权限" @@ -5243,14 +5249,14 @@ msgid "Description is required" msgstr "描述为必填项" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "请输入密码" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "密码太短" @@ -5261,7 +5267,11 @@ msgstr "删除成功。" #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "确定要删除 %(lib_name)s 吗?" +msgstr "是否删除 %(lib_name)s ?" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "上传" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5382,23 +5392,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "请至少选择一种文件类型或一种文件后缀" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "选择联系人" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "请输入至少一个邮箱。" -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "请输入天数" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "请输入有效天数" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5446,7 +5448,7 @@ msgstr "转让资料库" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "转让 %(lib_name)s 给:" +msgstr "转让 %(lib_name)s 给:" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5521,9 +5523,9 @@ msgid "Number of groups" msgstr "群组数量" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "已用空间" @@ -5603,42 +5605,66 @@ msgid "LDAP" msgstr "" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "上传 CSV 文件" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "导入用户" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "添加用户" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "用户角色" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "可以添加一个“访客”用户,“访客”用户无法创建资料库和群组。" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "默认" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "访客" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "从 CSV 文件导入用户" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "文件格式:用户名(邮箱), 密码" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "请添加 CSV 文件" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "正在激活...,请稍候" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." -msgstr "服务器有新版本(%(v)s)可用。" +msgstr "发现新版本 %(v)s 。" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "两次输入的密码不一致" @@ -5659,37 +5685,37 @@ msgstr "提示:应是已添加的用户。" msgid "Status" msgstr "状态" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "创建于/最后登录" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "活跃" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "不活跃" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "重置密码" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "取消管理员" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "设为管理员" @@ -5746,23 +5772,23 @@ msgstr "删除用户" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "确定要重置 %s 的密码吗?" +msgstr "是否重置 %s 的密码?" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "确定要取消 %s 的管理权限吗?" +msgstr "是否取消 %s 的管理员权限?" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "确定要设置 %s 为管理员吗?" +msgstr "是否设置 %s 为管理员?" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "编辑成功,一封邮件已发送。" -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5800,408 +5826,401 @@ msgstr "个人维基" msgid "Personal Wiki Pages" msgstr "个人维基页面" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "权限错误" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "无法查看文件回收站" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "资料库信息编辑失败。" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "设置失败" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "设置已保存。" -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "用户名 %s 含有无效字符" -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "未找到用户 %s 。" -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "%s 用户不在当前机构。" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "资料库 %(repo_name)s 已被转让给 %(new_owner)s。" -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "更改密码失败。" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "资料库%(repo_name)s的密码更新成功。" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "上传的文件名包含非法字符" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "已存在同名的文件" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "文件大小超过限制" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "该资料库所有者的空间已用完,无法上传" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "文件传输出错" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "非法链接" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "无法浏览该资料库修改历史" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "无法查看该资料库镜像" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "你没有权限进行还原操作" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "请指定历史记录ID" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "资料库不存在" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "指定的历史记录不存在" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "未知错误" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "我的资料库" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "取消共享失败,该资料库不存在" -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "\"%s\" 取消共享成功" -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "\"%s\" 取消共享失败" -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "删除文件出错。" -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s 删除成功。" -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "内部错误。删除 %s 失败。" -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "无法访问文件:外链流量已用尽。" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "无法访问文件" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "成功还原 %(path)s 到根目录。" -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "成功还原 %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "成功还原 %(path)s 到根目录。" -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "内部错误" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "无法下载 \"%s\":目录大小超过限制。" -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "无法下载 \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"个人维基\"模块添加成功。" -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"个人维基\"模块删除成功。" -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "你没有权限访问该资料库。" -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "路径不存在" -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "该群组不存在" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "没有权限" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "资料库不存在" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "没有权限" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "该资料库已加密" -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "错误:没有 head commit id。" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "参数缺失" -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "目标路径过长" -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "移动 %(name)s 成功:查看" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "复制 %(name)s 成功:查看" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "不能把目录 %(src)s 移动到它的子目录 %(des)s 中" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "不能把目录 %(src)s 复制到它的子目录 %(des)s 中" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "目标路径对 %s 来说过长。" -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "获取文件块列表失败" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "错误的repo id" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "请登录。" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "系统资料库无法被删除。" -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "合并没有冲突。" -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "你没有权限创建资料库。" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTPError: 无法在线打开该文件" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URLError: 无法在线打开该文件" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "文件编码不合适" -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "文件编码无法识别" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "文件大小超过 %s,无法在线查看。" -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "无法查看该文件" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "错误的文件格式。" -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "资料库不存在" -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "该资料库已加密" -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "无法编辑该文件" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "该文件不存在" -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "该类型文件不能在线编辑。" -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "内部错误,设置失败" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "内部错误,设置容量限制失败。" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s 删除成功。" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "删除失败:该用户不存在" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "成功设置 %s 为管理员" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "设置管理员失败:该用户不存在" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "成功取消 %s 的管理权限" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "取消管理员权限失败:该用户不存在" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "成功激活 %s。" -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "激活失败:该用户不存在。" -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "成功取消激活 %s。" -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "取消激活失败:该用户不存在。" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "你的 %s 帐户已激活。" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "%s 密码已重置" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "密码已重置为 %(passwd)s, 通知邮件已发送给 %(user)s。" -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "成功将用户密码重置为 %(passwd)s, 但发送通知邮件到 %(user)s 失败,请检查你的邮件配置。" -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "成功将用户 %(user)s 的密码重置为 %(passwd)s。" -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6209,70 +6228,74 @@ msgid "" "configured." msgstr "成功将用户 %(user)s 的密码重置为 %(passwd)s, 但是由于邮箱服务未正确配置,通知邮件无法发送。" -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "密码重置失败:用户不存在" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "你被邀请加入 %s" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "成功添加用户 %s。通知邮件已发送。" -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "成功添加用户 %s。但发送通知邮件出错,请检查邮箱配置。" -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "成功添加用户 %s。" -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "成功添加用户 %s。 但由于邮件服务未正确配置,通知邮件无法发送。" -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "转让。" -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "转让失败,未找到用户 \"%s\"" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "转让失败, 参数无效" -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "当前使用 LDAP,无法添加管理员。" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "成功设置 %s 为管理员。" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "无法设置 %s 为管理员:用户不存在。" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "导入成功。" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "请先选择一个 CSV 文件。" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr "你没有权限创建维基。" diff --git a/locale/zh_TW/LC_MESSAGES/django.po b/locale/zh_TW/LC_MESSAGES/django.po index 6db9f4e0ff..06271a5b04 100644 --- a/locale/zh_TW/LC_MESSAGES/django.po +++ b/locale/zh_TW/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-06-27 15:55+0800\n" -"PO-Revision-Date: 2014-06-27 08:01+0000\n" +"POT-Creation-Date: 2014-07-30 11:15+0800\n" +"PO-Revision-Date: 2014-07-30 03:20+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/seahub/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -18,122 +18,115 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: seahub/forms.py:27 seahub/base/accounts.py:427 -msgid "A user with this email already" -msgstr "該電子信箱已被註冊" +#: seahub/forms.py:31 +msgid "A user with this email already exists." +msgstr "" -#: seahub/forms.py:41 seahub/auth/forms.py:132 seahub/auth/forms.py:174 -#: seahub/base/accounts.py:444 -msgid "The two password fields didn't match." -msgstr "兩次輸入的密碼不一致" +#: seahub/forms.py:45 +msgid "The two passwords didn't match." +msgstr "" -#: seahub/forms.py:50 seahub/group/forms.py:56 seahub/wiki/forms.py:16 +#: seahub/forms.py:54 seahub/group/forms.py:56 seahub/wiki/forms.py:16 msgid "Name can't be empty" msgstr "名稱不能為空" -#: seahub/forms.py:51 seahub/group/forms.py:57 seahub/wiki/forms.py:17 +#: seahub/forms.py:55 seahub/group/forms.py:57 seahub/wiki/forms.py:17 msgid "Name is too long (maximum is 255 characters)" msgstr "名稱太長(不超過255個漢字)" -#: seahub/forms.py:54 seahub/group/forms.py:60 seahub/wiki/forms.py:20 +#: seahub/forms.py:58 seahub/group/forms.py:60 seahub/wiki/forms.py:20 msgid "Description can't be empty" msgstr "描述不能為空" -#: seahub/forms.py:55 seahub/group/forms.py:61 seahub/wiki/forms.py:21 +#: seahub/forms.py:59 seahub/group/forms.py:61 seahub/wiki/forms.py:21 msgid "Description is too long (maximum is 100 characters)" msgstr "描述太長(不超過100個漢字)" -#: seahub/forms.py:64 seahub/forms.py:180 +#: seahub/forms.py:68 seahub/forms.py:184 #, python-format msgid "Name %s is not valid" msgstr "名稱 %s 含有無效字元" -#: seahub/forms.py:78 seahub/message/views.py:179 seahub/share/views.py:761 -#: seahub/share/views.py:794 seahub/views/__init__.py:1070 -#: seahub/views/__init__.py:1121 seahub/views/ajax.py:356 -#: seahub/views/ajax.py:415 seahub/views/ajax.py:506 seahub/views/ajax.py:641 -#: seahub/views/ajax.py:832 seahub/views/ajax.py:948 seahub/views/ajax.py:980 -#: seahub/views/ajax.py:1013 seahub/views/ajax.py:1144 -#: seahub/views/ajax.py:1225 seahub/views/ajax.py:1229 -#: seahub/views/ajax.py:1233 seahub/views/ajax.py:1686 +#: seahub/forms.py:82 seahub/message/views.py:177 seahub/share/views.py:778 +#: seahub/share/views.py:816 seahub/views/__init__.py:1019 +#: seahub/views/ajax.py:339 seahub/views/ajax.py:398 seahub/views/ajax.py:489 +#: seahub/views/ajax.py:618 seahub/views/ajax.py:809 seahub/views/ajax.py:922 +#: seahub/views/ajax.py:951 seahub/views/ajax.py:981 seahub/views/ajax.py:1097 +#: seahub/views/ajax.py:1176 seahub/views/ajax.py:1180 +#: seahub/views/ajax.py:1184 seahub/views/ajax.py:1568 msgid "Argument missing" msgstr "參數缺失" -#: seahub/forms.py:92 +#: seahub/forms.py:96 msgid "Oldname is required" msgstr "需要 oldname" -#: seahub/forms.py:95 seahub/forms.py:116 +#: seahub/forms.py:99 seahub/forms.py:120 msgid "It's too long." msgstr "太長。" -#: seahub/forms.py:96 seahub/forms.py:117 +#: seahub/forms.py:100 seahub/forms.py:121 msgid "It's required." msgstr "必填項。" -#: seahub/forms.py:103 seahub/forms.py:124 +#: seahub/forms.py:107 seahub/forms.py:128 #, python-format msgid "Name \"%s\" is not valid" msgstr "名稱 \"%s\" 含有無效字元" -#: seahub/forms.py:135 +#: seahub/forms.py:139 msgid "Repo id is required" msgstr "repo id 為必填項" -#: seahub/forms.py:136 +#: seahub/forms.py:140 msgid "Username is required" msgstr "用戶名為必填項" -#: seahub/forms.py:137 seahub/forms.py:189 +#: seahub/forms.py:141 seahub/share/forms.py:43 msgid "Password can't be empty" msgstr "密碼不能為空" -#: seahub/forms.py:148 +#: seahub/forms.py:152 msgid "Bad url format" msgstr "錯誤的 url 格式" -#: seahub/forms.py:153 seahub/templates/repo.html:350 +#: seahub/forms.py:157 seahub/templates/repo.html:350 msgid "Wrong password" msgstr "密碼錯誤" -#: seahub/forms.py:155 seahub/views/__init__.py:1076 -#: seahub/views/__init__.py:1130 seahub/views/ajax.py:680 -#: seahub/views/ajax.py:709 seahub/views/ajax.py:747 seahub/views/ajax.py:784 +#: seahub/forms.py:159 seahub/views/__init__.py:1025 seahub/views/ajax.py:657 +#: seahub/views/ajax.py:686 seahub/views/ajax.py:724 seahub/views/ajax.py:761 msgid "Internal server error" msgstr "伺服器內部錯誤" -#: seahub/forms.py:157 +#: seahub/forms.py:161 msgid "Decrypt library error" msgstr "解密資料庫出錯" -#: seahub/forms.py:163 seahub/share/forms.py:19 seahub/share/forms.py:32 +#: seahub/forms.py:167 seahub/share/forms.py:20 seahub/share/forms.py:33 msgid "Email is required" msgstr "請輸入電子信箱" -#: seahub/forms.py:165 seahub/templates/sysadmin/userinfo.html:129 +#: seahub/forms.py:169 seahub/templates/sysadmin/userinfo.html:129 msgid "Quota can't be empty" msgstr "容量不能為空" -#: seahub/forms.py:166 +#: seahub/forms.py:170 msgid "Quota is too low (minimum value is 0)" msgstr "容量太小(最小為0)" -#: seahub/forms.py:172 +#: seahub/forms.py:176 msgid "Library name is required" msgstr "資料庫名稱為必填項" -#: seahub/forms.py:173 +#: seahub/forms.py:177 msgid "Library description is required" msgstr "資料庫描述為必填項" -#: seahub/forms.py:175 +#: seahub/forms.py:179 msgid "Please enter a number" msgstr "請輸入數字" -#: seahub/forms.py:196 -msgid "Please enter a correct password." -msgstr "" - #: seahub/settings.py:133 msgid "català" msgstr "" @@ -207,22 +200,26 @@ msgid "Slovak" msgstr "Slovak" #: seahub/settings.py:151 -msgid "Svenska" +msgid "Slovenian" msgstr "" #: seahub/settings.py:152 -msgid "Thai" +msgid "Svenska" msgstr "" #: seahub/settings.py:153 -msgid "українська мова" +msgid "Thai" msgstr "" #: seahub/settings.py:154 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:155 msgid "简体中文" msgstr "简体中文" -#: seahub/settings.py:155 +#: seahub/settings.py:156 msgid "繁體中文" msgstr "繁體中文" @@ -232,7 +229,7 @@ msgstr "文件 合作 團隊 團體" #: seahub/api2/templates/api2/discussion.html:6 #: seahub/group/templates/group/group_base.html:23 -#: seahub/group/templates/group/groups_right_panel.html:17 +#: seahub/group/templates/group/groups_right_panel.html:19 #: seahub/templates/base.html:175 msgid "Discussion" msgstr "討論" @@ -252,10 +249,10 @@ msgstr "討論" #: seahub/message/templates/message/user_msg.html:17 #: seahub/message/templates/message/user_msg_list.html:64 #: seahub/share/templates/share/links.html:28 -#: seahub/share/templates/share/priv_shared_files.html:61 +#: seahub/share/templates/share/priv_shared_files.html:64 #: seahub/templates/repo_history_view.html:66 #: seahub/templates/repo_recycle_view.html:78 -#: seahub/templates/repo_settings.html:103 +#: seahub/templates/view_file_base.html:156 #: seahub/templates/view_shared_dir.html:52 #: seahub/templates/snippets/group_recommend_form.html:28 #: seahub/templates/snippets/repo_dirents.html:54 @@ -270,11 +267,9 @@ msgstr "文件" #: seahub/group/templates/group/new_msg_reply.html:30 #: seahub/share/templates/share/links.html:31 #: seahub/share/templates/share/links.html:63 -#: seahub/share/templates/share/priv_shared_files.html:64 +#: seahub/share/templates/share/priv_shared_files.html:67 #: seahub/templates/pubrepo.html:26 seahub/templates/pubrepo.html.py:29 -#: seahub/templates/pubrepo.html:31 seahub/templates/repo_settings.html:88 -#: seahub/templates/repo_settings.html:99 -#: seahub/templates/view_shared_dir.html:36 +#: seahub/templates/pubrepo.html:31 seahub/templates/view_shared_dir.html:36 #: seahub/templates/snippets/group_recommend_form.html:22 #: seahub/templates/snippets/repo_dirents.html:8 msgid "Directory icon" @@ -297,7 +292,7 @@ msgstr "暫無討論" #: seahub/api2/templates/api2/discussions.html:29 #: seahub/api2/templates/api2/events.html:13 #: seahub/api2/templates/api2/user_msg_list.html:25 -#: seahub/notifications/templates/notifications/user_notification_list.html:26 +#: seahub/notifications/templates/notifications/user_notification_list.html:29 #: seahub/templates/activities.html:13 #: seahub/templates/snippets/repo_dir_data.html:48 msgid "Loading..." @@ -310,34 +305,31 @@ msgstr "載入中..." #: seahub/contacts/templates/contacts/contact_list.html:153 #: seahub/group/templates/group/group_discuss.html:254 #: seahub/group/templates/group/msg_js.html:155 -#: seahub/message/templates/message/all_msg_list.html:196 +#: seahub/message/templates/message/all_msg_list.html:202 #: seahub/message/templates/message/user_msg_list.html:180 -#: seahub/notifications/templates/notifications/user_notification_list.html:60 +#: seahub/notifications/templates/notifications/user_notification_list.html:89 #: seahub/templates/base.html:138 seahub/templates/file_edit.html:594 -#: seahub/templates/myhome.html:111 seahub/templates/myhome.html.py:138 +#: seahub/templates/myhome.html:118 seahub/templates/myhome.html.py:146 #: seahub/templates/repo.html:291 seahub/templates/repo.html.py:706 -#: seahub/templates/repo.html:1505 seahub/templates/repo.html.py:1736 -#: seahub/templates/repo.html:1761 seahub/templates/repo.html.py:1790 -#: seahub/templates/repo.html:1896 seahub/templates/repo.html.py:1968 -#: seahub/templates/repo_settings.html:186 -#: seahub/templates/repo_settings.html:222 -#: seahub/templates/repo_settings.html:283 -#: seahub/templates/repo_settings.html:332 -#: seahub/templates/view_file_base.html:160 -#: seahub/templates/snippets/add_file_js.html:20 +#: seahub/templates/repo.html:1537 seahub/templates/repo.html.py:1768 +#: seahub/templates/repo.html:1793 seahub/templates/repo.html.py:1822 +#: seahub/templates/repo.html:1928 seahub/templates/repo.html.py:2000 +#: seahub/templates/repo_settings.html:142 +#: seahub/templates/repo_settings.html:178 +#: seahub/templates/repo_settings.html:239 +#: seahub/templates/view_file_base.html:341 +#: seahub/templates/snippets/add_file_js.html:23 #: seahub/templates/snippets/bottom_bar.html:109 #: seahub/templates/snippets/events_js.html:56 #: seahub/templates/snippets/office_convert_js.html:190 #: seahub/templates/snippets/office_convert_js.html:215 #: seahub/templates/snippets/repo_decrypt_js.html:35 -#: seahub/templates/snippets/shared_link_js.html:220 -#: seahub/templates/snippets/shared_link_js.html:302 -#: seahub/templates/snippets/shared_link_js.html:327 -#: seahub/templates/snippets/shared_link_js.html:397 -#: seahub/templates/snippets/shared_link_js.html:459 -#: seahub/templates/snippets/shared_link_js.html:484 +#: seahub/templates/snippets/shared_link_js.html:218 +#: seahub/templates/snippets/shared_link_js.html:290 +#: seahub/templates/snippets/shared_link_js.html:379 +#: seahub/templates/snippets/shared_link_js.html:467 #: seahub/templates/snippets/spreadsheet_convert_js.html:32 -#: seahub/templates/sysadmin/sys_useradmin.html:127 +#: seahub/templates/sysadmin/sys_useradmin.html:139 #: seahub/templates/sysadmin/userinfo.html:152 msgid "Failed. Please check the network." msgstr "操作失敗。請檢查網絡是否已連接。" @@ -380,6 +372,7 @@ msgid "Deleted library %(library_name)s" msgstr "刪除了資料庫 %(library_name)s" #: seahub/api2/templates/api2/events_js.html:83 +#: seahub/message/templates/message/all_msg_list.html:118 msgid "Please check the network." msgstr "請檢查網絡是否已連接。" @@ -392,7 +385,7 @@ msgstr "新回覆" #: seahub/message/templates/message/all_msg_list.html:16 #: seahub/message/templates/message/user_msg_list.html:4 #: seahub/share/templates/share/user_share_list.html:24 -#: seahub/templates/home_base.html:22 +#: seahub/templates/home_base.html:24 msgid "Messages" msgstr "訊息" @@ -420,7 +413,7 @@ msgstr "重要日期" #: seahub/auth/admin.py:32 seahub/group/templates/group/groups.html:5 #: seahub/templates/myhome_base.html:9 seahub/templates/pub_base.html:13 -#: seahub/templates/pubgrp.html:16 +#: seahub/templates/pubgrp.html:16 seahub/templates/view_file_base.html:168 #: seahub/templates/snippets/repo_share_form.html:7 #: seahub/templates/sysadmin/base.html:15 #: seahub/templates/sysadmin/sys_org_info.html:44 @@ -436,94 +429,103 @@ msgstr "密碼修改成功" msgid "Change password: %s" msgstr "修改密碼:%s" -#: seahub/auth/forms.py:19 seahub/base/accounts.py:410 +#: seahub/auth/decorators.py:73 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:22 seahub/base/accounts.py:441 msgid "Username" msgstr "用戶名" -#: seahub/auth/forms.py:20 seahub/auth/forms.py:162 -#: seahub/base/accounts.py:414 seahub/templates/registration/login.html:36 +#: seahub/auth/forms.py:23 seahub/auth/forms.py:182 +#: seahub/base/accounts.py:445 seahub/templates/registration/login.html:36 #: seahub/templates/registration/registration_form.html:19 -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 -#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin.html:45 msgid "Password" msgstr "密碼" -#: seahub/auth/forms.py:36 seahub/base/accounts.py:421 +#: seahub/auth/forms.py:39 seahub/base/accounts.py:452 msgid "Enter a valid email address." msgstr "" -#: seahub/auth/forms.py:46 +#: seahub/auth/forms.py:49 msgid "" "Please enter a correct username and password. Note that both fields are " "case-sensitive." msgstr "請輸入正確的用戶名和密碼。注意兩者皆需區分大小寫" -#: seahub/auth/forms.py:48 +#: seahub/auth/forms.py:51 msgid "This account is inactive." msgstr "該帳戶未啓動。" -#: seahub/auth/forms.py:53 +#: seahub/auth/forms.py:56 msgid "" "Your Web browser doesn't appear to have cookies enabled. Cookies are " "required for logging in." msgstr "你的瀏覽器似乎沒啟用 cookie. 登錄需要 cookie." -#: seahub/auth/forms.py:69 +#: seahub/auth/forms.py:72 msgid "E-mail" msgstr "電子信箱" -#: seahub/auth/forms.py:76 +#: seahub/auth/forms.py:79 msgid "" "Failed to send email, email service is not properly configured, please " "contact administrator." msgstr "郵件發送失敗, 電子信箱服務沒配置好,請聯繫管理員。" -#: seahub/auth/forms.py:84 +#: seahub/auth/forms.py:87 msgid "" "That e-mail address doesn't have an associated user account. Are you sure " "you've registered?" msgstr "該電子信箱沒有相關聯的用戶帳號。確定註冊了嗎?" -#: seahub/auth/forms.py:87 +#: seahub/auth/forms.py:90 msgid "Can not reset password, please contact LDAP admin." msgstr "" -#: seahub/auth/forms.py:111 +#: seahub/auth/forms.py:114 #, python-format msgid "Reset Password on %s" msgstr "" -#: seahub/auth/forms.py:119 +#: seahub/auth/forms.py:122 msgid "New password" msgstr "新密碼" -#: seahub/auth/forms.py:120 +#: seahub/auth/forms.py:123 msgid "New password confirmation" msgstr "新密碼確認" -#: seahub/auth/forms.py:146 +#: seahub/auth/forms.py:152 seahub/auth/forms.py:194 +#: seahub/base/accounts.py:492 +msgid "The two password fields didn't match." +msgstr "兩次輸入的密碼不一致" + +#: seahub/auth/forms.py:166 msgid "Old password" msgstr "舊密碼" -#: seahub/auth/forms.py:154 +#: seahub/auth/forms.py:174 msgid "Your old password was entered incorrectly. Please enter it again." msgstr "舊密碼輸入錯誤。請重新輸入。" -#: seahub/auth/forms.py:163 seahub/base/accounts.py:416 +#: seahub/auth/forms.py:183 seahub/base/accounts.py:447 msgid "Password (again)" msgstr "請再次輸入密碼" -#: seahub/auth/views.py:168 +#: seahub/auth/views.py:239 msgid "Logged out" msgstr "退出" -#: seahub/auth/views.py:216 +#: seahub/auth/views.py:287 msgid "Failed to send email, please contact administrator." msgstr "郵件發送失敗,請聯繫管理員。" -#: seahub/auth/views.py:277 +#: seahub/auth/views.py:348 msgid "Can not update password, please contact LDAP admin." msgstr "" @@ -625,7 +627,7 @@ msgstr "當前頭像:" #: seahub/group/templates/group/group_discuss.html:29 #: seahub/group/templates/group/group_discuss.html:112 #: seahub/group/templates/group/group_discuss.html:168 -#: seahub/group/templates/group/group_info.html:130 +#: seahub/group/templates/group/group_info.html:135 #: seahub/group/templates/group/group_manage.html:102 #: seahub/group/templates/group/group_manage.html:110 #: seahub/group/templates/group/group_pubinfo.html:24 @@ -633,7 +635,7 @@ msgstr "當前頭像:" #: seahub/group/templates/group/group_wiki.html:61 #: seahub/group/templates/group/group_wiki.html:94 #: seahub/group/templates/group/group_wiki_pages.html:33 -#: seahub/group/templates/group/groups_right_panel.html:37 +#: seahub/group/templates/group/groups_right_panel.html:44 #: seahub/group/templates/group/grpmember_add_form.html:32 #: seahub/group/templates/group/new_msg_reply.html:67 #: seahub/message/templates/message/all_msg_list.html:47 @@ -642,29 +644,30 @@ msgstr "當前頭像:" #: seahub/message/templates/message/user_msg_list.html:33 #: seahub/notifications/templates/notifications/notification_list.html:14 #: seahub/options/templates/options/set_user_options.html:14 -#: seahub/profile/templates/profile/set_profile.html:61 -#: seahub/profile/templates/profile/set_profile.html:86 -#: seahub/profile/templates/profile/set_profile.html:97 -#: seahub/profile/templates/profile/set_profile.html:123 +#: seahub/profile/templates/profile/set_profile.html:63 +#: seahub/profile/templates/profile/set_profile.html:90 +#: seahub/profile/templates/profile/set_profile.html:101 +#: seahub/profile/templates/profile/set_profile.html:129 #: seahub/templates/activities.html:25 #: seahub/templates/decrypt_repo_form.html:13 #: seahub/templates/file_edit.html:98 seahub/templates/file_edit.html:245 -#: seahub/templates/home_base.html:52 seahub/templates/myhome.html:56 +#: seahub/templates/home_base.html:57 seahub/templates/myhome.html:60 #: seahub/templates/repo.html:65 seahub/templates/repo.html.py:115 #: seahub/templates/repo.html:145 seahub/templates/repo.html.py:169 #: seahub/templates/repo.html:190 seahub/templates/repo.html.py:206 -#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:44 -#: seahub/templates/repo_settings.html:53 -#: seahub/templates/repo_settings.html:68 +#: seahub/templates/repo.html:221 seahub/templates/repo_settings.html:49 +#: seahub/templates/repo_settings.html:59 +#: seahub/templates/repo_settings.html:75 #: seahub/templates/share_access_validation.html:10 #: seahub/templates/shared_file_view.html:52 -#: seahub/templates/registration/password_change_form.html:18 +#: seahub/templates/view_file_base.html:152 +#: seahub/templates/registration/password_change_form.html:22 #: seahub/templates/registration/password_reset_confirm.html:19 #: seahub/templates/registration/password_reset_form.html:13 #: seahub/templates/snippets/add_to_contacts_form.html:8 -#: seahub/templates/snippets/file_share_popup.html:24 -#: seahub/templates/snippets/file_share_popup.html:66 -#: seahub/templates/snippets/file_share_popup.html:101 +#: seahub/templates/snippets/file_share_popup.html:26 +#: seahub/templates/snippets/file_share_popup.html:60 +#: seahub/templates/snippets/file_share_popup.html:96 #: seahub/templates/snippets/group_recommend_form.html:19 #: seahub/templates/snippets/repo_create_form.html:26 #: seahub/templates/snippets/repo_share_form.html:30 @@ -672,8 +675,8 @@ msgstr "當前頭像:" #: seahub/templates/sysadmin/repo_transfer_form.html:8 #: seahub/templates/sysadmin/sys_org_info.html:35 #: seahub/templates/sysadmin/sys_repo_search.html:13 -#: seahub/templates/sysadmin/sys_useradmin.html:44 -#: seahub/templates/sysadmin/sys_useradmin.html:52 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:58 #: seahub/templates/sysadmin/sys_useradmin_admins.html:36 #: seahub/templates/sysadmin/user_search.html:12 #: seahub/templates/sysadmin/userinfo.html:47 @@ -696,31 +699,35 @@ msgstr "%(avatar_creator)s 已更新頭像 %(avatar)s." msgstr "你已更新你的頭像 %(avatar)s。" -#: seahub/base/accounts.py:405 +#: seahub/base/accounts.py:436 msgid "Email address" msgstr "電子信箱地址" -#: seahub/base/accounts.py:411 +#: seahub/base/accounts.py:442 msgid "This value must be of length 40" msgstr "長度為40字元" -#: seahub/base/accounts.py:431 +#: seahub/base/accounts.py:458 +msgid "A user with this email already" +msgstr "該電子信箱已被註冊" + +#: seahub/base/accounts.py:462 msgid "Invalid user id." msgstr "無效user id" -#: seahub/base/accounts.py:451 +#: seahub/base/accounts.py:499 msgid "name" msgstr "名稱" -#: seahub/base/accounts.py:453 +#: seahub/base/accounts.py:501 msgid "department" msgstr "部門" -#: seahub/base/accounts.py:455 +#: seahub/base/accounts.py:503 msgid "telephone" msgstr "電話" -#: seahub/base/accounts.py:457 +#: seahub/base/accounts.py:505 msgid "note" msgstr "備註" @@ -781,7 +788,7 @@ msgstr "文件\"%(file)s\"還原到%(time)s." msgid "Recovered deleted directory" msgstr "還原已刪除的目錄" -#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1739 +#: seahub/base/templatetags/seahub_tags.py:126 seahub/views/ajax.py:1618 msgid "Changed library name or description" msgstr "修改了資料庫名稱或描述" @@ -792,8 +799,8 @@ msgstr "系統自動合併修改" #: seahub/base/templatetags/seahub_tags.py:188 #: seahub/base/templatetags/seahub_tags.py:222 #: seahub/group/templates/group/group_discuss.html:154 -#: seahub/templates/repo.html:1608 -#: seahub/templates/snippets/my_owned_repos.html:146 +#: seahub/templates/repo.html:924 seahub/templates/repo.html.py:1640 +#: seahub/templates/snippets/my_owned_repos.html:148 msgid "Just now" msgstr "剛才" @@ -822,10 +829,10 @@ msgid_plural "%(seconds)d seconds ago" msgstr[0] "%(seconds)d 秒前" #: seahub/base/templatetags/seahub_tags.py:319 -#: seahub/group/templates/group/group_info.html:31 -#: seahub/group/templates/group/group_info.html:34 +#: seahub/group/templates/group/group_info.html:33 +#: seahub/group/templates/group/group_info.html:36 #: seahub/group/templates/group/group_info_for_pub.html:24 -#: seahub/share/views.py:404 seahub/share/views.py:511 +#: seahub/share/views.py:406 seahub/share/views.py:513 #: seahub/share/templates/share/list_priv_shared_folders.html:23 #: seahub/share/templates/share/list_priv_shared_folders.html:36 #: seahub/share/templates/share/repos.html:24 @@ -839,11 +846,11 @@ msgstr[0] "%(seconds)d 秒前" #: seahub/templates/pubrepo.html.py:29 #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/repo_create_form.html:11 @@ -854,9 +861,9 @@ msgid "Read-Write" msgstr "可讀寫" #: seahub/base/templatetags/seahub_tags.py:321 -#: seahub/group/templates/group/group_info.html:36 +#: seahub/group/templates/group/group_info.html:38 #: seahub/group/templates/group/group_info_for_pub.html:26 -#: seahub/share/views.py:406 seahub/share/views.py:513 +#: seahub/share/views.py:408 seahub/share/views.py:515 #: seahub/share/templates/share/list_priv_shared_folders.html:34 #: seahub/share/templates/share/repos.html:38 #: seahub/share/templates/share/user_share_list.html:44 @@ -876,7 +883,7 @@ msgid "Email is required." msgstr "電子信箱為必填項。" #: seahub/contacts/views.py:64 seahub/contacts/views.py:101 -#: seahub/group/views.py:888 seahub/group/views.py:916 +#: seahub/group/views.py:906 seahub/group/views.py:934 #, python-format msgid "%s is not a valid email." msgstr "%s 是一個無效的電子信箱地址" @@ -909,7 +916,7 @@ msgstr "成功刪除 %s " #: seahub/contacts/templates/contacts/contact_list.html:4 #: seahub/contacts/templates/contacts/contact_list.html:10 #: seahub/group/templates/group/grpmember_add_form.html:7 -#: seahub/templates/home_base.html:24 +#: seahub/templates/home_base.html:26 #: seahub/templates/snippets/repo_share_form.html:8 msgid "Contacts" msgstr "通訊錄" @@ -924,7 +931,7 @@ msgid "Email " msgstr "電子信箱" #: seahub/contacts/templates/contacts/contact_list.html:18 -#: seahub/group/templates/group/group_info.html:21 +#: seahub/group/templates/group/group_info.html:23 #: seahub/group/templates/group/group_info_for_pub.html:13 #: seahub/group/templates/group/group_wiki.html:46 #: seahub/group/templates/group/group_wiki.html:91 @@ -933,23 +940,22 @@ msgstr "電子信箱" #: seahub/share/templates/share/links.html:20 #: seahub/share/templates/share/links.html:56 #: seahub/share/templates/share/list_priv_shared_folders.html:15 -#: seahub/share/templates/share/priv_shared_files.html:20 -#: seahub/share/templates/share/priv_shared_files.html:53 +#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:56 #: seahub/share/templates/share/repos.html:15 #: seahub/share/templates/share/user_share_list.html:33 #: seahub/templates/my_group_repos.html:8 #: seahub/templates/my_shared_repos.html:7 seahub/templates/pubrepo.html:16 #: seahub/templates/repo_history_view.html:52 #: seahub/templates/repo_recycle_view.html:53 -#: seahub/templates/repo_settings.html:30 -#: seahub/templates/repo_settings.html:78 +#: seahub/templates/repo_settings.html:35 #: seahub/templates/view_shared_dir.html:29 #: seahub/templates/registration/registration_form.html:13 #: seahub/templates/snippets/my_group_repos.html:8 -#: seahub/templates/snippets/my_owned_repos.html:25 -#: seahub/templates/snippets/my_owned_repos.html:72 -#: seahub/templates/snippets/my_owned_repos.html:119 -#: seahub/templates/snippets/my_owned_repos.html:137 +#: seahub/templates/snippets/my_owned_repos.html:27 +#: seahub/templates/snippets/my_owned_repos.html:74 +#: seahub/templates/snippets/my_owned_repos.html:121 +#: seahub/templates/snippets/my_owned_repos.html:139 #: seahub/templates/snippets/repo_create_form.html:4 #: seahub/templates/snippets/repo_dir_data.html:40 #: seahub/templates/sysadmin/repoadmin_table.html:4 @@ -967,12 +973,12 @@ msgid "Name" msgstr "名稱" #: seahub/contacts/templates/contacts/contact_list.html:19 -#: seahub/templates/registration/registration_form.html:29 +#: seahub/templates/registration/registration_form.html:32 msgid "Note" msgstr "備註" #: seahub/contacts/templates/contacts/contact_list.html:20 -#: seahub/group/templates/group/group_info.html:25 +#: seahub/group/templates/group/group_info.html:27 #: seahub/group/templates/group/group_info_for_pub.html:17 #: seahub/group/templates/group/group_manage.html:25 #: seahub/group/templates/group/group_manage.html:49 @@ -981,28 +987,26 @@ msgstr "備註" #: seahub/share/templates/share/links.html:23 #: seahub/share/templates/share/links.html:59 #: seahub/share/templates/share/list_priv_shared_folders.html:19 -#: seahub/share/templates/share/priv_shared_files.html:23 -#: seahub/share/templates/share/priv_shared_files.html:56 +#: seahub/share/templates/share/priv_shared_files.html:25 +#: seahub/share/templates/share/priv_shared_files.html:59 #: seahub/share/templates/share/repos.html:19 #: seahub/share/templates/share/user_share_list.html:36 -#: seahub/templates/client_mgmt.html:17 #: seahub/templates/file_revisions.html:28 #: seahub/templates/my_shared_repos.html:11 seahub/templates/pubrepo.html:20 #: seahub/templates/repo_recycle_view.html:56 -#: seahub/templates/repo_settings.html:83 #: seahub/templates/repo_view_snapshot.html:18 #: seahub/templates/view_shared_dir.html:31 -#: seahub/templates/snippets/my_owned_repos.html:28 -#: seahub/templates/snippets/my_owned_repos.html:75 -#: seahub/templates/snippets/my_owned_repos.html:123 -#: seahub/templates/snippets/my_owned_repos.html:140 +#: seahub/templates/snippets/my_owned_repos.html:30 +#: seahub/templates/snippets/my_owned_repos.html:77 +#: seahub/templates/snippets/my_owned_repos.html:125 +#: seahub/templates/snippets/my_owned_repos.html:142 #: seahub/templates/snippets/repo_dir_data.html:43 #: seahub/templates/sysadmin/repoadmin_table.html:8 #: seahub/templates/sysadmin/sys_group_admin.html:15 #: seahub/templates/sysadmin/sys_org_admin.html:15 #: seahub/templates/sysadmin/sys_publink_admin.html:16 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 -#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:9 #: seahub/templates/sysadmin/userinfo.html:67 msgid "Operations" msgstr "操作" @@ -1015,8 +1019,10 @@ msgstr "操作" #: seahub/templates/view_file_markdown.html:13 #: seahub/templates/view_file_sf.html:6 #: seahub/templates/view_file_text.html:24 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:61 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:62 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:79 #: seahub/templates/sysadmin/useradmin_table.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:40 #: seahub/templates/wiki/personal_wiki.html:21 msgid "Edit" msgstr "編輯" @@ -1030,21 +1036,21 @@ msgstr "編輯" #: seahub/message/templates/message/user_msg_list.html:52 #: seahub/message/templates/message/user_msg_list.html:54 #: seahub/notifications/templates/notifications/notification_list.html:33 -#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/profile/templates/profile/set_profile.html:119 #: seahub/templates/repo.html:51 seahub/templates/repo.html.py:256 #: seahub/templates/view_shared_upload_link.html:87 -#: seahub/templates/snippets/file_share_popup.html:55 -#: seahub/templates/snippets/file_share_popup.html:92 -#: seahub/templates/snippets/my_owned_repos.html:51 -#: seahub/templates/snippets/my_owned_repos.html:99 -#: seahub/templates/snippets/my_owned_repos.html:152 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/file_share_popup.html:87 +#: seahub/templates/snippets/my_owned_repos.html:53 +#: seahub/templates/snippets/my_owned_repos.html:101 +#: seahub/templates/snippets/my_owned_repos.html:154 #: seahub/templates/snippets/repo_dirents.html:32 #: seahub/templates/snippets/repo_dirents.html:86 #: seahub/templates/sysadmin/repoadmin_table.html:24 #: seahub/templates/sysadmin/sys_group_admin.html:22 #: seahub/templates/sysadmin/sys_org_admin.html:23 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:85 -#: seahub/templates/sysadmin/useradmin_table.html:48 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:103 +#: seahub/templates/sysadmin/useradmin_table.html:68 #: seahub/templates/sysadmin/userinfo.html:76 msgid "Delete" msgstr "刪除" @@ -1063,12 +1069,12 @@ msgstr "聯絡人用來在共享資料庫和發送文件外鏈時的快速補全 #: seahub/contacts/templates/contacts/contact_list.html:55 #: seahub/group/templates/group/group_manage.html:24 #: seahub/group/templates/group/group_manage.html:48 -#: seahub/templates/repo_settings.html:51 +#: seahub/templates/repo_settings.html:57 #: seahub/templates/registration/login.html:34 #: seahub/templates/registration/registration_form.html:17 #: seahub/templates/snippets/add_to_contacts_form.html:2 #: seahub/templates/sysadmin/repo_transfer_form.html:5 -#: seahub/templates/sysadmin/sys_useradmin.html:37 +#: seahub/templates/sysadmin/sys_useradmin.html:36 #: seahub/templates/sysadmin/sys_useradmin_admins.html:42 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:23 #: seahub/templates/sysadmin/user_search.html:11 @@ -1104,7 +1110,7 @@ msgstr "刪除聯絡人" #: seahub/templates/sysadmin/useradmin_js.html:4 #, python-format msgid "Are you sure you want to delete %s ?" -msgstr "確定要刪除 %s 嗎?" +msgstr "" #: seahub/contacts/templates/contacts/contact_list.html:129 msgid "You cannot add yourself." @@ -1175,218 +1181,226 @@ msgstr "驗證資訊太長,不超過255個字元" msgid "\"%s\" is not a valid name" msgstr "名稱 %s 含有無效字符" -#: seahub/group/views.py:164 +#: seahub/group/views.py:161 +msgid "You do not have permission to create group." +msgstr "" + +#: seahub/group/views.py:170 #, python-format msgid "" "You can only create %d groups.Upgrade " "account." msgstr "你只能創建%d個群組。升級帳號。" -#: seahub/group/views.py:184 seahub/group/views.py:324 +#: seahub/group/views.py:190 seahub/group/views.py:330 msgid "There is already a group with that name." msgstr "已有同名群組" -#: seahub/group/views.py:268 +#: seahub/group/views.py:274 msgid "Failed to dismiss group, pleaes retry later." msgstr "" -#: seahub/group/views.py:270 +#: seahub/group/views.py:276 msgid "Successfully dismissed group." msgstr "" -#: seahub/group/views.py:322 +#: seahub/group/views.py:328 msgid "" "Failed to rename group, group name can only contain letters, numbers or " "underscore" msgstr "重命名群組失敗,群組名稱只能包含中英文字元,數字及底線。" -#: seahub/group/views.py:326 +#: seahub/group/views.py:332 #, python-format msgid "Successfully renamed group to \"%s\"." msgstr "成功重命名群組為 \"%s\"。" -#: seahub/group/views.py:343 +#: seahub/group/views.py:349 #, python-format msgid "Email %s is not valid." msgstr "電子信箱 %s 含有無效字元" -#: seahub/group/views.py:372 seahub/group/views.py:394 +#: seahub/group/views.py:381 seahub/group/views.py:403 msgid "Only administrators can make the group public" msgstr "只有管理員才能將群組公開。" -#: seahub/group/views.py:440 seahub/message/views.py:122 -#: seahub/message/views.py:148 +#: seahub/group/views.py:449 seahub/message/views.py:121 +#: seahub/message/views.py:147 msgid "The message doesn't exist" msgstr "該留言不存在" -#: seahub/group/views.py:450 seahub/message/views.py:134 -#: seahub/message/views.py:160 +#: seahub/group/views.py:459 seahub/message/views.py:133 +#: seahub/message/views.py:159 msgid "You don't have the permission." msgstr "你的權限不夠。" -#: seahub/group/views.py:662 +#: seahub/group/views.py:670 #, python-format msgid "You are invited to join a group on %s" msgstr "" -#: seahub/group/views.py:694 +#: seahub/group/views.py:683 +msgid "The group does not exist." +msgstr "" + +#: seahub/group/views.py:711 #, python-format msgid "Failed to add, %s is not in current organization." msgstr "" -#: seahub/group/views.py:712 seahub/group/views.py:863 +#: seahub/group/views.py:729 seahub/group/views.py:881 #, python-format msgid "" "You can only invite %d members.Upgrade " "account." msgstr "你只能邀請%d個成員。升級帳號。" -#: seahub/group/views.py:750 +#: seahub/group/views.py:767 #, python-format msgid "Failed to add, %s is not registerd." msgstr "新增失敗,%s 未註冊。" -#: seahub/group/views.py:765 +#: seahub/group/views.py:782 #, python-format msgid "Successfully added. An email has been sent." msgid_plural "Successfully added. %(count)s emails have been sent." msgstr[0] "新增群組成員成功,%(count)s 封邀請郵件已發送。" -#: seahub/group/views.py:772 +#: seahub/group/views.py:789 msgid "Successfully added." msgstr "新增成功。" -#: seahub/group/views.py:834 +#: seahub/group/views.py:852 #, python-format msgid "Failed to add, %s is not a valid email." msgstr "新增失敗,%s 是一個無效的電子信箱地址" -#: seahub/group/views.py:844 +#: seahub/group/views.py:862 #, python-format msgid "Failed to add, %s is not registrated." msgstr "新增失敗,%s 還沒註冊。" -#: seahub/group/views.py:876 seahub/group/views.py:893 -#: seahub/group/views.py:924 +#: seahub/group/views.py:894 seahub/group/views.py:911 +#: seahub/group/views.py:942 msgid "Operation succeeded." msgstr "操作成功" -#: seahub/group/views.py:926 +#: seahub/group/views.py:944 #, python-format msgid "Failed:%s" msgstr "刪除失敗:%s" -#: seahub/group/views.py:957 +#: seahub/group/views.py:974 msgid "Error: wrong group id" msgstr "推薦失敗:群組id不正確" -#: seahub/group/views.py:962 +#: seahub/group/views.py:980 msgid "Error: the group does not exist." msgstr "錯誤:該群組不存在。" -#: seahub/group/views.py:994 +#: seahub/group/views.py:1013 #, python-format msgid "Successfully posted to %(groups)s." msgstr "成功發送到 %(groups)s。" -#: seahub/group/views.py:997 +#: seahub/group/views.py:1016 #, python-format msgid "Error: you are not in group %s." msgstr "推薦到 %s 失敗:你不在該群組中。" -#: seahub/group/views.py:1009 +#: seahub/group/views.py:1028 msgid "Error: the library does not exist." msgstr "錯誤:該資料庫不存在。" -#: seahub/group/views.py:1012 +#: seahub/group/views.py:1031 msgid "Error: no path." msgstr "錯誤:路徑不存在。" -#: seahub/group/views.py:1050 +#: seahub/group/views.py:1069 msgid "Failed to create: the group does not exist." msgstr "創建失敗:該群組不存在。" -#: seahub/group/views.py:1055 +#: seahub/group/views.py:1074 msgid "Failed to create: you are not in the group." msgstr "創建失敗:你不在該群組中。" -#: seahub/group/views.py:1083 seahub/group/views.py:1105 -#: seahub/group/views.py:1511 seahub/views/wiki.py:146 +#: seahub/group/views.py:1102 seahub/group/views.py:1124 +#: seahub/group/views.py:1528 seahub/views/wiki.py:149 msgid "Failed to create" msgstr "創建失敗" -#: seahub/group/views.py:1090 seahub/group/views.py:1111 -#: seahub/group/views.py:1517 +#: seahub/group/views.py:1109 seahub/group/views.py:1130 +#: seahub/group/views.py:1534 msgid "Failed to create: internal error." msgstr "創建團體群組失敗。" -#: seahub/group/views.py:1134 +#: seahub/group/views.py:1153 msgid "You are already in the group." msgstr "你已在該群組中。" -#: seahub/group/views.py:1149 +#: seahub/group/views.py:1168 msgid "Sent successfully, the group admin will handle it." msgstr "發送成功,請等候管理員處理。" -#: seahub/group/views.py:1225 +#: seahub/group/views.py:1241 msgid "Discussion is required." msgstr "" -#: seahub/group/views.py:1328 seahub/views/__init__.py:633 -#: seahub/views/ajax.py:1247 seahub/views/file.py:308 seahub/views/file.py:618 -#: seahub/views/file.py:712 +#: seahub/group/views.py:1344 seahub/views/__init__.py:595 +#: seahub/views/ajax.py:1198 seahub/views/file.py:309 seahub/views/file.py:631 +#: seahub/views/file.py:725 msgid "File does not exist" msgstr "文件不存在" -#: seahub/group/views.py:1364 +#: seahub/group/views.py:1380 msgid "Successfully enable \"Wiki\"." msgstr "\"維基\"模組已新增。" -#: seahub/group/views.py:1369 +#: seahub/group/views.py:1385 msgid "Successfully disable \"Wiki\"." msgstr "\"維基\"模組已刪除。" -#: seahub/group/views.py:1408 seahub/group/views.py:1579 -#: seahub/views/wiki.py:60 seahub/views/wiki.py:202 +#: seahub/group/views.py:1424 seahub/group/views.py:1596 +#: seahub/views/wiki.py:60 seahub/views/wiki.py:205 msgid "Failed to create wiki page. Please retry later." msgstr "創建維基頁面失敗,請稍後再試" -#: seahub/group/views.py:1463 seahub/views/__init__.py:627 -#: seahub/views/ajax.py:1798 seahub/views/ajax.py:1865 +#: seahub/group/views.py:1479 seahub/views/__init__.py:589 +#: seahub/views/ajax.py:1682 seahub/views/ajax.py:1754 #: seahub/views/wiki.py:109 msgid "Internal Server Error" msgstr "伺服器內部錯誤" -#: seahub/group/views.py:1465 seahub/views/wiki.py:111 +#: seahub/group/views.py:1481 seahub/views/wiki.py:111 msgid "Wiki does not exists." msgstr "Wiki不存在" -#: seahub/group/views.py:1524 seahub/group/views.py:1549 -#: seahub/views/wiki.py:153 seahub/views/wiki.py:176 +#: seahub/group/views.py:1541 seahub/group/views.py:1566 +#: seahub/views/wiki.py:156 seahub/views/wiki.py:179 msgid "Failed to create home page. Please retry later" msgstr "創建首頁失敗,請稍後再試" -#: seahub/group/views.py:1540 seahub/views/wiki.py:167 +#: seahub/group/views.py:1557 seahub/views/wiki.py:170 msgid "Failed to set wiki library." msgstr "" -#: seahub/group/views.py:1569 seahub/group/views.py:1595 -#: seahub/group/views.py:1613 seahub/views/wiki.py:192 -#: seahub/views/wiki.py:215 seahub/views/wiki.py:230 +#: seahub/group/views.py:1586 seahub/group/views.py:1612 +#: seahub/group/views.py:1630 seahub/views/wiki.py:195 +#: seahub/views/wiki.py:218 seahub/views/wiki.py:233 msgid "Wiki is not found." msgstr "Wiki未找到。" -#: seahub/group/views.py:1576 seahub/views/wiki.py:199 +#: seahub/group/views.py:1593 seahub/views/wiki.py:202 #, python-format msgid "Page \"%s\" already exists." msgstr "頁面 \"%s\" 已存在。" -#: seahub/group/views.py:1618 +#: seahub/group/views.py:1635 #, python-format msgid "Successfully deleted \"%s\"." msgstr "" -#: seahub/group/views.py:1620 +#: seahub/group/views.py:1637 #, python-format msgid "Failed to delete \"%s\". Please retry later." msgstr "" @@ -1433,23 +1447,23 @@ msgstr "輸入不能為空且應少於2048個字元。" #: seahub/group/templates/group/group_discuss.html:30 #: seahub/group/templates/group/group_discuss.html:113 #: seahub/group/templates/group/group_discuss.html:169 -#: seahub/group/templates/group/group_info.html:131 +#: seahub/group/templates/group/group_info.html:136 #: seahub/group/templates/group/group_wiki.html:62 #: seahub/group/templates/group/new_msg_reply.html:68 #: seahub/message/templates/message/all_msg_list.html:48 #: seahub/message/templates/message/all_msg_list.html:60 #: seahub/message/templates/message/user_msg_list.html:22 #: seahub/message/templates/message/user_msg_list.html:34 -#: seahub/profile/templates/profile/set_profile.html:124 +#: seahub/profile/templates/profile/set_profile.html:130 #: seahub/templates/activities.html:26 seahub/templates/file_edit.html:99 -#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:57 +#: seahub/templates/file_edit.html:246 seahub/templates/myhome.html:61 #: seahub/templates/repo.html:146 seahub/templates/repo.html.py:170 #: seahub/templates/repo.html:191 seahub/templates/repo.html.py:198 #: seahub/templates/repo.html:207 seahub/templates/repo.html.py:255 #: seahub/templates/shared_file_view.html:53 #: seahub/templates/view_shared_upload_link.html:86 -#: seahub/templates/snippets/file_share_popup.html:67 -#: seahub/templates/snippets/file_share_popup.html:102 +#: seahub/templates/snippets/file_share_popup.html:61 +#: seahub/templates/snippets/file_share_popup.html:97 #: seahub/templates/sysadmin/repo_transfer_form.html:9 #: seahub/templates/wiki/personal_wiki.html:57 msgid "Cancel" @@ -1457,7 +1471,7 @@ msgstr "取消" #: seahub/group/templates/group/group_base.html:16 #: seahub/group/templates/group/group_base.html:48 -#: seahub/templates/home_base.html:9 seahub/templates/home_base.html.py:39 +#: seahub/templates/home_base.html:10 seahub/templates/home_base.html.py:44 msgid "Enable Modules" msgstr "新增模組" @@ -1468,9 +1482,9 @@ msgstr "當前群組為公開群組。" #: seahub/group/templates/group/group_base.html:21 #: seahub/group/templates/group/group_info.html:11 #: seahub/group/templates/group/group_info_for_pub.html:8 -#: seahub/group/templates/group/groups_right_panel.html:16 +#: seahub/group/templates/group/groups_right_panel.html:18 #: seahub/share/templates/share/repos.html:10 -#: seahub/templates/home_base.html:12 seahub/templates/home_base.html.py:29 +#: seahub/templates/home_base.html:14 seahub/templates/home_base.html.py:32 #: seahub/templates/myhome.html:4 seahub/templates/pub_base.html:12 #: seahub/templates/pubrepo.html:9 seahub/templates/sysadmin/base.html:9 msgid "Libraries" @@ -1478,12 +1492,12 @@ msgstr "資料庫" #: seahub/group/templates/group/group_base.html:27 #: seahub/group/templates/group/group_base.html:55 -#: seahub/group/templates/group/groups_right_panel.html:19 +#: seahub/group/templates/group/groups_right_panel.html:21 msgid "Wiki" msgstr "維基" #: seahub/group/templates/group/group_base.html:32 -#: seahub/templates/home_base.html:31 +#: seahub/templates/home_base.html:35 msgid "Files" msgstr "文件" @@ -1558,8 +1572,7 @@ msgstr "確定要刪除這條討論?" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:122 seahub/templates/client_mgmt.html:55 -#: seahub/templates/devices.html:45 +#: seahub/templates/base.html:122 seahub/templates/devices.html:45 #: seahub/templates/snippets/repo_del_popup.html:4 msgid "Yes" msgstr "確定" @@ -1567,8 +1580,7 @@ msgstr "確定" #: seahub/group/templates/group/group_discuss.html:271 #: seahub/message/templates/message/user_msg_list.html:195 #: seahub/message/templates/message/user_msg_list.html:231 -#: seahub/templates/base.html:123 seahub/templates/client_mgmt.html:56 -#: seahub/templates/devices.html:46 +#: seahub/templates/base.html:123 seahub/templates/devices.html:46 #: seahub/templates/snippets/repo_del_popup.html:5 msgid "No" msgstr "取消" @@ -1588,7 +1600,7 @@ msgstr "刪除失敗:" #: seahub/group/templates/group/group_discuss.html:292 #: seahub/message/templates/message/user_msg_list.html:216 #: seahub/message/templates/message/user_msg_list.html:252 -#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1722 +#: seahub/templates/repo.html:832 seahub/templates/repo.html.py:1754 msgid "Failed." msgstr "操作失敗" @@ -1596,15 +1608,15 @@ msgstr "操作失敗" msgid "Recent Changes" msgstr "最近修改" -#: seahub/group/templates/group/group_info.html:14 +#: seahub/group/templates/group/group_info.html:15 #: seahub/templates/pubrepo.html:10 -#: seahub/templates/snippets/my_owned_repos.html:14 +#: seahub/templates/snippets/my_owned_repos.html:16 #: seahub/templates/snippets/repo_create_form.html:3 msgid "New Library" msgstr "新建資料庫" -#: seahub/group/templates/group/group_info.html:22 -#: seahub/group/templates/group/group_info.html:76 +#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:78 #: seahub/group/templates/group/group_info_for_pub.html:14 #: seahub/group/templates/group/group_wiki.html:48 #: seahub/share/templates/share/list_priv_shared_folders.html:18 @@ -1613,11 +1625,11 @@ msgstr "新建資料庫" #: seahub/templates/my_group_repos.html:9 #: seahub/templates/my_shared_repos.html:8 seahub/templates/pubrepo.html:17 #: seahub/templates/repo_history.html:23 -#: seahub/templates/repo_settings.html:32 +#: seahub/templates/repo_settings.html:37 #: seahub/templates/snippets/my_group_repos.html:9 -#: seahub/templates/snippets/my_owned_repos.html:26 -#: seahub/templates/snippets/my_owned_repos.html:120 -#: seahub/templates/snippets/my_owned_repos.html:138 +#: seahub/templates/snippets/my_owned_repos.html:28 +#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:140 #: seahub/templates/snippets/repo_create_form.html:6 #: seahub/templates/sysadmin/repoadmin_table.html:7 #: seahub/templates/sysadmin/sys_list_system.html:25 @@ -1627,47 +1639,47 @@ msgstr "新建資料庫" msgid "Description" msgstr "描述" -#: seahub/group/templates/group/group_info.html:23 +#: seahub/group/templates/group/group_info.html:25 #: seahub/group/templates/group/group_info_for_pub.html:15 #: seahub/share/templates/share/user_share_list.html:35 #: seahub/templates/my_group_repos.html:10 #: seahub/templates/my_shared_repos.html:9 seahub/templates/pubrepo.html:18 #: seahub/templates/starred.html:15 #: seahub/templates/snippets/my_group_repos.html:10 -#: seahub/templates/snippets/my_owned_repos.html:27 -#: seahub/templates/snippets/my_owned_repos.html:74 -#: seahub/templates/snippets/my_owned_repos.html:121 -#: seahub/templates/snippets/my_owned_repos.html:139 +#: seahub/templates/snippets/my_owned_repos.html:29 +#: seahub/templates/snippets/my_owned_repos.html:76 +#: seahub/templates/snippets/my_owned_repos.html:123 +#: seahub/templates/snippets/my_owned_repos.html:141 #: seahub/templates/snippets/repo_dir_data.html:42 msgid "Last Update" msgstr "更新時間" -#: seahub/group/templates/group/group_info.html:24 +#: seahub/group/templates/group/group_info.html:26 #: seahub/group/templates/group/group_info_for_pub.html:16 #: seahub/templates/my_group_repos.html:11 #: seahub/templates/my_shared_repos.html:10 #: seahub/templates/snippets/my_group_repos.html:11 -#: seahub/templates/snippets/my_owned_repos.html:122 +#: seahub/templates/snippets/my_owned_repos.html:124 msgid "Shared By" msgstr "共享來源" -#: seahub/group/templates/group/group_info.html:52 +#: seahub/group/templates/group/group_info.html:54 #: seahub/share/templates/share/user_share_list.html:56 #: seahub/templates/my_shared_repos.html:37 seahub/templates/pubrepo.html:41 -#: seahub/templates/snippets/my_owned_repos.html:48 -#: seahub/templates/snippets/my_owned_repos.html:94 -#: seahub/templates/snippets/my_owned_repos.html:149 +#: seahub/templates/snippets/my_owned_repos.html:50 +#: seahub/templates/snippets/my_owned_repos.html:96 +#: seahub/templates/snippets/my_owned_repos.html:151 #: seahub/templates/snippets/my_shared_repos.html:26 msgid "Download and Sync" msgstr "下載和同步" -#: seahub/group/templates/group/group_info.html:55 +#: seahub/group/templates/group/group_info.html:57 #: seahub/share/templates/share/list_priv_shared_folders.html:43 #: seahub/share/templates/share/list_priv_shared_folders.html:46 #: seahub/share/templates/share/list_priv_shared_folders.html:50 #: seahub/share/templates/share/list_priv_shared_folders.html:52 -#: seahub/share/templates/share/priv_shared_files.html:36 -#: seahub/share/templates/share/priv_shared_files.html:69 +#: seahub/share/templates/share/priv_shared_files.html:38 +#: seahub/share/templates/share/priv_shared_files.html:72 #: seahub/share/templates/share/repos.html:47 #: seahub/share/templates/share/repos.html:50 #: seahub/share/templates/share/repos.html:53 @@ -1676,46 +1688,46 @@ msgstr "下載和同步" msgid "Unshare" msgstr "取消共享" -#: seahub/group/templates/group/group_info.html:63 +#: seahub/group/templates/group/group_info.html:65 msgid "No library is sharing to this group" msgstr "還沒有資料庫共享到當前群組" -#: seahub/group/templates/group/group_info.html:64 +#: seahub/group/templates/group/group_info.html:66 msgid "" "You can share libraries by clicking the \"New Library\" button above or the " "\"Share\" icon on your libraries list." msgstr "你可以通過點擊上方的“新建資料庫”按鈕或資料庫列表裡的“共享”圖示來共享資料庫。" -#: seahub/group/templates/group/group_info.html:65 +#: seahub/group/templates/group/group_info.html:67 msgid "" "Libraries shared as writable can be downloaded and synced by other group " "members. Read only libraries can only be downloaded, updates by others will " "not be uploaded." msgstr "以可讀寫方式共享的資料庫可以被其他群組成員下載和同步,而以唯讀方式共享的資料庫只能被下載,其他人的修改將不會被上傳。" -#: seahub/group/templates/group/group_info.html:75 -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:129 #: seahub/share/templates/share/links.html:21 #: seahub/share/templates/share/links.html:57 -#: seahub/share/templates/share/priv_shared_files.html:21 -#: seahub/share/templates/share/priv_shared_files.html:54 -#: seahub/templates/activities.html:19 seahub/templates/client_mgmt.html:14 -#: seahub/templates/file_edit.html:240 seahub/templates/starred.html:14 +#: seahub/share/templates/share/priv_shared_files.html:23 +#: seahub/share/templates/share/priv_shared_files.html:57 +#: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 +#: seahub/templates/starred.html:14 msgid "Library" msgstr "資料庫" -#: seahub/group/templates/group/group_info.html:77 +#: seahub/group/templates/group/group_info.html:79 msgid "Modified at" msgstr "修改於" -#: seahub/group/templates/group/group_info.html:78 +#: seahub/group/templates/group/group_info.html:80 #: seahub/templates/file_revisions.html:26 #: seahub/templates/repo_history.html:22 msgid "Modifier" msgstr "修改者" -#: seahub/group/templates/group/group_info.html:98 #: seahub/group/templates/group/group_info.html:100 +#: seahub/group/templates/group/group_info.html:102 #: seahub/templates/repo.html:155 seahub/templates/repo.html.py:157 #: seahub/templates/repo.html:161 seahub/templates/repo.html.py:163 #: seahub/templates/repo_history.html:45 @@ -1726,7 +1738,7 @@ msgstr "修改者" msgid "Details" msgstr "詳情" -#: seahub/group/templates/group/group_info.html:107 +#: seahub/group/templates/group/group_info.html:109 #: seahub/group/templates/group/new_msg_reply.html:76 #: seahub/templates/pubuser.html:51 seahub/templates/repo_history.html:36 #: seahub/templates/repo_view_snapshot.html:29 @@ -1739,7 +1751,7 @@ msgstr "詳情" msgid "None" msgstr "無" -#: seahub/group/templates/group/group_info.html:112 +#: seahub/group/templates/group/group_info.html:114 #: seahub/templates/file_revisions.html:49 #: seahub/templates/repo_history.html:39 #: seahub/templates/repo_history_view.html:21 @@ -1748,29 +1760,29 @@ msgstr "無" msgid "Unknown" msgstr "未知" -#: seahub/group/templates/group/group_info.html:124 +#: seahub/group/templates/group/group_info.html:129 #: seahub/templates/activities.html:19 seahub/templates/file_edit.html:240 msgid "is encrypted" msgstr "已加密" -#: seahub/group/templates/group/group_info.html:126 +#: seahub/group/templates/group/group_info.html:131 #: seahub/templates/activities.html:21 seahub/templates/file_edit.html:241 msgid "Password:" msgstr "密碼:" -#: seahub/group/templates/group/group_info.html:128 +#: seahub/group/templates/group/group_info.html:133 #: seahub/templates/activities.html:23 seahub/templates/file_edit.html:243 msgid "The password will be kept in the server for only 1 hour." msgstr "密碼將在服務器上保存一小時。" -#: seahub/group/templates/group/group_info.html:146 +#: seahub/group/templates/group/group_info.html:151 msgid "Unshare Library" msgstr "取消共享資料庫" -#: seahub/group/templates/group/group_info.html:147 +#: seahub/group/templates/group/group_info.html:152 #, python-format msgid "Are you sure you want to unshare %s ?" -msgstr "確定要取消共享 %s 嗎?" +msgstr "" #: seahub/group/templates/group/group_info_for_pub.html:24 #: seahub/group/templates/group/group_info_for_pub.html:26 @@ -1788,11 +1800,11 @@ msgstr "確定要取消共享 %s 嗎?" #: seahub/templates/snippets/my_group_repos.html:25 #: seahub/templates/snippets/my_group_repos.html:28 #: seahub/templates/snippets/my_group_repos.html:30 -#: seahub/templates/snippets/my_owned_repos.html:34 #: seahub/templates/snippets/my_owned_repos.html:36 -#: seahub/templates/snippets/my_owned_repos.html:80 +#: seahub/templates/snippets/my_owned_repos.html:38 #: seahub/templates/snippets/my_owned_repos.html:82 -#: seahub/templates/snippets/my_owned_repos.html:143 +#: seahub/templates/snippets/my_owned_repos.html:84 +#: seahub/templates/snippets/my_owned_repos.html:145 #: seahub/templates/snippets/my_shared_repos.html:7 #: seahub/templates/snippets/my_shared_repos.html:10 #: seahub/templates/snippets/my_shared_repos.html:12 @@ -1836,7 +1848,7 @@ msgstr "管理員" #: seahub/group/templates/group/group_manage.html:12 #: seahub/profile/templates/profile/set_profile.html:5 -#: seahub/profile/templates/profile/set_profile.html:23 +#: seahub/profile/templates/profile/set_profile.html:25 #: seahub/templates/base.html:78 seahub/templates/repo.html:30 msgid "Settings" msgstr "設置" @@ -1854,7 +1866,7 @@ msgid "Avatar" msgstr "頭像" #: seahub/group/templates/group/group_manage.html:73 -#: seahub/profile/templates/profile/set_profile.html:30 +#: seahub/profile/templates/profile/set_profile.html:32 msgid "Change" msgstr "修改" @@ -1864,7 +1876,7 @@ msgstr "修改" msgid "Rename" msgstr "重命名" -#: seahub/group/templates/group/group_manage.html:84 +#: seahub/group/templates/group/group_manage.html:83 msgid "Revoke Public" msgstr "取消公開" @@ -1912,7 +1924,7 @@ msgstr "刪除成員" #: seahub/group/templates/group/group_manage.html:147 #, python-format msgid "Really want to delete %s ?" -msgstr "確定要刪除 %s 嗎?" +msgstr "" #: seahub/group/templates/group/group_members.html:10 msgid "Quit" @@ -1941,7 +1953,7 @@ msgid "Name: " msgstr "名字:" #: seahub/group/templates/group/group_pubinfo.html:14 -#: seahub/group/templates/group/groups_right_panel.html:13 +#: seahub/group/templates/group/groups_right_panel.html:15 #: seahub/templates/pubgrp.html:24 #: seahub/templates/sysadmin/sys_org_info.html:72 msgid "Creator: " @@ -2014,7 +2026,7 @@ msgid "Choose a library as wiki:" msgstr "" #: seahub/group/templates/group/group_wiki.html:60 -#: seahub/profile/templates/profile/set_profile.html:122 +#: seahub/profile/templates/profile/set_profile.html:128 #: seahub/templates/wiki/personal_wiki.html:55 msgid "Please click and choose a library." msgstr "請選擇資料庫。" @@ -2080,13 +2092,13 @@ msgid "Are you sure you want to delete this page?" msgstr "" #: seahub/group/templates/group/group_wiki.html:158 -#: seahub/templates/repo_settings.html:146 +#: seahub/templates/repo_settings.html:102 #: seahub/templates/wiki/personal_wiki.html:149 msgid "Name is required." msgstr "名稱為必填項。" #: seahub/group/templates/group/group_wiki.html:162 -#: seahub/templates/repo_settings.html:150 +#: seahub/templates/repo_settings.html:106 #: seahub/templates/wiki/personal_wiki.html:153 msgid "Description is required." msgstr "描述為必填項" @@ -2095,37 +2107,47 @@ msgstr "描述為必填項" msgid "Tips" msgstr "小提示" -#: seahub/group/templates/group/groups_left_panel.html:5 +#: seahub/group/templates/group/groups_left_panel.html:6 msgid "" "After creating a group, you can add members and share libraries into it." msgstr "群組創建後,就可以新增成員,共享資料。" +#: seahub/group/templates/group/groups_left_panel.html:8 +msgid "Since you are a guest user now, you can not create groups." +msgstr "" + #: seahub/group/templates/group/groups_right_panel.html:4 msgid "My Groups" msgstr "我的群組" -#: seahub/group/templates/group/groups_right_panel.html:5 -#: seahub/group/templates/group/groups_right_panel.html:33 +#: seahub/group/templates/group/groups_right_panel.html:6 +#: seahub/group/templates/group/groups_right_panel.html:40 msgid "New Group" msgstr "新建群組" -#: seahub/group/templates/group/groups_right_panel.html:14 +#: seahub/group/templates/group/groups_right_panel.html:16 #: seahub/templates/pubgrp.html:25 #: seahub/templates/sysadmin/sys_org_info.html:73 msgid "Time: " msgstr "時間:" -#: seahub/group/templates/group/groups_right_panel.html:28 +#: seahub/group/templates/group/groups_right_panel.html:30 msgid "You are not in any groups" msgstr "你還沒有創建或參加群組" -#: seahub/group/templates/group/groups_right_panel.html:29 +#: seahub/group/templates/group/groups_right_panel.html:32 msgid "" -"You can create a group by clicking \"New Group\" button. Group is a place " -"for you and your friends leaving messages and collaborating on libraries." -msgstr "你可以點擊“新建群組”按鈕來創建群組。在群組裡,你可以和你的朋友交流,協同維護資料庫。" +"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." +msgstr "" #: seahub/group/templates/group/groups_right_panel.html:34 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "" + +#: seahub/group/templates/group/groups_right_panel.html:41 msgid "Group Name" msgstr "群組名稱" @@ -2157,7 +2179,7 @@ msgid "Add administrators" msgstr "新增管理員" #: seahub/group/templates/group/grpmember_add_js.html:33 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:126 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:144 msgid "Please enter emails, or select some." msgstr "請輸入電子信箱,或選擇一些。" @@ -2436,21 +2458,21 @@ msgid "" " the library, you'll have to enter password again." msgstr "Seafile 伺服器不會儲存一個加密資料庫的密碼。要在線查看一個加密資料庫,你需要提供該資料庫的密碼。你的密碼將會儲存在伺服器的內存中。一小時後就會被清除。之後如果還想瀏覽改資料庫,則需要重新輸入密碼。" -#: seahub/message/views.py:186 -#: seahub/message/templates/message/all_msg_list.html:150 +#: seahub/message/views.py:184 +#: seahub/message/templates/message/all_msg_list.html:156 msgid "message is required" msgstr "訊息是必填項" -#: seahub/message/views.py:189 -#: seahub/message/templates/message/all_msg_list.html:154 +#: seahub/message/views.py:187 +#: seahub/message/templates/message/all_msg_list.html:160 msgid "contact is required" msgstr "聯絡人是必填項" -#: seahub/message/views.py:214 +#: seahub/message/views.py:212 msgid "You can not send message to yourself." msgstr "你不能發訊息給自己。" -#: seahub/message/views.py:218 +#: seahub/message/views.py:216 #, python-format msgid "Failed to send message to %s, user not found." msgstr "發送訊息失敗,%s 未找到。" @@ -2461,13 +2483,13 @@ msgstr "寫訊息" #: seahub/message/templates/message/all_msg_list.html:23 #: seahub/notifications/templates/notifications/notice_email.html:21 -#: seahub/notifications/templates/notifications/user_notification_list.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:23 msgid "Message" msgstr "訊息" #: seahub/message/templates/message/all_msg_list.html:24 #: seahub/notifications/templates/notifications/notice_email.html:22 -#: seahub/notifications/templates/notifications/user_notification_list.html:21 +#: seahub/notifications/templates/notifications/user_notification_list.html:24 #: seahub/templates/file_revisions.html:25 #: seahub/templates/repo_history.html:21 msgid "Time" @@ -2485,10 +2507,6 @@ msgstr "發送給:點擊選擇聯絡人" msgid "please add contacts at first" msgstr "請先新增聯絡人" -#: seahub/message/templates/message/all_msg_list.html:114 -msgid "Failed to get your contacts for sending a message." -msgstr "獲取聯絡人失敗,無法發送訊息。" - #: seahub/message/templates/message/user_msg_list.html:15 msgid "Send a message..." msgstr "發送訊息..." @@ -2517,7 +2535,7 @@ msgstr "%(user)s 共享了文件 %(file_name)s給你" #: seahub/notifications/models.py:545 seahub/notifications/models.py:565 #: seahub/notifications/models.py:582 seahub/notifications/models.py:612 #: seahub/notifications/models.py:629 seahub/notifications/models.py:653 -#: seahub/utils/__init__.py:112 seahub/utils/__init__.py:871 +#: seahub/utils/__init__.py:113 seahub/utils/__init__.py:872 msgid "Internal error" msgstr "內部錯誤" @@ -2544,7 +2562,7 @@ msgstr "" #: seahub/notifications/models.py:638 #, python-format -msgid "%(user)s replied your group discussion." +msgid "%(user)s replied the group discussion." msgstr "" #: seahub/notifications/models.py:677 @@ -2555,7 +2573,7 @@ msgid "" "%(join_request_msg)s" msgstr "用戶 %(username)s 請求加入到群組 %(group_name)s,驗證資訊:%(join_request_msg)s" -#: seahub/notifications/views.py:120 +#: seahub/notifications/views.py:124 msgid "Successfully cleared all notices." msgstr "成功清空所有通知。" @@ -2671,11 +2689,15 @@ msgstr "刪除通知" msgid "Notices" msgstr "通知" -#: seahub/notifications/templates/notifications/user_notification_list.html:11 +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 msgid "Clear" msgstr "清空" -#: seahub/notifications/templates/notifications/user_notification_list.html:27 +#: seahub/notifications/templates/notifications/user_notification_list.html:30 #: seahub/templates/activities.html:15 msgid "More" msgstr "更多" @@ -2685,27 +2707,27 @@ msgid "Please choose how to view encrypted libraries online:" msgstr "請選擇查看加密資料庫的方式:" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Send passwords to the server." msgstr "發送密碼到伺服器。" #: seahub/options/templates/options/set_user_options.html:10 -#: seahub/profile/templates/profile/set_profile.html:81 +#: seahub/profile/templates/profile/set_profile.html:85 msgid "Files will be decrypted in the server before being sent to you." msgstr "文件在傳送給你前會先在伺服器上解密。" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Save passwords in your browser." msgstr "在瀏覽器儲存密碼。" #: seahub/options/templates/options/set_user_options.html:12 -#: seahub/profile/templates/profile/set_profile.html:84 +#: seahub/profile/templates/profile/set_profile.html:88 msgid "Files will be decrypted in your browser when you download them." msgstr "文件會一邊下載一邊在瀏覽器裡解密。" #: seahub/options/templates/options/set_user_options.html:13 -#: seahub/profile/templates/profile/set_profile.html:85 +#: seahub/profile/templates/profile/set_profile.html:89 msgid "" "Tip: the latter way is more secure, but it is not supported well by all " "browsers. We advise you to use the latest version of Chrome or Firefox." @@ -2737,7 +2759,7 @@ msgid "Successfully set \"%s\" as your default library." msgstr "成功設置 \"%s\"為你的預設資料庫。" #: seahub/profile/templates/profile/profile_base.html:4 -#: seahub/profile/templates/profile/set_profile.html:26 +#: seahub/profile/templates/profile/set_profile.html:28 msgid "Profile Setting" msgstr "個人信息設置" @@ -2750,75 +2772,75 @@ msgstr "設置" msgid "Language" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/set_profile.html:14 msgid "Encrypted Libraries" msgstr "加密資料庫" -#: seahub/profile/templates/profile/set_profile.html:15 +#: seahub/profile/templates/profile/set_profile.html:16 msgid "Sub-library" msgstr "子資料庫" -#: seahub/profile/templates/profile/set_profile.html:16 +#: seahub/profile/templates/profile/set_profile.html:17 msgid "Default Library" msgstr "預設資料庫" -#: seahub/profile/templates/profile/set_profile.html:17 -#: seahub/profile/templates/profile/set_profile.html:111 -#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:144 msgid "Delete Account" msgstr "刪除帳號" -#: seahub/profile/templates/profile/set_profile.html:28 +#: seahub/profile/templates/profile/set_profile.html:30 msgid "Avatar:" msgstr "頭像:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 msgid "Password:" msgstr "密碼:" -#: seahub/profile/templates/profile/set_profile.html:36 +#: seahub/profile/templates/profile/set_profile.html:38 #: seahub/templates/snippets/repo_dirents.html:76 msgid "Update" msgstr "更新" -#: seahub/profile/templates/profile/set_profile.html:37 +#: seahub/profile/templates/profile/set_profile.html:39 msgctxt "true name" msgid "Name:" msgstr "名字:" -#: seahub/profile/templates/profile/set_profile.html:42 +#: seahub/profile/templates/profile/set_profile.html:44 msgid "About me:" msgstr "關於我:" -#: seahub/profile/templates/profile/set_profile.html:49 +#: seahub/profile/templates/profile/set_profile.html:51 msgid "Department:" msgstr "部門:" -#: seahub/profile/templates/profile/set_profile.html:54 +#: seahub/profile/templates/profile/set_profile.html:56 msgid "Telephone:" msgstr "電話:" -#: seahub/profile/templates/profile/set_profile.html:66 +#: seahub/profile/templates/profile/set_profile.html:68 msgid "Language Setting" msgstr "" -#: seahub/profile/templates/profile/set_profile.html:77 +#: seahub/profile/templates/profile/set_profile.html:81 msgid "Encrypted Libraries Setting" msgstr "加密資料庫設置" -#: seahub/profile/templates/profile/set_profile.html:79 +#: seahub/profile/templates/profile/set_profile.html:83 msgid "How to view encrypted libraries online:" msgstr "在線查看加密資料庫的方式:" -#: seahub/profile/templates/profile/set_profile.html:92 +#: seahub/profile/templates/profile/set_profile.html:96 msgid "Sub-library Setting" msgstr "子資料庫設置" -#: seahub/profile/templates/profile/set_profile.html:94 +#: seahub/profile/templates/profile/set_profile.html:98 msgid "Enable sub-library" msgstr "啟用子資料庫" -#: seahub/profile/templates/profile/set_profile.html:95 +#: seahub/profile/templates/profile/set_profile.html:99 msgid "" "This feature enables you to selectively sync a folder inside a library. A " "sub-library can be created from any folder. After being created, it will be " @@ -2827,7 +2849,7 @@ msgid "" "library." msgstr "這個功能能讓你選擇性的同步一個資料庫裡的文件夾。你可以從任意文件夾創建子資料庫。創建完後,它會顯示在你的桌面客戶端。你可以像普通的資料庫一樣下載它。同時,它會自動跟源資料庫保持同步。" -#: seahub/profile/templates/profile/set_profile.html:96 +#: seahub/profile/templates/profile/set_profile.html:100 msgid "" "Sub-library is also used when sharing a folder to a group or another user. " "Without this option on, a hidden sub-library will be created automatically " @@ -2835,33 +2857,33 @@ msgid "" "listed, which enables you to manage them." msgstr "子資料庫也用來實現共享一個文件夾給群組或其他用戶。未開啟子資料庫選項的時候,一個隱藏的資料庫會被創建出來。開啟這個功能後,這些隱藏的資料庫也會被列出來,方便你來管理。" -#: seahub/profile/templates/profile/set_profile.html:102 +#: seahub/profile/templates/profile/set_profile.html:106 msgid "Default Library Setting" msgstr "預設資料庫設置" -#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/profile/templates/profile/set_profile.html:108 msgid "Your default library:" msgstr "你的預設資料庫:" -#: seahub/profile/templates/profile/set_profile.html:106 +#: seahub/profile/templates/profile/set_profile.html:110 msgid "" "Default library is the default place to store your personal documents and " "pictures." msgstr "預設資料庫是用來存放你的個人文檔和照片的地方。" -#: seahub/profile/templates/profile/set_profile.html:107 +#: seahub/profile/templates/profile/set_profile.html:111 msgid "Choose Default Library" msgstr "選擇預設資料庫" -#: seahub/profile/templates/profile/set_profile.html:112 +#: seahub/profile/templates/profile/set_profile.html:118 msgid "This operation will not be reverted. Please think twice!" msgstr "該操作將不可復原。請三思!" -#: seahub/profile/templates/profile/set_profile.html:117 +#: seahub/profile/templates/profile/set_profile.html:123 msgid "Choose default library:" msgstr "選擇預設資料庫:" -#: seahub/profile/templates/profile/set_profile.html:139 +#: seahub/profile/templates/profile/set_profile.html:145 msgid "Really want to delete your account?" msgstr "確定要刪除該帳號嗎?" @@ -2885,197 +2907,208 @@ msgid "Self-introduction" msgstr "自我介紹" #: seahub/profile/templates/profile/user_profile.html:48 -#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/registration/registration_form.html:28 #: seahub/templates/sysadmin/userinfo.html:23 msgid "Department" msgstr "部門" #: seahub/profile/templates/profile/user_profile.html:51 -#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/registration/registration_form.html:30 #: seahub/templates/sysadmin/userinfo.html:26 msgid "Telephone" msgstr "電話" -#: seahub/share/forms.py:20 seahub/share/forms.py:33 +#: seahub/share/forms.py:21 seahub/share/forms.py:34 msgid "Email is not longer than 512 characters" msgstr "電子信箱不能超過512個字元" -#: seahub/share/views.py:85 +#: seahub/share/forms.py:50 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/views.py:87 msgid "Failed to share to all members, please try again later." msgstr "共享到公共資料失敗,請稍後再試" -#: seahub/share/views.py:87 +#: seahub/share/views.py:89 #, python-format msgid "" "Shared to all members successfully, go check it at Shares." msgstr "共享到公共資料成功,請前往 共享 查看。" -#: seahub/share/views.py:105 +#: seahub/share/views.py:107 #, python-format msgid "\"%(repo)s\" is already in group %(group)s. View" msgstr "\"%(repo)s\"在群組 %(group)s 中已存在。查看" -#: seahub/share/views.py:121 +#: seahub/share/views.py:123 #, python-format msgid "Failed to share %(repo)s to %(group)s, please try again later." msgstr "共享 %(repo)s 到 %(group)s失敗,請稍後重試。" -#: seahub/share/views.py:125 +#: seahub/share/views.py:127 #, python-format msgid "" "Shared to %(group)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:136 +#: seahub/share/views.py:138 msgid "You can not share libray to yourself." msgstr "你無法共享資料庫給你自己。" -#: seahub/share/views.py:144 +#: seahub/share/views.py:146 #, python-format msgid "Failed to share to %s, user is not found." msgstr "" -#: seahub/share/views.py:149 +#: seahub/share/views.py:151 #, python-format msgid "Failed to share to %s, as the email is not registered." msgstr "共享給 %s 失敗,該用戶尚未註冊。" -#: seahub/share/views.py:161 +#: seahub/share/views.py:163 #, python-format msgid "Failed to share to %s, please try again later." msgstr "共享給 %s 失敗,請稍後嘗試。" -#: seahub/share/views.py:168 +#: seahub/share/views.py:170 #, python-format msgid "" "Shared to %(email)s successfully, go check it at Shares." msgstr "" -#: seahub/share/views.py:230 +#: seahub/share/views.py:232 msgid "Only the owner of the library has permission to share it." msgstr "只有資料庫擁有者才有共享權限。" -#: seahub/share/views.py:255 +#: seahub/share/views.py:257 #, python-format msgid "" "Failed to share \"%s\", no enough quota. Upgrade account." msgstr "共享\"%s\"失敗,空間不足。升級帳號。" -#: seahub/share/views.py:280 seahub/share/views.py:288 +#: seahub/share/views.py:282 seahub/share/views.py:290 msgid "Argument is not valid" msgstr "參數無效" -#: seahub/share/views.py:291 seahub/share/views.py:310 +#: seahub/share/views.py:293 seahub/share/views.py:312 msgid "Failed to remove share" msgstr "取消共享失敗" -#: seahub/share/views.py:302 +#: seahub/share/views.py:304 msgid "group id is not valid" msgstr "無效的group id" -#: seahub/share/views.py:306 +#: seahub/share/views.py:308 msgid "Failed to unshare: the group doesn't exist." msgstr "取消共享失敗,該群組不存在" -#: seahub/share/views.py:318 +#: seahub/share/views.py:320 msgid "Successfully removed share" msgstr "取消共享成功" -#: seahub/share/views.py:385 +#: seahub/share/views.py:387 msgid "all members" msgstr "所有成員" -#: seahub/share/views.py:710 seahub/share/views.py:1051 -#: seahub/views/__init__.py:854 seahub/views/__init__.py:1383 -#: seahub/views/__init__.py:1418 seahub/views/ajax.py:1036 -#: seahub/views/ajax.py:1053 seahub/views/file.py:826 +#: seahub/share/views.py:720 seahub/share/views.py:1074 +#: seahub/views/__init__.py:805 seahub/views/__init__.py:1275 +#: seahub/views/__init__.py:1310 seahub/views/ajax.py:1001 +#: seahub/views/ajax.py:1015 seahub/views/file.py:839 msgid "Invalid arguments" msgstr "無效參數" -#: seahub/share/views.py:715 seahub/share/views.py:1056 +#: seahub/share/views.py:725 seahub/share/views.py:1079 msgid "You cannot share the library in this way." msgstr "不能以這種方式共享一個資料庫。" -#: seahub/share/views.py:753 seahub/share/views.py:786 +#: seahub/share/views.py:764 seahub/share/views.py:803 msgid "Removed successfully" msgstr "刪除成功" -#: seahub/share/views.py:770 seahub/share/views.py:803 +#: seahub/share/views.py:787 seahub/share/views.py:825 msgid "The link doesn't exist" msgstr "連結不存在" -#: seahub/share/views.py:817 +#: seahub/share/views.py:840 msgid "" "Sending shared link failed. Email service is not properly configured, please" " contact administrator." msgstr "由於電子信箱服務未正確配置,發送共享連結失敗,請聯繫管理員。" -#: seahub/share/views.py:849 +#: seahub/share/views.py:872 #, python-format msgid "A file is shared to you on %s" msgstr "" -#: seahub/share/views.py:852 +#: seahub/share/views.py:875 #, python-format msgid "A directory is shared to you on %s" msgstr "" -#: seahub/share/views.py:856 seahub/share/views.py:1130 +#: seahub/share/views.py:879 seahub/share/views.py:1155 msgid "Internal server error. Send failed." msgstr "伺服器內部錯誤,發送失敗。" -#: seahub/share/views.py:859 seahub/share/views.py:1133 +#: seahub/share/views.py:882 seahub/share/views.py:1158 msgid "Successfully sent." msgstr "發送成功" -#: seahub/share/views.py:879 +#: seahub/share/views.py:902 msgid "Please choose a directory." msgstr "請選擇目錄。" -#: seahub/share/views.py:897 seahub/share/views.py:989 +#: seahub/share/views.py:920 seahub/share/views.py:1012 msgid "Successfully saved." msgstr "儲存成功。" -#: seahub/share/views.py:916 +#: seahub/share/views.py:939 #, python-format msgid "Failed to share to \"%s\", user not found." msgstr "共享給 \"%s\" 失敗, 未找到該用戶。" -#: seahub/share/views.py:930 +#: seahub/share/views.py:953 #, python-format msgid "Successfully shared %s." msgstr "共享 %s 成功。" -#: seahub/share/views.py:954 +#: seahub/share/views.py:977 #, python-format msgid "Successfully unshared \"%s\"." msgstr "取消共享 %s 成功。" -#: seahub/share/views.py:956 +#: seahub/share/views.py:979 #, python-format msgid "You don't have permission to unshare %s." msgstr "" -#: seahub/share/views.py:992 +#: seahub/share/views.py:1015 #, python-format msgid "You don't have permission to save %s." msgstr "你沒有權限儲存 %s。" -#: seahub/share/views.py:1079 -msgid "Failed to get the link, please retry later." -msgstr "獲取分享連結失敗,請稍後重試。" +#: seahub/share/views.py:1090 seahub/views/ajax.py:162 +#: seahub/views/ajax.py:382 seahub/views/ajax.py:468 seahub/views/ajax.py:606 +#: seahub/views/ajax.py:630 seahub/views/ajax.py:797 seahub/views/ajax.py:822 +#: seahub/views/file.py:824 +msgid "Permission denied" +msgstr "沒有權限" -#: seahub/share/views.py:1099 +#: seahub/share/views.py:1109 +msgid "Operation failed" +msgstr "" + +#: seahub/share/views.py:1124 msgid "" "Sending shared upload link failed. Email service is not properly configured," " please contact administrator." msgstr "由於電子信箱服務未正確配置,發送上傳外鏈失敗,請聯繫管理員。" -#: seahub/share/views.py:1126 +#: seahub/share/views.py:1151 #, python-format msgid "An upload link is shared to you on %s" msgstr "" @@ -3094,7 +3127,6 @@ msgstr "上傳連結" #: seahub/share/templates/share/links.html:22 #: seahub/share/templates/share/links.html:58 -#: seahub/templates/repo_settings.html:82 msgid "Visits" msgstr "訪問次數" @@ -3108,8 +3140,6 @@ msgstr "查看" #: seahub/share/templates/share/links.html:38 #: seahub/share/templates/share/links.html:69 -#: seahub/templates/repo_settings.html:95 -#: seahub/templates/repo_settings.html:111 #: seahub/templates/sysadmin/sys_publink_admin.html:24 msgid "Remove" msgstr "刪除" @@ -3139,7 +3169,7 @@ msgid "Folders - Share" msgstr "文件夾 - 共享" #: seahub/share/templates/share/list_priv_shared_folders.html:10 -#: seahub/templates/home_base.html:30 +#: seahub/templates/home_base.html:33 msgid "Folders" msgstr "文件夾" @@ -3165,13 +3195,13 @@ msgstr "如果你不想共享整個資料庫,你可以共享單個文件夾給 #: seahub/share/templates/share/list_priv_shared_folders.html:94 #: seahub/share/templates/share/repos.html:99 -#: seahub/templates/sysadmin/useradmin_js.html:62 +#: seahub/templates/sysadmin/useradmin_js.html:65 msgid "Edit succeeded" msgstr "權限修改成功" #: seahub/share/templates/share/list_priv_shared_folders.html:101 #: seahub/share/templates/share/repos.html:106 -#: seahub/templates/sysadmin/useradmin_js.html:71 +#: seahub/templates/sysadmin/useradmin_js.html:73 msgid "Edit failed." msgstr "權限修改失敗" @@ -3183,33 +3213,33 @@ msgstr "文件 - 共享" msgid "From Others" msgstr "其他人共享的" -#: seahub/share/templates/share/priv_shared_files.html:13 +#: seahub/share/templates/share/priv_shared_files.html:14 msgid "To Others" msgstr "共享給其他人的" -#: seahub/share/templates/share/priv_shared_files.html:22 +#: seahub/share/templates/share/priv_shared_files.html:24 msgid "From" msgstr "來源" -#: seahub/share/templates/share/priv_shared_files.html:42 +#: seahub/share/templates/share/priv_shared_files.html:44 msgid "No file is shared to you" msgstr "還沒有文件共享給你" -#: seahub/share/templates/share/priv_shared_files.html:43 +#: seahub/share/templates/share/priv_shared_files.html:45 msgid "" "Single files shared to you will be listed here, and you can download them or" " save them to some libraries." msgstr "這裡會列出共享給你的文件,你可以選擇下載或儲存到你的資料庫裡。" -#: seahub/share/templates/share/priv_shared_files.html:55 +#: seahub/share/templates/share/priv_shared_files.html:58 msgid "To" msgstr "共享給" -#: seahub/share/templates/share/priv_shared_files.html:75 +#: seahub/share/templates/share/priv_shared_files.html:78 msgid "You don't have any private shared files" msgstr "你還沒有私人共享的文件" -#: seahub/share/templates/share/priv_shared_files.html:76 +#: seahub/share/templates/share/priv_shared_files.html:79 msgid "" "You can share a single file with a registered user if you don't want to " "share a whole library." @@ -3236,7 +3266,8 @@ msgid "Shares" msgstr "共享" #: seahub/share/templates/share/user_share_list.html:8 -#: seahub/templates/repo_settings.html:11 +#: seahub/templates/repo_settings.html:19 +#: seahub/templates/repo_settings.html:33 msgid "Basic Info" msgstr "基本資訊" @@ -3263,7 +3294,7 @@ msgstr "你和 %(to_email)s 之間沒有共享的資料庫。" msgid "Sorry, but the requested page could not be found." msgstr "對不起,你訪問的頁面不存在。" -#: seahub/templates/activities.html:4 seahub/templates/home_base.html:15 +#: seahub/templates/activities.html:4 seahub/templates/home_base.html:17 msgid "Activities" msgstr "文件活動" @@ -3293,49 +3324,6 @@ msgstr "系統管理" msgid "All Groups" msgstr "所有群組" -#: seahub/templates/client_mgmt.html:5 seahub/templates/client_mgmt.html:9 -msgid "Clients" -msgstr "客戶端" - -#: seahub/templates/client_mgmt.html:13 -msgid "Client Name" -msgstr "客戶端名稱" - -#: seahub/templates/client_mgmt.html:15 seahub/templates/devices.html:15 -msgid "IP" -msgstr "IP" - -#: seahub/templates/client_mgmt.html:16 -msgid "Last Sync" -msgstr "最後同步" - -#: seahub/templates/client_mgmt.html:44 -msgid "Not synced" -msgstr "未同步" - -#: seahub/templates/client_mgmt.html:48 -msgid "Unsync" -msgstr "取消同步" - -#: seahub/templates/client_mgmt.html:54 -msgid "Really want to unsync it?" -msgstr "確定要取消同步?" - -#: seahub/templates/client_mgmt.html:60 -msgid "You do not have connected clients" -msgstr "你還沒有連接的客戶端" - -#: seahub/templates/client_mgmt.html:61 -msgid "" -"The libraries synced to desktop clients are listed in this page. You can see" -" the client's name and its IP address. You may unsync a client from a " -"library if you no longer want to sync it." -msgstr "這裡會列出所有通過桌面客戶端同步的資料庫。你可以查看客戶端的名稱和IP地址。你也可以斷開一個資料庫所連接的客戶端。" - -#: seahub/templates/client_mgmt.html:101 -msgid "Successfully unsynced." -msgstr "取消同步成功。" - #: seahub/templates/decrypt_repo_form.html:7 msgid "" "This library is encrypted. Please input the password if you want to browse " @@ -3360,7 +3348,7 @@ msgid "Please enter the password." msgstr "請輸入密碼。" #: seahub/templates/devices.html:5 seahub/templates/devices.html.py:9 -#: seahub/templates/home_base.html:23 +#: seahub/templates/home_base.html:25 msgid "Devices" msgstr "" @@ -3372,6 +3360,10 @@ msgstr "" msgid "Device Name" msgstr "" +#: seahub/templates/devices.html:15 +msgid "IP" +msgstr "IP" + #: seahub/templates/devices.html:16 msgid "Last Access" msgstr "" @@ -3412,11 +3404,10 @@ msgstr "" #: seahub/templates/download.html:4 seahub/templates/file_revisions.html:57 #: seahub/templates/history_file_view.html:63 #: seahub/templates/history_file_view.html:77 seahub/templates/repo.html:27 -#: seahub/templates/repo_settings.html:108 #: seahub/templates/shared_file_view.html:36 #: seahub/templates/shared_file_view.html:63 -#: seahub/templates/view_file_base.html:75 -#: seahub/templates/view_file_base.html:105 +#: seahub/templates/view_file_base.html:104 +#: seahub/templates/view_file_base.html:190 #: seahub/templates/view_history_file.html:34 #: seahub/templates/view_history_file.html:48 #: seahub/templates/view_shared_dir.html:44 @@ -3745,8 +3736,7 @@ msgid "Password is required." msgstr "密碼為必填項" #: seahub/templates/file_revisions.html:5 seahub/templates/repo_history.html:5 -#: seahub/templates/repo_settings.html:36 -#: seahub/templates/view_file_base.html:67 +#: seahub/templates/repo_settings.html:41 #: seahub/templates/snippets/current_commit.html:15 #: seahub/templates/snippets/repo_dirents.html:90 msgid "History" @@ -3769,7 +3759,6 @@ msgstr "當前路徑:" #: seahub/templates/file_revisions.html:27 #: seahub/templates/repo_history_view.html:53 #: seahub/templates/repo_recycle_view.html:55 -#: seahub/templates/repo_settings.html:80 #: seahub/templates/view_shared_dir.html:30 #: seahub/templates/snippets/repo_dir_data.html:41 msgid "Size" @@ -3835,6 +3824,7 @@ msgid "snapshots" msgstr "鏡像" #: seahub/templates/history_file_view.html:23 +#: seahub/templates/view_file_base.html:130 #: seahub/templates/view_history_file.html:16 msgid "history" msgstr "歷史" @@ -3856,12 +3846,13 @@ msgstr "資源回收筒" #: seahub/templates/history_file_view.html:31 #: seahub/templates/repo_history.html:10 #: seahub/templates/repo_recycle_view.html:9 +#: seahub/templates/repo_settings.html:16 #: seahub/templates/view_trash_file.html:7 msgid "Back to Library" msgstr "返回資料庫" #: seahub/templates/history_file_view.html:38 -#: seahub/templates/view_file_base.html:22 +#: seahub/templates/view_file_base.html:66 #: seahub/templates/view_history_file.html:27 #: seahub/templates/view_snapshot_file.html:13 #: seahub/templates/view_trash_file.html:11 @@ -3872,28 +3863,28 @@ msgstr "當前路徑:" msgid "Personal" msgstr "個人頁面" -#: seahub/templates/home_base.html:13 seahub/templates/starred.html:8 +#: seahub/templates/home_base.html:15 seahub/templates/starred.html:8 msgid "Starred" msgstr "星標文件" -#: seahub/templates/home_base.html:19 seahub/templates/home_base.html.py:46 +#: seahub/templates/home_base.html:21 seahub/templates/home_base.html.py:51 #: seahub/templates/wiki/personal_wiki.html:6 #: seahub/templates/wiki/personal_wiki_pages.html:6 msgid "Personal Wiki" msgstr "個人維基" -#: seahub/templates/home_base.html:27 +#: seahub/templates/home_base.html:29 msgid "Share Admin" msgstr "共享管理" -#: seahub/templates/home_base.html:32 seahub/templates/sysadmin/base.html:26 +#: seahub/templates/home_base.html:36 seahub/templates/sysadmin/base.html:26 msgid "Links" msgstr "連結" #: seahub/templates/my_group_repos.html:6 #: seahub/templates/snippets/bottom_bar.html:3 #: seahub/templates/snippets/my_group_repos.html:6 -#: seahub/templates/snippets/my_owned_repos.html:11 +#: seahub/templates/snippets/my_owned_repos.html:13 msgid "Group" msgstr "群組" @@ -3911,27 +3902,34 @@ msgstr "還沒有資料庫共享給你" msgid "Welcome to Seafile!" msgstr "歡迎來到Seafile!" -#: seahub/templates/myhome.html:41 +#: seahub/templates/myhome.html:42 msgid "" "Seafile organizes files into libraries. Each library can be synced and " "shared separately. We have created a personal library for you. You can " "create more libraries later." msgstr "Seafile把文件組織到資料庫裡。每個資料庫可以被單獨的同步和共享。我們已經為你創建了一個私人資料庫。你之後可以再創建其他的資料庫。" -#: seahub/templates/myhome.html:42 +#: seahub/templates/myhome.html:44 +msgid "" +"Seafile organizes files into libraries. Each library can be synced and " +"shared separately. Howerver, since you are a guest user now, you can not " +"create libraries." +msgstr "" + +#: seahub/templates/myhome.html:46 msgid "Close" msgstr "關閉" -#: seahub/templates/myhome.html:49 +#: seahub/templates/myhome.html:53 msgid "Choose a directory:" msgstr "" -#: seahub/templates/myhome.html:106 +#: seahub/templates/myhome.html:110 #: seahub/templates/snippets/add_file_js.html:15 msgid "You don't have any library at present" msgstr "你目前還沒有資料庫" -#: seahub/templates/myhome.html:121 +#: seahub/templates/myhome.html:129 msgid "Please choose a directory" msgstr "" @@ -4039,7 +4037,7 @@ msgid "File size should be smaller than %(max_file_size)s" msgstr "單個文件大小應小於 %(max_file_size)s" #: seahub/templates/repo.html:96 seahub/templates/repo.html.py:132 -#: seahub/templates/repo.html:1705 +#: seahub/templates/repo.html:1737 #: seahub/templates/view_shared_upload_link.html:54 msgid "Saving..." msgstr "儲存中..." @@ -4047,7 +4045,7 @@ msgstr "儲存中..." #: seahub/templates/repo.html:105 #, python-format msgid "Update %(file_name)s" -msgstr "更新 %(file_name)s" +msgstr "" #: seahub/templates/repo.html:120 msgid "Choose a file" @@ -4107,7 +4105,7 @@ msgstr "請點擊選擇目標目錄。" #: seahub/templates/repo.html:202 #, python-format msgid "Rename %(name)s as:" -msgstr "將 %(name)s 重命名為:" +msgstr "" #: seahub/templates/repo.html:218 msgid "" @@ -4146,7 +4144,7 @@ msgid "Empty file upload result" msgstr "空文件" #: seahub/templates/repo.html:253 -#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:956 +#: seahub/templates/view_shared_upload_link.html:84 seahub/views/ajax.py:930 msgid "Error" msgstr "錯誤" @@ -4170,22 +4168,22 @@ msgstr "處理中..." #: seahub/templates/repo.html:403 #, python-format msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "%(name)s 和其他 %(amount)s 個條目已刪除成功。" +msgstr "" #: seahub/templates/repo.html:405 #, python-format msgid "Successfully deleted %(name)s." -msgstr "%(name)s 刪除成功。" +msgstr "" #: seahub/templates/repo.html:414 #, python-format msgid "Internal error. Failed to delete %(name)s and %(amount)s other items." -msgstr "內部錯誤。%(name)s 和其他 %(amount)s 個條目刪除失敗。" +msgstr "" #: seahub/templates/repo.html:416 #, python-format msgid "Internal error. Failed to delete %(name)s." -msgstr "內部錯誤。%(name)s 刪除失敗。" +msgstr "" #: seahub/templates/repo.html:516 msgid "Move selected directories/files to:" @@ -4195,56 +4193,56 @@ msgstr "移動選中的文件/目錄到:" msgid "Copy selected directories/files to:" msgstr "複製選中的文件/目錄到:" -#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1645 -#: seahub/views/ajax.py:659 seahub/views/ajax.py:851 +#: seahub/templates/repo.html:545 seahub/templates/repo.html.py:1677 +#: seahub/views/ajax.py:636 seahub/views/ajax.py:828 msgid "Invalid destination path" msgstr "目標路徑無效" #: seahub/templates/repo.html:600 #, python-format msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "%(name)s 和其他 %(amount)s 個條目移動成功。" +msgstr "" #: seahub/templates/repo.html:602 #, python-format msgid "Successfully moved %(name)s." -msgstr "%(name)s 移動成功。" +msgstr "" #: seahub/templates/repo.html:607 #, python-format msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "%(name)s 和其他 %(amount)s 個條目復製成功。" +msgstr "" #: seahub/templates/repo.html:609 #, python-format msgid "Successfully copied %(name)s." -msgstr "%(name)s 復製成功。" +msgstr "" #: seahub/templates/repo.html:621 #, python-format msgid "Internal error. Failed to move %(name)s and %(amount)s other items." -msgstr "內部錯誤。%(name)s 和其他 %(amount)s 個條目移動失敗。" +msgstr "" #: seahub/templates/repo.html:623 #, python-format msgid "Internal error. Failed to move %(name)s." -msgstr "內部錯誤。%(name)s 移動失敗。" +msgstr "" #: seahub/templates/repo.html:627 #, python-format msgid "Internal error. Failed to copy %(name)s and %(amount)s other items." -msgstr "內部錯誤。%(name)s 和其他 %(amount)s 個條目複製失敗。" +msgstr "" #: seahub/templates/repo.html:629 #, python-format msgid "Internal error. Failed to copy %(name)s." -msgstr "內部錯誤。%(name)s 複製失敗。" +msgstr "" -#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1686 +#: seahub/templates/repo.html:650 seahub/templates/repo.html.py:1718 msgid "Moving..." msgstr "" -#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1688 +#: seahub/templates/repo.html:652 seahub/templates/repo.html.py:1720 msgid "Copying..." msgstr "" @@ -4268,7 +4266,7 @@ msgstr "" msgid "Failed to copy %(f_num)s items." msgstr "" -#: seahub/templates/repo.html:695 seahub/views/ajax.py:1023 +#: seahub/templates/repo.html:695 seahub/views/ajax.py:991 msgid "Failed" msgstr "" @@ -4283,117 +4281,118 @@ msgstr "加密時發生錯誤。" #: seahub/templates/repo.html:798 #, python-format msgid "Encrypting, %(num)s% complete." -msgstr "加密中, %(num)s% 已完成。" +msgstr "" #: seahub/templates/repo.html:815 msgid "Uploading ..." msgstr "上傳中..." -#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1116 +#: seahub/templates/repo.html:827 seahub/templates/repo.html.py:1148 msgid "Done!" msgstr "完成!" -#: seahub/templates/repo.html:1126 -msgid "Downloading..." -msgstr "下載中..." - -#: seahub/templates/repo.html:1159 -#, python-format -msgid "Downloading, %(num)s% complete." -msgstr "下載中,%(num)s% 已完成。" - -#: seahub/templates/repo.html:1180 -msgid "Decrypting..." -msgstr "解密中..." - -#: seahub/templates/repo.html:1197 -#, python-format -msgid "Decrypting, %(num)s% complete." -msgstr "解密中, %(num)s% 已完成。" - -#: seahub/templates/repo.html:1300 -#, python-format -msgid "Successfully deleted %(name)s" -msgstr "%(name)s 刪除成功。" - -#: seahub/templates/repo.html:1322 -msgid "Rename File" -msgstr "重命名文件" - -#: seahub/templates/repo.html:1324 -msgid "Rename Directory" -msgstr "重命名目錄" - -#: seahub/templates/repo.html:1342 -msgid "Copy File" -msgstr "複製文件" - -#: seahub/templates/repo.html:1344 -msgid "Move File" -msgstr "移動文件" - -#: seahub/templates/repo.html:1346 -msgid "Copy Directory" -msgstr "複製目錄" - -#: seahub/templates/repo.html:1348 -msgid "Move Directory" -msgstr "移動目錄" - -#: seahub/templates/repo.html:1353 -#, python-format -msgid "Copy %(name)s to:" -msgstr "複製 %(name)s 到:" - -#: seahub/templates/repo.html:1356 -#, python-format -msgid "Move %(name)s to:" -msgstr "移動 %(name)s 到:" - -#: seahub/templates/repo.html:1379 -msgid "Directory download is not supported in this library." -msgstr "該資料庫不支援目錄下載。" - -#: seahub/templates/repo.html:1495 seahub/templates/repo.html.py:1615 +#: seahub/templates/repo.html:914 seahub/templates/repo.html.py:1527 +#: seahub/templates/repo.html:1647 #: seahub/templates/snippets/repo_dirents.html:51 msgid "unstarred" msgstr "未加星標" -#: seahub/templates/repo.html:1497 +#: seahub/templates/repo.html:1158 +msgid "Downloading..." +msgstr "下載中..." + +#: seahub/templates/repo.html:1191 +#, python-format +msgid "Downloading, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1212 +msgid "Decrypting..." +msgstr "解密中..." + +#: seahub/templates/repo.html:1229 +#, python-format +msgid "Decrypting, %(num)s% complete." +msgstr "" + +#: seahub/templates/repo.html:1332 +#, python-format +msgid "Successfully deleted %(name)s" +msgstr "" + +#: seahub/templates/repo.html:1354 +msgid "Rename File" +msgstr "重命名文件" + +#: seahub/templates/repo.html:1356 +msgid "Rename Directory" +msgstr "重命名目錄" + +#: seahub/templates/repo.html:1374 +msgid "Copy File" +msgstr "複製文件" + +#: seahub/templates/repo.html:1376 +msgid "Move File" +msgstr "移動文件" + +#: seahub/templates/repo.html:1378 +msgid "Copy Directory" +msgstr "複製目錄" + +#: seahub/templates/repo.html:1380 +msgid "Move Directory" +msgstr "移動目錄" + +#: seahub/templates/repo.html:1385 +#, python-format +msgid "Copy %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1388 +#, python-format +msgid "Move %(name)s to:" +msgstr "" + +#: seahub/templates/repo.html:1411 +msgid "Directory download is not supported in this library." +msgstr "該資料庫不支援目錄下載。" + +#: seahub/templates/repo.html:1529 #: seahub/templates/snippets/repo_dirents.html:49 msgid "starred" msgstr "已加星標" -#: seahub/templates/repo.html:1543 seahub/templates/repo.html.py:1583 +#: seahub/templates/repo.html:1575 seahub/templates/repo.html.py:1615 msgid "It is required." msgstr "必填項。" -#: seahub/templates/repo.html:1549 +#: seahub/templates/repo.html:1581 msgid "Only an extension there, please input a name." msgstr "請輸入完整的文件名。" -#: seahub/templates/repo.html:1559 +#: seahub/templates/repo.html:1591 msgid "Creating..." msgstr "創建中..." -#: seahub/templates/repo.html:1587 +#: seahub/templates/repo.html:1619 msgid "You have not renamed it." msgstr "你還沒重命名。" -#: seahub/templates/repo.html:1624 +#: seahub/templates/repo.html:1656 #, python-format msgid "Successfully renamed %(old_name)s to %(new_name)s" -msgstr "%(old_name)s 已重命名為 %(new_name)s" +msgstr "" -#: seahub/templates/repo.html:1724 seahub/templates/repo.html.py:1752 +#: seahub/templates/repo.html:1756 seahub/templates/repo.html.py:1784 msgid "Canceled." msgstr "" -#: seahub/templates/repo.html:1839 +#: seahub/templates/repo.html:1871 msgid "Please select at least one contact." msgstr "請至少選擇一個聯絡人。" -#: seahub/templates/repo.html:1950 +#: seahub/templates/repo.html:1982 #: seahub/templates/snippets/myhome_extra_script.html:86 msgid "Please enter emails or groups, or select some." msgstr "請輸入電子信箱或群組,或選擇一些。" @@ -4460,110 +4459,77 @@ msgstr "全部" msgid "Delete Time" msgstr "刪除時間" -#: seahub/templates/repo_settings.html:8 -msgid "Back to " -msgstr "" - -#: seahub/templates/repo_settings.html:12 +#: seahub/templates/repo_settings.html:20 +#: seahub/templates/repo_settings.html:54 msgid "Transfer Ownership" msgstr "轉讓所有權" -#: seahub/templates/repo_settings.html:14 +#: seahub/templates/repo_settings.html:22 +#: seahub/templates/repo_settings.html:65 msgid "Change Password" msgstr "" -#: seahub/templates/repo_settings.html:16 -msgid "Shared Links" -msgstr "" - -#: seahub/templates/repo_settings.html:25 +#: seahub/templates/repo_settings.html:30 msgid "Library Settings" msgstr "資料庫設置" -#: seahub/templates/repo_settings.html:37 +#: seahub/templates/repo_settings.html:42 msgid "Keep full history" msgstr "保留所有歷史" -#: seahub/templates/repo_settings.html:38 +#: seahub/templates/repo_settings.html:43 msgid "Don't keep history" msgstr "不保留歷史" -#: seahub/templates/repo_settings.html:39 +#: seahub/templates/repo_settings.html:44 msgid "Only keep a period of history:" msgstr "僅保留一段時間的歷史:" -#: seahub/templates/repo_settings.html:40 +#: seahub/templates/repo_settings.html:45 msgid "days" msgstr "天" -#: seahub/templates/repo_settings.html:50 +#: seahub/templates/repo_settings.html:56 msgid "Transfer this library to another user:" msgstr "將該資料庫轉讓給另一個用戶:" -#: seahub/templates/repo_settings.html:60 +#: seahub/templates/repo_settings.html:67 msgid "Change the password of this library:" msgstr "" -#: seahub/templates/repo_settings.html:61 +#: seahub/templates/repo_settings.html:68 msgid "Old Password" msgstr "" -#: seahub/templates/repo_settings.html:63 +#: seahub/templates/repo_settings.html:70 #, python-format msgid "New Password(at least %(repo_password_min_length)s characters)" msgstr "" -#: seahub/templates/repo_settings.html:65 +#: seahub/templates/repo_settings.html:72 msgid "New Password Again" msgstr "" -#: seahub/templates/repo_settings.html:79 -msgid "Created By" -msgstr "" - -#: seahub/templates/repo_settings.html:81 -msgid "Type" -msgstr "" - -#: seahub/templates/repo_settings.html:92 -#: seahub/templates/snippets/repo_dir_data.html:14 -msgid "Upload" -msgstr "上傳" - -#: seahub/templates/repo_settings.html:119 -msgid "This repo doesn't have any shared link" -msgstr "" - -#: seahub/templates/repo_settings.html:120 -msgid "" -"You can generate a share link from any dir/file. People receive this link " -"can download/upload zipped dir or files." -msgstr "" - -#: seahub/templates/repo_settings.html:241 +#: seahub/templates/repo_settings.html:197 msgid "Please enter the old password" msgstr "" -#: seahub/templates/repo_settings.html:245 +#: seahub/templates/repo_settings.html:201 msgid "Please enter the new password" msgstr "" -#: seahub/templates/repo_settings.html:249 +#: seahub/templates/repo_settings.html:205 msgid "New password is too short" msgstr "" -#: seahub/templates/repo_settings.html:253 +#: seahub/templates/repo_settings.html:209 msgid "Please enter the new password again" msgstr "" -#: seahub/templates/repo_settings.html:257 +#: seahub/templates/repo_settings.html:213 msgid "New passwords don't match" msgstr "" -#: seahub/templates/repo_settings.html:325 -msgid "Removed successfully." -msgstr "" - #: seahub/templates/repo_view_snapshot.html:8 msgid "Back to modification history" msgstr "返回修改歷史" @@ -4647,8 +4613,7 @@ msgstr "星標文件" msgid "icon" msgstr "圖示" -#: seahub/templates/starred.html:27 seahub/templates/view_file_base.html:37 -#: seahub/templates/view_file_base.html:151 +#: seahub/templates/starred.html:27 msgid "Unstar" msgstr "取消星標" @@ -4703,40 +4668,57 @@ msgstr "到" msgid "Sorry, this user is not registered yet." msgstr "抱歉,該用戶還未註冊。" -#: seahub/templates/view_file_base.html:34 -#: seahub/templates/snippets/my_owned_repos.html:50 -#: seahub/templates/snippets/my_owned_repos.html:97 -#: seahub/templates/snippets/my_owned_repos.html:151 -#: seahub/templates/snippets/repo_dir_data.html:24 -#: seahub/templates/snippets/repo_dirents.html:26 -#: seahub/templates/snippets/repo_dirents.html:80 -msgid "Share" -msgstr "共享" - -#: seahub/templates/view_file_base.html:39 -#: seahub/templates/view_file_base.html:147 -msgid "Star" -msgstr "新增星標" - -#: seahub/templates/view_file_base.html:56 +#: seahub/templates/view_file_base.html:89 #: seahub/templates/view_file_markdown.html:7 #: seahub/templates/view_file_text.html:18 msgid "updated this file" msgstr "更新了該文件" -#: seahub/templates/view_file_base.html:60 +#: seahub/templates/view_file_base.html:93 #, python-format msgid "one contributor" msgid_plural " %(counter)s contributors " msgstr[0] " %(counter)s 個貢獻者 " -#: seahub/templates/view_file_base.html:145 -msgid "Unstarred successfully" -msgstr "星標取消成功" +#: seahub/templates/view_file_base.html:123 +msgid "discuss" +msgstr "" -#: seahub/templates/view_file_base.html:149 -msgid "Starred successfully" -msgstr "星標新增成功" +#: seahub/templates/view_file_base.html:124 +msgid "group" +msgstr "" + +#: seahub/templates/view_file_base.html:127 +msgid "share" +msgstr "" + +#: seahub/templates/view_file_base.html:138 +#: seahub/templates/snippets/group_recommend_form.html:5 +msgid "Post a discussion to group" +msgstr "發起一個討論到小組" + +#: seahub/templates/view_file_base.html:147 +#: seahub/templates/snippets/group_recommend_form.html:14 +msgid "discussion" +msgstr "討論" + +#: seahub/templates/view_file_base.html:163 +msgid "close" +msgstr "" + +#: seahub/templates/view_file_base.html:244 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:299 +#: seahub/templates/snippets/bottom_bar.html:66 +msgid "Please select at least 1 group." +msgstr "請至少選擇一個群組。" + +#: seahub/templates/view_file_base.html:303 +#: seahub/templates/snippets/bottom_bar.html:71 +msgid "Please input a discussion." +msgstr "請輸入一個討論。" #: seahub/templates/view_file_image.html:15 #: seahub/templates/snippets/file_content_html.html:30 @@ -4860,15 +4842,16 @@ msgid "Failed to refresh the CAPTCHA, please try again later." msgstr "刷新驗證碼失敗,請稍後嘗試。" #: seahub/templates/registration/login.html:94 -#: seahub/templates/registration/registration_form.html:49 +#: seahub/templates/registration/registration_form.html:66 #: seahub/templates/sysadmin/repoadmin_js.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:89 +#: seahub/templates/sysadmin/sys_useradmin.html:98 msgid "Email cannot be blank" msgstr "電子信箱不能為空" #: seahub/templates/registration/login.html:98 -#: seahub/templates/registration/registration_form.html:53 -#: seahub/templates/sysadmin/sys_useradmin.html:93 +#: seahub/templates/registration/password_change_form.html:54 +#: seahub/templates/registration/registration_form.html:70 +#: seahub/templates/sysadmin/sys_useradmin.html:102 msgid "Password cannot be blank" msgstr "密碼不能為空" @@ -4907,10 +4890,47 @@ msgid "New Password: " msgstr "新密碼:" #: seahub/templates/registration/password_change_form.html:13 +#: seahub/templates/registration/registration_form.html:21 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols\"" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:17 #: seahub/templates/registration/password_reset_confirm.html:16 msgid "Confirm Password: " msgstr "確認密碼" +#: seahub/templates/registration/password_change_form.html:50 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:58 +#: seahub/templates/registration/registration_form.html:74 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:251 +#: seahub/templates/snippets/shared_link_js.html:409 +#: seahub/templates/sysadmin/sys_useradmin.html:106 +msgid "Please enter the password again" +msgstr "請再次輸入密碼" + +#: seahub/templates/registration/password_change_form.html:62 +#: seahub/templates/registration/registration_form.html:78 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:255 +#: seahub/templates/snippets/shared_link_js.html:413 +msgid "Passwords don't match" +msgstr "兩次輸入的密碼不一致" + +#: seahub/templates/registration/password_change_form.html:67 +#: seahub/templates/registration/registration_form.html:83 +#, python-format +msgid "" +"%(min_len)s characters or more, include %(level)s types or more of these: " +"letters(case sensitive), numbers, and symbols" +msgstr "" + #: seahub/templates/registration/password_reset_complete.html:4 msgid "Successfully reset password" msgstr "密碼重置成功" @@ -4985,30 +5005,15 @@ msgstr "註冊" msgid "Welcome back, you are already signed in." msgstr "歡迎回來,你已登錄。" -#: seahub/templates/registration/registration_form.html:21 -#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/registration/registration_form.html:25 +#: seahub/templates/sysadmin/sys_useradmin.html:47 msgid "Confirm Password" msgstr "確認密碼" -#: seahub/templates/registration/registration_form.html:34 +#: seahub/templates/registration/registration_form.html:37 msgid "Sign Up" msgstr "" -#: seahub/templates/registration/registration_form.html:57 -#: seahub/templates/snippets/repo_create_js.html:54 -#: seahub/templates/snippets/shared_link_js.html:254 -#: seahub/templates/snippets/shared_link_js.html:426 -#: seahub/templates/sysadmin/sys_useradmin.html:97 -msgid "Please enter the password again" -msgstr "請再次輸入密碼" - -#: seahub/templates/registration/registration_form.html:61 -#: seahub/templates/snippets/repo_create_js.html:58 -#: seahub/templates/snippets/shared_link_js.html:258 -#: seahub/templates/snippets/shared_link_js.html:430 -msgid "Passwords don't match" -msgstr "兩次輸入的密碼不一致" - #: seahub/templates/snippets/avatar_upload_js.html:40 msgid " is not supported. Please choose an image file." msgstr " 不是被支援的文件格式。請選擇圖片文件。" @@ -5025,110 +5030,86 @@ msgstr " 太大。不得超過 1MB。" msgid "Discuss" msgstr "討論" -#: seahub/templates/snippets/bottom_bar.html:66 -msgid "Please select at least 1 group." -msgstr "請至少選擇一個群組。" - -#: seahub/templates/snippets/bottom_bar.html:71 -msgid "Please input a discussion." -msgstr "請輸入一個討論。" - #: seahub/templates/snippets/file_share_popup.html:3 #, python-format msgid "Share %(name)s" -msgstr "共享 %(name)s" +msgstr "" #: seahub/templates/snippets/file_share_popup.html:6 msgid "Download Link" msgstr "下載連結" -#: seahub/templates/snippets/file_share_popup.html:7 +#: seahub/templates/snippets/file_share_popup.html:8 msgid "Upload Link" msgstr "上傳連結" -#: seahub/templates/snippets/file_share_popup.html:9 -#: seahub/templates/snippets/file_share_popup.html:12 +#: seahub/templates/snippets/file_share_popup.html:11 +#: seahub/templates/snippets/file_share_popup.html:14 msgid "Private Share" msgstr "私人共享" -#: seahub/templates/snippets/file_share_popup.html:34 -#: seahub/templates/snippets/file_share_popup.html:79 -msgid "Use Password" +#: seahub/templates/snippets/file_share_popup.html:35 +#: seahub/templates/snippets/file_share_popup.html:73 +msgid "Add password protection" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:36 -#: seahub/templates/snippets/file_share_popup.html:81 +#: seahub/templates/snippets/file_share_popup.html:38 +#: seahub/templates/snippets/file_share_popup.html:76 #: seahub/templates/snippets/repo_create_form.html:20 #, python-format msgid "(at least %(repo_password_min_length)s characters)" msgstr "(至少%(repo_password_min_length)s個字元)" -#: seahub/templates/snippets/file_share_popup.html:38 -#: seahub/templates/snippets/file_share_popup.html:83 +#: seahub/templates/snippets/file_share_popup.html:40 +#: seahub/templates/snippets/file_share_popup.html:78 #: seahub/templates/snippets/repo_create_form.html:22 msgid "Password again" msgstr "請再次輸入密碼" -#: seahub/templates/snippets/file_share_popup.html:43 -msgid "Set Expiration" -msgstr "" - #: seahub/templates/snippets/file_share_popup.html:45 -msgid "Days" -msgstr "" - -#: seahub/templates/snippets/file_share_popup.html:51 -#: seahub/templates/snippets/file_share_popup.html:88 +#: seahub/templates/snippets/file_share_popup.html:83 msgid "Generate" msgstr "生成連結" -#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:47 msgid "Link: " msgstr "連結:" -#: seahub/templates/snippets/file_share_popup.html:54 -#: seahub/templates/snippets/file_share_popup.html:91 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/file_share_popup.html:86 msgid "Send" msgstr "發送" -#: seahub/templates/snippets/file_share_popup.html:58 -#: seahub/templates/snippets/file_share_popup.html:95 +#: seahub/templates/snippets/file_share_popup.html:52 +#: seahub/templates/snippets/file_share_popup.html:90 msgid "Send to:" msgstr "發送到:" -#: seahub/templates/snippets/file_share_popup.html:59 -#: seahub/templates/snippets/file_share_popup.html:96 +#: seahub/templates/snippets/file_share_popup.html:53 +#: seahub/templates/snippets/file_share_popup.html:91 msgid "Emails, Seperated by ','" msgstr "輸入電子信箱,多個以,分隔" -#: seahub/templates/snippets/file_share_popup.html:63 -#: seahub/templates/snippets/file_share_popup.html:98 +#: seahub/templates/snippets/file_share_popup.html:57 +#: seahub/templates/snippets/file_share_popup.html:93 msgid "Message (optional):" msgstr "" -#: seahub/templates/snippets/file_share_popup.html:68 -#: seahub/templates/snippets/file_share_popup.html:103 +#: seahub/templates/snippets/file_share_popup.html:62 +#: seahub/templates/snippets/file_share_popup.html:98 msgid "Sending..." msgstr "發送中..." -#: seahub/templates/snippets/file_share_popup.html:74 +#: seahub/templates/snippets/file_share_popup.html:69 msgid "" "You can share the generated link to others and then they can upload files to" " this directory via the link." msgstr "你可以共享生成好的連結給別人,他們就能通過這個連結上傳文件到這個文件夾。" -#: seahub/templates/snippets/file_share_popup.html:90 +#: seahub/templates/snippets/file_share_popup.html:85 msgid "Upload Link: " msgstr "上傳連結:" -#: seahub/templates/snippets/group_recommend_form.html:5 -msgid "Post a discussion to group" -msgstr "發起一個討論到小組" - -#: seahub/templates/snippets/group_recommend_form.html:14 -msgid "discussion" -msgstr "討論" - #: seahub/templates/snippets/list_commit_detail.html:11 msgid "Modification Details" msgstr "修改詳情" @@ -5161,43 +5142,52 @@ msgstr "刪除的目錄" msgid "Unknown error." msgstr "未知錯誤" -#: seahub/templates/snippets/my_owned_repos.html:6 +#: seahub/templates/snippets/my_owned_repos.html:7 msgid "Mine" msgstr "我擁有的" -#: seahub/templates/snippets/my_owned_repos.html:8 +#: seahub/templates/snippets/my_owned_repos.html:9 msgid "Sub-libraries" msgstr "子資料庫" -#: seahub/templates/snippets/my_owned_repos.html:10 +#: seahub/templates/snippets/my_owned_repos.html:12 #: seahub/templates/sysadmin/userinfo.html:56 msgid "Shared" msgstr "共享給我的" -#: seahub/templates/snippets/my_owned_repos.html:16 +#: seahub/templates/snippets/my_owned_repos.html:18 msgid "New Sub-library" msgstr "" -#: seahub/templates/snippets/my_owned_repos.html:60 +#: seahub/templates/snippets/my_owned_repos.html:52 +#: seahub/templates/snippets/my_owned_repos.html:99 +#: seahub/templates/snippets/my_owned_repos.html:153 +#: seahub/templates/snippets/repo_dir_data.html:24 +#: seahub/templates/snippets/repo_dirents.html:26 +#: seahub/templates/snippets/repo_dirents.html:80 +msgid "Share" +msgstr "共享" + +#: seahub/templates/snippets/my_owned_repos.html:62 msgid "You have not created any libraries" msgstr "你還未創建資料庫" -#: seahub/templates/snippets/my_owned_repos.html:61 +#: seahub/templates/snippets/my_owned_repos.html:63 msgid "" "You can create a library to organize your files. For example, you can create" " one for each of your projects. Each library can be synchronized and shared " "separately." msgstr "你可以新建一個資料庫來組織你的文件資料,比如為每個項目創建一個資料庫,每個資料庫可以單獨地同步和共享。" -#: seahub/templates/snippets/my_owned_repos.html:73 +#: seahub/templates/snippets/my_owned_repos.html:75 msgid "Origin" msgstr "源資料庫" -#: seahub/templates/snippets/my_owned_repos.html:107 +#: seahub/templates/snippets/my_owned_repos.html:109 msgid "You have not created any sub-libraries" msgstr "你還未創建任何子資料庫" -#: seahub/templates/snippets/my_owned_repos.html:108 +#: seahub/templates/snippets/my_owned_repos.html:110 msgid "" "You can create a sub-library from a directory inside a library. A sub-" "library can be independently synced and shared. Files in the sub-library " @@ -5225,6 +5215,22 @@ msgstr "顯示提綱" msgid "Document convertion failed." msgstr "文檔轉換失敗。" +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "" + #: seahub/templates/snippets/repo_create_form.html:9 msgid "Share Permission" msgstr "共享權限" @@ -5242,14 +5248,14 @@ msgid "Description is required" msgstr "描述為必填項" #: seahub/templates/snippets/repo_create_js.html:46 -#: seahub/templates/snippets/shared_link_js.html:246 -#: seahub/templates/snippets/shared_link_js.html:418 +#: seahub/templates/snippets/shared_link_js.html:243 +#: seahub/templates/snippets/shared_link_js.html:401 msgid "Please enter password" msgstr "請輸入密碼" #: seahub/templates/snippets/repo_create_js.html:50 -#: seahub/templates/snippets/shared_link_js.html:250 -#: seahub/templates/snippets/shared_link_js.html:422 +#: seahub/templates/snippets/shared_link_js.html:247 +#: seahub/templates/snippets/shared_link_js.html:405 msgid "Password is too short" msgstr "密碼太短" @@ -5260,7 +5266,11 @@ msgstr "刪除成功。" #: seahub/templates/snippets/repo_del_popup.html:3 #, python-format msgid "Really want to delete %(lib_name)s ?" -msgstr "確定要刪除 %(lib_name)s 嗎?" +msgstr "" + +#: seahub/templates/snippets/repo_dir_data.html:14 +msgid "Upload" +msgstr "上傳" #: seahub/templates/snippets/repo_dirents.html:18 #: seahub/templates/snippets/repo_dirents.html:68 @@ -5278,7 +5288,7 @@ msgstr "更多操作" #: seahub/templates/snippets/repo_share_form.html:3 #, python-format msgid "Share %(lib_name)s" -msgstr "共享 %(lib_name)s" +msgstr "" #: seahub/templates/snippets/repo_share_form.html:11 msgid "Emails or Groups, Seperated by ','" @@ -5381,23 +5391,15 @@ msgid "" "Please select at least one file type or input at least one file extension" msgstr "請至少選擇一種文件類型或一種文件副檔名" -#: seahub/templates/snippets/shared_link_js.html:132 +#: seahub/templates/snippets/shared_link_js.html:130 msgid "Select contacts" msgstr "選擇聯絡人" -#: seahub/templates/snippets/shared_link_js.html:181 -#: seahub/templates/snippets/shared_link_js.html:360 +#: seahub/templates/snippets/shared_link_js.html:179 +#: seahub/templates/snippets/shared_link_js.html:342 msgid "Please input at least an email." msgstr "請輸入至少一個電子信箱。" -#: seahub/templates/snippets/shared_link_js.html:269 -msgid "Please enter days" -msgstr "" - -#: seahub/templates/snippets/shared_link_js.html:275 -msgid "Please enter valid days" -msgstr "" - #: seahub/templates/snippets/space_and_traffic.html:4 #: seahub/templates/snippets/space_and_traffic.html:12 msgid "Used:" @@ -5445,7 +5447,7 @@ msgstr "轉讓資料庫" #: seahub/templates/sysadmin/repo_transfer_form.html:4 #, python-format msgid "Transfer %(lib_name)s to:" -msgstr "轉讓 %(lib_name)s 給:" +msgstr "" #: seahub/templates/sysadmin/repoadmin_table.html:6 #: seahub/templates/sysadmin/sys_publink_admin.html:13 @@ -5520,9 +5522,9 @@ msgid "Number of groups" msgstr "" #: seahub/templates/sysadmin/sys_org_info.html:25 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 -#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:7 #: seahub/templates/sysadmin/userinfo.html:31 msgid "Space Used" msgstr "已用空間" @@ -5602,42 +5604,66 @@ msgid "LDAP" msgstr "LDAP" #: seahub/templates/sysadmin/sys_useradmin.html:29 -msgid "Upload csv file" -msgstr "" - -#: seahub/templates/sysadmin/sys_useradmin.html:30 msgid "Import users" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:31 -#: seahub/templates/sysadmin/sys_useradmin.html:36 +#: seahub/templates/sysadmin/sys_useradmin.html:30 +#: seahub/templates/sysadmin/sys_useradmin.html:35 msgid "Add user" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:48 +#: seahub/templates/sysadmin/sys_useradmin.html:39 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/useradmin_table.html:6 +msgid "Role" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:39 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:41 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:77 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:82 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:45 +msgid "Default" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:42 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:75 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:83 +#: seahub/templates/sysadmin/useradmin_table.html:35 +#: seahub/templates/sysadmin/useradmin_table.html:46 +msgid "Guest" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:54 msgid "Import users from a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/sys_useradmin.html:56 msgid "File format: user@mail.com,password" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:51 +#: seahub/templates/sysadmin/sys_useradmin.html:57 msgid "Please choose a CSV file" msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:99 +#: seahub/templates/sysadmin/sys_useradmin.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:117 #: seahub/templates/sysadmin/user_search.html:22 msgid "Activating..., please wait" msgstr "正在啓動...,請稍候" -#: seahub/templates/sysadmin/sys_useradmin.html:74 +#: seahub/templates/sysadmin/sys_useradmin.html:80 #, python-format msgid "A new server version %(v)s is available." msgstr "" -#: seahub/templates/sysadmin/sys_useradmin.html:101 +#: seahub/templates/sysadmin/sys_useradmin.html:110 msgid "Passwords do not match" msgstr "兩次輸入的密碼不一致" @@ -5658,37 +5684,37 @@ msgstr "" msgid "Status" msgstr "狀態" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:45 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:46 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 -#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:8 msgid "Create At / Last Login" msgstr "創建於/最後登錄" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:57 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:64 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:58 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 #: seahub/templates/sysadmin/useradmin_table.html:19 #: seahub/templates/sysadmin/useradmin_table.html:26 msgid "Active" msgstr "啓動" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:59 -#: seahub/templates/sysadmin/sys_useradmin_admins.html:65 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:60 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:66 #: seahub/templates/sysadmin/useradmin_table.html:21 #: seahub/templates/sysadmin/useradmin_table.html:27 msgid "Inactive" msgstr "不啓動" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:86 -#: seahub/templates/sysadmin/useradmin_table.html:49 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:104 +#: seahub/templates/sysadmin/useradmin_table.html:69 msgid "ResetPwd" msgstr "重置密碼" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:88 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:106 #: seahub/templates/sysadmin/useradmin_js.html:11 msgid "Revoke Admin" msgstr "取消管理員" -#: seahub/templates/sysadmin/sys_useradmin_admins.html:90 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:108 #: seahub/templates/sysadmin/useradmin_js.html:15 msgid "Set Admin" msgstr "設為管理員" @@ -5745,23 +5771,23 @@ msgstr "刪除用戶" #: seahub/templates/sysadmin/useradmin_js.html:8 #, python-format msgid "Are you sure you want to reset the password of %s ?" -msgstr "確定要重置 %s 的密碼嗎?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:12 #, python-format msgid "Are you sure you want to revoke the admin permission of %s ?" -msgstr "確定要取消 %s 的管理權限嗎?" +msgstr "" #: seahub/templates/sysadmin/useradmin_js.html:16 #, python-format msgid "Are you sure you want to set %s as admin?" -msgstr "確定要設置 %s 為管理員嗎?" +msgstr "" -#: seahub/templates/sysadmin/useradmin_js.html:55 +#: seahub/templates/sysadmin/useradmin_js.html:61 msgid "Edit succeeded, an email has been sent." msgstr "編輯成功,一封郵件已發送。" -#: seahub/templates/sysadmin/useradmin_js.html:59 +#: seahub/templates/sysadmin/useradmin_js.html:63 msgid "" "Edit succeeded, but failed to send email, please check your email " "configuration." @@ -5799,408 +5825,401 @@ msgstr "個人維基" msgid "Personal Wiki Pages" msgstr "個人維基頁面" -#: seahub/utils/__init__.py:97 +#: seahub/utils/__init__.py:98 msgid "permission error" msgstr "權限錯誤" -#: seahub/views/__init__.py:390 +#: seahub/views/__init__.py:373 msgid "Unable to view recycle page" msgstr "無法查看資源回收筒" -#: seahub/views/__init__.py:437 +#: seahub/views/__init__.py:476 msgid "Failed to edit library information." msgstr "資料庫資訊編輯失敗。" -#: seahub/views/__init__.py:446 +#: seahub/views/__init__.py:485 msgid "Failed to save settings on server" msgstr "設置失敗" -#: seahub/views/__init__.py:449 +#: seahub/views/__init__.py:488 msgid "Settings saved." msgstr "設置已保存。" -#: seahub/views/__init__.py:557 +#: seahub/views/__init__.py:519 #, python-format msgid "Username %s is not valid." msgstr "用戶名 %s 含有無效字元" -#: seahub/views/__init__.py:564 +#: seahub/views/__init__.py:526 #, python-format msgid "User %s is not found." msgstr "未找到用戶 %s 。" -#: seahub/views/__init__.py:571 +#: seahub/views/__init__.py:533 #, python-format msgid "User %s is not in current organization." msgstr "" -#: seahub/views/__init__.py:582 +#: seahub/views/__init__.py:544 #, python-format msgid "Library %(repo_name)s has been transfered to %(new_owner)s." msgstr "資料庫 %(repo_name)s 已被轉讓給 %(new_owner)s。" -#: seahub/views/__init__.py:609 +#: seahub/views/__init__.py:571 msgid "Faied to change password, you are not owner." msgstr "" -#: seahub/views/__init__.py:621 +#: seahub/views/__init__.py:583 #, python-format msgid "Successfully updated the password of Library %(repo_name)s." msgstr "" -#: seahub/views/__init__.py:629 +#: seahub/views/__init__.py:591 msgid "Filename contains invalid character" msgstr "上傳的文件名包含無效字元" -#: seahub/views/__init__.py:631 +#: seahub/views/__init__.py:593 msgid "Duplicated filename" msgstr "已存在同名的文件" -#: seahub/views/__init__.py:635 +#: seahub/views/__init__.py:597 msgid "File size surpasses the limit" msgstr "文件大小超過限制" -#: seahub/views/__init__.py:637 +#: seahub/views/__init__.py:599 msgid "The space of owner is used up, upload failed" msgstr "該資料庫所有者的空間已用完,無法上傳" -#: seahub/views/__init__.py:639 +#: seahub/views/__init__.py:601 msgid "An error occurs during file transfer" msgstr "文件傳輸出錯" -#: seahub/views/__init__.py:651 seahub/views/__init__.py:673 +#: seahub/views/__init__.py:613 seahub/views/__init__.py:635 msgid "Invalid url" msgstr "無效連結" -#: seahub/views/__init__.py:693 +#: seahub/views/__init__.py:655 msgid "Unable to view library modification" msgstr "無法瀏覽該資料庫修改歷史" -#: seahub/views/__init__.py:759 +#: seahub/views/__init__.py:715 msgid "Unable to view library snapshots" msgstr "無法查看該資料庫鏡像" -#: seahub/views/__init__.py:824 +#: seahub/views/__init__.py:775 msgid "You have no permission to restore library" msgstr "你沒有權限進行還原操作" -#: seahub/views/__init__.py:848 +#: seahub/views/__init__.py:799 msgid "Please specify history ID" msgstr "請指定歷史記錄ID" -#: seahub/views/__init__.py:856 seahub/views/__init__.py:1328 -#: seahub/views/__init__.py:1747 seahub/views/ajax.py:1429 +#: seahub/views/__init__.py:807 seahub/views/__init__.py:1225 +#: seahub/views/__init__.py:1686 seahub/views/ajax.py:1324 msgid "Library does not exist" msgstr "資料庫不存在" -#: seahub/views/__init__.py:858 +#: seahub/views/__init__.py:809 msgid "History you specified does not exist" msgstr "指定的歷史記錄不存在" -#: seahub/views/__init__.py:860 +#: seahub/views/__init__.py:811 msgid "Unknown error" msgstr "未知錯誤" -#: seahub/views/__init__.py:919 seahub/views/__init__.py:920 -#: seahub/views/__init__.py:925 seahub/views/__init__.py:926 +#: seahub/views/__init__.py:870 seahub/views/__init__.py:871 +#: seahub/views/__init__.py:876 seahub/views/__init__.py:877 msgid "My Library" msgstr "我的資料庫" -#: seahub/views/__init__.py:1141 +#: seahub/views/__init__.py:1038 msgid "Failed to unshare the library, as it does not exist." msgstr "取消共享失敗,該資料庫不存在" -#: seahub/views/__init__.py:1166 +#: seahub/views/__init__.py:1063 #, python-format msgid "Unshare \"%s\" successfully." msgstr "\"%s\" 取消共享成功" -#: seahub/views/__init__.py:1168 +#: seahub/views/__init__.py:1065 #, python-format msgid "Failed to unshare \"%s\"." msgstr "\"%s\" 取消共享失敗" -#: seahub/views/__init__.py:1202 +#: seahub/views/__init__.py:1099 msgid "Failed to delete file." msgstr "刪除文件出錯。" -#: seahub/views/__init__.py:1209 +#: seahub/views/__init__.py:1106 #, python-format msgid "%s successfully deleted." msgstr "%s 刪除成功。" -#: seahub/views/__init__.py:1211 seahub/views/ajax.py:562 +#: seahub/views/__init__.py:1108 seahub/views/ajax.py:542 #, python-format msgid "Internal error. Failed to delete %s." msgstr "內部錯誤。刪除 %s 失敗。" -#: seahub/views/__init__.py:1257 seahub/views/__init__.py:1780 +#: seahub/views/__init__.py:1154 seahub/views/__init__.py:1719 msgid "Unable to access file: share link traffic is used up." msgstr "" -#: seahub/views/__init__.py:1266 +#: seahub/views/__init__.py:1163 msgid "Unable to access file" msgstr "無法訪問文件" -#: seahub/views/__init__.py:1404 +#: seahub/views/__init__.py:1296 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "成功還原 %(path)s 到根目錄。" -#: seahub/views/__init__.py:1408 seahub/views/__init__.py:1434 +#: seahub/views/__init__.py:1300 seahub/views/__init__.py:1326 #, python-format msgid "Successfully revert %(path)s" msgstr "成功還原 %(path)s" -#: seahub/views/__init__.py:1430 +#: seahub/views/__init__.py:1322 #, python-format msgid "Successfully revert %(path)s to root directory." msgstr "成功還原 %(path)s 到根目錄。" -#: seahub/views/__init__.py:1792 seahub/views/file.py:804 +#: seahub/views/__init__.py:1731 seahub/views/file.py:817 msgid "Internal Error" msgstr "內部錯誤" -#: seahub/views/__init__.py:1795 +#: seahub/views/__init__.py:1734 #, python-format msgid "Unable to download directory \"%s\": size is too large." msgstr "無法下載 \"%s\":目錄大小超過限制。" -#: seahub/views/__init__.py:1809 +#: seahub/views/__init__.py:1748 #, python-format msgid "Unable to download \"%s\"" msgstr "無法下載 \"%s\"" -#: seahub/views/__init__.py:1948 +#: seahub/views/__init__.py:1887 msgid "Successfully enable \"Personal Wiki\"." msgstr "\"個人維基\"模組新增成功。" -#: seahub/views/__init__.py:1953 +#: seahub/views/__init__.py:1892 msgid "Successfully disable \"Personal Wiki\"." msgstr "\"個人維基\"模組刪除成功。" -#: seahub/views/ajax.py:73 +#: seahub/views/ajax.py:72 msgid "You don't have permission to access the library." msgstr "你沒有權限訪問該資料庫。" -#: seahub/views/ajax.py:81 +#: seahub/views/ajax.py:80 msgid "No path." msgstr "路徑不存在" -#: seahub/views/ajax.py:161 +#: seahub/views/ajax.py:156 msgid "The group doesn't exist" msgstr "該群組不存在" -#: seahub/views/ajax.py:167 seahub/views/ajax.py:399 seahub/views/ajax.py:485 -#: seahub/views/ajax.py:629 seahub/views/ajax.py:653 seahub/views/ajax.py:820 -#: seahub/views/ajax.py:845 seahub/views/file.py:811 -msgid "Permission denied" -msgstr "沒有權限" - -#: seahub/views/ajax.py:231 seahub/views/ajax.py:318 seahub/views/ajax.py:392 -#: seahub/views/ajax.py:479 seahub/views/ajax.py:536 seahub/views/ajax.py:578 -#: seahub/views/ajax.py:622 seahub/views/ajax.py:813 seahub/views/ajax.py:1086 +#: seahub/views/ajax.py:217 seahub/views/ajax.py:301 seahub/views/ajax.py:375 +#: seahub/views/ajax.py:462 seahub/views/ajax.py:516 seahub/views/ajax.py:555 +#: seahub/views/ajax.py:599 seahub/views/ajax.py:790 seahub/views/ajax.py:1042 msgid "Library does not exist." msgstr "資料庫不存在" -#: seahub/views/ajax.py:238 seahub/views/ajax.py:325 seahub/views/ajax.py:543 -#: seahub/views/ajax.py:585 seahub/views/ajax.py:1093 -#: seahub/views/ajax.py:1453 seahub/views/ajax.py:1471 +#: seahub/views/ajax.py:224 seahub/views/ajax.py:308 seahub/views/ajax.py:523 +#: seahub/views/ajax.py:562 seahub/views/ajax.py:1049 +#: seahub/views/ajax.py:1348 seahub/views/ajax.py:1366 msgid "Permission denied." msgstr "沒有權限" -#: seahub/views/ajax.py:253 seahub/views/ajax.py:340 seahub/views/ajax.py:1106 +#: seahub/views/ajax.py:239 seahub/views/ajax.py:323 seahub/views/ajax.py:1062 msgid "Library is encrypted." msgstr "該資料庫已加密" -#: seahub/views/ajax.py:259 seahub/views/ajax.py:346 seahub/views/ajax.py:1112 +#: seahub/views/ajax.py:245 seahub/views/ajax.py:329 seahub/views/ajax.py:1068 msgid "Error: no head commit id" msgstr "錯誤:沒有 head commit id。" -#: seahub/views/ajax.py:551 seahub/views/ajax.py:593 +#: seahub/views/ajax.py:531 seahub/views/ajax.py:570 msgid "Argument missing." msgstr "參數缺失" -#: seahub/views/ajax.py:647 +#: seahub/views/ajax.py:624 msgid "Destination path is too long." msgstr "目標路徑過長" -#: seahub/views/ajax.py:686 seahub/views/ajax.py:753 +#: seahub/views/ajax.py:663 seahub/views/ajax.py:730 #, python-format msgid "Successfully moved %(name)s view" msgstr "移動 %(name)s 成功:查看" -#: seahub/views/ajax.py:715 seahub/views/ajax.py:790 +#: seahub/views/ajax.py:692 seahub/views/ajax.py:767 #, python-format msgid "Successfully copied %(name)s view" msgstr "複製 %(name)s 成功:查看" -#: seahub/views/ajax.py:732 seahub/views/ajax.py:866 +#: seahub/views/ajax.py:709 seahub/views/ajax.py:843 #, python-format msgid "Can not move directory %(src)s to its subdirectory %(des)s" msgstr "不能把目錄 %(src)s 移動到它的子目錄 %(des)s 中" -#: seahub/views/ajax.py:769 seahub/views/ajax.py:905 +#: seahub/views/ajax.py:746 seahub/views/ajax.py:882 #, python-format msgid "Can not copy directory %(src)s to its subdirectory %(des)s" msgstr "不能把目錄 %(src)s 複製到它的子目錄 %(des)s 中" -#: seahub/views/ajax.py:839 +#: seahub/views/ajax.py:816 #, python-format msgid "Destination path is too long for %s." msgstr "目標路徑對 %s 來說過長。" -#: seahub/views/ajax.py:1200 +#: seahub/views/ajax.py:1151 msgid "Failed to get file block list" msgstr "獲取文件塊列表失敗" -#: seahub/views/ajax.py:1238 +#: seahub/views/ajax.py:1189 msgid "Wrong repo id" msgstr "錯誤的repo id" -#: seahub/views/ajax.py:1271 seahub/views/ajax.py:1299 -#: seahub/views/ajax.py:1482 -msgid "Please log in." -msgstr "" - -#: seahub/views/ajax.py:1424 +#: seahub/views/ajax.py:1319 msgid "System library can not be deleted." msgstr "" -#: seahub/views/ajax.py:1742 +#: seahub/views/ajax.py:1621 msgid "No conflict in the merge." msgstr "合併沒有衝突。" -#: seahub/views/file.py:118 +#: seahub/views/ajax.py:1638 seahub/views/ajax.py:1719 +msgid "You do not have permission to create library" +msgstr "" + +#: seahub/views/file.py:119 msgid "HTTPError: failed to open file online" msgstr "HTTPError: 無法在線打開該文件" -#: seahub/views/file.py:122 +#: seahub/views/file.py:123 msgid "URLError: failed to open file online" msgstr "URLError: 無法在線打開該文件" -#: seahub/views/file.py:129 +#: seahub/views/file.py:130 msgid "The encoding you chose is not proper." msgstr "文件編碼不合適" -#: seahub/views/file.py:146 seahub/views/file.py:149 +#: seahub/views/file.py:147 seahub/views/file.py:150 msgid "Unknown file encoding" msgstr "文件編碼無法識別" -#: seahub/views/file.py:273 seahub/views/file.py:280 seahub/views/file.py:509 -#: seahub/views/file.py:514 +#: seahub/views/file.py:274 seahub/views/file.py:281 seahub/views/file.py:506 +#: seahub/views/file.py:511 #, python-format msgid "File size surpasses %s, can not be opened online." msgstr "文件大小超過 %s,無法在線查看。" -#: seahub/views/file.py:320 seahub/views/file.py:552 seahub/views/file.py:567 -#: seahub/views/file.py:589 +#: seahub/views/file.py:321 seahub/views/file.py:546 seahub/views/file.py:561 +#: seahub/views/file.py:583 msgid "Unable to view file" msgstr "無法查看該文件" -#: seahub/views/file.py:356 seahub/views/file.py:527 seahub/views/file.py:646 +#: seahub/views/file.py:357 seahub/views/file.py:524 seahub/views/file.py:659 msgid "Invalid file format." msgstr "錯誤的文件格式。" -#: seahub/views/file.py:815 +#: seahub/views/file.py:828 msgid "The library does not exist." msgstr "資料庫不存在" -#: seahub/views/file.py:819 +#: seahub/views/file.py:832 msgid "The library is encrypted." msgstr "該資料庫已加密" -#: seahub/views/file.py:887 +#: seahub/views/file.py:900 msgid "Unable to edit file" msgstr "無法編輯該文件" -#: seahub/views/file.py:899 +#: seahub/views/file.py:912 msgid "The file does not exist." msgstr "該文件不存在" -#: seahub/views/file.py:927 +#: seahub/views/file.py:940 msgid "Edit online is not offered for this type of file." msgstr "該類型文件不能在線編輯。" -#: seahub/views/sysadmin.py:364 -msgid "Failed to set quota: internal error" -msgstr "內部錯誤,設置失敗" +#: seahub/views/sysadmin.py:378 +msgid "Failed to set quota: internal server error" +msgstr "" -#: seahub/views/sysadmin.py:380 +#: seahub/views/sysadmin.py:394 #, python-format msgid "Successfully deleted %s" msgstr "%s 刪除成功。" -#: seahub/views/sysadmin.py:382 +#: seahub/views/sysadmin.py:396 msgid "Failed to delete: the user does not exist" msgstr "刪除失敗:該用戶不存在" -#: seahub/views/sysadmin.py:397 +#: seahub/views/sysadmin.py:411 #, python-format msgid "Successfully set %s as admin" msgstr "成功設置 %s 為管理員" -#: seahub/views/sysadmin.py:399 +#: seahub/views/sysadmin.py:413 msgid "Failed to set admin: the user does not exist" msgstr "設置管理員失敗:該用戶不存在" -#: seahub/views/sysadmin.py:414 +#: seahub/views/sysadmin.py:428 #, python-format msgid "Successfully revoke the admin permission of %s" msgstr "成功取消 %s 的管理權限" -#: seahub/views/sysadmin.py:416 +#: seahub/views/sysadmin.py:430 msgid "Failed to revoke admin: the user does not exist" msgstr "取消管理員權限失敗:該用戶不存在" -#: seahub/views/sysadmin.py:430 +#: seahub/views/sysadmin.py:444 #, python-format msgid "Successfully activated \"%s\"." msgstr "成功啓動 %s。" -#: seahub/views/sysadmin.py:432 +#: seahub/views/sysadmin.py:446 msgid "Failed to activate: user does not exist." msgstr "啓動失敗:該用戶不存在。" -#: seahub/views/sysadmin.py:447 +#: seahub/views/sysadmin.py:461 #, python-format msgid "Successfully deactivated \"%s\"." msgstr "成功取消啓動 %s。" -#: seahub/views/sysadmin.py:449 +#: seahub/views/sysadmin.py:463 msgid "Failed to deactivate: user does not exist." msgstr "取消啓動失敗:該用戶不存在。" -#: seahub/views/sysadmin.py:463 +#: seahub/views/sysadmin.py:477 #, python-format msgid "Your account on %s is activated" msgstr "" -#: seahub/views/sysadmin.py:507 +#: seahub/views/sysadmin.py:553 #, python-format msgid "Password has been reset on %s" msgstr "" -#: seahub/views/sysadmin.py:527 +#: seahub/views/sysadmin.py:573 #, python-format msgid "" "Successfully reset password to %(passwd)s, an email has been sent to " "%(user)s." msgstr "成功將重置密碼為 %(passwd)s, 一封通知郵件已經發送給 %(user)s。" -#: seahub/views/sysadmin.py:532 +#: seahub/views/sysadmin.py:578 #, python-format msgid "" "Successfully reset password to %(passwd)s, but failed to send email to " "%(user)s, please check your email configuration." msgstr "成功將用戶密碼重置為 %(passwd)s, 但發送通知郵件到 %(user)s 失敗,請檢查你的郵件配置。" -#: seahub/views/sysadmin.py:536 +#: seahub/views/sysadmin.py:582 #, python-format msgid "Successfully reset password to %(passwd)s for user %(user)s." msgstr "成功將用戶 %(user)s 的密碼重置為 %(passwd)s。" -#: seahub/views/sysadmin.py:539 +#: seahub/views/sysadmin.py:585 #, python-format msgid "" "Successfully reset password to %(passwd)s for user %(user)s. But email " @@ -6208,70 +6227,74 @@ msgid "" "configured." msgstr "成功將用戶 %(user)s 的密碼重置為 %(passwd)s, 但是由於電子信箱服務未正確配置,通知郵件無法發送。" -#: seahub/views/sysadmin.py:542 +#: seahub/views/sysadmin.py:588 msgid "Failed to reset password: user does not exist" msgstr "密碼重置失敗:用戶不存在" -#: seahub/views/sysadmin.py:558 +#: seahub/views/sysadmin.py:604 #, python-format msgid "You are invited to join %s" msgstr "" -#: seahub/views/sysadmin.py:588 seahub/views/sysadmin.py:601 +#: seahub/views/sysadmin.py:642 seahub/views/sysadmin.py:655 #, python-format msgid "Successfully added user %s. An email notification has been sent." msgstr "成功新增用戶 %s。一封通知郵件已發送。" -#: seahub/views/sysadmin.py:591 seahub/views/sysadmin.py:604 +#: seahub/views/sysadmin.py:645 seahub/views/sysadmin.py:658 #, python-format msgid "" "Successfully added user %s. An error accurs when sending email notification," " please check your email configuration." msgstr "成功新增用戶 %s。但發送通知郵件出錯,請檢查電子信箱配置。" -#: seahub/views/sysadmin.py:593 seahub/views/sysadmin.py:606 +#: seahub/views/sysadmin.py:647 seahub/views/sysadmin.py:660 #, python-format msgid "Successfully added user %s." msgstr "成功添加用戶 %s。" -#: seahub/views/sysadmin.py:608 +#: seahub/views/sysadmin.py:662 #, python-format msgid "" "Successfully added user %s. But email notification can not be sent, because " "Email service is not properly configured." msgstr "成功新增用戶 %s。 但由於郵件服務未正確配置,通知郵件無法發送。" -#: seahub/views/sysadmin.py:763 +#: seahub/views/sysadmin.py:827 msgid "Successfully transfered." msgstr "成功轉讓。" -#: seahub/views/sysadmin.py:765 +#: seahub/views/sysadmin.py:829 #, python-format msgid "Failed to transfer, user %s not found" msgstr "轉讓失敗,未找到用戶 \"%s\"" -#: seahub/views/sysadmin.py:767 +#: seahub/views/sysadmin.py:831 msgid "Failed to transfer, invalid arguments." msgstr "轉讓失敗, 參數無效" -#: seahub/views/sysadmin.py:830 +#: seahub/views/sysadmin.py:894 msgid "Using LDAP now, can not add admin." msgstr "" -#: seahub/views/sysadmin.py:847 +#: seahub/views/sysadmin.py:911 #, python-format msgid "Successfully set %s as admin." msgstr "" -#: seahub/views/sysadmin.py:849 +#: seahub/views/sysadmin.py:913 #, python-format msgid "Failed to set %s as admin: user does not exist." msgstr "" -#: seahub/views/sysadmin.py:891 +#: seahub/views/sysadmin.py:955 msgid "Import succeeded" msgstr "" -#: seahub/views/sysadmin.py:893 +#: seahub/views/sysadmin.py:957 msgid "Please select a csv file first." msgstr "" + +#: seahub/views/wiki.py:134 +msgid "You do not have permission to create wiki" +msgstr ""