diff --git a/locale/ar/LC_MESSAGES/django.po b/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000000..ff65c18699 --- /dev/null +++ b/locale/ar/LC_MESSAGES/django.po @@ -0,0 +1,6771 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Amr Mothana , 2017 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 08:23+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Arabic (http://www.transifex.com/haiwen/seahub/language/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: seahub/api2/endpoints/account.py:162 +msgid "Name is too long (maximum is 64 characters)" +msgstr "الاسم طويل جدا (الحد الأقصى 64 حرف)" + +#: seahub/api2/endpoints/account.py:166 seahub/forms.py:43 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:317 +msgid "Name should not include '/'." +msgstr "الاسم لا يجب ان يحتوي على '/'." + +#: seahub/api2/endpoints/account.py:173 +msgid "Department is too long (maximum is 512 characters)" +msgstr "اسم الإدارة طويل جدا (الحد الأقصى 512 حرف)" + +#: seahub/api2/endpoints/account.py:180 seahub/forms.py:154 +msgid "Space quota can't be empty" +msgstr "المساحة المخصصة لا يمكن أن تكون فارغة" + +#: seahub/api2/endpoints/account.py:186 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "يجب أن يكون عدد صحيح أكبر من أو يساوي 0." + +#: seahub/api2/endpoints/account.py:190 +#: seahub/api2/endpoints/admin/users_batch.py:76 seahub/forms.py:155 +msgid "Space quota is too low (minimum value is 0)" +msgstr "المساحة المخصصة صغيرة جدا (على الأقل 0)" + +#: seahub/api2/endpoints/account.py:198 seahub/institutions/views.py:213 +#: seahub/views/sysadmin.py:659 +#, python-format +msgid "Failed to set quota: maximum quota is %d MB" +msgstr "فشل تحديد المخصص: المخصص الأقصى %d MB" + +#: seahub/api2/endpoints/admin/default_library.py:31 +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/views/__init__.py:675 seahub/views/__init__.py:676 +#: seahub/views/__init__.py:681 seahub/views/__init__.py:682 +msgid "My Library" +msgstr "مكتبتي" + +#: seahub/api2/endpoints/admin/groups.py:116 +#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/group/forms.py:36 +msgid "" +"Group name can only contain letters, numbers, blank, hyphen or underscore" +msgstr "اسم المجموعة يمكن أن يحتوي فقط على أحرف، أرقام، فراغ، - أو _" + +#: seahub/api2/endpoints/admin/groups.py:121 +#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +msgid "There is already a group with that name." +msgstr "توجد مجموعة بنفس الاسم." + +#: seahub/api2/endpoints/admin/groups.py:194 +#: seahub/api2/endpoints/groups.py:255 +#, python-format +msgid "User %s is already group owner." +msgstr "المستخدم %s هو مالك المجموعة بالفعل." + +#: seahub/api2/endpoints/admin/libraries.py:154 seahub/views/sysadmin.py:1635 +msgid "System library can not be deleted." +msgstr "لا يمكن حذف مكتبة النظام" + +#: seahub/api2/endpoints/admin/shares.py:166 +#, python-format +msgid "User %s is already library owner." +msgstr "المستخدم %s هو مالك المكتبة بالفعل." + +#: seahub/api2/endpoints/admin/shares.py:174 +#: seahub/api2/endpoints/invitations.py:49 +#, python-format +msgid "Email %s invalid." +msgstr "عنوان البريد %s غير صحيح." + +#: seahub/api2/endpoints/admin/users_batch.py:72 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 +msgid "Invalid destination path" +msgstr "مسار الوجهة غير صحيح" + +#: seahub/api2/endpoints/copy_move_task.py:80 +msgid "Destination path is too long." +msgstr "مسار الوجهة طويل جدا." + +#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:654 +#, python-format +msgid "Can not move directory %(src)s to its subdirectory %(des)s" +msgstr "لا يمكن نقل المجلد %(src)s إلى المجلدات المتفرعة منه %(des)s" + +#: seahub/api2/endpoints/copy_move_task.py:194 +msgid "Cancel failed" +msgstr "فشل الإلغاء" + +#: seahub/api2/endpoints/file.py:404 seahub/views/file.py:1099 +msgid "Check file lock error" +msgstr "تحقق من خطأ اقفال الملف" + +#: seahub/api2/endpoints/file.py:408 seahub/views/file.py:1102 +msgid "File is locked" +msgstr "الملف مقفل" + +#: seahub/api2/endpoints/group_members.py:93 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1261 +#, python-format +msgid "User %s is already a group member." +msgstr "المستخدم %s عضو في المجموعة بالفعل." + +#: seahub/api2/endpoints/group_members.py:99 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1104 +#: seahub/views/ajax.py:1270 +#, python-format +msgid "User %s not found in organization." +msgstr "المستخدم %s غير موجود في النظام." + +#: seahub/api2/endpoints/invitations.py:53 +msgid "The email address is not allowed to be invited as a guest." +msgstr "لا يمكن دعوة عنوان البريد كضيف." + +#: seahub/api2/endpoints/invitations.py:58 +#, python-format +msgid "%s is already invited." +msgstr "لقد تم دعوة %s مسبقا." + +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:603 +#, python-format +msgid "User %s already exists." +msgstr "المستخدم %s موجود مسبقا." + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/templates/js/sysadmin-templates.html:237 +#: seahub/templates/view_shared_upload_link.html:81 +msgid "Error" +msgstr "خطأ" + +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2846 +msgid "Wrong password" +msgstr "كلمة مرور غير صحيحة" + +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2849 +#: seahub/views/__init__.py:475 seahub/views/ajax.py:617 +#: seahub/views/sysadmin.py:1982 +msgid "Internal server error" +msgstr "خطأ داخلي في الخادم" + +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2852 +msgid "Decrypt library error" +msgstr "خطأ فك تشفير المكتبة" + +#: seahub/api2/endpoints/repo_set_password.py:97 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:32 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:130 +msgid "" +"Sending shared link failed. Email service is not properly configured, please" +" contact administrator." +msgstr "فشل ارسال الرابط المشترك. خدمة البريد غير مهيئة بشكل صحيح، الرجاء الاتصال" + +#: seahub/api2/endpoints/send_share_link_email.py:99 seahub/share/views.py:178 +msgid "file" +msgstr "ملف" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:179 +#, python-format +msgid "A file is shared to you on %s" +msgstr "تم مشاركة ملف معك على %s" + +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:185 +msgid "directory" +msgstr "مجلد" + +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:186 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "تم مشاركة مجلد معك على %s" + +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:298 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "تم مشاركة رابط تحميل معك على %s" + +#: seahub/api2/endpoints/share_links.py:178 +msgid "Password is too short." +msgstr "كلمة المرور قصيرة جدا." + +#: seahub/api2/endpoints/upload_links.py:142 +#: seahub/templates/snippets/repo_create_js.html:50 +#: seahub/templates/snippets/shared_link_js.html:138 +msgid "Password is too short" +msgstr "كلمة المرور قصيرة جدا" + +#: seahub/api2/endpoints/zip_task.py:120 +msgid "Total size exceeds limit." +msgstr "الحجم الإجمالي تجاوز الحد الأقصى." + +#: seahub/auth/admin.py:30 +msgid "Personal info" +msgstr "معلومات شخصية" + +#: seahub/auth/admin.py:31 +msgid "Permissions" +msgstr "الأذونات" + +#: seahub/auth/admin.py:32 +msgid "Important dates" +msgstr "تواريخ مهمة" + +#: seahub/auth/admin.py:33 +#: seahub/institutions/templates/institutions/info.html:23 +#: seahub/institutions/templates/institutions/user_info.html:22 +#: seahub/templates/js/sysadmin-templates.html:25 +#: seahub/templates/js/sysadmin-templates.html:152 +#: seahub/templates/js/sysadmin-templates.html:539 +#: seahub/templates/js/sysadmin-templates.html:731 +#: seahub/templates/js/templates.html:268 +#: seahub/templates/js/templates.html:1032 +#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/sysadmin/sys_org_info_group.html:9 +#: seahub/templates/sysadmin/sys_org_info_library.html:9 +#: seahub/templates/sysadmin/sys_org_info_setting.html:9 +#: seahub/templates/sysadmin/sys_org_info_user.html:8 +#: seahub/templates/sysadmin/userinfo.html:27 +msgid "Groups" +msgstr "مجموعات" + +#: seahub/auth/admin.py:115 +msgid "Password changed successfully." +msgstr "تم تغيير كلمة المرور بنجاح." + +#: seahub/auth/admin.py:125 +#, python-format +msgid "Change password: %s" +msgstr "تغيير كلمة المرور: %s" + +#: seahub/auth/decorators.py:74 +msgid "Please log in." +msgstr "الرجاء تيجيل الدخول." + +#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +msgid "Email or Username" +msgstr "البريد أو اسم المستخدم" + +#: seahub/auth/forms.py:24 seahub/auth/forms.py:197 +#: seahub/base/accounts.py:581 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/templates/file_edit.html:131 +#: seahub/templates/js/lib-op-popups.html:108 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/registration/login.html:12 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/templates/snippets/file_share_popup.html:18 +#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/sudo_mode.html:10 +#: seahub/templates/sysadmin/sys_org_admin.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:71 +#: seahub/templates/sysadmin/sys_useradmin.html:53 +msgid "Password" +msgstr "كلمة المرور" + +#: seahub/auth/forms.py:62 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "الرجاء ادخال بريد/اسم مستخدم و كلمة مرور. لاحظ بأن كلا الحقلين حساسين لحالة الأحرف." + +#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +msgid "This account is inactive." +msgstr "هذا الحساب غير فعال." + +#: seahub/auth/forms.py:70 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "متصفح الانترنت خاصتك لا يبدو بأنه يدعم الكوكيز. الكوكيز مطلوبة لتسجيل الدخول" + +#: seahub/auth/forms.py:86 +msgid "E-mail" +msgstr "البريد" + +#: seahub/auth/forms.py:93 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "فشل ارسال البريد، خدمة البريد الالكتروني غير مهيئة بشكل صحيح، الرجاء مراجعة المسئول." + +#: seahub/auth/forms.py:101 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "عنوان البريد غير مرتبط بحساب مستخدم، هل أنت متأكد من قيامك بالتسجيل؟" + +#: seahub/auth/forms.py:104 +msgid "Can not reset password, please contact LDAP admin." +msgstr "لا يمكن إعادة تهيئة كلمة المرور، اتصل بمدير LDAP." + +#: seahub/auth/forms.py:128 +#, python-format +msgid "Reset Password on %s" +msgstr "إعادة تهيئة كلمة المرور على %s" + +#: seahub/auth/forms.py:136 +msgid "New password" +msgstr "كلمة مرور جديدة" + +#: seahub/auth/forms.py:137 +msgid "New password confirmation" +msgstr "تأكيد كلمة المرور" + +#: seahub/auth/forms.py:166 seahub/auth/forms.py:209 +#: seahub/base/accounts.py:637 +msgid "The two password fields didn't match." +msgstr "كلمتي المرور غير متطابقتان." + +#: seahub/auth/forms.py:181 +msgid "Old password" +msgstr "كلمو المرور السابقة" + +#: seahub/auth/forms.py:189 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "كلمة المرور السابقة غير صحيحة. الرجاء إعادة الادخال." + +#: seahub/auth/forms.py:198 seahub/base/accounts.py:583 +msgid "Password (again)" +msgstr "كلمة المرور(إعادة)" + +#: seahub/auth/management/commands/createsuperuser.py:25 +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "أدخل عنوان بريد صحيح." + +#: seahub/auth/views.py:192 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "تم تجميد الحساب نتيجة لمحاولات دخول فاشلة كثيرة." + +#: seahub/auth/views.py:298 +msgid "Logged out" +msgstr "تم تسجيل الخروج" + +#: seahub/auth/views.py:346 +msgid "Failed to send email, please contact administrator." +msgstr "فشل ارسال البريد، اتصل بالمسئول." + +#: seahub/auth/views.py:407 +msgid "Can not update password, please contact LDAP admin." +msgstr "لا يمكن تحديث كلمة المرور، الرجاء الاتصال بمدير LDAP." + +#: seahub/avatar/forms.py:35 seahub/avatar/forms.py:58 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s امتداد ملف غير صالح. الامتدادات المرخصة هي : %(valid_exts_list)s" + +#: seahub/avatar/forms.py:39 seahub/avatar/forms.py:62 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "الملف كبير جدا (%(size)s), المساحة الأقصى المسموحة %(max_valid_size)s" + +#: seahub/avatar/forms.py:45 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "أنت تمتلك %(nb_avatars)d شعارات, و الحد المسموح %(nb_max_avatars)d." + +#: seahub/avatar/models.py:138 seahub/avatar/models.py:166 +#, python-format +msgid "Avatar for %s" +msgstr "شعار %s" + +#: seahub/avatar/templates/avatar/add.html:6 +msgid "Upload Avatar" +msgstr "تحميل شعار" + +#: seahub/avatar/templates/avatar/add.html:7 +#: seahub/avatar/templates/avatar/change.html:8 +msgid "Your current avatar: " +msgstr "شعارك الحالي:" + +#: seahub/avatar/templates/avatar/add.html:9 +msgid "Upload New Avatar: " +msgstr "تحميل شعار جديد:" + +#: seahub/avatar/templates/avatar/add.html:13 +#: seahub/avatar/templates/avatar/change.html:30 +msgid "Upload New Image" +msgstr "تحميل صورة جديدة" + +#: seahub/avatar/templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "الرجاء تحديد الشعارات التي ترغب بحذفها." + +#: seahub/avatar/templates/avatar/confirm_delete.html:11 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "لا يوجد لديك شعارات للحذف. الرجاء تحميل شعار الان." + +#: seahub/avatar/templates/avatar/confirm_delete.html:18 +msgid "Delete These" +msgstr "حذف هؤلاء" + +#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "%(avatar_creator)s قد حدثوا شعاراتهم %(avatar)s." + +#: seahub/avatar/templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "لقد قمت بتحديث شعارك %(avatar)s." + +#: seahub/avatar/views.py:78 +msgid "Successfully uploaded a new avatar." +msgstr "تم تحميل شعار جديد بنجاح" + +#: seahub/avatar/views.py:124 +msgid "Successfully updated your avatar." +msgstr "تم تحديث شعارك بنجاح" + +#: seahub/avatar/views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "تم حذف الشعارات المحددة بنجاح." + +#: seahub/base/accounts.py:304 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "الحساب %(account)s تجمد على %(site)s." + +#: seahub/base/accounts.py:572 +msgid "Email address" +msgstr "عنوان الريد" + +#: seahub/base/accounts.py:577 +msgid "Username" +msgstr "اسم المستخدم" + +#: seahub/base/accounts.py:578 +msgid "This value must be of length 40" +msgstr "القيمة يجب أن تكون بطول 40 خانة" + +#: seahub/base/accounts.py:593 seahub/forms.py:29 +#: seahub/views/sysadmin.py:1815 +msgid "The number of users exceeds the limit." +msgstr "عدد المستخدمين تجاوز الحد المسموح." + +#: seahub/base/accounts.py:597 +msgid "Enter a valid email address." +msgstr "أدخل عنوان بريد صحيح." + +#: seahub/base/accounts.py:607 +msgid "Invalid user id." +msgstr "رمز دخول غير صحيح." + +#: seahub/base/accounts.py:658 seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:1226 +#: seahub/templates/js/templates.html:1246 +msgid "name" +msgstr "اسم" + +#: seahub/base/accounts.py:661 +msgid "department" +msgstr "ادارة" + +#: seahub/base/accounts.py:664 +msgid "telephone" +msgstr "التلفون" + +#: seahub/base/accounts.py:667 +msgid "note" +msgstr "ملاحظة" + +#: seahub/base/decorators.py:72 +msgid "Files in this library can not be viewed online." +msgstr "الملفات في هذه المكتبة لا يمكن عرضها مباشر." + +#: seahub/base/templatetags/seahub_tags.py:124 +msgid "Added" +msgstr "مضاف" + +#: seahub/base/templatetags/seahub_tags.py:125 +msgid "Deleted" +msgstr "محذوف" + +#: seahub/base/templatetags/seahub_tags.py:126 +msgid "Removed" +msgstr "محذوف" + +#: seahub/base/templatetags/seahub_tags.py:127 +msgid "Modified" +msgstr "معدل" + +#: seahub/base/templatetags/seahub_tags.py:128 +msgid "Renamed" +msgstr "معاد تسميته" + +#: seahub/base/templatetags/seahub_tags.py:129 +msgid "Moved" +msgstr "منقول" + +#: seahub/base/templatetags/seahub_tags.py:130 +msgid "Added directory" +msgstr "مجلد مضاف" + +#: seahub/base/templatetags/seahub_tags.py:131 +msgid "Removed directory" +msgstr "مجلد محذوف" + +#: seahub/base/templatetags/seahub_tags.py:132 +msgid "Renamed directory" +msgstr "مجلد معاد تسميته" + +#: seahub/base/templatetags/seahub_tags.py:133 +msgid "Moved directory" +msgstr "مجلد منقول" + +#: seahub/base/templatetags/seahub_tags.py:134 +msgid "Added or modified" +msgstr "مضاف أو معدل" + +#: seahub/base/templatetags/seahub_tags.py:149 +#: seahub/base/templatetags/seahub_tags.py:218 +msgid "Reverted library to status at" +msgstr "مكتبة معادة الى الحالة في" + +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:221 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "ملف \"%(file)s\" معاد الى الحالة في %(time)s." + +#: seahub/base/templatetags/seahub_tags.py:156 +#: seahub/base/templatetags/seahub_tags.py:225 +msgid "Recovered deleted directory" +msgstr "تم استعادة مجلد محذوف" + +#: seahub/base/templatetags/seahub_tags.py:158 +#: seahub/base/templatetags/seahub_tags.py:227 seahub/views/ajax.py:1133 +msgid "Changed library name or description" +msgstr "تم تغيير اسم او وصف المكتبة" + +#: seahub/base/templatetags/seahub_tags.py:160 +#: seahub/base/templatetags/seahub_tags.py:229 +msgid "Auto merge by seafile system" +msgstr "دمج تلقائي بواسطة نظام seafile" + +#: seahub/base/templatetags/seahub_tags.py:304 +#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/templates/view_file_base.html:522 +msgid "Just now" +msgstr "الان" + +#: seahub/base/templatetags/seahub_tags.py:315 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "قبل اقل من %(days)d يوم" +msgstr[1] "منذ %(days)d يوم" +msgstr[2] "منذ %(days)d يومين" +msgstr[3] "منذ %(days)d أيام" +msgstr[4] "منذ %(days)d يوما" +msgstr[5] "منذ %(days)d يوم" + +#: seahub/base/templatetags/seahub_tags.py:322 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "قبل أقل من %(hours)d ساعة" +msgstr[1] "منذ %(hours)d ساعة" +msgstr[2] "منذ %(hours)d ساعتين" +msgstr[3] "منذ %(hours)d ساعات" +msgstr[4] "منذ %(hours)d ساعة" +msgstr[5] "منذ %(hours)d ساعة" + +#: seahub/base/templatetags/seahub_tags.py:329 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "قبل أقل من %(minutes)d دقيقة" +msgstr[1] "منذ %(minutes)d دقيقة" +msgstr[2] "منذ %(minutes)d دقيقتين" +msgstr[3] "منذ %(minutes)d دقائق" +msgstr[4] "منذ %(minutes)d دقيقة" +msgstr[5] "منذ %(minutes)d دقيقة" + +#: seahub/base/templatetags/seahub_tags.py:335 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "قبل أقل من %(seconds)d ثانية" +msgstr[1] "منذ %(seconds)d ثانية" +msgstr[2] "منذ %(seconds)d ثانيتين" +msgstr[3] "منذ %(seconds)d ثواني" +msgstr[4] "منذ %(seconds)d ثانية" +msgstr[5] "منذ %(seconds)d ثانية" + +#: seahub/base/templatetags/seahub_tags.py:452 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/js/sysadmin-templates.html:640 +#: seahub/templates/js/sysadmin-templates.html:649 +#: seahub/templates/js/sysadmin-templates.html:652 +#: seahub/templates/js/sysadmin-templates.html:688 +#: seahub/templates/js/sysadmin-templates.html:715 +#: seahub/templates/js/templates.html:20 +#: seahub/templates/js/templates.html:815 +#: seahub/templates/js/templates.html:842 +#: seahub/templates/js/templates.html:1068 +#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/templates.html:1080 +#: seahub/templates/js/templates.html:1113 +#: seahub/templates/js/templates.html:1139 +#: seahub/templates/js/templates.html:1275 +#: seahub/templates/js/templates.html:1282 +#: seahub/templates/js/templates.html:1702 +#: seahub/templates/js/templates.html:1748 +#: seahub/templates/js/templates.html:1889 +#: seahub/templates/js/templates.html:1892 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "Read-Write" +msgstr "قراءة-كتابة" + +#: seahub/base/templatetags/seahub_tags.py:454 +#: seahub/templates/js/sysadmin-templates.html:642 +#: seahub/templates/js/sysadmin-templates.html:650 +#: seahub/templates/js/sysadmin-templates.html:653 +#: seahub/templates/js/sysadmin-templates.html:689 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/templates.html:21 +#: seahub/templates/js/templates.html:816 +#: seahub/templates/js/templates.html:843 +#: seahub/templates/js/templates.html:1070 +#: seahub/templates/js/templates.html:1078 +#: seahub/templates/js/templates.html:1081 +#: seahub/templates/js/templates.html:1114 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/js/templates.html:1283 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1749 +#: seahub/templates/js/templates.html:1893 +#: seahub/templates/js/templates.html:1896 +#: seahub/templates/js/templates.html:1900 +#: seahub/templates/sysadmin/userinfo.html:178 +msgid "Read-Only" +msgstr "للقراءة فقط" + +#: seahub/base/templatetags/seahub_tags.py:478 +#: seahub/base/templatetags/seahub_tags.py:490 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "اقل من %(size)d بايت" +msgstr[1] "%(size)d بايت" +msgstr[2] "%(size)d بايتين" +msgstr[3] "%(size)d بايتات" +msgstr[4] "%(size)d بايت" +msgstr[5] "%(size)d بايت" + +#: seahub/base/templatetags/seahub_tags.py:492 +#, python-format +msgid "%s KB" +msgstr "%s KB" + +#: seahub/base/templatetags/seahub_tags.py:494 +#, python-format +msgid "%s MB" +msgstr "%s MB" + +#: seahub/base/templatetags/seahub_tags.py:496 +#, python-format +msgid "%s GB" +msgstr "%s GB" + +#: seahub/base/templatetags/seahub_tags.py:498 +#, python-format +msgid "%s TB" +msgstr "%s TB" + +#: seahub/base/templatetags/seahub_tags.py:500 +#, python-format +msgid "%s PB" +msgstr "%s PB" + +#: seahub/contacts/models.py:78 +#: seahub/contacts/templates/contacts/contact_list.html:119 +msgid "Email is required." +msgstr "عنوان البريد مطلوب" + +#: seahub/contacts/templates/contacts/contact_list.html:4 +#: seahub/contacts/templates/contacts/contact_list.html:10 +msgid "Contacts" +msgstr "جهات الاتصال" + +#: seahub/contacts/templates/contacts/contact_list.html:11 +#: seahub/contacts/templates/contacts/contact_list.html:43 +msgid "Add Contacts" +msgstr "إضافة جهة اتصال" + +#: seahub/contacts/templates/contacts/contact_list.html:17 +msgid "Email " +msgstr "البريد" + +#: seahub/contacts/templates/contacts/contact_list.html:18 +#: 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/institutions/templates/institutions/info.html:10 +#: seahub/institutions/templates/institutions/user_info.html:66 +#: seahub/institutions/templates/institutions/user_info.html:112 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/js/lib-op-popups.html:6 +#: seahub/templates/js/lib-op-popups.html:17 +#: seahub/templates/js/sysadmin-templates.html:320 +#: seahub/templates/js/sysadmin-templates.html:343 +#: seahub/templates/js/sysadmin-templates.html:353 +#: seahub/templates/js/sysadmin-templates.html:403 +#: seahub/templates/js/sysadmin-templates.html:427 +#: seahub/templates/js/sysadmin-templates.html:468 +#: seahub/templates/js/sysadmin-templates.html:549 +#: seahub/templates/js/sysadmin-templates.html:572 +#: seahub/templates/js/sysadmin-templates.html:580 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:767 +#: seahub/templates/js/sysadmin-templates.html:805 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:1215 +#: seahub/templates/js/templates.html:1234 +#: seahub/templates/js/templates.html:1260 +#: seahub/templates/js/templates.html:1349 +#: seahub/templates/js/templates.html:1368 +#: seahub/templates/js/templates.html:1490 +#: seahub/templates/js/templates.html:1498 +#: seahub/templates/js/templates.html:1611 +#: seahub/templates/js/templates.html:1630 +#: seahub/templates/js/templates.html:1861 +#: seahub/templates/js/templates.html:1916 +#: seahub/templates/js/templates.html:1950 +#: seahub/templates/js/templates.html:1985 seahub/templates/libraries.html:91 +#: seahub/templates/registration/registration_form.html:18 +#: seahub/templates/repo_dir_recycle_view.html:44 +#: seahub/templates/repo_history_view.html:58 +#: seahub/templates/sysadmin/org_admin_table.html:4 +#: seahub/templates/sysadmin/sys_inst_admin.html:18 +#: seahub/templates/sysadmin/sys_inst_admin.html:27 +#: seahub/templates/sysadmin/sys_org_admin.html:24 +#: seahub/templates/sysadmin/sys_org_info_group.html:18 +#: seahub/templates/sysadmin/sys_org_info_library.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:10 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:16 +#: seahub/templates/sysadmin/sys_terms_admin.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:118 +#: seahub/templates/sysadmin/userinfo.html:167 +#: seahub/templates/sysadmin/userinfo.html:205 +#: seahub/templates/sysadmin/userinfo.html:252 +#: seahub/templates/view_shared_dir.html:54 +#: seahub/templates/wiki/personal_wiki.html:43 +#: seahub/templates/wiki/personal_wiki.html:85 +#: seahub/templates/wiki/personal_wiki_pages.html:28 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +#: seahub/views/sysadmin.py:1062 +msgid "Name" +msgstr "الاسم" + +#: seahub/contacts/templates/contacts/contact_list.html:19 +#: seahub/templates/registration/registration_form.html:41 +msgid "Note" +msgstr "ملاحظة" + +#: seahub/contacts/templates/contacts/contact_list.html:20 +#: seahub/institutions/templates/institutions/user_info.html:69 +#: seahub/institutions/templates/institutions/user_info.html:115 +#: seahub/institutions/templates/institutions/useradmin.html:20 +#: seahub/institutions/templates/institutions/useradmin_search.html:22 +#: seahub/notifications/templates/notifications/notification_list.html:21 +#: seahub/templates/file_revisions.html:57 +#: seahub/templates/js/sysadmin-templates.html:770 +#: seahub/templates/repo_dir_recycle_view.html:47 +#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history_view.html:60 +#: seahub/templates/sysadmin/org_admin_table.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:29 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:19 +#: seahub/templates/sysadmin/sys_inst_info_user.html:19 +#: seahub/templates/sysadmin/sys_inst_search_user.html:20 +#: seahub/templates/sysadmin/sys_org_info_group.html:21 +#: seahub/templates/sysadmin/sys_org_info_library.html:22 +#: seahub/templates/sysadmin/sys_org_info_user.html:23 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:14 +#: seahub/templates/sysadmin/userinfo.html:121 +#: seahub/templates/sysadmin/userinfo.html:209 +#: seahub/templates/sysadmin/userinfo.html:255 +#: seahub/templates/view_shared_dir.html:57 +msgid "Operations" +msgstr "العمليات" + +#: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/institutions/templates/institutions/useradmin.html:37 +#: seahub/templates/js/sysadmin-templates.html:645 +#: seahub/templates/js/sysadmin-templates.html:828 +#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/templates.html:1073 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1534 +#: seahub/templates/js/templates.html:1890 +#: seahub/templates/js/templates.html:1897 +#: seahub/templates/sysadmin/sys_org_info_user.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:57 +#: seahub/templates/sysadmin/useradmin_table.html:41 +#: seahub/templates/sysadmin/useradmin_table.html:59 +#: seahub/templates/sysadmin/userinfo.html:53 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/view_file_markdown.html:17 +#: seahub/templates/view_file_text.html:22 +msgid "Edit" +msgstr "تحرير" + +#: seahub/contacts/templates/contacts/contact_list.html:30 +#: seahub/institutions/templates/institutions/useradmin.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:140 +#: seahub/templates/js/sysadmin-templates.html:391 +#: seahub/templates/js/sysadmin-templates.html:453 +#: seahub/templates/js/sysadmin-templates.html:518 +#: seahub/templates/js/sysadmin-templates.html:612 +#: seahub/templates/js/sysadmin-templates.html:658 +#: seahub/templates/js/sysadmin-templates.html:844 +#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:95 +#: seahub/templates/js/templates.html:189 +#: seahub/templates/js/templates.html:344 +#: seahub/templates/js/templates.html:406 +#: seahub/templates/js/templates.html:472 +#: seahub/templates/js/templates.html:578 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/js/templates.html:667 +#: seahub/templates/js/templates.html:737 +#: seahub/templates/js/templates.html:778 +#: seahub/templates/js/templates.html:1086 +#: seahub/templates/js/templates.html:1401 +#: seahub/templates/js/templates.html:1548 +#: seahub/templates/js/templates.html:1553 +#: seahub/templates/snippets/file_share_popup.html:37 +#: seahub/templates/sysadmin/org_admin_table.html:25 +#: seahub/templates/sysadmin/sys_org_info_group.html:28 +#: seahub/templates/sysadmin/sys_org_info_library.html:42 +#: seahub/templates/sysadmin/sys_org_info_user.html:51 +#: seahub/templates/sysadmin/sys_terms_admin.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:80 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:97 +#: seahub/templates/sysadmin/userinfo.html:148 +#: seahub/templates/sysadmin/userinfo.html:262 +#: seahub/templates/view_file_base.html:127 +#: seahub/templates/view_shared_upload_link.html:86 +msgid "Delete" +msgstr "حذف" + +#: seahub/contacts/templates/contacts/contact_list.html:37 +msgid "You don't have any contacts" +msgstr "لا يوجد لديك جهات اتصال" + +#: seahub/contacts/templates/contacts/contact_list.html:38 +msgid "" +"Add your contacts so you can quickly share libraries and send file shared " +"link." +msgstr "أضف جهات اتصالك بحيث يمكنك مشاركة المكتبات و ارسال روابط الملفات المشتركة سريعا." + +#: seahub/contacts/templates/contacts/contact_list.html:44 +#: seahub/contacts/templates/contacts/contact_list.html:53 +#: seahub/institutions/templates/institutions/user_info.html:31 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:10 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/share/templates/share/share_link_audit.html:9 +#: seahub/templates/js/sysadmin-templates.html:754 +#: seahub/templates/js/sysadmin-templates.html:806 +#: seahub/templates/js/sysadmin-templates.html:857 +#: seahub/templates/js/templates.html:1491 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:2048 +#: seahub/templates/js/templates.html:2080 +#: seahub/templates/registration/registration_form.html:22 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:15 +#: seahub/templates/sysadmin/sys_inst_info_user.html:15 +#: seahub/templates/sysadmin/sys_inst_search_user.html:8 +#: seahub/templates/sysadmin/sys_inst_search_user.html:16 +#: seahub/templates/sysadmin/sys_org_info_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:65 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:35 +#: seahub/templates/sysadmin/sys_useradmin.html:38 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 +#: seahub/templates/sysadmin/user_search.html:10 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:279 +#: seahub/views/sysadmin.py:283 +msgid "Email" +msgstr "البريد" + +#: seahub/contacts/templates/contacts/contact_list.html:46 +#: seahub/contacts/templates/contacts/contact_list.html:55 +msgid "Note(optional)" +msgstr "ملاحظة(اختياري)" + +#: seahub/contacts/templates/contacts/contact_list.html:49 +#: seahub/contacts/templates/contacts/contact_list.html:58 +#: 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/institutions/templates/institutions/user_info.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:11 +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/notifications/templates/notifications/notification_list.html:14 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/share/templates/share/share_link_audit.html:22 +#: seahub/templates/decrypt_repo_form.html:11 +#: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 +#: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 +#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/js/lib-op-popups.html:20 +#: seahub/templates/js/lib-op-popups.html:28 +#: seahub/templates/js/lib-op-popups.html:38 +#: seahub/templates/js/lib-op-popups.html:67 +#: seahub/templates/js/lib-op-popups.html:109 +#: seahub/templates/js/lib-op-popups.html:128 +#: seahub/templates/js/sysadmin-templates.html:345 +#: seahub/templates/js/sysadmin-templates.html:533 +#: seahub/templates/js/sysadmin-templates.html:573 +#: seahub/templates/js/sysadmin-templates.html:603 +#: seahub/templates/js/sysadmin-templates.html:622 +#: seahub/templates/js/sysadmin-templates.html:692 +#: seahub/templates/js/sysadmin-templates.html:719 +#: seahub/templates/js/sysadmin-templates.html:757 +#: seahub/templates/js/templates.html:38 +#: seahub/templates/js/templates.html:744 +#: seahub/templates/js/templates.html:785 +#: seahub/templates/js/templates.html:819 +#: seahub/templates/js/templates.html:846 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1117 +#: seahub/templates/js/templates.html:1143 +#: seahub/templates/js/templates.html:1265 +#: seahub/templates/js/templates.html:1456 +#: seahub/templates/js/templates.html:1465 +#: seahub/templates/js/templates.html:1473 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1707 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1753 +#: seahub/templates/js/templates.html:1766 +#: seahub/templates/js/templates.html:1784 +#: seahub/templates/js/templates.html:2083 seahub/templates/libraries.html:94 +#: seahub/templates/libraries.html:157 +#: seahub/templates/registration/password_change_form.html:24 +#: seahub/templates/registration/password_reset_confirm.html:19 +#: seahub/templates/registration/password_reset_form.html:13 +#: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/share_access_validation.html:18 +#: seahub/templates/shared_file_view.html:58 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/search_form.html:76 +#: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/sysadmin/repo_transfer_form.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:33 +#: seahub/templates/sysadmin/sys_inst_search_user.html:9 +#: seahub/templates/sysadmin/sys_org_admin.html:38 +#: seahub/templates/sysadmin/sys_org_info_base.html:39 +#: seahub/templates/sysadmin/sys_org_info_setting.html:20 +#: seahub/templates/sysadmin/sys_org_info_setting.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:80 +#: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:71 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:95 +#: seahub/templates/sysadmin/sys_useradmin.html:62 +#: seahub/templates/sysadmin/sys_useradmin.html:73 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/user_search.html:11 +#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/sysadmin/userinfo.html:109 +#: seahub/templates/view_file_base.html:112 +#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:58 +#: seahub/templates/wiki/personal_wiki.html:88 +#: seahub/templates/wiki/personal_wiki_pages.html:31 +msgid "Submit" +msgstr "تقديم" + +#: seahub/contacts/templates/contacts/contact_list.html:52 +msgid "Edit Contact" +msgstr "تحرير جهة الاتصال" + +#: seahub/contacts/templates/contacts/contact_list.html:101 +#: seahub/contacts/templates/contacts/contact_list.html:146 +#: seahub/institutions/templates/institutions/user_info.html:173 +#: seahub/notifications/templates/notifications/user_notification_list.html:90 +#: seahub/share/templates/share/share_link_audit.html:70 +#: seahub/templates/base.html:141 seahub/templates/decrypt_repo_form.html:47 +#: seahub/templates/file_edit.html:545 +#: seahub/templates/repo_dir_recycle_view.html:141 +#: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/snippets/add_file_js.html:23 +#: seahub/templates/snippets/office_convert_js.html:107 +#: seahub/templates/snippets/shared_link_js.html:107 +#: seahub/templates/snippets/spreadsheet_convert_js.html:39 +#: seahub/templates/sysadmin/settings.html:241 +#: seahub/templates/sysadmin/sys_inst_info_base.html:78 +#: seahub/templates/sysadmin/sys_org_admin.html:126 +#: seahub/templates/sysadmin/sys_org_info_user.html:166 +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 +#: seahub/templates/sysadmin/sys_terms_admin.html:117 +#: seahub/templates/sysadmin/sys_useradmin.html:212 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/useradmin_js.html:173 +#: seahub/templates/sysadmin/useradmin_js.html:275 +#: seahub/templates/sysadmin/userinfo.html:344 +#: seahub/templates/sysadmin/userinfo.html:381 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/view_file_base.html:391 +#: seahub/templates/view_file_base.html:434 +#: seahub/templates/view_file_base.html:512 +#: seahub/templates/view_shared_dir.html:236 +#: seahub/templates/view_shared_dir.html:258 +msgid "Failed. Please check the network." +msgstr "فشل. الرجاء التحقق من الشبكة." + +#: seahub/contacts/templates/contacts/contact_list.html:109 +msgid "Delete Contact" +msgstr "حذف جهة اتصال" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +#: seahub/institutions/templates/institutions/useradmin.html:79 +#: seahub/institutions/templates/institutions/useradmin_search.html:71 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/repoadmin_js.html:48 +#: seahub/templates/sysadmin/sys_inst_admin.html:67 +#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/templates/sysadmin/sys_org_info_group.html:44 +#: seahub/templates/sysadmin/sys_org_info_library.html:61 +#: seahub/templates/sysadmin/sys_org_info_user.html:179 +#: seahub/templates/sysadmin/sys_org_search.html:28 +#: seahub/templates/sysadmin/sys_terms_admin.html:143 +#: seahub/templates/sysadmin/useradmin_js.html:4 +#: seahub/templates/sysadmin/userinfo.html:433 +#, python-format +msgid "Are you sure you want to delete %s ?" +msgstr "هل أنت متأكد من حذف %s ؟" + +#: seahub/contacts/templates/contacts/contact_list.html:123 +msgid "You cannot add yourself." +msgstr "لا يمكنك إضافة نفسك." + +#: seahub/contacts/views.py:68 +#, python-format +msgid "%s is not a valid email." +msgstr "%s ليس عنوان بريد صحيح." + +#: seahub/contacts/views.py:73 +#, python-format +msgid "%s is already in your contacts." +msgstr "%s موجود بالفعل ضمن جهات الاتصال." + +#: seahub/contacts/views.py:82 +#, python-format +msgid "Successfully added %s to contacts." +msgstr "تم إضافة %s الى جها الاتصال بنجاح." + +#: seahub/contacts/views.py:87 +#, python-format +msgid "Failed to add %s to contacts." +msgstr "فشل إضافة %s الى جهات الاتصال." + +#: seahub/contacts/views.py:108 +#, python-format +msgid "Successfully edited %s." +msgstr "تم تحرير %s بنجاح." + +#: seahub/contacts/views.py:121 +#, python-format +msgid "Successfully Deleted %s" +msgstr "تم حذف %s بنجاح" + +#: seahub/forms.py:34 seahub/invitations/views.py:29 +msgid "A user with this email already exists." +msgstr "يوجد مستخدم مرتبط بعنوان البريد هذا." + +#: seahub/forms.py:58 +msgid "The two passwords didn't match." +msgstr "كلمتي المرور غير متطابقتين." + +#: seahub/forms.py:67 seahub/group/forms.py:56 seahub/wiki/forms.py:17 +msgid "Name can't be empty" +msgstr "الاسم لا يمكن أن يكون فارغ" + +#: seahub/forms.py:68 seahub/group/forms.py:57 seahub/wiki/forms.py:18 +msgid "Name is too long (maximum is 255 characters)" +msgstr "الاسم طويل جدا (الحد الأقصى 255 حرف)" + +#: seahub/forms.py:71 seahub/group/forms.py:60 seahub/wiki/forms.py:21 +msgid "Description can't be empty" +msgstr "الوصف لا يمكن أن يكون فارغا" + +#: seahub/forms.py:72 seahub/group/forms.py:61 seahub/wiki/forms.py:22 +msgid "Description is too long (maximum is 100 characters)" +msgstr "الوصف طويل جدا (الحد الأقصى 100 حرف)" + +#: seahub/forms.py:82 seahub/forms.py:168 +#, python-format +msgid "Name %s is not valid" +msgstr "الاسم %s غير صحيح" + +#: seahub/forms.py:96 seahub/views/ajax.py:392 seahub/views/ajax.py:556 +#: seahub/views/ajax.py:824 seahub/views/ajax.py:828 seahub/views/ajax.py:832 +#: seahub/views/ajax.py:1120 seahub/views/file.py:1580 +#: seahub/views/sysadmin.py:1436 seahub/views/sysadmin.py:1454 +msgid "Argument missing" +msgstr "متغير مفقود" + +#: seahub/forms.py:110 +msgid "Oldname is required" +msgstr "الاسم السابق مطلوب" + +#: seahub/forms.py:113 seahub/forms.py:134 +msgid "It's too long." +msgstr "طويل جدا." + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's required." +msgstr "مطلوب." + +#: seahub/forms.py:121 seahub/forms.py:142 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "الاسم %s غير صحيح" + +#: seahub/forms.py:161 +msgid "Library name is required" +msgstr "اسم المكتبة مطلوب" + +#: seahub/forms.py:163 +msgid "Please enter a number" +msgstr "الرجاء ادخال رقم" + +#: seahub/forms.py:183 seahub/templates/snippets/repo_create_js.html:34 +msgid "Name is required" +msgstr "الاسم مطلوب" + +#: seahub/forms.py:184 +msgid "Please enter a valid number" +msgstr "الرجاء ادخال رقم صحيح" + +#: seahub/forms.py:185 +msgid "Text is required" +msgstr "النص مطلوب" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "لقد تم انشاء المجموعة مسبقا" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "فشل انشاء المجموعة" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "لقد تم انشاء المجموعة مسبقا في هذا النظام." + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "فشل انشاء مجموعة نظام." + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "خطأ في الإذن: فقط اعضاء المجموعة من يمكنهم إضافة عضو" + +#: seahub/group/error_msg.py:17 seahub/group/error_msg.py:23 +msgid "Group does not exist" +msgstr "المجموعة غير موجودة" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "المجموعة ممتلئة" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "فشل إضافة عضو الى المجموعة" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "فقط اعضاء المجموعة من يمكنهم حذف عضو" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "لا يمكنني حذف نفسي" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "اسم المجموعة لا يمكن أن يكون فارغا" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "اسم المجموعة طويل جدا (الحد الأقصى 255 حرف)" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "رسالة التحقق لا يمكن ان تكون فارغة" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "رسالة التحقق طويلة جدا (الحد الأقصى 255 حرف)" + +#: seahub/group/forms.py:67 seahub/wiki/forms.py:28 +#, python-format +msgid "\"%s\" is not a valid name" +msgstr "\"%s\" ليس اسم صحيح" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "مرحبا، " + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_base.html:10 +#: seahub/help/templates/help/base.html:7 +#: seahub/institutions/templates/institutions/base.html:11 +#: seahub/profile/templates/profile/set_profile.html:11 +#: seahub/templates/base.html:27 seahub/templates/base_for_backbone.html:28 +#: seahub/templates/base_for_backbone.html:34 +#: seahub/templates/base_for_backbone.html:100 +#: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 +#: seahub/templates/js/lib-op-popups.html:88 +#: seahub/templates/js/sysadmin-templates.html:4 +#: seahub/templates/js/templates.html:888 +#: seahub/templates/js/templates.html:1803 seahub/templates/libraries.html:120 +#: seahub/templates/libraries.html:130 seahub/templates/libraries.html:142 +#: seahub/templates/sysadmin/base.html:11 +#: seahub/templates/sysadmin/sysadmin_backbone.html:30 +#: seahub/templates/view_file_base.html:97 +msgid "Close" +msgstr "إغلاق" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "%(user)s يريد الانضمام الى مجموعة %(group_name)s، وهذه رسالة التحقق: " + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "شكرا لاستخدامك موقعنا!" + +#: 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_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +msgid "Wiki Index" +msgstr "فهرس Wiki" + +#: seahub/group/templates/group/group_wiki.html:14 +msgid "No index now." +msgstr "لا يوجد فهرس الان." + +#: seahub/group/templates/group/group_wiki.html:16 +msgid "Create" +msgstr "انشاء" + +#: seahub/group/templates/group/group_wiki.html:35 +msgid "This group currently has no wiki" +msgstr "هذه المجموعة ليس لديها Wiki حاليا" + +#: seahub/group/templates/group/group_wiki.html:36 +#: seahub/templates/wiki/personal_wiki.html:35 +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 " +"structure. This enables you to edit your wiki in your desktop and then sync " +"back to the server." +msgstr "يتيح لك Seafile Wiki الامكانية لتنظيم معلوماتك بصورة بسيطة. محتويات Wiki تُخزن في مكتبة اعتيادية مع هيكل ملف/مجلد معرف مسبقا. و هذا يمكنك من تحرير Wiki الخاصة بك على سطح مكتبك و من ثم مزامنتها مع الخادم." + +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Create Wiki Now" +msgstr "انشاء Wiki الان" + +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:38 +msgid "Choose a library as wiki" +msgstr "اختيار مكتبة ك Wiki" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:42 +msgid "Create Wiki" +msgstr "انشاء Wiki" + +#: seahub/group/templates/group/group_wiki.html:48 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/repo_history.html:28 +#: seahub/templates/wiki/personal_wiki.html:45 +msgid "Description" +msgstr "الوصف" + +#: seahub/group/templates/group/group_wiki.html:49 +msgid "Wiki Pages" +msgstr "صفحات Wiki" + +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:52 +msgid "Choose a library as wiki:" +msgstr "اختيار مكتبة ك Wiki:" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:103 +#: seahub/templates/wiki/personal_wiki.html:57 +msgid "Please click and choose a library." +msgstr "الرجاء النقر على و اختيار مكتبة." + +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/profile/templates/profile/set_profile.html:105 +#: seahub/templates/file_edit.html:103 seahub/templates/file_edit.html:152 +#: seahub/templates/file_edit.html:427 +#: seahub/templates/js/lib-op-popups.html:10 +#: seahub/templates/js/lib-op-popups.html:21 +#: seahub/templates/js/lib-op-popups.html:29 +#: seahub/templates/js/lib-op-popups.html:39 +#: seahub/templates/js/lib-op-popups.html:68 +#: seahub/templates/js/lib-op-popups.html:77 +#: seahub/templates/js/lib-op-popups.html:121 +#: seahub/templates/js/lib-op-popups.html:129 +#: seahub/templates/js/templates.html:745 +#: seahub/templates/js/templates.html:786 +#: seahub/templates/js/templates.html:1721 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/repo_dir_recycle_view.html:74 +#: seahub/templates/shared_file_view.html:59 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/termsandconditions/tc_accept_terms.html:11 +#: seahub/templates/view_shared_upload_link.html:85 +#: seahub/templates/wiki/personal_wiki.html:59 +msgid "Cancel" +msgstr "إلغاء" + +#: seahub/group/templates/group/group_wiki.html:68 +#: seahub/group/templates/group/group_wiki_pages.html:11 +#: seahub/templates/wiki/personal_wiki.html:65 +#: seahub/templates/wiki/personal_wiki_pages.html:13 +msgid "Home" +msgstr "الرئيسية" + +#: seahub/group/templates/group/group_wiki.html:69 +#: seahub/group/templates/group/group_wiki_pages.html:12 +#: seahub/templates/wiki/personal_wiki.html:66 +#: seahub/templates/wiki/personal_wiki_pages.html:14 +msgid "Pages" +msgstr "صفحات" + +#: seahub/group/templates/group/group_wiki.html:71 +#: seahub/group/templates/group/group_wiki_pages.html:14 +#: seahub/templates/wiki/personal_wiki.html:67 +#: seahub/templates/wiki/personal_wiki_pages.html:15 +msgid "Wiki History" +msgstr "سجل Wiki" + +#: 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:70 +#: seahub/templates/wiki/personal_wiki.html:84 +#: 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:77 +#: seahub/group/templates/group/group_wiki.html:138 +#: seahub/templates/wiki/personal_wiki.html:71 +#: seahub/templates/wiki/personal_wiki.html:132 +msgid "Delete Page" +msgstr "حذف صفحة" + +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:72 +msgid "Edit Page" +msgstr "تحرير صفحة" + +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:73 +msgid "Page History" +msgstr "سجل الصفحة" + +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:79 +#, python-format +msgid "Last modified by %(modifier)s, %(modify_time)s" +msgstr "اخر تعديل بواسطة %(modifier)s, %(modify_time)s" + +#: seahub/group/templates/group/group_wiki.html:139 +#: seahub/templates/wiki/personal_wiki.html:133 +msgid "Are you sure you want to delete this page?" +msgstr "هل أنت متأكد من حذف هذه الصفحة؟" + +#: seahub/group/templates/group/group_wiki.html:160 +#: seahub/templates/wiki/personal_wiki.html:154 +msgid "Name is required." +msgstr "الاسم مطلوب." + +#: seahub/group/templates/group/group_wiki.html:164 +#: seahub/templates/wiki/personal_wiki.html:158 +msgid "Description is required." +msgstr "الوصف مطلوب." + +#: seahub/group/views.py:121 seahub/share/views.py:223 +#: seahub/views/__init__.py:467 seahub/views/__init__.py:583 +#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 +#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:575 +#: seahub/views/ajax.py:1100 seahub/views/file.py:1095 +#: seahub/views/file.py:1589 seahub/views/repo.py:119 +msgid "Permission denied" +msgstr "الترخيص مرفوض" + +#: seahub/group/views.py:187 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "أنت مدعو للإنضمام الى مجموعة على %s" + +#: seahub/group/views.py:203 +msgid "Failed to create: the group does not exist." +msgstr "فشل في الانشاء: المجموعة غير موجودة." + +#: seahub/group/views.py:208 +msgid "Failed to create: you are not in the group." +msgstr "فشل في الانشاء: أنت لست ضمن المجموعة." + +#: seahub/group/views.py:236 seahub/group/views.py:258 +#: seahub/group/views.py:415 seahub/views/wiki.py:177 +msgid "Failed to create" +msgstr "فشل الانشاء" + +#: seahub/group/views.py:243 seahub/group/views.py:264 +#: seahub/group/views.py:421 +msgid "Failed to create: internal error." +msgstr "فشل في الانشاء: خطأ داخلي." + +#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/views/wiki.py:238 +msgid "Failed to create wiki page. Please retry later." +msgstr "فشل في انشاء صفحة wiki. الرجاء اعادة المحاولة لاحقا." + +#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:53 +#: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 +msgid "Unknown" +msgstr "غير معروف" + +#: seahub/group/views.py:361 seahub/views/ajax.py:1078 +#: seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "خطأ داخلي في الخادم" + +#: seahub/group/views.py:363 seahub/views/wiki.py:138 +msgid "Wiki does not exists." +msgstr "Wiki غير موجود." + +#: seahub/group/views.py:428 seahub/group/views.py:457 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 +msgid "Failed to create home page. Please retry later" +msgstr "فشل انشاء الصفحة الرئيسية. الرجاء اعادة المحاولة لاحقا" + +#: seahub/group/views.py:444 seahub/views/wiki.py:199 +msgid "Failed to set wiki library." +msgstr "فشل تثبيت مكتبة wiki." + +#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 +#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 +#: seahub/views/ajax.py:745 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "الترخيص مرفوض." + +#: seahub/group/views.py:477 seahub/group/views.py:503 +#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/views/wiki.py:266 +msgid "Wiki is not found." +msgstr "Wiki غير موجود." + +#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#, python-format +msgid "Page \"%s\" already exists." +msgstr "الصفحة \"%s\" موجودة بالفعل." + +#: seahub/group/views.py:526 +#, python-format +msgid "Successfully deleted \"%s\"." +msgstr "تم حذف \"%s\" بنجاح." + +#: seahub/group/views.py:528 +#, python-format +msgid "Failed to delete \"%s\". Please retry later." +msgstr "فشل حذف \"%s\". الرجاء اعادة المحاولة لاحقا." + +#: seahub/help/templates/help/base.html:8 +msgid "Desktop Client and Syncing" +msgstr "عميل سطح المكتب و المزامنة" + +#: seahub/help/templates/help/base.html:10 +msgid "Install and sync Files" +msgstr "تثبيت و مزامنة ملفات" + +#: seahub/help/templates/help/base.html:11 +msgid "Syncing existing folders" +msgstr "مزامنة مجلدات موجودة" + +#: seahub/help/templates/help/base.html:12 +msgid "Selective sync sub-folders" +msgstr "مزامنة مجلدات فرعية انتقائية" + +#: seahub/help/templates/help/base.html:13 +msgid "Unsync and resync libraries" +msgstr "الغاء مزامنة و اعادة مزامنة مكتبات" + +#: seahub/help/templates/help/base.html:14 +msgid "Setting sync interval" +msgstr "تحديد فترة المزامنة" + +#: seahub/help/templates/help/base.html:15 +msgid "Proxy settings" +msgstr "إعدادات البروكسي" + +#: seahub/help/templates/help/base.html:16 +#: seahub/help/templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "تعارضات الملف" + +#: seahub/help/templates/help/base.html:17 +msgid "Excluding files" +msgstr "استثناء ملفات" + +#: seahub/help/templates/help/base.html:19 +msgid "Security and Encryption" +msgstr "الحماية و التشفير" + +#: seahub/help/templates/help/base.html:21 +msgid "How to use encrypted libraries" +msgstr "كيفية استخدام مكتبات مشفرة" + +#: seahub/help/templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "حالما تقوم أنت و أصدقائك بمزامنة مكتبة ملفات مشتركة على أجهزتكم، يمكنكم إضافة، حذف أو تحرير ملفات في المكتبة معا. كل تغيير تقومون به في المكتبة يتم مزامنته آليا في الأجهزة الأخرى." + +#: seahub/help/templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "أحيانا قد تقوم أنت و أصدقائك بتحرير نفس المف في نفس الوقت. قد تتعارض تعديلاتكم مع بعضكم الآخر. في هذه الحالة، سيحتفظ Seafile بالنسخة الأولى على السرفر بدون تغيير، و في نفس الوقت سيعيد تسمية النسخة الأخرى الى \"ملف متعارض\". اسم الملف المتعارض ينتهي ب عنوان بريد المحرر، بالاضافة الى الوقت الحالي، مثلا test.txt (SFConflict name@example.cpm 2015-03-07-11-30-28)." + +#: seahub/help/templates/help/desktop_proxy.html:6 +msgid "Using Proxy in Seafile Client" +msgstr "استخدام البروكسي عند عميل Seafile" + +#: seahub/help/templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "عميل Seafile يدعم ثلاثة أنواع من خوادم البروكسي: HTTP، SOCKS5 و إعدادات بروكسي النظام." + +#: seahub/help/templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "وكيل HTTP و SOCKS5 الوكيل يتطلب منك إدخال عنوان ومنفذ الخادم الوكيل. إذا كنت تستخدم إعدادات وكيل النظام، يقرأ عميل Seafile إعدادات الوكيل من نظام التشغيل. نظام التشغيل لديه بعض التقنيات للكشف الالي عن معلومات الملقم الوكيل. لذلك ليس عليك إدخال عنوان الخادم الوكيل يدويا." + +#: seahub/help/templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "لتغيير إعدادات الوكيل، انقر فوق رمز Seafile في ناحية إعلام النظام. اختر \"إعدادات\" من القائمة. في مربع الحوار المنبثق إعدادات، يمكنك تغيير إعدادات الوكيل في التبويب \"الشبكة\"." + +#: seahub/help/templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "كيفية استخدام مكتبات مشفرة" + +#: seahub/help/templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "يوفر Seafile تشفير البيانات جهة-العميل طرف-الى-طرف. يمكنك إنشاء مكتبات مشفرة لاستخدام هذه الميزة. يتم تشفير محتويات الملف في مكتبات مشفرة على جانب العميل. لا يتم تخزين كلمة مرور التشفير على الملقم. بل وحتى المسؤول عن الملقم لا يمكنه الوصول إلى محتويات الملف الخاص بك." + +#: seahub/help/templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "عند انشاء مكتبة مشفرة:" + +#: seahub/help/templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server use this password to create the library. But it " +"doesn't store the plain text password." +msgstr "إذا قمت بإنشاء مكتبة مشفرة في تطبيق الويب، يتم إرسال كلمة المرور الى الملقم. يقوم الملقم باستخدام كلمة المرور هذه لإنشاء المكتبة. ولكنه لا يخزن كلمة المرور كنص عادي." + +#: seahub/help/templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), the " +"password is not sent to the server." +msgstr "إذا قمت بإنشاء مكتبة مشفرة من مجلد محلي باستخدام عميل سطح المكتب (انظر مزامنة الملف)، لا يتم إرسال كلمة المرور الى الملقم." + +#: seahub/help/templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "عندما تصل الى المكتبة المشفرة:" + +#: seahub/help/templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "إذا كنت تستخدم تطبيق الويب، يتعين عليك إدخال كلمة المرور للخادم. سيقوم الملقم بالتخزين المؤقت لكلمة المرور بتنسيق مشفر لمدة ساعة واحدة. لن يقوم بتخزين كلمة المرور على القرص." + +#: seahub/help/templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypt and encrypt file contents locally. The plain " +"text password is not stored on the client disk too." +msgstr "إذا كنت تستخدم عميل سطح المكتب لمزامنة المكتبة، لا يتم إرسال كلمة المرور على الملقم. يقوم البرنامج بفك تشفير و تشفير محتويات الملف محلياً. لا يتم تخزين كلمة المرور كنص عادي على قرص العميل أيضا." + +#: seahub/help/templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client support it since version 2.1.0." +msgstr "يدعم عميل iOS تشفير جهة العميل منذ الإصدار 2.1.6. عميل أندرويد يدعمها منذ الإصدار 2.1.0." + +#: seahub/help/templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypt the contents of the files, but not " +"the folder and file names." +msgstr "لاحظ بأن المكتبة المشفرة فقط تشفر محتويات الملفات، و ليس المجلدات و اسماء الملفات." + +#: seahub/help/templates/help/encrypted_libraries.html:27 +msgid "" +"More technical details of encrypted library can be found at Seafile " +"Manual." +msgstr "يمكن الاطلاع على المزيد من التفاصيل الفنية للمكتبة المشفرة في دليل سيفيل." + +#: seahub/help/templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "استثناء ملفات/مجلدات من المزامنة" + +#: seahub/help/templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "في بعض الأحيان لا تحتاج إلى مزامنة بعض الملفات أو المجلدات الموجودة داخل مكتبة. ولتحقيق ذلك، قم بإنشاء ملف seafile-ignore.txt في المجلد الرئيسي للمكتبة. يحدد هذا الملف الخاص الملفات والمجلدات التي يجب أن لا تتم مزامنتها بواسطة seafile. يحدد كل سطر في ملف ignore.txt نمط. يتم دعم تنسيق الانماط التالية." + +#: seahub/help/templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "سطر فارغ لا يطابق أي ملف." + +#: seahub/help/templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "سطر يبدأ ب # يرمز إلى تعليق." + +#: seahub/help/templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "يعتمد Seafile أحرف البدل في النمط. على سبيل المثال، \"فو/*\" يطابق \"فو/1\" و \"فو/مرحبا\". \"فو/؟\" يطابق \"فو/1\" ولكن ليس \"فو/مرحبا\". لاحظ أن حرف البدل * يطابق بشكل متكرر جميع المسارات ضمن مجلد. على سبيل المثال، يطابق \"فو/*.html\" \"foo/a.html\" و \"foo/templates/b.html\"." + +#: seahub/help/templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "إذا كان النمط ينتهي ب خط مائل، فإنها ستطابق مجلد فقط. على سبيل المثال، \"فو/\" تطابق مجلد \"فو\" و المسارات تحته، لكنه لا يطابق ملف عادي أو رابط رمزي \"فو\"." + +#: seahub/help/templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "إذا كان نمط لا ينتهي بخط مائل أو حرف بدل، فإنه لن يتطابق مع مجلد. على سبيل المثال، \"فو\" يمكنها فقط مطابقة ملف عادي \"فو\" أو ارتباط رمزي؛ في حين \"فو/\" \"فو\" * تطابق مجلد و المسارات تحته." + +#: seahub/help/templates/help/ignore.html:18 +msgid "Example" +msgstr "مثال" + +#: seahub/help/templates/help/ignore.html:36 +msgid "Notes" +msgstr "ملاحظات" + +#: seahub/help/templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "الملف seafile-ignore.txt يتحكم فقط بالملفات التي سيتم استبعادها في جانب العميل. لا يزال يمكنك إنشاء ملف تم استبعاده في جانب العميل من خلال واجهة الويب. وفي هذه الحالة،" + +#: seahub/help/templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "سيكون الملف الذي تم انشاؤه لا يزال مزامنامرة أخرى مع العملاء. ولكن سيتم تجاهل أية تغييرات محلية لاحقة لتلك الملفات." + +#: seahub/help/templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "إذا تم تعديل الملف في الخادم، فإن النسخة الجديدة سيتم مزامنتها أيضا مع العملاء؛ إذا تم تعديل الملف الموجود في جانب العميل أيضا، سيتم إنشاء ملف نعارض في جانب العميل." + +#: seahub/help/templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "يتجاهل seafile-ignore.txt فقط الملفات التي لم تتم مزامنتها بعد. إذا كان ملف ما قد تم مزامنته بالفعل، وبعد مضى بعض الوقت قمت بإضافته إلى ملف التجاهل، لن يتم إزالة الإصدارات الموجودة له." + +#: seahub/help/templates/help/install.html:6 +msgid "Installing Seafile Client Program" +msgstr "تثبيت برنامج عميل Seafile" + +#: seahub/help/templates/help/install.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "بعد تحميل برنامج عميل Seafile، لديك 3 خطوات متبقية لبدء البرنامج و تشغيله." + +#: seahub/help/templates/help/install.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "1. اختر قسم قرص لتخزين بيانات Seafile المحلية" + +#: seahub/help/templates/help/install.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "اختيار مجلد لتخزين بيانات Seafile" + +#: seahub/help/templates/help/install.html:13 +msgid "2. Add an account" +msgstr "2. أضف حساب" + +#: seahub/help/templates/help/install.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "أضف حساب على خادم Seafile الخاص بك أو على خادمنا العمومي." + +#: seahub/help/templates/help/install.html:18 +msgid "3. Sync a library" +msgstr "3. قم بمزامنة مكتبة" + +#: seahub/help/templates/help/install.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "انقر على زر \"مزامنة هذه المكتبة\" لمزامنتها مع مجلد محلي." + +#: seahub/help/templates/help/install.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "بعد ذلك أضف بعض الملفات الى المكتبة. سيتم مزامنتها تلقائيا مع منصة الخادم." + +#: seahub/help/templates/help/install.html:26 +msgid "4. (Optional) Create a library" +msgstr "4. (اختياري) قم بانشاء مكتبة" + +#: seahub/help/templates/help/install.html:28 +msgid "You can also create a library from a local folder." +msgstr "يمكنك أيضا انشاء مكتبة من مجلد محلي." + +#: seahub/help/templates/help/install.html:34 +msgid "5. Browse files on the cloud" +msgstr "5. استعرض الملفات على الخادم" + +#: seahub/help/templates/help/install.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "في بعض الأحيان، تحتاج إلى تعديل ملفات على السحابة مباشرة دون مزامنتها. برنامج عميل Seafile يأتي مع \"مستعرض ملف سحابة\" لتلبية هذه الحاجة. بالنقر فوق مكتبة غير متزامنة سوف يتم فتح مستعرض الملفات في السحابة." + +#: seahub/help/templates/help/selective_sync.html:6 +msgid "Selective Sync Sub-folders" +msgstr "مزامنة مجلدات فرعية انتقائية" + +#: seahub/help/templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. If your " +"Seafile server is Pro edition, you can selectively sync a sub-folder in a " +"library, instead of syncing the entire library." +msgstr "قد يكون لديك مكتبات كبيرة جداً على الملقم Seafile. وحاليا أنت مهتم فقط بمجلد فرعي ضمن مكتبة واحدة. إذا كان لديك ملقم Seafile إصدارة برو، يمكنك بشكل انتقائي مزامنة مجلد فرعي في مكتبة، بدلاً من مزامنة مكتبة بأكملها." + +#: seahub/help/templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "لمزامنة مجلد فرعي، افتح مستعرض الملفات على السحابة بواسطة النقر المزدوج فوق مكتبة والتي لم تتم مزامنتها بعد. انتقل إلى المجلد الب لذلك المجلد الفرعي. انقر بالزر الأيمن على المجلد الفرعي. اختر \"مزامنة هذا المجلد\" من القائمة المنبثقة." + +#: seahub/help/templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "بعد مزامنة المجلد الفرعي، يمكنك أن ترى حالة المزامنة في مجموعة \"مكتبات مزامنة\" في الإطار الرئيسي للعميل." + +#: seahub/help/templates/help/sync_existing.html:6 +msgid "Syncing With an Existing Folder" +msgstr "مزامنة مجلد موجود" + +#: seahub/help/templates/help/sync_existing.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "أحيانا يكون لديك مكتبة على خادم Seafile (مشاركة بواسطة آخرين، أو تم تحميلها من كمبيوتر آخر). يمكنك مزامنة هذه المكتبة مع مجلد موجود في كمبيوترك. المجلد المحلي يجب أن يكون بنفس اسم المكتبة. الملفات في المجلد المحلي سيتم دمجها مع الملفات في المكتبة. لن يتم استبدال أي ملف في المجلد المحلي أو فقدانه. سينتج عن عملية الدمج بعض الملفات المتعارضة في حال اختلاف محتويات الملف في المجلد المحلي عن المكتبة. " + +#: seahub/help/templates/help/sync_existing.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "لمزامنة مكتبة مع مجلد موجود، انقر بالزر الأيمن على المكتبة في النافذة الرئيسية للعميل وانقر فوق \"مزامنة هذه المكتبة\"." + +#: seahub/help/templates/help/sync_existing.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "في مربع الحوار المنبثق، انقر على رابط \"مزامنة مجلد موجود\"." + +#: seahub/help/templates/help/sync_existing.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "بعد ذلك اختر مجلد موجود للمزامنة مع هذه المكتبة." + +#: seahub/help/templates/help/sync_interval.html:6 +msgid "Setting Sync Interval" +msgstr "تحديد فترة المزامنة" + +#: seahub/help/templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "عادة يقوم عميل Seafile تلقائياً بالكشف عن التغييرات في المجلد المحلي وتحميل التغييرات إلى الملقم. ومع ذلك، إذا كان المجلد المحلي في محرك أقراص مشاركة شبكة اتصال Windows، فإن عميل Seafile لا يمكنه الكشف عن التغييرات بشكل موثوق. وفي هذه الحالة، يمكنك أن تطلب من عميل Seafile التحقق بشكل دوري من التغييرات في المجلد المحلي. يمكنك تعيين الفاصل الزمني لهذه المزامنة الدورية. يتم تعيين الفاصل الزمني بوحدة الثانية." + +#: seahub/help/templates/help/unsync_resync.html:6 +msgid "Unsync and Resync Library" +msgstr "الغاء مزامنة و اعادة مزامنة مكتبة" + +#: seahub/help/templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use sync with existing folder " +"feature." +msgstr "إذا لم تعد تريد مزامنة مجلد محلي مع مكتبة، يمكن إلغاء المزامنة. وبعد إلغاء مزامنة مكتبة، لن يتم تحميل التغييرات في الملفات والمجلدات المحلية، ولن يتم تنزيل التغييرات في المكتبة. إذا كنت ترغب في مزامنة المكتبة مع المجلد المحلي مرة أخرى، يمكنك استخدام ميزة المزامنة مع مجلد موجود ." + +#: seahub/help/templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "تجدر الإشارة إلى أن هناك أحيانا أخطاء داخلية في جهاز العميل و التي تعيق المزامنة. وفي هذه الحالات، عادة ما يكون مفيدا \"إعادة مزامنة\" المكتبة. \"إعادة مزامنة\" تعني إلغاء المزامنة و من ثم مزامنة المكتبة بنفس المجلد مباشرة. يمكنك العثور على هذا الإجراء في القائمة المنبثقة من الإطار الرئيسي للعميل." + +#: seahub/institutions/templates/institutions/base.html:5 +#: seahub/templates/js/sysadmin-templates.html:277 +#: seahub/templates/sysadmin/base.html:5 +msgid "Exit admin panel" +msgstr "مغادرة لوحة الإدارة" + +#: seahub/institutions/templates/institutions/base.html:16 +#: seahub/institutions/templates/institutions/useradmin.html:9 +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 +msgid "Users" +msgstr "المستخدمين" + +#: seahub/institutions/templates/institutions/base.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:37 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:7 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:7 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:8 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:7 +msgid "Search users..." +msgstr "يحث عن مستخدم..." + +#: seahub/institutions/templates/institutions/info.html:7 +#: seahub/templates/js/sysadmin-templates.html:8 +#: seahub/templates/js/sysadmin-templates.html:98 +#: seahub/templates/sysadmin/base.html:16 +msgid "Info" +msgstr "معلومات" + +#: seahub/institutions/templates/institutions/info.html:13 +#: seahub/templates/home_base.html:59 +#: seahub/templates/js/sysadmin-templates.html:19 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:737 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1855 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/sysadmin/sys_org_info_group.html:10 +#: seahub/templates/sysadmin/sys_org_info_library.html:10 +#: seahub/templates/sysadmin/sys_org_info_setting.html:10 +#: seahub/templates/sysadmin/sys_org_info_user.html:9 +msgid "Libraries" +msgstr "مكتبات" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Active Users" +msgstr "مستخدمين فعالين" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Total Users" +msgstr "إجمالي المستخدمين" + +#: seahub/institutions/templates/institutions/user_info.html:20 +#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/user_profile.html:4 +#: seahub/templates/sysadmin/userinfo.html:23 +msgid "Profile" +msgstr "الملف الشخصي" + +#: seahub/institutions/templates/institutions/user_info.html:21 +#: seahub/templates/i18n.html:11 seahub/templates/sysadmin/userinfo.html:24 +msgid "Owned Libs" +msgstr "مكتبات خصوصية" + +#: seahub/institutions/templates/institutions/user_info.html:28 +#: seahub/templates/sysadmin/userinfo.html:33 +msgid "Avatar" +msgstr "شعار" + +#: seahub/institutions/templates/institutions/user_info.html:35 +#: seahub/templates/sysadmin/userinfo.html:44 +msgctxt "true name" +msgid "Name" +msgstr "الاسم" + +#: seahub/institutions/templates/institutions/user_info.html:40 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/userinfo.html:56 +msgid "Department" +msgstr "الإدارة" + +#: seahub/institutions/templates/institutions/user_info.html:43 +#: seahub/templates/registration/registration_form.html:36 +#: seahub/templates/sysadmin/userinfo.html:69 +msgid "Telephone" +msgstr "التلفون" + +#: seahub/institutions/templates/institutions/user_info.html:47 +#: seahub/institutions/templates/institutions/useradmin.html:18 +#: seahub/institutions/templates/institutions/useradmin_search.html:20 +#: seahub/templates/sysadmin/org_admin_table.html:6 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:17 +#: seahub/templates/sysadmin/sys_inst_info_base.html:23 +#: seahub/templates/sysadmin/sys_inst_info_user.html:17 +#: seahub/templates/sysadmin/sys_inst_search_user.html:18 +#: seahub/templates/sysadmin/sys_org_info_base.html:26 +#: seahub/templates/sysadmin/sys_org_info_user.html:21 +msgid "Space Used" +msgstr "المساحة المستخدمة" + +#: seahub/institutions/templates/institutions/user_info.html:48 +#: seahub/templates/sysadmin/sys_inst_info_base.html:24 +#: seahub/templates/sysadmin/sys_org_info_base.html:28 +msgid "Set Quota" +msgstr "تحديد المخصص" + +#: seahub/institutions/templates/institutions/user_info.html:52 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:88 +#: seahub/templates/sysadmin/useradmin_table.html:111 +#: seahub/templates/sysadmin/userinfo.html:102 +msgid "Set user storage limit" +msgstr "تحديد حد التخزين للمستخدم" + +#: seahub/institutions/templates/institutions/user_info.html:55 +msgid "Available quota:" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:67 +#: seahub/templates/file_revisions.html:56 +#: seahub/templates/js/sysadmin-templates.html:470 +#: seahub/templates/js/sysadmin-templates.html:768 +#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:1217 +#: seahub/templates/js/templates.html:1236 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1613 +#: seahub/templates/js/templates.html:1632 +#: seahub/templates/repo_dir_recycle_view.html:46 +#: seahub/templates/repo_history_view.html:59 +#: seahub/templates/sysadmin/userinfo.html:119 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:206 +#: seahub/templates/view_shared_dir.html:55 +msgid "Size" +msgstr "الحجم" + +#: seahub/institutions/templates/institutions/user_info.html:68 +#: seahub/templates/js/sysadmin-templates.html:471 +#: seahub/templates/js/templates.html:301 +#: seahub/templates/js/templates.html:1158 +#: seahub/templates/js/templates.html:1218 +#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1261 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/view_shared_dir.html:56 +msgid "Last Update" +msgstr "آخر تحديث" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/templates/js/templates.html:1273 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:176 +msgid "Encrypted" +msgstr "مشفر" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:176 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "library icon" +msgstr "ايقونة المكتبة" + +#: seahub/institutions/templates/institutions/user_info.html:103 +#: seahub/templates/sysadmin/userinfo.html:157 +msgid "This user has not created any libraries" +msgstr "هذا المستخدم لم ينشئ أي مكتبة" + +#: seahub/institutions/templates/institutions/user_info.html:113 +#: seahub/templates/js/sysadmin-templates.html:807 +#: seahub/templates/js/templates.html:1492 +#: seahub/templates/sysadmin/sys_useradmin.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/userinfo.html:253 seahub/views/sysadmin.py:279 +msgid "Role" +msgstr "وظيفة" + +#: seahub/institutions/templates/institutions/user_info.html:114 +#: seahub/templates/sysadmin/sys_inst_admin.html:28 +#: seahub/templates/sysadmin/sys_org_info_group.html:20 +#: seahub/templates/sysadmin/sys_publink_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:254 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:1062 +msgid "Create At" +msgstr "انشاء على" + +#: seahub/institutions/templates/institutions/user_info.html:128 +#: seahub/templates/sysadmin/userinfo.html:268 +msgid "This user has not created or joined any groups" +msgstr "هذا المستخدم لم ينشئ أو ينضم لأي مجموعة" + +#: seahub/institutions/templates/institutions/user_info.html:151 +#: seahub/templates/sysadmin/sys_inst_info_base.html:56 +msgid "Space Quota can't be empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Contact Email" +msgstr "بريد الاتصال" + +#: seahub/institutions/templates/institutions/useradmin.html:17 +#: seahub/institutions/templates/institutions/useradmin_search.html:19 +#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:16 +#: seahub/templates/sysadmin/sys_inst_info_user.html:16 +#: seahub/templates/sysadmin/sys_inst_search_user.html:17 +#: seahub/templates/sysadmin/sys_org_info_user.html:20 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:36 +#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:11 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Status" +msgstr "الحالة" + +#: seahub/institutions/templates/institutions/useradmin.html:19 +#: seahub/institutions/templates/institutions/useradmin_search.html:21 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:18 +#: seahub/templates/sysadmin/sys_inst_info_user.html:18 +#: seahub/templates/sysadmin/sys_inst_search_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:22 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:26 +#: seahub/templates/sysadmin/useradmin_table.html:14 +msgid "Create At / Last Login" +msgstr "انشاء على / آخر دخول" + +#: seahub/institutions/templates/institutions/useradmin.html:33 +#: seahub/institutions/templates/institutions/useradmin.html:40 +#: seahub/institutions/templates/institutions/useradmin_search.html:35 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:28 +#: seahub/templates/sysadmin/sys_inst_info_user.html:28 +#: seahub/templates/sysadmin/sys_inst_search_user.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:39 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:53 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:44 +#: seahub/views/sysadmin.py:324 +msgid "Active" +msgstr "فعال" + +#: seahub/institutions/templates/institutions/useradmin.html:35 +#: seahub/institutions/templates/institutions/useradmin.html:41 +#: seahub/institutions/templates/institutions/useradmin_search.html:37 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:30 +#: seahub/templates/sysadmin/sys_inst_info_user.html:30 +#: seahub/templates/sysadmin/sys_inst_search_user.html:31 +#: seahub/templates/sysadmin/sys_org_info_user.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:55 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:61 +#: seahub/templates/sysadmin/useradmin_table.html:39 +#: seahub/templates/sysadmin/useradmin_table.html:45 +#: seahub/views/sysadmin.py:326 +msgid "Inactive" +msgstr "غير فعال" + +#: seahub/institutions/templates/institutions/useradmin.html:66 +#: seahub/institutions/templates/institutions/useradmin_search.html:62 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_inst_admin.html:44 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:47 +#: seahub/templates/sysadmin/sys_inst_info_user.html:48 +#: seahub/templates/sysadmin/sys_publink_admin.html:59 +#: seahub/templates/sysadmin/sys_terms_admin.html:48 +msgid "Empty" +msgstr "فارغ" + +#: seahub/institutions/templates/institutions/useradmin.html:70 +#: seahub/templates/sysadmin/sys_inst_info_user.html:52 +#: seahub/templates/sysadmin/sys_org_info_user.html:60 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:104 +#: seahub/templates/sysadmin/sys_useradmin.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:53 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:31 +#: seahub/templates/sysadmin/user_search.html:27 +msgid "Activating..., please wait" +msgstr "تفعيل...، الرجاء الانتظار" + +#: seahub/institutions/templates/institutions/useradmin.html:78 +#: seahub/institutions/templates/institutions/useradmin_search.html:70 +#: seahub/templates/sysadmin/sys_org_info_user.html:178 +#: seahub/templates/sysadmin/useradmin_js.html:3 +#: seahub/templates/sysadmin/useradmin_js.html:122 +msgid "Delete User" +msgstr "حذف مستخدم" + +#: seahub/institutions/templates/institutions/useradmin.html:124 +#: seahub/templates/sysadmin/sys_inst_info_user.html:98 +#: seahub/templates/sysadmin/useradmin_js.html:64 +msgid "Edit succeeded, an email has been sent." +msgstr "نجح التحرير، تم ارسال بريد الكتروني." + +#: seahub/institutions/templates/institutions/useradmin.html:126 +#: seahub/templates/sysadmin/sys_inst_info_user.html:100 +#: seahub/templates/sysadmin/useradmin_js.html:66 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "نجح التحرير، و لكن فشل ارسال بريد الكتروني، الرجاء التأكد من اعدادات البريد." + +#: seahub/institutions/templates/institutions/useradmin.html:128 +#: seahub/templates/sysadmin/sys_inst_info_user.html:102 +#: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/useradmin_js.html:68 +msgid "Edit succeeded" +msgstr "نجح التحرير" + +#: seahub/institutions/templates/institutions/useradmin.html:136 +#: seahub/templates/sysadmin/sys_inst_info_user.html:110 +#: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/useradmin_js.html:76 +msgid "Edit failed." +msgstr "فشل التحرير." + +#: seahub/institutions/templates/institutions/useradmin_search.html:7 +#: seahub/templates/sysadmin/sys_inst_search_user.html:5 +#: seahub/templates/sysadmin/user_search.html:7 +msgid "Search User" +msgstr "بحث عن مستخدم" + +#: seahub/institutions/templates/institutions/useradmin_search.html:13 +#: seahub/templates/js/sysadmin-templates.html:347 +#: seahub/templates/js/sysadmin-templates.html:575 +#: seahub/templates/sysadmin/sys_inst_search_user.html:11 +#: seahub/templates/sysadmin/sys_org_search.html:15 +#: seahub/templates/sysadmin/user_search.html:14 +msgid "Result" +msgstr "النتيجة" + +#: seahub/institutions/views.py:162 +#: seahub/templates/js/sysadmin-templates.html:323 +#: seahub/templates/js/sysadmin-templates.html:344 +#: seahub/templates/js/sysadmin-templates.html:356 +#: seahub/templates/js/sysadmin-templates.html:428 +#: seahub/templates/js/sysadmin-templates.html:550 +#: seahub/templates/js/sysadmin-templates.html:581 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:825 +#: seahub/templates/sysadmin/sys_org_admin.html:30 +#: seahub/templates/sysadmin/sys_org_info_library.html:21 +#: seahub/templates/sysadmin/sys_publink_admin.html:13 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:12 +#: seahub/views/sysadmin.py:616 +msgid "Owner" +msgstr "مالك" + +#: seahub/institutions/views.py:164 seahub/templates/base.html:74 +#: seahub/templates/base.html.py:77 +#: seahub/templates/js/sysadmin-templates.html:827 +#: seahub/templates/js/sysadmin-templates.html:831 +#: seahub/templates/js/sysadmin-templates.html:838 +#: seahub/templates/js/templates.html:1526 +#: seahub/templates/js/templates.html:1530 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1835 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:618 +msgid "Admin" +msgstr "مدير" + +#: seahub/institutions/views.py:166 +#: seahub/templates/js/sysadmin-templates.html:830 +#: seahub/templates/js/sysadmin-templates.html:834 +#: seahub/templates/js/sysadmin-templates.html:837 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1533 +#: seahub/templates/js/templates.html:1536 seahub/views/sysadmin.py:620 +msgid "Member" +msgstr "عضو" + +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:714 +#, python-format +msgid "Successfully deleted %s" +msgstr "تم حذف %s بنجاح" + +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:716 +msgid "Failed to delete: the user does not exist" +msgstr "فشل في الحذف: المستخدم غير موجود" + +#: seahub/invitations/models.py:16 seahub/invitations/models.py:34 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/useradmin_table.html:53 +#: seahub/templates/sysadmin/useradmin_table.html:63 +#: seahub/views/sysadmin.py:337 +msgid "Guest" +msgstr "ضيف" + +#: seahub/invitations/models.py:90 +#, python-format +msgid "%(user)s invited you to join %(site_name)s." +msgstr "لقد دعاك %(user)s للانضمام الى %(site_name)s." + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:8 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_batch_add_email.html:9 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "مرحبا،" + +#: seahub/invitations/templates/invitations/invitation_email.html:12 +#, python-format +msgid "" +"%(inviter)s invited you to join %(site_name)s. Please click the link below:" +msgstr "لقد دعاك %(inviter)s للانضمام الى %(site_name)s. الرجاء النقر على الرابط التالي:" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "إنشاء حساب" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "حدد كلمة مرور" + +#: seahub/invitations/templates/invitations/token_view.html:26 +#: seahub/templates/sysadmin/settings.html:213 +#: seahub/templates/sysadmin/useradmin_js.html:197 +#: seahub/templates/sysadmin/userinfo.html:398 +msgid "It is required." +msgstr "مطلوب." + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:57 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:73 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:98 +#, python-format +msgid "Virus detected on %s" +msgstr "تم اكتشاف فيروس على %s" + +#: seahub/notifications/management/commands/send_notices.py:28 +#: seahub/notifications/management/commands/send_notices.py:272 +#, python-format +msgid "New notice on %s" +msgstr "ملاحظة جديدة على %s" + +#: seahub/notifications/models.py:422 seahub/notifications/models.py:464 +#: seahub/notifications/models.py:492 seahub/notifications/models.py:529 +#: seahub/notifications/models.py:561 seahub/notifications/models.py:579 +#: seahub/notifications/models.py:609 seahub/notifications/models.py:631 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1088 +msgid "Internal error" +msgstr "خطأ داخلي" + +#: seahub/notifications/models.py:441 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "الملف %(file_name)s تم تحميله إلى %(name)s" + +#: seahub/notifications/models.py:448 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to Deleted " +"Library" +msgstr "الملف %(file_name)s تم تحميله إلى مكتبة محذوفة" + +#: seahub/notifications/models.py:474 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to " +"you." +msgstr "لقد قام المستخدم %(user)s بمشاركة مكتبة %(repo_name)s معك." + +#: seahub/notifications/models.py:509 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to group %(group_name)s." +msgstr "لقد قام المستخدم %(user)s بمشاركة مكتبة %(repo_name)s مع مجموعة %(group_name)s." + +#: seahub/notifications/models.py:540 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "%(group_name)s لديه نقاش جديد." + +#: seahub/notifications/models.py:544 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(group_name)s." +msgstr "لقد قام %(user)s برفع نقاش جديد على %(group_name)s." + +#: seahub/notifications/models.py:590 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "المستخدم %(username)s قد طلب الانضمام الى مجموعة %(group_name)s, رسالة التحقق: %(join_request_msg)s" + +#: seahub/notifications/models.py:619 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "لقد قام المستخدم %(group_staff)s بإضافتك الى مجموعة %(group_name)s" + +#: seahub/notifications/models.py:645 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "الملف %(file_name)s لديه تعليق جديد من المستخدم %(author)s" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "مرحبا, %(name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "\nلا توجد ملاحظات جديدة على %(site_name)s:\n" +msgstr[1] "\nلديك ملاحظة واحدة جديدة على %(site_name)s:\n" +msgstr[2] "\nلديك ملاحظتين جديدتين على %(site_name)s:\n" +msgstr[3] "\nلديك %(num)s ملاحظات جديدة على %(site_name)s:\n" +msgstr[4] "\nلديك %(num)s ملاحظة جديدة على %(site_name)s:\n" +msgstr[5] "\nلديك %(num)s ملاحظة جديدة على %(site_name)s:\n" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +#: seahub/notifications/templates/notifications/user_notification_list.html:21 +msgid "Message" +msgstr "رسالة" + +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:22 +#: seahub/templates/file_revisions.html:54 +#: seahub/templates/js/sysadmin-templates.html:238 +#: seahub/templates/js/sysadmin-templates.html:860 +#: seahub/templates/repo_history.html:29 +msgid "Time" +msgstr "الوقت" + +#: seahub/notifications/templates/notifications/notice_email.html:27 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(grp_name)s" +msgstr "لقد قام %(user)s برفع نقاش جديد في %(grp_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "لقد قام %(user)s بمشاركة مكتبة %(lib_name)s معك." + +#: seahub/notifications/templates/notifications/notice_email.html:36 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "لقد قام %(user)s بمشاركة مكتبة %(lib_name)s مع المجموعة %(group_name)s." + +#: seahub/notifications/templates/notifications/notice_email.html:39 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "لديك رسالة جديدة من %(user)s." + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "الملف %(file_name)s تم تحميله الى مجلدك %(folder_name)s." + +#: seahub/notifications/templates/notifications/notice_email.html:48 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "لقد قام المستخدم %(user)s بطلب الانضمام الى المجموعة%(grp_name)s, رسالة التحقق %(msg)s" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "لقد قام المستخدم %(user)s بإضافتك إلى المجموعة %(grp_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "الملف %(file_name)s لديه تعليق جديد من المستخدم %(author)s" + +#: seahub/notifications/templates/notifications/notice_email.html:64 +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: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:27 +msgid "(current notification)" +msgstr "(إشعار حالي)" + +#: seahub/notifications/templates/notifications/notification_list.html:31 +msgid "Set to current" +msgstr "تحديد الى حالي" + +#: seahub/notifications/templates/notifications/notification_list.html:51 +msgid "Delete Notification" +msgstr "حذف إشعار" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in file %(file_name)s during regular scanning." +msgstr "تم اكتشاف فيروس في الملف %(file_name)s خلال الفحص المعتاد." + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning. Please check the report at:" +msgstr "تم اكتشاف فيروس خلال الفحص المعتاد. الرجاء مراجعة التقرير في:" + +#: seahub/notifications/templates/notifications/user_notification_list.html:4 +#: seahub/notifications/templates/notifications/user_notification_list.html:9 +msgid "Notices" +msgstr "ملاحظات" + +#: 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:29 +#: seahub/templates/libraries.html:179 +#: seahub/templates/repo_dir_recycle_view.html:59 +msgid "More" +msgstr "أكثر" + +#: seahub/notifications/views.py:130 +msgid "Successfully cleared all notices." +msgstr "تم تصفية كل الملاحظات بنجاح." + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "الرجاء اختيار طريقة عرض المكتبات المشفرة اونلاين:" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "إرسال كلمات المرور إلى الملقم." + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "سيتم فك تشفير الملفات في الخادم قبل إرسالها إليك." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "حفظ كلمات المرور في المتصفح الخاص بك." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "سيتم فك تشفير الملفات في متصفحك عندما تقوم بتزيلها." + +#: seahub/options/templates/options/set_user_options.html:13 +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/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/templates/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:15 +#: seahub/templates/js/sysadmin-templates.html:276 +#: seahub/templates/js/templates.html:1047 +#: seahub/templates/js/templates.html:1827 seahub/templates/libraries.html:121 +#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/sysadmin/settings.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:11 +#: seahub/templates/sysadmin/sys_org_info_library.html:11 +#: seahub/templates/sysadmin/sys_org_info_setting.html:11 +#: seahub/templates/sysadmin/sys_org_info_user.html:10 +msgid "Settings" +msgstr "إعدادات" + +#: seahub/profile/templates/profile/set_profile.html:14 +msgid "Language" +msgstr "اللغة" + +#: seahub/profile/templates/profile/set_profile.html:16 +msgid "Default Library" +msgstr "مكتبة افتراضية" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:111 +msgid "Two-Factor Authentication" +msgstr "مصادقة ثنائية العامل" + +#: seahub/profile/templates/profile/set_profile.html:21 +#: seahub/profile/templates/profile/set_profile.html:136 +#: seahub/profile/templates/profile/set_profile.html:159 +msgid "Delete Account" +msgstr "حذف حساب" + +#: seahub/profile/templates/profile/set_profile.html:30 +msgid "Profile Setting" +msgstr "إعداد الملف الشخصي" + +#: seahub/profile/templates/profile/set_profile.html:32 +msgid "Avatar:" +msgstr "شعار:" + +#: seahub/profile/templates/profile/set_profile.html:34 +msgid "Change" +msgstr "تغيير" + +#: seahub/profile/templates/profile/set_profile.html:41 +msgid "Password:" +msgstr "كلمة المرور:" + +#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/templates/sysadmin/sys_terms_admin.html:39 +msgid "Update" +msgstr "تحديث" + +#: seahub/profile/templates/profile/set_profile.html:43 +msgctxt "true name" +msgid "Name:" +msgstr "الاسم:" + +#: seahub/profile/templates/profile/set_profile.html:50 +msgid "Username:" +msgstr "اسم المستخدم:" + +#: seahub/profile/templates/profile/set_profile.html:51 +msgid "You can use this field at login." +msgstr "يمكنك استخدام هذا الحقل عند تسجيل الدخول." + +#: seahub/profile/templates/profile/set_profile.html:56 +msgid "Contact Email:" +msgstr "بريد الاتصال:" + +#: seahub/profile/templates/profile/set_profile.html:57 +msgid "Your notifications will be sent to this email." +msgstr "سيتم إرسال إشعاراتك إلى هذا البريد." + +#: seahub/profile/templates/profile/set_profile.html:62 +msgid "Department:" +msgstr "القسم:" + +#: seahub/profile/templates/profile/set_profile.html:67 +msgid "Telephone:" +msgstr "التلفون:" + +#: seahub/profile/templates/profile/set_profile.html:79 +msgid "Language Setting" +msgstr "إعداد اللغة" + +#: seahub/profile/templates/profile/set_profile.html:90 +msgid "Default Library Setting" +msgstr "إعدادات المكتبة الافتراضية" + +#: seahub/profile/templates/profile/set_profile.html:92 +msgid "Your default library:" +msgstr "مكتبتك الافتراضية:" + +#: seahub/profile/templates/profile/set_profile.html:94 +msgid "" +"Default library is the default place to store your personal documents and " +"pictures." +msgstr "المكتبة الافتراضية هو المكان الافتراضي لتخزين الصور والوثائق الشخصية الخاصة بك." + +#: seahub/profile/templates/profile/set_profile.html:95 +msgid "Choose Default Library" +msgstr "اختيار المكتبة الافتراضية" + +#: seahub/profile/templates/profile/set_profile.html:98 +msgid "Choose default library:" +msgstr "اختر المكتبة الافتراضية:" + +#: seahub/profile/templates/profile/set_profile.html:113 +msgid "enabled" +msgstr "مفعل" + +#: seahub/profile/templates/profile/set_profile.html:115 +msgid "Disable Two-Factor Authentication" +msgstr "تعطيل المصادقة ثنائية العامل" + +#: seahub/profile/templates/profile/set_profile.html:119 +msgid "" +"If you don't have any device with you, you can access your account using " +"backup codes." +msgstr "إذا لم يكن لديك أي جهاز، يمكنك الوصول الى حسابك باستخدام شفرات النسخ الاحتياطية." + +#: seahub/profile/templates/profile/set_profile.html:120 +#, python-format +msgid "You have only one backup code remaining." +msgid_plural "You have %(counter)s backup codes remaining." +msgstr[0] "ليس لديك أي شفرة نسخ احتياطي متبقية." +msgstr[1] "لديك شفرة نسخ احتياطي واحدة متبقية." +msgstr[2] "لديك شفرتي نسخ احتياطي متبقية." +msgstr[3] "لديك %(counter)s شفرات نسخ احتياطي متبقية." +msgstr[4] "لديك %(counter)s شفرة نسخ احتياطي متبقية." +msgstr[5] "لديك %(counter)s شفرة نسخ احتياطي متبقية." + +#: seahub/profile/templates/profile/set_profile.html:123 +msgid "Show Codes" +msgstr "عرض الشفرات" + +#: seahub/profile/templates/profile/set_profile.html:127 +msgid "" +"Two-factor authentication is not enabled for your account. Enable two-factor" +" authentication for enhanced account security." +msgstr "المصادقة ثنائية العامل غير مفعلة للحساب الخاص بك. قم بتمكين المصادقة ثنائية العامل لتعزيز أمان الحساب." + +#: seahub/profile/templates/profile/set_profile.html:129 +msgid "Enable Two-Factor Authentication" +msgstr "تمكين المصادقة ثنائية العامل" + +#: seahub/profile/templates/profile/set_profile.html:137 +msgid "This operation will not be reverted. Please think twice!" +msgstr "هذه العملية لا يمكن التراجع عنها. الرجاء التفكير جيدا!" + +#: seahub/profile/templates/profile/set_profile.html:160 +msgid "Really want to delete your account?" +msgstr "هل حقا تريد حذف حسابك؟" + +#: seahub/profile/views.py:41 +msgid "Successfully edited profile." +msgstr "تحرير الشخصية بنجاح." + +#: seahub/profile/views.py:45 +msgid "Failed to edit profile" +msgstr "الملف الشخصي" + +#: seahub/profile/views.py:157 +msgid "Has not accepted invitation yet" +msgstr "لم يقبل دعوة بعد" + +#: seahub/profile/views.py:176 +msgid "Demo account can not be deleted." +msgstr "لا يمكن حذف الحساب التوضيحي." + +#: seahub/profile/views.py:202 +msgid "Failed to set default library." +msgstr "فشل تثبيت المكتبة الافتراضية." + +#: seahub/profile/views.py:206 +msgid "Can not set encrypted library as default library." +msgstr "لا يمكن تعيين مكتبة مشفرة كالمكتبة الافتراضية." + +#: seahub/profile/views.py:211 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "تم تعيين \"%s\" كالمكتبة الافتراضية الخاصة بك بنجاح." + +#: seahub/settings.py:143 +msgid "català" +msgstr "عربي català" + +#: seahub/settings.py:144 +msgid "Deutsch" +msgstr "Deutsch" + +#: seahub/settings.py:145 +msgid "English" +msgstr "English" + +#: seahub/settings.py:146 +msgid "Español" +msgstr "Español" + +#: seahub/settings.py:147 +msgid "Español de Argentina" +msgstr "Español de Argentina" + +#: seahub/settings.py:148 +msgid "Español de México" +msgstr "Español de México" + +#: seahub/settings.py:149 +msgid "Suomi" +msgstr "Suomi" + +#: seahub/settings.py:150 +msgid "français" +msgstr "français" + +#: seahub/settings.py:151 +msgid "עברית" +msgstr "עברית" + +#: seahub/settings.py:152 +msgid "Magyar" +msgstr "Magyar" + +#: seahub/settings.py:153 +msgid "Íslenska" +msgstr "Íslenska" + +#: seahub/settings.py:154 +msgid "Italiano" +msgstr "Italiano" + +#: seahub/settings.py:155 +msgid "日本語" +msgstr "日本語" + +#: seahub/settings.py:156 +msgid "한국어" +msgstr "한국어" + +#: seahub/settings.py:157 +msgid "Latvian" +msgstr "Latvian" + +#: seahub/settings.py:158 +msgid "Nederlands" +msgstr "Nederlands" + +#: seahub/settings.py:159 +msgid "Polski" +msgstr "Polski" + +#: seahub/settings.py:160 +msgid "Portuguese, Brazil" +msgstr "Portuguese, Brazil" + +#: seahub/settings.py:161 +msgid "Русский" +msgstr "Русский" + +#: seahub/settings.py:162 +msgid "Slovak" +msgstr "Русский" + +#: seahub/settings.py:163 +msgid "Slovenian" +msgstr "Slovenian" + +#: seahub/settings.py:164 +msgid "Svenska" +msgstr "Svenska" + +#: seahub/settings.py:165 +msgid "ไทย" +msgstr "ไทย" + +#: seahub/settings.py:166 +msgid "Türkçe" +msgstr "Türkçe" + +#: seahub/settings.py:167 +msgid "українська мова" +msgstr "українська мова" + +#: seahub/settings.py:168 +msgid "简体中文" +msgstr "简体中文" + +#: seahub/settings.py:169 +msgid "繁體中文" +msgstr "繁體中文" + +#: seahub/share/forms.py:20 seahub/share/forms.py:33 +msgid "Email is required" +msgstr "عنوان البريد مطلوب" + +#: seahub/share/forms.py:21 seahub/share/forms.py:34 +msgid "Email is not longer than 512 characters" +msgstr "عنوان البريد ليس أطول من 512 حرف" + +#: seahub/share/models.py:72 +msgid "Password can't be empty" +msgstr "كلمة المرور لا يمكن أن تكون فارغة" + +#: seahub/share/models.py:79 +msgid "Please enter a correct password." +msgstr "الرجاء ادخال كلمة مرور صحيحة." + +#: seahub/share/templates/share/audit_code_email.html:11 +#, python-format +msgid "Your code is %(code)s, this code will be valid for one hour." +msgstr "شفرتك هي \"%(code)s\"، هذه الشفرة صالحة لمدة ساعة فقط." + +#: seahub/share/templates/share/share_link_audit.html:6 +msgid "Email Verification" +msgstr "التحقق من البريد" + +#: seahub/share/templates/share/share_link_audit.html:8 +msgid "Please provide your email address to continue." +msgstr "الرجاء ادخال عنوان بريدك للمواصلة." + +#: seahub/share/templates/share/share_link_audit.html:11 +msgid "Get code" +msgstr "الحصول على شفرة" + +#: seahub/share/templates/share/share_link_audit.html:13 +msgid "Verification code" +msgstr "شفرة التحقق" + +#: seahub/share/templates/share/share_link_audit.html:63 +msgid "A verification code has been sent to the email." +msgstr "تم ارسال شفرة التحقق الى البريد الالكتروني." + +#: seahub/share/views.py:199 seahub/share/views.py:311 +msgid "Internal server error, or please check the email(s) you entered" +msgstr "خطأ داخلي في الخادم، أو رجاءا تحقق من عنوان البريد الذي أدخلته" + +#: seahub/share/views.py:219 +msgid "Please choose a directory." +msgstr "الرجاء اختيار مجلد." + +#: seahub/share/views.py:241 +msgid "Successfully saved." +msgstr "تم الحفظ بنجاح." + +#: seahub/share/views.py:255 +msgid "" +"Sending shared upload link failed. Email service is not properly configured," +" please contact administrator." +msgstr "فشل إرسال رابط تحميل مشترك. لم يتم تكوين خدمة البريد الإلكتروني بشكل صحيح، الرجاء الاتصال بالمسؤول." + +#: seahub/share/views.py:329 seahub/thumbnail/views.py:40 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 +#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 +#: seahub/views/ajax.py:544 seahub/views/ajax.py:738 seahub/views/ajax.py:1091 +msgid "Library does not exist." +msgstr "المكتبة غير موجودة." + +#: seahub/share/views.py:333 +msgid "Directory does not exist." +msgstr "المجلد غير موجود." + +#: seahub/share/views.py:382 +msgid "Only the owner of the library has permission to share it." +msgstr "فقط صاحب المكتبة من لديه الإذن بمشاركتها." + +#: seahub/share/views.py:420 +msgid "Please check the email(s) you entered" +msgstr "الرجاء التحقق من عنوان البريد الذي أدخلته" + +#: seahub/share/views.py:437 +msgid "Email address is not valid" +msgstr "عنوان البريد غير صالح" + +#: seahub/share/views.py:446 +msgid "Share link is not found" +msgstr "رابط المشاركة غير موجود" + +#: seahub/share/views.py:455 +msgid "Verification code for visiting share links" +msgstr "شفرة التحقق لزيارة روابط المشاركة" + +#: seahub/share/views.py:470 +msgid "Failed to send a verification code, please try again later." +msgstr "فشل في إرسال رمز تحقق، الرجاء المحاولة مرة أخرى لاحقاً." + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "المعذرة، و لكن لا يمكن العثور على الصفحة المطلوية." + +#: seahub/templates/base.html:9 seahub/templates/base_for_backbone.html:9 +#: seahub/templates/sysadmin/sysadmin_backbone.html:9 +msgid "File Collaboration Team Organization" +msgstr "تنظيم فريق اشتراك ملف" + +#: seahub/templates/base.html:42 seahub/templates/base_for_backbone.html:50 +#: seahub/templates/sysadmin/sysadmin_backbone.html:45 +msgid "Side Nav Menu" +msgstr "قائمة التنقل الجانبي" + +#: seahub/templates/base.html:53 seahub/templates/base_for_backbone.html:65 +#: seahub/templates/sysadmin/sysadmin_backbone.html:48 +msgid "View profile and more" +msgstr "عرض الملف الشخصي و أكثر" + +#: seahub/templates/base.html:71 seahub/templates/js/sysadmin-templates.html:5 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/sysadmin/base.html:13 +msgid "System Admin" +msgstr "مدير النظام" + +#: seahub/templates/base.html:74 seahub/templates/js/templates.html:1832 +msgid "Organization Admin" +msgstr "مدير التنظيم" + +#: seahub/templates/base.html:80 seahub/templates/finish_payment.html:5 +#: seahub/templates/js/sysadmin-templates.html:278 +#: seahub/templates/js/templates.html:1837 +msgid "Log out" +msgstr "تسجيل خروج" + +#: seahub/templates/base.html:123 seahub/templates/base_for_backbone.html:87 +#: seahub/templates/sysadmin/sysadmin_backbone.html:70 +#: seahub/views/sysadmin.py:332 seahub/views/sysadmin.py:333 +msgid "Yes" +msgstr "نعم" + +#: seahub/templates/base.html:124 seahub/templates/base_for_backbone.html:88 +#: seahub/templates/sysadmin/sysadmin_backbone.html:71 +msgid "No" +msgstr "لا" + +#: seahub/templates/base_for_backbone.html:28 +msgid "" +"We no longer support this version of IE. Please upgrade it to version 10 or " +"above." +msgstr "لم يعد هذا الإصدار من IE مدعوما. الرجاء الترقية إلى الإصدار 10 أو أعلى." + +#: seahub/templates/base_for_backbone.html:58 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/js/templates.html:1804 +#: seahub/templates/sysadmin/base.html:46 +msgid "Notifications" +msgstr "إشعارات" + +#: seahub/templates/base_for_backbone.html:94 +#, python-format +msgid "Welcome to %(site_name)s" +msgstr "مرحبا بك في %(site_name)s" + +#: seahub/templates/base_for_backbone.html:96 +#, python-format +msgid "" +"%(site_name)s 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 "ينظم %(site_name)s الملفات في مكتبات. كل مكتبة يمكن مزامنتها مشاركتها بشكل منفصل. لقد قمنا بإنشاء مكتبة شخصية لك. يمكنك إنشاء المزيد من المكتبات لاحقا." + +#: seahub/templates/base_for_backbone.html:98 +#, python-format +msgid "" +"%(site_name)s 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 "ينظم %(site_name)s الملفات في مكتبات. كل مكتبة يمكن مزامنتها مشاركتها بشكل منفصل. و مع ذلك، بما أنك الان مستخدم ضيف، لا يمكنك إنشاء مكتبات." + +#: seahub/templates/choose_register.html:13 +#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/registration_form.html:11 +msgid "Signup" +msgstr "تسجيل جديد" + +#: seahub/templates/choose_register.html:14 +msgid "Create a personal account" +msgstr "إنشاء" + +#: seahub/templates/choose_register.html:15 +msgid "Create an organization account" +msgstr "إنشاء حساب تنظيم" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "هذه المكتبة مشفرة. الرجاء ادخال كلمة مرور إذا رغبت في تصفحها اونلاين. سيتم الاحتفاظ بكلمة المرور على الخادم لمدة ساعة واحدة فقط." + +#: seahub/templates/decrypt_repo_form.html:9 +#: seahub/templates/share_access_validation.html:13 +msgid "Password: " +msgstr "كلمة المرور: " + +#: seahub/templates/decrypt_repo_form.html:24 +#: seahub/templates/share_access_validation.html:29 +msgid "Please enter the password." +msgstr "الرجاء ادخال كلمة المرور." + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:88 +#: seahub/templates/js/sysadmin-templates.html:521 +#: seahub/templates/js/templates.html:190 +#: seahub/templates/js/templates.html:196 +#: seahub/templates/js/templates.html:338 +#: seahub/templates/js/templates.html:401 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:573 +#: seahub/templates/js/templates.html:636 +#: seahub/templates/js/templates.html:662 +#: seahub/templates/repo_history_view.html:79 +#: seahub/templates/shared_file_view.html:40 +#: seahub/templates/shared_file_view.html:69 +#: seahub/templates/sysadmin/userinfo.html:223 +#: seahub/templates/view_file_base.html:67 +#: seahub/templates/view_file_base.html:149 +#: seahub/templates/view_history_file.html:23 +#: seahub/templates/view_history_file.html:34 +#: seahub/templates/view_shared_dir.html:72 +#: seahub/templates/view_shared_dir.html:73 +#: seahub/templates/view_shared_dir.html:104 +#: seahub/templates/view_shared_dir.html:105 +#: seahub/templates/view_shared_dir.html:122 +#: seahub/templates/view_shared_dir.html:156 +msgid "Download" +msgstr "تتزيل" + +#: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 +#: seahub/templates/js/templates.html:485 +#: seahub/templates/js/templates.html:585 +msgid "Access Log" +msgstr "سجل الوصول" + +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "المسار الحالي:" + +#: seahub/templates/file_access.html:25 +#: seahub/templates/js/sysadmin-templates.html:181 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:676 +#: seahub/templates/js/templates.html:803 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1685 +#: seahub/templates/sysadmin/settings.html:29 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 +msgid "User" +msgstr "مستخدم" + +#: seahub/templates/file_access.html:26 +#: seahub/templates/sysadmin/sys_invitations_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:207 +msgid "Type" +msgstr "نوع" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:184 +#: seahub/templates/js/sysadmin-templates.html:235 +#: seahub/templates/libraries.html:189 +msgid "IP" +msgstr "عنوان شبكة" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:183 +#: seahub/templates/libraries.html:188 +msgid "Device Name" +msgstr "اسم الجهاز" + +#: seahub/templates/file_access.html:28 +msgid "Date" +msgstr "تاريخ" + +#: seahub/templates/file_access.html:38 +msgid "Anonymous User" +msgstr "مستخدم مجهول" + +#: seahub/templates/file_access.html:56 +#: seahub/templates/js/sysadmin-templates.html:197 +#: seahub/templates/js/sysadmin-templates.html:331 +#: seahub/templates/js/sysadmin-templates.html:437 +#: seahub/templates/js/sysadmin-templates.html:559 +#: seahub/templates/js/sysadmin-templates.html:867 +#: seahub/templates/repo_history.html:78 +#: seahub/templates/snippets/admin_paginator.html:4 +#: seahub/templates/sysadmin/sys_publink_admin.html:33 +#: seahub/templates/sysadmin/sys_trafficadmin.html:30 +#: seahub/templates/sysadmin/useradmin_paginator.html:4 +msgid "Previous" +msgstr "السابق" + +#: seahub/templates/file_access.html:59 +#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:332 +#: seahub/templates/js/sysadmin-templates.html:438 +#: seahub/templates/js/sysadmin-templates.html:560 +#: seahub/templates/js/sysadmin-templates.html:868 +#: seahub/templates/repo_history.html:81 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/templates/sysadmin/sys_publink_admin.html:36 +#: seahub/templates/sysadmin/sys_trafficadmin.html:33 +#: seahub/templates/sysadmin/useradmin_paginator.html:7 +msgid "Next" +msgstr "التالي" + +#: seahub/templates/file_access.html:64 +#: seahub/templates/snippets/admin_paginator.html:12 +#: seahub/templates/sysadmin/sys_publink_admin.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:38 +#: seahub/templates/sysadmin/useradmin_paginator.html:12 +msgid "Per page: " +msgstr "لكل صفحة: " + +#: seahub/templates/file_access.html:83 +msgid "This file has (apparently) not been accessed yet" +msgstr "لم يتم الوصول (ظاهريا) لهذا الملف حتى الان" + +#: seahub/templates/file_edit.html:91 +#: seahub/templates/repo_dir_recycle_view.html:21 +#: seahub/templates/repo_history_view.html:40 +#: seahub/templates/shared_file_view.html:19 +#: seahub/templates/view_shared_dir.html:20 +msgid "Current path: " +msgstr "المسار الحالي: " + +#: seahub/templates/file_edit.html:101 +msgid "Draft saved." +msgstr "تم حفظ المسودة." + +#: seahub/templates/file_edit.html:130 +#: seahub/templates/js/sysadmin-templates.html:236 +#: seahub/templates/js/templates.html:1157 +#: seahub/templates/js/templates.html:1951 +#: seahub/templates/js/templates.html:1986 +#: seahub/templates/sysadmin/settings.html:104 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:11 +msgid "Library" +msgstr "مكتبة" + +#: seahub/templates/file_edit.html:130 +msgid "is encrypted" +msgstr "مشفرة" + +#: seahub/templates/file_edit.html:133 +msgid "The password will be kept in the server for only 1 hour." +msgstr "سيتم الاحتفاظ بكلمة المرور على الخادم لمدة ساعة واحدة فقط." + +#: seahub/templates/file_edit.html:142 +msgid "Choose a file" +msgstr "" + +#: seahub/templates/file_edit.html:150 +msgid "Please choose a file." +msgstr "" + +#: seahub/templates/file_edit.html:158 +msgid "Draft Available" +msgstr "مسودة متوفرة" + +#: seahub/templates/file_edit.html:159 +msgid "There's a saved draft for this file, would you like to load it?" +msgstr "يوجد مسودة محفوظة لهذا الملف، هل تريد تحميلها؟" + +#: seahub/templates/file_edit.html:160 +msgid "Load" +msgstr "تحميل" + +#: seahub/templates/file_edit.html:161 +msgid "Discard" +msgstr "تجاهل" + +#: seahub/templates/file_edit.html:174 +msgid "Failed to save draft, exceeded max quota" +msgstr "فشل حفظ المسودة، لقد تجاوزت المساحة المخصصصة" + +#: seahub/templates/file_edit.html:243 +msgid "Draft successfully loaded" +msgstr "تم تحميل المسودة بنجاح" + +#: seahub/templates/file_edit.html:361 +msgid "Please check the network." +msgstr "الرجاء التحقق من الشبكة." + +#: seahub/templates/file_edit.html:405 +msgid "Bold" +msgstr "عريض" + +#: seahub/templates/file_edit.html:406 +msgid "Italic" +msgstr "مائل" + +#: seahub/templates/file_edit.html:407 +msgid "Heading 1" +msgstr "عنوان 1" + +#: seahub/templates/file_edit.html:408 +msgid "Heading 2" +msgstr "عنوان 2" + +#: seahub/templates/file_edit.html:409 +msgid "Heading 3" +msgstr "عنوان 3" + +#: seahub/templates/file_edit.html:410 +msgid "Heading 4" +msgstr "عنوان 4" + +#: seahub/templates/file_edit.html:411 +msgid "Unordered list" +msgstr "قائمة غير مرتبة" + +#: seahub/templates/file_edit.html:412 +msgid "Ordered list" +msgstr "قائمة مرتبة" + +#: seahub/templates/file_edit.html:413 +msgid "Horizontal rule" +msgstr "مسطرة افقية" + +#: seahub/templates/file_edit.html:414 seahub/templates/file_edit.html:432 +msgid "Link" +msgstr "رابط" + +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1651 +#: seahub/templates/repo_history_view.html:74 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +#: seahub/templates/sysadmin/userinfo.html:215 +#: seahub/templates/view_shared_dir.html:84 +#: seahub/templates/view_shared_dir.html:86 +#: seahub/templates/view_shared_dir.html:89 +msgid "File" +msgstr "ملف" + +#: seahub/templates/file_edit.html:416 seahub/templates/file_edit.html:438 +msgid "Image" +msgstr "صورة" + +#: seahub/templates/file_edit.html:417 seahub/templates/file_edit.html:444 +msgid "Table" +msgstr "جدول" + +#: seahub/templates/file_edit.html:418 +msgid "Undo(Ctrl+Z)" +msgstr "تراجع(Ctrl+Z)" + +#: seahub/templates/file_edit.html:419 +msgid "Redo(Ctrl+Y)" +msgstr "إعادة(Ctrl+Y)" + +#: seahub/templates/file_edit.html:420 +msgid "Close live preview" +msgstr "إغلاق المعاينة المباشرة" + +#: seahub/templates/file_edit.html:421 +msgid "Live preview" +msgstr "معاينة مباشرة" + +#: seahub/templates/file_edit.html:422 +msgid "Fullscreen" +msgstr "ملء الشاشة" + +#: seahub/templates/file_edit.html:434 seahub/templates/file_edit.html:440 +msgid "Title" +msgstr "عنوان" + +#: seahub/templates/file_edit.html:435 seahub/templates/file_edit.html:441 +msgid "Please enter URL." +msgstr "الرجاء ادخال رابط الموقع." + +#: seahub/templates/file_edit.html:445 +msgid "Cells" +msgstr "خلايا" + +#: seahub/templates/file_edit.html:446 +msgid "Align" +msgstr "تنظيم" + +#: seahub/templates/file_edit.html:447 +msgid "Rows" +msgstr "صفوف" + +#: seahub/templates/file_edit.html:448 +msgid "Columns" +msgstr "أعمدة" + +#: seahub/templates/file_edit.html:449 +#: seahub/templates/sysadmin/sys_useradmin.html:49 +#: seahub/templates/sysadmin/useradmin_table.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/views/sysadmin.py:339 +msgid "Default" +msgstr "افتراضي" + +#: seahub/templates/file_edit.html:449 +msgid "Align left" +msgstr "تنظيم الى اليسار" + +#: seahub/templates/file_edit.html:449 +msgid "Align center" +msgstr "تنظيم الى الوسط" + +#: seahub/templates/file_edit.html:449 +msgid "Align right" +msgstr "تنظيم الى اليمين" + +#: seahub/templates/file_edit.html:494 +msgid "Submit failed. Please check the network." +msgstr "فشل التقديم. الرجاء التحقق من الشبكة." + +#: seahub/templates/file_edit.html:514 +msgid "Password is required." +msgstr "كلمة المرور مطلوبة." + +#: seahub/templates/file_revisions.html:5 +#: seahub/templates/js/templates.html:257 +#: seahub/templates/js/templates.html:482 +#: seahub/templates/js/templates.html:582 +#: seahub/templates/js/templates.html:645 seahub/templates/repo_history.html:5 +#: seahub/templates/view_file_base.html:59 +msgid "History" +msgstr "السجل" + +#: seahub/templates/file_revisions.html:14 +#, python-format +msgid "%(u_filename)s Version History" +msgstr "%(u_filename)s سجل الاصدار" + +#: seahub/templates/file_revisions.html:16 +#: seahub/templates/repo_dir_recycle_view.html:15 +#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history_view.html:16 +#: seahub/templates/sysadmin/sys_inst_info_base.html:16 +#: seahub/templates/text_diff.html:15 +msgid "Back" +msgstr "رجوع" + +#: seahub/templates/file_revisions.html:21 +msgid "" +"Tip: a new version will be generated after each modification, and you can " +"restore the file to a previous version." +msgstr "تلميح: سيتم إنشاء نسخة جديدة بعد كل تعديل، ويمكنك استعادة الملف إلى إصدار سابق." + +#: seahub/templates/file_revisions.html:36 +#: seahub/templates/file_revisions.html:38 +msgid "a week" +msgstr "اسبوع" + +#: seahub/templates/file_revisions.html:41 +#: seahub/templates/file_revisions.html:43 +msgid "a month" +msgstr "شهر" + +#: seahub/templates/file_revisions.html:46 +#: seahub/templates/file_revisions.html:48 +#: seahub/templates/repo_dir_recycle_view.html:71 +msgid "all" +msgstr "الكل" + +#: seahub/templates/file_revisions.html:55 +#: seahub/templates/repo_history.html:30 +msgid "Modifier" +msgstr "المعدل" + +#: seahub/templates/file_revisions.html:64 +msgid "(current version)" +msgstr "(الاصدار الحالي)" + +#: seahub/templates/file_revisions.html:68 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "(معاد تسميته أو منقول من %(old_path)s)" + +#: seahub/templates/file_revisions.html:85 +#: seahub/templates/js/sysadmin-templates.html:454 +#: seahub/templates/repo_history_view.html:51 +#: seahub/templates/repo_history_view.html:68 +#: seahub/templates/repo_history_view.html:78 +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "استعادة" + +#: seahub/templates/file_revisions.html:89 +#: seahub/templates/js/templates.html:2016 +#: seahub/templates/js/templates.html:2027 +msgid "View" +msgstr "عرض" + +#: seahub/templates/file_revisions.html:91 +msgid "Diff" +msgstr "اختلاف" + +#: seahub/templates/file_revisions.html:114 +#, python-brace-format +msgid "Successfully restored {filename}" +msgstr "" + +#: seahub/templates/finish_payment.html:8 +msgid "Plan" +msgstr "خطة" + +#: seahub/templates/home_base.html:9 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/templates.html:889 +msgid "Files" +msgstr "ملفات" + +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:274 +#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:893 seahub/templates/libraries.html:13 +msgid "My Libraries" +msgstr "مكتباتي" + +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:898 seahub/templates/libraries.html:29 +msgid "Shared with me" +msgstr "مشاركة معي" + +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:272 +#: seahub/templates/js/templates.html:903 seahub/templates/libraries.html:44 +msgid "Shared with all" +msgstr "مشاركة مع الكل" + +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:909 +#: seahub/templates/js/templates.html:926 +#: seahub/templates/js/templates.html:929 +msgid "Shared with groups" +msgstr "مشاركة مع مجموعات" + +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:911 +#: seahub/templates/js/templates.html:933 +msgid "All Groups" +msgstr "كل المجموعات" + +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:946 +msgid "Tools" +msgstr "أدوات" + +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:955 +#: seahub/templates/libraries.html:164 +msgid "Favorites" +msgstr "المفضلات" + +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:959 +msgid "Activities" +msgstr "أنشطة" + +#: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 +#: seahub/templates/js/templates.html:967 +#: seahub/templates/js/templates.html:1021 +#: 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:48 seahub/templates/js/templates.html:973 +#: seahub/templates/libraries.html:183 +msgid "Linked Devices" +msgstr "أجهزة مرتبطة" + +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:977 +#: seahub/templates/js/templates.html:2041 +#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/templates.html:2079 +msgid "Invite People" +msgstr "دعوة أشخاص" + +#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:982 +msgid "Share Admin" +msgstr "مدير المشاركة" + +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:989 +#: seahub/templates/js/templates.html:1910 +msgid "Folders" +msgstr "مجلدات" + +#: seahub/templates/home_base.html:62 +#: seahub/templates/js/sysadmin-templates.html:43 +#: seahub/templates/js/templates.html:994 +#: seahub/templates/js/templates.html:998 +#: seahub/templates/sysadmin/base.html:49 +msgid "Links" +msgstr "روابط" + +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1010 +msgid "Enable Modules" +msgstr "تمكين الوحدات" + +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:216 +msgid "Upload Folder" +msgstr "تحميل مجلد" + +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:718 +#: seahub/templates/snippets/file_share_popup.html:25 +msgid "Add auto expiration" +msgstr "اضافة الانتهاء التلقائي" + +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:721 +#: seahub/templates/snippets/file_share_popup.html:28 +msgid "Days" +msgstr "أيام" + +#: seahub/templates/i18n.html:9 seahub/templates/sysadmin/userinfo.html:26 +msgid "Shared Links" +msgstr "روابط مشتركة" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "عرض وإدارة كافة الارتباطات المشتركة في هذه المكتبة." + +#: seahub/templates/i18n.html:12 seahub/templates/sysadmin/userinfo.html:25 +msgid "Shared Libs" +msgstr "مكتبات مشتركة" + +#: seahub/templates/js/lib-op-popups.html:5 +#: seahub/templates/js/sysadmin-templates.html:506 +#: seahub/templates/js/templates.html:229 +msgid "New Folder" +msgstr "مجلد جديد" + +#: seahub/templates/js/lib-op-popups.html:48 +msgid "Current Library" +msgstr "المكتبة الحالية" + +#: seahub/templates/js/lib-op-popups.html:55 +msgid "Other Libraries" +msgstr "مكتبات أخرى" + +#: seahub/templates/js/lib-op-popups.html:66 +#: seahub/templates/shared_file_view.html:57 +msgid "Please click and choose a directory." +msgstr "الرجاء النقر على و اختيار مكتبة." + +#: seahub/templates/js/lib-op-popups.html:85 +msgid "File Upload" +msgstr "تحميل ملف" + +#: seahub/templates/js/lib-op-popups.html:92 +#: seahub/templates/view_shared_upload_link.html:30 +msgid "Cancel All" +msgstr "إلغاء الكل" + +#: seahub/templates/js/lib-op-popups.html:96 +#: seahub/templates/view_shared_upload_link.html:48 +msgid "Saving..." +msgstr "جاري الحفظ..." + +#: seahub/templates/js/lib-op-popups.html:106 +msgid "This library is password protected" +msgstr "هذه المكتبة محمية بكلمة مرور" + +#: seahub/templates/js/lib-op-popups.html:110 +msgid "*The password will be kept in the server for only 1 hour." +msgstr "*سيتم الاحتفاظ بكلمة المرور على الخادم لمدة ساعة واحدة فقط." + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "A file with the same name already exists in this folder." +msgstr "يوجد ملف بنفس الاسم موجود مسبقاً في هذا المجلد." + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "Replacing it will overwrite its content." +msgstr "استبدالها سيؤدي إلى مسح محتوياتها." + +#: seahub/templates/js/lib-op-popups.html:119 +msgid "Replace" +msgstr "استبدال" + +#: seahub/templates/js/lib-op-popups.html:120 +msgid "Don't replace" +msgstr "لا تستبدل" + +#: seahub/templates/js/sysadmin-templates.html:11 +#: seahub/templates/sysadmin/base.html:19 +msgid "Devices" +msgstr "أجهزة" + +#: seahub/templates/js/sysadmin-templates.html:29 +#: seahub/templates/js/sysadmin-templates.html:156 +#: seahub/templates/sysadmin/base.html:37 +msgid "Organizations" +msgstr "تنظيمات" + +#: seahub/templates/js/sysadmin-templates.html:35 +#: seahub/templates/sysadmin/base.html:42 +msgid "Institutions" +msgstr "مؤسسات" + +#: seahub/templates/js/sysadmin-templates.html:47 +#: seahub/templates/sysadmin/base.html:53 +msgid "Traffic" +msgstr "حركة النقل" + +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/sysadmin/base.html:58 +msgid "Logs" +msgstr "سجلات الاداء" + +#: seahub/templates/js/sysadmin-templates.html:57 +#: seahub/templates/sysadmin/base.html:63 +msgid "Virus Scan" +msgstr "فحص الفيروسات" + +#: seahub/templates/js/sysadmin-templates.html:62 +#: seahub/templates/sysadmin/base.html:68 +msgid "Invitations" +msgstr "دعوات" + +#: seahub/templates/js/sysadmin-templates.html:67 +#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/sysadmin/sys_terms_admin.html:8 +msgid "Terms and Conditions" +msgstr "الشروط و المسميات" + +#: seahub/templates/js/sysadmin-templates.html:72 +#: seahub/templates/js/sysadmin-templates.html:851 +#: seahub/templates/sysadmin/base.html:78 +msgid "Admin Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:80 +msgid "Search libraries by name..." +msgstr "بحث في المكتبات بالاسم..." + +#: seahub/templates/js/sysadmin-templates.html:85 +msgid "Search libraries by owner..." +msgstr "بحث في المكتبات بالمالك..." + +#: seahub/templates/js/sysadmin-templates.html:91 +msgid "Search groups by name..." +msgstr "بحث في المجموعات بالاسم..." + +#: seahub/templates/js/sysadmin-templates.html:107 +msgid "System Info" +msgstr "معلومات النظام" + +#: seahub/templates/js/sysadmin-templates.html:109 +msgid "Professional Edition" +msgstr "النسخة الكاملة" + +#: seahub/templates/js/sysadmin-templates.html:111 +msgid "licensed to" +msgstr "مرخص لـ" + +#: seahub/templates/js/sysadmin-templates.html:113 +msgid "expires on" +msgstr "تنتهي في" + +#: seahub/templates/js/sysadmin-templates.html:116 +msgid "Community Edition" +msgstr "النسخة المجانية" + +#: seahub/templates/js/sysadmin-templates.html:117 +msgid "Upgrade to Pro Edition" +msgstr "الترقية للنسخة الكاملة" + +#: seahub/templates/js/sysadmin-templates.html:124 +msgid "Storage Used" +msgstr "المساحة المستخدمة" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Total Devices" +msgstr "إجمالي الاجهزة" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Current Connected Devices" +msgstr "الاجهزة المتثلة حاليا" + +#: seahub/templates/js/sysadmin-templates.html:131 +msgid "Limits" +msgstr "الحدود" + +#: seahub/templates/js/sysadmin-templates.html:166 +#: seahub/templates/js/sysadmin-templates.html:219 +msgid "Desktop" +msgstr "سطح المكتب" + +#: seahub/templates/js/sysadmin-templates.html:169 +#: seahub/templates/js/sysadmin-templates.html:222 +msgid "Mobile" +msgstr "جوال" + +#: seahub/templates/js/sysadmin-templates.html:173 +#: seahub/templates/js/sysadmin-templates.html:225 +msgid "Errors" +msgstr "أخطاء" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/libraries.html:187 +msgid "Platform" +msgstr "منصة" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +#: seahub/templates/sysadmin/sys_terms_admin.html:17 +msgid "Version" +msgstr "اصدار" + +#: seahub/templates/js/sysadmin-templates.html:185 +#: seahub/templates/libraries.html:190 +msgid "Last Access" +msgstr "اخر وصول" + +#: seahub/templates/js/sysadmin-templates.html:194 +msgid "No connected devices" +msgstr "لا توجد اجهزة متصلة" + +#: seahub/templates/js/sysadmin-templates.html:210 +#: seahub/templates/js/templates.html:1795 +msgid "Unlink" +msgstr "فصل" + +#: seahub/templates/js/sysadmin-templates.html:228 +#: seahub/templates/js/sysadmin-templates.html:309 +#: seahub/templates/repo_dir_recycle_view.html:37 +#: seahub/templates/repo_dir_recycle_view.html:65 +msgid "Clean" +msgstr "تنظيف" + +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +msgid "Device" +msgstr "جهاز" + +#: seahub/templates/js/sysadmin-templates.html:246 +msgid "No sync errors" +msgstr "لا توجد أخطاء مزامنة" + +#: seahub/templates/js/sysadmin-templates.html:299 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/sysadmin/sys_org_admin.html:14 +msgid "All" +msgstr "الكل" + +#: seahub/templates/js/sysadmin-templates.html:302 +#: seahub/templates/js/sysadmin-templates.html:483 +msgid "System" +msgstr "نظام" + +#: seahub/templates/js/sysadmin-templates.html:305 +#: seahub/templates/js/templates.html:255 +#: seahub/templates/js/templates.html:260 +#: seahub/templates/view_trash_file.html:6 +msgid "Trash" +msgstr "سلة المحذوفات" + +#: seahub/templates/js/sysadmin-templates.html:321 +#: seahub/templates/js/sysadmin-templates.html:354 +msgid "Files / Size" +msgstr "حجم / ملف" + +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:364 +#: seahub/templates/js/sysadmin-templates.html:777 +msgid "No libraries" +msgstr "لا مكتبات" + +#: seahub/templates/js/sysadmin-templates.html:340 +msgid "Search Library" +msgstr "بحث في مكتبة" + +#: seahub/templates/js/sysadmin-templates.html:342 +msgid "Tip: you can search by keyword in name or owner or both." +msgstr "تلميح: يمكنك البحث بواسطة الكلمات الرئيسية في الاسم أو المالك أو كليهما." + +#: seahub/templates/js/sysadmin-templates.html:392 +#: seahub/templates/js/sysadmin-templates.html:613 +#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:97 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/sysadmin/userinfo.html:149 +msgid "Transfer" +msgstr "تحويل" + +#: seahub/templates/js/sysadmin-templates.html:394 +#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:94 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:341 +#: seahub/templates/js/templates.html:403 +#: seahub/templates/js/templates.html:469 +#: seahub/templates/js/templates.html:575 +#: seahub/templates/js/templates.html:638 +#: seahub/templates/js/templates.html:664 +#: seahub/templates/view_file_base.html:54 +msgid "Share" +msgstr "مشاركة" + +#: seahub/templates/js/sysadmin-templates.html:422 +msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." +msgstr "تلميح: المكتبات المحذوفة قبل 30 يوما سيتم تنظيفها تلقائياً." + +#: seahub/templates/js/sysadmin-templates.html:429 +msgid "Deleted Time" +msgstr "وقت الحذف" + +#: seahub/templates/js/sysadmin-templates.html:441 +msgid "No library deleted yet" +msgstr "لم يتم حذف اي مكتبة بعد" + +#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:209 +#: seahub/templates/js/templates.html:223 +#: seahub/templates/sysadmin/userinfo.html:232 +msgid "Upload" +msgstr "تحميل" + +#: seahub/templates/js/sysadmin-templates.html:541 +#: seahub/templates/js/sysadmin-templates.html:596 +#: seahub/templates/libraries.html:72 seahub/templates/libraries.html.py:90 +msgid "New Group" +msgstr "مجموعة جديدة" + +#: seahub/templates/js/sysadmin-templates.html:542 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 +#: seahub/templates/sysadmin/sys_useradmin.html:28 +msgid "Export Excel" +msgstr "تصدير أكسل" + +#: seahub/templates/js/sysadmin-templates.html:551 +#: seahub/templates/js/sysadmin-templates.html:582 +msgid "Created At" +msgstr "تم الانشاء في" + +#: seahub/templates/js/sysadmin-templates.html:563 +#: seahub/templates/js/sysadmin-templates.html:590 +msgid "No groups" +msgstr "لا توجد مجموعات" + +#: seahub/templates/js/sysadmin-templates.html:569 +msgid "Search Group" +msgstr "بحث في مجموعة" + +#: seahub/templates/js/sysadmin-templates.html:571 +msgid "Tip: you can search by keyword in name." +msgstr "تلميح: يمكنك البحث بواسطة الكلمة الأساسية في الاسم." + +#: seahub/templates/js/sysadmin-templates.html:600 +msgid "(If left blank, owner will be admin)" +msgstr "(إذا ترك فارغاً، يكون المالك هو المشرف)" + +#: seahub/templates/js/sysadmin-templates.html:666 +#: seahub/templates/js/templates.html:691 +msgid "Share to user" +msgstr "مشاركة مع مستخدم" + +#: seahub/templates/js/sysadmin-templates.html:667 +#: seahub/templates/js/templates.html:692 +msgid "Share to group" +msgstr "مشاركة مع مجموعة" + +#: seahub/templates/js/sysadmin-templates.html:677 +#: seahub/templates/js/sysadmin-templates.html:704 +#: seahub/templates/js/templates.html:355 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:672 +#: seahub/templates/js/templates.html:804 +#: seahub/templates/js/templates.html:831 +#: seahub/templates/js/templates.html:1102 +#: seahub/templates/js/templates.html:1128 +#: seahub/templates/js/templates.html:1262 +#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1731 +#: seahub/templates/js/templates.html:1863 +#: seahub/templates/js/templates.html:1918 +msgid "Permission" +msgstr "الإذن" + +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/templates.html:830 +#: seahub/templates/js/templates.html:1127 +#: seahub/templates/js/templates.html:1729 +msgid "Group" +msgstr "مجموعة" + +#: seahub/templates/js/sysadmin-templates.html:740 +#: seahub/templates/js/templates.html:1048 seahub/templates/libraries.html:131 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:7 +#: seahub/templates/sysadmin/sys_inst_info_user.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:8 +#: seahub/templates/sysadmin/sys_org_info_library.html:8 +#: seahub/templates/sysadmin/sys_org_info_setting.html:8 +#: seahub/templates/sysadmin/sys_org_info_user.html:7 +msgid "Members" +msgstr "أعضاء" + +#: seahub/templates/js/sysadmin-templates.html:745 +#: seahub/templates/js/sysadmin-templates.html:753 +msgid "Add Member" +msgstr "إضافة عضو" + +#: seahub/templates/js/sysadmin-templates.html:769 +#: seahub/templates/js/templates.html:1238 +msgid "Shared By" +msgstr "مشارك بواسطة" + +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:125 +#: seahub/templates/js/templates.html:148 +#: seahub/templates/js/templates.html:160 +#: seahub/templates/js/templates.html:179 +#: seahub/templates/js/templates.html:1905 +msgid "Unshare" +msgstr "إلغاء مشاركة" + +#: seahub/templates/js/sysadmin-templates.html:815 +msgid "No members" +msgstr "لا يوجد أعضاء" + +#: seahub/templates/js/sysadmin-templates.html:858 +msgid "Operation" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:859 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "Detail" +msgstr "تفصيل" + +#: seahub/templates/js/sysadmin-templates.html:871 +msgid "No Admin Logs" +msgstr "" + +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 +msgid "New Library" +msgstr "مكتبة جديدة" + +#: seahub/templates/js/templates.html:8 +msgid "Template" +msgstr "قالب" + +#: seahub/templates/js/templates.html:10 +msgid "Select a template" +msgstr "اختر قالب" + +#: seahub/templates/js/templates.html:18 +msgid "Share Permission" +msgstr "إذن المشاركة" + +#: seahub/templates/js/templates.html:29 +msgid "Encrypt" +msgstr "تشفير" + +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:1779 +#, python-format +msgid "(at least %(repo_password_min_length)s characters)" +msgstr "(على الأقل %(repo_password_min_length)s حرف)" + +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:713 +#: seahub/templates/js/templates.html:769 +#: seahub/templates/snippets/file_share_popup.html:20 +msgid "Password again" +msgstr "إعادة كلمة المرور" + +#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:92 +#: seahub/templates/js/templates.html:349 +#: seahub/templates/js/templates.html:362 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:477 +#: seahub/templates/js/templates.html:500 +#: seahub/templates/js/templates.html:571 +msgid "More Operations" +msgstr "عمليات أكثر" + +#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:96 +#: seahub/templates/js/templates.html:351 +#: seahub/templates/js/templates.html:407 +#: seahub/templates/js/templates.html:479 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:642 +#: seahub/templates/js/templates.html:668 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1431 +msgid "Rename" +msgstr "تعديل اسم" + +#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:98 +msgid "History Setting" +msgstr "إعداد السجل التاريخي" + +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:100 +msgid "Change Password" +msgstr "تغيير كلمة المرور" + +#: seahub/templates/js/templates.html:61 +#: seahub/templates/js/templates.html:103 +msgid "Share Links" +msgstr "مشاركة روابط" + +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:106 +msgid "Folder Permission" +msgstr "إذن المجلد" + +#: seahub/templates/js/templates.html:71 +#: seahub/templates/js/templates.html:113 +msgid "Broken (please contact your administrator to fix this library)" +msgstr "متضررة (الرجاء الاتصال بالمسؤول لإصلاح هذه المكتبة)" + +#: seahub/templates/js/templates.html:187 +#: seahub/templates/js/templates.html:352 +#: seahub/templates/js/templates.html:408 +#: seahub/templates/js/templates.html:480 +#: seahub/templates/js/templates.html:580 +#: seahub/templates/js/templates.html:643 +#: seahub/templates/js/templates.html:669 +msgid "Move" +msgstr "نقل" + +#: seahub/templates/js/templates.html:188 +#: seahub/templates/js/templates.html:195 +#: seahub/templates/js/templates.html:353 +#: seahub/templates/js/templates.html:364 +#: seahub/templates/js/templates.html:409 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:481 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:581 +#: seahub/templates/js/templates.html:597 +#: seahub/templates/js/templates.html:644 +#: seahub/templates/js/templates.html:670 +msgid "Copy" +msgstr "نسخ" + +#: seahub/templates/js/templates.html:212 +msgid "Upload Files" +msgstr "تحميل ملفات" + +#: seahub/templates/js/templates.html:223 +msgid "Out of quota" +msgstr "" + +#: seahub/templates/js/templates.html:226 +msgid "New" +msgstr "" + +#: seahub/templates/js/templates.html:230 +msgid "New File" +msgstr "ملف جديد" + +#: seahub/templates/js/templates.html:233 +msgid "New Markdown File" +msgstr "" + +#: seahub/templates/js/templates.html:234 +msgid "New Excel File" +msgstr "" + +#: seahub/templates/js/templates.html:235 +msgid "New PowerPoint File" +msgstr "" + +#: seahub/templates/js/templates.html:236 +msgid "New Word File" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/view_shared_dir.html:33 +#: seahub/templates/view_shared_dir.html:35 +msgid "List" +msgstr "قائمة" + +#: seahub/templates/js/templates.html:249 +msgid "list view" +msgstr "عرض قائمة" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:37 +#: seahub/templates/view_shared_dir.html:39 +#: seahub/templates/view_shared_dir.html:41 +msgid "Grid" +msgstr "شبكة" + +#: seahub/templates/js/templates.html:249 +msgid "grid view" +msgstr "عرض شبكي" + +#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:316 +#: seahub/templates/js/templates.html:1216 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1235 +#: seahub/templates/js/templates.html:1249 +msgid "Actions" +msgstr "أحداث" + +#: seahub/templates/js/templates.html:312 +#: seahub/templates/js/templates.html:1225 +#: seahub/templates/js/templates.html:1245 +msgid "Sort:" +msgstr "" + +#: seahub/templates/js/templates.html:314 +#: seahub/templates/js/templates.html:1227 +#: seahub/templates/js/templates.html:1247 +msgid "last update" +msgstr "" + +#: seahub/templates/js/templates.html:357 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:495 +#: seahub/templates/js/templates.html:595 +#: seahub/templates/js/templates.html:655 +#: seahub/templates/js/templates.html:674 +msgid "Open via Client" +msgstr "فتح عبر العميل" + +#: seahub/templates/js/templates.html:433 +#: seahub/templates/js/templates.html:528 +#: seahub/templates/view_file_base.html:21 +msgid "starred" +msgstr "مؤشر" + +#: seahub/templates/js/templates.html:435 +#: seahub/templates/js/templates.html:530 +#: seahub/templates/view_file_base.html:23 +msgid "unstarred" +msgstr "غير مؤشر" + +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:546 +#: seahub/templates/js/templates.html:615 +#: seahub/templates/view_file_base.html:27 +msgid "locked" +msgstr "مقفل" + +#: seahub/templates/js/templates.html:489 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:649 +#: seahub/templates/view_file_base.html:45 +#: seahub/templates/view_file_base.html:47 +msgid "Unlock" +msgstr "فتح" + +#: seahub/templates/js/templates.html:492 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:652 +#: seahub/templates/view_file_base.html:44 +#: seahub/templates/view_file_base.html:48 +msgid "Lock" +msgstr "قفل" + +#: seahub/templates/js/templates.html:513 +#: seahub/templates/js/templates.html:563 +msgid "Fetch failed" +msgstr "فشل الاحضار" + +#: seahub/templates/js/templates.html:684 +#: seahub/templates/snippets/file_share_popup.html:6 +msgid "Download Link" +msgstr "رابط التنزيل" + +#: seahub/templates/js/templates.html:688 +msgid "Upload Link" +msgstr "رابط التحميل" + +#: seahub/templates/js/templates.html:704 +#: seahub/templates/js/templates.html:760 +#: seahub/templates/snippets/file_share_popup.html:15 +msgid "Add password protection" +msgstr "إضافة حماية كلمة المرور" + +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/snippets/file_share_popup.html:18 +#, python-format +msgid "(at least %(share_link_password_min_length)s characters)" +msgstr "(على الأقل %(share_link_password_min_length)s حرف)" + +#: seahub/templates/js/templates.html:710 +#: seahub/templates/js/templates.html:766 +#: seahub/templates/sysadmin/sys_org_info_user.html:74 +#: seahub/templates/sysadmin/sys_org_info_user.html:98 +#: seahub/templates/sysadmin/sys_useradmin.html:56 +#: seahub/templates/sysadmin/sys_useradmin.html:137 +msgid "Show" +msgstr "عرض" + +#: seahub/templates/js/templates.html:711 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/sysadmin/sys_org_info_user.html:75 +#: seahub/templates/sysadmin/sys_useradmin.html:57 +msgid "Generate a random password" +msgstr "انشاء كلمة مرور عشوائية" + +#: seahub/templates/js/templates.html:725 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/snippets/file_share_popup.html:33 +msgid "Generate" +msgstr "توليد" + +#: seahub/templates/js/templates.html:729 +#: seahub/templates/snippets/file_share_popup.html:35 +msgid "Link: " +msgstr "رابط: " + +#: seahub/templates/js/templates.html:732 +msgid "Direct Download Link: " +msgstr "رابط تنزيل مباشر: " + +#: seahub/templates/js/templates.html:736 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/snippets/file_share_popup.html:36 +msgid "Send" +msgstr "ارسال" + +#: seahub/templates/js/templates.html:739 +#: seahub/templates/js/templates.html:780 +#: seahub/templates/snippets/file_share_popup.html:40 +msgid "Send to:" +msgstr "ارسال إلى:" + +#: seahub/templates/js/templates.html:740 +#: seahub/templates/js/templates.html:781 +#: seahub/templates/snippets/file_share_popup.html:41 +msgid "Emails, Seperated by ','" +msgstr "عناوين بريد، مفصولة ب ','" + +#: seahub/templates/js/templates.html:741 +#: seahub/templates/js/templates.html:782 +#: seahub/templates/snippets/file_share_popup.html:45 +msgid "Message (optional):" +msgstr "رسالة(اختياري):" + +#: seahub/templates/js/templates.html:746 +#: seahub/templates/js/templates.html:787 +#: seahub/templates/snippets/file_share_popup.html:50 +msgid "Sending..." +msgstr "جاري الارسال..." + +#: seahub/templates/js/templates.html:756 +msgid "" +"You can share the generated link to others and then they can upload files to" +" this directory via the link." +msgstr "يمكنك مشاركة الرابط المولد مع الاخرين و من ثم يمكنهم تحميل ملفات إلى المجلد عبر الرابط." + +#: seahub/templates/js/templates.html:776 +msgid "Upload Link: " +msgstr "رابط التحميل: " + +#: seahub/templates/js/templates.html:864 +#: seahub/templates/js/templates.html:881 +msgid "Leave Share" +msgstr "ترك المشاركة" + +#: seahub/templates/js/templates.html:1044 +msgid "Wiki" +msgstr "Wiki" + +#: seahub/templates/js/templates.html:1049 +msgid "Discussion" +msgstr "نقاش" + +#: seahub/templates/js/templates.html:1093 +#: seahub/templates/js/templates.html:1675 +msgid "User Permission" +msgstr "ترخيص المستخدم" + +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1676 +msgid "Group Permission" +msgstr "ترخيص المجموعة" + +#: seahub/templates/js/templates.html:1156 +#: seahub/templates/js/templates.html:1162 +msgid "File Name" +msgstr "اسم الملف" + +#: seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1193 +msgid "icon" +msgstr "أيقونة" + +#: seahub/templates/js/templates.html:1185 +#: seahub/templates/js/templates.html:1207 +msgid "Unstar" +msgstr "إلغاء تأشير" + +#: seahub/templates/js/templates.html:1214 +#: seahub/templates/js/templates.html:1223 +#: seahub/templates/js/templates.html:1233 +#: seahub/templates/js/templates.html:1243 +msgid "Library Type" +msgstr "نوع المكتبة" + +#: seahub/templates/js/templates.html:1254 +msgid "Select libraries to share" +msgstr "حدد المكتبات للمشاركة" + +#: seahub/templates/js/templates.html:1303 +#: seahub/templates/repo_history.html:41 +msgid "Details" +msgstr "تفاصيل" + +#: seahub/templates/js/templates.html:1311 +msgid "Created library" +msgstr "مكتبة منشأة" + +#: seahub/templates/js/templates.html:1315 +msgid "Deleted library" +msgstr "مكتبة محذوفة" + +#: seahub/templates/js/templates.html:1322 +#: seahub/templates/snippets/list_commit_detail.html:10 +msgid "Modification Details" +msgstr "تفاصيل التعديل" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this wiki" +msgstr "بحث عن ملفات في هذه ال wiki" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this library" +msgstr "بحث عن ملفات في هذه المكتبة" + +#: seahub/templates/js/templates.html:1338 +#: seahub/templates/snippets/search_form.html:7 +#: seahub/templates/snippets/search_form.html:13 +msgid "Search Files" +msgstr "بحث عن ملفات" + +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/snippets/search_form.html:9 +msgid "advanced" +msgstr "متقدم" + +#: seahub/templates/js/templates.html:1358 +#: seahub/templates/js/templates.html:1375 seahub/templates/libraries.html:108 +msgid "No library is shared to this group" +msgstr "لا توجد مكتبة مشاركة مع هذه المجموعة" + +#: seahub/templates/js/templates.html:1383 +msgid "owner" +msgstr "مالك" + +#: seahub/templates/js/templates.html:1385 +msgid "admin" +msgstr "مدير" + +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/view_file_base.html:125 +msgid "Reply" +msgstr "رد" + +#: seahub/templates/js/templates.html:1416 +#: seahub/templates/js/templates.html:1434 +msgid "Add Wiki" +msgstr "إضافة Wiki" + +#: seahub/templates/js/templates.html:1418 +#: seahub/templates/js/templates.html:1436 +msgid "Remove Wiki" +msgstr "حذف Wiki" + +#: seahub/templates/js/templates.html:1423 +#: seahub/templates/js/templates.html:1441 +msgid "Import Members" +msgstr "استيراد أعضاء" + +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1442 +msgid "Manage Members" +msgstr "إدارة الأعضاء" + +#: seahub/templates/js/templates.html:1427 +msgid "Dismiss" +msgstr "نبذ" + +#: seahub/templates/js/templates.html:1446 +msgid "Leave group" +msgstr "ترك المجموعة" + +#: seahub/templates/js/templates.html:1453 +msgid "Rename Group To" +msgstr "إعادة تسمية المجموعة إلى" + +#: seahub/templates/js/templates.html:1462 +msgid "Transfer Group To" +msgstr "نقل المجموعة إلى" + +#: seahub/templates/js/templates.html:1470 +msgid "Import group members from a CSV file" +msgstr "استيراد أعضاء المجموعة من ملف CSV" + +#: seahub/templates/js/templates.html:1472 +msgid "File format: user@mail.com" +msgstr "تنسيق الملف: user@mail.com" + +#: seahub/templates/js/templates.html:1482 +#: seahub/templates/sysadmin/sys_inst_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:9 +msgid "Add" +msgstr "إضافة" + +#: seahub/templates/js/templates.html:1562 +msgid "Setting library history is disabled by Admin" +msgstr "إعداد السجل التاريخي للمكتبة معطل من قبل المدير" + +#: seahub/templates/js/templates.html:1567 +msgid "Keep full history" +msgstr "الاحتفاظ بالسجل التاريخي كاملا" + +#: seahub/templates/js/templates.html:1573 +msgid "Don't keep history" +msgstr "عدم الاحتفاظ بالسجل التاريخي" + +#: seahub/templates/js/templates.html:1579 +msgid "Only keep a period of history:" +msgstr "احتفظ فقط بفترة من السجل التاريخي:" + +#: seahub/templates/js/templates.html:1580 +msgid "days" +msgstr "أيام" + +#: seahub/templates/js/templates.html:1597 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1972 +msgid "Download Links" +msgstr "روابظ التنزيل" + +#: seahub/templates/js/templates.html:1600 +#: seahub/templates/js/templates.html:1940 +#: seahub/templates/js/templates.html:1976 +msgid "Upload Links" +msgstr "روابظ التحميل" + +#: seahub/templates/js/templates.html:1612 +#: seahub/templates/js/templates.html:1631 +msgid "Created By" +msgstr "أنشئ بواسطة" + +#: seahub/templates/js/templates.html:1614 +#: seahub/templates/js/templates.html:1633 +#: seahub/templates/js/templates.html:1952 +#: seahub/templates/js/templates.html:1987 +#: seahub/templates/sysadmin/userinfo.html:208 +msgid "Visits" +msgstr "عدد الزيارات" + +#: seahub/templates/js/templates.html:1648 +#: seahub/templates/sysadmin/userinfo.html:219 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/view_shared_dir.html:64 +msgid "Directory icon" +msgstr "أيقونة المجلد" + +#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2028 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/sys_inst_admin.html:36 +#: seahub/templates/sysadmin/sys_publink_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:226 +#: seahub/templates/sysadmin/userinfo.html:235 +msgid "Remove" +msgstr "حذف" + +#: seahub/templates/js/templates.html:1686 +#: seahub/templates/js/templates.html:1730 +msgid "Folder" +msgstr "مجلد" + +#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/templates.html:1716 +#: seahub/templates/js/templates.html:1743 +#: seahub/templates/js/templates.html:1762 +msgid "Select a folder" +msgstr "اختر مجلد" + +#: seahub/templates/js/templates.html:1777 +msgid "Old Password" +msgstr "كلمة المرور القديمة" + +#: seahub/templates/js/templates.html:1779 +#: seahub/templates/registration/password_change_form.html:18 +msgid "New Password" +msgstr "كلمة المرور الجديدة" + +#: seahub/templates/js/templates.html:1781 +msgid "New Password Again" +msgstr "إعادة كلمة المرور الجديدة" + +#: seahub/templates/js/templates.html:1810 +msgid "See All Notifications" +msgstr "مشاهدة كل الإشعارات" + +#: seahub/templates/js/templates.html:1862 +#: seahub/templates/js/templates.html:1917 +msgid "Share To" +msgstr "مشاركة مع" + +#: seahub/templates/js/templates.html:1871 +msgid "You have not shared any library" +msgstr "لم تقم بمشاركة أي مكتبة" + +#: seahub/templates/js/templates.html:1872 +msgid "" +"You can share libraries to your friends and colleagues by clicking the share" +" icon of your own libraries in your home page or creating a new library in " +"groups you are in." +msgstr "يمكنك مشاركة المكتبات مع أصدقائك وزملائك بالنقر على أيقونة مشاركة المكتبات الخاصة بك في صفحتك الرئيسية أو بإنشاء مكتبة جديدة في مجموعات أنت فيها." + +#: seahub/templates/js/templates.html:1885 +msgid "all members" +msgstr "كل الأعضاء" + +#: seahub/templates/js/templates.html:1926 +msgid "You have not shared any folder" +msgstr "لم تقم بمشاركة أي مجلد" + +#: seahub/templates/js/templates.html:1927 +msgid "" +"You can share a single folder with a registered user if you don't want to " +"share a whole library." +msgstr "يمكنك مشاركة مجلد واحد مع مستخدم مسجل إذا كنت لا تريد مشاركة مكتبة كاملة." + +#: seahub/templates/js/templates.html:1953 +#: seahub/templates/js/templates.html:2050 +msgid "Expiration" +msgstr "انتهاء" + +#: seahub/templates/js/templates.html:1961 +msgid "You don't have any download link" +msgstr "لا يوجد لديك أى رابط تنزيل" + +#: seahub/templates/js/templates.html:1962 +msgid "" +"You can generate a download link for a folder or a file. People receive this" +" link can view the folder or the file online." +msgstr "يمكنك إنشاء رابط تنزيل لمجلد أو ملف. الأشخاص الذين يتلقون هذا الرابط يمكنهم عرض المجلد أو الملف بشكل مباشر." + +#: seahub/templates/js/templates.html:1995 +msgid "You don't have any upload link" +msgstr "لا يوجد لديك أى رابط تحميل" + +#: seahub/templates/js/templates.html:1996 +msgid "" +"You can generate an upload link from any folder. People receive this link " +"can upload files to this folder." +msgstr "يمكنك إنشاء رابط تحميل من أي مجلد. الأشخاص الذين يتلقون هذا الرابط يمكنهم تحميل ملفات إلى هذا المجلد." + +#: seahub/templates/js/templates.html:2049 +msgid "Invite Time" +msgstr "وقت الدعوة" + +#: seahub/templates/js/templates.html:2051 +msgid "Accepted" +msgstr "مقبول" + +#: seahub/templates/js/templates.html:2059 +msgid "You have not invited any people." +msgstr "لم تقم بدعوة أي شخص." + +#: seahub/templates/libraries.html:21 +msgid "You have not created any libraries" +msgstr "لم تقم بإنشاء أي مكتبة" + +#: seahub/templates/libraries.html:22 +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/libraries.html:35 +msgid "No library is shared to you personally" +msgstr "لا توجد مكتبة مشتركة معك شخصيا" + +#: seahub/templates/libraries.html:36 +msgid "" +"No library is shared to you personally. You can find more shared libraries " +"at \"Shared with groups\"." +msgstr "لا توجد مكتبة مشتركة معك شخصيا. يمكنك أن تجد المزيد من المكتبات المشتركة في \"المشتركة مع المجموعات\"." + +#: seahub/templates/libraries.html:47 +msgid "Add Library" +msgstr "إضافة مكتبة" + +#: seahub/templates/libraries.html:49 +msgid "Share existing libraries" +msgstr "مشاركة المكتبات الموجودة" + +#: seahub/templates/libraries.html:50 +msgid "Create a new library" +msgstr "إنشاء مكتبة جديدة" + +#: seahub/templates/libraries.html:61 +msgid "No public library" +msgstr "لا يوجد مكتبة عامة" + +#: seahub/templates/libraries.html:62 +msgid "" +"You can create a public library by clicking \"New Library\" button, others " +"can view and download this library." +msgstr "يمكنك إنشاء مكتبة عامة بالنقر على زر \"مكتبة جديدة\"، يمكن للآخرين عرض و تنزيل هذه المكتبة." + +#: seahub/templates/libraries.html:70 +msgid "My Groups" +msgstr "مجموعاتي" + +#: seahub/templates/libraries.html:78 +msgid "You are not in any group" +msgstr "أنت لست عضوا في أي محموعة" + +#: seahub/templates/libraries.html:80 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. You can create a group by clicking \"New Group\" button." +msgstr "المحموعة هي مكان يمكنك فيه أنت و أصدقائك ترك الرسائل و التشارك في المكتبات. يمكنك إنشاء مجموعة بالنقر على زر \"مجموعة جديدة\"." + +#: seahub/templates/libraries.html:82 +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/templates/libraries.html:109 +msgid "" +"You can share libraries by clicking the \"New Library\" button above or the " +"\"Share\" icon on your libraries list." +msgstr "يمكنك مشاركة المكتبات بالنقر على زر \"مكتبة جديدة\" في الأعلى أو أيقونة \"مشاركة\" في قائمة مكتباتك." + +#: seahub/templates/libraries.html:110 +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/templates/libraries.html:143 +msgid "Discussions" +msgstr "نقاشات" + +#: seahub/templates/libraries.html:147 +msgid "More..." +msgstr "المزيد..." + +#: seahub/templates/libraries.html:149 +msgid "No discussion in this group yet." +msgstr "لا توجد نقاشات في هذه المجموعة حتى الان." + +#: seahub/templates/libraries.html:156 +msgid "Add a discussion..." +msgstr "إضافة نقاش..." + +#: seahub/templates/libraries.html:171 +msgid "You don't have any starred files yet" +msgstr "لا يوجد لديك أي ملفات مؤشرة حتى الان" + +#: seahub/templates/libraries.html:172 +msgid "" +"You can star important files by clicking the \"Star\" button on file viewing" +" page, and they will be listed here." +msgstr "يمكنك التأشير على الملفات المهمة بالنقر على زر \"تأشير\" في صفحة عرض الملف، و سيتم سردها هنا." + +#: seahub/templates/libraries.html:198 +msgid "You do not have connected devices" +msgstr "لا يوجد لديك أجهزة متصلة" + +#: seahub/templates/libraries.html:199 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "سيتم سرد عملائك هنا (سطح المكتب/أندرويد/iOS)." + +#: seahub/templates/nav_footer.html:2 +msgid "Help" +msgstr "مساعدة" + +#: seahub/templates/nav_footer.html:3 +msgid "About" +msgstr "حول" + +#: seahub/templates/nav_footer.html:4 +msgid "Clients" +msgstr "عملاء" + +#: seahub/templates/nav_footer.html:8 +msgid "Server Version: " +msgstr "إصدارة الخادم: " + +#: seahub/templates/nav_footer.html:8 +msgid "Seafile" +msgstr "Seafile" + +#: seahub/templates/nav_footer.html:9 +msgid "About Us" +msgstr "عنا" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "لقد قمت أنت (أو شخص ما يزعم أنه أنت) بطلب تسجيل حساب في %(site_name)s. إذا لم تكن أنت، الرجاء تجاهل هذا البريد و سيتم حذف عنوانك من سجلاتنا." + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "لتفعيل هذا الحساب، الرجاء النقر على الرابط التالي خلال الأيام %(expiration_days)s القادمة: " + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:46 +msgid "Sign Up" +msgstr "تسجيل جديد" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:8 +#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:25 +#: seahub/templates/sysadmin/user_batch_add_email.html:21 +msgid "Log In" +msgstr "تسجيل دخول" + +#: seahub/templates/registration/login.html:13 +msgid "(forgot password)" +msgstr "(نسيت كلمة المرور)" + +#: seahub/templates/registration/login.html:16 +msgid "CAPTCHA" +msgstr "كلمة التحقق" + +#: seahub/templates/registration/login.html:18 +msgid "Not clear? Refresh it." +msgstr "غير واضح؟ قم بتحديثها." + +#: seahub/templates/registration/login.html:29 +msgid "Incorrect email or password" +msgstr "كلمة المرور أو بريد غير صحيح" + +#: seahub/templates/registration/login.html:37 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "تذكرني لمدة %(remember_days)s يوم " + +#: seahub/templates/registration/login.html:50 +#: seahub/templates/sysadmin/sudo_mode.html:20 +msgid "Shibboleth" +msgstr "Shibboleth" + +#: seahub/templates/registration/login.html:54 +msgid "Kerberos" +msgstr "Kerberos" + +#: seahub/templates/registration/login.html:81 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "فشل تحديث كلمة التحقق، الرجاء المحاولة مرة أخرى لاحقاً." + +#: seahub/templates/registration/login.html:88 +msgid "Email or username cannot be blank" +msgstr "البريد الإلكتروني أو اسم المستخدم لا يمكن أن يكون فارغاً" + +#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/password_change_form.html:66 +#: seahub/templates/registration/registration_form.html:88 +#: seahub/templates/sysadmin/sudo_mode.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:133 +#: seahub/templates/sysadmin/sys_useradmin.html:173 +msgid "Password cannot be blank" +msgstr "كلمة المرور لا يمكن أن تكون فارغة" + +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "تسجيل خروج" + +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "شكرا لاشتراكك! " + +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "أعد تسجيل الدخول" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "تغيير كلمة المرور بنجاح" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "تم تغيير كلمة المرور الخاصة بك بنجاح." + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:11 +msgid "Password Modification" +msgstr "تعديل كلمة المرور" + +#: seahub/templates/registration/password_change_form.html:14 +msgid "Please update your password before continue." +msgstr "الرجاء تحديث كلمة المرور الخاصة بك قبل الاستمرار." + +#: seahub/templates/registration/password_change_form.html:16 +msgid "Current Password" +msgstr "كلمة المرور الحالية" + +#: seahub/templates/registration/password_change_form.html:21 +#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:18 +#: seahub/templates/sysadmin/sys_org_admin.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:77 +#: seahub/templates/sysadmin/sys_useradmin.html:59 +msgid "Confirm Password" +msgstr "تأكيد كلمة المرور" + +#: seahub/templates/registration/password_change_form.html:36 +#: seahub/templates/registration/registration_form.html:58 +#, python-format +msgid "" +"Passwords must have at least %(min_len)s characters and contain %(level)s of" +" the following: uppercase letters, lowercase letters, numbers, and symbols." +msgstr "كلمات المرور يجب أن تتكون من على الأقل %(min_len)s أحرف و تحتوي على %(level)s من ما يلي: أحرف كبيرة، أحرف صغيرة، أرقام و رموز." + +#: seahub/templates/registration/password_change_form.html:62 +msgid "Current password cannot be blank" +msgstr "كلمة المرور الحالية لا يمكن أن يكون فارغاً" + +#: seahub/templates/registration/password_change_form.html:70 +#: seahub/templates/registration/registration_form.html:92 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:142 +#: seahub/templates/sysadmin/sys_org_admin.html:94 +#: seahub/templates/sysadmin/sys_org_info_user.html:137 +#: seahub/templates/sysadmin/sys_useradmin.html:177 +msgid "Please enter the password again" +msgstr "الرجاء إدخال كلمة المرور مرة أخرى" + +#: seahub/templates/registration/password_change_form.html:74 +#: seahub/templates/registration/registration_form.html:96 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:146 +msgid "Passwords don't match" +msgstr "كلمتي المرور غير متطابقتين" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "تم إعادة تعيين كلمة المرور بنجاح" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "تم إعادة تعيين كلمة المرور بنجاح." + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:7 +#: seahub/templates/sysadmin/sys_org_info_user.html:205 +#: seahub/templates/sysadmin/useradmin_js.html:8 +msgid "Password Reset" +msgstr "إعادة تعيين كلمة المرور" + +#: seahub/templates/registration/password_reset_confirm.html:11 +msgid "Reset Password" +msgstr "إعادة تعيين كلمة المرور" + +#: seahub/templates/registration/password_reset_confirm.html:13 +msgid "New Password: " +msgstr "كلمة مرور جديدة: " + +#: seahub/templates/registration/password_reset_confirm.html:16 +msgid "Confirm Password: " +msgstr "تأكيد كلمة المرور: " + +#: seahub/templates/registration/password_reset_confirm.html:26 +msgid "Failed to reset password: this link is no longer available." +msgstr "فشل إعادة تعيين كلمة المرور: هذا الارتباط لم يعد متوفراً." + +#: seahub/templates/registration/password_reset_done.html:8 +msgid "We've sent a password reset email to your mailbox." +msgstr "لقد ارسلنا رسالة إعادة تعيين كلمة المرور إلى بريدك." + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "لإعادة تعيين كلمة مرور حسابك %(account)s على %(site_name)s، الرجاء النقر على الرابط التالي: " + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "إذا لم تقم بطلبها، تجاوزها و حسب." + +#: seahub/templates/registration/password_reset_form.html:9 +msgid "Your email used in login: " +msgstr "بريدك المستخدم في الدخول: " + +#: seahub/templates/registration/password_reset_form.html:12 +msgid "We will send you an email to set new password" +msgstr "سنرسل لك بريد لإعداد كلمة مرور جديدة" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "اكتمل التسجيل" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "تم إرسال بريد التفعيل. الرجاء التحقق من بريدك و النقر على الرابط لتفعيل حسابك." + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "اكتمل التسجيل، الرجاء انتظار تفعيل حسابك بواسطة المدير." + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "وظيفة تسجيل جديد غير مفعلة." + +#: seahub/templates/registration/registration_form.html:3 +msgid "Register" +msgstr "تسجيل" + +#: seahub/templates/registration/registration_form.html:14 +msgid "Welcome back, you are already signed in." +msgstr "مرحبا بعودتك، لقد قمت بتسجيل الدخةل بالفعل." + +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sys_org_info_user.html:129 +#: seahub/templates/sysadmin/sys_useradmin.html:169 +msgid "Email cannot be blank" +msgstr "البريد الإلكتروني لا يمكن أن يكون فارغاً" + +#: seahub/templates/repo_dir_recycle_view.html:13 +#, python-format +msgid "%(repo_dir_name)s Trash" +msgstr "%(repo_dir_name)s سلة النفايات" + +#: seahub/templates/repo_dir_recycle_view.html:45 +msgid "Delete Time" +msgstr "وقت الحذف" + +#: seahub/templates/repo_dir_recycle_view.html:66 +msgid "Clear files in trash and history:" +msgstr "مسح الملفات في سلة النفايات و السجل التاريخي:" + +#: seahub/templates/repo_dir_recycle_view.html:68 +msgid "3 days ago" +msgstr "قبل 3 أيام" + +#: seahub/templates/repo_dir_recycle_view.html:69 +msgid "1 week ago" +msgstr "قبل أسبوع" + +#: seahub/templates/repo_dir_recycle_view.html:70 +msgid "1 month ago" +msgstr "قبل شهر" + +#: seahub/templates/repo_dir_recycle_view.html:169 +msgid "Successfully restored 1 item." +msgstr "تم استعادة عنصر بنجاح" + +#: seahub/templates/repo_history.html:14 +#, python-format +msgid "%(repo_name)s Modification History" +msgstr "%(repo_name)sسجل التعديل" + +#: seahub/templates/repo_history.html:23 +msgid "" +"Tip: a snapshot will be generated after modification, which records the " +"library state after the modification." +msgstr "تلميح: سيتم إتشاء لقطة بعد اتعديل، و التي تسجل حالة المكتبة بعد التعديل." + +#: seahub/templates/repo_history.html:50 +msgid "None" +msgstr "لا شيء" + +#: seahub/templates/repo_history.html:66 +msgid "Current Version" +msgstr "الاصدار الحالي" + +#: seahub/templates/repo_history.html:68 +msgid "View Snapshot" +msgstr "عرض اللقطة" + +#: seahub/templates/repo_history_view.html:13 +#, python-format +msgid "%(repo_name)s Snapshot" +msgstr "%(repo_name)s لقطة" + +#: seahub/templates/repo_history_view.html:65 +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Directory" +msgstr "مجلد" + +#: seahub/templates/repo_history_view.html:89 +msgid "Restore Library" +msgstr "استعادة مكتبة" + +#: seahub/templates/repo_history_view.html:90 +msgid "Are you sure you want to restore this library?" +msgstr "هل أنت متأكد من استعادة هذه المكتبة؟" + +#: seahub/templates/repo_history_view.html:114 +#, python-brace-format +msgid "Successfully restored {dirent_name}" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/directory." +msgstr "الرجاء إدخال كلمة مرور إذا كنت تريد استعراض الملف/المجلد المشترك." + +#: seahub/templates/shared_file_view.html:12 +#: seahub/templates/view_shared_dir.html:12 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "تم تعطيل تحميل الملف: تستخدم حركة المرور وصلة حصة المالك." + +#: seahub/templates/shared_file_view.html:29 +#: seahub/templates/view_shared_dir.html:16 +msgid "Shared by: " +msgstr "مشارك بواسطة: " + +#: seahub/templates/shared_file_view.html:36 +msgid "Save to..." +msgstr "حفظ إلى..." + +#: seahub/templates/shared_file_view.html:48 +msgid "Save To:" +msgstr "حفظ إلى:" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "يمكنك الانتقال إلى الصفحة التالية وتحميل الملفات الخاصة بك:" + +#: seahub/templates/shibboleth/complete.html:8 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "يتم إنشاء الحساب الخاص بك بنجاح، الرجاء الانتظار لمدير البرنامج لتنشيط الحساب الخاص بك." + +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "لم يكن لديك أي مكتبة في الوقت الحاضر" + +#: seahub/templates/snippets/avatar_upload_js.html:40 +msgid " is not supported. Please choose an image file." +msgstr " غير مدعوم. الرجاء اختيار ملف صورة." + +#: seahub/templates/snippets/avatar_upload_js.html:45 +msgid " is not supported. File extensions can only be " +msgstr " غير مدعوم. امتدادات الملف يمكن أن تكون فقط " + +#: seahub/templates/snippets/avatar_upload_js.html:52 +msgid " is too large. Allowed maximum size is 1MB." +msgstr " كبير جدا. الحجم الأقصى المسموح به 1 ميجابايت." + +#: seahub/templates/snippets/file_content_js.html:25 +#: seahub/templates/view_file_svg.html:7 +msgid "To view it online, you can use firefox, chrome or IE 9." +msgstr "لعرضها مباشرة، يمكنك استخدام فايرفوكس، كروم أو IE9." + +#: seahub/templates/snippets/file_encoding.html:5 +#: seahub/templates/view_file_markdown.html:24 +#: seahub/templates/view_file_text.html:29 +msgid "Encoding:" +msgstr "الترميز:" + +#: seahub/templates/snippets/file_encoding.html:8 +#: seahub/templates/view_file_markdown.html:27 +#: seahub/templates/view_file_text.html:32 +msgid "auto detect" +msgstr "اكتشاف تلقائي" + +#: seahub/templates/snippets/file_share_popup.html:3 +#, python-format +msgid "Share %(name)s" +msgstr "مشاركة %(name)s" + +#: seahub/templates/snippets/list_commit_detail.html:23 +msgid "New files" +msgstr "ملفات جديدة" + +#: seahub/templates/snippets/list_commit_detail.html:24 +msgid "Deleted files" +msgstr "ملفات محذوفة" + +#: seahub/templates/snippets/list_commit_detail.html:25 +msgid "Renamed or Moved files" +msgstr "ملفات منقولة أو معاد تسميتها" + +#: seahub/templates/snippets/list_commit_detail.html:26 +msgid "Modified files" +msgstr "ملفات معدلة" + +#: seahub/templates/snippets/list_commit_detail.html:27 +msgid "New directories" +msgstr "مجلدات جديدة" + +#: seahub/templates/snippets/list_commit_detail.html:28 +msgid "Deleted directories" +msgstr "مجلدات محذوفة" + +#: seahub/templates/snippets/list_commit_detail.html:38 +msgid "Unknown error." +msgstr "خطأ غير معروف." + +#: seahub/templates/snippets/office_convert_js.html:73 +#: seahub/templates/snippets/pdfjs_file_viewer.html:31 +msgid "" +"This file has more than 50 pages, and only the first 50 will be shown here." +msgstr "هذا الملف يحتوي على أكثر من 50 صفحة، و سيتم عرض الصفحات ال50 الأولى هنا فقط." + +#: seahub/templates/snippets/office_convert_js.html:84 +#: seahub/templates/snippets/office_convert_js.html:105 +#: seahub/templates/snippets/spreadsheet_convert_js.html:37 +msgid "Document convertion failed." +msgstr "فشل تحويل المستند." + +#: seahub/templates/snippets/office_convert_js.html:87 +msgid "Failed to load this page." +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/pdfjs_file_viewer.html:87 +msgid "" +"You can use IE 10 or other browsers, for example, Firefox, to view it " +"online." +msgstr "يمكنك استخدام IE10 أو متصفحات أخرى، مثلا، فايرفوكس، لعرضها مباشرة." + +#: seahub/templates/snippets/repo_create_js.html:38 +msgid "Description is required" +msgstr "الوصف مطلوب" + +#: seahub/templates/snippets/repo_create_js.html:46 +#: seahub/templates/snippets/shared_link_js.html:134 +msgid "Please enter password" +msgstr "الرجاء إدخال كلمة المرور" + +#: seahub/templates/snippets/search_form.html:17 +#: seahub/templates/snippets/search_form.html:21 +#: seahub/templates/snippets/search_form.html:24 +msgid "In all libraries" +msgstr "في جميع المكتبات" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this wiki" +msgstr "في هذه الWiki" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this library" +msgstr "في هذه المكتبة" + +#: seahub/templates/snippets/search_form.html:22 +#, python-format +msgid "in %(name)s" +msgstr "في %(name)s" + +#: seahub/templates/snippets/search_form.html:30 +#: seahub/templates/snippets/search_form.html:33 +msgid "All file types" +msgstr "كل أنواع الملفات" + +#: seahub/templates/snippets/search_form.html:31 +#: seahub/templates/snippets/search_form.html:34 +msgid "Custom file types" +msgstr "أنواع ملفات مخصصة" + +#: seahub/templates/snippets/search_form.html:45 +msgid "Text files" +msgstr "ملفات نصية" + +#: seahub/templates/snippets/search_form.html:49 +msgid "Documents" +msgstr "مستندات" + +#: seahub/templates/snippets/search_form.html:53 +msgid "Images" +msgstr "صور" + +#: seahub/templates/snippets/search_form.html:57 +msgid "Video" +msgstr "فيديو" + +#: seahub/templates/snippets/search_form.html:61 +msgid "Audio" +msgstr "صوت" + +#: seahub/templates/snippets/search_form.html:65 +msgid "pdf" +msgstr "pdf" + +#: seahub/templates/snippets/search_form.html:69 +msgid "markdown" +msgstr "markdown" + +#: seahub/templates/snippets/search_form.html:72 +msgid "Input file extensions here, separate with ','" +msgstr "أدخل امتدادات الملف هنا، افصل بينها ب ','" + +#: seahub/templates/snippets/search_form.html:73 +msgid "" +"Please select at least one file type or input at least one file extension" +msgstr "الرجاء اختيار نوع ملف واحد على الأقل أو أدخل امتداد ملف واحد على الأقل" + +#: seahub/templates/snippets/shared_link_js.html:61 +msgid "Please input at least an email." +msgstr "الرجاء إدخال عنوان بريد على الأقل." + +#: seahub/templates/snippets/shared_link_js.html:84 +#, python-brace-format +msgid "Successfully sent to {placeholder}" +msgstr "تم الارسال بنجاح الى {placeholder}" + +#: seahub/templates/snippets/shared_link_js.html:88 +#, python-brace-format +msgid "Failed to send to {placeholder}" +msgstr "فشل الارسال الى {placeholder}" + +#: seahub/templates/snippets/shared_link_js.html:155 +msgid "Please enter days" +msgstr "الرجاء ادخال الأيام" + +#: seahub/templates/snippets/shared_link_js.html:161 +msgid "Please enter valid days" +msgstr "الرجاء ادخال أيام صحيحة" + +#: seahub/templates/snippets/space_and_traffic.html:3 +msgid "Used:" +msgstr "مُستخدم:" + +#: seahub/templates/snippets/space_and_traffic.html:19 +msgid "Traffic this month:" +msgstr "الحركة هذا الشهر:" + +#: seahub/templates/snippets/space_and_traffic.html:23 +msgid "Payment" +msgstr "الدفع" + +#: seahub/templates/sysadmin/org_admin_table.html:5 +#: seahub/templates/sysadmin/sys_org_info_group.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:11 +#: seahub/views/sysadmin.py:1062 +msgid "Creator" +msgstr "المنشئ" + +#: seahub/templates/sysadmin/org_admin_table.html:7 +msgid "Created At / Expiration" +msgstr "تم الانشاء في/الانتهاء" + +#: seahub/templates/sysadmin/repo_transfer_form.html:3 +msgid "Transfer Library" +msgstr "تحويل مكتبة" + +#: seahub/templates/sysadmin/repo_transfer_form.html:4 +#, python-format +msgid "Transfer %(lib_name)s to:" +msgstr "تحويل %(lib_name)s إلى:" + +#: seahub/templates/sysadmin/repoadmin_js.html:18 +msgid "Search user or enter email and press Enter" +msgstr "ابحث عن مستخدم أو أدخل عنوان بريد ثم اضغط مفتاح الادخال" + +#: seahub/templates/sysadmin/repoadmin_js.html:19 +msgid "Please enter 1 or more character" +msgstr "الرجاء ادخال حرف أو أكثر" + +#: seahub/templates/sysadmin/repoadmin_js.html:20 +msgid "No matches" +msgstr "لا يوجد تطابق" + +#: seahub/templates/sysadmin/repoadmin_js.html:21 +msgid "Searching..." +msgstr "جاري البحث..." + +#: seahub/templates/sysadmin/repoadmin_js.html:22 +msgid "Loading failed" +msgstr "فشل التحميل" + +#: seahub/templates/sysadmin/repoadmin_js.html:23 +msgid "You cannot select any more choices" +msgstr "لا يمكنك تحديد اختيارات أكثر" + +#: seahub/templates/sysadmin/repoadmin_js.html:47 +#: seahub/templates/sysadmin/sys_org_info_library.html:60 +msgid "Delete Library" +msgstr "حذف مكتبة" + +#: seahub/templates/sysadmin/repoadmin_js.html:58 +#: seahub/templates/sysadmin/sys_org_info_user.html:190 +msgid "Successfully deleted 1 item." +msgstr "تم حذف عنصر واحد بنجاح." + +#: seahub/templates/sysadmin/settings.html:11 +msgid "" +"Note: Settings via web interface are saved in database table (seahub-" +"db/constance_config). They have a higher priority over the settings in " +"config files." +msgstr "ملاحظة: الاعدادات في واجهة الويب يتم حفظها في جدول قاعدة البيانات (seahub-db/constance_config). هذه الاعدادات لديها أولوية أكبر من الاعدادات المحفوظة في ملف الاعداد." + +#: seahub/templates/sysadmin/settings.html:17 +msgid "" +"The URL of the server, like https://seafile.example.com or " +"http://192.168.1.2:8000" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:24 +msgid "" +"The internal URL for downloading/uploading files. Users will not be able to " +"download/upload files if this is not set correctly. If you config Seafile " +"behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " +"https://seafile.example.com/seafhttp ." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:33 +msgid "allow new registrations" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:34 +msgid "" +"Allow new user registrations. Uncheck this to prevent anyone from creating a" +" new account." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:39 +msgid "activate after registration" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:40 +msgid "" +"Activate user immediately after registration. If unchecked, an user need to " +"be activated by administrator or via activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:45 +msgid "send activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:46 +msgid "Send activation Email after user registration." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:51 +msgid "keep sign in" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:52 +msgid "Number of days that keep user sign in." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:57 +msgid "The maximum number of failed login attempts before showing CAPTCHA." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:62 +msgid "Freeze user account when failed login attempts exceed limit." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:72 +msgid "strong password" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:73 +msgid "Force user to use a strong password when sign up or change password." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:78 +msgid "force password change" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:79 +msgid "" +"Force user to change password when account is newly added or reset by admin" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:84 +msgid "password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:85 +msgid "The least number of characters an account password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:90 +msgid "password strength level" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:91 +msgid "" +"The level(1-4) of an account password's strength. For example, '3' means " +"password must have at least 3 of the following: num, upper letter, lower " +"letter and other symbols" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:98 +msgid "enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:99 +msgid "Enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:108 +msgid "library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:109 +msgid "Allow user to keep library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:114 +msgid "encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:115 +msgid "Allow user to create encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:120 +msgid "library password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:121 +msgid "" +"The least number of characters an encrypted library password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:128 +msgid "download/upload link password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:129 +msgid "" +"The least number of characters a download/upload link password should " +"include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:135 +msgid "" +"Allow user to add organization library. If unchecked, only system admin can " +"add library." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:140 +msgid "Sync" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:144 +msgid "" +"If turn on, the desktop clients will not be able to sync a folder outside " +"the default Seafile folder." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:197 +#: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 +#: seahub/views/sysadmin.py:1267 seahub/views/sysadmin.py:2041 +#: seahub/views/sysadmin.py:2083 seahub/views/sysadmin.py:2254 +msgid "Success" +msgstr "نجاح" + +#: seahub/templates/sysadmin/sudo_mode.html:8 +msgid "Confirm password to continue" +msgstr "تأكيد كلمة المرور للمتابعة" + +#: seahub/templates/sysadmin/sudo_mode.html:13 +msgid "Incorrect password" +msgstr "كلمة المرور غير صحيحة" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Tip:" +msgstr "تلميح:" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "أنت الان داخل منطقة الادارة، لن نقوم بطلب كلمة مرور منك مرة أخرى لبضعة ساعات." + +#: seahub/templates/sysadmin/sys_inst_admin.html:9 +msgid "All Institutions" +msgstr "كل المؤسسات" + +#: seahub/templates/sysadmin/sys_inst_admin.html:17 +msgid "Add institution" +msgstr "إضافة مؤسسة" + +#: seahub/templates/sysadmin/sys_inst_admin.html:60 +#: seahub/templates/sysadmin/sys_org_admin.html:78 +msgid "Name can not be blank" +msgstr "الاسم لا يمكن أن يكون فارغا" + +#: seahub/templates/sysadmin/sys_inst_admin.html:66 +msgid "Delete Institution" +msgstr "حذف مؤسسة" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:8 +#: seahub/templates/sysadmin/sys_inst_info_user.html:8 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:19 +#: seahub/templates/sysadmin/sys_useradmin.html:19 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:19 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:18 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:19 +msgid "Admins" +msgstr "المدراء" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:41 +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +#: seahub/templates/sysadmin/useradmin_js.html:13 +#: seahub/templates/sysadmin/useradmin_table.html:102 +msgid "Revoke Admin" +msgstr "إلغاء صلاحية مدير" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:20 +#: seahub/templates/sysadmin/sys_org_info_base.html:20 +msgid "Number of members" +msgstr "عدد الأعضاء" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:29 +msgid "Set storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:31 +#: seahub/templates/sysadmin/sys_org_info_base.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:106 +msgid "Tip: 0 means default limit" +msgstr "ملحوظة: 0 يعني الحد الافتراضي" + +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +msgid "Set Admin" +msgstr "تحديد مدير" + +#: seahub/templates/sysadmin/sys_inst_search_user.html:48 +#: seahub/templates/sysadmin/sys_org_search.html:19 +#: seahub/templates/sysadmin/user_search.html:23 +msgid "No result" +msgstr "لا توجد نتيجة" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:7 +msgid "All Invitations" +msgstr "كل الدعوات" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:12 +msgid "Inviter" +msgstr "الداعي" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:13 +msgid "Accepter" +msgstr "القابل" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:15 +msgid "Invited at" +msgstr "مدعو إلى" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:16 +msgid "Accepted at" +msgstr "مقبول على" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:40 +msgid "There is no invitation yet." +msgstr "لا توجد دعوة حتى الان." + +#: seahub/templates/sysadmin/sys_org_admin.html:19 +#: seahub/templates/sysadmin/sys_org_admin.html:23 +msgid "Add organization" +msgstr "أضافة تنظيم" + +#: seahub/templates/sysadmin/sys_org_admin.html:27 +msgid "Url Prefix" +msgstr "بادئة الرابط" + +#: seahub/templates/sysadmin/sys_org_admin.html:30 +msgid "Owner can use admin panel in an organization, must be a new account." +msgstr "يمكن للمالك استخدام لوحة الإدارة في منظمة، ويجب أن يكون حساب جديد." + +#: seahub/templates/sysadmin/sys_org_admin.html:49 +msgid "None." +msgstr "لا شيء." + +#: seahub/templates/sysadmin/sys_org_admin.html:82 +msgid "Url can not be blank" +msgstr "لا يمكن أن يكون عنوان Url فارغة" + +#: seahub/templates/sysadmin/sys_org_admin.html:86 +msgid "Owner can not be blank" +msgstr "المالك لا يمكن أن يكون فارغاً" + +#: seahub/templates/sysadmin/sys_org_admin.html:90 +msgid "Password can not be blank" +msgstr "لا يمكن أن تكون كلمة المرور فارغة" + +#: seahub/templates/sysadmin/sys_org_admin.html:98 +#: seahub/templates/sysadmin/sys_org_info_user.html:141 +#: seahub/templates/sysadmin/sys_useradmin.html:181 +msgid "Passwords do not match" +msgstr "كلمات المرور غير متوافقة" + +#: seahub/templates/sysadmin/sys_org_admin.html:137 +msgid "Remove Trial" +msgstr "إزالة المحاولة" + +#: seahub/templates/sysadmin/sys_org_admin.html:138 +#, python-format +msgid "Are you sure you want to remove trial for %s ?" +msgstr "هل أنت متأكد من أنك تريد إزالة المحاولة ل %s؟" + +#: seahub/templates/sysadmin/sys_org_info_base.html:16 +msgid "Back to organization list" +msgstr "العودة إلى قائمة المنظمة" + +#: seahub/templates/sysadmin/sys_org_info_base.html:22 +msgid "Number of groups" +msgstr "عدد المجموعات" + +#: seahub/templates/sysadmin/sys_org_info_base.html:31 +msgid "Set org storage limit" +msgstr "تحديد حد التخزين للمنظمة" + +#: seahub/templates/sysadmin/sys_org_info_base.html:35 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:91 +#: seahub/templates/sysadmin/useradmin_table.html:114 +#: seahub/templates/sysadmin/userinfo.html:105 +msgid "An integer that is greater than or equal to 0." +msgstr "عدد صحيح أكبر من أو يساوي 0." + +#: seahub/templates/sysadmin/sys_org_info_group.html:34 +msgid "This organization doesn't have any groups" +msgstr "المنظمة لا تحتوي أي مجموعات" + +#: seahub/templates/sysadmin/sys_org_info_group.html:43 +#: seahub/templates/sysadmin/userinfo.html:432 +msgid "Delete Group" +msgstr "حذف مجموعة" + +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +msgid "directory icon" +msgstr "أيقونة المجلد" + +#: seahub/templates/sysadmin/sys_org_info_library.html:50 +msgid "This organization doesn't have any libraries" +msgstr "المنظمة لا تحتوي أي مكتبات" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:16 +msgid "Rename Organization" +msgstr "تعديل اسم المنظمة" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:18 +msgid "New Name" +msgstr "اسم جديد" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:24 +msgid "Limit Organization User Number" +msgstr "تقييد عدد مستخدمي المنظمة" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:26 +msgid "Max User Number" +msgstr "أقصى عدد للمستخدمين" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:52 +#: seahub/views/sysadmin.py:1261 +msgid "Input should be a number" +msgstr "يجب ادخال رقم" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:55 +#: seahub/views/sysadmin.py:1271 +msgid "Input number should be greater than 0" +msgstr "يجب ادخال رقم أكبر من 0" + +#: seahub/templates/sysadmin/sys_org_info_user.html:13 +#: seahub/templates/sysadmin/sys_org_info_user.html:64 +#: seahub/templates/sysadmin/sys_useradmin.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:37 +msgid "Add user" +msgstr "إضافة مستخدم" + +#: seahub/templates/sysadmin/sys_org_info_user.html:52 +#: seahub/templates/sysadmin/useradmin_table.html:99 +msgid "ResetPwd" +msgstr "إعادة تعيين كلمة المرور" + +#: seahub/templates/sysadmin/sys_org_info_user.html:68 +#: seahub/templates/sysadmin/sys_useradmin.html:41 +msgid "Name(optional)" +msgstr "الاسم(اختياري)" + +#: seahub/templates/sysadmin/sys_org_info_user.html:101 +#: seahub/templates/sysadmin/sys_org_info_user.html:115 +#: seahub/templates/sysadmin/sys_useradmin.html:140 +#: seahub/templates/sysadmin/sys_useradmin.html:153 +msgid "Hide" +msgstr "إخفاء" + +#: seahub/templates/sysadmin/sys_org_info_user.html:206 +#: seahub/templates/sysadmin/useradmin_js.html:9 +#, python-format +msgid "Are you sure you want to reset the password of %s ?" +msgstr "هل أنت متأكد من أنك تريد إعادة تعيين كلمة مرور %s؟" + +#: seahub/templates/sysadmin/sys_org_search.html:9 +msgid "Tip: you can search by keyword in name or creator or both." +msgstr "تلميح: يمكنك البحث بواسطة الكلمات الرئيسية في الاسم أو المالك أو كليهما." + +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:13 +msgid "Quota can not be empty" +msgstr "المساحة المخصصة لا يمكن أن تكون فارغة" + +#: seahub/templates/sysadmin/sys_publink_admin.html:7 +msgid "All Public Links" +msgstr "كل الروابط العامة" + +#: seahub/templates/sysadmin/sys_publink_admin.html:15 +msgid "Count" +msgstr "عدد" + +#: seahub/templates/sysadmin/sys_terms_admin.html:18 +#: seahub/templates/sysadmin/sys_terms_admin.html:61 +msgid "Text" +msgstr "نص" + +#: seahub/templates/sysadmin/sys_terms_admin.html:19 +msgid "Created" +msgstr "منشأة" + +#: seahub/templates/sysadmin/sys_terms_admin.html:20 +#: seahub/templates/sysadmin/sys_terms_admin.html:64 +msgid "Activated" +msgstr "مفعلة" + +#: seahub/templates/sysadmin/sys_terms_admin.html:52 +msgid "Add Terms and Conditions" +msgstr "إضافة الشروط و المسميات" + +#: seahub/templates/sysadmin/sys_terms_admin.html:58 +msgid "Version Number" +msgstr "رقم الاصدار" + +#: seahub/templates/sysadmin/sys_terms_admin.html:66 +msgid "On" +msgstr "On" + +#: seahub/templates/sysadmin/sys_terms_admin.html:68 +msgid "Off" +msgstr "Off" + +#: seahub/templates/sysadmin/sys_terms_admin.html:131 +msgid "Update Terms and Conditions" +msgstr "تحديث الشروط و المسميات" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:8 +msgid "User Traffic" +msgstr "حركة المستخجم" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Month:" +msgstr "الشهر:" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:18 +msgid "Total Usage" +msgstr "الاستخدام الكلي" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:16 +#: seahub/templates/sysadmin/sys_useradmin.html:14 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:14 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:15 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:14 +msgid "Database" +msgstr "قاعدة بيانات" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:17 +#: seahub/templates/sysadmin/sys_useradmin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:16 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:16 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:16 +msgid "LDAP" +msgstr "LDAP" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:18 +#: seahub/templates/sysadmin/sys_useradmin.html:17 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:17 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:17 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "LDAP(imported)" +msgstr "LDAP(imported)" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:31 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:26 +#: seahub/templates/sysadmin/user_search.html:16 +msgid "Set quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:32 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 +#: seahub/templates/sysadmin/user_search.html:17 +msgid "Delete users" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 +#: seahub/templates/sysadmin/useradmin_table.html:13 +#: seahub/templates/sysadmin/userinfo.html:73 +msgid "Space Used / Quota" +msgstr "المساحة المستخدمة/المخصصة" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:38 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "Last Login" +msgstr "آخر دخول" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:73 +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/userinfo.html:83 +msgid "Edit Quota" +msgstr "تحرير المساحة المخصصة" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:99 +msgid "No LDAP users have been imported" +msgstr "لم يتم استيراد مستخدم LDAP" + +#: seahub/templates/sysadmin/sys_useradmin.html:26 +msgid "Import users" +msgstr "استيراد مستخدمين" + +#: seahub/templates/sysadmin/sys_useradmin.html:43 +msgid "Department(optional)" +msgstr "القسم(اختياري)" + +#: seahub/templates/sysadmin/sys_useradmin.html:47 +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:66 +msgid "Import users from a CSV file" +msgstr "استيراد مستخدمين من ملف CSV" + +#: seahub/templates/sysadmin/sys_useradmin.html:69 +msgid "File format: user@mail.com,password,name,department,role,quota" +msgstr "تنسيق الملف: user@mail.com,كلمة مرور,الاسم,القسم,قاعدة,المخصص" + +#: seahub/templates/sysadmin/sys_useradmin.html:70 +msgid "Name, department, role and quota are optional." +msgstr "الاسم، القسم، القاعدة و المخصص كلها اختيارية." + +#: seahub/templates/sysadmin/sys_useradmin.html:72 +msgid "Please choose a CSV file" +msgstr "الرجاء اختيار ملف CSV" + +#: seahub/templates/sysadmin/sys_useradmin.html:97 +#, python-format +msgid "A new server version %(v)s is available." +msgstr "توجد إصدارة خادم %(v)s جديدة متوفرة." + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:23 +msgid "Add admin" +msgstr "إضافة مدير" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:32 +msgid "Add admins" +msgstr "إضافة مدراء" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:35 +msgid "Enter" +msgstr "دخول" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:38 +msgid "emails, separated by ','" +msgstr "عناوين بريد مفصولة ب ','" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:39 +msgid "Tip: the emails should be the users already added." +msgstr "تلميح: عناوين البريد يجب أن تكون نفس المستخدمين المضافين سابقا." + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:8 +msgid "Virus Scan Records" +msgstr "سجلات فحص الفيروسات" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:13 +msgid "Virus File" +msgstr "ملف فيروس" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:25 +msgid "Handled" +msgstr "تم معالجته" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "لقد تم تفعيل حسابك %(username)s على %(site_name)s." + +#: seahub/templates/sysadmin/user_add_email.html:13 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:15 +#: seahub/templates/sysadmin/user_batch_add_email.html:12 +#, python-format +msgid "%(escaped_nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Here is your account information:" +msgstr "إليك معلومات حسابك:" + +#: seahub/templates/sysadmin/user_add_email.html:21 +#: seahub/templates/sysadmin/user_batch_add_email.html:17 +#, python-format +msgid "Email: %(email)s" +msgstr "عنوان البريد: %(email)s" + +#: seahub/templates/sysadmin/user_add_email.html:22 +#: seahub/templates/sysadmin/user_batch_add_email.html:18 +#, python-format +msgid "Password: %(password)s" +msgstr "كلمة المرور: %(password)s" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "لقد تجمد الحساب %(user)s نتيجة للإفراط في محاولة دخول فاشلة. الرجاء المراجعة على:" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "تم إعادة تعيين كلمة المرور الخاصة بك على %(site_name)s. والان هي %(password)s. يرجى تغييره باسرع ما يمكن. " + +#: seahub/templates/sysadmin/useradmin_js.html:14 +#, python-format +msgid "Are you sure you want to revoke the admin permission of %s ?" +msgstr "هل أنت متأكد من أنك تريد إلغاء إذن المشرف %s؟" + +#: seahub/templates/sysadmin/useradmin_js.html:123 +msgid "Are you sure you want to delete the selected user(s) ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:150 +#, python-brace-format +msgid "Successfully deleted {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:233 +#, python-brace-format +msgid "Successfully set quota for {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:259 +#, python-brace-format +msgid "Successfully set quota for {user}." +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:40 +msgid "Organization" +msgstr "منظمة" + +#: seahub/templates/sysadmin/userinfo.html:88 +msgid "Set user name" +msgstr "تحديد اسم المستخدم" + +#: seahub/templates/sysadmin/userinfo.html:95 +msgid "Set user department" +msgstr "تحديد قسم المستخدم" + +#: seahub/templates/sysadmin/userinfo.html:168 +msgid "Share From" +msgstr "مشاركة من" + +#: seahub/templates/sysadmin/userinfo.html:195 +msgid "This user has no shared libraries" +msgstr "هذا المستخدم ليس لديه أي مكتبة" + +#: seahub/templates/sysadmin/userinfo.html:243 +msgid "This user has not created any shared links" +msgstr "هذا المستخدم لم ينشئ أي روابط مشاركة" + +#: seahub/templates/termsandconditions/tc_accept_terms.html:10 +msgid "Accept" +msgstr "قبول" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "تفاصيل التعديل" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "إنه ملف فارغ منشئ حديثا." + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "قبل التعديل" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "بعد التعديل" + +#: seahub/templates/user_404.html:6 +msgid "Sorry, this user is not registered yet." +msgstr "المعذرة، هذا المستخدم لم مسجل بعد." + +#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "updated this file" +msgstr "حدث هذا الملف" + +#: seahub/templates/view_file_base.html:69 +msgid "Comment" +msgstr "تعليق" + +#: seahub/templates/view_file_base.html:91 +msgid "Back to top" +msgstr "عودة للأعلى" + +#: seahub/templates/view_file_base.html:91 +msgid "top" +msgstr "الأعلى" + +#: seahub/templates/view_file_base.html:98 +msgid "Comments" +msgstr "تعليقات" + +#: seahub/templates/view_file_base.html:103 +msgid "No comment yet." +msgstr "لا تعليق حتى الان." + +#: seahub/templates/view_file_base.html:110 +msgid "Add a comment..." +msgstr "إضافة تعليق..." + +#: seahub/templates/view_file_image.html:14 +msgid "you can also press ← " +msgstr "يمكنك ايضا الضغط على ← " + +#: seahub/templates/view_file_image.html:17 +msgid "you can also press → " +msgstr "يمكنك ايضا الضفط على → " + +#: seahub/templates/view_shared_dir.html:45 +msgid "ZIP" +msgstr "ZIP" + +#: seahub/templates/view_shared_dir.html:175 +msgid "Close (Esc)" +msgstr "إغلاق(Esc)" + +#: seahub/templates/view_shared_dir.html:176 +msgid "Loading..." +msgstr "جاري التحميل..." + +#: seahub/templates/view_shared_dir.html:179 +msgid "Previous (Left arrow key)" +msgstr "السابق(السهم إلى اليسار)" + +#: seahub/templates/view_shared_dir.html:180 +msgid "Next (Right arrow key)" +msgstr "التالي(السهم إلى اليمين)" + +#: seahub/templates/view_shared_dir.html:181 +#, python-format +msgid "%%curr%% of %%total%%" +msgstr "%%curr%% من %%total%%" + +#: seahub/templates/view_shared_dir.html:187 +msgid "Open in New Tab" +msgstr "فتح في صفحة جديدة" + +#: seahub/templates/view_shared_dir.html:190 +#, python-format +msgid "The image could not be loaded." +msgstr "الصورة لا يمكن تحميلها." + +#: seahub/templates/view_shared_dir.html:209 +msgid "Packaging..." +msgstr "جاري الحزم..." + +#: seahub/templates/view_shared_upload_link.html:8 +#, python-format +msgid "Upload files to %(dir_name)s" +msgstr "رفم الملفات إلى %(dir_name)s" + +#: seahub/templates/view_shared_upload_link.html:9 +msgid "shared by:" +msgstr "مشارك بواسطة:" + +#: seahub/templates/view_shared_upload_link.html:11 +msgid "The owner of this library has run out of space." +msgstr "لم يعد لدى مالك هذه المكتبة مساحة." + +#: seahub/templates/view_shared_upload_link.html:18 +#: seahub/templates/view_shared_upload_link.html:63 +msgid "Add Files" +msgstr "إضافة ملفات" + +#: seahub/templates/view_shared_upload_link.html:24 +msgid "Add folder" +msgstr "إضافة مجلد" + +#: seahub/templates/view_shared_upload_link.html:34 +msgid "" +"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE " +"10.0+" +msgstr "سحب و إفلات الملف مدعوم على Chrome, Safari 5.0+, Firefox 4.0+, IE 10.0+" + +#: seahub/templates/view_shared_upload_link.html:36 +msgid "Folder Drag & Drop is supported for Chrome" +msgstr "سحب و إفلات الملف مدعوم على Chrome" + +#: seahub/templates/view_shared_upload_link.html:39 +#, python-format +msgid "File size should be smaller than %(max_file_size)s" +msgstr "حجم الملف يجب أن يكون أصغر من %(max_file_size)s" + +#: seahub/templates/view_shared_upload_link.html:74 +msgid "File is too big" +msgstr "الملف كبير جدا" + +#: seahub/templates/view_shared_upload_link.html:75 +msgid "File is too small" +msgstr "الملف صغير جدا" + +#: seahub/templates/view_shared_upload_link.html:76 +msgid "Filetype not allowed" +msgstr "نوع الملف غير مسموح" + +#: seahub/templates/view_shared_upload_link.html:77 +msgid "Max number of files exceeded" +msgstr "تجاوز الحد الأقصى لعدد الملفات" + +#: seahub/templates/view_shared_upload_link.html:78 +msgid "Uploaded bytes exceed file size" +msgstr "تجاوزت البايتات المحملة حجم الملف" + +#: seahub/templates/view_shared_upload_link.html:79 +msgid "Empty file upload result" +msgstr "نتيجة تحميل ملف فارغ" + +#: seahub/templates/view_shared_upload_link.html:82 +msgid "uploaded" +msgstr "محمل" + +#: seahub/templates/view_shared_upload_link.html:83 +msgid "canceled" +msgstr "ملغي" + +#: seahub/templates/view_shared_upload_link.html:84 +msgid "Start" +msgstr "بدأ" + +#: seahub/templates/view_shared_upload_link.html:190 +msgid "Failed to get upload url" +msgstr "فشل الحصول على رابط التحميل" + +#: seahub/templates/view_trash_file.html:6 +msgid "Current Path: " +msgstr "المسار الحالي: " + +#: seahub/templates/wiki/personal_wiki.html:34 +msgid "You do not have personal wiki" +msgstr "ليس لديك wiki شخصية" + +#: seahub/templates/wiki/personal_wiki.html:44 +msgid "personal-wiki" +msgstr "wiki شخصية" + +#: seahub/templates/wiki/personal_wiki.html:46 +msgid "Personal Wiki Pages" +msgstr "صفحات wiki شخصية" + +#: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 +msgid "Invalid arguments." +msgstr "معاملات غير صحيحة." + +#: seahub/thumbnail/views.py:63 seahub/thumbnail/views.py:183 +msgid "Failed to create thumbnail." +msgstr "فشل انشاء المصغر." + +#: seahub/thumbnail/views.py:152 +msgid "Invalid token." +msgstr "رمز غير صحيح." + +#: seahub/utils/__init__.py:128 +msgid "permission error" +msgstr "خطأ في الإذن" + +#: seahub/views/__init__.py:423 seahub/views/__init__.py:439 +msgid "Unable to view recycle page" +msgstr "عاجز عن عرض صفحة المحذوفات" + +#: seahub/views/__init__.py:507 +msgid "Unable to view library modification" +msgstr "عاجز عن عرض تعديلات المكتبة" + +#: seahub/views/__init__.py:574 seahub/views/__init__.py:615 +#: seahub/views/__init__.py:831 seahub/views/__init__.py:959 +#: seahub/views/file.py:1575 seahub/views/sysadmin.py:1552 +msgid "Library does not exist" +msgstr "المكتبة غير موجودة" + +#: seahub/views/__init__.py:607 +msgid "Please specify history ID" +msgstr "يرجى تحديد معرف السجل التاريخي" + +#: seahub/views/__init__.py:613 seahub/views/file.py:1116 +msgid "Invalid arguments" +msgstr "معاملات غير صحيحة" + +#: seahub/views/__init__.py:617 +msgid "History you specified does not exist" +msgstr "السجل التاريخي المحدد غير موجود" + +#: seahub/views/__init__.py:619 +msgid "Unknown error" +msgstr "خطأ غير معروف" + +#: seahub/views/__init__.py:847 +msgid "No revisions found" +msgstr "لا يوجد مراجعات" + +#: seahub/views/__init__.py:966 seahub/views/repo.py:196 +#, python-format +msgid "\"%s\" does not exist." +msgstr "\"%s\" غير موجود." + +#: seahub/views/__init__.py:984 seahub/views/file.py:1084 +msgid "Internal Error" +msgstr "خطأ داخلي" + +#: seahub/views/__init__.py:987 +#, python-format +msgid "Unable to download directory \"%s\": size is too large." +msgstr "لم يتمكن من تنزيل المجلد \"%s\": الحجم كبير جدا." + +#: seahub/views/__init__.py:1003 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "لم يتمكن من تنزيل \"%s\"" + +#: seahub/views/__init__.py:1095 +msgid "Successfully enable \"Personal Wiki\"." +msgstr "تمكين \"wiki شخصية\" بنجاح." + +#: seahub/views/__init__.py:1100 +msgid "Successfully disable \"Personal Wiki\"." +msgstr "تعطيل \"wiki شخصية\" بنجاح." + +#: seahub/views/ajax.py:81 +msgid "You don't have permission to access the library." +msgstr "ليس لديك الصلاحية للوصول لهذه المكتبة." + +#: seahub/views/ajax.py:89 +msgid "No path." +msgstr "لا يوجد مسار." + +#: seahub/views/ajax.py:154 +msgid "The group doesn't exist" +msgstr "المجموعة غير موجودة" + +#: seahub/views/ajax.py:226 seahub/views/ajax.py:758 seahub/views/ajax.py:1114 +msgid "Library is encrypted." +msgstr "المكتبة مشفرة." + +#: seahub/views/ajax.py:232 seahub/views/ajax.py:764 +msgid "Error: no head commit id" +msgstr "خطأ: لا يوجد معرف حفظ رئيسي" + +#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +msgid "Argument missing." +msgstr "متغير مفقود." + +#: seahub/views/ajax.py:485 +#, python-format +msgid "Internal error. Failed to delete %s." +msgstr "خطأ داخلي. فشل حذف %s." + +#: seahub/views/ajax.py:563 +#, python-format +msgid "Destination path is too long for %s." +msgstr "مسار الوجهة طويل جدا على %s." + +#: seahub/views/ajax.py:622 +msgid "Out of quota." +msgstr "نفدت المساحة المخصصة." + +#: seahub/views/ajax.py:696 +msgid "You do not have permission to copy files/folders in this directory" +msgstr "ليس لديك الصلاحية لنسخ الملفات/المجلدات في هذا المجلد" + +#: seahub/views/ajax.py:703 +#, python-format +msgid "Can not copy directory %(src)s to its subdirectory %(des)s" +msgstr "لا يمكن نسخ المجلد %(src)s إلى المجلدات المتفرعة منه %(des)s" + +#: seahub/views/ajax.py:799 +msgid "Failed to get file block list" +msgstr "فشل الحصول على قائمة حظر الملف" + +#: seahub/views/ajax.py:837 +msgid "Wrong repo id" +msgstr "معرف تقرير خاطئ" + +#: seahub/views/ajax.py:846 seahub/views/file.py:393 seahub/views/file.py:815 +#: seahub/views/file.py:988 seahub/views/file.py:1584 +msgid "File does not exist" +msgstr "الملف غير موجود" + +#: seahub/views/ajax.py:1056 +msgid "Bad upload link token." +msgstr "رمز رابط تحميل غير صالح." + +#: seahub/views/ajax.py:1062 +msgid "Bad repo id in upload link." +msgstr "معرف تقرير غير صالح في رابط التحميل." + +#: seahub/views/ajax.py:1136 +msgid "No conflict in the merge." +msgstr "لا يوجد تعارضات في الدمج." + +#: seahub/views/ajax.py:1211 +msgid "Failed, file is too large" +msgstr "فشل، الملف كبير جدا" + +#: seahub/views/file.py:152 +msgid "HTTPError: failed to open file online" +msgstr "HTTPError: فشل في فتح ملف على الإنترنت" + +#: seahub/views/file.py:156 +msgid "URLError: failed to open file online" +msgstr "URLError: فشل في فتح ملف على الإنترنت" + +#: seahub/views/file.py:163 seahub/views/file.py:1134 +msgid "The encoding you chose is not proper." +msgstr "الترميز الذي اخترته غير مناسب." + +#: seahub/views/file.py:180 seahub/views/file.py:183 +msgid "Unknown file encoding" +msgstr "ترميز الملف غير معروف" + +#: seahub/views/file.py:303 seahub/views/file.py:312 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "حجم الملف يتجاوز %s، ولا يمكن فتحه على الإنترنت." + +#: seahub/views/file.py:327 +msgid "The library is encrypted, can not open file online." +msgstr "المكتبة مشفرة، و لا يمكن فتحها على الانترنت." + +#: seahub/views/file.py:405 seahub/views/file.py:700 seahub/views/file.py:715 +#: seahub/views/file.py:733 +msgid "Unable to view file" +msgstr "غير قادر على عرض الملف" + +#: seahub/views/file.py:760 +msgid "Unable to download file, invalid file path" +msgstr "غير قادر على تنزيل الملف، مسار الملف غير صحيح" + +#: seahub/views/file.py:769 +msgid "Unable to download file, wrong file path" +msgstr "غير قادر على تنزيل الملف، مسار الملف خاطئ" + +#: seahub/views/file.py:774 +msgid "Unable to download file, share link traffic is used up." +msgstr "غير قادر على تنزيل الملف، تم استهلاك حركة بيانات رابط المشاركة." + +#: seahub/views/file.py:837 +msgid "Unable to view raw file, share link traffic is used up." +msgstr "غير قادر على عرض الملف، تم استهلاك حركة بيانات رابط المشاركة." + +#: seahub/views/file.py:1106 +msgid "The library does not exist." +msgstr "المكتبة غير موجودة." + +#: seahub/views/file.py:1110 +msgid "The library is encrypted." +msgstr "المكتبة مشفرة." + +#: seahub/views/file.py:1191 +msgid "Unable to edit file" +msgstr "غير قادر على تحرير الملف" + +#: seahub/views/file.py:1197 +msgid "The file does not exist." +msgstr "الملف غير موجود." + +#: seahub/views/file.py:1226 +msgid "Edit online is not offered for this type of file." +msgstr "التحرير على الانترنت ليس مسموح لهذا النوع من الملفات." + +#: seahub/views/file.py:1336 +msgid "Unable to download file" +msgstr "غير قادر على تنزيل الملف" + +#: seahub/views/sysadmin.py:270 seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:1059 seahub/views/sysadmin.py:1071 +msgid "Failed to export Excel" +msgstr "فشل التصدير الى أكسل" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Usage" +msgstr "المساحة المستخدمة" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Quota" +msgstr "المساحة المخصصة" + +#: seahub/views/sysadmin.py:665 seahub/views/sysadmin.py:691 +msgid "Failed to set quota: internal server error" +msgstr "فشل في تعيين الحصة المخصصة: خطأ داخلي في الملقم" + +#: seahub/views/sysadmin.py:710 +msgid "Failed to delete: the user is an organization creator" +msgstr "فشل الحذف: المستخدم مؤسس منظمة" + +#: seahub/views/sysadmin.py:744 +#, python-format +msgid "Successfully remove trial for: %s" +msgstr "تمت إزالة التجربة بنجاح ل: %s" + +#: seahub/views/sysadmin.py:773 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "تم إلغاء صلاحية المشرف %s بنجاح" + +#: seahub/views/sysadmin.py:775 +msgid "Failed to revoke admin: the user does not exist" +msgstr "فشل إلغاء صلاحية المشرف: المستخدم غير موجود" + +#: seahub/views/sysadmin.py:822 +#, python-format +msgid "Your account on %s is activated" +msgstr "تم تنشيط الحساب الخاص بك على %s" + +#: seahub/views/sysadmin.py:905 +#, python-format +msgid "Password has been reset on %s" +msgstr "تم إعادة تعيين كلمة المرور على %s" + +#: seahub/views/sysadmin.py:931 +#, 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:936 +#, 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:940 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "تم بنجاح إعادة تعيين كلمة المرور إلى%(passwd)s للمستخدم %(user)s." + +#: seahub/views/sysadmin.py:943 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "تم بنجاح إعادة تعيين كلمة المرور إلى%(passwd)s للمستخدم %(user)s. و لكن لا يمكن ارسال الاشعار بالبريد، بسبب عدم تكوين خدمة البريد بصورة صحيحة." + +#: seahub/views/sysadmin.py:946 +msgid "Failed to reset password: user does not exist" +msgstr "فشل في إعادة تعيين كلمة المرور: المستخدم غير موجود" + +#: seahub/views/sysadmin.py:962 seahub/views/sysadmin.py:1877 +#, python-format +msgid "You are invited to join %s" +msgstr "أنت مدعو للإنضمام الى %s" + +#: seahub/views/sysadmin.py:995 +#, python-format +msgid "Fail to add user %s." +msgstr "فشل إضافة المستخدم %s." + +#: seahub/views/sysadmin.py:1020 seahub/views/sysadmin.py:1033 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "تم إضافة المستخدم %s بنجاح. تم إرسال إشعار بالبريد إلكتروني." + +#: seahub/views/sysadmin.py:1023 seahub/views/sysadmin.py:1036 +#, 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:1025 seahub/views/sysadmin.py:1038 +#, python-format +msgid "Successfully added user %s." +msgstr "تم إضافة المستخدم %s بنجاح." + +#: seahub/views/sysadmin.py:1040 +#, 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:1213 +msgid "Failed to rename organization" +msgstr "فشل تعديل اسم المنظمة" + +#: seahub/views/sysadmin.py:1243 seahub/views/sysadmin.py:1658 +#: seahub/views/sysadmin.py:1754 +msgid "Successfully deleted." +msgstr "تم الحذف بنجاح." + +#: seahub/views/sysadmin.py:1547 +msgid "Failed to transfer, invalid arguments." +msgstr "فشل التحويل، معاملات غير صحيحة." + +#: seahub/views/sysadmin.py:1558 +#, python-format +msgid "Failed to transfer, user %s not found" +msgstr "فشل التحويل، المستخدم %s غير موجود" + +#: seahub/views/sysadmin.py:1564 +msgid "Can not transfer organization library" +msgstr "لا يمكن تحويل مكتبة المنظمة" + +#: seahub/views/sysadmin.py:1568 +#, python-format +msgid "Can not transfer library to organization user %s" +msgstr "لا يمكن تحويل المكتبة إلى مستخدم المنظمة %s" + +#: seahub/views/sysadmin.py:1621 +msgid "Successfully transfered." +msgstr "تم التحويل بنجاح." + +#: seahub/views/sysadmin.py:1757 +msgid "Failed to delete, please try again later." +msgstr "فشل الحذف، الرجاء المحاولة لاحقا." + +#: seahub/views/sysadmin.py:1788 +#, python-format +msgid "Successfully set %s as admin." +msgstr "تم تعيين %s كمدير بنجاح." + +#: seahub/views/sysadmin.py:1790 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "فشل تعيين %s كمشرف: المستخدم غير موجود." + +#: seahub/views/sysadmin.py:1891 +msgid "Import succeeded" +msgstr "نجح الاستيراد" + +#: seahub/views/sysadmin.py:1893 +msgid "Please select a csv file first." +msgstr "الرجاء اختيار ملف CSV اولا." + +#: seahub/views/sysadmin.py:1957 +msgid "Invalid setting" +msgstr "اعداد غير صحيح" + +#: seahub/views/sysadmin.py:1964 seahub/views/sysadmin.py:1968 +#: seahub/views/sysadmin.py:1973 +msgid "Invalid value" +msgstr "قيمة غير صحيحة" + +#: seahub/views/sysadmin.py:2367 +msgid "Successfully deleted 1 item" +msgstr "تم حذف عنصر واحد بنجاح" + +#: seahub/views/wiki.py:162 +msgid "You do not have permission to create wiki" +msgstr "ليس لديك الصلاحية لإنشاء Wiki" diff --git a/locale/ar/LC_MESSAGES/djangojs.po b/locale/ar/LC_MESSAGES/djangojs.po index cce41f4421..fba75d894f 100644 --- a/locale/ar/LC_MESSAGES/djangojs.po +++ b/locale/ar/LC_MESSAGES/djangojs.po @@ -3,12 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Amr Mothana , 2017 msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Arabic (http://www.transifex.com/haiwen/seahub/language/ar/)\n" "MIME-Version: 1.0\n" @@ -17,134 +18,138 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" -msgstr "" +msgstr "الان" #: static/scripts/app/models/repo.js:32 msgid "Name is required" +msgstr "الاسم مطلوب" + +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" -msgstr "" +msgstr "الرجاء ادخال كلمة المرور" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" -msgstr "" +msgstr "الرجاء اعادة ادخال كلمة المرور" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" -msgstr "" +msgstr "كلمة المرور قصيرة جدا" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" -msgstr "" +msgstr "كلمات المرور غير متطابقة" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" -msgstr "" +msgstr "مكتبة مشفرة" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" -msgstr "" +msgstr "مكتبة قراءة-كتابة" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" -msgstr "" +msgstr "مكتبة للقراءة فقط" #: static/scripts/app/models/share-admin-folder.js:25 #: static/scripts/app/models/share-admin-repo.js:22 msgid "Read-Write" -msgstr "" +msgstr "قراءة - كتابة" #: static/scripts/app/models/share-admin-folder.js:27 #: static/scripts/app/models/share-admin-repo.js:24 msgid "Read-Only" -msgstr "" +msgstr "للقراءة فقط" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." -msgstr "" +msgstr "الرجاء التحقق من الشبكة" #: static/scripts/app/views/details.js:47 msgid "New files" -msgstr "" +msgstr "ملفات جديدة" #: static/scripts/app/views/details.js:53 msgid "Deleted files" -msgstr "" +msgstr "ملفات محذوفة" #: static/scripts/app/views/details.js:59 msgid "Renamed or Moved files" -msgstr "" +msgstr "ملفات منقولة او معاد تسميتها" #: static/scripts/app/views/details.js:65 msgid "Modified files" -msgstr "" +msgstr "ملفات معدلة" #: static/scripts/app/views/details.js:71 msgid "New directories" -msgstr "" +msgstr "مجلدات جديدة" #: static/scripts/app/views/details.js:77 msgid "Deleted directories" -msgstr "" +msgstr "مجلدات محذوفة" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +157,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -178,142 +186,159 @@ msgstr "" #: static/scripts/sysadmin-app/views/system-repo.js:59 #: static/scripts/sysadmin-app/views/trash-repos.js:142 msgid "Failed. Please check the network." -msgstr "" +msgstr "فشل. الرجاء التحقق من الشبكة." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" -msgstr "" +msgstr "فصل جهاز" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" -msgstr "" +msgstr "هل انت متاكد من فصل هذا الجهاز؟" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." -msgstr "" +msgstr "حذف الملفات من هذا الجهاز عند التوصيل في المرة القادمة." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." -msgstr "" +msgstr "تم فصل %(name)s بنجاح." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" -msgstr "" +msgstr "نقل {placeholder} إلى:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" -msgstr "" +msgstr "نسخ {placeholder} إلى:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" -msgstr "" +msgstr "جاري نقل %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" -msgstr "" +msgstr "جاري نسخ %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." -msgstr "" +msgstr "جاري الحفظ...." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." -msgstr "" +msgstr "فشل." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." -msgstr "" +msgstr "ملغي." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" -msgstr "" +msgstr "مسار وجهة غير صحيح" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" -msgstr "" +msgstr "تم نقل %(name)s بنجاح" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" -msgstr "" +msgstr "تم نسخ %(name)s بنجاح" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" -msgstr "" +msgstr "اعادة تسمية مجلد" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" -msgstr "" +msgstr "اعادة تسمية ملف" + +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "مطلوب." #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" -msgstr "" +msgstr "تغيير كلمة مرور مكتبة {placeholder}" #: static/scripts/app/views/dialogs/repo-change-password.js:50 msgid "Please enter the old password" -msgstr "" +msgstr "رجاء ادخل كلمة المرور القديمة" #: static/scripts/app/views/dialogs/repo-change-password.js:54 msgid "Please enter a new password" -msgstr "" +msgstr "الرجاء ادخل كلمة مرور جديدة" #: static/scripts/app/views/dialogs/repo-change-password.js:58 msgid "New password is too short" -msgstr "" +msgstr "كلمة المرور الجديدة قصيرة جدا" #: static/scripts/app/views/dialogs/repo-change-password.js:62 msgid "Please enter the new password again" -msgstr "" +msgstr "الرجاء اعادة ادخال كلمة المرور الجديدة" #: static/scripts/app/views/dialogs/repo-change-password.js:66 msgid "New passwords don't match" -msgstr "" +msgstr "كلمتي المرور الجديدة غير متطابقة" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." -msgstr "" +msgstr "تم تغيير كلمة مرور المكتبة بنجاح." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" -msgstr "" +msgstr "اذونات مجلد {placeholder}" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 #: static/scripts/sysadmin-app/views/repo.js:88 msgid "Search user or enter email and press Enter" -msgstr "" +msgstr "ابحث عن مستخدم او ادخل البريد و اضغط مفتاح الادخال" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" -msgstr "" +msgstr "اختر مجموعة" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "يمكنك اختيار عنصر واحد فقط" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -329,207 +354,220 @@ msgstr "" #: static/scripts/sysadmin-app/views/system-repo.js:54 #: static/scripts/sysadmin-app/views/trash-repos.js:137 msgid "Permission error" -msgstr "" +msgstr "خطأ في الإذن" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." -msgstr "" +msgstr "الرجاء النقر على و اختيار مجلد" #: static/scripts/app/views/dialogs/repo-history-settings.js:35 msgid "{placeholder} History Setting" -msgstr "" +msgstr "إعدادات سجل {placeholder} التاريخي" #: static/scripts/app/views/dialogs/repo-history-settings.js:134 msgid "Successfully set library history." -msgstr "" +msgstr "تم اعداد سجل المكتبة التاريخي بنجاح" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" -msgstr "" - -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 -msgid "Close (Esc)" -msgstr "" +msgstr "روابط مشاركة {placeholder}" #: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 -msgid "Loading..." -msgstr "" +#: static/scripts/app/views/starred-file.js:106 +msgid "Close (Esc)" +msgstr "اغلاق(Esc)" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 -msgid "Previous (Left arrow key)" -msgstr "" +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 +msgid "Loading..." +msgstr "جاري التحميل..." #: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 -msgid "Next (Right arrow key)" -msgstr "" +#: static/scripts/app/views/starred-file.js:110 +msgid "Previous (Left arrow key)" +msgstr "السابق(اليسار)" #: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/starred-file.js:111 +msgid "Next (Right arrow key)" +msgstr "التالي (اليمين)" + +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" -msgstr "" +msgstr "%curr% من %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" -msgstr "" +msgstr "فتح في صفحة جديدة" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." -msgstr "" +msgstr "الصورة لا يمكن تحميلها." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." -msgstr "" +msgstr "كلمة المرور مطلوبة." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." +msgstr "هنالك امتداد فقط، الرجاء ادخال الاسم." + +#: static/scripts/app/views/dir.js:713 +msgid "New File" msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." -msgstr "" +msgstr "جاري المعالجة..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." -msgstr "" +msgstr "تم حذف %(name)s بنجاح." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." -msgstr "" +msgstr "تم حذف %(name)s و عنصر آخر بنجاح." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "" +msgstr "تم حذف %(name)s و %(amount)s عناصر اخرى بنجاح." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." -msgstr "" - -#: static/scripts/app/views/dir.js:863 -msgid "Failed to delete %(name)s and 1 other item." -msgstr "" - -#: static/scripts/app/views/dir.js:865 -msgid "Failed to delete %(name)s and %(amount)s other items." -msgstr "" - -#: static/scripts/app/views/dir.js:878 -msgid "Delete Items" -msgstr "" - -#: static/scripts/app/views/dir.js:879 -msgid "Are you sure you want to delete these selected items?" -msgstr "" - -#: static/scripts/app/views/dir.js:893 -msgid "Move selected item(s) to:" -msgstr "" - -#: static/scripts/app/views/dir.js:893 -msgid "Copy selected item(s) to:" -msgstr "" - -#: static/scripts/app/views/dir.js:997 -msgid "Successfully moved %(name)s." -msgstr "" - -#: static/scripts/app/views/dir.js:999 -msgid "Successfully moved %(name)s and 1 other item." -msgstr "" - -#: static/scripts/app/views/dir.js:1001 -msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "" - -#: static/scripts/app/views/dir.js:1005 -msgid "Successfully copied %(name)s." -msgstr "" - -#: static/scripts/app/views/dir.js:1007 -msgid "Successfully copied %(name)s and 1 other item." -msgstr "" - -#: static/scripts/app/views/dir.js:1009 -msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "" +msgstr "فشل حذف %(name)s." #: static/scripts/app/views/dir.js:1021 -msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." -msgstr "" +msgid "Failed to delete %(name)s and 1 other item." +msgstr "فشل حذف %(name)s و عنصر آخر." #: static/scripts/app/views/dir.js:1023 +msgid "Failed to delete %(name)s and %(amount)s other items." +msgstr "فشل حذف %(name)s و %(amount)s عناصر أخرى." + +#: static/scripts/app/views/dir.js:1036 +msgid "Delete Items" +msgstr "حذف عناصر" + +#: static/scripts/app/views/dir.js:1037 +msgid "Are you sure you want to delete these selected items?" +msgstr "هل أنت متأكد من حذف هذه العناصر المحددة؟" + +#: static/scripts/app/views/dir.js:1051 +msgid "Move selected item(s) to:" +msgstr "نقل العنصر(العناصر) المحدد(ة) إلى:" + +#: static/scripts/app/views/dir.js:1051 +msgid "Copy selected item(s) to:" +msgstr "نسخ العنصر(العناصر) المحدد(ة) إلى:" + +#: static/scripts/app/views/dir.js:1155 +msgid "Successfully moved %(name)s." +msgstr "تم نقل %(name)s بنجاح." + +#: static/scripts/app/views/dir.js:1157 +msgid "Successfully moved %(name)s and 1 other item." +msgstr "تم نقل %(name)s و عنصر آخر بنجاح." + +#: static/scripts/app/views/dir.js:1159 +msgid "Successfully moved %(name)s and %(amount)s other items." +msgstr "تم نقل %(name)s و %(amount)s عناصر أخرى بنجاح." + +#: static/scripts/app/views/dir.js:1164 +msgid "Successfully copied %(name)s." +msgstr "تم نسخ %(name)s بنجاح." + +#: static/scripts/app/views/dir.js:1166 +msgid "Successfully copied %(name)s and 1 other item." +msgstr "تم نسخ %(name)s و عنصر آخر بنجاح." + +#: static/scripts/app/views/dir.js:1168 +msgid "Successfully copied %(name)s and %(amount)s other items." +msgstr "تم نسخ %(name)s و %(amount)s عناصر أخرى بنجاح." + +#: static/scripts/app/views/dir.js:1180 +msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." +msgstr "خطأ داخلي. فشل نقل %(name)s و %(amount)s عناصر أخرى." + +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." -msgstr "" +msgstr "خطأ داخلي. فشل نقل %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." -msgstr "" +msgstr "خطأ داخلي. فشل نسخ %(name)s و %(amount)s عناصر أخرى." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." -msgstr "" +msgstr "خطأ داخلي. فشل نسخ %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" -msgstr "" +msgstr "نقل ملف %(index)s من %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" -msgstr "" +msgstr "نسخ ملف %(index)s من %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" -msgstr "" +msgstr "فشل نقل %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" -msgstr "" +msgstr "فشل نسخ %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" -msgstr "" +msgstr "مقفل بواسطة {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" -msgstr "" +msgstr "تم حذف %(name)s بنجاح" #: static/scripts/app/views/fileupload.js:10 msgid "File is too big" -msgstr "" +msgstr "الملف كبير جدا" #: static/scripts/app/views/fileupload.js:11 msgid "File is too small" -msgstr "" +msgstr "الملف صغير جدا" #: static/scripts/app/views/fileupload.js:12 msgid "Filetype not allowed" -msgstr "" +msgstr "نوع الملف غير مسموح" #: static/scripts/app/views/fileupload.js:13 msgid "Max number of files exceeded" -msgstr "" +msgstr "تجاوز الحد الأقصى لعدد الملفات" #: static/scripts/app/views/fileupload.js:14 msgid "Uploaded bytes exceed file size" -msgstr "" +msgstr "البيانات المحملة تجاوزت حجم الملف" #: static/scripts/app/views/fileupload.js:15 msgid "Empty file upload result" -msgstr "" +msgstr "نتيجة تحميل ملف فارغ" #: static/scripts/app/views/fileupload.js:17 #: static/scripts/app/views/group-discussions.js:122 @@ -537,132 +575,134 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" -msgstr "" +msgstr "خطأ" #: static/scripts/app/views/fileupload.js:18 msgid "uploaded" -msgstr "" +msgstr "محمل" #: static/scripts/app/views/fileupload.js:19 msgid "canceled" -msgstr "" +msgstr "ملغي" #: static/scripts/app/views/fileupload.js:20 msgid "Start" -msgstr "" +msgstr "ابدأ" #: static/scripts/app/views/fileupload.js:21 msgid "Cancel" -msgstr "" +msgstr "إلغاء" #: static/scripts/app/views/fileupload.js:22 msgid "Delete" -msgstr "" +msgstr "حذف" #: static/scripts/app/views/fileupload.js:46 msgid "File Uploading..." -msgstr "" +msgstr "جاري تجميل الملف..." #: static/scripts/app/views/fileupload.js:47 msgid "File Upload complete" -msgstr "" +msgstr "اكتمل تحميل الملف" #: static/scripts/app/views/fileupload.js:48 msgid "File Upload canceled" -msgstr "" +msgstr "تم إلغاؤ تحميل الملف" #: static/scripts/app/views/fileupload.js:49 msgid "File Upload failed" -msgstr "" +msgstr "فشل تحميل الملف" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" -msgstr "" +msgstr "فشل في الحصول على رابط التحميل" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" -msgstr "" +msgstr "فشل في الحصول على رابط التحميل" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" -msgstr "" +msgstr "استبدال الملف {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" -msgstr "" +msgstr "الملف مقفل" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" -msgstr "" +msgstr "إعداد أذونات {placeholder}" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" -msgstr "" +msgstr "اختيار مجموعات" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" -msgstr "" +msgstr "فشل التحرير" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" -msgstr "" +msgstr "فشل الحذف" #: static/scripts/app/views/group-manage-members.js:71 msgid "{placeholder} Members" -msgstr "" +msgstr "أعضاء {placeholder}" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." -msgstr "" +msgstr "تم إلغاء مشاركة عنصر بنجاح." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 msgid "You cannot select any more choices" -msgstr "" +msgstr "لا يمكنك تحديد أي خيارات إضافية" #: static/scripts/app/views/group-settings.js:182 msgid "" "Successfully transferred the group. You are now a normal member of the " "group." -msgstr "" +msgstr "تم نقل المجموعة بنجاح. أنت الان عضو عادي في المجموعة." #: static/scripts/app/views/group-settings.js:248 msgid "Please choose a CSV file" -msgstr "" +msgstr "الرجاء تحديد ملف CSV" #: static/scripts/app/views/group-settings.js:279 msgid "Successfully imported." -msgstr "" +msgstr "تم الاستيراد بنجاح." #: static/scripts/app/views/group-settings.js:307 msgid "Dismiss Group" -msgstr "" +msgstr "نبذ مجموعة" #: static/scripts/app/views/group-settings.js:308 msgid "Really want to dismiss this group?" -msgstr "" +msgstr "هل تريد حقا نبذ هذه المجموعة؟" #: static/scripts/app/views/group-settings.js:341 msgid "Quit Group" -msgstr "" +msgstr "خروج من مجموعة" #: static/scripts/app/views/group-settings.js:342 msgid "Are you sure you want to quit this group?" -msgstr "" +msgstr "هل تريد حقا الخروج من هذه المجموعة؟" #: static/scripts/app/views/invitation.js:37 #: static/scripts/app/views/share-admin-folder.js:91 @@ -670,197 +710,259 @@ msgstr "" #: static/scripts/app/views/share-admin-share-link.js:55 #: static/scripts/app/views/share-admin-upload-link.js:54 msgid "Successfully deleted 1 item" +msgstr "تم حذف عنصر واحد بنجاح" + +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" -msgstr "" +msgstr "حذف مكتبة" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 #, javascript-format msgid "Are you sure you want to delete %s ?" -msgstr "" +msgstr "هل أنت متأكد من حذف %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." -msgstr "" +msgstr "تم الحذف بنجاح." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" -msgstr "" +msgstr "تحويل مكتبة {library_name} إلى" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." -msgstr "" +msgstr "تم تحويل المكتبة بنجاح." #: static/scripts/app/views/share-admin-folder.js:63 #: static/scripts/app/views/share-admin-repo.js:65 msgid "Successfully modified permission" -msgstr "" +msgstr "تم تعديل الإذن بنجاح" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" -msgstr "" +msgstr "مشاركة {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" -msgstr "" +msgstr "منتهي" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" -msgstr "" +msgstr "إخفاء" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" -msgstr "" +msgstr "إظهار" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." -msgstr "" +msgstr "أدخل الأيام رجاء." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" -msgstr "" +msgstr "الرجاء إدخال أيام صحيحة" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." -msgstr "" +msgstr "الرجاء إدخال بريد على الأقل." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" -msgstr "" +msgstr "تم الاسال الى {placeholder} بنجاح" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" -msgstr "" +msgstr "فشل في الارسال إلى {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 #: static/scripts/sysadmin-app/views/trash-repo.js:71 #: static/scripts/sysadmin-app/views/trash-repos.js:64 msgid "Success" -msgstr "" +msgstr "نجاح" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" -msgstr "" +msgstr "تم إلغاء تأشير {placeholder} ينجاح" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" -msgstr "" +msgstr "ابحث عن مستخدم او ادخل عناوين البريد و اضغط مفتاح الادخال" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" -msgstr "" +msgstr "الرجاء إدخال حرف واحد أو أكثر" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" -msgstr "" +msgstr "لا تطابق" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." -msgstr "" +msgstr "جاري البحث..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" -msgstr "" +msgstr "فشل التحميل" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" +msgstr "بحث عن مجموعات" + +#: static/scripts/common.js:1004 +msgid "Packaging..." +msgstr "جاري تجهيز الحزم..." + +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" msgstr "" -#: static/scripts/common.js:977 -msgid "Packaging..." +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "حذف مجموعة" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" msgstr "" #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." -msgstr "" +msgstr "تم تصفية كل الأخطاء بنجاح." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "حذف عضو" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "تم حذف العضو {placeholder} بنجاح" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "عنوان البريد مطلوب" #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "إلغاء مشاركة مكتبة" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "هل أنت متأكد من إلغاء مشاركة %s ?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" +msgstr "تم إلغاء مشاركة مكتبة {placeholder} بنجاح" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." -msgstr "" +msgstr "تم حذف عنصر واحد بنجاح." #: static/scripts/sysadmin-app/views/group.js:64 msgid "Transfer Group {group_name} To" -msgstr "" +msgstr "تحويل مجموعة {group_name} إلى" #: static/scripts/sysadmin-app/views/group.js:101 msgid "Successfully transferred the group." -msgstr "" +msgstr "تم تحويل المجموعة بنجاح." #: static/scripts/sysadmin-app/views/groups.js:79 msgid "Name is required." -msgstr "" +msgstr "الاسم مطلوب." #: static/scripts/sysadmin-app/views/search-trash-repos.js:46 msgid "Delete Library By Owner" -msgstr "" +msgstr "حذف مكتبة بالمالك" #: static/scripts/sysadmin-app/views/search-trash-repos.js:47 #, javascript-format msgid "Are you sure you want to delete all %s's libraries?" -msgstr "" +msgstr "هل أنت متأكد من حذف جميع مكتبات %s?" #: static/scripts/sysadmin-app/views/trash-repo.js:29 #, javascript-format msgid "Are you sure you want to delete %s completely?" -msgstr "" +msgstr "هل أنت متأكد من حذف %s نهائيا?" #: static/scripts/sysadmin-app/views/trash-repo.js:58 msgid "Restore Library" -msgstr "" +msgstr "استعادة مكتبة" #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" -msgstr "" +msgstr "هل أنت متأكد من استعادة %s?" #: static/scripts/sysadmin-app/views/trash-repos.js:49 msgid "Clear Trash" -msgstr "" +msgstr "تنظيف السلة" #: static/scripts/sysadmin-app/views/trash-repos.js:50 msgid "Are you sure you want to clear trash?" -msgstr "" +msgstr "هل أنت متأكد من تنظيف السلة؟" diff --git a/locale/bg/LC_MESSAGES/django.po b/locale/bg/LC_MESSAGES/django.po new file mode 100644 index 0000000000..363fe8ef55 --- /dev/null +++ b/locale/bg/LC_MESSAGES/django.po @@ -0,0 +1,6743 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Веселин Панайотов , 2015 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 08:23+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Bulgarian (http://www.transifex.com/haiwen/seahub/language/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: seahub/api2/endpoints/account.py:162 +msgid "Name is too long (maximum is 64 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:166 seahub/forms.py:43 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:317 +msgid "Name should not include '/'." +msgstr "" + +#: seahub/api2/endpoints/account.py:173 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:180 seahub/forms.py:154 +msgid "Space quota can't be empty" +msgstr "Въведете ограничение на квотата" + +#: seahub/api2/endpoints/account.py:186 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/account.py:190 +#: seahub/api2/endpoints/admin/users_batch.py:76 seahub/forms.py:155 +msgid "Space quota is too low (minimum value is 0)" +msgstr "Твърде ниска квота (минимална стойност 0)" + +#: seahub/api2/endpoints/account.py:198 seahub/institutions/views.py:213 +#: seahub/views/sysadmin.py:659 +#, python-format +msgid "Failed to set quota: maximum quota is %d MB" +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:31 +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/views/__init__.py:675 seahub/views/__init__.py:676 +#: seahub/views/__init__.py:681 seahub/views/__init__.py:682 +msgid "My Library" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:116 +#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/group/forms.py:36 +msgid "" +"Group name can only contain letters, numbers, blank, hyphen or underscore" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:121 +#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +msgid "There is already a group with that name." +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:194 +#: seahub/api2/endpoints/groups.py:255 +#, python-format +msgid "User %s is already group owner." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:154 seahub/views/sysadmin.py:1635 +msgid "System library can not be deleted." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:166 +#, python-format +msgid "User %s is already library owner." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:174 +#: seahub/api2/endpoints/invitations.py:49 +#, python-format +msgid "Email %s invalid." +msgstr "" + +#: seahub/api2/endpoints/admin/users_batch.py:72 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 +msgid "Invalid destination path" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:80 +msgid "Destination path is too long." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:654 +#, python-format +msgid "Can not move directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:194 +msgid "Cancel failed" +msgstr "" + +#: seahub/api2/endpoints/file.py:404 seahub/views/file.py:1099 +msgid "Check file lock error" +msgstr "" + +#: seahub/api2/endpoints/file.py:408 seahub/views/file.py:1102 +msgid "File is locked" +msgstr "" + +#: seahub/api2/endpoints/group_members.py:93 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1261 +#, python-format +msgid "User %s is already a group member." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:99 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1104 +#: seahub/views/ajax.py:1270 +#, python-format +msgid "User %s not found in organization." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:53 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:58 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:603 +#, python-format +msgid "User %s already exists." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/templates/js/sysadmin-templates.html:237 +#: seahub/templates/view_shared_upload_link.html:81 +msgid "Error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2846 +msgid "Wrong password" +msgstr "Грешна парола" + +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2849 +#: seahub/views/__init__.py:475 seahub/views/ajax.py:617 +#: seahub/views/sysadmin.py:1982 +msgid "Internal server error" +msgstr "Грешка в сървъра" + +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2852 +msgid "Decrypt library error" +msgstr "Грешка в разкодиращата библиотека" + +#: seahub/api2/endpoints/repo_set_password.py:97 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:32 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:130 +msgid "" +"Sending shared link failed. Email service is not properly configured, please" +" contact administrator." +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:99 seahub/share/views.py:178 +msgid "file" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:179 +#, python-format +msgid "A file is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:185 +msgid "directory" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:186 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:298 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/share_links.py:178 +msgid "Password is too short." +msgstr "" + +#: seahub/api2/endpoints/upload_links.py:142 +#: seahub/templates/snippets/repo_create_js.html:50 +#: seahub/templates/snippets/shared_link_js.html:138 +msgid "Password is too short" +msgstr "" + +#: seahub/api2/endpoints/zip_task.py:120 +msgid "Total size exceeds limit." +msgstr "" + +#: seahub/auth/admin.py:30 +msgid "Personal info" +msgstr "Лична информация" + +#: seahub/auth/admin.py:31 +msgid "Permissions" +msgstr "Права" + +#: seahub/auth/admin.py:32 +msgid "Important dates" +msgstr "Важни дати" + +#: seahub/auth/admin.py:33 +#: seahub/institutions/templates/institutions/info.html:23 +#: seahub/institutions/templates/institutions/user_info.html:22 +#: seahub/templates/js/sysadmin-templates.html:25 +#: seahub/templates/js/sysadmin-templates.html:152 +#: seahub/templates/js/sysadmin-templates.html:539 +#: seahub/templates/js/sysadmin-templates.html:731 +#: seahub/templates/js/templates.html:268 +#: seahub/templates/js/templates.html:1032 +#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/sysadmin/sys_org_info_group.html:9 +#: seahub/templates/sysadmin/sys_org_info_library.html:9 +#: seahub/templates/sysadmin/sys_org_info_setting.html:9 +#: seahub/templates/sysadmin/sys_org_info_user.html:8 +#: seahub/templates/sysadmin/userinfo.html:27 +msgid "Groups" +msgstr "Групи" + +#: seahub/auth/admin.py:115 +msgid "Password changed successfully." +msgstr "Паролата е успешно променена." + +#: seahub/auth/admin.py:125 +#, python-format +msgid "Change password: %s" +msgstr "Смени паролата: %s" + +#: seahub/auth/decorators.py:74 +msgid "Please log in." +msgstr "Моля влезте." + +#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +msgid "Email or Username" +msgstr "" + +#: seahub/auth/forms.py:24 seahub/auth/forms.py:197 +#: seahub/base/accounts.py:581 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/templates/file_edit.html:131 +#: seahub/templates/js/lib-op-popups.html:108 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/registration/login.html:12 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/templates/snippets/file_share_popup.html:18 +#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/sudo_mode.html:10 +#: seahub/templates/sysadmin/sys_org_admin.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:71 +#: seahub/templates/sysadmin/sys_useradmin.html:53 +msgid "Password" +msgstr "Парола" + +#: seahub/auth/forms.py:62 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "" + +#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +msgid "This account is inactive." +msgstr "Този акаунт не е активен." + +#: seahub/auth/forms.py:70 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" + +#: seahub/auth/forms.py:86 +msgid "E-mail" +msgstr "E-mail" + +#: seahub/auth/forms.py:93 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "Грешка при изпращане на поща, услугата за електронна поща не е коректно конфигурирана, моля свържете се с администратора." + +#: seahub/auth/forms.py:101 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "Тази електронна поща не съвпада с потребителски профил. Сигурни ли сте че сте регистрирани?" + +#: seahub/auth/forms.py:104 +msgid "Can not reset password, please contact LDAP admin." +msgstr "Неможе да се промени паролата, моля свържете се с LDAP администратора" + +#: seahub/auth/forms.py:128 +#, python-format +msgid "Reset Password on %s" +msgstr "Промяна на парола на %s" + +#: seahub/auth/forms.py:136 +msgid "New password" +msgstr "Нова парола" + +#: seahub/auth/forms.py:137 +msgid "New password confirmation" +msgstr "Потвърди новата парола" + +#: seahub/auth/forms.py:166 seahub/auth/forms.py:209 +#: seahub/base/accounts.py:637 +msgid "The two password fields didn't match." +msgstr "Двете пароли не съвпадат." + +#: seahub/auth/forms.py:181 +msgid "Old password" +msgstr "Стара парола" + +#: seahub/auth/forms.py:189 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Старата парола е грешна. Моля въведете отново." + +#: seahub/auth/forms.py:198 seahub/base/accounts.py:583 +msgid "Password (again)" +msgstr "Парола (отново)" + +#: seahub/auth/management/commands/createsuperuser.py:25 +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "Въведете валидна електронна поща." + +#: seahub/auth/views.py:192 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "" + +#: seahub/auth/views.py:298 +msgid "Logged out" +msgstr "Излязъл" + +#: seahub/auth/views.py:346 +msgid "Failed to send email, please contact administrator." +msgstr "Грешка при изпращане на поща, моля свържете се с администратора." + +#: seahub/auth/views.py:407 +msgid "Can not update password, please contact LDAP admin." +msgstr "Неможе да се обнови паролата, моля свържете се с LDAP аднимистратора." + +#: seahub/avatar/forms.py:35 seahub/avatar/forms.py:58 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s е неправилно файлово разширение. Ползволени файлове са: %(valid_exts_list)s" + +#: seahub/avatar/forms.py:39 seahub/avatar/forms.py:62 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "" + +#: seahub/avatar/forms.py:45 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "" + +#: seahub/avatar/models.py:138 seahub/avatar/models.py:166 +#, python-format +msgid "Avatar for %s" +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:6 +msgid "Upload Avatar" +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:7 +#: seahub/avatar/templates/avatar/change.html:8 +msgid "Your current avatar: " +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:9 +msgid "Upload New Avatar: " +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:13 +#: seahub/avatar/templates/avatar/change.html:30 +msgid "Upload New Image" +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:11 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:18 +msgid "Delete These" +msgstr "" + +#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/views.py:78 +msgid "Successfully uploaded a new avatar." +msgstr "" + +#: seahub/avatar/views.py:124 +msgid "Successfully updated your avatar." +msgstr "" + +#: seahub/avatar/views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "" + +#: seahub/base/accounts.py:304 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:572 +msgid "Email address" +msgstr "" + +#: seahub/base/accounts.py:577 +msgid "Username" +msgstr "Потребител" + +#: seahub/base/accounts.py:578 +msgid "This value must be of length 40" +msgstr "" + +#: seahub/base/accounts.py:593 seahub/forms.py:29 +#: seahub/views/sysadmin.py:1815 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/base/accounts.py:597 +msgid "Enter a valid email address." +msgstr "Въведете валидна електронна поща." + +#: seahub/base/accounts.py:607 +msgid "Invalid user id." +msgstr "" + +#: seahub/base/accounts.py:658 seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:1226 +#: seahub/templates/js/templates.html:1246 +msgid "name" +msgstr "" + +#: seahub/base/accounts.py:661 +msgid "department" +msgstr "" + +#: seahub/base/accounts.py:664 +msgid "telephone" +msgstr "" + +#: seahub/base/accounts.py:667 +msgid "note" +msgstr "" + +#: seahub/base/decorators.py:72 +msgid "Files in this library can not be viewed online." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:124 +msgid "Added" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:125 +msgid "Deleted" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:126 +msgid "Removed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:127 +msgid "Modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:128 +msgid "Renamed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:129 +msgid "Moved" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:130 +msgid "Added directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:131 +msgid "Removed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:132 +msgid "Renamed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:133 +msgid "Moved directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:134 +msgid "Added or modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:149 +#: seahub/base/templatetags/seahub_tags.py:218 +msgid "Reverted library to status at" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:221 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:156 +#: seahub/base/templatetags/seahub_tags.py:225 +msgid "Recovered deleted directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:158 +#: seahub/base/templatetags/seahub_tags.py:227 seahub/views/ajax.py:1133 +msgid "Changed library name or description" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:160 +#: seahub/base/templatetags/seahub_tags.py:229 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:304 +#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/templates/view_file_base.html:522 +msgid "Just now" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:315 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:322 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:329 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:335 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:452 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/js/sysadmin-templates.html:640 +#: seahub/templates/js/sysadmin-templates.html:649 +#: seahub/templates/js/sysadmin-templates.html:652 +#: seahub/templates/js/sysadmin-templates.html:688 +#: seahub/templates/js/sysadmin-templates.html:715 +#: seahub/templates/js/templates.html:20 +#: seahub/templates/js/templates.html:815 +#: seahub/templates/js/templates.html:842 +#: seahub/templates/js/templates.html:1068 +#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/templates.html:1080 +#: seahub/templates/js/templates.html:1113 +#: seahub/templates/js/templates.html:1139 +#: seahub/templates/js/templates.html:1275 +#: seahub/templates/js/templates.html:1282 +#: seahub/templates/js/templates.html:1702 +#: seahub/templates/js/templates.html:1748 +#: seahub/templates/js/templates.html:1889 +#: seahub/templates/js/templates.html:1892 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "Read-Write" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:454 +#: seahub/templates/js/sysadmin-templates.html:642 +#: seahub/templates/js/sysadmin-templates.html:650 +#: seahub/templates/js/sysadmin-templates.html:653 +#: seahub/templates/js/sysadmin-templates.html:689 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/templates.html:21 +#: seahub/templates/js/templates.html:816 +#: seahub/templates/js/templates.html:843 +#: seahub/templates/js/templates.html:1070 +#: seahub/templates/js/templates.html:1078 +#: seahub/templates/js/templates.html:1081 +#: seahub/templates/js/templates.html:1114 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/js/templates.html:1283 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1749 +#: seahub/templates/js/templates.html:1893 +#: seahub/templates/js/templates.html:1896 +#: seahub/templates/js/templates.html:1900 +#: seahub/templates/sysadmin/userinfo.html:178 +msgid "Read-Only" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:478 +#: seahub/base/templatetags/seahub_tags.py:490 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:492 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:494 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:496 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:498 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:500 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +#: seahub/contacts/templates/contacts/contact_list.html:119 +msgid "Email is required." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:4 +#: seahub/contacts/templates/contacts/contact_list.html:10 +msgid "Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:11 +#: seahub/contacts/templates/contacts/contact_list.html:43 +msgid "Add Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:17 +msgid "Email " +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:18 +#: 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/institutions/templates/institutions/info.html:10 +#: seahub/institutions/templates/institutions/user_info.html:66 +#: seahub/institutions/templates/institutions/user_info.html:112 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/js/lib-op-popups.html:6 +#: seahub/templates/js/lib-op-popups.html:17 +#: seahub/templates/js/sysadmin-templates.html:320 +#: seahub/templates/js/sysadmin-templates.html:343 +#: seahub/templates/js/sysadmin-templates.html:353 +#: seahub/templates/js/sysadmin-templates.html:403 +#: seahub/templates/js/sysadmin-templates.html:427 +#: seahub/templates/js/sysadmin-templates.html:468 +#: seahub/templates/js/sysadmin-templates.html:549 +#: seahub/templates/js/sysadmin-templates.html:572 +#: seahub/templates/js/sysadmin-templates.html:580 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:767 +#: seahub/templates/js/sysadmin-templates.html:805 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:1215 +#: seahub/templates/js/templates.html:1234 +#: seahub/templates/js/templates.html:1260 +#: seahub/templates/js/templates.html:1349 +#: seahub/templates/js/templates.html:1368 +#: seahub/templates/js/templates.html:1490 +#: seahub/templates/js/templates.html:1498 +#: seahub/templates/js/templates.html:1611 +#: seahub/templates/js/templates.html:1630 +#: seahub/templates/js/templates.html:1861 +#: seahub/templates/js/templates.html:1916 +#: seahub/templates/js/templates.html:1950 +#: seahub/templates/js/templates.html:1985 seahub/templates/libraries.html:91 +#: seahub/templates/registration/registration_form.html:18 +#: seahub/templates/repo_dir_recycle_view.html:44 +#: seahub/templates/repo_history_view.html:58 +#: seahub/templates/sysadmin/org_admin_table.html:4 +#: seahub/templates/sysadmin/sys_inst_admin.html:18 +#: seahub/templates/sysadmin/sys_inst_admin.html:27 +#: seahub/templates/sysadmin/sys_org_admin.html:24 +#: seahub/templates/sysadmin/sys_org_info_group.html:18 +#: seahub/templates/sysadmin/sys_org_info_library.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:10 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:16 +#: seahub/templates/sysadmin/sys_terms_admin.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:118 +#: seahub/templates/sysadmin/userinfo.html:167 +#: seahub/templates/sysadmin/userinfo.html:205 +#: seahub/templates/sysadmin/userinfo.html:252 +#: seahub/templates/view_shared_dir.html:54 +#: seahub/templates/wiki/personal_wiki.html:43 +#: seahub/templates/wiki/personal_wiki.html:85 +#: seahub/templates/wiki/personal_wiki_pages.html:28 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +#: seahub/views/sysadmin.py:1062 +msgid "Name" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:19 +#: seahub/templates/registration/registration_form.html:41 +msgid "Note" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:20 +#: seahub/institutions/templates/institutions/user_info.html:69 +#: seahub/institutions/templates/institutions/user_info.html:115 +#: seahub/institutions/templates/institutions/useradmin.html:20 +#: seahub/institutions/templates/institutions/useradmin_search.html:22 +#: seahub/notifications/templates/notifications/notification_list.html:21 +#: seahub/templates/file_revisions.html:57 +#: seahub/templates/js/sysadmin-templates.html:770 +#: seahub/templates/repo_dir_recycle_view.html:47 +#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history_view.html:60 +#: seahub/templates/sysadmin/org_admin_table.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:29 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:19 +#: seahub/templates/sysadmin/sys_inst_info_user.html:19 +#: seahub/templates/sysadmin/sys_inst_search_user.html:20 +#: seahub/templates/sysadmin/sys_org_info_group.html:21 +#: seahub/templates/sysadmin/sys_org_info_library.html:22 +#: seahub/templates/sysadmin/sys_org_info_user.html:23 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:14 +#: seahub/templates/sysadmin/userinfo.html:121 +#: seahub/templates/sysadmin/userinfo.html:209 +#: seahub/templates/sysadmin/userinfo.html:255 +#: seahub/templates/view_shared_dir.html:57 +msgid "Operations" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/institutions/templates/institutions/useradmin.html:37 +#: seahub/templates/js/sysadmin-templates.html:645 +#: seahub/templates/js/sysadmin-templates.html:828 +#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/templates.html:1073 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1534 +#: seahub/templates/js/templates.html:1890 +#: seahub/templates/js/templates.html:1897 +#: seahub/templates/sysadmin/sys_org_info_user.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:57 +#: seahub/templates/sysadmin/useradmin_table.html:41 +#: seahub/templates/sysadmin/useradmin_table.html:59 +#: seahub/templates/sysadmin/userinfo.html:53 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/view_file_markdown.html:17 +#: seahub/templates/view_file_text.html:22 +msgid "Edit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:30 +#: seahub/institutions/templates/institutions/useradmin.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:140 +#: seahub/templates/js/sysadmin-templates.html:391 +#: seahub/templates/js/sysadmin-templates.html:453 +#: seahub/templates/js/sysadmin-templates.html:518 +#: seahub/templates/js/sysadmin-templates.html:612 +#: seahub/templates/js/sysadmin-templates.html:658 +#: seahub/templates/js/sysadmin-templates.html:844 +#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:95 +#: seahub/templates/js/templates.html:189 +#: seahub/templates/js/templates.html:344 +#: seahub/templates/js/templates.html:406 +#: seahub/templates/js/templates.html:472 +#: seahub/templates/js/templates.html:578 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/js/templates.html:667 +#: seahub/templates/js/templates.html:737 +#: seahub/templates/js/templates.html:778 +#: seahub/templates/js/templates.html:1086 +#: seahub/templates/js/templates.html:1401 +#: seahub/templates/js/templates.html:1548 +#: seahub/templates/js/templates.html:1553 +#: seahub/templates/snippets/file_share_popup.html:37 +#: seahub/templates/sysadmin/org_admin_table.html:25 +#: seahub/templates/sysadmin/sys_org_info_group.html:28 +#: seahub/templates/sysadmin/sys_org_info_library.html:42 +#: seahub/templates/sysadmin/sys_org_info_user.html:51 +#: seahub/templates/sysadmin/sys_terms_admin.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:80 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:97 +#: seahub/templates/sysadmin/userinfo.html:148 +#: seahub/templates/sysadmin/userinfo.html:262 +#: seahub/templates/view_file_base.html:127 +#: seahub/templates/view_shared_upload_link.html:86 +msgid "Delete" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:37 +msgid "You don't have any contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:38 +msgid "" +"Add your contacts so you can quickly share libraries and send file shared " +"link." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:44 +#: seahub/contacts/templates/contacts/contact_list.html:53 +#: seahub/institutions/templates/institutions/user_info.html:31 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:10 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/share/templates/share/share_link_audit.html:9 +#: seahub/templates/js/sysadmin-templates.html:754 +#: seahub/templates/js/sysadmin-templates.html:806 +#: seahub/templates/js/sysadmin-templates.html:857 +#: seahub/templates/js/templates.html:1491 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:2048 +#: seahub/templates/js/templates.html:2080 +#: seahub/templates/registration/registration_form.html:22 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:15 +#: seahub/templates/sysadmin/sys_inst_info_user.html:15 +#: seahub/templates/sysadmin/sys_inst_search_user.html:8 +#: seahub/templates/sysadmin/sys_inst_search_user.html:16 +#: seahub/templates/sysadmin/sys_org_info_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:65 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:35 +#: seahub/templates/sysadmin/sys_useradmin.html:38 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 +#: seahub/templates/sysadmin/user_search.html:10 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:279 +#: seahub/views/sysadmin.py:283 +msgid "Email" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:46 +#: seahub/contacts/templates/contacts/contact_list.html:55 +msgid "Note(optional)" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:49 +#: seahub/contacts/templates/contacts/contact_list.html:58 +#: 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/institutions/templates/institutions/user_info.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:11 +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/notifications/templates/notifications/notification_list.html:14 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/share/templates/share/share_link_audit.html:22 +#: seahub/templates/decrypt_repo_form.html:11 +#: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 +#: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 +#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/js/lib-op-popups.html:20 +#: seahub/templates/js/lib-op-popups.html:28 +#: seahub/templates/js/lib-op-popups.html:38 +#: seahub/templates/js/lib-op-popups.html:67 +#: seahub/templates/js/lib-op-popups.html:109 +#: seahub/templates/js/lib-op-popups.html:128 +#: seahub/templates/js/sysadmin-templates.html:345 +#: seahub/templates/js/sysadmin-templates.html:533 +#: seahub/templates/js/sysadmin-templates.html:573 +#: seahub/templates/js/sysadmin-templates.html:603 +#: seahub/templates/js/sysadmin-templates.html:622 +#: seahub/templates/js/sysadmin-templates.html:692 +#: seahub/templates/js/sysadmin-templates.html:719 +#: seahub/templates/js/sysadmin-templates.html:757 +#: seahub/templates/js/templates.html:38 +#: seahub/templates/js/templates.html:744 +#: seahub/templates/js/templates.html:785 +#: seahub/templates/js/templates.html:819 +#: seahub/templates/js/templates.html:846 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1117 +#: seahub/templates/js/templates.html:1143 +#: seahub/templates/js/templates.html:1265 +#: seahub/templates/js/templates.html:1456 +#: seahub/templates/js/templates.html:1465 +#: seahub/templates/js/templates.html:1473 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1707 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1753 +#: seahub/templates/js/templates.html:1766 +#: seahub/templates/js/templates.html:1784 +#: seahub/templates/js/templates.html:2083 seahub/templates/libraries.html:94 +#: seahub/templates/libraries.html:157 +#: seahub/templates/registration/password_change_form.html:24 +#: seahub/templates/registration/password_reset_confirm.html:19 +#: seahub/templates/registration/password_reset_form.html:13 +#: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/share_access_validation.html:18 +#: seahub/templates/shared_file_view.html:58 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/search_form.html:76 +#: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/sysadmin/repo_transfer_form.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:33 +#: seahub/templates/sysadmin/sys_inst_search_user.html:9 +#: seahub/templates/sysadmin/sys_org_admin.html:38 +#: seahub/templates/sysadmin/sys_org_info_base.html:39 +#: seahub/templates/sysadmin/sys_org_info_setting.html:20 +#: seahub/templates/sysadmin/sys_org_info_setting.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:80 +#: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:71 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:95 +#: seahub/templates/sysadmin/sys_useradmin.html:62 +#: seahub/templates/sysadmin/sys_useradmin.html:73 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/user_search.html:11 +#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/sysadmin/userinfo.html:109 +#: seahub/templates/view_file_base.html:112 +#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:58 +#: seahub/templates/wiki/personal_wiki.html:88 +#: seahub/templates/wiki/personal_wiki_pages.html:31 +msgid "Submit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:52 +msgid "Edit Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:101 +#: seahub/contacts/templates/contacts/contact_list.html:146 +#: seahub/institutions/templates/institutions/user_info.html:173 +#: seahub/notifications/templates/notifications/user_notification_list.html:90 +#: seahub/share/templates/share/share_link_audit.html:70 +#: seahub/templates/base.html:141 seahub/templates/decrypt_repo_form.html:47 +#: seahub/templates/file_edit.html:545 +#: seahub/templates/repo_dir_recycle_view.html:141 +#: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/snippets/add_file_js.html:23 +#: seahub/templates/snippets/office_convert_js.html:107 +#: seahub/templates/snippets/shared_link_js.html:107 +#: seahub/templates/snippets/spreadsheet_convert_js.html:39 +#: seahub/templates/sysadmin/settings.html:241 +#: seahub/templates/sysadmin/sys_inst_info_base.html:78 +#: seahub/templates/sysadmin/sys_org_admin.html:126 +#: seahub/templates/sysadmin/sys_org_info_user.html:166 +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 +#: seahub/templates/sysadmin/sys_terms_admin.html:117 +#: seahub/templates/sysadmin/sys_useradmin.html:212 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/useradmin_js.html:173 +#: seahub/templates/sysadmin/useradmin_js.html:275 +#: seahub/templates/sysadmin/userinfo.html:344 +#: seahub/templates/sysadmin/userinfo.html:381 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/view_file_base.html:391 +#: seahub/templates/view_file_base.html:434 +#: seahub/templates/view_file_base.html:512 +#: seahub/templates/view_shared_dir.html:236 +#: seahub/templates/view_shared_dir.html:258 +msgid "Failed. Please check the network." +msgstr "Грешка. Моля проверете връзката." + +#: seahub/contacts/templates/contacts/contact_list.html:109 +msgid "Delete Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +#: seahub/institutions/templates/institutions/useradmin.html:79 +#: seahub/institutions/templates/institutions/useradmin_search.html:71 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/repoadmin_js.html:48 +#: seahub/templates/sysadmin/sys_inst_admin.html:67 +#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/templates/sysadmin/sys_org_info_group.html:44 +#: seahub/templates/sysadmin/sys_org_info_library.html:61 +#: seahub/templates/sysadmin/sys_org_info_user.html:179 +#: seahub/templates/sysadmin/sys_org_search.html:28 +#: seahub/templates/sysadmin/sys_terms_admin.html:143 +#: seahub/templates/sysadmin/useradmin_js.html:4 +#: seahub/templates/sysadmin/userinfo.html:433 +#, python-format +msgid "Are you sure you want to delete %s ?" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:123 +msgid "You cannot add yourself." +msgstr "" + +#: seahub/contacts/views.py:68 +#, python-format +msgid "%s is not a valid email." +msgstr "" + +#: seahub/contacts/views.py:73 +#, python-format +msgid "%s is already in your contacts." +msgstr "" + +#: seahub/contacts/views.py:82 +#, python-format +msgid "Successfully added %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:87 +#, python-format +msgid "Failed to add %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:108 +#, python-format +msgid "Successfully edited %s." +msgstr "" + +#: seahub/contacts/views.py:121 +#, python-format +msgid "Successfully Deleted %s" +msgstr "" + +#: seahub/forms.py:34 seahub/invitations/views.py:29 +msgid "A user with this email already exists." +msgstr "Съществува потребител с такава Електронна поща" + +#: seahub/forms.py:58 +msgid "The two passwords didn't match." +msgstr "Двете пароли не съвпадат." + +#: seahub/forms.py:67 seahub/group/forms.py:56 seahub/wiki/forms.py:17 +msgid "Name can't be empty" +msgstr "Моля въведете име" + +#: seahub/forms.py:68 seahub/group/forms.py:57 seahub/wiki/forms.py:18 +msgid "Name is too long (maximum is 255 characters)" +msgstr "Името е твърде дълго (максимум 255 символа)" + +#: seahub/forms.py:71 seahub/group/forms.py:60 seahub/wiki/forms.py:21 +msgid "Description can't be empty" +msgstr "Трябва да въведете описание" + +#: seahub/forms.py:72 seahub/group/forms.py:61 seahub/wiki/forms.py:22 +msgid "Description is too long (maximum is 100 characters)" +msgstr "Описанието е твърде дълго (максимум 100 символа)" + +#: seahub/forms.py:82 seahub/forms.py:168 +#, python-format +msgid "Name %s is not valid" +msgstr "Невалидно име %s" + +#: seahub/forms.py:96 seahub/views/ajax.py:392 seahub/views/ajax.py:556 +#: seahub/views/ajax.py:824 seahub/views/ajax.py:828 seahub/views/ajax.py:832 +#: seahub/views/ajax.py:1120 seahub/views/file.py:1580 +#: seahub/views/sysadmin.py:1436 seahub/views/sysadmin.py:1454 +msgid "Argument missing" +msgstr "Липсващ аргумент" + +#: seahub/forms.py:110 +msgid "Oldname is required" +msgstr "Старото име е задължително" + +#: seahub/forms.py:113 seahub/forms.py:134 +msgid "It's too long." +msgstr "Прекалено дълго." + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's required." +msgstr "Задължително." + +#: seahub/forms.py:121 seahub/forms.py:142 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "Невалидно име \"%s\"" + +#: seahub/forms.py:161 +msgid "Library name is required" +msgstr "Името на библиотека е задължително" + +#: seahub/forms.py:163 +msgid "Please enter a number" +msgstr "Моля въведете номер" + +#: seahub/forms.py:183 seahub/templates/snippets/repo_create_js.html:34 +msgid "Name is required" +msgstr "" + +#: seahub/forms.py:184 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:185 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "" + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "" + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "" + +#: seahub/group/error_msg.py:17 seahub/group/error_msg.py:23 +msgid "Group does not exist" +msgstr "" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:67 seahub/wiki/forms.py:28 +#, python-format +msgid "\"%s\" is not a valid name" +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 "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_base.html:10 +#: seahub/help/templates/help/base.html:7 +#: seahub/institutions/templates/institutions/base.html:11 +#: seahub/profile/templates/profile/set_profile.html:11 +#: seahub/templates/base.html:27 seahub/templates/base_for_backbone.html:28 +#: seahub/templates/base_for_backbone.html:34 +#: seahub/templates/base_for_backbone.html:100 +#: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 +#: seahub/templates/js/lib-op-popups.html:88 +#: seahub/templates/js/sysadmin-templates.html:4 +#: seahub/templates/js/templates.html:888 +#: seahub/templates/js/templates.html:1803 seahub/templates/libraries.html:120 +#: seahub/templates/libraries.html:130 seahub/templates/libraries.html:142 +#: seahub/templates/sysadmin/base.html:11 +#: seahub/templates/sysadmin/sysadmin_backbone.html:30 +#: seahub/templates/view_file_base.html:97 +msgid "Close" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:13 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +msgid "Wiki Index" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:14 +msgid "No index now." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:16 +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:36 +#: seahub/templates/wiki/personal_wiki.html:35 +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 " +"structure. This enables you to edit your wiki in your desktop and then sync " +"back to the server." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Create Wiki Now" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:38 +msgid "Choose a library as wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:42 +msgid "Create Wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:48 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/repo_history.html:28 +#: seahub/templates/wiki/personal_wiki.html:45 +msgid "Description" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:49 +msgid "Wiki Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:52 +msgid "Choose a library as wiki:" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:103 +#: seahub/templates/wiki/personal_wiki.html:57 +msgid "Please click and choose a library." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/profile/templates/profile/set_profile.html:105 +#: seahub/templates/file_edit.html:103 seahub/templates/file_edit.html:152 +#: seahub/templates/file_edit.html:427 +#: seahub/templates/js/lib-op-popups.html:10 +#: seahub/templates/js/lib-op-popups.html:21 +#: seahub/templates/js/lib-op-popups.html:29 +#: seahub/templates/js/lib-op-popups.html:39 +#: seahub/templates/js/lib-op-popups.html:68 +#: seahub/templates/js/lib-op-popups.html:77 +#: seahub/templates/js/lib-op-popups.html:121 +#: seahub/templates/js/lib-op-popups.html:129 +#: seahub/templates/js/templates.html:745 +#: seahub/templates/js/templates.html:786 +#: seahub/templates/js/templates.html:1721 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/repo_dir_recycle_view.html:74 +#: seahub/templates/shared_file_view.html:59 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/termsandconditions/tc_accept_terms.html:11 +#: seahub/templates/view_shared_upload_link.html:85 +#: seahub/templates/wiki/personal_wiki.html:59 +msgid "Cancel" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:68 +#: seahub/group/templates/group/group_wiki_pages.html:11 +#: seahub/templates/wiki/personal_wiki.html:65 +#: seahub/templates/wiki/personal_wiki_pages.html:13 +msgid "Home" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:69 +#: seahub/group/templates/group/group_wiki_pages.html:12 +#: seahub/templates/wiki/personal_wiki.html:66 +#: seahub/templates/wiki/personal_wiki_pages.html:14 +msgid "Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:71 +#: seahub/group/templates/group/group_wiki_pages.html:14 +#: seahub/templates/wiki/personal_wiki.html:67 +#: seahub/templates/wiki/personal_wiki_pages.html:15 +msgid "Wiki History" +msgstr "" + +#: 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:70 +#: seahub/templates/wiki/personal_wiki.html:84 +#: 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:77 +#: seahub/group/templates/group/group_wiki.html:138 +#: seahub/templates/wiki/personal_wiki.html:71 +#: seahub/templates/wiki/personal_wiki.html:132 +msgid "Delete Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:72 +msgid "Edit Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:73 +msgid "Page History" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:79 +#, python-format +msgid "Last modified by %(modifier)s, %(modify_time)s" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:139 +#: seahub/templates/wiki/personal_wiki.html:133 +msgid "Are you sure you want to delete this page?" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:160 +#: seahub/templates/wiki/personal_wiki.html:154 +msgid "Name is required." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:164 +#: seahub/templates/wiki/personal_wiki.html:158 +msgid "Description is required." +msgstr "" + +#: seahub/group/views.py:121 seahub/share/views.py:223 +#: seahub/views/__init__.py:467 seahub/views/__init__.py:583 +#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 +#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:575 +#: seahub/views/ajax.py:1100 seahub/views/file.py:1095 +#: seahub/views/file.py:1589 seahub/views/repo.py:119 +msgid "Permission denied" +msgstr "" + +#: seahub/group/views.py:187 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "" + +#: seahub/group/views.py:203 +msgid "Failed to create: the group does not exist." +msgstr "" + +#: seahub/group/views.py:208 +msgid "Failed to create: you are not in the group." +msgstr "" + +#: seahub/group/views.py:236 seahub/group/views.py:258 +#: seahub/group/views.py:415 seahub/views/wiki.py:177 +msgid "Failed to create" +msgstr "" + +#: seahub/group/views.py:243 seahub/group/views.py:264 +#: seahub/group/views.py:421 +msgid "Failed to create: internal error." +msgstr "" + +#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/views/wiki.py:238 +msgid "Failed to create wiki page. Please retry later." +msgstr "" + +#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:53 +#: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 +msgid "Unknown" +msgstr "" + +#: seahub/group/views.py:361 seahub/views/ajax.py:1078 +#: seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "" + +#: seahub/group/views.py:363 seahub/views/wiki.py:138 +msgid "Wiki does not exists." +msgstr "" + +#: seahub/group/views.py:428 seahub/group/views.py:457 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 +msgid "Failed to create home page. Please retry later" +msgstr "" + +#: seahub/group/views.py:444 seahub/views/wiki.py:199 +msgid "Failed to set wiki library." +msgstr "" + +#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 +#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 +#: seahub/views/ajax.py:745 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "" + +#: seahub/group/views.py:477 seahub/group/views.py:503 +#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/views/wiki.py:266 +msgid "Wiki is not found." +msgstr "" + +#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#, python-format +msgid "Page \"%s\" already exists." +msgstr "" + +#: seahub/group/views.py:526 +#, python-format +msgid "Successfully deleted \"%s\"." +msgstr "" + +#: seahub/group/views.py:528 +#, python-format +msgid "Failed to delete \"%s\". Please retry later." +msgstr "" + +#: seahub/help/templates/help/base.html:8 +msgid "Desktop Client and Syncing" +msgstr "" + +#: seahub/help/templates/help/base.html:10 +msgid "Install and sync Files" +msgstr "" + +#: seahub/help/templates/help/base.html:11 +msgid "Syncing existing folders" +msgstr "" + +#: seahub/help/templates/help/base.html:12 +msgid "Selective sync sub-folders" +msgstr "" + +#: seahub/help/templates/help/base.html:13 +msgid "Unsync and resync libraries" +msgstr "" + +#: seahub/help/templates/help/base.html:14 +msgid "Setting sync interval" +msgstr "" + +#: seahub/help/templates/help/base.html:15 +msgid "Proxy settings" +msgstr "" + +#: seahub/help/templates/help/base.html:16 +#: seahub/help/templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "" + +#: seahub/help/templates/help/base.html:17 +msgid "Excluding files" +msgstr "" + +#: seahub/help/templates/help/base.html:19 +msgid "Security and Encryption" +msgstr "" + +#: seahub/help/templates/help/base.html:21 +msgid "How to use encrypted libraries" +msgstr "" + +#: seahub/help/templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: seahub/help/templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:6 +msgid "Using Proxy in Seafile Client" +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server use this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), the " +"password is not sent to the server." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypt and encrypt file contents locally. The plain " +"text password is not stored on the client disk too." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client support it since version 2.1.0." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypt the contents of the files, but not " +"the folder and file names." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:27 +msgid "" +"More technical details of encrypted library can be found at Seafile " +"Manual." +msgstr "" + +#: seahub/help/templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "" + +#: seahub/help/templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: seahub/help/templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "" + +#: seahub/help/templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "" + +#: seahub/help/templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "" + +#: seahub/help/templates/help/ignore.html:18 +msgid "Example" +msgstr "" + +#: seahub/help/templates/help/ignore.html:36 +msgid "Notes" +msgstr "" + +#: seahub/help/templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "" + +#: seahub/help/templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "" + +#: seahub/help/templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "" + +#: seahub/help/templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "" + +#: seahub/help/templates/help/install.html:6 +msgid "Installing Seafile Client Program" +msgstr "" + +#: seahub/help/templates/help/install.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "" + +#: seahub/help/templates/help/install.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:13 +msgid "2. Add an account" +msgstr "" + +#: seahub/help/templates/help/install.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "" + +#: seahub/help/templates/help/install.html:18 +msgid "3. Sync a library" +msgstr "" + +#: seahub/help/templates/help/install.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "" + +#: seahub/help/templates/help/install.html:26 +msgid "4. (Optional) Create a library" +msgstr "" + +#: seahub/help/templates/help/install.html:28 +msgid "You can also create a library from a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:34 +msgid "5. Browse files on the cloud" +msgstr "" + +#: seahub/help/templates/help/install.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:6 +msgid "Selective Sync Sub-folders" +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. If your " +"Seafile server is Pro edition, you can selectively sync a sub-folder in a " +"library, instead of syncing the entire library." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:6 +msgid "Syncing With an Existing Folder" +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:6 +msgid "Setting Sync Interval" +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:6 +msgid "Unsync and Resync Library" +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use sync with existing folder " +"feature." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:5 +#: seahub/templates/js/sysadmin-templates.html:277 +#: seahub/templates/sysadmin/base.html:5 +msgid "Exit admin panel" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:16 +#: seahub/institutions/templates/institutions/useradmin.html:9 +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 +msgid "Users" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:37 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:7 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:7 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:8 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:7 +msgid "Search users..." +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:7 +#: seahub/templates/js/sysadmin-templates.html:8 +#: seahub/templates/js/sysadmin-templates.html:98 +#: seahub/templates/sysadmin/base.html:16 +msgid "Info" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:13 +#: seahub/templates/home_base.html:59 +#: seahub/templates/js/sysadmin-templates.html:19 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:737 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1855 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/sysadmin/sys_org_info_group.html:10 +#: seahub/templates/sysadmin/sys_org_info_library.html:10 +#: seahub/templates/sysadmin/sys_org_info_setting.html:10 +#: seahub/templates/sysadmin/sys_org_info_user.html:9 +msgid "Libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Active Users" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Total Users" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:20 +#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/user_profile.html:4 +#: seahub/templates/sysadmin/userinfo.html:23 +msgid "Profile" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:21 +#: seahub/templates/i18n.html:11 seahub/templates/sysadmin/userinfo.html:24 +msgid "Owned Libs" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:28 +#: seahub/templates/sysadmin/userinfo.html:33 +msgid "Avatar" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:35 +#: seahub/templates/sysadmin/userinfo.html:44 +msgctxt "true name" +msgid "Name" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:40 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/userinfo.html:56 +msgid "Department" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:43 +#: seahub/templates/registration/registration_form.html:36 +#: seahub/templates/sysadmin/userinfo.html:69 +msgid "Telephone" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:47 +#: seahub/institutions/templates/institutions/useradmin.html:18 +#: seahub/institutions/templates/institutions/useradmin_search.html:20 +#: seahub/templates/sysadmin/org_admin_table.html:6 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:17 +#: seahub/templates/sysadmin/sys_inst_info_base.html:23 +#: seahub/templates/sysadmin/sys_inst_info_user.html:17 +#: seahub/templates/sysadmin/sys_inst_search_user.html:18 +#: seahub/templates/sysadmin/sys_org_info_base.html:26 +#: seahub/templates/sysadmin/sys_org_info_user.html:21 +msgid "Space Used" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:48 +#: seahub/templates/sysadmin/sys_inst_info_base.html:24 +#: seahub/templates/sysadmin/sys_org_info_base.html:28 +msgid "Set Quota" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:52 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:88 +#: seahub/templates/sysadmin/useradmin_table.html:111 +#: seahub/templates/sysadmin/userinfo.html:102 +msgid "Set user storage limit" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:55 +msgid "Available quota:" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:67 +#: seahub/templates/file_revisions.html:56 +#: seahub/templates/js/sysadmin-templates.html:470 +#: seahub/templates/js/sysadmin-templates.html:768 +#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:1217 +#: seahub/templates/js/templates.html:1236 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1613 +#: seahub/templates/js/templates.html:1632 +#: seahub/templates/repo_dir_recycle_view.html:46 +#: seahub/templates/repo_history_view.html:59 +#: seahub/templates/sysadmin/userinfo.html:119 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:206 +#: seahub/templates/view_shared_dir.html:55 +msgid "Size" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:68 +#: seahub/templates/js/sysadmin-templates.html:471 +#: seahub/templates/js/templates.html:301 +#: seahub/templates/js/templates.html:1158 +#: seahub/templates/js/templates.html:1218 +#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1261 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/view_shared_dir.html:56 +msgid "Last Update" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/templates/js/templates.html:1273 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:176 +msgid "Encrypted" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:176 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "library icon" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:103 +#: seahub/templates/sysadmin/userinfo.html:157 +msgid "This user has not created any libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:113 +#: seahub/templates/js/sysadmin-templates.html:807 +#: seahub/templates/js/templates.html:1492 +#: seahub/templates/sysadmin/sys_useradmin.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/userinfo.html:253 seahub/views/sysadmin.py:279 +msgid "Role" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:114 +#: seahub/templates/sysadmin/sys_inst_admin.html:28 +#: seahub/templates/sysadmin/sys_org_info_group.html:20 +#: seahub/templates/sysadmin/sys_publink_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:254 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:1062 +msgid "Create At" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:128 +#: seahub/templates/sysadmin/userinfo.html:268 +msgid "This user has not created or joined any groups" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:151 +#: seahub/templates/sysadmin/sys_inst_info_base.html:56 +msgid "Space Quota can't be empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Contact Email" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:17 +#: seahub/institutions/templates/institutions/useradmin_search.html:19 +#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:16 +#: seahub/templates/sysadmin/sys_inst_info_user.html:16 +#: seahub/templates/sysadmin/sys_inst_search_user.html:17 +#: seahub/templates/sysadmin/sys_org_info_user.html:20 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:36 +#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:11 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Status" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:19 +#: seahub/institutions/templates/institutions/useradmin_search.html:21 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:18 +#: seahub/templates/sysadmin/sys_inst_info_user.html:18 +#: seahub/templates/sysadmin/sys_inst_search_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:22 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:26 +#: seahub/templates/sysadmin/useradmin_table.html:14 +msgid "Create At / Last Login" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:33 +#: seahub/institutions/templates/institutions/useradmin.html:40 +#: seahub/institutions/templates/institutions/useradmin_search.html:35 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:28 +#: seahub/templates/sysadmin/sys_inst_info_user.html:28 +#: seahub/templates/sysadmin/sys_inst_search_user.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:39 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:53 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:44 +#: seahub/views/sysadmin.py:324 +msgid "Active" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:35 +#: seahub/institutions/templates/institutions/useradmin.html:41 +#: seahub/institutions/templates/institutions/useradmin_search.html:37 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:30 +#: seahub/templates/sysadmin/sys_inst_info_user.html:30 +#: seahub/templates/sysadmin/sys_inst_search_user.html:31 +#: seahub/templates/sysadmin/sys_org_info_user.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:55 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:61 +#: seahub/templates/sysadmin/useradmin_table.html:39 +#: seahub/templates/sysadmin/useradmin_table.html:45 +#: seahub/views/sysadmin.py:326 +msgid "Inactive" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:66 +#: seahub/institutions/templates/institutions/useradmin_search.html:62 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_inst_admin.html:44 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:47 +#: seahub/templates/sysadmin/sys_inst_info_user.html:48 +#: seahub/templates/sysadmin/sys_publink_admin.html:59 +#: seahub/templates/sysadmin/sys_terms_admin.html:48 +msgid "Empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:70 +#: seahub/templates/sysadmin/sys_inst_info_user.html:52 +#: seahub/templates/sysadmin/sys_org_info_user.html:60 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:104 +#: seahub/templates/sysadmin/sys_useradmin.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:53 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:31 +#: seahub/templates/sysadmin/user_search.html:27 +msgid "Activating..., please wait" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:78 +#: seahub/institutions/templates/institutions/useradmin_search.html:70 +#: seahub/templates/sysadmin/sys_org_info_user.html:178 +#: seahub/templates/sysadmin/useradmin_js.html:3 +#: seahub/templates/sysadmin/useradmin_js.html:122 +msgid "Delete User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:124 +#: seahub/templates/sysadmin/sys_inst_info_user.html:98 +#: seahub/templates/sysadmin/useradmin_js.html:64 +msgid "Edit succeeded, an email has been sent." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:126 +#: seahub/templates/sysadmin/sys_inst_info_user.html:100 +#: seahub/templates/sysadmin/useradmin_js.html:66 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:128 +#: seahub/templates/sysadmin/sys_inst_info_user.html:102 +#: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/useradmin_js.html:68 +msgid "Edit succeeded" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:136 +#: seahub/templates/sysadmin/sys_inst_info_user.html:110 +#: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/useradmin_js.html:76 +msgid "Edit failed." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:7 +#: seahub/templates/sysadmin/sys_inst_search_user.html:5 +#: seahub/templates/sysadmin/user_search.html:7 +msgid "Search User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:13 +#: seahub/templates/js/sysadmin-templates.html:347 +#: seahub/templates/js/sysadmin-templates.html:575 +#: seahub/templates/sysadmin/sys_inst_search_user.html:11 +#: seahub/templates/sysadmin/sys_org_search.html:15 +#: seahub/templates/sysadmin/user_search.html:14 +msgid "Result" +msgstr "" + +#: seahub/institutions/views.py:162 +#: seahub/templates/js/sysadmin-templates.html:323 +#: seahub/templates/js/sysadmin-templates.html:344 +#: seahub/templates/js/sysadmin-templates.html:356 +#: seahub/templates/js/sysadmin-templates.html:428 +#: seahub/templates/js/sysadmin-templates.html:550 +#: seahub/templates/js/sysadmin-templates.html:581 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:825 +#: seahub/templates/sysadmin/sys_org_admin.html:30 +#: seahub/templates/sysadmin/sys_org_info_library.html:21 +#: seahub/templates/sysadmin/sys_publink_admin.html:13 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:12 +#: seahub/views/sysadmin.py:616 +msgid "Owner" +msgstr "" + +#: seahub/institutions/views.py:164 seahub/templates/base.html:74 +#: seahub/templates/base.html.py:77 +#: seahub/templates/js/sysadmin-templates.html:827 +#: seahub/templates/js/sysadmin-templates.html:831 +#: seahub/templates/js/sysadmin-templates.html:838 +#: seahub/templates/js/templates.html:1526 +#: seahub/templates/js/templates.html:1530 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1835 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:618 +msgid "Admin" +msgstr "" + +#: seahub/institutions/views.py:166 +#: seahub/templates/js/sysadmin-templates.html:830 +#: seahub/templates/js/sysadmin-templates.html:834 +#: seahub/templates/js/sysadmin-templates.html:837 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1533 +#: seahub/templates/js/templates.html:1536 seahub/views/sysadmin.py:620 +msgid "Member" +msgstr "" + +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:714 +#, python-format +msgid "Successfully deleted %s" +msgstr "" + +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:716 +msgid "Failed to delete: the user does not exist" +msgstr "" + +#: seahub/invitations/models.py:16 seahub/invitations/models.py:34 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/useradmin_table.html:53 +#: seahub/templates/sysadmin/useradmin_table.html:63 +#: seahub/views/sysadmin.py:337 +msgid "Guest" +msgstr "" + +#: seahub/invitations/models.py:90 +#, python-format +msgid "%(user)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:8 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_batch_add_email.html:9 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:12 +#, python-format +msgid "" +"%(inviter)s invited you to join %(site_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:26 +#: seahub/templates/sysadmin/settings.html:213 +#: seahub/templates/sysadmin/useradmin_js.html:197 +#: seahub/templates/sysadmin/userinfo.html:398 +msgid "It is required." +msgstr "" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:57 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:73 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:98 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:28 +#: seahub/notifications/management/commands/send_notices.py:272 +#, python-format +msgid "New notice on %s" +msgstr "" + +#: seahub/notifications/models.py:422 seahub/notifications/models.py:464 +#: seahub/notifications/models.py:492 seahub/notifications/models.py:529 +#: seahub/notifications/models.py:561 seahub/notifications/models.py:579 +#: seahub/notifications/models.py:609 seahub/notifications/models.py:631 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1088 +msgid "Internal error" +msgstr "" + +#: seahub/notifications/models.py:441 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "" + +#: seahub/notifications/models.py:448 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to Deleted " +"Library" +msgstr "" + +#: seahub/notifications/models.py:474 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to " +"you." +msgstr "" + +#: seahub/notifications/models.py:509 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:540 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "" + +#: seahub/notifications/models.py:544 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:590 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "" + +#: seahub/notifications/models.py:619 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "" + +#: seahub/notifications/models.py:645 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +#: seahub/notifications/templates/notifications/user_notification_list.html:21 +msgid "Message" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:22 +#: seahub/templates/file_revisions.html:54 +#: seahub/templates/js/sysadmin-templates.html:238 +#: seahub/templates/js/sysadmin-templates.html:860 +#: seahub/templates/repo_history.html:29 +msgid "Time" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:27 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:36 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:39 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, 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:48 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:64 +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: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:27 +msgid "(current notification)" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:31 +msgid "Set to current" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:51 +msgid "Delete Notification" +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in file %(file_name)s during regular scanning." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning. Please check the report at:" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:4 +#: seahub/notifications/templates/notifications/user_notification_list.html:9 +msgid "Notices" +msgstr "" + +#: 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:29 +#: seahub/templates/libraries.html:179 +#: seahub/templates/repo_dir_recycle_view.html:59 +msgid "More" +msgstr "" + +#: seahub/notifications/views.py:130 +msgid "Successfully cleared all notices." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:13 +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/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/templates/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:15 +#: seahub/templates/js/sysadmin-templates.html:276 +#: seahub/templates/js/templates.html:1047 +#: seahub/templates/js/templates.html:1827 seahub/templates/libraries.html:121 +#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/sysadmin/settings.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:11 +#: seahub/templates/sysadmin/sys_org_info_library.html:11 +#: seahub/templates/sysadmin/sys_org_info_setting.html:11 +#: seahub/templates/sysadmin/sys_org_info_user.html:10 +msgid "Settings" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:14 +msgid "Language" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:16 +msgid "Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:111 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:21 +#: seahub/profile/templates/profile/set_profile.html:136 +#: seahub/profile/templates/profile/set_profile.html:159 +msgid "Delete Account" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:30 +msgid "Profile Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:32 +msgid "Avatar:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:34 +msgid "Change" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +msgid "Password:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/templates/sysadmin/sys_terms_admin.html:39 +msgid "Update" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:43 +msgctxt "true name" +msgid "Name:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:50 +msgid "Username:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:51 +msgid "You can use this field at login." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:56 +msgid "Contact Email:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:57 +msgid "Your notifications will be sent to this email." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:62 +msgid "Department:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:67 +msgid "Telephone:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:79 +msgid "Language Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:90 +msgid "Default Library Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:92 +msgid "Your default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:94 +msgid "" +"Default library is the default place to store your personal documents and " +"pictures." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:95 +msgid "Choose Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:98 +msgid "Choose default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:113 +msgid "enabled" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:115 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:119 +msgid "" +"If you don't have any device with you, you can access your account using " +"backup codes." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:120 +#, python-format +msgid "You have only one backup code remaining." +msgid_plural "You have %(counter)s backup codes remaining." +msgstr[0] "" +msgstr[1] "" + +#: seahub/profile/templates/profile/set_profile.html:123 +msgid "Show Codes" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:127 +msgid "" +"Two-factor authentication is not enabled for your account. Enable two-factor" +" authentication for enhanced account security." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:129 +msgid "Enable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:137 +msgid "This operation will not be reverted. Please think twice!" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:160 +msgid "Really want to delete your account?" +msgstr "" + +#: seahub/profile/views.py:41 +msgid "Successfully edited profile." +msgstr "" + +#: seahub/profile/views.py:45 +msgid "Failed to edit profile" +msgstr "" + +#: seahub/profile/views.py:157 +msgid "Has not accepted invitation yet" +msgstr "" + +#: seahub/profile/views.py:176 +msgid "Demo account can not be deleted." +msgstr "" + +#: seahub/profile/views.py:202 +msgid "Failed to set default library." +msgstr "" + +#: seahub/profile/views.py:206 +msgid "Can not set encrypted library as default library." +msgstr "" + +#: seahub/profile/views.py:211 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "" + +#: seahub/settings.py:143 +msgid "català" +msgstr "" + +#: seahub/settings.py:144 +msgid "Deutsch" +msgstr "" + +#: seahub/settings.py:145 +msgid "English" +msgstr "" + +#: seahub/settings.py:146 +msgid "Español" +msgstr "" + +#: seahub/settings.py:147 +msgid "Español de Argentina" +msgstr "" + +#: seahub/settings.py:148 +msgid "Español de México" +msgstr "" + +#: seahub/settings.py:149 +msgid "Suomi" +msgstr "" + +#: seahub/settings.py:150 +msgid "français" +msgstr "" + +#: seahub/settings.py:151 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:152 +msgid "Magyar" +msgstr "" + +#: seahub/settings.py:153 +msgid "Íslenska" +msgstr "" + +#: seahub/settings.py:154 +msgid "Italiano" +msgstr "" + +#: seahub/settings.py:155 +msgid "日本語" +msgstr "" + +#: seahub/settings.py:156 +msgid "한국어" +msgstr "" + +#: seahub/settings.py:157 +msgid "Latvian" +msgstr "" + +#: seahub/settings.py:158 +msgid "Nederlands" +msgstr "" + +#: seahub/settings.py:159 +msgid "Polski" +msgstr "" + +#: seahub/settings.py:160 +msgid "Portuguese, Brazil" +msgstr "" + +#: seahub/settings.py:161 +msgid "Русский" +msgstr "" + +#: seahub/settings.py:162 +msgid "Slovak" +msgstr "" + +#: seahub/settings.py:163 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:164 +msgid "Svenska" +msgstr "" + +#: seahub/settings.py:165 +msgid "ไทย" +msgstr "" + +#: seahub/settings.py:166 +msgid "Türkçe" +msgstr "" + +#: seahub/settings.py:167 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:168 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:169 +msgid "繁體中文" +msgstr "" + +#: seahub/share/forms.py:20 seahub/share/forms.py:33 +msgid "Email is required" +msgstr "Задължителна електронна поща" + +#: seahub/share/forms.py:21 seahub/share/forms.py:34 +msgid "Email is not longer than 512 characters" +msgstr "" + +#: seahub/share/models.py:72 +msgid "Password can't be empty" +msgstr "Паролата е задължителна" + +#: seahub/share/models.py:79 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/templates/share/audit_code_email.html:11 +#, python-format +msgid "Your code is %(code)s, this code will be valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:6 +msgid "Email Verification" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:8 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:11 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:13 +msgid "Verification code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:63 +msgid "A verification code has been sent to the email." +msgstr "" + +#: seahub/share/views.py:199 seahub/share/views.py:311 +msgid "Internal server error, or please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:219 +msgid "Please choose a directory." +msgstr "" + +#: seahub/share/views.py:241 +msgid "Successfully saved." +msgstr "" + +#: seahub/share/views.py:255 +msgid "" +"Sending shared upload link failed. Email service is not properly configured," +" please contact administrator." +msgstr "" + +#: seahub/share/views.py:329 seahub/thumbnail/views.py:40 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 +#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 +#: seahub/views/ajax.py:544 seahub/views/ajax.py:738 seahub/views/ajax.py:1091 +msgid "Library does not exist." +msgstr "" + +#: seahub/share/views.py:333 +msgid "Directory does not exist." +msgstr "" + +#: seahub/share/views.py:382 +msgid "Only the owner of the library has permission to share it." +msgstr "" + +#: seahub/share/views.py:420 +msgid "Please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:437 +msgid "Email address is not valid" +msgstr "" + +#: seahub/share/views.py:446 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:455 +msgid "Verification code for visiting share links" +msgstr "" + +#: seahub/share/views.py:470 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: seahub/templates/base.html:9 seahub/templates/base_for_backbone.html:9 +#: seahub/templates/sysadmin/sysadmin_backbone.html:9 +msgid "File Collaboration Team Organization" +msgstr "" + +#: seahub/templates/base.html:42 seahub/templates/base_for_backbone.html:50 +#: seahub/templates/sysadmin/sysadmin_backbone.html:45 +msgid "Side Nav Menu" +msgstr "" + +#: seahub/templates/base.html:53 seahub/templates/base_for_backbone.html:65 +#: seahub/templates/sysadmin/sysadmin_backbone.html:48 +msgid "View profile and more" +msgstr "" + +#: seahub/templates/base.html:71 seahub/templates/js/sysadmin-templates.html:5 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/sysadmin/base.html:13 +msgid "System Admin" +msgstr "" + +#: seahub/templates/base.html:74 seahub/templates/js/templates.html:1832 +msgid "Organization Admin" +msgstr "" + +#: seahub/templates/base.html:80 seahub/templates/finish_payment.html:5 +#: seahub/templates/js/sysadmin-templates.html:278 +#: seahub/templates/js/templates.html:1837 +msgid "Log out" +msgstr "" + +#: seahub/templates/base.html:123 seahub/templates/base_for_backbone.html:87 +#: seahub/templates/sysadmin/sysadmin_backbone.html:70 +#: seahub/views/sysadmin.py:332 seahub/views/sysadmin.py:333 +msgid "Yes" +msgstr "" + +#: seahub/templates/base.html:124 seahub/templates/base_for_backbone.html:88 +#: seahub/templates/sysadmin/sysadmin_backbone.html:71 +msgid "No" +msgstr "" + +#: seahub/templates/base_for_backbone.html:28 +msgid "" +"We no longer support this version of IE. Please upgrade it to version 10 or " +"above." +msgstr "" + +#: seahub/templates/base_for_backbone.html:58 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/js/templates.html:1804 +#: seahub/templates/sysadmin/base.html:46 +msgid "Notifications" +msgstr "" + +#: seahub/templates/base_for_backbone.html:94 +#, python-format +msgid "Welcome to %(site_name)s" +msgstr "" + +#: seahub/templates/base_for_backbone.html:96 +#, python-format +msgid "" +"%(site_name)s 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/base_for_backbone.html:98 +#, python-format +msgid "" +"%(site_name)s 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/choose_register.html:13 +#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/registration_form.html:11 +msgid "Signup" +msgstr "" + +#: seahub/templates/choose_register.html:14 +msgid "Create a personal account" +msgstr "" + +#: seahub/templates/choose_register.html:15 +msgid "Create an organization account" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:9 +#: seahub/templates/share_access_validation.html:13 +msgid "Password: " +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:24 +#: seahub/templates/share_access_validation.html:29 +msgid "Please enter the password." +msgstr "" + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:88 +#: seahub/templates/js/sysadmin-templates.html:521 +#: seahub/templates/js/templates.html:190 +#: seahub/templates/js/templates.html:196 +#: seahub/templates/js/templates.html:338 +#: seahub/templates/js/templates.html:401 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:573 +#: seahub/templates/js/templates.html:636 +#: seahub/templates/js/templates.html:662 +#: seahub/templates/repo_history_view.html:79 +#: seahub/templates/shared_file_view.html:40 +#: seahub/templates/shared_file_view.html:69 +#: seahub/templates/sysadmin/userinfo.html:223 +#: seahub/templates/view_file_base.html:67 +#: seahub/templates/view_file_base.html:149 +#: seahub/templates/view_history_file.html:23 +#: seahub/templates/view_history_file.html:34 +#: seahub/templates/view_shared_dir.html:72 +#: seahub/templates/view_shared_dir.html:73 +#: seahub/templates/view_shared_dir.html:104 +#: seahub/templates/view_shared_dir.html:105 +#: seahub/templates/view_shared_dir.html:122 +#: seahub/templates/view_shared_dir.html:156 +msgid "Download" +msgstr "" + +#: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 +#: seahub/templates/js/templates.html:485 +#: seahub/templates/js/templates.html:585 +msgid "Access Log" +msgstr "" + +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "" + +#: seahub/templates/file_access.html:25 +#: seahub/templates/js/sysadmin-templates.html:181 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:676 +#: seahub/templates/js/templates.html:803 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1685 +#: seahub/templates/sysadmin/settings.html:29 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 +msgid "User" +msgstr "" + +#: seahub/templates/file_access.html:26 +#: seahub/templates/sysadmin/sys_invitations_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:207 +msgid "Type" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:184 +#: seahub/templates/js/sysadmin-templates.html:235 +#: seahub/templates/libraries.html:189 +msgid "IP" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:183 +#: seahub/templates/libraries.html:188 +msgid "Device Name" +msgstr "" + +#: seahub/templates/file_access.html:28 +msgid "Date" +msgstr "" + +#: seahub/templates/file_access.html:38 +msgid "Anonymous User" +msgstr "" + +#: seahub/templates/file_access.html:56 +#: seahub/templates/js/sysadmin-templates.html:197 +#: seahub/templates/js/sysadmin-templates.html:331 +#: seahub/templates/js/sysadmin-templates.html:437 +#: seahub/templates/js/sysadmin-templates.html:559 +#: seahub/templates/js/sysadmin-templates.html:867 +#: seahub/templates/repo_history.html:78 +#: seahub/templates/snippets/admin_paginator.html:4 +#: seahub/templates/sysadmin/sys_publink_admin.html:33 +#: seahub/templates/sysadmin/sys_trafficadmin.html:30 +#: seahub/templates/sysadmin/useradmin_paginator.html:4 +msgid "Previous" +msgstr "" + +#: seahub/templates/file_access.html:59 +#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:332 +#: seahub/templates/js/sysadmin-templates.html:438 +#: seahub/templates/js/sysadmin-templates.html:560 +#: seahub/templates/js/sysadmin-templates.html:868 +#: seahub/templates/repo_history.html:81 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/templates/sysadmin/sys_publink_admin.html:36 +#: seahub/templates/sysadmin/sys_trafficadmin.html:33 +#: seahub/templates/sysadmin/useradmin_paginator.html:7 +msgid "Next" +msgstr "" + +#: seahub/templates/file_access.html:64 +#: seahub/templates/snippets/admin_paginator.html:12 +#: seahub/templates/sysadmin/sys_publink_admin.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:38 +#: seahub/templates/sysadmin/useradmin_paginator.html:12 +msgid "Per page: " +msgstr "" + +#: seahub/templates/file_access.html:83 +msgid "This file has (apparently) not been accessed yet" +msgstr "" + +#: seahub/templates/file_edit.html:91 +#: seahub/templates/repo_dir_recycle_view.html:21 +#: seahub/templates/repo_history_view.html:40 +#: seahub/templates/shared_file_view.html:19 +#: seahub/templates/view_shared_dir.html:20 +msgid "Current path: " +msgstr "" + +#: seahub/templates/file_edit.html:101 +msgid "Draft saved." +msgstr "" + +#: seahub/templates/file_edit.html:130 +#: seahub/templates/js/sysadmin-templates.html:236 +#: seahub/templates/js/templates.html:1157 +#: seahub/templates/js/templates.html:1951 +#: seahub/templates/js/templates.html:1986 +#: seahub/templates/sysadmin/settings.html:104 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:11 +msgid "Library" +msgstr "" + +#: seahub/templates/file_edit.html:130 +msgid "is encrypted" +msgstr "" + +#: seahub/templates/file_edit.html:133 +msgid "The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/file_edit.html:142 +msgid "Choose a file" +msgstr "" + +#: seahub/templates/file_edit.html:150 +msgid "Please choose a file." +msgstr "" + +#: seahub/templates/file_edit.html:158 +msgid "Draft Available" +msgstr "" + +#: seahub/templates/file_edit.html:159 +msgid "There's a saved draft for this file, would you like to load it?" +msgstr "" + +#: seahub/templates/file_edit.html:160 +msgid "Load" +msgstr "" + +#: seahub/templates/file_edit.html:161 +msgid "Discard" +msgstr "" + +#: seahub/templates/file_edit.html:174 +msgid "Failed to save draft, exceeded max quota" +msgstr "" + +#: seahub/templates/file_edit.html:243 +msgid "Draft successfully loaded" +msgstr "" + +#: seahub/templates/file_edit.html:361 +msgid "Please check the network." +msgstr "Моля проверете връзката." + +#: seahub/templates/file_edit.html:405 +msgid "Bold" +msgstr "" + +#: seahub/templates/file_edit.html:406 +msgid "Italic" +msgstr "" + +#: seahub/templates/file_edit.html:407 +msgid "Heading 1" +msgstr "" + +#: seahub/templates/file_edit.html:408 +msgid "Heading 2" +msgstr "" + +#: seahub/templates/file_edit.html:409 +msgid "Heading 3" +msgstr "" + +#: seahub/templates/file_edit.html:410 +msgid "Heading 4" +msgstr "" + +#: seahub/templates/file_edit.html:411 +msgid "Unordered list" +msgstr "" + +#: seahub/templates/file_edit.html:412 +msgid "Ordered list" +msgstr "" + +#: seahub/templates/file_edit.html:413 +msgid "Horizontal rule" +msgstr "" + +#: seahub/templates/file_edit.html:414 seahub/templates/file_edit.html:432 +msgid "Link" +msgstr "" + +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1651 +#: seahub/templates/repo_history_view.html:74 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +#: seahub/templates/sysadmin/userinfo.html:215 +#: seahub/templates/view_shared_dir.html:84 +#: seahub/templates/view_shared_dir.html:86 +#: seahub/templates/view_shared_dir.html:89 +msgid "File" +msgstr "Файл" + +#: seahub/templates/file_edit.html:416 seahub/templates/file_edit.html:438 +msgid "Image" +msgstr "" + +#: seahub/templates/file_edit.html:417 seahub/templates/file_edit.html:444 +msgid "Table" +msgstr "" + +#: seahub/templates/file_edit.html:418 +msgid "Undo(Ctrl+Z)" +msgstr "" + +#: seahub/templates/file_edit.html:419 +msgid "Redo(Ctrl+Y)" +msgstr "" + +#: seahub/templates/file_edit.html:420 +msgid "Close live preview" +msgstr "" + +#: seahub/templates/file_edit.html:421 +msgid "Live preview" +msgstr "" + +#: seahub/templates/file_edit.html:422 +msgid "Fullscreen" +msgstr "" + +#: seahub/templates/file_edit.html:434 seahub/templates/file_edit.html:440 +msgid "Title" +msgstr "" + +#: seahub/templates/file_edit.html:435 seahub/templates/file_edit.html:441 +msgid "Please enter URL." +msgstr "" + +#: seahub/templates/file_edit.html:445 +msgid "Cells" +msgstr "" + +#: seahub/templates/file_edit.html:446 +msgid "Align" +msgstr "" + +#: seahub/templates/file_edit.html:447 +msgid "Rows" +msgstr "" + +#: seahub/templates/file_edit.html:448 +msgid "Columns" +msgstr "" + +#: seahub/templates/file_edit.html:449 +#: seahub/templates/sysadmin/sys_useradmin.html:49 +#: seahub/templates/sysadmin/useradmin_table.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/views/sysadmin.py:339 +msgid "Default" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align left" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align center" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align right" +msgstr "" + +#: seahub/templates/file_edit.html:494 +msgid "Submit failed. Please check the network." +msgstr "" + +#: seahub/templates/file_edit.html:514 +msgid "Password is required." +msgstr "" + +#: seahub/templates/file_revisions.html:5 +#: seahub/templates/js/templates.html:257 +#: seahub/templates/js/templates.html:482 +#: seahub/templates/js/templates.html:582 +#: seahub/templates/js/templates.html:645 seahub/templates/repo_history.html:5 +#: seahub/templates/view_file_base.html:59 +msgid "History" +msgstr "" + +#: seahub/templates/file_revisions.html:14 +#, python-format +msgid "%(u_filename)s Version History" +msgstr "" + +#: seahub/templates/file_revisions.html:16 +#: seahub/templates/repo_dir_recycle_view.html:15 +#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history_view.html:16 +#: seahub/templates/sysadmin/sys_inst_info_base.html:16 +#: seahub/templates/text_diff.html:15 +msgid "Back" +msgstr "" + +#: seahub/templates/file_revisions.html:21 +msgid "" +"Tip: a new version will be generated after each modification, and you can " +"restore the file to a previous version." +msgstr "" + +#: seahub/templates/file_revisions.html:36 +#: seahub/templates/file_revisions.html:38 +msgid "a week" +msgstr "" + +#: seahub/templates/file_revisions.html:41 +#: seahub/templates/file_revisions.html:43 +msgid "a month" +msgstr "" + +#: seahub/templates/file_revisions.html:46 +#: seahub/templates/file_revisions.html:48 +#: seahub/templates/repo_dir_recycle_view.html:71 +msgid "all" +msgstr "" + +#: seahub/templates/file_revisions.html:55 +#: seahub/templates/repo_history.html:30 +msgid "Modifier" +msgstr "" + +#: seahub/templates/file_revisions.html:64 +msgid "(current version)" +msgstr "" + +#: seahub/templates/file_revisions.html:68 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "" + +#: seahub/templates/file_revisions.html:85 +#: seahub/templates/js/sysadmin-templates.html:454 +#: seahub/templates/repo_history_view.html:51 +#: seahub/templates/repo_history_view.html:68 +#: seahub/templates/repo_history_view.html:78 +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "" + +#: seahub/templates/file_revisions.html:89 +#: seahub/templates/js/templates.html:2016 +#: seahub/templates/js/templates.html:2027 +msgid "View" +msgstr "" + +#: seahub/templates/file_revisions.html:91 +msgid "Diff" +msgstr "" + +#: seahub/templates/file_revisions.html:114 +#, python-brace-format +msgid "Successfully restored {filename}" +msgstr "" + +#: seahub/templates/finish_payment.html:8 +msgid "Plan" +msgstr "" + +#: seahub/templates/home_base.html:9 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/templates.html:889 +msgid "Files" +msgstr "" + +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:274 +#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:893 seahub/templates/libraries.html:13 +msgid "My Libraries" +msgstr "" + +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:898 seahub/templates/libraries.html:29 +msgid "Shared with me" +msgstr "" + +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:272 +#: seahub/templates/js/templates.html:903 seahub/templates/libraries.html:44 +msgid "Shared with all" +msgstr "" + +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:909 +#: seahub/templates/js/templates.html:926 +#: seahub/templates/js/templates.html:929 +msgid "Shared with groups" +msgstr "" + +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:911 +#: seahub/templates/js/templates.html:933 +msgid "All Groups" +msgstr "" + +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:946 +msgid "Tools" +msgstr "" + +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:955 +#: seahub/templates/libraries.html:164 +msgid "Favorites" +msgstr "" + +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:959 +msgid "Activities" +msgstr "" + +#: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 +#: seahub/templates/js/templates.html:967 +#: seahub/templates/js/templates.html:1021 +#: seahub/templates/wiki/personal_wiki.html:6 +#: seahub/templates/wiki/personal_wiki_pages.html:6 +msgid "Personal Wiki" +msgstr "" + +#: seahub/templates/home_base.html:48 seahub/templates/js/templates.html:973 +#: seahub/templates/libraries.html:183 +msgid "Linked Devices" +msgstr "" + +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:977 +#: seahub/templates/js/templates.html:2041 +#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/templates.html:2079 +msgid "Invite People" +msgstr "" + +#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:982 +msgid "Share Admin" +msgstr "" + +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:989 +#: seahub/templates/js/templates.html:1910 +msgid "Folders" +msgstr "" + +#: seahub/templates/home_base.html:62 +#: seahub/templates/js/sysadmin-templates.html:43 +#: seahub/templates/js/templates.html:994 +#: seahub/templates/js/templates.html:998 +#: seahub/templates/sysadmin/base.html:49 +msgid "Links" +msgstr "" + +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1010 +msgid "Enable Modules" +msgstr "" + +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:216 +msgid "Upload Folder" +msgstr "" + +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:718 +#: seahub/templates/snippets/file_share_popup.html:25 +msgid "Add auto expiration" +msgstr "" + +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:721 +#: seahub/templates/snippets/file_share_popup.html:28 +msgid "Days" +msgstr "" + +#: seahub/templates/i18n.html:9 seahub/templates/sysadmin/userinfo.html:26 +msgid "Shared Links" +msgstr "" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "" + +#: seahub/templates/i18n.html:12 seahub/templates/sysadmin/userinfo.html:25 +msgid "Shared Libs" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:5 +#: seahub/templates/js/sysadmin-templates.html:506 +#: seahub/templates/js/templates.html:229 +msgid "New Folder" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:48 +msgid "Current Library" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:55 +msgid "Other Libraries" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:66 +#: seahub/templates/shared_file_view.html:57 +msgid "Please click and choose a directory." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:85 +msgid "File Upload" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:92 +#: seahub/templates/view_shared_upload_link.html:30 +msgid "Cancel All" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:96 +#: seahub/templates/view_shared_upload_link.html:48 +msgid "Saving..." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:106 +msgid "This library is password protected" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:110 +msgid "*The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "A file with the same name already exists in this folder." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "Replacing it will overwrite its content." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:119 +msgid "Replace" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:120 +msgid "Don't replace" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:11 +#: seahub/templates/sysadmin/base.html:19 +msgid "Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:29 +#: seahub/templates/js/sysadmin-templates.html:156 +#: seahub/templates/sysadmin/base.html:37 +msgid "Organizations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:35 +#: seahub/templates/sysadmin/base.html:42 +msgid "Institutions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:47 +#: seahub/templates/sysadmin/base.html:53 +msgid "Traffic" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/sysadmin/base.html:58 +msgid "Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:57 +#: seahub/templates/sysadmin/base.html:63 +msgid "Virus Scan" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:62 +#: seahub/templates/sysadmin/base.html:68 +msgid "Invitations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:67 +#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/sysadmin/sys_terms_admin.html:8 +msgid "Terms and Conditions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:72 +#: seahub/templates/js/sysadmin-templates.html:851 +#: seahub/templates/sysadmin/base.html:78 +msgid "Admin Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:80 +msgid "Search libraries by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:85 +msgid "Search libraries by owner..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:91 +msgid "Search groups by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:107 +msgid "System Info" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:109 +msgid "Professional Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:111 +msgid "licensed to" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:113 +msgid "expires on" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:116 +msgid "Community Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:117 +msgid "Upgrade to Pro Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:124 +msgid "Storage Used" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Total Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Current Connected Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:131 +msgid "Limits" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:166 +#: seahub/templates/js/sysadmin-templates.html:219 +msgid "Desktop" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:169 +#: seahub/templates/js/sysadmin-templates.html:222 +msgid "Mobile" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:173 +#: seahub/templates/js/sysadmin-templates.html:225 +msgid "Errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/libraries.html:187 +msgid "Platform" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +#: seahub/templates/sysadmin/sys_terms_admin.html:17 +msgid "Version" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:185 +#: seahub/templates/libraries.html:190 +msgid "Last Access" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:194 +msgid "No connected devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:210 +#: seahub/templates/js/templates.html:1795 +msgid "Unlink" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:228 +#: seahub/templates/js/sysadmin-templates.html:309 +#: seahub/templates/repo_dir_recycle_view.html:37 +#: seahub/templates/repo_dir_recycle_view.html:65 +msgid "Clean" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +msgid "Device" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:246 +msgid "No sync errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:299 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/sysadmin/sys_org_admin.html:14 +msgid "All" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:302 +#: seahub/templates/js/sysadmin-templates.html:483 +msgid "System" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:305 +#: seahub/templates/js/templates.html:255 +#: seahub/templates/js/templates.html:260 +#: seahub/templates/view_trash_file.html:6 +msgid "Trash" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:321 +#: seahub/templates/js/sysadmin-templates.html:354 +msgid "Files / Size" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:364 +#: seahub/templates/js/sysadmin-templates.html:777 +msgid "No libraries" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:340 +msgid "Search Library" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:342 +msgid "Tip: you can search by keyword in name or owner or both." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:392 +#: seahub/templates/js/sysadmin-templates.html:613 +#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:97 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/sysadmin/userinfo.html:149 +msgid "Transfer" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:394 +#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:94 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:341 +#: seahub/templates/js/templates.html:403 +#: seahub/templates/js/templates.html:469 +#: seahub/templates/js/templates.html:575 +#: seahub/templates/js/templates.html:638 +#: seahub/templates/js/templates.html:664 +#: seahub/templates/view_file_base.html:54 +msgid "Share" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:422 +msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:429 +msgid "Deleted Time" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:441 +msgid "No library deleted yet" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:209 +#: seahub/templates/js/templates.html:223 +#: seahub/templates/sysadmin/userinfo.html:232 +msgid "Upload" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:541 +#: seahub/templates/js/sysadmin-templates.html:596 +#: seahub/templates/libraries.html:72 seahub/templates/libraries.html.py:90 +msgid "New Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:542 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 +#: seahub/templates/sysadmin/sys_useradmin.html:28 +msgid "Export Excel" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:551 +#: seahub/templates/js/sysadmin-templates.html:582 +msgid "Created At" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:563 +#: seahub/templates/js/sysadmin-templates.html:590 +msgid "No groups" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:569 +msgid "Search Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:571 +msgid "Tip: you can search by keyword in name." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:600 +msgid "(If left blank, owner will be admin)" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:666 +#: seahub/templates/js/templates.html:691 +msgid "Share to user" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:667 +#: seahub/templates/js/templates.html:692 +msgid "Share to group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:677 +#: seahub/templates/js/sysadmin-templates.html:704 +#: seahub/templates/js/templates.html:355 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:672 +#: seahub/templates/js/templates.html:804 +#: seahub/templates/js/templates.html:831 +#: seahub/templates/js/templates.html:1102 +#: seahub/templates/js/templates.html:1128 +#: seahub/templates/js/templates.html:1262 +#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1731 +#: seahub/templates/js/templates.html:1863 +#: seahub/templates/js/templates.html:1918 +msgid "Permission" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/templates.html:830 +#: seahub/templates/js/templates.html:1127 +#: seahub/templates/js/templates.html:1729 +msgid "Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:740 +#: seahub/templates/js/templates.html:1048 seahub/templates/libraries.html:131 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:7 +#: seahub/templates/sysadmin/sys_inst_info_user.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:8 +#: seahub/templates/sysadmin/sys_org_info_library.html:8 +#: seahub/templates/sysadmin/sys_org_info_setting.html:8 +#: seahub/templates/sysadmin/sys_org_info_user.html:7 +msgid "Members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:745 +#: seahub/templates/js/sysadmin-templates.html:753 +msgid "Add Member" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:769 +#: seahub/templates/js/templates.html:1238 +msgid "Shared By" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:125 +#: seahub/templates/js/templates.html:148 +#: seahub/templates/js/templates.html:160 +#: seahub/templates/js/templates.html:179 +#: seahub/templates/js/templates.html:1905 +msgid "Unshare" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:815 +msgid "No members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:858 +msgid "Operation" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:859 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "Detail" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:871 +msgid "No Admin Logs" +msgstr "" + +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 +msgid "New Library" +msgstr "" + +#: seahub/templates/js/templates.html:8 +msgid "Template" +msgstr "" + +#: seahub/templates/js/templates.html:10 +msgid "Select a template" +msgstr "" + +#: seahub/templates/js/templates.html:18 +msgid "Share Permission" +msgstr "" + +#: seahub/templates/js/templates.html:29 +msgid "Encrypt" +msgstr "" + +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:1779 +#, python-format +msgid "(at least %(repo_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:713 +#: seahub/templates/js/templates.html:769 +#: seahub/templates/snippets/file_share_popup.html:20 +msgid "Password again" +msgstr "" + +#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:92 +#: seahub/templates/js/templates.html:349 +#: seahub/templates/js/templates.html:362 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:477 +#: seahub/templates/js/templates.html:500 +#: seahub/templates/js/templates.html:571 +msgid "More Operations" +msgstr "" + +#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:96 +#: seahub/templates/js/templates.html:351 +#: seahub/templates/js/templates.html:407 +#: seahub/templates/js/templates.html:479 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:642 +#: seahub/templates/js/templates.html:668 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1431 +msgid "Rename" +msgstr "" + +#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:98 +msgid "History Setting" +msgstr "" + +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:100 +msgid "Change Password" +msgstr "" + +#: seahub/templates/js/templates.html:61 +#: seahub/templates/js/templates.html:103 +msgid "Share Links" +msgstr "" + +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:106 +msgid "Folder Permission" +msgstr "" + +#: seahub/templates/js/templates.html:71 +#: seahub/templates/js/templates.html:113 +msgid "Broken (please contact your administrator to fix this library)" +msgstr "" + +#: seahub/templates/js/templates.html:187 +#: seahub/templates/js/templates.html:352 +#: seahub/templates/js/templates.html:408 +#: seahub/templates/js/templates.html:480 +#: seahub/templates/js/templates.html:580 +#: seahub/templates/js/templates.html:643 +#: seahub/templates/js/templates.html:669 +msgid "Move" +msgstr "" + +#: seahub/templates/js/templates.html:188 +#: seahub/templates/js/templates.html:195 +#: seahub/templates/js/templates.html:353 +#: seahub/templates/js/templates.html:364 +#: seahub/templates/js/templates.html:409 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:481 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:581 +#: seahub/templates/js/templates.html:597 +#: seahub/templates/js/templates.html:644 +#: seahub/templates/js/templates.html:670 +msgid "Copy" +msgstr "" + +#: seahub/templates/js/templates.html:212 +msgid "Upload Files" +msgstr "" + +#: seahub/templates/js/templates.html:223 +msgid "Out of quota" +msgstr "" + +#: seahub/templates/js/templates.html:226 +msgid "New" +msgstr "" + +#: seahub/templates/js/templates.html:230 +msgid "New File" +msgstr "" + +#: seahub/templates/js/templates.html:233 +msgid "New Markdown File" +msgstr "" + +#: seahub/templates/js/templates.html:234 +msgid "New Excel File" +msgstr "" + +#: seahub/templates/js/templates.html:235 +msgid "New PowerPoint File" +msgstr "" + +#: seahub/templates/js/templates.html:236 +msgid "New Word File" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/view_shared_dir.html:33 +#: seahub/templates/view_shared_dir.html:35 +msgid "List" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "list view" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:37 +#: seahub/templates/view_shared_dir.html:39 +#: seahub/templates/view_shared_dir.html:41 +msgid "Grid" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "grid view" +msgstr "" + +#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:316 +#: seahub/templates/js/templates.html:1216 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1235 +#: seahub/templates/js/templates.html:1249 +msgid "Actions" +msgstr "" + +#: seahub/templates/js/templates.html:312 +#: seahub/templates/js/templates.html:1225 +#: seahub/templates/js/templates.html:1245 +msgid "Sort:" +msgstr "" + +#: seahub/templates/js/templates.html:314 +#: seahub/templates/js/templates.html:1227 +#: seahub/templates/js/templates.html:1247 +msgid "last update" +msgstr "" + +#: seahub/templates/js/templates.html:357 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:495 +#: seahub/templates/js/templates.html:595 +#: seahub/templates/js/templates.html:655 +#: seahub/templates/js/templates.html:674 +msgid "Open via Client" +msgstr "" + +#: seahub/templates/js/templates.html:433 +#: seahub/templates/js/templates.html:528 +#: seahub/templates/view_file_base.html:21 +msgid "starred" +msgstr "" + +#: seahub/templates/js/templates.html:435 +#: seahub/templates/js/templates.html:530 +#: seahub/templates/view_file_base.html:23 +msgid "unstarred" +msgstr "" + +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:546 +#: seahub/templates/js/templates.html:615 +#: seahub/templates/view_file_base.html:27 +msgid "locked" +msgstr "" + +#: seahub/templates/js/templates.html:489 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:649 +#: seahub/templates/view_file_base.html:45 +#: seahub/templates/view_file_base.html:47 +msgid "Unlock" +msgstr "" + +#: seahub/templates/js/templates.html:492 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:652 +#: seahub/templates/view_file_base.html:44 +#: seahub/templates/view_file_base.html:48 +msgid "Lock" +msgstr "" + +#: seahub/templates/js/templates.html:513 +#: seahub/templates/js/templates.html:563 +msgid "Fetch failed" +msgstr "" + +#: seahub/templates/js/templates.html:684 +#: seahub/templates/snippets/file_share_popup.html:6 +msgid "Download Link" +msgstr "" + +#: seahub/templates/js/templates.html:688 +msgid "Upload Link" +msgstr "" + +#: seahub/templates/js/templates.html:704 +#: seahub/templates/js/templates.html:760 +#: seahub/templates/snippets/file_share_popup.html:15 +msgid "Add password protection" +msgstr "" + +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/snippets/file_share_popup.html:18 +#, python-format +msgid "(at least %(share_link_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:710 +#: seahub/templates/js/templates.html:766 +#: seahub/templates/sysadmin/sys_org_info_user.html:74 +#: seahub/templates/sysadmin/sys_org_info_user.html:98 +#: seahub/templates/sysadmin/sys_useradmin.html:56 +#: seahub/templates/sysadmin/sys_useradmin.html:137 +msgid "Show" +msgstr "" + +#: seahub/templates/js/templates.html:711 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/sysadmin/sys_org_info_user.html:75 +#: seahub/templates/sysadmin/sys_useradmin.html:57 +msgid "Generate a random password" +msgstr "" + +#: seahub/templates/js/templates.html:725 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/snippets/file_share_popup.html:33 +msgid "Generate" +msgstr "" + +#: seahub/templates/js/templates.html:729 +#: seahub/templates/snippets/file_share_popup.html:35 +msgid "Link: " +msgstr "" + +#: seahub/templates/js/templates.html:732 +msgid "Direct Download Link: " +msgstr "" + +#: seahub/templates/js/templates.html:736 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/snippets/file_share_popup.html:36 +msgid "Send" +msgstr "" + +#: seahub/templates/js/templates.html:739 +#: seahub/templates/js/templates.html:780 +#: seahub/templates/snippets/file_share_popup.html:40 +msgid "Send to:" +msgstr "" + +#: seahub/templates/js/templates.html:740 +#: seahub/templates/js/templates.html:781 +#: seahub/templates/snippets/file_share_popup.html:41 +msgid "Emails, Seperated by ','" +msgstr "" + +#: seahub/templates/js/templates.html:741 +#: seahub/templates/js/templates.html:782 +#: seahub/templates/snippets/file_share_popup.html:45 +msgid "Message (optional):" +msgstr "" + +#: seahub/templates/js/templates.html:746 +#: seahub/templates/js/templates.html:787 +#: seahub/templates/snippets/file_share_popup.html:50 +msgid "Sending..." +msgstr "" + +#: seahub/templates/js/templates.html:756 +msgid "" +"You can share the generated link to others and then they can upload files to" +" this directory via the link." +msgstr "" + +#: seahub/templates/js/templates.html:776 +msgid "Upload Link: " +msgstr "" + +#: seahub/templates/js/templates.html:864 +#: seahub/templates/js/templates.html:881 +msgid "Leave Share" +msgstr "" + +#: seahub/templates/js/templates.html:1044 +msgid "Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1049 +msgid "Discussion" +msgstr "Дискусия" + +#: seahub/templates/js/templates.html:1093 +#: seahub/templates/js/templates.html:1675 +msgid "User Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1676 +msgid "Group Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1156 +#: seahub/templates/js/templates.html:1162 +msgid "File Name" +msgstr "" + +#: seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1193 +msgid "icon" +msgstr "" + +#: seahub/templates/js/templates.html:1185 +#: seahub/templates/js/templates.html:1207 +msgid "Unstar" +msgstr "" + +#: seahub/templates/js/templates.html:1214 +#: seahub/templates/js/templates.html:1223 +#: seahub/templates/js/templates.html:1233 +#: seahub/templates/js/templates.html:1243 +msgid "Library Type" +msgstr "" + +#: seahub/templates/js/templates.html:1254 +msgid "Select libraries to share" +msgstr "" + +#: seahub/templates/js/templates.html:1303 +#: seahub/templates/repo_history.html:41 +msgid "Details" +msgstr "" + +#: seahub/templates/js/templates.html:1311 +msgid "Created library" +msgstr "Създадена библиотека" + +#: seahub/templates/js/templates.html:1315 +msgid "Deleted library" +msgstr "" + +#: seahub/templates/js/templates.html:1322 +#: seahub/templates/snippets/list_commit_detail.html:10 +msgid "Modification Details" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this library" +msgstr "" + +#: seahub/templates/js/templates.html:1338 +#: seahub/templates/snippets/search_form.html:7 +#: seahub/templates/snippets/search_form.html:13 +msgid "Search Files" +msgstr "" + +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/snippets/search_form.html:9 +msgid "advanced" +msgstr "" + +#: seahub/templates/js/templates.html:1358 +#: seahub/templates/js/templates.html:1375 seahub/templates/libraries.html:108 +msgid "No library is shared to this group" +msgstr "" + +#: seahub/templates/js/templates.html:1383 +msgid "owner" +msgstr "" + +#: seahub/templates/js/templates.html:1385 +msgid "admin" +msgstr "" + +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/view_file_base.html:125 +msgid "Reply" +msgstr "" + +#: seahub/templates/js/templates.html:1416 +#: seahub/templates/js/templates.html:1434 +msgid "Add Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1418 +#: seahub/templates/js/templates.html:1436 +msgid "Remove Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1423 +#: seahub/templates/js/templates.html:1441 +msgid "Import Members" +msgstr "" + +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1442 +msgid "Manage Members" +msgstr "" + +#: seahub/templates/js/templates.html:1427 +msgid "Dismiss" +msgstr "" + +#: seahub/templates/js/templates.html:1446 +msgid "Leave group" +msgstr "" + +#: seahub/templates/js/templates.html:1453 +msgid "Rename Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1462 +msgid "Transfer Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1470 +msgid "Import group members from a CSV file" +msgstr "" + +#: seahub/templates/js/templates.html:1472 +msgid "File format: user@mail.com" +msgstr "" + +#: seahub/templates/js/templates.html:1482 +#: seahub/templates/sysadmin/sys_inst_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:9 +msgid "Add" +msgstr "" + +#: seahub/templates/js/templates.html:1562 +msgid "Setting library history is disabled by Admin" +msgstr "" + +#: seahub/templates/js/templates.html:1567 +msgid "Keep full history" +msgstr "" + +#: seahub/templates/js/templates.html:1573 +msgid "Don't keep history" +msgstr "" + +#: seahub/templates/js/templates.html:1579 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/js/templates.html:1580 +msgid "days" +msgstr "" + +#: seahub/templates/js/templates.html:1597 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1972 +msgid "Download Links" +msgstr "" + +#: seahub/templates/js/templates.html:1600 +#: seahub/templates/js/templates.html:1940 +#: seahub/templates/js/templates.html:1976 +msgid "Upload Links" +msgstr "" + +#: seahub/templates/js/templates.html:1612 +#: seahub/templates/js/templates.html:1631 +msgid "Created By" +msgstr "" + +#: seahub/templates/js/templates.html:1614 +#: seahub/templates/js/templates.html:1633 +#: seahub/templates/js/templates.html:1952 +#: seahub/templates/js/templates.html:1987 +#: seahub/templates/sysadmin/userinfo.html:208 +msgid "Visits" +msgstr "" + +#: seahub/templates/js/templates.html:1648 +#: seahub/templates/sysadmin/userinfo.html:219 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/view_shared_dir.html:64 +msgid "Directory icon" +msgstr "Икона на папка" + +#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2028 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/sys_inst_admin.html:36 +#: seahub/templates/sysadmin/sys_publink_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:226 +#: seahub/templates/sysadmin/userinfo.html:235 +msgid "Remove" +msgstr "" + +#: seahub/templates/js/templates.html:1686 +#: seahub/templates/js/templates.html:1730 +msgid "Folder" +msgstr "" + +#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/templates.html:1716 +#: seahub/templates/js/templates.html:1743 +#: seahub/templates/js/templates.html:1762 +msgid "Select a folder" +msgstr "" + +#: seahub/templates/js/templates.html:1777 +msgid "Old Password" +msgstr "" + +#: seahub/templates/js/templates.html:1779 +#: seahub/templates/registration/password_change_form.html:18 +msgid "New Password" +msgstr "" + +#: seahub/templates/js/templates.html:1781 +msgid "New Password Again" +msgstr "" + +#: seahub/templates/js/templates.html:1810 +msgid "See All Notifications" +msgstr "" + +#: seahub/templates/js/templates.html:1862 +#: seahub/templates/js/templates.html:1917 +msgid "Share To" +msgstr "" + +#: seahub/templates/js/templates.html:1871 +msgid "You have not shared any library" +msgstr "" + +#: seahub/templates/js/templates.html:1872 +msgid "" +"You can share libraries to your friends and colleagues by clicking the share" +" icon of your own libraries in your home page or creating a new library in " +"groups you are in." +msgstr "" + +#: seahub/templates/js/templates.html:1885 +msgid "all members" +msgstr "" + +#: seahub/templates/js/templates.html:1926 +msgid "You have not shared any folder" +msgstr "" + +#: seahub/templates/js/templates.html:1927 +msgid "" +"You can share a single folder with a registered user if you don't want to " +"share a whole library." +msgstr "" + +#: seahub/templates/js/templates.html:1953 +#: seahub/templates/js/templates.html:2050 +msgid "Expiration" +msgstr "" + +#: seahub/templates/js/templates.html:1961 +msgid "You don't have any download link" +msgstr "" + +#: seahub/templates/js/templates.html:1962 +msgid "" +"You can generate a download link for a folder or a file. People receive this" +" link can view the folder or the file online." +msgstr "" + +#: seahub/templates/js/templates.html:1995 +msgid "You don't have any upload link" +msgstr "" + +#: seahub/templates/js/templates.html:1996 +msgid "" +"You can generate an upload link from any folder. People receive this link " +"can upload files to this folder." +msgstr "" + +#: seahub/templates/js/templates.html:2049 +msgid "Invite Time" +msgstr "" + +#: seahub/templates/js/templates.html:2051 +msgid "Accepted" +msgstr "" + +#: seahub/templates/js/templates.html:2059 +msgid "You have not invited any people." +msgstr "" + +#: seahub/templates/libraries.html:21 +msgid "You have not created any libraries" +msgstr "" + +#: seahub/templates/libraries.html:22 +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/libraries.html:35 +msgid "No library is shared to you personally" +msgstr "" + +#: seahub/templates/libraries.html:36 +msgid "" +"No library is shared to you personally. You can find more shared libraries " +"at \"Shared with groups\"." +msgstr "" + +#: seahub/templates/libraries.html:47 +msgid "Add Library" +msgstr "" + +#: seahub/templates/libraries.html:49 +msgid "Share existing libraries" +msgstr "" + +#: seahub/templates/libraries.html:50 +msgid "Create a new library" +msgstr "" + +#: seahub/templates/libraries.html:61 +msgid "No public library" +msgstr "" + +#: seahub/templates/libraries.html:62 +msgid "" +"You can create a public library by clicking \"New Library\" button, others " +"can view and download this library." +msgstr "" + +#: seahub/templates/libraries.html:70 +msgid "My Groups" +msgstr "" + +#: seahub/templates/libraries.html:78 +msgid "You are not in any group" +msgstr "" + +#: seahub/templates/libraries.html:80 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. You can create a group by clicking \"New Group\" button." +msgstr "" + +#: seahub/templates/libraries.html:82 +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/templates/libraries.html:109 +msgid "" +"You can share libraries by clicking the \"New Library\" button above or the " +"\"Share\" icon on your libraries list." +msgstr "" + +#: seahub/templates/libraries.html:110 +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/templates/libraries.html:143 +msgid "Discussions" +msgstr "" + +#: seahub/templates/libraries.html:147 +msgid "More..." +msgstr "" + +#: seahub/templates/libraries.html:149 +msgid "No discussion in this group yet." +msgstr "" + +#: seahub/templates/libraries.html:156 +msgid "Add a discussion..." +msgstr "" + +#: seahub/templates/libraries.html:171 +msgid "You don't have any starred files yet" +msgstr "" + +#: seahub/templates/libraries.html:172 +msgid "" +"You can star important files by clicking the \"Star\" button on file viewing" +" page, and they will be listed here." +msgstr "" + +#: seahub/templates/libraries.html:198 +msgid "You do not have connected devices" +msgstr "" + +#: seahub/templates/libraries.html:199 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "" + +#: seahub/templates/nav_footer.html:2 +msgid "Help" +msgstr "" + +#: seahub/templates/nav_footer.html:3 +msgid "About" +msgstr "" + +#: seahub/templates/nav_footer.html:4 +msgid "Clients" +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Server Version: " +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Seafile" +msgstr "" + +#: seahub/templates/nav_footer.html:9 +msgid "About Us" +msgstr "" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:46 +msgid "Sign Up" +msgstr "" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:8 +#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:25 +#: seahub/templates/sysadmin/user_batch_add_email.html:21 +msgid "Log In" +msgstr "" + +#: seahub/templates/registration/login.html:13 +msgid "(forgot password)" +msgstr "" + +#: seahub/templates/registration/login.html:16 +msgid "CAPTCHA" +msgstr "" + +#: seahub/templates/registration/login.html:18 +msgid "Not clear? Refresh it." +msgstr "" + +#: seahub/templates/registration/login.html:29 +msgid "Incorrect email or password" +msgstr "" + +#: seahub/templates/registration/login.html:37 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "" + +#: seahub/templates/registration/login.html:50 +#: seahub/templates/sysadmin/sudo_mode.html:20 +msgid "Shibboleth" +msgstr "" + +#: seahub/templates/registration/login.html:54 +msgid "Kerberos" +msgstr "" + +#: seahub/templates/registration/login.html:81 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "" + +#: seahub/templates/registration/login.html:88 +msgid "Email or username cannot be blank" +msgstr "" + +#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/password_change_form.html:66 +#: seahub/templates/registration/registration_form.html:88 +#: seahub/templates/sysadmin/sudo_mode.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:133 +#: seahub/templates/sysadmin/sys_useradmin.html:173 +msgid "Password cannot be blank" +msgstr "" + +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "" + +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "" + +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:11 +msgid "Password Modification" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:14 +msgid "Please update your password before continue." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:16 +msgid "Current Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:21 +#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:18 +#: seahub/templates/sysadmin/sys_org_admin.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:77 +#: seahub/templates/sysadmin/sys_useradmin.html:59 +msgid "Confirm Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:36 +#: seahub/templates/registration/registration_form.html:58 +#, python-format +msgid "" +"Passwords must have at least %(min_len)s characters and contain %(level)s of" +" the following: uppercase letters, lowercase letters, numbers, and symbols." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:62 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:70 +#: seahub/templates/registration/registration_form.html:92 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:142 +#: seahub/templates/sysadmin/sys_org_admin.html:94 +#: seahub/templates/sysadmin/sys_org_info_user.html:137 +#: seahub/templates/sysadmin/sys_useradmin.html:177 +msgid "Please enter the password again" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:74 +#: seahub/templates/registration/registration_form.html:96 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:146 +msgid "Passwords don't match" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:7 +#: seahub/templates/sysadmin/sys_org_info_user.html:205 +#: seahub/templates/sysadmin/useradmin_js.html:8 +msgid "Password Reset" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:11 +msgid "Reset Password" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:13 +msgid "New Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:16 +msgid "Confirm Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:26 +msgid "Failed to reset password: this link is no longer available." +msgstr "" + +#: seahub/templates/registration/password_reset_done.html:8 +msgid "We've sent a password reset email to your mailbox." +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:9 +msgid "Your email used in login: " +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:12 +msgid "We will send you an email to set new password" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "" + +#: seahub/templates/registration/registration_form.html:3 +msgid "Register" +msgstr "" + +#: seahub/templates/registration/registration_form.html:14 +msgid "Welcome back, you are already signed in." +msgstr "" + +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sys_org_info_user.html:129 +#: seahub/templates/sysadmin/sys_useradmin.html:169 +msgid "Email cannot be blank" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:13 +#, python-format +msgid "%(repo_dir_name)s Trash" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:45 +msgid "Delete Time" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:66 +msgid "Clear files in trash and history:" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:68 +msgid "3 days ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:69 +msgid "1 week ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:70 +msgid "1 month ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:169 +msgid "Successfully restored 1 item." +msgstr "" + +#: seahub/templates/repo_history.html:14 +#, python-format +msgid "%(repo_name)s Modification History" +msgstr "" + +#: seahub/templates/repo_history.html:23 +msgid "" +"Tip: a snapshot will be generated after modification, which records the " +"library state after the modification." +msgstr "" + +#: seahub/templates/repo_history.html:50 +msgid "None" +msgstr "" + +#: seahub/templates/repo_history.html:66 +msgid "Current Version" +msgstr "" + +#: seahub/templates/repo_history.html:68 +msgid "View Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:13 +#, python-format +msgid "%(repo_name)s Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:65 +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Directory" +msgstr "" + +#: seahub/templates/repo_history_view.html:89 +msgid "Restore Library" +msgstr "" + +#: seahub/templates/repo_history_view.html:90 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: seahub/templates/repo_history_view.html:114 +#, python-brace-format +msgid "Successfully restored {dirent_name}" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/directory." +msgstr "" + +#: seahub/templates/shared_file_view.html:12 +#: seahub/templates/view_shared_dir.html:12 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "" + +#: seahub/templates/shared_file_view.html:29 +#: seahub/templates/view_shared_dir.html:16 +msgid "Shared by: " +msgstr "" + +#: seahub/templates/shared_file_view.html:36 +msgid "Save to..." +msgstr "" + +#: seahub/templates/shared_file_view.html:48 +msgid "Save To:" +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "" + +#: seahub/templates/shibboleth/complete.html:8 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:40 +msgid " is not supported. Please choose an image file." +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:45 +msgid " is not supported. File extensions can only be " +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:52 +msgid " is too large. Allowed maximum size is 1MB." +msgstr "" + +#: seahub/templates/snippets/file_content_js.html:25 +#: seahub/templates/view_file_svg.html:7 +msgid "To view it online, you can use firefox, chrome or IE 9." +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:5 +#: seahub/templates/view_file_markdown.html:24 +#: seahub/templates/view_file_text.html:29 +msgid "Encoding:" +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:8 +#: seahub/templates/view_file_markdown.html:27 +#: seahub/templates/view_file_text.html:32 +msgid "auto detect" +msgstr "" + +#: seahub/templates/snippets/file_share_popup.html:3 +#, python-format +msgid "Share %(name)s" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:23 +msgid "New files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:24 +msgid "Deleted files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:25 +msgid "Renamed or Moved files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:26 +msgid "Modified files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:27 +msgid "New directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:28 +msgid "Deleted directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:38 +msgid "Unknown error." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:73 +#: seahub/templates/snippets/pdfjs_file_viewer.html:31 +msgid "" +"This file has more than 50 pages, and only the first 50 will be shown here." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:84 +#: seahub/templates/snippets/office_convert_js.html:105 +#: seahub/templates/snippets/spreadsheet_convert_js.html:37 +msgid "Document convertion failed." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:87 +msgid "Failed to load this page." +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/pdfjs_file_viewer.html:87 +msgid "" +"You can use IE 10 or other browsers, for example, Firefox, to view it " +"online." +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:38 +msgid "Description is required" +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:46 +#: seahub/templates/snippets/shared_link_js.html:134 +msgid "Please enter password" +msgstr "" + +#: seahub/templates/snippets/search_form.html:17 +#: seahub/templates/snippets/search_form.html:21 +#: seahub/templates/snippets/search_form.html:24 +msgid "In all libraries" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this wiki" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this library" +msgstr "" + +#: seahub/templates/snippets/search_form.html:22 +#, python-format +msgid "in %(name)s" +msgstr "" + +#: seahub/templates/snippets/search_form.html:30 +#: seahub/templates/snippets/search_form.html:33 +msgid "All file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:31 +#: seahub/templates/snippets/search_form.html:34 +msgid "Custom file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:45 +msgid "Text files" +msgstr "" + +#: seahub/templates/snippets/search_form.html:49 +msgid "Documents" +msgstr "" + +#: seahub/templates/snippets/search_form.html:53 +msgid "Images" +msgstr "" + +#: seahub/templates/snippets/search_form.html:57 +msgid "Video" +msgstr "" + +#: seahub/templates/snippets/search_form.html:61 +msgid "Audio" +msgstr "" + +#: seahub/templates/snippets/search_form.html:65 +msgid "pdf" +msgstr "" + +#: seahub/templates/snippets/search_form.html:69 +msgid "markdown" +msgstr "" + +#: seahub/templates/snippets/search_form.html:72 +msgid "Input file extensions here, separate with ','" +msgstr "" + +#: seahub/templates/snippets/search_form.html:73 +msgid "" +"Please select at least one file type or input at least one file extension" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:61 +msgid "Please input at least an email." +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:84 +#, python-brace-format +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:88 +#, python-brace-format +msgid "Failed to send to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:155 +msgid "Please enter days" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:161 +msgid "Please enter valid days" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:3 +msgid "Used:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:19 +msgid "Traffic this month:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:23 +msgid "Payment" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:5 +#: seahub/templates/sysadmin/sys_org_info_group.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:11 +#: seahub/views/sysadmin.py:1062 +msgid "Creator" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:7 +msgid "Created At / Expiration" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:3 +msgid "Transfer Library" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:4 +#, python-format +msgid "Transfer %(lib_name)s to:" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:18 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:19 +msgid "Please enter 1 or more character" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:20 +msgid "No matches" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:21 +msgid "Searching..." +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:22 +msgid "Loading failed" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:23 +msgid "You cannot select any more choices" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:47 +#: seahub/templates/sysadmin/sys_org_info_library.html:60 +msgid "Delete Library" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:58 +#: seahub/templates/sysadmin/sys_org_info_user.html:190 +msgid "Successfully deleted 1 item." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:11 +msgid "" +"Note: Settings via web interface are saved in database table (seahub-" +"db/constance_config). They have a higher priority over the settings in " +"config files." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:17 +msgid "" +"The URL of the server, like https://seafile.example.com or " +"http://192.168.1.2:8000" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:24 +msgid "" +"The internal URL for downloading/uploading files. Users will not be able to " +"download/upload files if this is not set correctly. If you config Seafile " +"behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " +"https://seafile.example.com/seafhttp ." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:33 +msgid "allow new registrations" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:34 +msgid "" +"Allow new user registrations. Uncheck this to prevent anyone from creating a" +" new account." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:39 +msgid "activate after registration" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:40 +msgid "" +"Activate user immediately after registration. If unchecked, an user need to " +"be activated by administrator or via activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:45 +msgid "send activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:46 +msgid "Send activation Email after user registration." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:51 +msgid "keep sign in" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:52 +msgid "Number of days that keep user sign in." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:57 +msgid "The maximum number of failed login attempts before showing CAPTCHA." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:62 +msgid "Freeze user account when failed login attempts exceed limit." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:72 +msgid "strong password" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:73 +msgid "Force user to use a strong password when sign up or change password." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:78 +msgid "force password change" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:79 +msgid "" +"Force user to change password when account is newly added or reset by admin" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:84 +msgid "password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:85 +msgid "The least number of characters an account password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:90 +msgid "password strength level" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:91 +msgid "" +"The level(1-4) of an account password's strength. For example, '3' means " +"password must have at least 3 of the following: num, upper letter, lower " +"letter and other symbols" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:98 +msgid "enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:99 +msgid "Enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:108 +msgid "library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:109 +msgid "Allow user to keep library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:114 +msgid "encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:115 +msgid "Allow user to create encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:120 +msgid "library password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:121 +msgid "" +"The least number of characters an encrypted library password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:128 +msgid "download/upload link password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:129 +msgid "" +"The least number of characters a download/upload link password should " +"include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:135 +msgid "" +"Allow user to add organization library. If unchecked, only system admin can " +"add library." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:140 +msgid "Sync" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:144 +msgid "" +"If turn on, the desktop clients will not be able to sync a folder outside " +"the default Seafile folder." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:197 +#: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 +#: seahub/views/sysadmin.py:1267 seahub/views/sysadmin.py:2041 +#: seahub/views/sysadmin.py:2083 seahub/views/sysadmin.py:2254 +msgid "Success" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:8 +msgid "Confirm password to continue" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:13 +msgid "Incorrect password" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Tip:" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:9 +msgid "All Institutions" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:17 +msgid "Add institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:60 +#: seahub/templates/sysadmin/sys_org_admin.html:78 +msgid "Name can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:66 +msgid "Delete Institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:8 +#: seahub/templates/sysadmin/sys_inst_info_user.html:8 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:19 +#: seahub/templates/sysadmin/sys_useradmin.html:19 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:19 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:18 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:19 +msgid "Admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:41 +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +#: seahub/templates/sysadmin/useradmin_js.html:13 +#: seahub/templates/sysadmin/useradmin_table.html:102 +msgid "Revoke Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:20 +#: seahub/templates/sysadmin/sys_org_info_base.html:20 +msgid "Number of members" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:29 +msgid "Set storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:31 +#: seahub/templates/sysadmin/sys_org_info_base.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:106 +msgid "Tip: 0 means default limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +msgid "Set Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_search_user.html:48 +#: seahub/templates/sysadmin/sys_org_search.html:19 +#: seahub/templates/sysadmin/user_search.html:23 +msgid "No result" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:7 +msgid "All Invitations" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:12 +msgid "Inviter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:13 +msgid "Accepter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:15 +msgid "Invited at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:16 +msgid "Accepted at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:40 +msgid "There is no invitation yet." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:19 +#: seahub/templates/sysadmin/sys_org_admin.html:23 +msgid "Add organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:27 +msgid "Url Prefix" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:30 +msgid "Owner can use admin panel in an organization, must be a new account." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:49 +msgid "None." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:82 +msgid "Url can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:86 +msgid "Owner can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:90 +msgid "Password can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:98 +#: seahub/templates/sysadmin/sys_org_info_user.html:141 +#: seahub/templates/sysadmin/sys_useradmin.html:181 +msgid "Passwords do not match" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:137 +msgid "Remove Trial" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:138 +#, python-format +msgid "Are you sure you want to remove trial for %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:16 +msgid "Back to organization list" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:22 +msgid "Number of groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:31 +msgid "Set org storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:35 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:91 +#: seahub/templates/sysadmin/useradmin_table.html:114 +#: seahub/templates/sysadmin/userinfo.html:105 +msgid "An integer that is greater than or equal to 0." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:34 +msgid "This organization doesn't have any groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:43 +#: seahub/templates/sysadmin/userinfo.html:432 +msgid "Delete Group" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +msgid "directory icon" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:50 +msgid "This organization doesn't have any libraries" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:16 +msgid "Rename Organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:18 +msgid "New Name" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:24 +msgid "Limit Organization User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:26 +msgid "Max User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:52 +#: seahub/views/sysadmin.py:1261 +msgid "Input should be a number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:55 +#: seahub/views/sysadmin.py:1271 +msgid "Input number should be greater than 0" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:13 +#: seahub/templates/sysadmin/sys_org_info_user.html:64 +#: seahub/templates/sysadmin/sys_useradmin.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:37 +msgid "Add user" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:52 +#: seahub/templates/sysadmin/useradmin_table.html:99 +msgid "ResetPwd" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:68 +#: seahub/templates/sysadmin/sys_useradmin.html:41 +msgid "Name(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:101 +#: seahub/templates/sysadmin/sys_org_info_user.html:115 +#: seahub/templates/sysadmin/sys_useradmin.html:140 +#: seahub/templates/sysadmin/sys_useradmin.html:153 +msgid "Hide" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:206 +#: seahub/templates/sysadmin/useradmin_js.html:9 +#, python-format +msgid "Are you sure you want to reset the password of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_search.html:9 +msgid "Tip: you can search by keyword in name or creator or both." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:13 +msgid "Quota can not be empty" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:7 +msgid "All Public Links" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:15 +msgid "Count" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:18 +#: seahub/templates/sysadmin/sys_terms_admin.html:61 +msgid "Text" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:19 +msgid "Created" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:20 +#: seahub/templates/sysadmin/sys_terms_admin.html:64 +msgid "Activated" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:52 +msgid "Add Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:58 +msgid "Version Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:66 +msgid "On" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:68 +msgid "Off" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:131 +msgid "Update Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:8 +msgid "User Traffic" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Month:" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:18 +msgid "Total Usage" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:16 +#: seahub/templates/sysadmin/sys_useradmin.html:14 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:14 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:15 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:14 +msgid "Database" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:17 +#: seahub/templates/sysadmin/sys_useradmin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:16 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:16 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:16 +msgid "LDAP" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:18 +#: seahub/templates/sysadmin/sys_useradmin.html:17 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:17 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:17 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:31 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:26 +#: seahub/templates/sysadmin/user_search.html:16 +msgid "Set quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:32 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 +#: seahub/templates/sysadmin/user_search.html:17 +msgid "Delete users" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 +#: seahub/templates/sysadmin/useradmin_table.html:13 +#: seahub/templates/sysadmin/userinfo.html:73 +msgid "Space Used / Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:38 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "Last Login" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:73 +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/userinfo.html:83 +msgid "Edit Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:99 +msgid "No LDAP users have been imported" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:26 +msgid "Import users" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:43 +msgid "Department(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:47 +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:66 +msgid "Import users from a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:69 +msgid "File format: user@mail.com,password,name,department,role,quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:70 +msgid "Name, department, role and quota are optional." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:72 +msgid "Please choose a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:97 +#, python-format +msgid "A new server version %(v)s is available." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:23 +msgid "Add admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:32 +msgid "Add admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:35 +msgid "Enter" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:38 +msgid "emails, separated by ','" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:39 +msgid "Tip: the emails should be the users already added." +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:8 +msgid "Virus Scan Records" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:13 +msgid "Virus File" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:25 +msgid "Handled" +msgstr "" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:15 +#: seahub/templates/sysadmin/user_batch_add_email.html:12 +#, python-format +msgid "%(escaped_nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Here is your account information:" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:21 +#: seahub/templates/sysadmin/user_batch_add_email.html:17 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:22 +#: seahub/templates/sysadmin/user_batch_add_email.html:18 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:14 +#, python-format +msgid "Are you sure you want to revoke the admin permission of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:123 +msgid "Are you sure you want to delete the selected user(s) ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:150 +#, python-brace-format +msgid "Successfully deleted {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:233 +#, python-brace-format +msgid "Successfully set quota for {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:259 +#, python-brace-format +msgid "Successfully set quota for {user}." +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:40 +msgid "Organization" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:88 +msgid "Set user name" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:95 +msgid "Set user department" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:168 +msgid "Share From" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:195 +msgid "This user has no shared libraries" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:243 +msgid "This user has not created any shared links" +msgstr "" + +#: seahub/templates/termsandconditions/tc_accept_terms.html:10 +msgid "Accept" +msgstr "" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "" + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "" + +#: seahub/templates/user_404.html:6 +msgid "Sorry, this user is not registered yet." +msgstr "" + +#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "updated this file" +msgstr "" + +#: seahub/templates/view_file_base.html:69 +msgid "Comment" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "Back to top" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:98 +msgid "Comments" +msgstr "" + +#: seahub/templates/view_file_base.html:103 +msgid "No comment yet." +msgstr "" + +#: seahub/templates/view_file_base.html:110 +msgid "Add a comment..." +msgstr "" + +#: seahub/templates/view_file_image.html:14 +msgid "you can also press ← " +msgstr "" + +#: seahub/templates/view_file_image.html:17 +msgid "you can also press → " +msgstr "" + +#: seahub/templates/view_shared_dir.html:45 +msgid "ZIP" +msgstr "" + +#: seahub/templates/view_shared_dir.html:175 +msgid "Close (Esc)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:176 +msgid "Loading..." +msgstr "Зареждане..." + +#: seahub/templates/view_shared_dir.html:179 +msgid "Previous (Left arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:180 +msgid "Next (Right arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:181 +#, python-format +msgid "%%curr%% of %%total%%" +msgstr "" + +#: seahub/templates/view_shared_dir.html:187 +msgid "Open in New Tab" +msgstr "" + +#: seahub/templates/view_shared_dir.html:190 +#, python-format +msgid "The image could not be loaded." +msgstr "" + +#: seahub/templates/view_shared_dir.html:209 +msgid "Packaging..." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:8 +#, python-format +msgid "Upload files to %(dir_name)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:9 +msgid "shared by:" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:11 +msgid "The owner of this library has run out of space." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:18 +#: seahub/templates/view_shared_upload_link.html:63 +msgid "Add Files" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:24 +msgid "Add folder" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:34 +msgid "" +"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE " +"10.0+" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:36 +msgid "Folder Drag & Drop is supported for Chrome" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:39 +#, python-format +msgid "File size should be smaller than %(max_file_size)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:74 +msgid "File is too big" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:75 +msgid "File is too small" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:76 +msgid "Filetype not allowed" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:77 +msgid "Max number of files exceeded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:78 +msgid "Uploaded bytes exceed file size" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:79 +msgid "Empty file upload result" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:82 +msgid "uploaded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:83 +msgid "canceled" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:84 +msgid "Start" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:190 +msgid "Failed to get upload url" +msgstr "" + +#: seahub/templates/view_trash_file.html:6 +msgid "Current Path: " +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:34 +msgid "You do not have personal wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:44 +msgid "personal-wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:46 +msgid "Personal Wiki Pages" +msgstr "" + +#: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 +msgid "Invalid arguments." +msgstr "" + +#: seahub/thumbnail/views.py:63 seahub/thumbnail/views.py:183 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/thumbnail/views.py:152 +msgid "Invalid token." +msgstr "" + +#: seahub/utils/__init__.py:128 +msgid "permission error" +msgstr "" + +#: seahub/views/__init__.py:423 seahub/views/__init__.py:439 +msgid "Unable to view recycle page" +msgstr "" + +#: seahub/views/__init__.py:507 +msgid "Unable to view library modification" +msgstr "" + +#: seahub/views/__init__.py:574 seahub/views/__init__.py:615 +#: seahub/views/__init__.py:831 seahub/views/__init__.py:959 +#: seahub/views/file.py:1575 seahub/views/sysadmin.py:1552 +msgid "Library does not exist" +msgstr "" + +#: seahub/views/__init__.py:607 +msgid "Please specify history ID" +msgstr "" + +#: seahub/views/__init__.py:613 seahub/views/file.py:1116 +msgid "Invalid arguments" +msgstr "" + +#: seahub/views/__init__.py:617 +msgid "History you specified does not exist" +msgstr "" + +#: seahub/views/__init__.py:619 +msgid "Unknown error" +msgstr "" + +#: seahub/views/__init__.py:847 +msgid "No revisions found" +msgstr "" + +#: seahub/views/__init__.py:966 seahub/views/repo.py:196 +#, python-format +msgid "\"%s\" does not exist." +msgstr "" + +#: seahub/views/__init__.py:984 seahub/views/file.py:1084 +msgid "Internal Error" +msgstr "" + +#: seahub/views/__init__.py:987 +#, python-format +msgid "Unable to download directory \"%s\": size is too large." +msgstr "" + +#: seahub/views/__init__.py:1003 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "" + +#: seahub/views/__init__.py:1095 +msgid "Successfully enable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/__init__.py:1100 +msgid "Successfully disable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/ajax.py:81 +msgid "You don't have permission to access the library." +msgstr "" + +#: seahub/views/ajax.py:89 +msgid "No path." +msgstr "" + +#: seahub/views/ajax.py:154 +msgid "The group doesn't exist" +msgstr "" + +#: seahub/views/ajax.py:226 seahub/views/ajax.py:758 seahub/views/ajax.py:1114 +msgid "Library is encrypted." +msgstr "" + +#: seahub/views/ajax.py:232 seahub/views/ajax.py:764 +msgid "Error: no head commit id" +msgstr "" + +#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +msgid "Argument missing." +msgstr "" + +#: seahub/views/ajax.py:485 +#, python-format +msgid "Internal error. Failed to delete %s." +msgstr "" + +#: seahub/views/ajax.py:563 +#, python-format +msgid "Destination path is too long for %s." +msgstr "" + +#: seahub/views/ajax.py:622 +msgid "Out of quota." +msgstr "" + +#: seahub/views/ajax.py:696 +msgid "You do not have permission to copy files/folders in this directory" +msgstr "" + +#: seahub/views/ajax.py:703 +#, python-format +msgid "Can not copy directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/views/ajax.py:799 +msgid "Failed to get file block list" +msgstr "" + +#: seahub/views/ajax.py:837 +msgid "Wrong repo id" +msgstr "" + +#: seahub/views/ajax.py:846 seahub/views/file.py:393 seahub/views/file.py:815 +#: seahub/views/file.py:988 seahub/views/file.py:1584 +msgid "File does not exist" +msgstr "" + +#: seahub/views/ajax.py:1056 +msgid "Bad upload link token." +msgstr "" + +#: seahub/views/ajax.py:1062 +msgid "Bad repo id in upload link." +msgstr "" + +#: seahub/views/ajax.py:1136 +msgid "No conflict in the merge." +msgstr "" + +#: seahub/views/ajax.py:1211 +msgid "Failed, file is too large" +msgstr "" + +#: seahub/views/file.py:152 +msgid "HTTPError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:156 +msgid "URLError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:163 seahub/views/file.py:1134 +msgid "The encoding you chose is not proper." +msgstr "" + +#: seahub/views/file.py:180 seahub/views/file.py:183 +msgid "Unknown file encoding" +msgstr "" + +#: seahub/views/file.py:303 seahub/views/file.py:312 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "" + +#: seahub/views/file.py:327 +msgid "The library is encrypted, can not open file online." +msgstr "" + +#: seahub/views/file.py:405 seahub/views/file.py:700 seahub/views/file.py:715 +#: seahub/views/file.py:733 +msgid "Unable to view file" +msgstr "" + +#: seahub/views/file.py:760 +msgid "Unable to download file, invalid file path" +msgstr "" + +#: seahub/views/file.py:769 +msgid "Unable to download file, wrong file path" +msgstr "" + +#: seahub/views/file.py:774 +msgid "Unable to download file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:837 +msgid "Unable to view raw file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:1106 +msgid "The library does not exist." +msgstr "" + +#: seahub/views/file.py:1110 +msgid "The library is encrypted." +msgstr "" + +#: seahub/views/file.py:1191 +msgid "Unable to edit file" +msgstr "" + +#: seahub/views/file.py:1197 +msgid "The file does not exist." +msgstr "" + +#: seahub/views/file.py:1226 +msgid "Edit online is not offered for this type of file." +msgstr "" + +#: seahub/views/file.py:1336 +msgid "Unable to download file" +msgstr "" + +#: seahub/views/sysadmin.py:270 seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:1059 seahub/views/sysadmin.py:1071 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Usage" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Quota" +msgstr "" + +#: seahub/views/sysadmin.py:665 seahub/views/sysadmin.py:691 +msgid "Failed to set quota: internal server error" +msgstr "" + +#: seahub/views/sysadmin.py:710 +msgid "Failed to delete: the user is an organization creator" +msgstr "" + +#: seahub/views/sysadmin.py:744 +#, python-format +msgid "Successfully remove trial for: %s" +msgstr "" + +#: seahub/views/sysadmin.py:773 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "" + +#: seahub/views/sysadmin.py:775 +msgid "Failed to revoke admin: the user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:822 +#, python-format +msgid "Your account on %s is activated" +msgstr "" + +#: seahub/views/sysadmin.py:905 +#, python-format +msgid "Password has been reset on %s" +msgstr "" + +#: seahub/views/sysadmin.py:931 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:936 +#, 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:940 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:943 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "" + +#: seahub/views/sysadmin.py:946 +msgid "Failed to reset password: user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:962 seahub/views/sysadmin.py:1877 +#, python-format +msgid "You are invited to join %s" +msgstr "" + +#: seahub/views/sysadmin.py:995 +#, python-format +msgid "Fail to add user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1020 seahub/views/sysadmin.py:1033 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "" + +#: seahub/views/sysadmin.py:1023 seahub/views/sysadmin.py:1036 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "" + +#: seahub/views/sysadmin.py:1025 seahub/views/sysadmin.py:1038 +#, python-format +msgid "Successfully added user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1040 +#, 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:1213 +msgid "Failed to rename organization" +msgstr "" + +#: seahub/views/sysadmin.py:1243 seahub/views/sysadmin.py:1658 +#: seahub/views/sysadmin.py:1754 +msgid "Successfully deleted." +msgstr "" + +#: seahub/views/sysadmin.py:1547 +msgid "Failed to transfer, invalid arguments." +msgstr "" + +#: seahub/views/sysadmin.py:1558 +#, python-format +msgid "Failed to transfer, user %s not found" +msgstr "" + +#: seahub/views/sysadmin.py:1564 +msgid "Can not transfer organization library" +msgstr "" + +#: seahub/views/sysadmin.py:1568 +#, python-format +msgid "Can not transfer library to organization user %s" +msgstr "" + +#: seahub/views/sysadmin.py:1621 +msgid "Successfully transfered." +msgstr "" + +#: seahub/views/sysadmin.py:1757 +msgid "Failed to delete, please try again later." +msgstr "" + +#: seahub/views/sysadmin.py:1788 +#, python-format +msgid "Successfully set %s as admin." +msgstr "" + +#: seahub/views/sysadmin.py:1790 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "" + +#: seahub/views/sysadmin.py:1891 +msgid "Import succeeded" +msgstr "" + +#: seahub/views/sysadmin.py:1893 +msgid "Please select a csv file first." +msgstr "" + +#: seahub/views/sysadmin.py:1957 +msgid "Invalid setting" +msgstr "" + +#: seahub/views/sysadmin.py:1964 seahub/views/sysadmin.py:1968 +#: seahub/views/sysadmin.py:1973 +msgid "Invalid value" +msgstr "" + +#: seahub/views/sysadmin.py:2367 +msgid "Successfully deleted 1 item" +msgstr "" + +#: seahub/views/wiki.py:162 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/bg/LC_MESSAGES/djangojs.po b/locale/bg/LC_MESSAGES/djangojs.po index 613e2e678c..84d20343a5 100644 --- a/locale/bg/LC_MESSAGES/djangojs.po +++ b/locale/bg/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Bulgarian (http://www.transifex.com/haiwen/seahub/language/bg/)\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -31,32 +31,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "Грешка. Моля проверете връзката." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -273,17 +295,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -344,167 +368,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -538,14 +575,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -585,36 +624,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -622,13 +661,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -707,45 +759,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,38 +806,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -815,10 +920,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/ca/LC_MESSAGES/djangojs.po b/locale/ca/LC_MESSAGES/djangojs.po index 1f052c624f..5967d9b884 100644 --- a/locale/ca/LC_MESSAGES/djangojs.po +++ b/locale/ca/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Catalan (http://www.transifex.com/haiwen/seahub/language/ca/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/cs/LC_MESSAGES/django.po b/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 0000000000..89eea27c3a --- /dev/null +++ b/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,6751 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Jakub Skořepa , 2015 +# Petr Zientek , 2017 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 08:23+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Czech (http://www.transifex.com/haiwen/seahub/language/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: cs\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: seahub/api2/endpoints/account.py:162 +msgid "Name is too long (maximum is 64 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:166 seahub/forms.py:43 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:317 +msgid "Name should not include '/'." +msgstr "" + +#: seahub/api2/endpoints/account.py:173 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:180 seahub/forms.py:154 +msgid "Space quota can't be empty" +msgstr "" + +#: seahub/api2/endpoints/account.py:186 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/account.py:190 +#: seahub/api2/endpoints/admin/users_batch.py:76 seahub/forms.py:155 +msgid "Space quota is too low (minimum value is 0)" +msgstr "" + +#: seahub/api2/endpoints/account.py:198 seahub/institutions/views.py:213 +#: seahub/views/sysadmin.py:659 +#, python-format +msgid "Failed to set quota: maximum quota is %d MB" +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:31 +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/views/__init__.py:675 seahub/views/__init__.py:676 +#: seahub/views/__init__.py:681 seahub/views/__init__.py:682 +msgid "My Library" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:116 +#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/group/forms.py:36 +msgid "" +"Group name can only contain letters, numbers, blank, hyphen or underscore" +msgstr "Název skupiny může obsahovat pouze písmena, čísla, mezery, pomlčky nebo podtržítka" + +#: seahub/api2/endpoints/admin/groups.py:121 +#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +msgid "There is already a group with that name." +msgstr "Skupina s tímto názvem již existuje." + +#: seahub/api2/endpoints/admin/groups.py:194 +#: seahub/api2/endpoints/groups.py:255 +#, python-format +msgid "User %s is already group owner." +msgstr "Uživatel %s již je vlastníkem skupiny." + +#: seahub/api2/endpoints/admin/libraries.py:154 seahub/views/sysadmin.py:1635 +msgid "System library can not be deleted." +msgstr "Není možno smazat systémovou knihovnu." + +#: seahub/api2/endpoints/admin/shares.py:166 +#, python-format +msgid "User %s is already library owner." +msgstr "Uživatel %s již je vlastníkem skupiny" + +#: seahub/api2/endpoints/admin/shares.py:174 +#: seahub/api2/endpoints/invitations.py:49 +#, python-format +msgid "Email %s invalid." +msgstr "Email %s je neplatný." + +#: seahub/api2/endpoints/admin/users_batch.py:72 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 +msgid "Invalid destination path" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:80 +msgid "Destination path is too long." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:654 +#, python-format +msgid "Can not move directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:194 +msgid "Cancel failed" +msgstr "" + +#: seahub/api2/endpoints/file.py:404 seahub/views/file.py:1099 +msgid "Check file lock error" +msgstr "" + +#: seahub/api2/endpoints/file.py:408 seahub/views/file.py:1102 +msgid "File is locked" +msgstr "" + +#: seahub/api2/endpoints/group_members.py:93 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1261 +#, python-format +msgid "User %s is already a group member." +msgstr "Uživatel %s již je členem skupiny." + +#: seahub/api2/endpoints/group_members.py:99 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1104 +#: seahub/views/ajax.py:1270 +#, python-format +msgid "User %s not found in organization." +msgstr "Uživatel %s nebyl v organizaci nalezen." + +#: seahub/api2/endpoints/invitations.py:53 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:58 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:603 +#, python-format +msgid "User %s already exists." +msgstr "Uživatel %s již existuje." + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/templates/js/sysadmin-templates.html:237 +#: seahub/templates/view_shared_upload_link.html:81 +msgid "Error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2846 +msgid "Wrong password" +msgstr "Chybné heslo" + +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2849 +#: seahub/views/__init__.py:475 seahub/views/ajax.py:617 +#: seahub/views/sysadmin.py:1982 +msgid "Internal server error" +msgstr "Vnitřní chyba serveru" + +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2852 +msgid "Decrypt library error" +msgstr "Problém při dešifrování knihovny" + +#: seahub/api2/endpoints/repo_set_password.py:97 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:32 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:130 +msgid "" +"Sending shared link failed. Email service is not properly configured, please" +" contact administrator." +msgstr "Odeslání odkazu pro sdílení se nezdařilo. Emailový server není správně nastaven, prosím kontaktujte administrátora." + +#: seahub/api2/endpoints/send_share_link_email.py:99 seahub/share/views.py:178 +msgid "file" +msgstr "soubor" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:179 +#, python-format +msgid "A file is shared to you on %s" +msgstr "Na %s je s vámi sdílen soubor" + +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:185 +msgid "directory" +msgstr "adresář" + +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:186 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "Na %s je s vámi sdílen adresář" + +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:298 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "Na %s je s vámi sdílen odkaz pro nahrání" + +#: seahub/api2/endpoints/share_links.py:178 +msgid "Password is too short." +msgstr "Heslo je příliš krátké" + +#: seahub/api2/endpoints/upload_links.py:142 +#: seahub/templates/snippets/repo_create_js.html:50 +#: seahub/templates/snippets/shared_link_js.html:138 +msgid "Password is too short" +msgstr "Heslo je příliš krátké." + +#: seahub/api2/endpoints/zip_task.py:120 +msgid "Total size exceeds limit." +msgstr "Celková velikost přesahuje limit." + +#: seahub/auth/admin.py:30 +msgid "Personal info" +msgstr "Osobní informace" + +#: seahub/auth/admin.py:31 +msgid "Permissions" +msgstr "Oprávnění" + +#: seahub/auth/admin.py:32 +msgid "Important dates" +msgstr "Důležitá data" + +#: seahub/auth/admin.py:33 +#: seahub/institutions/templates/institutions/info.html:23 +#: seahub/institutions/templates/institutions/user_info.html:22 +#: seahub/templates/js/sysadmin-templates.html:25 +#: seahub/templates/js/sysadmin-templates.html:152 +#: seahub/templates/js/sysadmin-templates.html:539 +#: seahub/templates/js/sysadmin-templates.html:731 +#: seahub/templates/js/templates.html:268 +#: seahub/templates/js/templates.html:1032 +#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/sysadmin/sys_org_info_group.html:9 +#: seahub/templates/sysadmin/sys_org_info_library.html:9 +#: seahub/templates/sysadmin/sys_org_info_setting.html:9 +#: seahub/templates/sysadmin/sys_org_info_user.html:8 +#: seahub/templates/sysadmin/userinfo.html:27 +msgid "Groups" +msgstr "Skupiny" + +#: seahub/auth/admin.py:115 +msgid "Password changed successfully." +msgstr "Heslo bylo úspěšně změněno." + +#: seahub/auth/admin.py:125 +#, python-format +msgid "Change password: %s" +msgstr "Změnit heslo: %s" + +#: seahub/auth/decorators.py:74 +msgid "Please log in." +msgstr "Prosím přihlašte se." + +#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +msgid "Email or Username" +msgstr "Email nebo přezdívka" + +#: seahub/auth/forms.py:24 seahub/auth/forms.py:197 +#: seahub/base/accounts.py:581 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/templates/file_edit.html:131 +#: seahub/templates/js/lib-op-popups.html:108 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/registration/login.html:12 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/templates/snippets/file_share_popup.html:18 +#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/sudo_mode.html:10 +#: seahub/templates/sysadmin/sys_org_admin.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:71 +#: seahub/templates/sysadmin/sys_useradmin.html:53 +msgid "Password" +msgstr "Heslo" + +#: seahub/auth/forms.py:62 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "Prosím vložte správný email/přezdívku a heslo. Obě pole rozlišují velká a malá písmena." + +#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +msgid "This account is inactive." +msgstr "Tento účet není aktivní." + +#: seahub/auth/forms.py:70 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "Pravděpodobně nemáte v prohlížeči povoleny soubory cookies. Cookies jsou pro přihlášení vyžadovány." + +#: seahub/auth/forms.py:86 +msgid "E-mail" +msgstr "E-mail" + +#: seahub/auth/forms.py:93 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "Odeslání emailu se nezdařilo. Emailový server není správně nastaven, prosím kontaktujte administrátora." + +#: seahub/auth/forms.py:101 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "Tato adresa nemá přiřazen uživatelský účet. Jste si jistý, že jste zaregistrován?" + +#: seahub/auth/forms.py:104 +msgid "Can not reset password, please contact LDAP admin." +msgstr "Heslo nejde obnovit, prosím kontaktujte LDAP administrátora." + +#: seahub/auth/forms.py:128 +#, python-format +msgid "Reset Password on %s" +msgstr "Obnovit heslo na %s" + +#: seahub/auth/forms.py:136 +msgid "New password" +msgstr "Nové heslo" + +#: seahub/auth/forms.py:137 +msgid "New password confirmation" +msgstr "Potvrzení nového hesla" + +#: seahub/auth/forms.py:166 seahub/auth/forms.py:209 +#: seahub/base/accounts.py:637 +msgid "The two password fields didn't match." +msgstr "Hesla se neshodují." + +#: seahub/auth/forms.py:181 +msgid "Old password" +msgstr "Staré heslo" + +#: seahub/auth/forms.py:189 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Vaše staré heslo bylo chybné. Prosím vložte jej znovu." + +#: seahub/auth/forms.py:198 seahub/base/accounts.py:583 +msgid "Password (again)" +msgstr "Heslo (znovu)" + +#: seahub/auth/management/commands/createsuperuser.py:25 +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "Vložte platnou emailovou adresu." + +#: seahub/auth/views.py:192 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "Tento účet byl odstaven z důvodu příliš mnoha chybných pokusů o přihlášení." + +#: seahub/auth/views.py:298 +msgid "Logged out" +msgstr "Odhlášen" + +#: seahub/auth/views.py:346 +msgid "Failed to send email, please contact administrator." +msgstr "Odeslání emailu se nezdařilo. Prosím kontaktujte administrátora." + +#: seahub/auth/views.py:407 +msgid "Can not update password, please contact LDAP admin." +msgstr "Heslo nejde změnit, prosím kontaktujte LDAP administrátora." + +#: seahub/avatar/forms.py:35 seahub/avatar/forms.py:58 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s je neplatná přípona souboru. Povolené přípony jsou: %(valid_exts_list)s" + +#: seahub/avatar/forms.py:39 seahub/avatar/forms.py:62 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "Váš soubor je příliš velký (%(size)s), maximální povolená velikost je %(max_valid_size)s" + +#: seahub/avatar/forms.py:45 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "Již máte %(nb_avatars)d avatarů, maximální povolený počet avatarů je %(nb_max_avatars)d" + +#: seahub/avatar/models.py:138 seahub/avatar/models.py:166 +#, python-format +msgid "Avatar for %s" +msgstr "Avatar pro %s" + +#: seahub/avatar/templates/avatar/add.html:6 +msgid "Upload Avatar" +msgstr "Nahrát Avatar" + +#: seahub/avatar/templates/avatar/add.html:7 +#: seahub/avatar/templates/avatar/change.html:8 +msgid "Your current avatar: " +msgstr "Váš současný avatar:" + +#: seahub/avatar/templates/avatar/add.html:9 +msgid "Upload New Avatar: " +msgstr "Nahrát nový Avatar:" + +#: seahub/avatar/templates/avatar/add.html:13 +#: seahub/avatar/templates/avatar/change.html:30 +msgid "Upload New Image" +msgstr "Nahrát nový obrázek" + +#: seahub/avatar/templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "Prosím vyberte avatary, které si přejete smazat." + +#: seahub/avatar/templates/avatar/confirm_delete.html:11 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:18 +msgid "Delete These" +msgstr "" + +#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/views.py:78 +msgid "Successfully uploaded a new avatar." +msgstr "" + +#: seahub/avatar/views.py:124 +msgid "Successfully updated your avatar." +msgstr "" + +#: seahub/avatar/views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "" + +#: seahub/base/accounts.py:304 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:572 +msgid "Email address" +msgstr "" + +#: seahub/base/accounts.py:577 +msgid "Username" +msgstr "" + +#: seahub/base/accounts.py:578 +msgid "This value must be of length 40" +msgstr "" + +#: seahub/base/accounts.py:593 seahub/forms.py:29 +#: seahub/views/sysadmin.py:1815 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/base/accounts.py:597 +msgid "Enter a valid email address." +msgstr "" + +#: seahub/base/accounts.py:607 +msgid "Invalid user id." +msgstr "" + +#: seahub/base/accounts.py:658 seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:1226 +#: seahub/templates/js/templates.html:1246 +msgid "name" +msgstr "" + +#: seahub/base/accounts.py:661 +msgid "department" +msgstr "" + +#: seahub/base/accounts.py:664 +msgid "telephone" +msgstr "" + +#: seahub/base/accounts.py:667 +msgid "note" +msgstr "" + +#: seahub/base/decorators.py:72 +msgid "Files in this library can not be viewed online." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:124 +msgid "Added" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:125 +msgid "Deleted" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:126 +msgid "Removed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:127 +msgid "Modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:128 +msgid "Renamed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:129 +msgid "Moved" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:130 +msgid "Added directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:131 +msgid "Removed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:132 +msgid "Renamed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:133 +msgid "Moved directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:134 +msgid "Added or modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:149 +#: seahub/base/templatetags/seahub_tags.py:218 +msgid "Reverted library to status at" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:221 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:156 +#: seahub/base/templatetags/seahub_tags.py:225 +msgid "Recovered deleted directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:158 +#: seahub/base/templatetags/seahub_tags.py:227 seahub/views/ajax.py:1133 +msgid "Changed library name or description" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:160 +#: seahub/base/templatetags/seahub_tags.py:229 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:304 +#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/templates/view_file_base.html:522 +msgid "Just now" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:315 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:322 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:329 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:335 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:452 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/js/sysadmin-templates.html:640 +#: seahub/templates/js/sysadmin-templates.html:649 +#: seahub/templates/js/sysadmin-templates.html:652 +#: seahub/templates/js/sysadmin-templates.html:688 +#: seahub/templates/js/sysadmin-templates.html:715 +#: seahub/templates/js/templates.html:20 +#: seahub/templates/js/templates.html:815 +#: seahub/templates/js/templates.html:842 +#: seahub/templates/js/templates.html:1068 +#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/templates.html:1080 +#: seahub/templates/js/templates.html:1113 +#: seahub/templates/js/templates.html:1139 +#: seahub/templates/js/templates.html:1275 +#: seahub/templates/js/templates.html:1282 +#: seahub/templates/js/templates.html:1702 +#: seahub/templates/js/templates.html:1748 +#: seahub/templates/js/templates.html:1889 +#: seahub/templates/js/templates.html:1892 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "Read-Write" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:454 +#: seahub/templates/js/sysadmin-templates.html:642 +#: seahub/templates/js/sysadmin-templates.html:650 +#: seahub/templates/js/sysadmin-templates.html:653 +#: seahub/templates/js/sysadmin-templates.html:689 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/templates.html:21 +#: seahub/templates/js/templates.html:816 +#: seahub/templates/js/templates.html:843 +#: seahub/templates/js/templates.html:1070 +#: seahub/templates/js/templates.html:1078 +#: seahub/templates/js/templates.html:1081 +#: seahub/templates/js/templates.html:1114 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/js/templates.html:1283 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1749 +#: seahub/templates/js/templates.html:1893 +#: seahub/templates/js/templates.html:1896 +#: seahub/templates/js/templates.html:1900 +#: seahub/templates/sysadmin/userinfo.html:178 +msgid "Read-Only" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:478 +#: seahub/base/templatetags/seahub_tags.py:490 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:492 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:494 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:496 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:498 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:500 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +#: seahub/contacts/templates/contacts/contact_list.html:119 +msgid "Email is required." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:4 +#: seahub/contacts/templates/contacts/contact_list.html:10 +msgid "Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:11 +#: seahub/contacts/templates/contacts/contact_list.html:43 +msgid "Add Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:17 +msgid "Email " +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:18 +#: 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/institutions/templates/institutions/info.html:10 +#: seahub/institutions/templates/institutions/user_info.html:66 +#: seahub/institutions/templates/institutions/user_info.html:112 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/js/lib-op-popups.html:6 +#: seahub/templates/js/lib-op-popups.html:17 +#: seahub/templates/js/sysadmin-templates.html:320 +#: seahub/templates/js/sysadmin-templates.html:343 +#: seahub/templates/js/sysadmin-templates.html:353 +#: seahub/templates/js/sysadmin-templates.html:403 +#: seahub/templates/js/sysadmin-templates.html:427 +#: seahub/templates/js/sysadmin-templates.html:468 +#: seahub/templates/js/sysadmin-templates.html:549 +#: seahub/templates/js/sysadmin-templates.html:572 +#: seahub/templates/js/sysadmin-templates.html:580 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:767 +#: seahub/templates/js/sysadmin-templates.html:805 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:1215 +#: seahub/templates/js/templates.html:1234 +#: seahub/templates/js/templates.html:1260 +#: seahub/templates/js/templates.html:1349 +#: seahub/templates/js/templates.html:1368 +#: seahub/templates/js/templates.html:1490 +#: seahub/templates/js/templates.html:1498 +#: seahub/templates/js/templates.html:1611 +#: seahub/templates/js/templates.html:1630 +#: seahub/templates/js/templates.html:1861 +#: seahub/templates/js/templates.html:1916 +#: seahub/templates/js/templates.html:1950 +#: seahub/templates/js/templates.html:1985 seahub/templates/libraries.html:91 +#: seahub/templates/registration/registration_form.html:18 +#: seahub/templates/repo_dir_recycle_view.html:44 +#: seahub/templates/repo_history_view.html:58 +#: seahub/templates/sysadmin/org_admin_table.html:4 +#: seahub/templates/sysadmin/sys_inst_admin.html:18 +#: seahub/templates/sysadmin/sys_inst_admin.html:27 +#: seahub/templates/sysadmin/sys_org_admin.html:24 +#: seahub/templates/sysadmin/sys_org_info_group.html:18 +#: seahub/templates/sysadmin/sys_org_info_library.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:10 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:16 +#: seahub/templates/sysadmin/sys_terms_admin.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:118 +#: seahub/templates/sysadmin/userinfo.html:167 +#: seahub/templates/sysadmin/userinfo.html:205 +#: seahub/templates/sysadmin/userinfo.html:252 +#: seahub/templates/view_shared_dir.html:54 +#: seahub/templates/wiki/personal_wiki.html:43 +#: seahub/templates/wiki/personal_wiki.html:85 +#: seahub/templates/wiki/personal_wiki_pages.html:28 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +#: seahub/views/sysadmin.py:1062 +msgid "Name" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:19 +#: seahub/templates/registration/registration_form.html:41 +msgid "Note" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:20 +#: seahub/institutions/templates/institutions/user_info.html:69 +#: seahub/institutions/templates/institutions/user_info.html:115 +#: seahub/institutions/templates/institutions/useradmin.html:20 +#: seahub/institutions/templates/institutions/useradmin_search.html:22 +#: seahub/notifications/templates/notifications/notification_list.html:21 +#: seahub/templates/file_revisions.html:57 +#: seahub/templates/js/sysadmin-templates.html:770 +#: seahub/templates/repo_dir_recycle_view.html:47 +#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history_view.html:60 +#: seahub/templates/sysadmin/org_admin_table.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:29 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:19 +#: seahub/templates/sysadmin/sys_inst_info_user.html:19 +#: seahub/templates/sysadmin/sys_inst_search_user.html:20 +#: seahub/templates/sysadmin/sys_org_info_group.html:21 +#: seahub/templates/sysadmin/sys_org_info_library.html:22 +#: seahub/templates/sysadmin/sys_org_info_user.html:23 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:14 +#: seahub/templates/sysadmin/userinfo.html:121 +#: seahub/templates/sysadmin/userinfo.html:209 +#: seahub/templates/sysadmin/userinfo.html:255 +#: seahub/templates/view_shared_dir.html:57 +msgid "Operations" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/institutions/templates/institutions/useradmin.html:37 +#: seahub/templates/js/sysadmin-templates.html:645 +#: seahub/templates/js/sysadmin-templates.html:828 +#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/templates.html:1073 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1534 +#: seahub/templates/js/templates.html:1890 +#: seahub/templates/js/templates.html:1897 +#: seahub/templates/sysadmin/sys_org_info_user.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:57 +#: seahub/templates/sysadmin/useradmin_table.html:41 +#: seahub/templates/sysadmin/useradmin_table.html:59 +#: seahub/templates/sysadmin/userinfo.html:53 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/view_file_markdown.html:17 +#: seahub/templates/view_file_text.html:22 +msgid "Edit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:30 +#: seahub/institutions/templates/institutions/useradmin.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:140 +#: seahub/templates/js/sysadmin-templates.html:391 +#: seahub/templates/js/sysadmin-templates.html:453 +#: seahub/templates/js/sysadmin-templates.html:518 +#: seahub/templates/js/sysadmin-templates.html:612 +#: seahub/templates/js/sysadmin-templates.html:658 +#: seahub/templates/js/sysadmin-templates.html:844 +#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:95 +#: seahub/templates/js/templates.html:189 +#: seahub/templates/js/templates.html:344 +#: seahub/templates/js/templates.html:406 +#: seahub/templates/js/templates.html:472 +#: seahub/templates/js/templates.html:578 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/js/templates.html:667 +#: seahub/templates/js/templates.html:737 +#: seahub/templates/js/templates.html:778 +#: seahub/templates/js/templates.html:1086 +#: seahub/templates/js/templates.html:1401 +#: seahub/templates/js/templates.html:1548 +#: seahub/templates/js/templates.html:1553 +#: seahub/templates/snippets/file_share_popup.html:37 +#: seahub/templates/sysadmin/org_admin_table.html:25 +#: seahub/templates/sysadmin/sys_org_info_group.html:28 +#: seahub/templates/sysadmin/sys_org_info_library.html:42 +#: seahub/templates/sysadmin/sys_org_info_user.html:51 +#: seahub/templates/sysadmin/sys_terms_admin.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:80 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:97 +#: seahub/templates/sysadmin/userinfo.html:148 +#: seahub/templates/sysadmin/userinfo.html:262 +#: seahub/templates/view_file_base.html:127 +#: seahub/templates/view_shared_upload_link.html:86 +msgid "Delete" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:37 +msgid "You don't have any contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:38 +msgid "" +"Add your contacts so you can quickly share libraries and send file shared " +"link." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:44 +#: seahub/contacts/templates/contacts/contact_list.html:53 +#: seahub/institutions/templates/institutions/user_info.html:31 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:10 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/share/templates/share/share_link_audit.html:9 +#: seahub/templates/js/sysadmin-templates.html:754 +#: seahub/templates/js/sysadmin-templates.html:806 +#: seahub/templates/js/sysadmin-templates.html:857 +#: seahub/templates/js/templates.html:1491 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:2048 +#: seahub/templates/js/templates.html:2080 +#: seahub/templates/registration/registration_form.html:22 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:15 +#: seahub/templates/sysadmin/sys_inst_info_user.html:15 +#: seahub/templates/sysadmin/sys_inst_search_user.html:8 +#: seahub/templates/sysadmin/sys_inst_search_user.html:16 +#: seahub/templates/sysadmin/sys_org_info_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:65 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:35 +#: seahub/templates/sysadmin/sys_useradmin.html:38 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 +#: seahub/templates/sysadmin/user_search.html:10 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:279 +#: seahub/views/sysadmin.py:283 +msgid "Email" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:46 +#: seahub/contacts/templates/contacts/contact_list.html:55 +msgid "Note(optional)" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:49 +#: seahub/contacts/templates/contacts/contact_list.html:58 +#: 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/institutions/templates/institutions/user_info.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:11 +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/notifications/templates/notifications/notification_list.html:14 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/share/templates/share/share_link_audit.html:22 +#: seahub/templates/decrypt_repo_form.html:11 +#: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 +#: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 +#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/js/lib-op-popups.html:20 +#: seahub/templates/js/lib-op-popups.html:28 +#: seahub/templates/js/lib-op-popups.html:38 +#: seahub/templates/js/lib-op-popups.html:67 +#: seahub/templates/js/lib-op-popups.html:109 +#: seahub/templates/js/lib-op-popups.html:128 +#: seahub/templates/js/sysadmin-templates.html:345 +#: seahub/templates/js/sysadmin-templates.html:533 +#: seahub/templates/js/sysadmin-templates.html:573 +#: seahub/templates/js/sysadmin-templates.html:603 +#: seahub/templates/js/sysadmin-templates.html:622 +#: seahub/templates/js/sysadmin-templates.html:692 +#: seahub/templates/js/sysadmin-templates.html:719 +#: seahub/templates/js/sysadmin-templates.html:757 +#: seahub/templates/js/templates.html:38 +#: seahub/templates/js/templates.html:744 +#: seahub/templates/js/templates.html:785 +#: seahub/templates/js/templates.html:819 +#: seahub/templates/js/templates.html:846 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1117 +#: seahub/templates/js/templates.html:1143 +#: seahub/templates/js/templates.html:1265 +#: seahub/templates/js/templates.html:1456 +#: seahub/templates/js/templates.html:1465 +#: seahub/templates/js/templates.html:1473 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1707 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1753 +#: seahub/templates/js/templates.html:1766 +#: seahub/templates/js/templates.html:1784 +#: seahub/templates/js/templates.html:2083 seahub/templates/libraries.html:94 +#: seahub/templates/libraries.html:157 +#: seahub/templates/registration/password_change_form.html:24 +#: seahub/templates/registration/password_reset_confirm.html:19 +#: seahub/templates/registration/password_reset_form.html:13 +#: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/share_access_validation.html:18 +#: seahub/templates/shared_file_view.html:58 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/search_form.html:76 +#: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/sysadmin/repo_transfer_form.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:33 +#: seahub/templates/sysadmin/sys_inst_search_user.html:9 +#: seahub/templates/sysadmin/sys_org_admin.html:38 +#: seahub/templates/sysadmin/sys_org_info_base.html:39 +#: seahub/templates/sysadmin/sys_org_info_setting.html:20 +#: seahub/templates/sysadmin/sys_org_info_setting.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:80 +#: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:71 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:95 +#: seahub/templates/sysadmin/sys_useradmin.html:62 +#: seahub/templates/sysadmin/sys_useradmin.html:73 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/user_search.html:11 +#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/sysadmin/userinfo.html:109 +#: seahub/templates/view_file_base.html:112 +#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:58 +#: seahub/templates/wiki/personal_wiki.html:88 +#: seahub/templates/wiki/personal_wiki_pages.html:31 +msgid "Submit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:52 +msgid "Edit Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:101 +#: seahub/contacts/templates/contacts/contact_list.html:146 +#: seahub/institutions/templates/institutions/user_info.html:173 +#: seahub/notifications/templates/notifications/user_notification_list.html:90 +#: seahub/share/templates/share/share_link_audit.html:70 +#: seahub/templates/base.html:141 seahub/templates/decrypt_repo_form.html:47 +#: seahub/templates/file_edit.html:545 +#: seahub/templates/repo_dir_recycle_view.html:141 +#: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/snippets/add_file_js.html:23 +#: seahub/templates/snippets/office_convert_js.html:107 +#: seahub/templates/snippets/shared_link_js.html:107 +#: seahub/templates/snippets/spreadsheet_convert_js.html:39 +#: seahub/templates/sysadmin/settings.html:241 +#: seahub/templates/sysadmin/sys_inst_info_base.html:78 +#: seahub/templates/sysadmin/sys_org_admin.html:126 +#: seahub/templates/sysadmin/sys_org_info_user.html:166 +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 +#: seahub/templates/sysadmin/sys_terms_admin.html:117 +#: seahub/templates/sysadmin/sys_useradmin.html:212 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/useradmin_js.html:173 +#: seahub/templates/sysadmin/useradmin_js.html:275 +#: seahub/templates/sysadmin/userinfo.html:344 +#: seahub/templates/sysadmin/userinfo.html:381 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/view_file_base.html:391 +#: seahub/templates/view_file_base.html:434 +#: seahub/templates/view_file_base.html:512 +#: seahub/templates/view_shared_dir.html:236 +#: seahub/templates/view_shared_dir.html:258 +msgid "Failed. Please check the network." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +msgid "Delete Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +#: seahub/institutions/templates/institutions/useradmin.html:79 +#: seahub/institutions/templates/institutions/useradmin_search.html:71 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/repoadmin_js.html:48 +#: seahub/templates/sysadmin/sys_inst_admin.html:67 +#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/templates/sysadmin/sys_org_info_group.html:44 +#: seahub/templates/sysadmin/sys_org_info_library.html:61 +#: seahub/templates/sysadmin/sys_org_info_user.html:179 +#: seahub/templates/sysadmin/sys_org_search.html:28 +#: seahub/templates/sysadmin/sys_terms_admin.html:143 +#: seahub/templates/sysadmin/useradmin_js.html:4 +#: seahub/templates/sysadmin/userinfo.html:433 +#, python-format +msgid "Are you sure you want to delete %s ?" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:123 +msgid "You cannot add yourself." +msgstr "" + +#: seahub/contacts/views.py:68 +#, python-format +msgid "%s is not a valid email." +msgstr "" + +#: seahub/contacts/views.py:73 +#, python-format +msgid "%s is already in your contacts." +msgstr "" + +#: seahub/contacts/views.py:82 +#, python-format +msgid "Successfully added %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:87 +#, python-format +msgid "Failed to add %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:108 +#, python-format +msgid "Successfully edited %s." +msgstr "" + +#: seahub/contacts/views.py:121 +#, python-format +msgid "Successfully Deleted %s" +msgstr "" + +#: seahub/forms.py:34 seahub/invitations/views.py:29 +msgid "A user with this email already exists." +msgstr "Uživatel s tímto emailem už existuje." + +#: seahub/forms.py:58 +msgid "The two passwords didn't match." +msgstr "Hesla se neshodují." + +#: seahub/forms.py:67 seahub/group/forms.py:56 seahub/wiki/forms.py:17 +msgid "Name can't be empty" +msgstr "Musíte zadat jméno." + +#: seahub/forms.py:68 seahub/group/forms.py:57 seahub/wiki/forms.py:18 +msgid "Name is too long (maximum is 255 characters)" +msgstr "Jméno je příliš dlouhé (maximum je 255 znaků)" + +#: seahub/forms.py:71 seahub/group/forms.py:60 seahub/wiki/forms.py:21 +msgid "Description can't be empty" +msgstr "Popis nemůže být prázdný" + +#: seahub/forms.py:72 seahub/group/forms.py:61 seahub/wiki/forms.py:22 +msgid "Description is too long (maximum is 100 characters)" +msgstr "Popis je příliš dlouhý (maximum je 100 znaků)" + +#: seahub/forms.py:82 seahub/forms.py:168 +#, python-format +msgid "Name %s is not valid" +msgstr "" + +#: seahub/forms.py:96 seahub/views/ajax.py:392 seahub/views/ajax.py:556 +#: seahub/views/ajax.py:824 seahub/views/ajax.py:828 seahub/views/ajax.py:832 +#: seahub/views/ajax.py:1120 seahub/views/file.py:1580 +#: seahub/views/sysadmin.py:1436 seahub/views/sysadmin.py:1454 +msgid "Argument missing" +msgstr "" + +#: seahub/forms.py:110 +msgid "Oldname is required" +msgstr "" + +#: seahub/forms.py:113 seahub/forms.py:134 +msgid "It's too long." +msgstr "" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's required." +msgstr "" + +#: seahub/forms.py:121 seahub/forms.py:142 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "" + +#: seahub/forms.py:161 +msgid "Library name is required" +msgstr "" + +#: seahub/forms.py:163 +msgid "Please enter a number" +msgstr "" + +#: seahub/forms.py:183 seahub/templates/snippets/repo_create_js.html:34 +msgid "Name is required" +msgstr "" + +#: seahub/forms.py:184 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:185 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "" + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "" + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "" + +#: seahub/group/error_msg.py:17 seahub/group/error_msg.py:23 +msgid "Group does not exist" +msgstr "" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:67 seahub/wiki/forms.py:28 +#, python-format +msgid "\"%s\" is not a valid name" +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 "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_base.html:10 +#: seahub/help/templates/help/base.html:7 +#: seahub/institutions/templates/institutions/base.html:11 +#: seahub/profile/templates/profile/set_profile.html:11 +#: seahub/templates/base.html:27 seahub/templates/base_for_backbone.html:28 +#: seahub/templates/base_for_backbone.html:34 +#: seahub/templates/base_for_backbone.html:100 +#: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 +#: seahub/templates/js/lib-op-popups.html:88 +#: seahub/templates/js/sysadmin-templates.html:4 +#: seahub/templates/js/templates.html:888 +#: seahub/templates/js/templates.html:1803 seahub/templates/libraries.html:120 +#: seahub/templates/libraries.html:130 seahub/templates/libraries.html:142 +#: seahub/templates/sysadmin/base.html:11 +#: seahub/templates/sysadmin/sysadmin_backbone.html:30 +#: seahub/templates/view_file_base.html:97 +msgid "Close" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:13 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +msgid "Wiki Index" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:14 +msgid "No index now." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:16 +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:36 +#: seahub/templates/wiki/personal_wiki.html:35 +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 " +"structure. This enables you to edit your wiki in your desktop and then sync " +"back to the server." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Create Wiki Now" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:38 +msgid "Choose a library as wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:42 +msgid "Create Wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:48 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/repo_history.html:28 +#: seahub/templates/wiki/personal_wiki.html:45 +msgid "Description" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:49 +msgid "Wiki Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:52 +msgid "Choose a library as wiki:" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:103 +#: seahub/templates/wiki/personal_wiki.html:57 +msgid "Please click and choose a library." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/profile/templates/profile/set_profile.html:105 +#: seahub/templates/file_edit.html:103 seahub/templates/file_edit.html:152 +#: seahub/templates/file_edit.html:427 +#: seahub/templates/js/lib-op-popups.html:10 +#: seahub/templates/js/lib-op-popups.html:21 +#: seahub/templates/js/lib-op-popups.html:29 +#: seahub/templates/js/lib-op-popups.html:39 +#: seahub/templates/js/lib-op-popups.html:68 +#: seahub/templates/js/lib-op-popups.html:77 +#: seahub/templates/js/lib-op-popups.html:121 +#: seahub/templates/js/lib-op-popups.html:129 +#: seahub/templates/js/templates.html:745 +#: seahub/templates/js/templates.html:786 +#: seahub/templates/js/templates.html:1721 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/repo_dir_recycle_view.html:74 +#: seahub/templates/shared_file_view.html:59 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/termsandconditions/tc_accept_terms.html:11 +#: seahub/templates/view_shared_upload_link.html:85 +#: seahub/templates/wiki/personal_wiki.html:59 +msgid "Cancel" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:68 +#: seahub/group/templates/group/group_wiki_pages.html:11 +#: seahub/templates/wiki/personal_wiki.html:65 +#: seahub/templates/wiki/personal_wiki_pages.html:13 +msgid "Home" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:69 +#: seahub/group/templates/group/group_wiki_pages.html:12 +#: seahub/templates/wiki/personal_wiki.html:66 +#: seahub/templates/wiki/personal_wiki_pages.html:14 +msgid "Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:71 +#: seahub/group/templates/group/group_wiki_pages.html:14 +#: seahub/templates/wiki/personal_wiki.html:67 +#: seahub/templates/wiki/personal_wiki_pages.html:15 +msgid "Wiki History" +msgstr "" + +#: 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:70 +#: seahub/templates/wiki/personal_wiki.html:84 +#: 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:77 +#: seahub/group/templates/group/group_wiki.html:138 +#: seahub/templates/wiki/personal_wiki.html:71 +#: seahub/templates/wiki/personal_wiki.html:132 +msgid "Delete Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:72 +msgid "Edit Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:73 +msgid "Page History" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:79 +#, python-format +msgid "Last modified by %(modifier)s, %(modify_time)s" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:139 +#: seahub/templates/wiki/personal_wiki.html:133 +msgid "Are you sure you want to delete this page?" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:160 +#: seahub/templates/wiki/personal_wiki.html:154 +msgid "Name is required." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:164 +#: seahub/templates/wiki/personal_wiki.html:158 +msgid "Description is required." +msgstr "" + +#: seahub/group/views.py:121 seahub/share/views.py:223 +#: seahub/views/__init__.py:467 seahub/views/__init__.py:583 +#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 +#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:575 +#: seahub/views/ajax.py:1100 seahub/views/file.py:1095 +#: seahub/views/file.py:1589 seahub/views/repo.py:119 +msgid "Permission denied" +msgstr "" + +#: seahub/group/views.py:187 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "" + +#: seahub/group/views.py:203 +msgid "Failed to create: the group does not exist." +msgstr "" + +#: seahub/group/views.py:208 +msgid "Failed to create: you are not in the group." +msgstr "" + +#: seahub/group/views.py:236 seahub/group/views.py:258 +#: seahub/group/views.py:415 seahub/views/wiki.py:177 +msgid "Failed to create" +msgstr "" + +#: seahub/group/views.py:243 seahub/group/views.py:264 +#: seahub/group/views.py:421 +msgid "Failed to create: internal error." +msgstr "" + +#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/views/wiki.py:238 +msgid "Failed to create wiki page. Please retry later." +msgstr "" + +#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:53 +#: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 +msgid "Unknown" +msgstr "" + +#: seahub/group/views.py:361 seahub/views/ajax.py:1078 +#: seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "" + +#: seahub/group/views.py:363 seahub/views/wiki.py:138 +msgid "Wiki does not exists." +msgstr "" + +#: seahub/group/views.py:428 seahub/group/views.py:457 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 +msgid "Failed to create home page. Please retry later" +msgstr "" + +#: seahub/group/views.py:444 seahub/views/wiki.py:199 +msgid "Failed to set wiki library." +msgstr "" + +#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 +#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 +#: seahub/views/ajax.py:745 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "" + +#: seahub/group/views.py:477 seahub/group/views.py:503 +#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/views/wiki.py:266 +msgid "Wiki is not found." +msgstr "" + +#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#, python-format +msgid "Page \"%s\" already exists." +msgstr "" + +#: seahub/group/views.py:526 +#, python-format +msgid "Successfully deleted \"%s\"." +msgstr "" + +#: seahub/group/views.py:528 +#, python-format +msgid "Failed to delete \"%s\". Please retry later." +msgstr "" + +#: seahub/help/templates/help/base.html:8 +msgid "Desktop Client and Syncing" +msgstr "" + +#: seahub/help/templates/help/base.html:10 +msgid "Install and sync Files" +msgstr "" + +#: seahub/help/templates/help/base.html:11 +msgid "Syncing existing folders" +msgstr "" + +#: seahub/help/templates/help/base.html:12 +msgid "Selective sync sub-folders" +msgstr "" + +#: seahub/help/templates/help/base.html:13 +msgid "Unsync and resync libraries" +msgstr "" + +#: seahub/help/templates/help/base.html:14 +msgid "Setting sync interval" +msgstr "" + +#: seahub/help/templates/help/base.html:15 +msgid "Proxy settings" +msgstr "" + +#: seahub/help/templates/help/base.html:16 +#: seahub/help/templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "" + +#: seahub/help/templates/help/base.html:17 +msgid "Excluding files" +msgstr "" + +#: seahub/help/templates/help/base.html:19 +msgid "Security and Encryption" +msgstr "" + +#: seahub/help/templates/help/base.html:21 +msgid "How to use encrypted libraries" +msgstr "" + +#: seahub/help/templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: seahub/help/templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:6 +msgid "Using Proxy in Seafile Client" +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server use this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), the " +"password is not sent to the server." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypt and encrypt file contents locally. The plain " +"text password is not stored on the client disk too." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client support it since version 2.1.0." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypt the contents of the files, but not " +"the folder and file names." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:27 +msgid "" +"More technical details of encrypted library can be found at Seafile " +"Manual." +msgstr "" + +#: seahub/help/templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "" + +#: seahub/help/templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: seahub/help/templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "" + +#: seahub/help/templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "" + +#: seahub/help/templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "" + +#: seahub/help/templates/help/ignore.html:18 +msgid "Example" +msgstr "" + +#: seahub/help/templates/help/ignore.html:36 +msgid "Notes" +msgstr "" + +#: seahub/help/templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "" + +#: seahub/help/templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "" + +#: seahub/help/templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "" + +#: seahub/help/templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "" + +#: seahub/help/templates/help/install.html:6 +msgid "Installing Seafile Client Program" +msgstr "" + +#: seahub/help/templates/help/install.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "" + +#: seahub/help/templates/help/install.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:13 +msgid "2. Add an account" +msgstr "" + +#: seahub/help/templates/help/install.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "" + +#: seahub/help/templates/help/install.html:18 +msgid "3. Sync a library" +msgstr "" + +#: seahub/help/templates/help/install.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "" + +#: seahub/help/templates/help/install.html:26 +msgid "4. (Optional) Create a library" +msgstr "" + +#: seahub/help/templates/help/install.html:28 +msgid "You can also create a library from a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:34 +msgid "5. Browse files on the cloud" +msgstr "" + +#: seahub/help/templates/help/install.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:6 +msgid "Selective Sync Sub-folders" +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. If your " +"Seafile server is Pro edition, you can selectively sync a sub-folder in a " +"library, instead of syncing the entire library." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:6 +msgid "Syncing With an Existing Folder" +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:6 +msgid "Setting Sync Interval" +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:6 +msgid "Unsync and Resync Library" +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use sync with existing folder " +"feature." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:5 +#: seahub/templates/js/sysadmin-templates.html:277 +#: seahub/templates/sysadmin/base.html:5 +msgid "Exit admin panel" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:16 +#: seahub/institutions/templates/institutions/useradmin.html:9 +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 +msgid "Users" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:37 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:7 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:7 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:8 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:7 +msgid "Search users..." +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:7 +#: seahub/templates/js/sysadmin-templates.html:8 +#: seahub/templates/js/sysadmin-templates.html:98 +#: seahub/templates/sysadmin/base.html:16 +msgid "Info" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:13 +#: seahub/templates/home_base.html:59 +#: seahub/templates/js/sysadmin-templates.html:19 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:737 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1855 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/sysadmin/sys_org_info_group.html:10 +#: seahub/templates/sysadmin/sys_org_info_library.html:10 +#: seahub/templates/sysadmin/sys_org_info_setting.html:10 +#: seahub/templates/sysadmin/sys_org_info_user.html:9 +msgid "Libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Active Users" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Total Users" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:20 +#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/user_profile.html:4 +#: seahub/templates/sysadmin/userinfo.html:23 +msgid "Profile" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:21 +#: seahub/templates/i18n.html:11 seahub/templates/sysadmin/userinfo.html:24 +msgid "Owned Libs" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:28 +#: seahub/templates/sysadmin/userinfo.html:33 +msgid "Avatar" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:35 +#: seahub/templates/sysadmin/userinfo.html:44 +msgctxt "true name" +msgid "Name" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:40 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/userinfo.html:56 +msgid "Department" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:43 +#: seahub/templates/registration/registration_form.html:36 +#: seahub/templates/sysadmin/userinfo.html:69 +msgid "Telephone" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:47 +#: seahub/institutions/templates/institutions/useradmin.html:18 +#: seahub/institutions/templates/institutions/useradmin_search.html:20 +#: seahub/templates/sysadmin/org_admin_table.html:6 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:17 +#: seahub/templates/sysadmin/sys_inst_info_base.html:23 +#: seahub/templates/sysadmin/sys_inst_info_user.html:17 +#: seahub/templates/sysadmin/sys_inst_search_user.html:18 +#: seahub/templates/sysadmin/sys_org_info_base.html:26 +#: seahub/templates/sysadmin/sys_org_info_user.html:21 +msgid "Space Used" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:48 +#: seahub/templates/sysadmin/sys_inst_info_base.html:24 +#: seahub/templates/sysadmin/sys_org_info_base.html:28 +msgid "Set Quota" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:52 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:88 +#: seahub/templates/sysadmin/useradmin_table.html:111 +#: seahub/templates/sysadmin/userinfo.html:102 +msgid "Set user storage limit" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:55 +msgid "Available quota:" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:67 +#: seahub/templates/file_revisions.html:56 +#: seahub/templates/js/sysadmin-templates.html:470 +#: seahub/templates/js/sysadmin-templates.html:768 +#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:1217 +#: seahub/templates/js/templates.html:1236 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1613 +#: seahub/templates/js/templates.html:1632 +#: seahub/templates/repo_dir_recycle_view.html:46 +#: seahub/templates/repo_history_view.html:59 +#: seahub/templates/sysadmin/userinfo.html:119 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:206 +#: seahub/templates/view_shared_dir.html:55 +msgid "Size" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:68 +#: seahub/templates/js/sysadmin-templates.html:471 +#: seahub/templates/js/templates.html:301 +#: seahub/templates/js/templates.html:1158 +#: seahub/templates/js/templates.html:1218 +#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1261 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/view_shared_dir.html:56 +msgid "Last Update" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/templates/js/templates.html:1273 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:176 +msgid "Encrypted" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:176 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "library icon" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:103 +#: seahub/templates/sysadmin/userinfo.html:157 +msgid "This user has not created any libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:113 +#: seahub/templates/js/sysadmin-templates.html:807 +#: seahub/templates/js/templates.html:1492 +#: seahub/templates/sysadmin/sys_useradmin.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/userinfo.html:253 seahub/views/sysadmin.py:279 +msgid "Role" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:114 +#: seahub/templates/sysadmin/sys_inst_admin.html:28 +#: seahub/templates/sysadmin/sys_org_info_group.html:20 +#: seahub/templates/sysadmin/sys_publink_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:254 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:1062 +msgid "Create At" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:128 +#: seahub/templates/sysadmin/userinfo.html:268 +msgid "This user has not created or joined any groups" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:151 +#: seahub/templates/sysadmin/sys_inst_info_base.html:56 +msgid "Space Quota can't be empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Contact Email" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:17 +#: seahub/institutions/templates/institutions/useradmin_search.html:19 +#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:16 +#: seahub/templates/sysadmin/sys_inst_info_user.html:16 +#: seahub/templates/sysadmin/sys_inst_search_user.html:17 +#: seahub/templates/sysadmin/sys_org_info_user.html:20 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:36 +#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:11 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Status" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:19 +#: seahub/institutions/templates/institutions/useradmin_search.html:21 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:18 +#: seahub/templates/sysadmin/sys_inst_info_user.html:18 +#: seahub/templates/sysadmin/sys_inst_search_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:22 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:26 +#: seahub/templates/sysadmin/useradmin_table.html:14 +msgid "Create At / Last Login" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:33 +#: seahub/institutions/templates/institutions/useradmin.html:40 +#: seahub/institutions/templates/institutions/useradmin_search.html:35 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:28 +#: seahub/templates/sysadmin/sys_inst_info_user.html:28 +#: seahub/templates/sysadmin/sys_inst_search_user.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:39 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:53 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:44 +#: seahub/views/sysadmin.py:324 +msgid "Active" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:35 +#: seahub/institutions/templates/institutions/useradmin.html:41 +#: seahub/institutions/templates/institutions/useradmin_search.html:37 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:30 +#: seahub/templates/sysadmin/sys_inst_info_user.html:30 +#: seahub/templates/sysadmin/sys_inst_search_user.html:31 +#: seahub/templates/sysadmin/sys_org_info_user.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:55 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:61 +#: seahub/templates/sysadmin/useradmin_table.html:39 +#: seahub/templates/sysadmin/useradmin_table.html:45 +#: seahub/views/sysadmin.py:326 +msgid "Inactive" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:66 +#: seahub/institutions/templates/institutions/useradmin_search.html:62 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_inst_admin.html:44 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:47 +#: seahub/templates/sysadmin/sys_inst_info_user.html:48 +#: seahub/templates/sysadmin/sys_publink_admin.html:59 +#: seahub/templates/sysadmin/sys_terms_admin.html:48 +msgid "Empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:70 +#: seahub/templates/sysadmin/sys_inst_info_user.html:52 +#: seahub/templates/sysadmin/sys_org_info_user.html:60 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:104 +#: seahub/templates/sysadmin/sys_useradmin.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:53 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:31 +#: seahub/templates/sysadmin/user_search.html:27 +msgid "Activating..., please wait" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:78 +#: seahub/institutions/templates/institutions/useradmin_search.html:70 +#: seahub/templates/sysadmin/sys_org_info_user.html:178 +#: seahub/templates/sysadmin/useradmin_js.html:3 +#: seahub/templates/sysadmin/useradmin_js.html:122 +msgid "Delete User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:124 +#: seahub/templates/sysadmin/sys_inst_info_user.html:98 +#: seahub/templates/sysadmin/useradmin_js.html:64 +msgid "Edit succeeded, an email has been sent." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:126 +#: seahub/templates/sysadmin/sys_inst_info_user.html:100 +#: seahub/templates/sysadmin/useradmin_js.html:66 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:128 +#: seahub/templates/sysadmin/sys_inst_info_user.html:102 +#: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/useradmin_js.html:68 +msgid "Edit succeeded" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:136 +#: seahub/templates/sysadmin/sys_inst_info_user.html:110 +#: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/useradmin_js.html:76 +msgid "Edit failed." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:7 +#: seahub/templates/sysadmin/sys_inst_search_user.html:5 +#: seahub/templates/sysadmin/user_search.html:7 +msgid "Search User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:13 +#: seahub/templates/js/sysadmin-templates.html:347 +#: seahub/templates/js/sysadmin-templates.html:575 +#: seahub/templates/sysadmin/sys_inst_search_user.html:11 +#: seahub/templates/sysadmin/sys_org_search.html:15 +#: seahub/templates/sysadmin/user_search.html:14 +msgid "Result" +msgstr "" + +#: seahub/institutions/views.py:162 +#: seahub/templates/js/sysadmin-templates.html:323 +#: seahub/templates/js/sysadmin-templates.html:344 +#: seahub/templates/js/sysadmin-templates.html:356 +#: seahub/templates/js/sysadmin-templates.html:428 +#: seahub/templates/js/sysadmin-templates.html:550 +#: seahub/templates/js/sysadmin-templates.html:581 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:825 +#: seahub/templates/sysadmin/sys_org_admin.html:30 +#: seahub/templates/sysadmin/sys_org_info_library.html:21 +#: seahub/templates/sysadmin/sys_publink_admin.html:13 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:12 +#: seahub/views/sysadmin.py:616 +msgid "Owner" +msgstr "" + +#: seahub/institutions/views.py:164 seahub/templates/base.html:74 +#: seahub/templates/base.html.py:77 +#: seahub/templates/js/sysadmin-templates.html:827 +#: seahub/templates/js/sysadmin-templates.html:831 +#: seahub/templates/js/sysadmin-templates.html:838 +#: seahub/templates/js/templates.html:1526 +#: seahub/templates/js/templates.html:1530 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1835 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:618 +msgid "Admin" +msgstr "" + +#: seahub/institutions/views.py:166 +#: seahub/templates/js/sysadmin-templates.html:830 +#: seahub/templates/js/sysadmin-templates.html:834 +#: seahub/templates/js/sysadmin-templates.html:837 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1533 +#: seahub/templates/js/templates.html:1536 seahub/views/sysadmin.py:620 +msgid "Member" +msgstr "" + +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:714 +#, python-format +msgid "Successfully deleted %s" +msgstr "" + +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:716 +msgid "Failed to delete: the user does not exist" +msgstr "" + +#: seahub/invitations/models.py:16 seahub/invitations/models.py:34 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/useradmin_table.html:53 +#: seahub/templates/sysadmin/useradmin_table.html:63 +#: seahub/views/sysadmin.py:337 +msgid "Guest" +msgstr "" + +#: seahub/invitations/models.py:90 +#, python-format +msgid "%(user)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:8 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_batch_add_email.html:9 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:12 +#, python-format +msgid "" +"%(inviter)s invited you to join %(site_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:26 +#: seahub/templates/sysadmin/settings.html:213 +#: seahub/templates/sysadmin/useradmin_js.html:197 +#: seahub/templates/sysadmin/userinfo.html:398 +msgid "It is required." +msgstr "" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:57 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:73 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:98 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:28 +#: seahub/notifications/management/commands/send_notices.py:272 +#, python-format +msgid "New notice on %s" +msgstr "" + +#: seahub/notifications/models.py:422 seahub/notifications/models.py:464 +#: seahub/notifications/models.py:492 seahub/notifications/models.py:529 +#: seahub/notifications/models.py:561 seahub/notifications/models.py:579 +#: seahub/notifications/models.py:609 seahub/notifications/models.py:631 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1088 +msgid "Internal error" +msgstr "" + +#: seahub/notifications/models.py:441 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "" + +#: seahub/notifications/models.py:448 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to Deleted " +"Library" +msgstr "" + +#: seahub/notifications/models.py:474 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to " +"you." +msgstr "" + +#: seahub/notifications/models.py:509 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:540 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "" + +#: seahub/notifications/models.py:544 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:590 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "" + +#: seahub/notifications/models.py:619 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "" + +#: seahub/notifications/models.py:645 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +#: seahub/notifications/templates/notifications/user_notification_list.html:21 +msgid "Message" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:22 +#: seahub/templates/file_revisions.html:54 +#: seahub/templates/js/sysadmin-templates.html:238 +#: seahub/templates/js/sysadmin-templates.html:860 +#: seahub/templates/repo_history.html:29 +msgid "Time" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:27 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:36 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:39 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, 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:48 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:64 +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: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:27 +msgid "(current notification)" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:31 +msgid "Set to current" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:51 +msgid "Delete Notification" +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in file %(file_name)s during regular scanning." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning. Please check the report at:" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:4 +#: seahub/notifications/templates/notifications/user_notification_list.html:9 +msgid "Notices" +msgstr "" + +#: 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:29 +#: seahub/templates/libraries.html:179 +#: seahub/templates/repo_dir_recycle_view.html:59 +msgid "More" +msgstr "" + +#: seahub/notifications/views.py:130 +msgid "Successfully cleared all notices." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:13 +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/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/templates/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:15 +#: seahub/templates/js/sysadmin-templates.html:276 +#: seahub/templates/js/templates.html:1047 +#: seahub/templates/js/templates.html:1827 seahub/templates/libraries.html:121 +#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/sysadmin/settings.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:11 +#: seahub/templates/sysadmin/sys_org_info_library.html:11 +#: seahub/templates/sysadmin/sys_org_info_setting.html:11 +#: seahub/templates/sysadmin/sys_org_info_user.html:10 +msgid "Settings" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:14 +msgid "Language" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:16 +msgid "Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:111 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:21 +#: seahub/profile/templates/profile/set_profile.html:136 +#: seahub/profile/templates/profile/set_profile.html:159 +msgid "Delete Account" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:30 +msgid "Profile Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:32 +msgid "Avatar:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:34 +msgid "Change" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +msgid "Password:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/templates/sysadmin/sys_terms_admin.html:39 +msgid "Update" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:43 +msgctxt "true name" +msgid "Name:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:50 +msgid "Username:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:51 +msgid "You can use this field at login." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:56 +msgid "Contact Email:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:57 +msgid "Your notifications will be sent to this email." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:62 +msgid "Department:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:67 +msgid "Telephone:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:79 +msgid "Language Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:90 +msgid "Default Library Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:92 +msgid "Your default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:94 +msgid "" +"Default library is the default place to store your personal documents and " +"pictures." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:95 +msgid "Choose Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:98 +msgid "Choose default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:113 +msgid "enabled" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:115 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:119 +msgid "" +"If you don't have any device with you, you can access your account using " +"backup codes." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:120 +#, python-format +msgid "You have only one backup code remaining." +msgid_plural "You have %(counter)s backup codes remaining." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/profile/templates/profile/set_profile.html:123 +msgid "Show Codes" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:127 +msgid "" +"Two-factor authentication is not enabled for your account. Enable two-factor" +" authentication for enhanced account security." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:129 +msgid "Enable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:137 +msgid "This operation will not be reverted. Please think twice!" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:160 +msgid "Really want to delete your account?" +msgstr "" + +#: seahub/profile/views.py:41 +msgid "Successfully edited profile." +msgstr "" + +#: seahub/profile/views.py:45 +msgid "Failed to edit profile" +msgstr "" + +#: seahub/profile/views.py:157 +msgid "Has not accepted invitation yet" +msgstr "" + +#: seahub/profile/views.py:176 +msgid "Demo account can not be deleted." +msgstr "" + +#: seahub/profile/views.py:202 +msgid "Failed to set default library." +msgstr "" + +#: seahub/profile/views.py:206 +msgid "Can not set encrypted library as default library." +msgstr "" + +#: seahub/profile/views.py:211 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "" + +#: seahub/settings.py:143 +msgid "català" +msgstr "" + +#: seahub/settings.py:144 +msgid "Deutsch" +msgstr "" + +#: seahub/settings.py:145 +msgid "English" +msgstr "" + +#: seahub/settings.py:146 +msgid "Español" +msgstr "" + +#: seahub/settings.py:147 +msgid "Español de Argentina" +msgstr "" + +#: seahub/settings.py:148 +msgid "Español de México" +msgstr "" + +#: seahub/settings.py:149 +msgid "Suomi" +msgstr "" + +#: seahub/settings.py:150 +msgid "français" +msgstr "" + +#: seahub/settings.py:151 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:152 +msgid "Magyar" +msgstr "" + +#: seahub/settings.py:153 +msgid "Íslenska" +msgstr "" + +#: seahub/settings.py:154 +msgid "Italiano" +msgstr "" + +#: seahub/settings.py:155 +msgid "日本語" +msgstr "" + +#: seahub/settings.py:156 +msgid "한국어" +msgstr "" + +#: seahub/settings.py:157 +msgid "Latvian" +msgstr "" + +#: seahub/settings.py:158 +msgid "Nederlands" +msgstr "" + +#: seahub/settings.py:159 +msgid "Polski" +msgstr "" + +#: seahub/settings.py:160 +msgid "Portuguese, Brazil" +msgstr "" + +#: seahub/settings.py:161 +msgid "Русский" +msgstr "" + +#: seahub/settings.py:162 +msgid "Slovak" +msgstr "" + +#: seahub/settings.py:163 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:164 +msgid "Svenska" +msgstr "" + +#: seahub/settings.py:165 +msgid "ไทย" +msgstr "" + +#: seahub/settings.py:166 +msgid "Türkçe" +msgstr "" + +#: seahub/settings.py:167 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:168 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:169 +msgid "繁體中文" +msgstr "" + +#: seahub/share/forms.py:20 seahub/share/forms.py:33 +msgid "Email is required" +msgstr "" + +#: seahub/share/forms.py:21 seahub/share/forms.py:34 +msgid "Email is not longer than 512 characters" +msgstr "" + +#: seahub/share/models.py:72 +msgid "Password can't be empty" +msgstr "" + +#: seahub/share/models.py:79 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/templates/share/audit_code_email.html:11 +#, python-format +msgid "Your code is %(code)s, this code will be valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:6 +msgid "Email Verification" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:8 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:11 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:13 +msgid "Verification code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:63 +msgid "A verification code has been sent to the email." +msgstr "" + +#: seahub/share/views.py:199 seahub/share/views.py:311 +msgid "Internal server error, or please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:219 +msgid "Please choose a directory." +msgstr "" + +#: seahub/share/views.py:241 +msgid "Successfully saved." +msgstr "" + +#: seahub/share/views.py:255 +msgid "" +"Sending shared upload link failed. Email service is not properly configured," +" please contact administrator." +msgstr "" + +#: seahub/share/views.py:329 seahub/thumbnail/views.py:40 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 +#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 +#: seahub/views/ajax.py:544 seahub/views/ajax.py:738 seahub/views/ajax.py:1091 +msgid "Library does not exist." +msgstr "" + +#: seahub/share/views.py:333 +msgid "Directory does not exist." +msgstr "" + +#: seahub/share/views.py:382 +msgid "Only the owner of the library has permission to share it." +msgstr "" + +#: seahub/share/views.py:420 +msgid "Please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:437 +msgid "Email address is not valid" +msgstr "" + +#: seahub/share/views.py:446 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:455 +msgid "Verification code for visiting share links" +msgstr "" + +#: seahub/share/views.py:470 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: seahub/templates/base.html:9 seahub/templates/base_for_backbone.html:9 +#: seahub/templates/sysadmin/sysadmin_backbone.html:9 +msgid "File Collaboration Team Organization" +msgstr "" + +#: seahub/templates/base.html:42 seahub/templates/base_for_backbone.html:50 +#: seahub/templates/sysadmin/sysadmin_backbone.html:45 +msgid "Side Nav Menu" +msgstr "" + +#: seahub/templates/base.html:53 seahub/templates/base_for_backbone.html:65 +#: seahub/templates/sysadmin/sysadmin_backbone.html:48 +msgid "View profile and more" +msgstr "" + +#: seahub/templates/base.html:71 seahub/templates/js/sysadmin-templates.html:5 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/sysadmin/base.html:13 +msgid "System Admin" +msgstr "" + +#: seahub/templates/base.html:74 seahub/templates/js/templates.html:1832 +msgid "Organization Admin" +msgstr "" + +#: seahub/templates/base.html:80 seahub/templates/finish_payment.html:5 +#: seahub/templates/js/sysadmin-templates.html:278 +#: seahub/templates/js/templates.html:1837 +msgid "Log out" +msgstr "" + +#: seahub/templates/base.html:123 seahub/templates/base_for_backbone.html:87 +#: seahub/templates/sysadmin/sysadmin_backbone.html:70 +#: seahub/views/sysadmin.py:332 seahub/views/sysadmin.py:333 +msgid "Yes" +msgstr "" + +#: seahub/templates/base.html:124 seahub/templates/base_for_backbone.html:88 +#: seahub/templates/sysadmin/sysadmin_backbone.html:71 +msgid "No" +msgstr "" + +#: seahub/templates/base_for_backbone.html:28 +msgid "" +"We no longer support this version of IE. Please upgrade it to version 10 or " +"above." +msgstr "" + +#: seahub/templates/base_for_backbone.html:58 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/js/templates.html:1804 +#: seahub/templates/sysadmin/base.html:46 +msgid "Notifications" +msgstr "" + +#: seahub/templates/base_for_backbone.html:94 +#, python-format +msgid "Welcome to %(site_name)s" +msgstr "" + +#: seahub/templates/base_for_backbone.html:96 +#, python-format +msgid "" +"%(site_name)s 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/base_for_backbone.html:98 +#, python-format +msgid "" +"%(site_name)s 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/choose_register.html:13 +#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/registration_form.html:11 +msgid "Signup" +msgstr "" + +#: seahub/templates/choose_register.html:14 +msgid "Create a personal account" +msgstr "" + +#: seahub/templates/choose_register.html:15 +msgid "Create an organization account" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:9 +#: seahub/templates/share_access_validation.html:13 +msgid "Password: " +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:24 +#: seahub/templates/share_access_validation.html:29 +msgid "Please enter the password." +msgstr "" + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:88 +#: seahub/templates/js/sysadmin-templates.html:521 +#: seahub/templates/js/templates.html:190 +#: seahub/templates/js/templates.html:196 +#: seahub/templates/js/templates.html:338 +#: seahub/templates/js/templates.html:401 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:573 +#: seahub/templates/js/templates.html:636 +#: seahub/templates/js/templates.html:662 +#: seahub/templates/repo_history_view.html:79 +#: seahub/templates/shared_file_view.html:40 +#: seahub/templates/shared_file_view.html:69 +#: seahub/templates/sysadmin/userinfo.html:223 +#: seahub/templates/view_file_base.html:67 +#: seahub/templates/view_file_base.html:149 +#: seahub/templates/view_history_file.html:23 +#: seahub/templates/view_history_file.html:34 +#: seahub/templates/view_shared_dir.html:72 +#: seahub/templates/view_shared_dir.html:73 +#: seahub/templates/view_shared_dir.html:104 +#: seahub/templates/view_shared_dir.html:105 +#: seahub/templates/view_shared_dir.html:122 +#: seahub/templates/view_shared_dir.html:156 +msgid "Download" +msgstr "" + +#: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 +#: seahub/templates/js/templates.html:485 +#: seahub/templates/js/templates.html:585 +msgid "Access Log" +msgstr "" + +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "" + +#: seahub/templates/file_access.html:25 +#: seahub/templates/js/sysadmin-templates.html:181 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:676 +#: seahub/templates/js/templates.html:803 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1685 +#: seahub/templates/sysadmin/settings.html:29 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 +msgid "User" +msgstr "" + +#: seahub/templates/file_access.html:26 +#: seahub/templates/sysadmin/sys_invitations_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:207 +msgid "Type" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:184 +#: seahub/templates/js/sysadmin-templates.html:235 +#: seahub/templates/libraries.html:189 +msgid "IP" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:183 +#: seahub/templates/libraries.html:188 +msgid "Device Name" +msgstr "" + +#: seahub/templates/file_access.html:28 +msgid "Date" +msgstr "" + +#: seahub/templates/file_access.html:38 +msgid "Anonymous User" +msgstr "" + +#: seahub/templates/file_access.html:56 +#: seahub/templates/js/sysadmin-templates.html:197 +#: seahub/templates/js/sysadmin-templates.html:331 +#: seahub/templates/js/sysadmin-templates.html:437 +#: seahub/templates/js/sysadmin-templates.html:559 +#: seahub/templates/js/sysadmin-templates.html:867 +#: seahub/templates/repo_history.html:78 +#: seahub/templates/snippets/admin_paginator.html:4 +#: seahub/templates/sysadmin/sys_publink_admin.html:33 +#: seahub/templates/sysadmin/sys_trafficadmin.html:30 +#: seahub/templates/sysadmin/useradmin_paginator.html:4 +msgid "Previous" +msgstr "" + +#: seahub/templates/file_access.html:59 +#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:332 +#: seahub/templates/js/sysadmin-templates.html:438 +#: seahub/templates/js/sysadmin-templates.html:560 +#: seahub/templates/js/sysadmin-templates.html:868 +#: seahub/templates/repo_history.html:81 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/templates/sysadmin/sys_publink_admin.html:36 +#: seahub/templates/sysadmin/sys_trafficadmin.html:33 +#: seahub/templates/sysadmin/useradmin_paginator.html:7 +msgid "Next" +msgstr "" + +#: seahub/templates/file_access.html:64 +#: seahub/templates/snippets/admin_paginator.html:12 +#: seahub/templates/sysadmin/sys_publink_admin.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:38 +#: seahub/templates/sysadmin/useradmin_paginator.html:12 +msgid "Per page: " +msgstr "" + +#: seahub/templates/file_access.html:83 +msgid "This file has (apparently) not been accessed yet" +msgstr "" + +#: seahub/templates/file_edit.html:91 +#: seahub/templates/repo_dir_recycle_view.html:21 +#: seahub/templates/repo_history_view.html:40 +#: seahub/templates/shared_file_view.html:19 +#: seahub/templates/view_shared_dir.html:20 +msgid "Current path: " +msgstr "" + +#: seahub/templates/file_edit.html:101 +msgid "Draft saved." +msgstr "" + +#: seahub/templates/file_edit.html:130 +#: seahub/templates/js/sysadmin-templates.html:236 +#: seahub/templates/js/templates.html:1157 +#: seahub/templates/js/templates.html:1951 +#: seahub/templates/js/templates.html:1986 +#: seahub/templates/sysadmin/settings.html:104 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:11 +msgid "Library" +msgstr "" + +#: seahub/templates/file_edit.html:130 +msgid "is encrypted" +msgstr "" + +#: seahub/templates/file_edit.html:133 +msgid "The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/file_edit.html:142 +msgid "Choose a file" +msgstr "" + +#: seahub/templates/file_edit.html:150 +msgid "Please choose a file." +msgstr "" + +#: seahub/templates/file_edit.html:158 +msgid "Draft Available" +msgstr "" + +#: seahub/templates/file_edit.html:159 +msgid "There's a saved draft for this file, would you like to load it?" +msgstr "" + +#: seahub/templates/file_edit.html:160 +msgid "Load" +msgstr "" + +#: seahub/templates/file_edit.html:161 +msgid "Discard" +msgstr "" + +#: seahub/templates/file_edit.html:174 +msgid "Failed to save draft, exceeded max quota" +msgstr "" + +#: seahub/templates/file_edit.html:243 +msgid "Draft successfully loaded" +msgstr "" + +#: seahub/templates/file_edit.html:361 +msgid "Please check the network." +msgstr "" + +#: seahub/templates/file_edit.html:405 +msgid "Bold" +msgstr "" + +#: seahub/templates/file_edit.html:406 +msgid "Italic" +msgstr "" + +#: seahub/templates/file_edit.html:407 +msgid "Heading 1" +msgstr "" + +#: seahub/templates/file_edit.html:408 +msgid "Heading 2" +msgstr "" + +#: seahub/templates/file_edit.html:409 +msgid "Heading 3" +msgstr "" + +#: seahub/templates/file_edit.html:410 +msgid "Heading 4" +msgstr "" + +#: seahub/templates/file_edit.html:411 +msgid "Unordered list" +msgstr "" + +#: seahub/templates/file_edit.html:412 +msgid "Ordered list" +msgstr "" + +#: seahub/templates/file_edit.html:413 +msgid "Horizontal rule" +msgstr "" + +#: seahub/templates/file_edit.html:414 seahub/templates/file_edit.html:432 +msgid "Link" +msgstr "" + +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1651 +#: seahub/templates/repo_history_view.html:74 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +#: seahub/templates/sysadmin/userinfo.html:215 +#: seahub/templates/view_shared_dir.html:84 +#: seahub/templates/view_shared_dir.html:86 +#: seahub/templates/view_shared_dir.html:89 +msgid "File" +msgstr "" + +#: seahub/templates/file_edit.html:416 seahub/templates/file_edit.html:438 +msgid "Image" +msgstr "" + +#: seahub/templates/file_edit.html:417 seahub/templates/file_edit.html:444 +msgid "Table" +msgstr "" + +#: seahub/templates/file_edit.html:418 +msgid "Undo(Ctrl+Z)" +msgstr "" + +#: seahub/templates/file_edit.html:419 +msgid "Redo(Ctrl+Y)" +msgstr "" + +#: seahub/templates/file_edit.html:420 +msgid "Close live preview" +msgstr "" + +#: seahub/templates/file_edit.html:421 +msgid "Live preview" +msgstr "" + +#: seahub/templates/file_edit.html:422 +msgid "Fullscreen" +msgstr "" + +#: seahub/templates/file_edit.html:434 seahub/templates/file_edit.html:440 +msgid "Title" +msgstr "" + +#: seahub/templates/file_edit.html:435 seahub/templates/file_edit.html:441 +msgid "Please enter URL." +msgstr "" + +#: seahub/templates/file_edit.html:445 +msgid "Cells" +msgstr "" + +#: seahub/templates/file_edit.html:446 +msgid "Align" +msgstr "" + +#: seahub/templates/file_edit.html:447 +msgid "Rows" +msgstr "" + +#: seahub/templates/file_edit.html:448 +msgid "Columns" +msgstr "" + +#: seahub/templates/file_edit.html:449 +#: seahub/templates/sysadmin/sys_useradmin.html:49 +#: seahub/templates/sysadmin/useradmin_table.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/views/sysadmin.py:339 +msgid "Default" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align left" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align center" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align right" +msgstr "" + +#: seahub/templates/file_edit.html:494 +msgid "Submit failed. Please check the network." +msgstr "" + +#: seahub/templates/file_edit.html:514 +msgid "Password is required." +msgstr "" + +#: seahub/templates/file_revisions.html:5 +#: seahub/templates/js/templates.html:257 +#: seahub/templates/js/templates.html:482 +#: seahub/templates/js/templates.html:582 +#: seahub/templates/js/templates.html:645 seahub/templates/repo_history.html:5 +#: seahub/templates/view_file_base.html:59 +msgid "History" +msgstr "" + +#: seahub/templates/file_revisions.html:14 +#, python-format +msgid "%(u_filename)s Version History" +msgstr "" + +#: seahub/templates/file_revisions.html:16 +#: seahub/templates/repo_dir_recycle_view.html:15 +#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history_view.html:16 +#: seahub/templates/sysadmin/sys_inst_info_base.html:16 +#: seahub/templates/text_diff.html:15 +msgid "Back" +msgstr "" + +#: seahub/templates/file_revisions.html:21 +msgid "" +"Tip: a new version will be generated after each modification, and you can " +"restore the file to a previous version." +msgstr "" + +#: seahub/templates/file_revisions.html:36 +#: seahub/templates/file_revisions.html:38 +msgid "a week" +msgstr "" + +#: seahub/templates/file_revisions.html:41 +#: seahub/templates/file_revisions.html:43 +msgid "a month" +msgstr "" + +#: seahub/templates/file_revisions.html:46 +#: seahub/templates/file_revisions.html:48 +#: seahub/templates/repo_dir_recycle_view.html:71 +msgid "all" +msgstr "" + +#: seahub/templates/file_revisions.html:55 +#: seahub/templates/repo_history.html:30 +msgid "Modifier" +msgstr "" + +#: seahub/templates/file_revisions.html:64 +msgid "(current version)" +msgstr "" + +#: seahub/templates/file_revisions.html:68 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "" + +#: seahub/templates/file_revisions.html:85 +#: seahub/templates/js/sysadmin-templates.html:454 +#: seahub/templates/repo_history_view.html:51 +#: seahub/templates/repo_history_view.html:68 +#: seahub/templates/repo_history_view.html:78 +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "" + +#: seahub/templates/file_revisions.html:89 +#: seahub/templates/js/templates.html:2016 +#: seahub/templates/js/templates.html:2027 +msgid "View" +msgstr "" + +#: seahub/templates/file_revisions.html:91 +msgid "Diff" +msgstr "" + +#: seahub/templates/file_revisions.html:114 +#, python-brace-format +msgid "Successfully restored {filename}" +msgstr "" + +#: seahub/templates/finish_payment.html:8 +msgid "Plan" +msgstr "" + +#: seahub/templates/home_base.html:9 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/templates.html:889 +msgid "Files" +msgstr "" + +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:274 +#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:893 seahub/templates/libraries.html:13 +msgid "My Libraries" +msgstr "" + +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:898 seahub/templates/libraries.html:29 +msgid "Shared with me" +msgstr "" + +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:272 +#: seahub/templates/js/templates.html:903 seahub/templates/libraries.html:44 +msgid "Shared with all" +msgstr "" + +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:909 +#: seahub/templates/js/templates.html:926 +#: seahub/templates/js/templates.html:929 +msgid "Shared with groups" +msgstr "" + +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:911 +#: seahub/templates/js/templates.html:933 +msgid "All Groups" +msgstr "" + +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:946 +msgid "Tools" +msgstr "" + +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:955 +#: seahub/templates/libraries.html:164 +msgid "Favorites" +msgstr "" + +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:959 +msgid "Activities" +msgstr "" + +#: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 +#: seahub/templates/js/templates.html:967 +#: seahub/templates/js/templates.html:1021 +#: seahub/templates/wiki/personal_wiki.html:6 +#: seahub/templates/wiki/personal_wiki_pages.html:6 +msgid "Personal Wiki" +msgstr "" + +#: seahub/templates/home_base.html:48 seahub/templates/js/templates.html:973 +#: seahub/templates/libraries.html:183 +msgid "Linked Devices" +msgstr "" + +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:977 +#: seahub/templates/js/templates.html:2041 +#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/templates.html:2079 +msgid "Invite People" +msgstr "" + +#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:982 +msgid "Share Admin" +msgstr "" + +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:989 +#: seahub/templates/js/templates.html:1910 +msgid "Folders" +msgstr "" + +#: seahub/templates/home_base.html:62 +#: seahub/templates/js/sysadmin-templates.html:43 +#: seahub/templates/js/templates.html:994 +#: seahub/templates/js/templates.html:998 +#: seahub/templates/sysadmin/base.html:49 +msgid "Links" +msgstr "" + +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1010 +msgid "Enable Modules" +msgstr "" + +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:216 +msgid "Upload Folder" +msgstr "" + +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:718 +#: seahub/templates/snippets/file_share_popup.html:25 +msgid "Add auto expiration" +msgstr "" + +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:721 +#: seahub/templates/snippets/file_share_popup.html:28 +msgid "Days" +msgstr "" + +#: seahub/templates/i18n.html:9 seahub/templates/sysadmin/userinfo.html:26 +msgid "Shared Links" +msgstr "" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "" + +#: seahub/templates/i18n.html:12 seahub/templates/sysadmin/userinfo.html:25 +msgid "Shared Libs" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:5 +#: seahub/templates/js/sysadmin-templates.html:506 +#: seahub/templates/js/templates.html:229 +msgid "New Folder" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:48 +msgid "Current Library" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:55 +msgid "Other Libraries" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:66 +#: seahub/templates/shared_file_view.html:57 +msgid "Please click and choose a directory." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:85 +msgid "File Upload" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:92 +#: seahub/templates/view_shared_upload_link.html:30 +msgid "Cancel All" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:96 +#: seahub/templates/view_shared_upload_link.html:48 +msgid "Saving..." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:106 +msgid "This library is password protected" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:110 +msgid "*The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "A file with the same name already exists in this folder." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "Replacing it will overwrite its content." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:119 +msgid "Replace" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:120 +msgid "Don't replace" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:11 +#: seahub/templates/sysadmin/base.html:19 +msgid "Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:29 +#: seahub/templates/js/sysadmin-templates.html:156 +#: seahub/templates/sysadmin/base.html:37 +msgid "Organizations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:35 +#: seahub/templates/sysadmin/base.html:42 +msgid "Institutions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:47 +#: seahub/templates/sysadmin/base.html:53 +msgid "Traffic" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/sysadmin/base.html:58 +msgid "Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:57 +#: seahub/templates/sysadmin/base.html:63 +msgid "Virus Scan" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:62 +#: seahub/templates/sysadmin/base.html:68 +msgid "Invitations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:67 +#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/sysadmin/sys_terms_admin.html:8 +msgid "Terms and Conditions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:72 +#: seahub/templates/js/sysadmin-templates.html:851 +#: seahub/templates/sysadmin/base.html:78 +msgid "Admin Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:80 +msgid "Search libraries by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:85 +msgid "Search libraries by owner..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:91 +msgid "Search groups by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:107 +msgid "System Info" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:109 +msgid "Professional Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:111 +msgid "licensed to" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:113 +msgid "expires on" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:116 +msgid "Community Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:117 +msgid "Upgrade to Pro Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:124 +msgid "Storage Used" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Total Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Current Connected Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:131 +msgid "Limits" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:166 +#: seahub/templates/js/sysadmin-templates.html:219 +msgid "Desktop" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:169 +#: seahub/templates/js/sysadmin-templates.html:222 +msgid "Mobile" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:173 +#: seahub/templates/js/sysadmin-templates.html:225 +msgid "Errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/libraries.html:187 +msgid "Platform" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +#: seahub/templates/sysadmin/sys_terms_admin.html:17 +msgid "Version" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:185 +#: seahub/templates/libraries.html:190 +msgid "Last Access" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:194 +msgid "No connected devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:210 +#: seahub/templates/js/templates.html:1795 +msgid "Unlink" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:228 +#: seahub/templates/js/sysadmin-templates.html:309 +#: seahub/templates/repo_dir_recycle_view.html:37 +#: seahub/templates/repo_dir_recycle_view.html:65 +msgid "Clean" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +msgid "Device" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:246 +msgid "No sync errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:299 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/sysadmin/sys_org_admin.html:14 +msgid "All" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:302 +#: seahub/templates/js/sysadmin-templates.html:483 +msgid "System" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:305 +#: seahub/templates/js/templates.html:255 +#: seahub/templates/js/templates.html:260 +#: seahub/templates/view_trash_file.html:6 +msgid "Trash" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:321 +#: seahub/templates/js/sysadmin-templates.html:354 +msgid "Files / Size" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:364 +#: seahub/templates/js/sysadmin-templates.html:777 +msgid "No libraries" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:340 +msgid "Search Library" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:342 +msgid "Tip: you can search by keyword in name or owner or both." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:392 +#: seahub/templates/js/sysadmin-templates.html:613 +#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:97 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/sysadmin/userinfo.html:149 +msgid "Transfer" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:394 +#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:94 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:341 +#: seahub/templates/js/templates.html:403 +#: seahub/templates/js/templates.html:469 +#: seahub/templates/js/templates.html:575 +#: seahub/templates/js/templates.html:638 +#: seahub/templates/js/templates.html:664 +#: seahub/templates/view_file_base.html:54 +msgid "Share" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:422 +msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:429 +msgid "Deleted Time" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:441 +msgid "No library deleted yet" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:209 +#: seahub/templates/js/templates.html:223 +#: seahub/templates/sysadmin/userinfo.html:232 +msgid "Upload" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:541 +#: seahub/templates/js/sysadmin-templates.html:596 +#: seahub/templates/libraries.html:72 seahub/templates/libraries.html.py:90 +msgid "New Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:542 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 +#: seahub/templates/sysadmin/sys_useradmin.html:28 +msgid "Export Excel" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:551 +#: seahub/templates/js/sysadmin-templates.html:582 +msgid "Created At" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:563 +#: seahub/templates/js/sysadmin-templates.html:590 +msgid "No groups" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:569 +msgid "Search Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:571 +msgid "Tip: you can search by keyword in name." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:600 +msgid "(If left blank, owner will be admin)" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:666 +#: seahub/templates/js/templates.html:691 +msgid "Share to user" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:667 +#: seahub/templates/js/templates.html:692 +msgid "Share to group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:677 +#: seahub/templates/js/sysadmin-templates.html:704 +#: seahub/templates/js/templates.html:355 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:672 +#: seahub/templates/js/templates.html:804 +#: seahub/templates/js/templates.html:831 +#: seahub/templates/js/templates.html:1102 +#: seahub/templates/js/templates.html:1128 +#: seahub/templates/js/templates.html:1262 +#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1731 +#: seahub/templates/js/templates.html:1863 +#: seahub/templates/js/templates.html:1918 +msgid "Permission" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/templates.html:830 +#: seahub/templates/js/templates.html:1127 +#: seahub/templates/js/templates.html:1729 +msgid "Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:740 +#: seahub/templates/js/templates.html:1048 seahub/templates/libraries.html:131 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:7 +#: seahub/templates/sysadmin/sys_inst_info_user.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:8 +#: seahub/templates/sysadmin/sys_org_info_library.html:8 +#: seahub/templates/sysadmin/sys_org_info_setting.html:8 +#: seahub/templates/sysadmin/sys_org_info_user.html:7 +msgid "Members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:745 +#: seahub/templates/js/sysadmin-templates.html:753 +msgid "Add Member" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:769 +#: seahub/templates/js/templates.html:1238 +msgid "Shared By" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:125 +#: seahub/templates/js/templates.html:148 +#: seahub/templates/js/templates.html:160 +#: seahub/templates/js/templates.html:179 +#: seahub/templates/js/templates.html:1905 +msgid "Unshare" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:815 +msgid "No members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:858 +msgid "Operation" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:859 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "Detail" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:871 +msgid "No Admin Logs" +msgstr "" + +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 +msgid "New Library" +msgstr "" + +#: seahub/templates/js/templates.html:8 +msgid "Template" +msgstr "" + +#: seahub/templates/js/templates.html:10 +msgid "Select a template" +msgstr "" + +#: seahub/templates/js/templates.html:18 +msgid "Share Permission" +msgstr "" + +#: seahub/templates/js/templates.html:29 +msgid "Encrypt" +msgstr "" + +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:1779 +#, python-format +msgid "(at least %(repo_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:713 +#: seahub/templates/js/templates.html:769 +#: seahub/templates/snippets/file_share_popup.html:20 +msgid "Password again" +msgstr "" + +#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:92 +#: seahub/templates/js/templates.html:349 +#: seahub/templates/js/templates.html:362 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:477 +#: seahub/templates/js/templates.html:500 +#: seahub/templates/js/templates.html:571 +msgid "More Operations" +msgstr "" + +#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:96 +#: seahub/templates/js/templates.html:351 +#: seahub/templates/js/templates.html:407 +#: seahub/templates/js/templates.html:479 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:642 +#: seahub/templates/js/templates.html:668 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1431 +msgid "Rename" +msgstr "" + +#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:98 +msgid "History Setting" +msgstr "" + +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:100 +msgid "Change Password" +msgstr "" + +#: seahub/templates/js/templates.html:61 +#: seahub/templates/js/templates.html:103 +msgid "Share Links" +msgstr "" + +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:106 +msgid "Folder Permission" +msgstr "" + +#: seahub/templates/js/templates.html:71 +#: seahub/templates/js/templates.html:113 +msgid "Broken (please contact your administrator to fix this library)" +msgstr "" + +#: seahub/templates/js/templates.html:187 +#: seahub/templates/js/templates.html:352 +#: seahub/templates/js/templates.html:408 +#: seahub/templates/js/templates.html:480 +#: seahub/templates/js/templates.html:580 +#: seahub/templates/js/templates.html:643 +#: seahub/templates/js/templates.html:669 +msgid "Move" +msgstr "" + +#: seahub/templates/js/templates.html:188 +#: seahub/templates/js/templates.html:195 +#: seahub/templates/js/templates.html:353 +#: seahub/templates/js/templates.html:364 +#: seahub/templates/js/templates.html:409 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:481 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:581 +#: seahub/templates/js/templates.html:597 +#: seahub/templates/js/templates.html:644 +#: seahub/templates/js/templates.html:670 +msgid "Copy" +msgstr "" + +#: seahub/templates/js/templates.html:212 +msgid "Upload Files" +msgstr "" + +#: seahub/templates/js/templates.html:223 +msgid "Out of quota" +msgstr "" + +#: seahub/templates/js/templates.html:226 +msgid "New" +msgstr "" + +#: seahub/templates/js/templates.html:230 +msgid "New File" +msgstr "" + +#: seahub/templates/js/templates.html:233 +msgid "New Markdown File" +msgstr "" + +#: seahub/templates/js/templates.html:234 +msgid "New Excel File" +msgstr "" + +#: seahub/templates/js/templates.html:235 +msgid "New PowerPoint File" +msgstr "" + +#: seahub/templates/js/templates.html:236 +msgid "New Word File" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/view_shared_dir.html:33 +#: seahub/templates/view_shared_dir.html:35 +msgid "List" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "list view" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:37 +#: seahub/templates/view_shared_dir.html:39 +#: seahub/templates/view_shared_dir.html:41 +msgid "Grid" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "grid view" +msgstr "" + +#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:316 +#: seahub/templates/js/templates.html:1216 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1235 +#: seahub/templates/js/templates.html:1249 +msgid "Actions" +msgstr "" + +#: seahub/templates/js/templates.html:312 +#: seahub/templates/js/templates.html:1225 +#: seahub/templates/js/templates.html:1245 +msgid "Sort:" +msgstr "" + +#: seahub/templates/js/templates.html:314 +#: seahub/templates/js/templates.html:1227 +#: seahub/templates/js/templates.html:1247 +msgid "last update" +msgstr "" + +#: seahub/templates/js/templates.html:357 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:495 +#: seahub/templates/js/templates.html:595 +#: seahub/templates/js/templates.html:655 +#: seahub/templates/js/templates.html:674 +msgid "Open via Client" +msgstr "" + +#: seahub/templates/js/templates.html:433 +#: seahub/templates/js/templates.html:528 +#: seahub/templates/view_file_base.html:21 +msgid "starred" +msgstr "" + +#: seahub/templates/js/templates.html:435 +#: seahub/templates/js/templates.html:530 +#: seahub/templates/view_file_base.html:23 +msgid "unstarred" +msgstr "" + +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:546 +#: seahub/templates/js/templates.html:615 +#: seahub/templates/view_file_base.html:27 +msgid "locked" +msgstr "" + +#: seahub/templates/js/templates.html:489 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:649 +#: seahub/templates/view_file_base.html:45 +#: seahub/templates/view_file_base.html:47 +msgid "Unlock" +msgstr "" + +#: seahub/templates/js/templates.html:492 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:652 +#: seahub/templates/view_file_base.html:44 +#: seahub/templates/view_file_base.html:48 +msgid "Lock" +msgstr "" + +#: seahub/templates/js/templates.html:513 +#: seahub/templates/js/templates.html:563 +msgid "Fetch failed" +msgstr "" + +#: seahub/templates/js/templates.html:684 +#: seahub/templates/snippets/file_share_popup.html:6 +msgid "Download Link" +msgstr "" + +#: seahub/templates/js/templates.html:688 +msgid "Upload Link" +msgstr "" + +#: seahub/templates/js/templates.html:704 +#: seahub/templates/js/templates.html:760 +#: seahub/templates/snippets/file_share_popup.html:15 +msgid "Add password protection" +msgstr "" + +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/snippets/file_share_popup.html:18 +#, python-format +msgid "(at least %(share_link_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:710 +#: seahub/templates/js/templates.html:766 +#: seahub/templates/sysadmin/sys_org_info_user.html:74 +#: seahub/templates/sysadmin/sys_org_info_user.html:98 +#: seahub/templates/sysadmin/sys_useradmin.html:56 +#: seahub/templates/sysadmin/sys_useradmin.html:137 +msgid "Show" +msgstr "" + +#: seahub/templates/js/templates.html:711 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/sysadmin/sys_org_info_user.html:75 +#: seahub/templates/sysadmin/sys_useradmin.html:57 +msgid "Generate a random password" +msgstr "" + +#: seahub/templates/js/templates.html:725 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/snippets/file_share_popup.html:33 +msgid "Generate" +msgstr "" + +#: seahub/templates/js/templates.html:729 +#: seahub/templates/snippets/file_share_popup.html:35 +msgid "Link: " +msgstr "" + +#: seahub/templates/js/templates.html:732 +msgid "Direct Download Link: " +msgstr "" + +#: seahub/templates/js/templates.html:736 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/snippets/file_share_popup.html:36 +msgid "Send" +msgstr "" + +#: seahub/templates/js/templates.html:739 +#: seahub/templates/js/templates.html:780 +#: seahub/templates/snippets/file_share_popup.html:40 +msgid "Send to:" +msgstr "" + +#: seahub/templates/js/templates.html:740 +#: seahub/templates/js/templates.html:781 +#: seahub/templates/snippets/file_share_popup.html:41 +msgid "Emails, Seperated by ','" +msgstr "" + +#: seahub/templates/js/templates.html:741 +#: seahub/templates/js/templates.html:782 +#: seahub/templates/snippets/file_share_popup.html:45 +msgid "Message (optional):" +msgstr "" + +#: seahub/templates/js/templates.html:746 +#: seahub/templates/js/templates.html:787 +#: seahub/templates/snippets/file_share_popup.html:50 +msgid "Sending..." +msgstr "" + +#: seahub/templates/js/templates.html:756 +msgid "" +"You can share the generated link to others and then they can upload files to" +" this directory via the link." +msgstr "" + +#: seahub/templates/js/templates.html:776 +msgid "Upload Link: " +msgstr "" + +#: seahub/templates/js/templates.html:864 +#: seahub/templates/js/templates.html:881 +msgid "Leave Share" +msgstr "" + +#: seahub/templates/js/templates.html:1044 +msgid "Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1049 +msgid "Discussion" +msgstr "" + +#: seahub/templates/js/templates.html:1093 +#: seahub/templates/js/templates.html:1675 +msgid "User Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1676 +msgid "Group Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1156 +#: seahub/templates/js/templates.html:1162 +msgid "File Name" +msgstr "" + +#: seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1193 +msgid "icon" +msgstr "" + +#: seahub/templates/js/templates.html:1185 +#: seahub/templates/js/templates.html:1207 +msgid "Unstar" +msgstr "" + +#: seahub/templates/js/templates.html:1214 +#: seahub/templates/js/templates.html:1223 +#: seahub/templates/js/templates.html:1233 +#: seahub/templates/js/templates.html:1243 +msgid "Library Type" +msgstr "" + +#: seahub/templates/js/templates.html:1254 +msgid "Select libraries to share" +msgstr "" + +#: seahub/templates/js/templates.html:1303 +#: seahub/templates/repo_history.html:41 +msgid "Details" +msgstr "" + +#: seahub/templates/js/templates.html:1311 +msgid "Created library" +msgstr "" + +#: seahub/templates/js/templates.html:1315 +msgid "Deleted library" +msgstr "" + +#: seahub/templates/js/templates.html:1322 +#: seahub/templates/snippets/list_commit_detail.html:10 +msgid "Modification Details" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this library" +msgstr "" + +#: seahub/templates/js/templates.html:1338 +#: seahub/templates/snippets/search_form.html:7 +#: seahub/templates/snippets/search_form.html:13 +msgid "Search Files" +msgstr "" + +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/snippets/search_form.html:9 +msgid "advanced" +msgstr "" + +#: seahub/templates/js/templates.html:1358 +#: seahub/templates/js/templates.html:1375 seahub/templates/libraries.html:108 +msgid "No library is shared to this group" +msgstr "" + +#: seahub/templates/js/templates.html:1383 +msgid "owner" +msgstr "" + +#: seahub/templates/js/templates.html:1385 +msgid "admin" +msgstr "" + +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/view_file_base.html:125 +msgid "Reply" +msgstr "" + +#: seahub/templates/js/templates.html:1416 +#: seahub/templates/js/templates.html:1434 +msgid "Add Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1418 +#: seahub/templates/js/templates.html:1436 +msgid "Remove Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1423 +#: seahub/templates/js/templates.html:1441 +msgid "Import Members" +msgstr "" + +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1442 +msgid "Manage Members" +msgstr "" + +#: seahub/templates/js/templates.html:1427 +msgid "Dismiss" +msgstr "" + +#: seahub/templates/js/templates.html:1446 +msgid "Leave group" +msgstr "" + +#: seahub/templates/js/templates.html:1453 +msgid "Rename Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1462 +msgid "Transfer Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1470 +msgid "Import group members from a CSV file" +msgstr "" + +#: seahub/templates/js/templates.html:1472 +msgid "File format: user@mail.com" +msgstr "" + +#: seahub/templates/js/templates.html:1482 +#: seahub/templates/sysadmin/sys_inst_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:9 +msgid "Add" +msgstr "" + +#: seahub/templates/js/templates.html:1562 +msgid "Setting library history is disabled by Admin" +msgstr "" + +#: seahub/templates/js/templates.html:1567 +msgid "Keep full history" +msgstr "" + +#: seahub/templates/js/templates.html:1573 +msgid "Don't keep history" +msgstr "" + +#: seahub/templates/js/templates.html:1579 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/js/templates.html:1580 +msgid "days" +msgstr "" + +#: seahub/templates/js/templates.html:1597 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1972 +msgid "Download Links" +msgstr "" + +#: seahub/templates/js/templates.html:1600 +#: seahub/templates/js/templates.html:1940 +#: seahub/templates/js/templates.html:1976 +msgid "Upload Links" +msgstr "" + +#: seahub/templates/js/templates.html:1612 +#: seahub/templates/js/templates.html:1631 +msgid "Created By" +msgstr "" + +#: seahub/templates/js/templates.html:1614 +#: seahub/templates/js/templates.html:1633 +#: seahub/templates/js/templates.html:1952 +#: seahub/templates/js/templates.html:1987 +#: seahub/templates/sysadmin/userinfo.html:208 +msgid "Visits" +msgstr "" + +#: seahub/templates/js/templates.html:1648 +#: seahub/templates/sysadmin/userinfo.html:219 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/view_shared_dir.html:64 +msgid "Directory icon" +msgstr "" + +#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2028 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/sys_inst_admin.html:36 +#: seahub/templates/sysadmin/sys_publink_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:226 +#: seahub/templates/sysadmin/userinfo.html:235 +msgid "Remove" +msgstr "" + +#: seahub/templates/js/templates.html:1686 +#: seahub/templates/js/templates.html:1730 +msgid "Folder" +msgstr "" + +#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/templates.html:1716 +#: seahub/templates/js/templates.html:1743 +#: seahub/templates/js/templates.html:1762 +msgid "Select a folder" +msgstr "" + +#: seahub/templates/js/templates.html:1777 +msgid "Old Password" +msgstr "" + +#: seahub/templates/js/templates.html:1779 +#: seahub/templates/registration/password_change_form.html:18 +msgid "New Password" +msgstr "" + +#: seahub/templates/js/templates.html:1781 +msgid "New Password Again" +msgstr "" + +#: seahub/templates/js/templates.html:1810 +msgid "See All Notifications" +msgstr "" + +#: seahub/templates/js/templates.html:1862 +#: seahub/templates/js/templates.html:1917 +msgid "Share To" +msgstr "" + +#: seahub/templates/js/templates.html:1871 +msgid "You have not shared any library" +msgstr "" + +#: seahub/templates/js/templates.html:1872 +msgid "" +"You can share libraries to your friends and colleagues by clicking the share" +" icon of your own libraries in your home page or creating a new library in " +"groups you are in." +msgstr "" + +#: seahub/templates/js/templates.html:1885 +msgid "all members" +msgstr "" + +#: seahub/templates/js/templates.html:1926 +msgid "You have not shared any folder" +msgstr "" + +#: seahub/templates/js/templates.html:1927 +msgid "" +"You can share a single folder with a registered user if you don't want to " +"share a whole library." +msgstr "" + +#: seahub/templates/js/templates.html:1953 +#: seahub/templates/js/templates.html:2050 +msgid "Expiration" +msgstr "" + +#: seahub/templates/js/templates.html:1961 +msgid "You don't have any download link" +msgstr "" + +#: seahub/templates/js/templates.html:1962 +msgid "" +"You can generate a download link for a folder or a file. People receive this" +" link can view the folder or the file online." +msgstr "" + +#: seahub/templates/js/templates.html:1995 +msgid "You don't have any upload link" +msgstr "" + +#: seahub/templates/js/templates.html:1996 +msgid "" +"You can generate an upload link from any folder. People receive this link " +"can upload files to this folder." +msgstr "" + +#: seahub/templates/js/templates.html:2049 +msgid "Invite Time" +msgstr "" + +#: seahub/templates/js/templates.html:2051 +msgid "Accepted" +msgstr "" + +#: seahub/templates/js/templates.html:2059 +msgid "You have not invited any people." +msgstr "" + +#: seahub/templates/libraries.html:21 +msgid "You have not created any libraries" +msgstr "" + +#: seahub/templates/libraries.html:22 +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/libraries.html:35 +msgid "No library is shared to you personally" +msgstr "" + +#: seahub/templates/libraries.html:36 +msgid "" +"No library is shared to you personally. You can find more shared libraries " +"at \"Shared with groups\"." +msgstr "" + +#: seahub/templates/libraries.html:47 +msgid "Add Library" +msgstr "" + +#: seahub/templates/libraries.html:49 +msgid "Share existing libraries" +msgstr "" + +#: seahub/templates/libraries.html:50 +msgid "Create a new library" +msgstr "" + +#: seahub/templates/libraries.html:61 +msgid "No public library" +msgstr "" + +#: seahub/templates/libraries.html:62 +msgid "" +"You can create a public library by clicking \"New Library\" button, others " +"can view and download this library." +msgstr "" + +#: seahub/templates/libraries.html:70 +msgid "My Groups" +msgstr "" + +#: seahub/templates/libraries.html:78 +msgid "You are not in any group" +msgstr "" + +#: seahub/templates/libraries.html:80 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. You can create a group by clicking \"New Group\" button." +msgstr "" + +#: seahub/templates/libraries.html:82 +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/templates/libraries.html:109 +msgid "" +"You can share libraries by clicking the \"New Library\" button above or the " +"\"Share\" icon on your libraries list." +msgstr "" + +#: seahub/templates/libraries.html:110 +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/templates/libraries.html:143 +msgid "Discussions" +msgstr "" + +#: seahub/templates/libraries.html:147 +msgid "More..." +msgstr "" + +#: seahub/templates/libraries.html:149 +msgid "No discussion in this group yet." +msgstr "" + +#: seahub/templates/libraries.html:156 +msgid "Add a discussion..." +msgstr "" + +#: seahub/templates/libraries.html:171 +msgid "You don't have any starred files yet" +msgstr "" + +#: seahub/templates/libraries.html:172 +msgid "" +"You can star important files by clicking the \"Star\" button on file viewing" +" page, and they will be listed here." +msgstr "" + +#: seahub/templates/libraries.html:198 +msgid "You do not have connected devices" +msgstr "" + +#: seahub/templates/libraries.html:199 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "" + +#: seahub/templates/nav_footer.html:2 +msgid "Help" +msgstr "" + +#: seahub/templates/nav_footer.html:3 +msgid "About" +msgstr "" + +#: seahub/templates/nav_footer.html:4 +msgid "Clients" +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Server Version: " +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Seafile" +msgstr "" + +#: seahub/templates/nav_footer.html:9 +msgid "About Us" +msgstr "" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:46 +msgid "Sign Up" +msgstr "" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:8 +#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:25 +#: seahub/templates/sysadmin/user_batch_add_email.html:21 +msgid "Log In" +msgstr "" + +#: seahub/templates/registration/login.html:13 +msgid "(forgot password)" +msgstr "" + +#: seahub/templates/registration/login.html:16 +msgid "CAPTCHA" +msgstr "" + +#: seahub/templates/registration/login.html:18 +msgid "Not clear? Refresh it." +msgstr "" + +#: seahub/templates/registration/login.html:29 +msgid "Incorrect email or password" +msgstr "" + +#: seahub/templates/registration/login.html:37 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "" + +#: seahub/templates/registration/login.html:50 +#: seahub/templates/sysadmin/sudo_mode.html:20 +msgid "Shibboleth" +msgstr "" + +#: seahub/templates/registration/login.html:54 +msgid "Kerberos" +msgstr "" + +#: seahub/templates/registration/login.html:81 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "" + +#: seahub/templates/registration/login.html:88 +msgid "Email or username cannot be blank" +msgstr "" + +#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/password_change_form.html:66 +#: seahub/templates/registration/registration_form.html:88 +#: seahub/templates/sysadmin/sudo_mode.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:133 +#: seahub/templates/sysadmin/sys_useradmin.html:173 +msgid "Password cannot be blank" +msgstr "" + +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "" + +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "" + +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:11 +msgid "Password Modification" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:14 +msgid "Please update your password before continue." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:16 +msgid "Current Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:21 +#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:18 +#: seahub/templates/sysadmin/sys_org_admin.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:77 +#: seahub/templates/sysadmin/sys_useradmin.html:59 +msgid "Confirm Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:36 +#: seahub/templates/registration/registration_form.html:58 +#, python-format +msgid "" +"Passwords must have at least %(min_len)s characters and contain %(level)s of" +" the following: uppercase letters, lowercase letters, numbers, and symbols." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:62 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:70 +#: seahub/templates/registration/registration_form.html:92 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:142 +#: seahub/templates/sysadmin/sys_org_admin.html:94 +#: seahub/templates/sysadmin/sys_org_info_user.html:137 +#: seahub/templates/sysadmin/sys_useradmin.html:177 +msgid "Please enter the password again" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:74 +#: seahub/templates/registration/registration_form.html:96 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:146 +msgid "Passwords don't match" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:7 +#: seahub/templates/sysadmin/sys_org_info_user.html:205 +#: seahub/templates/sysadmin/useradmin_js.html:8 +msgid "Password Reset" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:11 +msgid "Reset Password" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:13 +msgid "New Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:16 +msgid "Confirm Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:26 +msgid "Failed to reset password: this link is no longer available." +msgstr "" + +#: seahub/templates/registration/password_reset_done.html:8 +msgid "We've sent a password reset email to your mailbox." +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:9 +msgid "Your email used in login: " +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:12 +msgid "We will send you an email to set new password" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "" + +#: seahub/templates/registration/registration_form.html:3 +msgid "Register" +msgstr "" + +#: seahub/templates/registration/registration_form.html:14 +msgid "Welcome back, you are already signed in." +msgstr "" + +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sys_org_info_user.html:129 +#: seahub/templates/sysadmin/sys_useradmin.html:169 +msgid "Email cannot be blank" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:13 +#, python-format +msgid "%(repo_dir_name)s Trash" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:45 +msgid "Delete Time" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:66 +msgid "Clear files in trash and history:" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:68 +msgid "3 days ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:69 +msgid "1 week ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:70 +msgid "1 month ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:169 +msgid "Successfully restored 1 item." +msgstr "" + +#: seahub/templates/repo_history.html:14 +#, python-format +msgid "%(repo_name)s Modification History" +msgstr "" + +#: seahub/templates/repo_history.html:23 +msgid "" +"Tip: a snapshot will be generated after modification, which records the " +"library state after the modification." +msgstr "" + +#: seahub/templates/repo_history.html:50 +msgid "None" +msgstr "" + +#: seahub/templates/repo_history.html:66 +msgid "Current Version" +msgstr "" + +#: seahub/templates/repo_history.html:68 +msgid "View Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:13 +#, python-format +msgid "%(repo_name)s Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:65 +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Directory" +msgstr "" + +#: seahub/templates/repo_history_view.html:89 +msgid "Restore Library" +msgstr "" + +#: seahub/templates/repo_history_view.html:90 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: seahub/templates/repo_history_view.html:114 +#, python-brace-format +msgid "Successfully restored {dirent_name}" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/directory." +msgstr "" + +#: seahub/templates/shared_file_view.html:12 +#: seahub/templates/view_shared_dir.html:12 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "" + +#: seahub/templates/shared_file_view.html:29 +#: seahub/templates/view_shared_dir.html:16 +msgid "Shared by: " +msgstr "" + +#: seahub/templates/shared_file_view.html:36 +msgid "Save to..." +msgstr "" + +#: seahub/templates/shared_file_view.html:48 +msgid "Save To:" +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "" + +#: seahub/templates/shibboleth/complete.html:8 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:40 +msgid " is not supported. Please choose an image file." +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:45 +msgid " is not supported. File extensions can only be " +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:52 +msgid " is too large. Allowed maximum size is 1MB." +msgstr "" + +#: seahub/templates/snippets/file_content_js.html:25 +#: seahub/templates/view_file_svg.html:7 +msgid "To view it online, you can use firefox, chrome or IE 9." +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:5 +#: seahub/templates/view_file_markdown.html:24 +#: seahub/templates/view_file_text.html:29 +msgid "Encoding:" +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:8 +#: seahub/templates/view_file_markdown.html:27 +#: seahub/templates/view_file_text.html:32 +msgid "auto detect" +msgstr "" + +#: seahub/templates/snippets/file_share_popup.html:3 +#, python-format +msgid "Share %(name)s" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:23 +msgid "New files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:24 +msgid "Deleted files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:25 +msgid "Renamed or Moved files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:26 +msgid "Modified files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:27 +msgid "New directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:28 +msgid "Deleted directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:38 +msgid "Unknown error." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:73 +#: seahub/templates/snippets/pdfjs_file_viewer.html:31 +msgid "" +"This file has more than 50 pages, and only the first 50 will be shown here." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:84 +#: seahub/templates/snippets/office_convert_js.html:105 +#: seahub/templates/snippets/spreadsheet_convert_js.html:37 +msgid "Document convertion failed." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:87 +msgid "Failed to load this page." +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/pdfjs_file_viewer.html:87 +msgid "" +"You can use IE 10 or other browsers, for example, Firefox, to view it " +"online." +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:38 +msgid "Description is required" +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:46 +#: seahub/templates/snippets/shared_link_js.html:134 +msgid "Please enter password" +msgstr "" + +#: seahub/templates/snippets/search_form.html:17 +#: seahub/templates/snippets/search_form.html:21 +#: seahub/templates/snippets/search_form.html:24 +msgid "In all libraries" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this wiki" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this library" +msgstr "" + +#: seahub/templates/snippets/search_form.html:22 +#, python-format +msgid "in %(name)s" +msgstr "" + +#: seahub/templates/snippets/search_form.html:30 +#: seahub/templates/snippets/search_form.html:33 +msgid "All file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:31 +#: seahub/templates/snippets/search_form.html:34 +msgid "Custom file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:45 +msgid "Text files" +msgstr "" + +#: seahub/templates/snippets/search_form.html:49 +msgid "Documents" +msgstr "" + +#: seahub/templates/snippets/search_form.html:53 +msgid "Images" +msgstr "" + +#: seahub/templates/snippets/search_form.html:57 +msgid "Video" +msgstr "" + +#: seahub/templates/snippets/search_form.html:61 +msgid "Audio" +msgstr "" + +#: seahub/templates/snippets/search_form.html:65 +msgid "pdf" +msgstr "" + +#: seahub/templates/snippets/search_form.html:69 +msgid "markdown" +msgstr "" + +#: seahub/templates/snippets/search_form.html:72 +msgid "Input file extensions here, separate with ','" +msgstr "" + +#: seahub/templates/snippets/search_form.html:73 +msgid "" +"Please select at least one file type or input at least one file extension" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:61 +msgid "Please input at least an email." +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:84 +#, python-brace-format +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:88 +#, python-brace-format +msgid "Failed to send to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:155 +msgid "Please enter days" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:161 +msgid "Please enter valid days" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:3 +msgid "Used:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:19 +msgid "Traffic this month:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:23 +msgid "Payment" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:5 +#: seahub/templates/sysadmin/sys_org_info_group.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:11 +#: seahub/views/sysadmin.py:1062 +msgid "Creator" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:7 +msgid "Created At / Expiration" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:3 +msgid "Transfer Library" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:4 +#, python-format +msgid "Transfer %(lib_name)s to:" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:18 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:19 +msgid "Please enter 1 or more character" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:20 +msgid "No matches" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:21 +msgid "Searching..." +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:22 +msgid "Loading failed" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:23 +msgid "You cannot select any more choices" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:47 +#: seahub/templates/sysadmin/sys_org_info_library.html:60 +msgid "Delete Library" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:58 +#: seahub/templates/sysadmin/sys_org_info_user.html:190 +msgid "Successfully deleted 1 item." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:11 +msgid "" +"Note: Settings via web interface are saved in database table (seahub-" +"db/constance_config). They have a higher priority over the settings in " +"config files." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:17 +msgid "" +"The URL of the server, like https://seafile.example.com or " +"http://192.168.1.2:8000" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:24 +msgid "" +"The internal URL for downloading/uploading files. Users will not be able to " +"download/upload files if this is not set correctly. If you config Seafile " +"behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " +"https://seafile.example.com/seafhttp ." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:33 +msgid "allow new registrations" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:34 +msgid "" +"Allow new user registrations. Uncheck this to prevent anyone from creating a" +" new account." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:39 +msgid "activate after registration" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:40 +msgid "" +"Activate user immediately after registration. If unchecked, an user need to " +"be activated by administrator or via activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:45 +msgid "send activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:46 +msgid "Send activation Email after user registration." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:51 +msgid "keep sign in" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:52 +msgid "Number of days that keep user sign in." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:57 +msgid "The maximum number of failed login attempts before showing CAPTCHA." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:62 +msgid "Freeze user account when failed login attempts exceed limit." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:72 +msgid "strong password" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:73 +msgid "Force user to use a strong password when sign up or change password." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:78 +msgid "force password change" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:79 +msgid "" +"Force user to change password when account is newly added or reset by admin" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:84 +msgid "password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:85 +msgid "The least number of characters an account password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:90 +msgid "password strength level" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:91 +msgid "" +"The level(1-4) of an account password's strength. For example, '3' means " +"password must have at least 3 of the following: num, upper letter, lower " +"letter and other symbols" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:98 +msgid "enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:99 +msgid "Enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:108 +msgid "library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:109 +msgid "Allow user to keep library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:114 +msgid "encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:115 +msgid "Allow user to create encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:120 +msgid "library password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:121 +msgid "" +"The least number of characters an encrypted library password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:128 +msgid "download/upload link password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:129 +msgid "" +"The least number of characters a download/upload link password should " +"include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:135 +msgid "" +"Allow user to add organization library. If unchecked, only system admin can " +"add library." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:140 +msgid "Sync" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:144 +msgid "" +"If turn on, the desktop clients will not be able to sync a folder outside " +"the default Seafile folder." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:197 +#: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 +#: seahub/views/sysadmin.py:1267 seahub/views/sysadmin.py:2041 +#: seahub/views/sysadmin.py:2083 seahub/views/sysadmin.py:2254 +msgid "Success" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:8 +msgid "Confirm password to continue" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:13 +msgid "Incorrect password" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Tip:" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:9 +msgid "All Institutions" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:17 +msgid "Add institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:60 +#: seahub/templates/sysadmin/sys_org_admin.html:78 +msgid "Name can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:66 +msgid "Delete Institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:8 +#: seahub/templates/sysadmin/sys_inst_info_user.html:8 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:19 +#: seahub/templates/sysadmin/sys_useradmin.html:19 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:19 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:18 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:19 +msgid "Admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:41 +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +#: seahub/templates/sysadmin/useradmin_js.html:13 +#: seahub/templates/sysadmin/useradmin_table.html:102 +msgid "Revoke Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:20 +#: seahub/templates/sysadmin/sys_org_info_base.html:20 +msgid "Number of members" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:29 +msgid "Set storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:31 +#: seahub/templates/sysadmin/sys_org_info_base.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:106 +msgid "Tip: 0 means default limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +msgid "Set Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_search_user.html:48 +#: seahub/templates/sysadmin/sys_org_search.html:19 +#: seahub/templates/sysadmin/user_search.html:23 +msgid "No result" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:7 +msgid "All Invitations" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:12 +msgid "Inviter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:13 +msgid "Accepter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:15 +msgid "Invited at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:16 +msgid "Accepted at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:40 +msgid "There is no invitation yet." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:19 +#: seahub/templates/sysadmin/sys_org_admin.html:23 +msgid "Add organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:27 +msgid "Url Prefix" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:30 +msgid "Owner can use admin panel in an organization, must be a new account." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:49 +msgid "None." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:82 +msgid "Url can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:86 +msgid "Owner can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:90 +msgid "Password can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:98 +#: seahub/templates/sysadmin/sys_org_info_user.html:141 +#: seahub/templates/sysadmin/sys_useradmin.html:181 +msgid "Passwords do not match" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:137 +msgid "Remove Trial" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:138 +#, python-format +msgid "Are you sure you want to remove trial for %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:16 +msgid "Back to organization list" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:22 +msgid "Number of groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:31 +msgid "Set org storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:35 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:91 +#: seahub/templates/sysadmin/useradmin_table.html:114 +#: seahub/templates/sysadmin/userinfo.html:105 +msgid "An integer that is greater than or equal to 0." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:34 +msgid "This organization doesn't have any groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:43 +#: seahub/templates/sysadmin/userinfo.html:432 +msgid "Delete Group" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +msgid "directory icon" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:50 +msgid "This organization doesn't have any libraries" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:16 +msgid "Rename Organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:18 +msgid "New Name" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:24 +msgid "Limit Organization User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:26 +msgid "Max User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:52 +#: seahub/views/sysadmin.py:1261 +msgid "Input should be a number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:55 +#: seahub/views/sysadmin.py:1271 +msgid "Input number should be greater than 0" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:13 +#: seahub/templates/sysadmin/sys_org_info_user.html:64 +#: seahub/templates/sysadmin/sys_useradmin.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:37 +msgid "Add user" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:52 +#: seahub/templates/sysadmin/useradmin_table.html:99 +msgid "ResetPwd" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:68 +#: seahub/templates/sysadmin/sys_useradmin.html:41 +msgid "Name(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:101 +#: seahub/templates/sysadmin/sys_org_info_user.html:115 +#: seahub/templates/sysadmin/sys_useradmin.html:140 +#: seahub/templates/sysadmin/sys_useradmin.html:153 +msgid "Hide" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:206 +#: seahub/templates/sysadmin/useradmin_js.html:9 +#, python-format +msgid "Are you sure you want to reset the password of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_search.html:9 +msgid "Tip: you can search by keyword in name or creator or both." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:13 +msgid "Quota can not be empty" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:7 +msgid "All Public Links" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:15 +msgid "Count" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:18 +#: seahub/templates/sysadmin/sys_terms_admin.html:61 +msgid "Text" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:19 +msgid "Created" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:20 +#: seahub/templates/sysadmin/sys_terms_admin.html:64 +msgid "Activated" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:52 +msgid "Add Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:58 +msgid "Version Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:66 +msgid "On" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:68 +msgid "Off" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:131 +msgid "Update Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:8 +msgid "User Traffic" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Month:" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:18 +msgid "Total Usage" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:16 +#: seahub/templates/sysadmin/sys_useradmin.html:14 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:14 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:15 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:14 +msgid "Database" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:17 +#: seahub/templates/sysadmin/sys_useradmin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:16 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:16 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:16 +msgid "LDAP" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:18 +#: seahub/templates/sysadmin/sys_useradmin.html:17 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:17 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:17 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:31 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:26 +#: seahub/templates/sysadmin/user_search.html:16 +msgid "Set quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:32 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 +#: seahub/templates/sysadmin/user_search.html:17 +msgid "Delete users" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 +#: seahub/templates/sysadmin/useradmin_table.html:13 +#: seahub/templates/sysadmin/userinfo.html:73 +msgid "Space Used / Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:38 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "Last Login" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:73 +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/userinfo.html:83 +msgid "Edit Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:99 +msgid "No LDAP users have been imported" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:26 +msgid "Import users" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:43 +msgid "Department(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:47 +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:66 +msgid "Import users from a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:69 +msgid "File format: user@mail.com,password,name,department,role,quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:70 +msgid "Name, department, role and quota are optional." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:72 +msgid "Please choose a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:97 +#, python-format +msgid "A new server version %(v)s is available." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:23 +msgid "Add admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:32 +msgid "Add admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:35 +msgid "Enter" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:38 +msgid "emails, separated by ','" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:39 +msgid "Tip: the emails should be the users already added." +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:8 +msgid "Virus Scan Records" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:13 +msgid "Virus File" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:25 +msgid "Handled" +msgstr "" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:15 +#: seahub/templates/sysadmin/user_batch_add_email.html:12 +#, python-format +msgid "%(escaped_nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Here is your account information:" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:21 +#: seahub/templates/sysadmin/user_batch_add_email.html:17 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:22 +#: seahub/templates/sysadmin/user_batch_add_email.html:18 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:14 +#, python-format +msgid "Are you sure you want to revoke the admin permission of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:123 +msgid "Are you sure you want to delete the selected user(s) ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:150 +#, python-brace-format +msgid "Successfully deleted {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:233 +#, python-brace-format +msgid "Successfully set quota for {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:259 +#, python-brace-format +msgid "Successfully set quota for {user}." +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:40 +msgid "Organization" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:88 +msgid "Set user name" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:95 +msgid "Set user department" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:168 +msgid "Share From" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:195 +msgid "This user has no shared libraries" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:243 +msgid "This user has not created any shared links" +msgstr "" + +#: seahub/templates/termsandconditions/tc_accept_terms.html:10 +msgid "Accept" +msgstr "" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "" + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "" + +#: seahub/templates/user_404.html:6 +msgid "Sorry, this user is not registered yet." +msgstr "" + +#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "updated this file" +msgstr "" + +#: seahub/templates/view_file_base.html:69 +msgid "Comment" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "Back to top" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:98 +msgid "Comments" +msgstr "" + +#: seahub/templates/view_file_base.html:103 +msgid "No comment yet." +msgstr "" + +#: seahub/templates/view_file_base.html:110 +msgid "Add a comment..." +msgstr "" + +#: seahub/templates/view_file_image.html:14 +msgid "you can also press ← " +msgstr "" + +#: seahub/templates/view_file_image.html:17 +msgid "you can also press → " +msgstr "" + +#: seahub/templates/view_shared_dir.html:45 +msgid "ZIP" +msgstr "" + +#: seahub/templates/view_shared_dir.html:175 +msgid "Close (Esc)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:176 +msgid "Loading..." +msgstr "" + +#: seahub/templates/view_shared_dir.html:179 +msgid "Previous (Left arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:180 +msgid "Next (Right arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:181 +#, python-format +msgid "%%curr%% of %%total%%" +msgstr "" + +#: seahub/templates/view_shared_dir.html:187 +msgid "Open in New Tab" +msgstr "" + +#: seahub/templates/view_shared_dir.html:190 +#, python-format +msgid "The image could not be loaded." +msgstr "" + +#: seahub/templates/view_shared_dir.html:209 +msgid "Packaging..." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:8 +#, python-format +msgid "Upload files to %(dir_name)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:9 +msgid "shared by:" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:11 +msgid "The owner of this library has run out of space." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:18 +#: seahub/templates/view_shared_upload_link.html:63 +msgid "Add Files" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:24 +msgid "Add folder" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:34 +msgid "" +"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE " +"10.0+" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:36 +msgid "Folder Drag & Drop is supported for Chrome" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:39 +#, python-format +msgid "File size should be smaller than %(max_file_size)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:74 +msgid "File is too big" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:75 +msgid "File is too small" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:76 +msgid "Filetype not allowed" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:77 +msgid "Max number of files exceeded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:78 +msgid "Uploaded bytes exceed file size" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:79 +msgid "Empty file upload result" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:82 +msgid "uploaded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:83 +msgid "canceled" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:84 +msgid "Start" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:190 +msgid "Failed to get upload url" +msgstr "" + +#: seahub/templates/view_trash_file.html:6 +msgid "Current Path: " +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:34 +msgid "You do not have personal wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:44 +msgid "personal-wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:46 +msgid "Personal Wiki Pages" +msgstr "" + +#: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 +msgid "Invalid arguments." +msgstr "" + +#: seahub/thumbnail/views.py:63 seahub/thumbnail/views.py:183 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/thumbnail/views.py:152 +msgid "Invalid token." +msgstr "" + +#: seahub/utils/__init__.py:128 +msgid "permission error" +msgstr "" + +#: seahub/views/__init__.py:423 seahub/views/__init__.py:439 +msgid "Unable to view recycle page" +msgstr "" + +#: seahub/views/__init__.py:507 +msgid "Unable to view library modification" +msgstr "" + +#: seahub/views/__init__.py:574 seahub/views/__init__.py:615 +#: seahub/views/__init__.py:831 seahub/views/__init__.py:959 +#: seahub/views/file.py:1575 seahub/views/sysadmin.py:1552 +msgid "Library does not exist" +msgstr "" + +#: seahub/views/__init__.py:607 +msgid "Please specify history ID" +msgstr "" + +#: seahub/views/__init__.py:613 seahub/views/file.py:1116 +msgid "Invalid arguments" +msgstr "" + +#: seahub/views/__init__.py:617 +msgid "History you specified does not exist" +msgstr "" + +#: seahub/views/__init__.py:619 +msgid "Unknown error" +msgstr "" + +#: seahub/views/__init__.py:847 +msgid "No revisions found" +msgstr "" + +#: seahub/views/__init__.py:966 seahub/views/repo.py:196 +#, python-format +msgid "\"%s\" does not exist." +msgstr "" + +#: seahub/views/__init__.py:984 seahub/views/file.py:1084 +msgid "Internal Error" +msgstr "" + +#: seahub/views/__init__.py:987 +#, python-format +msgid "Unable to download directory \"%s\": size is too large." +msgstr "" + +#: seahub/views/__init__.py:1003 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "" + +#: seahub/views/__init__.py:1095 +msgid "Successfully enable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/__init__.py:1100 +msgid "Successfully disable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/ajax.py:81 +msgid "You don't have permission to access the library." +msgstr "" + +#: seahub/views/ajax.py:89 +msgid "No path." +msgstr "" + +#: seahub/views/ajax.py:154 +msgid "The group doesn't exist" +msgstr "" + +#: seahub/views/ajax.py:226 seahub/views/ajax.py:758 seahub/views/ajax.py:1114 +msgid "Library is encrypted." +msgstr "" + +#: seahub/views/ajax.py:232 seahub/views/ajax.py:764 +msgid "Error: no head commit id" +msgstr "" + +#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +msgid "Argument missing." +msgstr "" + +#: seahub/views/ajax.py:485 +#, python-format +msgid "Internal error. Failed to delete %s." +msgstr "" + +#: seahub/views/ajax.py:563 +#, python-format +msgid "Destination path is too long for %s." +msgstr "" + +#: seahub/views/ajax.py:622 +msgid "Out of quota." +msgstr "" + +#: seahub/views/ajax.py:696 +msgid "You do not have permission to copy files/folders in this directory" +msgstr "" + +#: seahub/views/ajax.py:703 +#, python-format +msgid "Can not copy directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/views/ajax.py:799 +msgid "Failed to get file block list" +msgstr "" + +#: seahub/views/ajax.py:837 +msgid "Wrong repo id" +msgstr "" + +#: seahub/views/ajax.py:846 seahub/views/file.py:393 seahub/views/file.py:815 +#: seahub/views/file.py:988 seahub/views/file.py:1584 +msgid "File does not exist" +msgstr "" + +#: seahub/views/ajax.py:1056 +msgid "Bad upload link token." +msgstr "" + +#: seahub/views/ajax.py:1062 +msgid "Bad repo id in upload link." +msgstr "" + +#: seahub/views/ajax.py:1136 +msgid "No conflict in the merge." +msgstr "" + +#: seahub/views/ajax.py:1211 +msgid "Failed, file is too large" +msgstr "" + +#: seahub/views/file.py:152 +msgid "HTTPError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:156 +msgid "URLError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:163 seahub/views/file.py:1134 +msgid "The encoding you chose is not proper." +msgstr "" + +#: seahub/views/file.py:180 seahub/views/file.py:183 +msgid "Unknown file encoding" +msgstr "" + +#: seahub/views/file.py:303 seahub/views/file.py:312 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "" + +#: seahub/views/file.py:327 +msgid "The library is encrypted, can not open file online." +msgstr "" + +#: seahub/views/file.py:405 seahub/views/file.py:700 seahub/views/file.py:715 +#: seahub/views/file.py:733 +msgid "Unable to view file" +msgstr "" + +#: seahub/views/file.py:760 +msgid "Unable to download file, invalid file path" +msgstr "" + +#: seahub/views/file.py:769 +msgid "Unable to download file, wrong file path" +msgstr "" + +#: seahub/views/file.py:774 +msgid "Unable to download file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:837 +msgid "Unable to view raw file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:1106 +msgid "The library does not exist." +msgstr "" + +#: seahub/views/file.py:1110 +msgid "The library is encrypted." +msgstr "" + +#: seahub/views/file.py:1191 +msgid "Unable to edit file" +msgstr "" + +#: seahub/views/file.py:1197 +msgid "The file does not exist." +msgstr "" + +#: seahub/views/file.py:1226 +msgid "Edit online is not offered for this type of file." +msgstr "" + +#: seahub/views/file.py:1336 +msgid "Unable to download file" +msgstr "" + +#: seahub/views/sysadmin.py:270 seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:1059 seahub/views/sysadmin.py:1071 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Usage" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Quota" +msgstr "" + +#: seahub/views/sysadmin.py:665 seahub/views/sysadmin.py:691 +msgid "Failed to set quota: internal server error" +msgstr "" + +#: seahub/views/sysadmin.py:710 +msgid "Failed to delete: the user is an organization creator" +msgstr "" + +#: seahub/views/sysadmin.py:744 +#, python-format +msgid "Successfully remove trial for: %s" +msgstr "" + +#: seahub/views/sysadmin.py:773 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "" + +#: seahub/views/sysadmin.py:775 +msgid "Failed to revoke admin: the user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:822 +#, python-format +msgid "Your account on %s is activated" +msgstr "" + +#: seahub/views/sysadmin.py:905 +#, python-format +msgid "Password has been reset on %s" +msgstr "" + +#: seahub/views/sysadmin.py:931 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:936 +#, 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:940 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:943 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "" + +#: seahub/views/sysadmin.py:946 +msgid "Failed to reset password: user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:962 seahub/views/sysadmin.py:1877 +#, python-format +msgid "You are invited to join %s" +msgstr "" + +#: seahub/views/sysadmin.py:995 +#, python-format +msgid "Fail to add user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1020 seahub/views/sysadmin.py:1033 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "" + +#: seahub/views/sysadmin.py:1023 seahub/views/sysadmin.py:1036 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "" + +#: seahub/views/sysadmin.py:1025 seahub/views/sysadmin.py:1038 +#, python-format +msgid "Successfully added user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1040 +#, 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:1213 +msgid "Failed to rename organization" +msgstr "" + +#: seahub/views/sysadmin.py:1243 seahub/views/sysadmin.py:1658 +#: seahub/views/sysadmin.py:1754 +msgid "Successfully deleted." +msgstr "" + +#: seahub/views/sysadmin.py:1547 +msgid "Failed to transfer, invalid arguments." +msgstr "" + +#: seahub/views/sysadmin.py:1558 +#, python-format +msgid "Failed to transfer, user %s not found" +msgstr "" + +#: seahub/views/sysadmin.py:1564 +msgid "Can not transfer organization library" +msgstr "" + +#: seahub/views/sysadmin.py:1568 +#, python-format +msgid "Can not transfer library to organization user %s" +msgstr "" + +#: seahub/views/sysadmin.py:1621 +msgid "Successfully transfered." +msgstr "" + +#: seahub/views/sysadmin.py:1757 +msgid "Failed to delete, please try again later." +msgstr "" + +#: seahub/views/sysadmin.py:1788 +#, python-format +msgid "Successfully set %s as admin." +msgstr "" + +#: seahub/views/sysadmin.py:1790 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "" + +#: seahub/views/sysadmin.py:1891 +msgid "Import succeeded" +msgstr "" + +#: seahub/views/sysadmin.py:1893 +msgid "Please select a csv file first." +msgstr "" + +#: seahub/views/sysadmin.py:1957 +msgid "Invalid setting" +msgstr "" + +#: seahub/views/sysadmin.py:1964 seahub/views/sysadmin.py:1968 +#: seahub/views/sysadmin.py:1973 +msgid "Invalid value" +msgstr "" + +#: seahub/views/sysadmin.py:2367 +msgid "Successfully deleted 1 item" +msgstr "" + +#: seahub/views/wiki.py:162 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/cs/LC_MESSAGES/djangojs.po b/locale/cs/LC_MESSAGES/djangojs.po index adc7fce2ec..c00b9a35aa 100644 --- a/locale/cs/LC_MESSAGES/djangojs.po +++ b/locale/cs/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Czech (http://www.transifex.com/haiwen/seahub/language/cs/)\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Právě teď" @@ -31,32 +31,39 @@ msgstr "Právě teď" msgid "Name is required" msgstr "Jméno je povinné." -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Prosím vložte heslo." -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Prosím vložte znovu heslo." -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Heslo je příliš krátké." -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Hesla se neshodují." -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Šifrovaná knihovna" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Čtení / zápis do knihovny" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Knihovna pouze pro čtení." @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "Pouze zápis" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "Smazané adresáře" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "Smazané adresáře" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "Chyba. Prosím zkontrolujte připojení" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Odpojit zařízení" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Opravdu chcete odpojit toto zařízení?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Smazat soubory z tohoto zařízení, až se příště připojí." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Úspěšně odpojeno %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Přesunout {placeholder} do:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Zkopírovat {placeholder} do:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Přesouvám %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopíruji %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Ukládání..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Chyba." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Zrušeno." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Neplatná cesta umístění" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Úspěšně přesunuto %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Úspěšně zkopírováno %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Přejmenovat adresář" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Přejmenovat soubor" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Změnit heslo knihovny {placeholder}" @@ -273,17 +295,17 @@ msgstr "Prosím vložte znovu nové heslo." msgid "New passwords don't match" msgstr "Hesla se neshodují." -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Heslo knihovny bylo úspěšně změněno." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "Oprávnění adresáře {placeholder} " -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "Oprávnění adresáře {placeholder} " msgid "Search user or enter email and press Enter" msgstr "Vyberte uživatele nebo vložte email a stiskněte Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Můžete vybrat pouze 1 položku" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Vyberte skupinu" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Můžete vybrat pouze 1 položku" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "Vyberte skupinu" msgid "Permission error" msgstr "Problém s oprávněním" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Prosím klikněte a vyberte adresář." @@ -344,167 +368,180 @@ msgstr "Nastavení historie {placeholder}" msgid "Successfully set library history." msgstr "Nastavení historie knihovny bylo úspěšné." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "Odkazy pro sdílení {placeholder}" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Zavřít (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Načítání..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Předchozí (šipka vlevo)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Další (šipka vpravo)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% z %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Otevřít na nové záložce" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Obrázek nejde načíst." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -538,14 +575,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -585,36 +624,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -622,13 +661,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -707,45 +759,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,38 +806,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -815,10 +920,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/cs_CZ/LC_MESSAGES/djangojs.po b/locale/cs_CZ/LC_MESSAGES/djangojs.po index 1aa9206b88..709eadcc85 100644 --- a/locale/cs_CZ/LC_MESSAGES/djangojs.po +++ b/locale/cs_CZ/LC_MESSAGES/djangojs.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Czech (Czech Republic) (http://www.transifex.com/haiwen/seahub/language/cs_CZ/)\n" "MIME-Version: 1.0\n" @@ -20,12 +20,12 @@ msgstr "" "Language: cs_CZ\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Právě teď" @@ -33,32 +33,39 @@ msgstr "Právě teď" msgid "Name is required" msgstr "Vyžadováno jméno" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Zadejte prosím heslo" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Zadejte prosím heslo znovu" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Heslo je příliž krátké" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Hesla se neshodují" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -73,32 +80,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -129,25 +135,23 @@ msgid "Deleted directories" msgstr "Smazané adresáře" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -155,10 +159,13 @@ msgstr "Smazané adresáře" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -184,73 +191,88 @@ msgid "Failed. Please check the network." msgstr "Chyba. Prosím zkontrolujte síť." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Přesun {placeholder} do:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Kopírovat {placeholder} do:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Přesunování %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopírování %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Ukládám..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Chyba." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Zrušeno." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Neplatná cílová cesta" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Vyžadováno." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -275,17 +297,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -293,30 +315,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -334,7 +358,7 @@ msgstr "" msgid "Permission error" msgstr "Chyba oprávnění" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -346,167 +370,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Zavřít (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Nahrávám..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Předchozí (šipkou vlevo)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Následující (šipkou vpravo)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% z %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Otebřít na nové kartě" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Obrázek nejde načíst." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Heslo je vyžadováno." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Vyžadováno." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Pouze rozšíření, prosím zadejte jméno." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Zpracovávám..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Úspěšně smazán %(name)s." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Úspěšně smazáno %(name)s a 1 další položka." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Úspěšně smazáno %(name)s a %(amount)s dalších položek." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Smazání selhalo: %(name)." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Smazání selhalo: %(name)s a 1 dalších položek." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Smazání selhalo %(name)s a %(amount)s dalších položek." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Vymazat položky" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Opravdu chcete smazat tyto položky?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Přesunout označenou položku(ky) do:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Zkopírovat označenou položku(ky) do:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Úspěšně přesunut %(name)s." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Úspěšně přesunut %(name)s a 1 další položka." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Úspěšně přesunut %(name)s a %(amount)s dalších položek." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Úspěšně zkopírován %(name)s." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Úspěšně zkopírován %(name)s a 1 další položka." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Úspěšně zkopírován %(name)s a %(amount)s dalších položek." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Interní chyba. Chyba při přesunu %(name)s a %(amount)s další položka(y)." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Interní chyba. Chyba při přesunu %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Interní chyba. Chyba při kopírování %(name)s a %(amount)s další položka(y)." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Interní chyba. Chyba při kopírování %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Přesun souboru %(index)s z %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopírování souboru %(index)s ze %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Chyba při přesunu %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Chyba při kopírování %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "uzamčeno {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Úspěšně smazán %(name)s" @@ -540,14 +577,16 @@ msgstr "Prázdný výsledek nahrávání souboru" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Chyba" @@ -587,36 +626,36 @@ msgstr "Nahrávání souboru zrušeno" msgid "File Upload failed" msgstr "Nahrávání souboru selhalo" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Chyba při získávání url nahrávání" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Chyba při získávání url aktualizace" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Přepsat soubor {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Soubor je uzamčen" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Nastavení {placeholder}'s oprávnění" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Vyberte skupiny" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Editace selhala." -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Smazání selhalo" @@ -624,13 +663,13 @@ msgstr "Smazání selhalo" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -675,13 +714,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -689,17 +741,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -709,45 +761,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Sdílení {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Vypršený" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Skrýt" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Zobraz" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Prosím zadejte dnů." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Prosím zadejte platné dny" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Prosím zadejte nejméně email." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Úspěšně nahráno do {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Chyba při odesílání do {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -756,38 +808,91 @@ msgstr "Chyba při odesílání do {placeholder}" msgid "Success" msgstr "Dokončeno" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Úspěšně zrušen příznak {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Zadejte prosím 1 a více znaků" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Žádné shody" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Vyhledávám..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Nahrávání selhalo" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -817,10 +922,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/da_DK/LC_MESSAGES/djangojs.po b/locale/da_DK/LC_MESSAGES/djangojs.po index c2d95c7460..c4e18b6f4b 100644 --- a/locale/da_DK/LC_MESSAGES/djangojs.po +++ b/locale/da_DK/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Danish (Denmark) (http://www.transifex.com/haiwen/seahub/language/da_DK/)\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ msgstr "" "Language: da_DK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Lige nu" @@ -31,32 +31,39 @@ msgstr "Lige nu" msgid "Name is required" msgstr "Navn er nødvendigt" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Indtast venligst kodeord" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Indtast venligst kodeordet igen" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Kodeord er for kort" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Kodeordene er ikke ens" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "Fejl. Tjek venligst netværksforbindelse." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Dette er nødvendigt" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -273,17 +295,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -344,167 +368,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Luk (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Henter..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Forrige (Venstre piletast)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Næste (Højre piletast)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% af %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Åben i ny fane" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Billedet kunne ikke hentes" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Kodeord er nødvendigt" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Dette er nødvendigt" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Arbejder..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Slettet med success %(name)s." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Slettet med success %(name)s og 1 andet object." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Slette med success %(name)s og %(amount)s andre objekter." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -538,14 +575,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -585,36 +624,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -622,13 +661,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -707,45 +759,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,38 +806,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -815,10 +920,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/de/LC_MESSAGES/django.po b/locale/de/LC_MESSAGES/django.po index 23a882840f..6f69ebee44 100644 --- a/locale/de/LC_MESSAGES/django.po +++ b/locale/de/LC_MESSAGES/django.po @@ -65,8 +65,8 @@ msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 16:23+0800\n" -"PO-Revision-Date: 2017-04-28 08:23+0000\n" -"Last-Translator: zheng xie \n" +"PO-Revision-Date: 2017-04-28 14:41+0000\n" +"Last-Translator: Andreas Vollmer | HU Berlin \n" "Language-Team: German (http://www.transifex.com/haiwen/seahub/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -4280,7 +4280,7 @@ msgstr "Aktionen" #: seahub/templates/js/templates.html:1225 #: seahub/templates/js/templates.html:1245 msgid "Sort:" -msgstr "" +msgstr "Sortieren:" #: seahub/templates/js/templates.html:314 #: seahub/templates/js/templates.html:1227 @@ -5518,7 +5518,7 @@ msgstr "Hinweis: Einstellungen per Weboberfläche werden in einer Datenbanktabel msgid "" "The URL of the server, like https://seafile.example.com or " "http://192.168.1.2:8000" -msgstr "" +msgstr "URL des Servers, z.B. https://seafile.example.com oder http://192.168.1.2:8000" #: seahub/templates/sysadmin/settings.html:24 msgid "" @@ -5526,146 +5526,146 @@ msgid "" "download/upload files if this is not set correctly. If you config Seafile " "behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " "https://seafile.example.com/seafhttp ." -msgstr "" +msgstr "Interne URL für das Hoch- und Herunterladen von Dateien. Die URL muss korrekt sein, sonst können Nutzerinnen und Nutzer keine Dateien hoch- oder herunterladen. Wenn Sie Seafile hinter Nginx/Apache konfigurieren, sollte es nach diesem Muster sein: SERVICE_URL/seafhttp, z.B. https://seafile.example.com/seafhttp" #: seahub/templates/sysadmin/settings.html:33 msgid "allow new registrations" -msgstr "" +msgstr "Neue Registrierungen zulassen" #: seahub/templates/sysadmin/settings.html:34 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a" " new account." -msgstr "" +msgstr "Neue Registrierungen zulassen. Entfernen Sie den Haken, um zu vermeiden, dass sich jemand ein neues Benutzerkonto anlegt." #: seahub/templates/sysadmin/settings.html:39 msgid "activate after registration" -msgstr "" +msgstr "Nach der Registrierung aktivieren" #: seahub/templates/sysadmin/settings.html:40 msgid "" "Activate user immediately after registration. If unchecked, an user need to " "be activated by administrator or via activation email" -msgstr "" +msgstr "Benutzerkonten sofort nach einer Registrierung aktivieren. Wenn kein Haken gesetzt ist, müssen neuen Benutzer/innen von der Administration oder per Bestätigungs-E-Mail aktiviert werden." #: seahub/templates/sysadmin/settings.html:45 msgid "send activation email" -msgstr "" +msgstr "Bestätigungs-E-Mail schicken" #: seahub/templates/sysadmin/settings.html:46 msgid "Send activation Email after user registration." -msgstr "" +msgstr "Bestätigungs-E-Mail an neue Nutzer/innen nach Registrierung schicken." #: seahub/templates/sysadmin/settings.html:51 msgid "keep sign in" -msgstr "" +msgstr "Angemeldet bleiben" #: seahub/templates/sysadmin/settings.html:52 msgid "Number of days that keep user sign in." -msgstr "" +msgstr "Anzahl der Tage, in denen man angemeldet bleibt." #: seahub/templates/sysadmin/settings.html:57 msgid "The maximum number of failed login attempts before showing CAPTCHA." -msgstr "" +msgstr "Grenzwert von fehlgeschlagenen Anmeldeversuchen, nach dem ein CAPTCHA angezeigt wird." #: seahub/templates/sysadmin/settings.html:62 msgid "Freeze user account when failed login attempts exceed limit." -msgstr "" +msgstr "Benutzerkonto sperren, wenn die Anmeldeversuche das Limit überschreiten" #: seahub/templates/sysadmin/settings.html:72 msgid "strong password" -msgstr "" +msgstr "Starkes Passwort" #: seahub/templates/sysadmin/settings.html:73 msgid "Force user to use a strong password when sign up or change password." -msgstr "" +msgstr "Starke Passwörter bei Registrierung oder Änderung verlangen." #: seahub/templates/sysadmin/settings.html:78 msgid "force password change" -msgstr "" +msgstr "Passwortänderung erzwingen" #: seahub/templates/sysadmin/settings.html:79 msgid "" "Force user to change password when account is newly added or reset by admin" -msgstr "" +msgstr "Passwortänderung erzwingen, wenn ein Benutzerkonto von der Administration erzeugt oder zurückgesetzt wurde" #: seahub/templates/sysadmin/settings.html:84 msgid "password minimum length" -msgstr "" +msgstr "Mindestlänge von Passwörtern" #: seahub/templates/sysadmin/settings.html:85 msgid "The least number of characters an account password should include." -msgstr "" +msgstr "Mindestzahl von Zeichen für Passwörter von Benutzerkonten " #: seahub/templates/sysadmin/settings.html:90 msgid "password strength level" -msgstr "" +msgstr "Niveau der Passwortstärke" #: seahub/templates/sysadmin/settings.html:91 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" -msgstr "" +msgstr "Das Niveau (1-4) der Stärke eines Passworts. '3' zum Beispiel bedeutet, mindestens 3 der folgenden Eigenschaften: Zahl, Großschreibung, Kleinschreibung, Sonderzeichen" #: seahub/templates/sysadmin/settings.html:98 msgid "enable two factor authentication" -msgstr "" +msgstr "Zwei-Faktor-Authentifizierung aktivieren" #: seahub/templates/sysadmin/settings.html:99 msgid "Enable two factor authentication" -msgstr "" +msgstr "Zwei-Faktor-Authentifizierung aktivieren" #: seahub/templates/sysadmin/settings.html:108 msgid "library history" -msgstr "" +msgstr "Versionen einer Bibliothek" #: seahub/templates/sysadmin/settings.html:109 msgid "Allow user to keep library history" -msgstr "" +msgstr "Benutzer/innen dürfen eine Versionsgeschichte ihrer Bibliotheken behalten" #: seahub/templates/sysadmin/settings.html:114 msgid "encrypted library" -msgstr "" +msgstr "Verschlüsselte Bibliothek" #: seahub/templates/sysadmin/settings.html:115 msgid "Allow user to create encrypted library" -msgstr "" +msgstr "Benutzer/innen dürfen Bibliotheken verschlüsseln" #: seahub/templates/sysadmin/settings.html:120 msgid "library password minimum length" -msgstr "" +msgstr "Mindestlänge von Passwörtern für Bibliotheken" #: seahub/templates/sysadmin/settings.html:121 msgid "" "The least number of characters an encrypted library password should include." -msgstr "" +msgstr "Mindestzahl von Zeichen für Passwörter von verschlüsselten Bibliotheken" #: seahub/templates/sysadmin/settings.html:128 msgid "download/upload link password minimum length" -msgstr "" +msgstr "Mindestlänge von Passwörtern für Upload- und Download-Links" #: seahub/templates/sysadmin/settings.html:129 msgid "" "The least number of characters a download/upload link password should " "include." -msgstr "" +msgstr "Mindestzahl von Zeichen für Upload- und Download-Links " #: seahub/templates/sysadmin/settings.html:135 msgid "" "Allow user to add organization library. If unchecked, only system admin can " "add library." -msgstr "" +msgstr "Benutzer/innen dürfen eine Bibliothek für die Organisation anlegen. Wenn der Haken entfernt wird, kann nur die Administration entsprechende Bibliotheken hinzufügen." #: seahub/templates/sysadmin/settings.html:140 msgid "Sync" -msgstr "" +msgstr "Synchronisieren" #: seahub/templates/sysadmin/settings.html:144 msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." -msgstr "" +msgstr "Wenn aktiviert, können die Desktop-Programme nur Ordner innerhalb des Seafile-Standardordners synchronisieren." #: seahub/templates/sysadmin/settings.html:197 #: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 @@ -5734,7 +5734,7 @@ msgstr "Anzahl der Mitglieder" #: seahub/templates/sysadmin/sys_inst_info_base.html:29 msgid "Set storage limit" -msgstr "" +msgstr "Speicherlimit einstellen" #: seahub/templates/sysadmin/sys_inst_info_base.html:31 #: seahub/templates/sysadmin/sys_org_info_base.html:36 diff --git a/locale/de/LC_MESSAGES/djangojs.po b/locale/de/LC_MESSAGES/djangojs.po index 1c58c302c8..431ac2e809 100644 --- a/locale/de/LC_MESSAGES/djangojs.po +++ b/locale/de/LC_MESSAGES/djangojs.po @@ -9,6 +9,7 @@ # Marcus Müller , 2015-2016 # Leo k , 2017 # Daniel Pan , 2015 +# Moritz Schlarb , 2017 # pieceofsoul , 2015 # siljaj , 2015 # Sven Höper , 2016 @@ -16,9 +17,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" -"Last-Translator: zheng xie \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 09:00+0000\n" +"Last-Translator: Andreas Vollmer | HU Berlin \n" "Language-Team: German (http://www.transifex.com/haiwen/seahub/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,12 +27,12 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Gerade eben" @@ -39,32 +40,39 @@ msgstr "Gerade eben" msgid "Name is required" msgstr "Name erforderlich" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "Name darf keinen Schrägstrich enthalten" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Bitte geben Sie ein Passwort ein" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Bitte geben Sie das Passwort erneut ein" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Passwort ist zu kurz" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Passwörter stimmen nicht überein" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Verschlüsselte Bibliothek" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Bibliothek zum Lesen + Schreiben" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Bibliothek nur zum Lesen" @@ -79,32 +87,31 @@ msgid "Read-Only" msgstr "Nur Lesen" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -135,25 +142,23 @@ msgid "Deleted directories" msgstr "Gelöschte Ordner" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -161,10 +166,13 @@ msgstr "Gelöschte Ordner" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -190,73 +198,88 @@ msgid "Failed. Please check the network." msgstr "Fehlgeschlagen. Bitte überprüfen Sie die Netzwerkverbindung." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Verbindung zum Gerät trennen" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Möchten Sie die Verbindung zu diesem Gerät wirklich trennen?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Lösche Dateien von diesem Gerät, sobald es das nächste Mal online ist." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "%(name)s wurde erfolgreich getrennt" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "{placeholder} verschieben nach:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "{placeholder} kopieren nach:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Verschiebe %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopiere %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Speichere ..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Fehlgeschlagen." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Abgebrochen." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Ungültiger Zielpfad" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "%(name)s ist verschoben" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "%(name)s ist kopiert" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Ordner umbenennen" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Datei umbenennen" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Erforderlich" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Passwort der Bibliothek ändern {placeholder}" @@ -281,17 +304,17 @@ msgstr "Bitte geben Sie das neue Passwort noch einmal ein" msgid "New passwords don't match" msgstr "Die neuen Passwörter stimmen nicht überein" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Das Passwort der Bibliothek ist geändert" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Rechte des Ordners" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -299,30 +322,32 @@ msgstr "{placeholder} Rechte des Ordners" msgid "Search user or enter email and press Enter" msgstr "Name oder E-Mail-Adresse eingeben und Enter drücken" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Sie können nur 1 Objekt auswählen" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Gruppe auswählen" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Sie können nur 1 Objekt auswählen" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -340,7 +365,7 @@ msgstr "Gruppe auswählen" msgid "Permission error" msgstr "Berechtigungsfehler" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Wählen Sie ein Verzeichnis und klicken es an" @@ -352,167 +377,180 @@ msgstr "{placeholder} Versionierung einstellen" msgid "Successfully set library history." msgstr "Versionierung für die Bibliothek eingestellt." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Links freigeben" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Schließen (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Wird geladen …" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Zurück (Linke Pfeiltaste)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Weiter (Rechte Pfeiltaste)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% von %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "In neuem Tab öffnen" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Das Bild konnte nicht geladen werden." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Passwort erforderlich." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Erforderlich" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Nur eine Erweiterung vorhanden, bitte einen Namen angeben." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "Neue Datei" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "Neue Markdown-Datei" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "Neue Excel-Datei" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "Neue PowerPoint-Datei" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "Neue Word-Datei" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Verarbeiten …" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "%(name)s erfolgreich gelöscht." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "%(name)s und ein weiteres Objekt sind gelöscht." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "%(name)s und %(amount)s weitere Objekte sind gelöscht." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Fehler beim Löschen von: %(name)s" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Fehler beim Löschen von %(name)s und einem anderen Objekt." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Fehler beim Löschen von %(name)s und %(amount)s anderen Objekten." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Objekte löschen" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Möchten Sie die ausgewählten Objekte wirklich löschen?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Auswahl verschieben nach:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Auswahl kopieren nach:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "%(name)s ist verschoben." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "%(name)s und ein weiteres Objekt sind verschoben." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s und %(amount)s weitere Objekte sind verschoben." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s ist kopiert." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s und ein weiteres Objekt sind kopiert." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s und %(amount)s weitere Objekte sind kopiert." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Interner Fehler. %(name)s und %(amount)s andere Objekte konnten nicht verschoben werden." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Interner Fehler. %(name)s konnte nicht verschoben werden." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Interner Fehler. %(name)s und %(amount)s andere Objekte konnten nicht kopiert werden." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Interner Fehler. %(name)s konnte nicht kopiert werden." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Verschiebe Datei %(index)s von %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopiere Datei %(index)s von %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Fehler beim Verschieben von %(name)s." -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Fehler beim Kopieren von %(name)s." #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "von {placeholder} gesperrt" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "%(name)s ist gelöscht." @@ -546,14 +584,16 @@ msgstr "Leere Datei hochgeladen" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Fehler" @@ -593,36 +633,36 @@ msgstr "Datei Upload abgebrochen" msgid "File Upload failed" msgstr "Datei-Upload fehlgeschlagen" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Der Upload-Link konnte nicht abgerufen werden" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Der Update-Link konnte nicht abgerufen werden" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Datei {filename} austauschen?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Datei ist gesperrt" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Rechte von {placeholder} festlegen" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Gruppen auswählen" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Bearbeiten fehlgeschlagen" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Löschen fehlgeschlagen" @@ -630,13 +670,13 @@ msgstr "Löschen fehlgeschlagen" msgid "{placeholder} Members" msgstr "{placeholder} Mitglieder" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Freigabe für 1 Objekt erfolgreich gelöscht." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -681,13 +721,26 @@ msgstr "Möchten sie die Gruppe wirklich verlassen?" msgid "Successfully deleted 1 item" msgstr "1 Objekt erfolgreich gelöscht" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "Sie haben sich abgemeldet." + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "Anmelden" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "Aktualisieren" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Bibliothek löschen" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -695,17 +748,17 @@ msgstr "Bibliothek löschen" msgid "Are you sure you want to delete %s ?" msgstr "Möchten Sie %s wirklich löschen?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Erfolgreich gelöscht." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Bibliothek {library_name} übertragen an" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Bibliothek ist übertragen" @@ -715,45 +768,45 @@ msgstr "Bibliothek ist übertragen" msgid "Successfully modified permission" msgstr "Rechte erfolgreich geändert" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "{placeholder} freigeben" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Abgelaufen" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Verbergen" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Anzeigen" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Bitte geben Sie Tage ein" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Bitte geben Sie eine gültige Anzahl von Tagen ein" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Bitte geben Sie mindestens eine E-Mail-Adresse an." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Erfolgreich an {placeholder} gesendet." -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Senden an {placeholder} fehlgeschlagen" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -762,70 +815,119 @@ msgstr "Senden an {placeholder} fehlgeschlagen" msgid "Success" msgstr "Erfolg" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "{placeholder} ist nicht mehr als Favorit markiert." -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Name oder E-Mail-Adresse eingeben und Enter drücken" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Bitte mehr als 1 Zeichen eingeben" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Nichts gefunden" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Suche …" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Laden fehlgeschlagen" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Gruppen suchen" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Erzeuge ZIP-Archiv …" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "Bibliothek {library_name} gelöscht" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "Bibliothek übertragen" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "Bibliothek {library_name} von {user_from} übertragen an {user_to} " + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "Gruppe erstellen" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "Gruppe {group_name} erstellt" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "Gruppe übertragen" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "Gruppe {group_name} von {user_from} übertragen auf {user_to} " + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Gruppe löschen" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "Gruppe {group_name} gelöscht" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "Benutzer hinzufügen" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "Benutzer {user} hinzugefügt" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "Benutzer löschen" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "Benutzer {user} gelöscht" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Alle Fehlermeldungen sind gelöscht." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "Mitglied löschen" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "Mitglied {placeholder} ist gelöscht" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "E-Mail-Adresse erforderlich" #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "Freigabe aufheben" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "Möchten Sie die Freigabe von %s wirklich aufheben?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Gruppe löschen" +msgstr "Freigabe von Bibliothek {placeholder} ist aufgehoben" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." diff --git a/locale/el/LC_MESSAGES/django.po b/locale/el/LC_MESSAGES/django.po new file mode 100644 index 0000000000..2515d57eb5 --- /dev/null +++ b/locale/el/LC_MESSAGES/django.po @@ -0,0 +1,6745 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# pixarise , 2015 +# nikolaosp , 2015 +# Panos Angelopoulos , 2015 +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 08:23+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Greek (http://www.transifex.com/haiwen/seahub/language/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: seahub/api2/endpoints/account.py:162 +msgid "Name is too long (maximum is 64 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:166 seahub/forms.py:43 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:317 +msgid "Name should not include '/'." +msgstr "" + +#: seahub/api2/endpoints/account.py:173 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:180 seahub/forms.py:154 +msgid "Space quota can't be empty" +msgstr "Το πεδίο όριο χώρου δεν μπορεί να είναι κενό" + +#: seahub/api2/endpoints/account.py:186 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/account.py:190 +#: seahub/api2/endpoints/admin/users_batch.py:76 seahub/forms.py:155 +msgid "Space quota is too low (minimum value is 0)" +msgstr "Το πεδίο όριο χώρου είναι πολύ μκρό (μικρότερη τιμή είναι 0)" + +#: seahub/api2/endpoints/account.py:198 seahub/institutions/views.py:213 +#: seahub/views/sysadmin.py:659 +#, python-format +msgid "Failed to set quota: maximum quota is %d MB" +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:31 +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/views/__init__.py:675 seahub/views/__init__.py:676 +#: seahub/views/__init__.py:681 seahub/views/__init__.py:682 +msgid "My Library" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:116 +#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/group/forms.py:36 +msgid "" +"Group name can only contain letters, numbers, blank, hyphen or underscore" +msgstr "Το όνομα ομάδας μπορεί να περιέχει γράμματα, αριθμούς, κενά, παύλες και κάτω παύλες" + +#: seahub/api2/endpoints/admin/groups.py:121 +#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +msgid "There is already a group with that name." +msgstr "Υπάρχει ήδη ομάδα με αυτό το όνομα." + +#: seahub/api2/endpoints/admin/groups.py:194 +#: seahub/api2/endpoints/groups.py:255 +#, python-format +msgid "User %s is already group owner." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:154 seahub/views/sysadmin.py:1635 +msgid "System library can not be deleted." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:166 +#, python-format +msgid "User %s is already library owner." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:174 +#: seahub/api2/endpoints/invitations.py:49 +#, python-format +msgid "Email %s invalid." +msgstr "" + +#: seahub/api2/endpoints/admin/users_batch.py:72 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 +msgid "Invalid destination path" +msgstr "Εσφαλμένη διαδρομή προορισμού" + +#: seahub/api2/endpoints/copy_move_task.py:80 +msgid "Destination path is too long." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:654 +#, python-format +msgid "Can not move directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:194 +msgid "Cancel failed" +msgstr "" + +#: seahub/api2/endpoints/file.py:404 seahub/views/file.py:1099 +msgid "Check file lock error" +msgstr "" + +#: seahub/api2/endpoints/file.py:408 seahub/views/file.py:1102 +msgid "File is locked" +msgstr "" + +#: seahub/api2/endpoints/group_members.py:93 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1261 +#, python-format +msgid "User %s is already a group member." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:99 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1104 +#: seahub/views/ajax.py:1270 +#, python-format +msgid "User %s not found in organization." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:53 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:58 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:603 +#, python-format +msgid "User %s already exists." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/templates/js/sysadmin-templates.html:237 +#: seahub/templates/view_shared_upload_link.html:81 +msgid "Error" +msgstr "Σφάλμα" + +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2846 +msgid "Wrong password" +msgstr "Λάθος κωδικός" + +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2849 +#: seahub/views/__init__.py:475 seahub/views/ajax.py:617 +#: seahub/views/sysadmin.py:1982 +msgid "Internal server error" +msgstr "Εσωτερικό σφάλμα διακομιστή" + +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2852 +msgid "Decrypt library error" +msgstr "Πρόβλημα αποκρυπτογράφησης βιβλιοθήκης" + +#: seahub/api2/endpoints/repo_set_password.py:97 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:32 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:130 +msgid "" +"Sending shared link failed. Email service is not properly configured, please" +" contact administrator." +msgstr "Η αποστολή του συνδέσμου απέτυχε. Η υπηρεσία email δεν είναι σωστά ρυθμισμένη, παρακαλώ επικοινωνήστε με το διαχειριστή." + +#: seahub/api2/endpoints/send_share_link_email.py:99 seahub/share/views.py:178 +msgid "file" +msgstr "αρχείο" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:179 +#, python-format +msgid "A file is shared to you on %s" +msgstr "Ένα αρχείο είναι σε κοινή χρήση μαζί σας στο %s" + +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:185 +msgid "directory" +msgstr "φάκελος" + +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:186 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "Ένας φάκελος είναι σε κοινή χρήση μαζί σας στο %s" + +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:298 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "Ένας σύνδεσμος μεταφόρτωσης είναι σε κοινή χρήση μαζί σας στο %s" + +#: seahub/api2/endpoints/share_links.py:178 +msgid "Password is too short." +msgstr "" + +#: seahub/api2/endpoints/upload_links.py:142 +#: seahub/templates/snippets/repo_create_js.html:50 +#: seahub/templates/snippets/shared_link_js.html:138 +msgid "Password is too short" +msgstr "Ο κωδικός είναι πολυ μικρός" + +#: seahub/api2/endpoints/zip_task.py:120 +msgid "Total size exceeds limit." +msgstr "" + +#: seahub/auth/admin.py:30 +msgid "Personal info" +msgstr "Προσωπικές πληροφορίες" + +#: seahub/auth/admin.py:31 +msgid "Permissions" +msgstr "Δικαιώματα" + +#: seahub/auth/admin.py:32 +msgid "Important dates" +msgstr "Σημαντικές ημερομηνίες" + +#: seahub/auth/admin.py:33 +#: seahub/institutions/templates/institutions/info.html:23 +#: seahub/institutions/templates/institutions/user_info.html:22 +#: seahub/templates/js/sysadmin-templates.html:25 +#: seahub/templates/js/sysadmin-templates.html:152 +#: seahub/templates/js/sysadmin-templates.html:539 +#: seahub/templates/js/sysadmin-templates.html:731 +#: seahub/templates/js/templates.html:268 +#: seahub/templates/js/templates.html:1032 +#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/sysadmin/sys_org_info_group.html:9 +#: seahub/templates/sysadmin/sys_org_info_library.html:9 +#: seahub/templates/sysadmin/sys_org_info_setting.html:9 +#: seahub/templates/sysadmin/sys_org_info_user.html:8 +#: seahub/templates/sysadmin/userinfo.html:27 +msgid "Groups" +msgstr "Ομάδες" + +#: seahub/auth/admin.py:115 +msgid "Password changed successfully." +msgstr "Ο κωδικός άλλαξε με επιτυχία." + +#: seahub/auth/admin.py:125 +#, python-format +msgid "Change password: %s" +msgstr "Αλλαγή κωδικού: %s" + +#: seahub/auth/decorators.py:74 +msgid "Please log in." +msgstr "Παρακαλώ συνδεθείτε." + +#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +msgid "Email or Username" +msgstr "Ηλ. Ταχυδρομείο ή όνομα χρήστη" + +#: seahub/auth/forms.py:24 seahub/auth/forms.py:197 +#: seahub/base/accounts.py:581 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/templates/file_edit.html:131 +#: seahub/templates/js/lib-op-popups.html:108 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/registration/login.html:12 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/templates/snippets/file_share_popup.html:18 +#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/sudo_mode.html:10 +#: seahub/templates/sysadmin/sys_org_admin.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:71 +#: seahub/templates/sysadmin/sys_useradmin.html:53 +msgid "Password" +msgstr "Κωδικός" + +#: seahub/auth/forms.py:62 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "Παρακαλώ εισάγετε ένα σωστό e-mail/όνομα χρήστη και κωδικό. Σημειώστε ότι και στα δύο πεδία ισχύει ο διαχωρισμός πεζών-κεφαλαίων." + +#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +msgid "This account is inactive." +msgstr "Αυτός ο λογαριασμός δεν είναι ενεργός." + +#: seahub/auth/forms.py:70 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "Το πρόγραμμα περιήγησής σας έχει τα cookies απενεργοποιημένα. Τα cookies είναι απαραίτητα για να συνδεθείτε." + +#: seahub/auth/forms.py:86 +msgid "E-mail" +msgstr "Ηλεκτρονικό ταχυδρομείο" + +#: seahub/auth/forms.py:93 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "Αποτυχία αποστολής μηνύματος ηλεκτρονικού ταχυδρομείου, η υπηρεσία email δεν είναι διαμορφωμένη, επικοινωνήστε με το διαχειριστή." + +#: seahub/auth/forms.py:101 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "Αυτή η διεύθυνση ηλεκτρ. ταχυδρομείου δεν είναι συνδεμένη με κάποιο λογαριασμό. Είστε σίγουροι πως έχετε εγγραφεί;" + +#: seahub/auth/forms.py:104 +msgid "Can not reset password, please contact LDAP admin." +msgstr "Δεν μπορώ να επαναφέρω τον κωδικό, παρακαλώ επικοινωνήστε με τον διαχειριστή του LDAP." + +#: seahub/auth/forms.py:128 +#, python-format +msgid "Reset Password on %s" +msgstr "Επαναφορά κωδικού πρόσβασης στο %s" + +#: seahub/auth/forms.py:136 +msgid "New password" +msgstr "Νέος κωδικός πρόσβασης" + +#: seahub/auth/forms.py:137 +msgid "New password confirmation" +msgstr "Επιβεβαίωση νέου κωδικού πρόσβασης" + +#: seahub/auth/forms.py:166 seahub/auth/forms.py:209 +#: seahub/base/accounts.py:637 +msgid "The two password fields didn't match." +msgstr "Οι δύο κωδικοί δεν ταιριάζουν." + +#: seahub/auth/forms.py:181 +msgid "Old password" +msgstr "Παλαιός κωδικός" + +#: seahub/auth/forms.py:189 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Ο παλιός κωδικός είναι λάθος. Παρακαλώ εισάγετέ τον ξανά." + +#: seahub/auth/forms.py:198 seahub/base/accounts.py:583 +msgid "Password (again)" +msgstr "Κωδικός (ξανά)" + +#: seahub/auth/management/commands/createsuperuser.py:25 +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "Εισάγετε μία σωστή διεύθυνση ηλεκτρονικού ταχυδρομείου." + +#: seahub/auth/views.py:192 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "" + +#: seahub/auth/views.py:298 +msgid "Logged out" +msgstr "Αποσυνδέθηκε" + +#: seahub/auth/views.py:346 +msgid "Failed to send email, please contact administrator." +msgstr "Αποτυχία αποστολής email, παρακαλώ επικοινωνήστε με τον διαχειριστή." + +#: seahub/auth/views.py:407 +msgid "Can not update password, please contact LDAP admin." +msgstr "Δεν είναι δυνατή η αλλαγή κωδικού, παρακαλώ επικοινωνήστε με το διαχειριστή LDAP." + +#: seahub/avatar/forms.py:35 seahub/avatar/forms.py:58 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "Η %(ext)s δεν είναι σωστή επέκταση. Οι εξουσιοδοτημένες επεκτάσεις είναι : %(valid_exts_list)s" + +#: seahub/avatar/forms.py:39 seahub/avatar/forms.py:62 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "Το αρχείο είναι πολύ μεγάλο (%(size)s), το μέγιστο μέγεθος αρχείο είναι %(max_valid_size)s" + +#: seahub/avatar/forms.py:45 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "Ήδη έχετε %(nb_avatars)d avatars, και ο μέγιστος αριθμός είναι %(nb_max_avatars)d." + +#: seahub/avatar/models.py:138 seahub/avatar/models.py:166 +#, python-format +msgid "Avatar for %s" +msgstr "Avatar για τον %s" + +#: seahub/avatar/templates/avatar/add.html:6 +msgid "Upload Avatar" +msgstr "Ανέβασμα avatar" + +#: seahub/avatar/templates/avatar/add.html:7 +#: seahub/avatar/templates/avatar/change.html:8 +msgid "Your current avatar: " +msgstr "Το τωρινό σας avatar:" + +#: seahub/avatar/templates/avatar/add.html:9 +msgid "Upload New Avatar: " +msgstr "Ανέβασμα καινούριου avatar:" + +#: seahub/avatar/templates/avatar/add.html:13 +#: seahub/avatar/templates/avatar/change.html:30 +msgid "Upload New Image" +msgstr "Ανέβασμα νέας εικόνας" + +#: seahub/avatar/templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "Παρακαλώ επιλέξτε τα avatars που θέλετε να διαγράψετε." + +#: seahub/avatar/templates/avatar/confirm_delete.html:11 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "Δεν έχετε κάποιο avatar για να διαγράψετε. Παρακαλώ αωεβάστε ένα τώρα." + +#: seahub/avatar/templates/avatar/confirm_delete.html:18 +msgid "Delete These" +msgstr "Διαγραφή αυτών" + +#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "%(avatar_creator)s ενημέρωσε το avatar του/της %(avatar)s." + +#: seahub/avatar/templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "Ενημερώσατε το avatar σας %(avatar)s." + +#: seahub/avatar/views.py:78 +msgid "Successfully uploaded a new avatar." +msgstr "Επιτυχημένο ανέβασμα νέου avatar." + +#: seahub/avatar/views.py:124 +msgid "Successfully updated your avatar." +msgstr "Το avatar σας ανέβηκε με επιτυχία." + +#: seahub/avatar/views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "Τα επιλεγμένα avatars διεγράφησαν με επιτυχία." + +#: seahub/base/accounts.py:304 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:572 +msgid "Email address" +msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου" + +#: seahub/base/accounts.py:577 +msgid "Username" +msgstr "Όνομα χρήστη" + +#: seahub/base/accounts.py:578 +msgid "This value must be of length 40" +msgstr "Αυτή η τιμή πρέπει να έχει μήκος 40" + +#: seahub/base/accounts.py:593 seahub/forms.py:29 +#: seahub/views/sysadmin.py:1815 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/base/accounts.py:597 +msgid "Enter a valid email address." +msgstr "Εισάγετε μία σωστή διεύθυνση ηλεκτρονικού ταχυδρομίου." + +#: seahub/base/accounts.py:607 +msgid "Invalid user id." +msgstr "Άκυρο id χρήστη." + +#: seahub/base/accounts.py:658 seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:1226 +#: seahub/templates/js/templates.html:1246 +msgid "name" +msgstr "όνομα" + +#: seahub/base/accounts.py:661 +msgid "department" +msgstr "τμήμα" + +#: seahub/base/accounts.py:664 +msgid "telephone" +msgstr "τηλέφωνο" + +#: seahub/base/accounts.py:667 +msgid "note" +msgstr "σημείωση" + +#: seahub/base/decorators.py:72 +msgid "Files in this library can not be viewed online." +msgstr "Τα αρχεία αυτής της βιβλιοθήκης δεν μπορούν να προβληθούν online." + +#: seahub/base/templatetags/seahub_tags.py:124 +msgid "Added" +msgstr "Προστέθηκε" + +#: seahub/base/templatetags/seahub_tags.py:125 +msgid "Deleted" +msgstr "Διεγράφη" + +#: seahub/base/templatetags/seahub_tags.py:126 +msgid "Removed" +msgstr "Διαγράφτηκε" + +#: seahub/base/templatetags/seahub_tags.py:127 +msgid "Modified" +msgstr "Τροποποιήθηκε" + +#: seahub/base/templatetags/seahub_tags.py:128 +msgid "Renamed" +msgstr "Μετονομάστηκε" + +#: seahub/base/templatetags/seahub_tags.py:129 +msgid "Moved" +msgstr "Μετακιινήθηκε" + +#: seahub/base/templatetags/seahub_tags.py:130 +msgid "Added directory" +msgstr "Προστέθηκε φάκελος" + +#: seahub/base/templatetags/seahub_tags.py:131 +msgid "Removed directory" +msgstr "Αφαιρέθηκε φάκελος" + +#: seahub/base/templatetags/seahub_tags.py:132 +msgid "Renamed directory" +msgstr "Μετονομάστηκε φάκελος" + +#: seahub/base/templatetags/seahub_tags.py:133 +msgid "Moved directory" +msgstr "Μετακινήθηκε φάκελος" + +#: seahub/base/templatetags/seahub_tags.py:134 +msgid "Added or modified" +msgstr "Προστέθηκε ή τροποποιήθηκε" + +#: seahub/base/templatetags/seahub_tags.py:149 +#: seahub/base/templatetags/seahub_tags.py:218 +msgid "Reverted library to status at" +msgstr "Η βιβλιοθήκη επαναφέρθηκε στην κατάσταση που είχε στις" + +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:221 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "Επαναφέρθηκε το/τα αρχεί/α \"%(file)s\" στην κατάσταση που είχαν στις %(time)s." + +#: seahub/base/templatetags/seahub_tags.py:156 +#: seahub/base/templatetags/seahub_tags.py:225 +msgid "Recovered deleted directory" +msgstr "Ανακτήθηκε ο διαγραφείς φάκελος" + +#: seahub/base/templatetags/seahub_tags.py:158 +#: seahub/base/templatetags/seahub_tags.py:227 seahub/views/ajax.py:1133 +msgid "Changed library name or description" +msgstr "Αλλάχθηκε το όνομα ή η περιγραφή της βιβλιοθήκης" + +#: seahub/base/templatetags/seahub_tags.py:160 +#: seahub/base/templatetags/seahub_tags.py:229 +msgid "Auto merge by seafile system" +msgstr "Αυτόματη ένωση από το σύστημα seafile" + +#: seahub/base/templatetags/seahub_tags.py:304 +#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/templates/view_file_base.html:522 +msgid "Just now" +msgstr "Μόλις τώρα" + +#: seahub/base/templatetags/seahub_tags.py:315 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "πριν από %(days)d μέρα" +msgstr[1] "πριν από %(days)d μέρες" + +#: seahub/base/templatetags/seahub_tags.py:322 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "πριν από %(hours)d ώρα" +msgstr[1] "πριν από %(hours)d ώρες" + +#: seahub/base/templatetags/seahub_tags.py:329 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "πριν από %(minutes)d λεπτό" +msgstr[1] "πριν από %(minutes)d λεπτά" + +#: seahub/base/templatetags/seahub_tags.py:335 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "πριν από %(seconds)d δευτερόλεπτο" +msgstr[1] "πριν από %(seconds)d δευτερόλεπτα" + +#: seahub/base/templatetags/seahub_tags.py:452 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/js/sysadmin-templates.html:640 +#: seahub/templates/js/sysadmin-templates.html:649 +#: seahub/templates/js/sysadmin-templates.html:652 +#: seahub/templates/js/sysadmin-templates.html:688 +#: seahub/templates/js/sysadmin-templates.html:715 +#: seahub/templates/js/templates.html:20 +#: seahub/templates/js/templates.html:815 +#: seahub/templates/js/templates.html:842 +#: seahub/templates/js/templates.html:1068 +#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/templates.html:1080 +#: seahub/templates/js/templates.html:1113 +#: seahub/templates/js/templates.html:1139 +#: seahub/templates/js/templates.html:1275 +#: seahub/templates/js/templates.html:1282 +#: seahub/templates/js/templates.html:1702 +#: seahub/templates/js/templates.html:1748 +#: seahub/templates/js/templates.html:1889 +#: seahub/templates/js/templates.html:1892 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "Read-Write" +msgstr "Ανάγνωση-Εγγραφή" + +#: seahub/base/templatetags/seahub_tags.py:454 +#: seahub/templates/js/sysadmin-templates.html:642 +#: seahub/templates/js/sysadmin-templates.html:650 +#: seahub/templates/js/sysadmin-templates.html:653 +#: seahub/templates/js/sysadmin-templates.html:689 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/templates.html:21 +#: seahub/templates/js/templates.html:816 +#: seahub/templates/js/templates.html:843 +#: seahub/templates/js/templates.html:1070 +#: seahub/templates/js/templates.html:1078 +#: seahub/templates/js/templates.html:1081 +#: seahub/templates/js/templates.html:1114 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/js/templates.html:1283 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1749 +#: seahub/templates/js/templates.html:1893 +#: seahub/templates/js/templates.html:1896 +#: seahub/templates/js/templates.html:1900 +#: seahub/templates/sysadmin/userinfo.html:178 +msgid "Read-Only" +msgstr "Μόνο ανάγνωση" + +#: seahub/base/templatetags/seahub_tags.py:478 +#: seahub/base/templatetags/seahub_tags.py:490 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:492 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:494 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:496 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:498 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:500 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +#: seahub/contacts/templates/contacts/contact_list.html:119 +msgid "Email is required." +msgstr "Η διεύθυνση ηλ. ταχυδρομείου είναι απαραίτητη" + +#: seahub/contacts/templates/contacts/contact_list.html:4 +#: seahub/contacts/templates/contacts/contact_list.html:10 +msgid "Contacts" +msgstr "Επαφές" + +#: seahub/contacts/templates/contacts/contact_list.html:11 +#: seahub/contacts/templates/contacts/contact_list.html:43 +msgid "Add Contacts" +msgstr "Εισαγωγή επαφών" + +#: seahub/contacts/templates/contacts/contact_list.html:17 +msgid "Email " +msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου" + +#: seahub/contacts/templates/contacts/contact_list.html:18 +#: 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/institutions/templates/institutions/info.html:10 +#: seahub/institutions/templates/institutions/user_info.html:66 +#: seahub/institutions/templates/institutions/user_info.html:112 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/js/lib-op-popups.html:6 +#: seahub/templates/js/lib-op-popups.html:17 +#: seahub/templates/js/sysadmin-templates.html:320 +#: seahub/templates/js/sysadmin-templates.html:343 +#: seahub/templates/js/sysadmin-templates.html:353 +#: seahub/templates/js/sysadmin-templates.html:403 +#: seahub/templates/js/sysadmin-templates.html:427 +#: seahub/templates/js/sysadmin-templates.html:468 +#: seahub/templates/js/sysadmin-templates.html:549 +#: seahub/templates/js/sysadmin-templates.html:572 +#: seahub/templates/js/sysadmin-templates.html:580 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:767 +#: seahub/templates/js/sysadmin-templates.html:805 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:1215 +#: seahub/templates/js/templates.html:1234 +#: seahub/templates/js/templates.html:1260 +#: seahub/templates/js/templates.html:1349 +#: seahub/templates/js/templates.html:1368 +#: seahub/templates/js/templates.html:1490 +#: seahub/templates/js/templates.html:1498 +#: seahub/templates/js/templates.html:1611 +#: seahub/templates/js/templates.html:1630 +#: seahub/templates/js/templates.html:1861 +#: seahub/templates/js/templates.html:1916 +#: seahub/templates/js/templates.html:1950 +#: seahub/templates/js/templates.html:1985 seahub/templates/libraries.html:91 +#: seahub/templates/registration/registration_form.html:18 +#: seahub/templates/repo_dir_recycle_view.html:44 +#: seahub/templates/repo_history_view.html:58 +#: seahub/templates/sysadmin/org_admin_table.html:4 +#: seahub/templates/sysadmin/sys_inst_admin.html:18 +#: seahub/templates/sysadmin/sys_inst_admin.html:27 +#: seahub/templates/sysadmin/sys_org_admin.html:24 +#: seahub/templates/sysadmin/sys_org_info_group.html:18 +#: seahub/templates/sysadmin/sys_org_info_library.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:10 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:16 +#: seahub/templates/sysadmin/sys_terms_admin.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:118 +#: seahub/templates/sysadmin/userinfo.html:167 +#: seahub/templates/sysadmin/userinfo.html:205 +#: seahub/templates/sysadmin/userinfo.html:252 +#: seahub/templates/view_shared_dir.html:54 +#: seahub/templates/wiki/personal_wiki.html:43 +#: seahub/templates/wiki/personal_wiki.html:85 +#: seahub/templates/wiki/personal_wiki_pages.html:28 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +#: seahub/views/sysadmin.py:1062 +msgid "Name" +msgstr "όνομα" + +#: seahub/contacts/templates/contacts/contact_list.html:19 +#: seahub/templates/registration/registration_form.html:41 +msgid "Note" +msgstr "Σημείωση" + +#: seahub/contacts/templates/contacts/contact_list.html:20 +#: seahub/institutions/templates/institutions/user_info.html:69 +#: seahub/institutions/templates/institutions/user_info.html:115 +#: seahub/institutions/templates/institutions/useradmin.html:20 +#: seahub/institutions/templates/institutions/useradmin_search.html:22 +#: seahub/notifications/templates/notifications/notification_list.html:21 +#: seahub/templates/file_revisions.html:57 +#: seahub/templates/js/sysadmin-templates.html:770 +#: seahub/templates/repo_dir_recycle_view.html:47 +#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history_view.html:60 +#: seahub/templates/sysadmin/org_admin_table.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:29 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:19 +#: seahub/templates/sysadmin/sys_inst_info_user.html:19 +#: seahub/templates/sysadmin/sys_inst_search_user.html:20 +#: seahub/templates/sysadmin/sys_org_info_group.html:21 +#: seahub/templates/sysadmin/sys_org_info_library.html:22 +#: seahub/templates/sysadmin/sys_org_info_user.html:23 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:14 +#: seahub/templates/sysadmin/userinfo.html:121 +#: seahub/templates/sysadmin/userinfo.html:209 +#: seahub/templates/sysadmin/userinfo.html:255 +#: seahub/templates/view_shared_dir.html:57 +msgid "Operations" +msgstr "Διεργασίες" + +#: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/institutions/templates/institutions/useradmin.html:37 +#: seahub/templates/js/sysadmin-templates.html:645 +#: seahub/templates/js/sysadmin-templates.html:828 +#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/templates.html:1073 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1534 +#: seahub/templates/js/templates.html:1890 +#: seahub/templates/js/templates.html:1897 +#: seahub/templates/sysadmin/sys_org_info_user.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:57 +#: seahub/templates/sysadmin/useradmin_table.html:41 +#: seahub/templates/sysadmin/useradmin_table.html:59 +#: seahub/templates/sysadmin/userinfo.html:53 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/view_file_markdown.html:17 +#: seahub/templates/view_file_text.html:22 +msgid "Edit" +msgstr "Τροποποίηση" + +#: seahub/contacts/templates/contacts/contact_list.html:30 +#: seahub/institutions/templates/institutions/useradmin.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:140 +#: seahub/templates/js/sysadmin-templates.html:391 +#: seahub/templates/js/sysadmin-templates.html:453 +#: seahub/templates/js/sysadmin-templates.html:518 +#: seahub/templates/js/sysadmin-templates.html:612 +#: seahub/templates/js/sysadmin-templates.html:658 +#: seahub/templates/js/sysadmin-templates.html:844 +#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:95 +#: seahub/templates/js/templates.html:189 +#: seahub/templates/js/templates.html:344 +#: seahub/templates/js/templates.html:406 +#: seahub/templates/js/templates.html:472 +#: seahub/templates/js/templates.html:578 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/js/templates.html:667 +#: seahub/templates/js/templates.html:737 +#: seahub/templates/js/templates.html:778 +#: seahub/templates/js/templates.html:1086 +#: seahub/templates/js/templates.html:1401 +#: seahub/templates/js/templates.html:1548 +#: seahub/templates/js/templates.html:1553 +#: seahub/templates/snippets/file_share_popup.html:37 +#: seahub/templates/sysadmin/org_admin_table.html:25 +#: seahub/templates/sysadmin/sys_org_info_group.html:28 +#: seahub/templates/sysadmin/sys_org_info_library.html:42 +#: seahub/templates/sysadmin/sys_org_info_user.html:51 +#: seahub/templates/sysadmin/sys_terms_admin.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:80 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:97 +#: seahub/templates/sysadmin/userinfo.html:148 +#: seahub/templates/sysadmin/userinfo.html:262 +#: seahub/templates/view_file_base.html:127 +#: seahub/templates/view_shared_upload_link.html:86 +msgid "Delete" +msgstr "Διαγραφή" + +#: seahub/contacts/templates/contacts/contact_list.html:37 +msgid "You don't have any contacts" +msgstr "Δεν έχετε επαφές" + +#: seahub/contacts/templates/contacts/contact_list.html:38 +msgid "" +"Add your contacts so you can quickly share libraries and send file shared " +"link." +msgstr "Εισάγετε τις επαφές σας ώστε να μπορείτε να μοιράζεστε βιβλιοθήκες και να στέλνετε συνδέσμους για κοινόχρηστα αρχεία." + +#: seahub/contacts/templates/contacts/contact_list.html:44 +#: seahub/contacts/templates/contacts/contact_list.html:53 +#: seahub/institutions/templates/institutions/user_info.html:31 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:10 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/share/templates/share/share_link_audit.html:9 +#: seahub/templates/js/sysadmin-templates.html:754 +#: seahub/templates/js/sysadmin-templates.html:806 +#: seahub/templates/js/sysadmin-templates.html:857 +#: seahub/templates/js/templates.html:1491 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:2048 +#: seahub/templates/js/templates.html:2080 +#: seahub/templates/registration/registration_form.html:22 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:15 +#: seahub/templates/sysadmin/sys_inst_info_user.html:15 +#: seahub/templates/sysadmin/sys_inst_search_user.html:8 +#: seahub/templates/sysadmin/sys_inst_search_user.html:16 +#: seahub/templates/sysadmin/sys_org_info_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:65 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:35 +#: seahub/templates/sysadmin/sys_useradmin.html:38 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 +#: seahub/templates/sysadmin/user_search.html:10 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:279 +#: seahub/views/sysadmin.py:283 +msgid "Email" +msgstr "Διεύθυνση ηλεκτρονικού ταχυδρομείου" + +#: seahub/contacts/templates/contacts/contact_list.html:46 +#: seahub/contacts/templates/contacts/contact_list.html:55 +msgid "Note(optional)" +msgstr "Σημείωση (προεραιτικά)" + +#: seahub/contacts/templates/contacts/contact_list.html:49 +#: seahub/contacts/templates/contacts/contact_list.html:58 +#: 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/institutions/templates/institutions/user_info.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:11 +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/notifications/templates/notifications/notification_list.html:14 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/share/templates/share/share_link_audit.html:22 +#: seahub/templates/decrypt_repo_form.html:11 +#: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 +#: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 +#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/js/lib-op-popups.html:20 +#: seahub/templates/js/lib-op-popups.html:28 +#: seahub/templates/js/lib-op-popups.html:38 +#: seahub/templates/js/lib-op-popups.html:67 +#: seahub/templates/js/lib-op-popups.html:109 +#: seahub/templates/js/lib-op-popups.html:128 +#: seahub/templates/js/sysadmin-templates.html:345 +#: seahub/templates/js/sysadmin-templates.html:533 +#: seahub/templates/js/sysadmin-templates.html:573 +#: seahub/templates/js/sysadmin-templates.html:603 +#: seahub/templates/js/sysadmin-templates.html:622 +#: seahub/templates/js/sysadmin-templates.html:692 +#: seahub/templates/js/sysadmin-templates.html:719 +#: seahub/templates/js/sysadmin-templates.html:757 +#: seahub/templates/js/templates.html:38 +#: seahub/templates/js/templates.html:744 +#: seahub/templates/js/templates.html:785 +#: seahub/templates/js/templates.html:819 +#: seahub/templates/js/templates.html:846 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1117 +#: seahub/templates/js/templates.html:1143 +#: seahub/templates/js/templates.html:1265 +#: seahub/templates/js/templates.html:1456 +#: seahub/templates/js/templates.html:1465 +#: seahub/templates/js/templates.html:1473 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1707 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1753 +#: seahub/templates/js/templates.html:1766 +#: seahub/templates/js/templates.html:1784 +#: seahub/templates/js/templates.html:2083 seahub/templates/libraries.html:94 +#: seahub/templates/libraries.html:157 +#: seahub/templates/registration/password_change_form.html:24 +#: seahub/templates/registration/password_reset_confirm.html:19 +#: seahub/templates/registration/password_reset_form.html:13 +#: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/share_access_validation.html:18 +#: seahub/templates/shared_file_view.html:58 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/search_form.html:76 +#: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/sysadmin/repo_transfer_form.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:33 +#: seahub/templates/sysadmin/sys_inst_search_user.html:9 +#: seahub/templates/sysadmin/sys_org_admin.html:38 +#: seahub/templates/sysadmin/sys_org_info_base.html:39 +#: seahub/templates/sysadmin/sys_org_info_setting.html:20 +#: seahub/templates/sysadmin/sys_org_info_setting.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:80 +#: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:71 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:95 +#: seahub/templates/sysadmin/sys_useradmin.html:62 +#: seahub/templates/sysadmin/sys_useradmin.html:73 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/user_search.html:11 +#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/sysadmin/userinfo.html:109 +#: seahub/templates/view_file_base.html:112 +#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:58 +#: seahub/templates/wiki/personal_wiki.html:88 +#: seahub/templates/wiki/personal_wiki_pages.html:31 +msgid "Submit" +msgstr "Υποβολή" + +#: seahub/contacts/templates/contacts/contact_list.html:52 +msgid "Edit Contact" +msgstr "Τροποποίηση επαφής" + +#: seahub/contacts/templates/contacts/contact_list.html:101 +#: seahub/contacts/templates/contacts/contact_list.html:146 +#: seahub/institutions/templates/institutions/user_info.html:173 +#: seahub/notifications/templates/notifications/user_notification_list.html:90 +#: seahub/share/templates/share/share_link_audit.html:70 +#: seahub/templates/base.html:141 seahub/templates/decrypt_repo_form.html:47 +#: seahub/templates/file_edit.html:545 +#: seahub/templates/repo_dir_recycle_view.html:141 +#: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/snippets/add_file_js.html:23 +#: seahub/templates/snippets/office_convert_js.html:107 +#: seahub/templates/snippets/shared_link_js.html:107 +#: seahub/templates/snippets/spreadsheet_convert_js.html:39 +#: seahub/templates/sysadmin/settings.html:241 +#: seahub/templates/sysadmin/sys_inst_info_base.html:78 +#: seahub/templates/sysadmin/sys_org_admin.html:126 +#: seahub/templates/sysadmin/sys_org_info_user.html:166 +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 +#: seahub/templates/sysadmin/sys_terms_admin.html:117 +#: seahub/templates/sysadmin/sys_useradmin.html:212 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/useradmin_js.html:173 +#: seahub/templates/sysadmin/useradmin_js.html:275 +#: seahub/templates/sysadmin/userinfo.html:344 +#: seahub/templates/sysadmin/userinfo.html:381 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/view_file_base.html:391 +#: seahub/templates/view_file_base.html:434 +#: seahub/templates/view_file_base.html:512 +#: seahub/templates/view_shared_dir.html:236 +#: seahub/templates/view_shared_dir.html:258 +msgid "Failed. Please check the network." +msgstr "Αποτυχία. Παρακαλώ ελέγξτε τη σύνδεση." + +#: seahub/contacts/templates/contacts/contact_list.html:109 +msgid "Delete Contact" +msgstr "Διαγραφή επαφής" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +#: seahub/institutions/templates/institutions/useradmin.html:79 +#: seahub/institutions/templates/institutions/useradmin_search.html:71 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/repoadmin_js.html:48 +#: seahub/templates/sysadmin/sys_inst_admin.html:67 +#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/templates/sysadmin/sys_org_info_group.html:44 +#: seahub/templates/sysadmin/sys_org_info_library.html:61 +#: seahub/templates/sysadmin/sys_org_info_user.html:179 +#: seahub/templates/sysadmin/sys_org_search.html:28 +#: seahub/templates/sysadmin/sys_terms_admin.html:143 +#: seahub/templates/sysadmin/useradmin_js.html:4 +#: seahub/templates/sysadmin/userinfo.html:433 +#, python-format +msgid "Are you sure you want to delete %s ?" +msgstr "Είστε σίγουρος/η πως θέλετε να διαγράψετε τον/την %s ;" + +#: seahub/contacts/templates/contacts/contact_list.html:123 +msgid "You cannot add yourself." +msgstr "Δεν μπορείτε να προσθέσετε τον εαυτό σας." + +#: seahub/contacts/views.py:68 +#, python-format +msgid "%s is not a valid email." +msgstr "Το %s δεν είναι σωστή διεύθυνση ηλεκτρ. ταχυδρομείου." + +#: seahub/contacts/views.py:73 +#, python-format +msgid "%s is already in your contacts." +msgstr "Ο/Η %s είναι ήδη στις επαφές σας." + +#: seahub/contacts/views.py:82 +#, python-format +msgid "Successfully added %s to contacts." +msgstr "Ο/Η %s εισήχθη επιτυχώς στις επαφές." + +#: seahub/contacts/views.py:87 +#, python-format +msgid "Failed to add %s to contacts." +msgstr "Η εγγραφή του/της %s στις επαφές απέτυχε." + +#: seahub/contacts/views.py:108 +#, python-format +msgid "Successfully edited %s." +msgstr "Επιτυχής τροποποίηση του %s." + +#: seahub/contacts/views.py:121 +#, python-format +msgid "Successfully Deleted %s" +msgstr "Επιτυχής διαγραφή του %s" + +#: seahub/forms.py:34 seahub/invitations/views.py:29 +msgid "A user with this email already exists." +msgstr "Υπάρχει ήδη χρήστης με αυτό το email." + +#: seahub/forms.py:58 +msgid "The two passwords didn't match." +msgstr "Δεν ταιριάζουν οι δύο κωδικοί." + +#: seahub/forms.py:67 seahub/group/forms.py:56 seahub/wiki/forms.py:17 +msgid "Name can't be empty" +msgstr "Το όνομα δεν μπορεί να είναι κενό." + +#: seahub/forms.py:68 seahub/group/forms.py:57 seahub/wiki/forms.py:18 +msgid "Name is too long (maximum is 255 characters)" +msgstr "Το όνομα είναι πολύ μεγάλο (μέγ. μέγεθος 255 χαρακτήρες)" + +#: seahub/forms.py:71 seahub/group/forms.py:60 seahub/wiki/forms.py:21 +msgid "Description can't be empty" +msgstr "Η περιγραφή δεν μπορεί να είναι κενή" + +#: seahub/forms.py:72 seahub/group/forms.py:61 seahub/wiki/forms.py:22 +msgid "Description is too long (maximum is 100 characters)" +msgstr "Η περιγραφή είναι πολύ μεγάλη (μέγ. μέγεθος 100 χαρακτήρες)" + +#: seahub/forms.py:82 seahub/forms.py:168 +#, python-format +msgid "Name %s is not valid" +msgstr "Το όνομα %s δεν είναι σωστό" + +#: seahub/forms.py:96 seahub/views/ajax.py:392 seahub/views/ajax.py:556 +#: seahub/views/ajax.py:824 seahub/views/ajax.py:828 seahub/views/ajax.py:832 +#: seahub/views/ajax.py:1120 seahub/views/file.py:1580 +#: seahub/views/sysadmin.py:1436 seahub/views/sysadmin.py:1454 +msgid "Argument missing" +msgstr "Λείπει επιλογή" + +#: seahub/forms.py:110 +msgid "Oldname is required" +msgstr "Η παλαιά ονομασία είναι απαραίτητη" + +#: seahub/forms.py:113 seahub/forms.py:134 +msgid "It's too long." +msgstr "Είναι πολύ μεγάλο." + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's required." +msgstr "Είναι απαραίτητο." + +#: seahub/forms.py:121 seahub/forms.py:142 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "Το όνομα \"%s\" δεν είναι σωστό" + +#: seahub/forms.py:161 +msgid "Library name is required" +msgstr "Το πεδίο όνομα βιβλιοθήκης είναι απαραίτητο" + +#: seahub/forms.py:163 +msgid "Please enter a number" +msgstr "Παρακαλώ εισάγετε έναν αριθμό" + +#: seahub/forms.py:183 seahub/templates/snippets/repo_create_js.html:34 +msgid "Name is required" +msgstr "" + +#: seahub/forms.py:184 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:185 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "Αυτή η ομάδα έχει ήδη δημιουργήσει" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "Αποτυχία δημιουργίας ομάδας" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "Αυτή η ομάδα έχει ήδη δημιουργήσει σε αυτό τον οργανισμό" + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "Αποτυχία δημιουργίας ομάδας οργανισμού." + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "Πρόβλημα δικαιωμάτων: μόνο η ομάδα staff μπορεί να προσθέσει μέλη" + +#: seahub/group/error_msg.py:17 seahub/group/error_msg.py:23 +msgid "Group does not exist" +msgstr "Η ομάδα δεν υπάρχει" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "Η ομάδα είναι γεμάτη" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "Αποτυχία προσθήκης μέλους στην ομάδα" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "Μόνο τα μέλη της ομάδας staff μπορούν να αφαιρέσουν το μέλος" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "Δεν μπορώ να αφαιρέσω τον εαυτό μου" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "Το όνομα της ομάδας δεν μπορεί να είναι κενό" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "Το όνομα της ομάδας είναι πολύ μεγάλο (μέγ. μέγεθος 255 χαρακτήρες)" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "Το μήνυμα επιβεβαίωσης δεν μπορεί να είναι κενό" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "Το μήνυμα επιβεβαίωσης είναι πολύ μεγάλο (μέγ. μέγεθος 255 χαρακτήρες)" + +#: seahub/group/forms.py:67 seahub/wiki/forms.py:28 +#, python-format +msgid "\"%s\" is not a valid name" +msgstr "\"%s\" δεν είναι σωστό όνομα" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "Γειά σου," + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_base.html:10 +#: seahub/help/templates/help/base.html:7 +#: seahub/institutions/templates/institutions/base.html:11 +#: seahub/profile/templates/profile/set_profile.html:11 +#: seahub/templates/base.html:27 seahub/templates/base_for_backbone.html:28 +#: seahub/templates/base_for_backbone.html:34 +#: seahub/templates/base_for_backbone.html:100 +#: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 +#: seahub/templates/js/lib-op-popups.html:88 +#: seahub/templates/js/sysadmin-templates.html:4 +#: seahub/templates/js/templates.html:888 +#: seahub/templates/js/templates.html:1803 seahub/templates/libraries.html:120 +#: seahub/templates/libraries.html:130 seahub/templates/libraries.html:142 +#: seahub/templates/sysadmin/base.html:11 +#: seahub/templates/sysadmin/sysadmin_backbone.html:30 +#: seahub/templates/view_file_base.html:97 +msgid "Close" +msgstr "Κλείσιμο" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "Ο %(user)s θέλει να γίνει μέλος στην Ομάδα \"%(group_name)s\", αυτό είναι το μήνυμα επιβεβαίωσης: " + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "Ευχαριστούμε που χρησιμοποιήσατε την ιστοσελίδα μας!" + +#: 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_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +msgid "Wiki Index" +msgstr "Ευρετήριο Wiki " + +#: seahub/group/templates/group/group_wiki.html:14 +msgid "No index now." +msgstr "Δεν υπάρχει ευρετήριο τώρα." + +#: seahub/group/templates/group/group_wiki.html:16 +msgid "Create" +msgstr "Δημιουργία" + +#: seahub/group/templates/group/group_wiki.html:35 +msgid "This group currently has no wiki" +msgstr "Αυτή η ομάδα δεν έχει τώρα wiki" + +#: seahub/group/templates/group/group_wiki.html:36 +#: seahub/templates/wiki/personal_wiki.html:35 +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 " +"structure. This enables you to edit your wiki in your desktop and then sync " +"back to the server." +msgstr "Το Seafile Wiki σας επιτρέπει να οργανώσετε τις γνώσεις σας με έναν εύκολο τρόπο. Τα δεδομένα του wiki αποθηκεύονται σε μία κανονική βιβλιοθήκη με προρυθμισμένη μορφή αρχείων/φακέλων. Αυτό σας επιτρέπει να επεξεργάζεστε το wiki σας στον υπολογιστή σας και μετά να το συγχρονίζετε με το server." + +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Create Wiki Now" +msgstr "Δημιουργία Wiki τώρα" + +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:38 +msgid "Choose a library as wiki" +msgstr "Επιλέγξτε μια βιβλιοθήκη ως wiki" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:42 +msgid "Create Wiki" +msgstr "Δημιουργία Wiki" + +#: seahub/group/templates/group/group_wiki.html:48 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/repo_history.html:28 +#: seahub/templates/wiki/personal_wiki.html:45 +msgid "Description" +msgstr "Περιγραφή" + +#: seahub/group/templates/group/group_wiki.html:49 +msgid "Wiki Pages" +msgstr "Σελίδες Wiki" + +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:52 +msgid "Choose a library as wiki:" +msgstr "Επιλέγξτε μία βιβλιοθήκη ως wiki:" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:103 +#: seahub/templates/wiki/personal_wiki.html:57 +msgid "Please click and choose a library." +msgstr "Παρακαλώ κάντε κλικ και επιλέγξτε μια βιβλιοθήκη" + +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/profile/templates/profile/set_profile.html:105 +#: seahub/templates/file_edit.html:103 seahub/templates/file_edit.html:152 +#: seahub/templates/file_edit.html:427 +#: seahub/templates/js/lib-op-popups.html:10 +#: seahub/templates/js/lib-op-popups.html:21 +#: seahub/templates/js/lib-op-popups.html:29 +#: seahub/templates/js/lib-op-popups.html:39 +#: seahub/templates/js/lib-op-popups.html:68 +#: seahub/templates/js/lib-op-popups.html:77 +#: seahub/templates/js/lib-op-popups.html:121 +#: seahub/templates/js/lib-op-popups.html:129 +#: seahub/templates/js/templates.html:745 +#: seahub/templates/js/templates.html:786 +#: seahub/templates/js/templates.html:1721 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/repo_dir_recycle_view.html:74 +#: seahub/templates/shared_file_view.html:59 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/termsandconditions/tc_accept_terms.html:11 +#: seahub/templates/view_shared_upload_link.html:85 +#: seahub/templates/wiki/personal_wiki.html:59 +msgid "Cancel" +msgstr "Ακύρωση" + +#: seahub/group/templates/group/group_wiki.html:68 +#: seahub/group/templates/group/group_wiki_pages.html:11 +#: seahub/templates/wiki/personal_wiki.html:65 +#: seahub/templates/wiki/personal_wiki_pages.html:13 +msgid "Home" +msgstr "Αρχική σελίδα" + +#: seahub/group/templates/group/group_wiki.html:69 +#: seahub/group/templates/group/group_wiki_pages.html:12 +#: seahub/templates/wiki/personal_wiki.html:66 +#: seahub/templates/wiki/personal_wiki_pages.html:14 +msgid "Pages" +msgstr "Σελίδες" + +#: seahub/group/templates/group/group_wiki.html:71 +#: seahub/group/templates/group/group_wiki_pages.html:14 +#: seahub/templates/wiki/personal_wiki.html:67 +#: seahub/templates/wiki/personal_wiki_pages.html:15 +msgid "Wiki History" +msgstr "Ιστορικό Wiki" + +#: 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:70 +#: seahub/templates/wiki/personal_wiki.html:84 +#: 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:77 +#: seahub/group/templates/group/group_wiki.html:138 +#: seahub/templates/wiki/personal_wiki.html:71 +#: seahub/templates/wiki/personal_wiki.html:132 +msgid "Delete Page" +msgstr "Διαγραφή Σελίδας" + +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:72 +msgid "Edit Page" +msgstr "Επεξεργασία Σελίδας" + +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:73 +msgid "Page History" +msgstr "Ιστορικό Σελίδας" + +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:79 +#, python-format +msgid "Last modified by %(modifier)s, %(modify_time)s" +msgstr "Τελευταία τροποποίηση από %(modifier)s, στις %(modify_time)s" + +#: seahub/group/templates/group/group_wiki.html:139 +#: seahub/templates/wiki/personal_wiki.html:133 +msgid "Are you sure you want to delete this page?" +msgstr "Είστε σίγουροι πως θέλετε να διαγράψετε αυτή τη σελίδα;" + +#: seahub/group/templates/group/group_wiki.html:160 +#: seahub/templates/wiki/personal_wiki.html:154 +msgid "Name is required." +msgstr "Το όνομα είναι απαραίτητο." + +#: seahub/group/templates/group/group_wiki.html:164 +#: seahub/templates/wiki/personal_wiki.html:158 +msgid "Description is required." +msgstr "Η περιγραφή είναι απαραίτητη." + +#: seahub/group/views.py:121 seahub/share/views.py:223 +#: seahub/views/__init__.py:467 seahub/views/__init__.py:583 +#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 +#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:575 +#: seahub/views/ajax.py:1100 seahub/views/file.py:1095 +#: seahub/views/file.py:1589 seahub/views/repo.py:119 +msgid "Permission denied" +msgstr "Απαγόρευση πρόσβασης" + +#: seahub/group/views.py:187 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "Έχετε προσκληθεί να συμμετάσχετε στην ομάδα %s" + +#: seahub/group/views.py:203 +msgid "Failed to create: the group does not exist." +msgstr "Αποτυχία δημιουργίας: η ομάδα δεν υπάρχει." + +#: seahub/group/views.py:208 +msgid "Failed to create: you are not in the group." +msgstr "Αποτυχία δημιουργίας: δεν είστε μέλος στην ομάδα." + +#: seahub/group/views.py:236 seahub/group/views.py:258 +#: seahub/group/views.py:415 seahub/views/wiki.py:177 +msgid "Failed to create" +msgstr "Αποτυχία δημιουργίας" + +#: seahub/group/views.py:243 seahub/group/views.py:264 +#: seahub/group/views.py:421 +msgid "Failed to create: internal error." +msgstr "Αποτυχία δημιουργίας: εσωτερικό λάθος." + +#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/views/wiki.py:238 +msgid "Failed to create wiki page. Please retry later." +msgstr "Αποτυχία δημιουργίας σελίδας wiki. Παρακαλώ δοκιμάστε αργότερα." + +#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:53 +#: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 +msgid "Unknown" +msgstr "Άγνωστο" + +#: seahub/group/views.py:361 seahub/views/ajax.py:1078 +#: seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "Εσωτερικό σφάλμα διακομιστή" + +#: seahub/group/views.py:363 seahub/views/wiki.py:138 +msgid "Wiki does not exists." +msgstr "Το Wiki δεν υπάρχει." + +#: seahub/group/views.py:428 seahub/group/views.py:457 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 +msgid "Failed to create home page. Please retry later" +msgstr "Αποτυχία δημιουργίας οικιακής σελίδας. Παρακαλώ δοκιμάστε αργότερα" + +#: seahub/group/views.py:444 seahub/views/wiki.py:199 +msgid "Failed to set wiki library." +msgstr "Αποτυχία επιλογής βιβλιοθήκης wiki." + +#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 +#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 +#: seahub/views/ajax.py:745 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "" + +#: seahub/group/views.py:477 seahub/group/views.py:503 +#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/views/wiki.py:266 +msgid "Wiki is not found." +msgstr "Το Wiki δεν βρέθηκε." + +#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#, python-format +msgid "Page \"%s\" already exists." +msgstr "Η σελίδα \"%s\" υπάρχει ήδη." + +#: seahub/group/views.py:526 +#, python-format +msgid "Successfully deleted \"%s\"." +msgstr "Το \"%s\" διαγράφτηκε με επιτυχία." + +#: seahub/group/views.py:528 +#, python-format +msgid "Failed to delete \"%s\". Please retry later." +msgstr "Αποτυχία διαγραφής του \"%s\". Παρακαλώ δοκιμάστε αργότερα." + +#: seahub/help/templates/help/base.html:8 +msgid "Desktop Client and Syncing" +msgstr "" + +#: seahub/help/templates/help/base.html:10 +msgid "Install and sync Files" +msgstr "" + +#: seahub/help/templates/help/base.html:11 +msgid "Syncing existing folders" +msgstr "" + +#: seahub/help/templates/help/base.html:12 +msgid "Selective sync sub-folders" +msgstr "" + +#: seahub/help/templates/help/base.html:13 +msgid "Unsync and resync libraries" +msgstr "" + +#: seahub/help/templates/help/base.html:14 +msgid "Setting sync interval" +msgstr "" + +#: seahub/help/templates/help/base.html:15 +msgid "Proxy settings" +msgstr "" + +#: seahub/help/templates/help/base.html:16 +#: seahub/help/templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "Ασυμφωνία αρχείων" + +#: seahub/help/templates/help/base.html:17 +msgid "Excluding files" +msgstr "Αποκλεισμός αρχείων από το συγχρονισμό" + +#: seahub/help/templates/help/base.html:19 +msgid "Security and Encryption" +msgstr "" + +#: seahub/help/templates/help/base.html:21 +msgid "How to use encrypted libraries" +msgstr "" + +#: seahub/help/templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: seahub/help/templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:6 +msgid "Using Proxy in Seafile Client" +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server use this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), the " +"password is not sent to the server." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypt and encrypt file contents locally. The plain " +"text password is not stored on the client disk too." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client support it since version 2.1.0." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypt the contents of the files, but not " +"the folder and file names." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:27 +msgid "" +"More technical details of encrypted library can be found at Seafile " +"Manual." +msgstr "" + +#: seahub/help/templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "Αποκλεισμός αρχείων/φακέλων από τον συγχρονισμό" + +#: seahub/help/templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: seahub/help/templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "Μία κενή γραμμή δεν επιλέγει κανένα αρχείο." + +#: seahub/help/templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "Μία γραμμή που ξεκινά με # προσθέτει ένα σχόλιο." + +#: seahub/help/templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "Το Seafile υποστηρίζει wildcards στα μοτίβα. Για παράδειγμα, \"foo/*\" επιλέγει το \"foo/1\" και \"foo/hello\". Το \"foo/?\" επιλέγει το \"foo/1\" αλλά όχι το \"foo/hello\". Σημειώστε ότι ο χαρακτήρας wildcard * επιλέγει όλα τα path σε ένα φάκελο. Για παράδειγμα, το \"foo/*.html\" επιλέγει το \"foo/a.html\" και το \"foo/templates/b.html\"." + +#: seahub/help/templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "Αν ένα μοτίβο δεν τελειώνει με slash, δεν επιλέξει φάκελο. Δηλαδή, το \"foo\" θα επιλέξει το αρχείο \"foo\" ή ένα συμβολικό δεσμό. Αλλά το \"foo/\" και \"foo*\" θα επιλέξει ένα φάκελο και τους υποφακέλους του." + +#: seahub/help/templates/help/ignore.html:18 +msgid "Example" +msgstr "Παράδειγμα" + +#: seahub/help/templates/help/ignore.html:36 +msgid "Notes" +msgstr "Σημειώσεις" + +#: seahub/help/templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "Το αρχείο seafile-ignore.txt ορίζει ποια αρχεία θα εξαιρεθούν στην πλευρά του πελάτη. Εξακολουθείτε να μπορείτε να δημιουργήσετε κάποιο αρχείο στο web κομμάτι το οποίο να εξαιρείται από το συγχρονισμό με τον πελάτη. Σε αυτή την περίπτωση," + +#: seahub/help/templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "Το αρχείο που δημιουργείται θα συγχρονίζεται στους πελάτες. Αλλά οποιοσδήποτε τοπικές αλλαγές σε αυτά τα αρχεία θα αγνοούνται." + +#: seahub/help/templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "Αν το αρχείο τροποποιηθεί στο seahub, η νέα έκδοση θα συγχρονιστεί στους πελάτες. Αν το αρχείο στον πελάτη έχει τροποποιηθεί, θα δημιουργηθεί ένα αντικρουώμενο αρχείο στον πελάτη." + +#: seahub/help/templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "το seafile-ignore.txt απλά εξαιρεί τα αρχεία που δεν έχουν ακόμα συγχρονιστεί. Αν το αρχείο έχει συγχρονιστεί και σε κάποια στιγμή αργότερα το προσθέσετε στην λίστα αγνόησης, οι υπάρχουσες εκδόσεις δεν θα αφαιρεθούν." + +#: seahub/help/templates/help/install.html:6 +msgid "Installing Seafile Client Program" +msgstr "" + +#: seahub/help/templates/help/install.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "Αφού κατεβάσετε το πρόγραμμα πελάτη Seafile, πρέπει να κάνετε 3 βήματα για να το ρυθμίσετε και να το χρησιμοποιήσετε." + +#: seahub/help/templates/help/install.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "1. Επιλέγξτε ένα διαμέρισμα στο δίσκο για να αποθηκεύονται τα αρχεία του Seafile" + +#: seahub/help/templates/help/install.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:13 +msgid "2. Add an account" +msgstr "2. Εισάγετε ένα λογαριασμό" + +#: seahub/help/templates/help/install.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "Προσθέστε ένα λογαριασμό στον προσωπικό σας Seafile server ή στον δικό μας δημόσιο server." + +#: seahub/help/templates/help/install.html:18 +msgid "3. Sync a library" +msgstr "3. Συγχρονίστε μία βιβλιοθήκη" + +#: seahub/help/templates/help/install.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "Κάντε κλικ στο κουμπί \"Συγχρονιστε αυτή τη βιβλιοθήκη\" για να την συγχρονίσετε σε έναν τοπικό φάκελο." + +#: seahub/help/templates/help/install.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "Έπειτα, προσθέτετε κάποια αρχεία στην βιβλιοθήκη. Θα συγχρονιστούν αυτόματα με την πλατφόρμα cloud." + +#: seahub/help/templates/help/install.html:26 +msgid "4. (Optional) Create a library" +msgstr "4. (Προεραιτικά) Δημιουργήστε μία βιβλιοθήκη" + +#: seahub/help/templates/help/install.html:28 +msgid "You can also create a library from a local folder." +msgstr "Μπορείτε επίσης να δημιουργήσετε μια βιβλιοθήκη από έναν τοπικό φάκελο." + +#: seahub/help/templates/help/install.html:34 +msgid "5. Browse files on the cloud" +msgstr "" + +#: seahub/help/templates/help/install.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:6 +msgid "Selective Sync Sub-folders" +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. If your " +"Seafile server is Pro edition, you can selectively sync a sub-folder in a " +"library, instead of syncing the entire library." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:6 +msgid "Syncing With an Existing Folder" +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:6 +msgid "Setting Sync Interval" +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:6 +msgid "Unsync and Resync Library" +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use sync with existing folder " +"feature." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:5 +#: seahub/templates/js/sysadmin-templates.html:277 +#: seahub/templates/sysadmin/base.html:5 +msgid "Exit admin panel" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:16 +#: seahub/institutions/templates/institutions/useradmin.html:9 +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 +msgid "Users" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:37 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:7 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:7 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:8 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:7 +msgid "Search users..." +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:7 +#: seahub/templates/js/sysadmin-templates.html:8 +#: seahub/templates/js/sysadmin-templates.html:98 +#: seahub/templates/sysadmin/base.html:16 +msgid "Info" +msgstr "Πληροφορίες" + +#: seahub/institutions/templates/institutions/info.html:13 +#: seahub/templates/home_base.html:59 +#: seahub/templates/js/sysadmin-templates.html:19 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:737 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1855 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/sysadmin/sys_org_info_group.html:10 +#: seahub/templates/sysadmin/sys_org_info_library.html:10 +#: seahub/templates/sysadmin/sys_org_info_setting.html:10 +#: seahub/templates/sysadmin/sys_org_info_user.html:9 +msgid "Libraries" +msgstr "Βιβλιοθήκες" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Active Users" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Total Users" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:20 +#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/user_profile.html:4 +#: seahub/templates/sysadmin/userinfo.html:23 +msgid "Profile" +msgstr "Προφίλ" + +#: seahub/institutions/templates/institutions/user_info.html:21 +#: seahub/templates/i18n.html:11 seahub/templates/sysadmin/userinfo.html:24 +msgid "Owned Libs" +msgstr "Δικές σας βιβλιοθήκες" + +#: seahub/institutions/templates/institutions/user_info.html:28 +#: seahub/templates/sysadmin/userinfo.html:33 +msgid "Avatar" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:35 +#: seahub/templates/sysadmin/userinfo.html:44 +msgctxt "true name" +msgid "Name" +msgstr "Όνομα" + +#: seahub/institutions/templates/institutions/user_info.html:40 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/userinfo.html:56 +msgid "Department" +msgstr "Τμήμα" + +#: seahub/institutions/templates/institutions/user_info.html:43 +#: seahub/templates/registration/registration_form.html:36 +#: seahub/templates/sysadmin/userinfo.html:69 +msgid "Telephone" +msgstr "Τηλέφωνο" + +#: seahub/institutions/templates/institutions/user_info.html:47 +#: seahub/institutions/templates/institutions/useradmin.html:18 +#: seahub/institutions/templates/institutions/useradmin_search.html:20 +#: seahub/templates/sysadmin/org_admin_table.html:6 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:17 +#: seahub/templates/sysadmin/sys_inst_info_base.html:23 +#: seahub/templates/sysadmin/sys_inst_info_user.html:17 +#: seahub/templates/sysadmin/sys_inst_search_user.html:18 +#: seahub/templates/sysadmin/sys_org_info_base.html:26 +#: seahub/templates/sysadmin/sys_org_info_user.html:21 +msgid "Space Used" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:48 +#: seahub/templates/sysadmin/sys_inst_info_base.html:24 +#: seahub/templates/sysadmin/sys_org_info_base.html:28 +msgid "Set Quota" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:52 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:88 +#: seahub/templates/sysadmin/useradmin_table.html:111 +#: seahub/templates/sysadmin/userinfo.html:102 +msgid "Set user storage limit" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:55 +msgid "Available quota:" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:67 +#: seahub/templates/file_revisions.html:56 +#: seahub/templates/js/sysadmin-templates.html:470 +#: seahub/templates/js/sysadmin-templates.html:768 +#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:1217 +#: seahub/templates/js/templates.html:1236 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1613 +#: seahub/templates/js/templates.html:1632 +#: seahub/templates/repo_dir_recycle_view.html:46 +#: seahub/templates/repo_history_view.html:59 +#: seahub/templates/sysadmin/userinfo.html:119 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:206 +#: seahub/templates/view_shared_dir.html:55 +msgid "Size" +msgstr "Μέγεθος" + +#: seahub/institutions/templates/institutions/user_info.html:68 +#: seahub/templates/js/sysadmin-templates.html:471 +#: seahub/templates/js/templates.html:301 +#: seahub/templates/js/templates.html:1158 +#: seahub/templates/js/templates.html:1218 +#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1261 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/view_shared_dir.html:56 +msgid "Last Update" +msgstr "Τελευταία τροποποίηση" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/templates/js/templates.html:1273 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:176 +msgid "Encrypted" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:176 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "library icon" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:103 +#: seahub/templates/sysadmin/userinfo.html:157 +msgid "This user has not created any libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:113 +#: seahub/templates/js/sysadmin-templates.html:807 +#: seahub/templates/js/templates.html:1492 +#: seahub/templates/sysadmin/sys_useradmin.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/userinfo.html:253 seahub/views/sysadmin.py:279 +msgid "Role" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:114 +#: seahub/templates/sysadmin/sys_inst_admin.html:28 +#: seahub/templates/sysadmin/sys_org_info_group.html:20 +#: seahub/templates/sysadmin/sys_publink_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:254 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:1062 +msgid "Create At" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:128 +#: seahub/templates/sysadmin/userinfo.html:268 +msgid "This user has not created or joined any groups" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:151 +#: seahub/templates/sysadmin/sys_inst_info_base.html:56 +msgid "Space Quota can't be empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Contact Email" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:17 +#: seahub/institutions/templates/institutions/useradmin_search.html:19 +#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:16 +#: seahub/templates/sysadmin/sys_inst_info_user.html:16 +#: seahub/templates/sysadmin/sys_inst_search_user.html:17 +#: seahub/templates/sysadmin/sys_org_info_user.html:20 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:36 +#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:11 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Status" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:19 +#: seahub/institutions/templates/institutions/useradmin_search.html:21 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:18 +#: seahub/templates/sysadmin/sys_inst_info_user.html:18 +#: seahub/templates/sysadmin/sys_inst_search_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:22 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:26 +#: seahub/templates/sysadmin/useradmin_table.html:14 +msgid "Create At / Last Login" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:33 +#: seahub/institutions/templates/institutions/useradmin.html:40 +#: seahub/institutions/templates/institutions/useradmin_search.html:35 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:28 +#: seahub/templates/sysadmin/sys_inst_info_user.html:28 +#: seahub/templates/sysadmin/sys_inst_search_user.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:39 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:53 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:44 +#: seahub/views/sysadmin.py:324 +msgid "Active" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:35 +#: seahub/institutions/templates/institutions/useradmin.html:41 +#: seahub/institutions/templates/institutions/useradmin_search.html:37 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:30 +#: seahub/templates/sysadmin/sys_inst_info_user.html:30 +#: seahub/templates/sysadmin/sys_inst_search_user.html:31 +#: seahub/templates/sysadmin/sys_org_info_user.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:55 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:61 +#: seahub/templates/sysadmin/useradmin_table.html:39 +#: seahub/templates/sysadmin/useradmin_table.html:45 +#: seahub/views/sysadmin.py:326 +msgid "Inactive" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:66 +#: seahub/institutions/templates/institutions/useradmin_search.html:62 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_inst_admin.html:44 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:47 +#: seahub/templates/sysadmin/sys_inst_info_user.html:48 +#: seahub/templates/sysadmin/sys_publink_admin.html:59 +#: seahub/templates/sysadmin/sys_terms_admin.html:48 +msgid "Empty" +msgstr "Άδειο" + +#: seahub/institutions/templates/institutions/useradmin.html:70 +#: seahub/templates/sysadmin/sys_inst_info_user.html:52 +#: seahub/templates/sysadmin/sys_org_info_user.html:60 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:104 +#: seahub/templates/sysadmin/sys_useradmin.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:53 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:31 +#: seahub/templates/sysadmin/user_search.html:27 +msgid "Activating..., please wait" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:78 +#: seahub/institutions/templates/institutions/useradmin_search.html:70 +#: seahub/templates/sysadmin/sys_org_info_user.html:178 +#: seahub/templates/sysadmin/useradmin_js.html:3 +#: seahub/templates/sysadmin/useradmin_js.html:122 +msgid "Delete User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:124 +#: seahub/templates/sysadmin/sys_inst_info_user.html:98 +#: seahub/templates/sysadmin/useradmin_js.html:64 +msgid "Edit succeeded, an email has been sent." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:126 +#: seahub/templates/sysadmin/sys_inst_info_user.html:100 +#: seahub/templates/sysadmin/useradmin_js.html:66 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:128 +#: seahub/templates/sysadmin/sys_inst_info_user.html:102 +#: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/useradmin_js.html:68 +msgid "Edit succeeded" +msgstr "Επιτυχημένη επεξεργασία" + +#: seahub/institutions/templates/institutions/useradmin.html:136 +#: seahub/templates/sysadmin/sys_inst_info_user.html:110 +#: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/useradmin_js.html:76 +msgid "Edit failed." +msgstr "Αποτυχία επεξεργασίας." + +#: seahub/institutions/templates/institutions/useradmin_search.html:7 +#: seahub/templates/sysadmin/sys_inst_search_user.html:5 +#: seahub/templates/sysadmin/user_search.html:7 +msgid "Search User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:13 +#: seahub/templates/js/sysadmin-templates.html:347 +#: seahub/templates/js/sysadmin-templates.html:575 +#: seahub/templates/sysadmin/sys_inst_search_user.html:11 +#: seahub/templates/sysadmin/sys_org_search.html:15 +#: seahub/templates/sysadmin/user_search.html:14 +msgid "Result" +msgstr "" + +#: seahub/institutions/views.py:162 +#: seahub/templates/js/sysadmin-templates.html:323 +#: seahub/templates/js/sysadmin-templates.html:344 +#: seahub/templates/js/sysadmin-templates.html:356 +#: seahub/templates/js/sysadmin-templates.html:428 +#: seahub/templates/js/sysadmin-templates.html:550 +#: seahub/templates/js/sysadmin-templates.html:581 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:825 +#: seahub/templates/sysadmin/sys_org_admin.html:30 +#: seahub/templates/sysadmin/sys_org_info_library.html:21 +#: seahub/templates/sysadmin/sys_publink_admin.html:13 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:12 +#: seahub/views/sysadmin.py:616 +msgid "Owner" +msgstr "" + +#: seahub/institutions/views.py:164 seahub/templates/base.html:74 +#: seahub/templates/base.html.py:77 +#: seahub/templates/js/sysadmin-templates.html:827 +#: seahub/templates/js/sysadmin-templates.html:831 +#: seahub/templates/js/sysadmin-templates.html:838 +#: seahub/templates/js/templates.html:1526 +#: seahub/templates/js/templates.html:1530 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1835 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:618 +msgid "Admin" +msgstr "Διαχειριστής" + +#: seahub/institutions/views.py:166 +#: seahub/templates/js/sysadmin-templates.html:830 +#: seahub/templates/js/sysadmin-templates.html:834 +#: seahub/templates/js/sysadmin-templates.html:837 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1533 +#: seahub/templates/js/templates.html:1536 seahub/views/sysadmin.py:620 +msgid "Member" +msgstr "" + +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:714 +#, python-format +msgid "Successfully deleted %s" +msgstr "" + +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:716 +msgid "Failed to delete: the user does not exist" +msgstr "" + +#: seahub/invitations/models.py:16 seahub/invitations/models.py:34 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/useradmin_table.html:53 +#: seahub/templates/sysadmin/useradmin_table.html:63 +#: seahub/views/sysadmin.py:337 +msgid "Guest" +msgstr "" + +#: seahub/invitations/models.py:90 +#, python-format +msgid "%(user)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:8 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_batch_add_email.html:9 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:12 +#, python-format +msgid "" +"%(inviter)s invited you to join %(site_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:26 +#: seahub/templates/sysadmin/settings.html:213 +#: seahub/templates/sysadmin/useradmin_js.html:197 +#: seahub/templates/sysadmin/userinfo.html:398 +msgid "It is required." +msgstr "" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:57 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:73 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:98 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:28 +#: seahub/notifications/management/commands/send_notices.py:272 +#, python-format +msgid "New notice on %s" +msgstr "Νέα ειδοποίηση στο %s" + +#: seahub/notifications/models.py:422 seahub/notifications/models.py:464 +#: seahub/notifications/models.py:492 seahub/notifications/models.py:529 +#: seahub/notifications/models.py:561 seahub/notifications/models.py:579 +#: seahub/notifications/models.py:609 seahub/notifications/models.py:631 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1088 +msgid "Internal error" +msgstr "Internal error" + +#: seahub/notifications/models.py:441 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "" + +#: seahub/notifications/models.py:448 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to Deleted " +"Library" +msgstr "" + +#: seahub/notifications/models.py:474 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to " +"you." +msgstr "Ο %(user)s έχει μοιραστεί μία βιβλιοθήκη με όνομα %(repo_name)s με εσάς." + +#: seahub/notifications/models.py:509 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:540 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "Η %(group_name)s έχει μια νέα συζήτηση." + +#: seahub/notifications/models.py:544 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(group_name)s." +msgstr "Ο %(user)s άνοιξε μια καινούρια συζήτηση στην ομάδα %(group_name)s." + +#: seahub/notifications/models.py:590 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "Ο χρήστης %(username)s ζήτησε να γίνει μέλος της ομάδας %(group_name)s, μήνυμα επιβεβαίωσης: %(join_request_msg)s" + +#: seahub/notifications/models.py:619 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "" + +#: seahub/notifications/models.py:645 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "Γεια σου, %(name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "\nΈχετε 1 νέα ειδοποίηση στο %(site_name)s:\n" +msgstr[1] "\nΈχετε %(num)s νέες ειδοποιήσεις στο %(site_name)s:\n" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +#: seahub/notifications/templates/notifications/user_notification_list.html:21 +msgid "Message" +msgstr "Μήνυμα" + +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:22 +#: seahub/templates/file_revisions.html:54 +#: seahub/templates/js/sysadmin-templates.html:238 +#: seahub/templates/js/sysadmin-templates.html:860 +#: seahub/templates/repo_history.html:29 +msgid "Time" +msgstr "Ώρα" + +#: seahub/notifications/templates/notifications/notice_email.html:27 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(grp_name)s" +msgstr "Ο %(user)s άνοιξε μια καινούρια συζήτηση στην %(grp_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "Ο %(user)s έχει μοιραστεί μία βιβλιοθήκη με όνομα %(lib_name)s με εσάς." + +#: seahub/notifications/templates/notifications/notice_email.html:36 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:39 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "Έχετε λάβει ένα νέο μήνυμα από τον %(user)s." + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "Ένα αρχείο με το όνομα %(file_name)s έχει ανεβεί στον φάκελό σας %(folder_name)s." + +#: seahub/notifications/templates/notifications/notice_email.html:48 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "Ο χρήστης %(user)s ζήτησε να γίνει μέλος της ομάδας %(grp_name)s, μήνυμα επιβεβαίωσης: %(msg)s" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:64 +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: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:27 +msgid "(current notification)" +msgstr "(τωρινή ειδοποίηση)" + +#: seahub/notifications/templates/notifications/notification_list.html:31 +msgid "Set to current" +msgstr "Ρύθμιση ως ενεργή" + +#: seahub/notifications/templates/notifications/notification_list.html:51 +msgid "Delete Notification" +msgstr "Διαγραφή ειδοποίησης" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in file %(file_name)s during regular scanning." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning. Please check the report at:" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:4 +#: seahub/notifications/templates/notifications/user_notification_list.html:9 +msgid "Notices" +msgstr "Ειδοποιήσεις" + +#: 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:29 +#: seahub/templates/libraries.html:179 +#: seahub/templates/repo_dir_recycle_view.html:59 +msgid "More" +msgstr "Περισσότερα" + +#: seahub/notifications/views.py:130 +msgid "Successfully cleared all notices." +msgstr "Όλες οι ειδοποιήσεις σβήστηκαν επιτυχώς." + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "Παρακαλώ επιλέξτε πως θα προβάλονται οι κρυπτογραφημένες βιβλιοθήκες online:" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "Αποστολή κωδικών πρόσβασης στον διακομιστή." + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "Τα αρχεία θα αποκρυπτογραφούνται στον διακομιστή πριν αποσταλλούν σε εσάς." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "Αποθήκευση κωδικών χρήσης στο πρόγραμμα περιήγησής σας." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "Τα αρχεία θα αποκρυπτογραφούνται στο πρόγραμμα περιήγησής σας όταν τα κατεβάσετε." + +#: seahub/options/templates/options/set_user_options.html:13 +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 "Συμβουλή: ο τελευταίος τρόπος είναι ο πιο ασφαλής, αλλά δεν υποστηρίζεται από όλα τα προγράμματα περιήγησης. Σας προτείνουμε να χρησιμοποιήσετε την τελευταία έκδοση του Chrome ή του Firefox." + +#: seahub/profile/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/templates/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:15 +#: seahub/templates/js/sysadmin-templates.html:276 +#: seahub/templates/js/templates.html:1047 +#: seahub/templates/js/templates.html:1827 seahub/templates/libraries.html:121 +#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/sysadmin/settings.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:11 +#: seahub/templates/sysadmin/sys_org_info_library.html:11 +#: seahub/templates/sysadmin/sys_org_info_setting.html:11 +#: seahub/templates/sysadmin/sys_org_info_user.html:10 +msgid "Settings" +msgstr "Ρυθμίσεις" + +#: seahub/profile/templates/profile/set_profile.html:14 +msgid "Language" +msgstr "Γλώσσα" + +#: seahub/profile/templates/profile/set_profile.html:16 +msgid "Default Library" +msgstr "Προεπιλεγμένη βιβλιοθήκη" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:111 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:21 +#: seahub/profile/templates/profile/set_profile.html:136 +#: seahub/profile/templates/profile/set_profile.html:159 +msgid "Delete Account" +msgstr "Διαγραφή λογαριασμού" + +#: seahub/profile/templates/profile/set_profile.html:30 +msgid "Profile Setting" +msgstr "Ρύθμιση προφίλ" + +#: seahub/profile/templates/profile/set_profile.html:32 +msgid "Avatar:" +msgstr "Avatar:" + +#: seahub/profile/templates/profile/set_profile.html:34 +msgid "Change" +msgstr "Αλλαγή" + +#: seahub/profile/templates/profile/set_profile.html:41 +msgid "Password:" +msgstr "Κωδικός:" + +#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/templates/sysadmin/sys_terms_admin.html:39 +msgid "Update" +msgstr "Ανανέωση" + +#: seahub/profile/templates/profile/set_profile.html:43 +msgctxt "true name" +msgid "Name:" +msgstr "Όνομα:" + +#: seahub/profile/templates/profile/set_profile.html:50 +msgid "Username:" +msgstr "Όνομα χρήστη:" + +#: seahub/profile/templates/profile/set_profile.html:51 +msgid "You can use this field at login." +msgstr "Μπορείς να χρησιμοποιήσεις αυτό το πεδίο κατά την είσοδο." + +#: seahub/profile/templates/profile/set_profile.html:56 +msgid "Contact Email:" +msgstr "E-mail επικοινωνίας" + +#: seahub/profile/templates/profile/set_profile.html:57 +msgid "Your notifications will be sent to this email." +msgstr "Οι γνωστοποιήσεις θα αποστέλλονται σε αυτό το e-mail. " + +#: seahub/profile/templates/profile/set_profile.html:62 +msgid "Department:" +msgstr "Τμήμα:" + +#: seahub/profile/templates/profile/set_profile.html:67 +msgid "Telephone:" +msgstr "Τηλέφωνο:" + +#: seahub/profile/templates/profile/set_profile.html:79 +msgid "Language Setting" +msgstr "Ρύθμιση γλώσσας" + +#: seahub/profile/templates/profile/set_profile.html:90 +msgid "Default Library Setting" +msgstr "Ρύθμιση προεπιλεγμένης βιβλιοθήκης" + +#: seahub/profile/templates/profile/set_profile.html:92 +msgid "Your default library:" +msgstr "Η προεπιλεγμένη βιβλιοθήκη σας:" + +#: seahub/profile/templates/profile/set_profile.html:94 +msgid "" +"Default library is the default place to store your personal documents and " +"pictures." +msgstr "Η προεπιλεγμένη βιβλιοθήκη είναι ο προεπιλεγμένος χώρος για αποθήκευση των προσωπικών εγγράφων και των φωτογραφιών σας." + +#: seahub/profile/templates/profile/set_profile.html:95 +msgid "Choose Default Library" +msgstr "Επιλογή προεπιλεγμένης βιβλιοθήκης" + +#: seahub/profile/templates/profile/set_profile.html:98 +msgid "Choose default library:" +msgstr "Επιλέξτε προεπιλεγμένη βιβλιοθήκη:" + +#: seahub/profile/templates/profile/set_profile.html:113 +msgid "enabled" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:115 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:119 +msgid "" +"If you don't have any device with you, you can access your account using " +"backup codes." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:120 +#, python-format +msgid "You have only one backup code remaining." +msgid_plural "You have %(counter)s backup codes remaining." +msgstr[0] "" +msgstr[1] "" + +#: seahub/profile/templates/profile/set_profile.html:123 +msgid "Show Codes" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:127 +msgid "" +"Two-factor authentication is not enabled for your account. Enable two-factor" +" authentication for enhanced account security." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:129 +msgid "Enable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:137 +msgid "This operation will not be reverted. Please think twice!" +msgstr "Αυτή η λειτουργία δεν μπορεί να αναιρεθεί. Παρακαλώ ξανασκεφτείτε το!" + +#: seahub/profile/templates/profile/set_profile.html:160 +msgid "Really want to delete your account?" +msgstr "Θέλετε πραγματικά να διαγράψετε τον λογαριασμό σας;" + +#: seahub/profile/views.py:41 +msgid "Successfully edited profile." +msgstr "Επιτυχής τροποποίηση του προφίλ." + +#: seahub/profile/views.py:45 +msgid "Failed to edit profile" +msgstr "Αποτυχία επεξεργασίας προφίλ" + +#: seahub/profile/views.py:157 +msgid "Has not accepted invitation yet" +msgstr "Δεν έχει αποδεχτεί την πρόσκληση ακόμη" + +#: seahub/profile/views.py:176 +msgid "Demo account can not be deleted." +msgstr "Ο Δοκιμαστικός λογαριασμός δεν μπορεί να διαγραφεί." + +#: seahub/profile/views.py:202 +msgid "Failed to set default library." +msgstr "Αποτυχία επιλογής προεπιλεγμένης βιβλιοθήκης." + +#: seahub/profile/views.py:206 +msgid "Can not set encrypted library as default library." +msgstr "Δεν μπορεί να επιλεγεί κρυπτογραφημένη βιβλιοθήκη ως προεπιλεγμένη." + +#: seahub/profile/views.py:211 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "Επιτυχής ρύθμιση της \"%s\" ως προεπιλεγμένης βιβλιοθήκης." + +#: seahub/settings.py:143 +msgid "català" +msgstr "Καταλανικά" + +#: seahub/settings.py:144 +msgid "Deutsch" +msgstr "Γερμανικά" + +#: seahub/settings.py:145 +msgid "English" +msgstr "Αγγλικά" + +#: seahub/settings.py:146 +msgid "Español" +msgstr "Ισπανικά" + +#: seahub/settings.py:147 +msgid "Español de Argentina" +msgstr "" + +#: seahub/settings.py:148 +msgid "Español de México" +msgstr "" + +#: seahub/settings.py:149 +msgid "Suomi" +msgstr "" + +#: seahub/settings.py:150 +msgid "français" +msgstr "Γαλλικά" + +#: seahub/settings.py:151 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:152 +msgid "Magyar" +msgstr "" + +#: seahub/settings.py:153 +msgid "Íslenska" +msgstr "Ισλανδικά" + +#: seahub/settings.py:154 +msgid "Italiano" +msgstr "Ιταλικά" + +#: seahub/settings.py:155 +msgid "日本語" +msgstr "" + +#: seahub/settings.py:156 +msgid "한국어" +msgstr "" + +#: seahub/settings.py:157 +msgid "Latvian" +msgstr "Λετονέζικα" + +#: seahub/settings.py:158 +msgid "Nederlands" +msgstr "Ολλανδικά" + +#: seahub/settings.py:159 +msgid "Polski" +msgstr "Πολωνικά" + +#: seahub/settings.py:160 +msgid "Portuguese, Brazil" +msgstr "Πορτογαλικά, Βραζιλιάνικα" + +#: seahub/settings.py:161 +msgid "Русский" +msgstr "Ρώσικα" + +#: seahub/settings.py:162 +msgid "Slovak" +msgstr "Σλοβάκικα" + +#: seahub/settings.py:163 +msgid "Slovenian" +msgstr "Σλοβένικα" + +#: seahub/settings.py:164 +msgid "Svenska" +msgstr "Σουηδικά" + +#: seahub/settings.py:165 +msgid "ไทย" +msgstr "" + +#: seahub/settings.py:166 +msgid "Türkçe" +msgstr "Τουρκικά" + +#: seahub/settings.py:167 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:168 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:169 +msgid "繁體中文" +msgstr "" + +#: seahub/share/forms.py:20 seahub/share/forms.py:33 +msgid "Email is required" +msgstr "Η διεύθυνση ηλ. ταχυδρομείου είναι απαραίτητη" + +#: seahub/share/forms.py:21 seahub/share/forms.py:34 +msgid "Email is not longer than 512 characters" +msgstr "Το email δεν είναι μεγαλύτερο από 512 χαρακτήρες" + +#: seahub/share/models.py:72 +msgid "Password can't be empty" +msgstr "Ο κωδικός δεν μπορεί να είναι κενός" + +#: seahub/share/models.py:79 +msgid "Please enter a correct password." +msgstr "Παρακαλώ εισάγετε ένα σωστό κωδικό." + +#: seahub/share/templates/share/audit_code_email.html:11 +#, python-format +msgid "Your code is %(code)s, this code will be valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:6 +msgid "Email Verification" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:8 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:11 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:13 +msgid "Verification code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:63 +msgid "A verification code has been sent to the email." +msgstr "" + +#: seahub/share/views.py:199 seahub/share/views.py:311 +msgid "Internal server error, or please check the email(s) you entered" +msgstr "Σφάλμα διακομιστή, ή παρακαλώ ελέγξτε τα email που εισάγατε" + +#: seahub/share/views.py:219 +msgid "Please choose a directory." +msgstr "Παρακαλώ επιλέξτε ένα φάκελο." + +#: seahub/share/views.py:241 +msgid "Successfully saved." +msgstr "Αποθηκεύτηκε με επιτυχία." + +#: seahub/share/views.py:255 +msgid "" +"Sending shared upload link failed. Email service is not properly configured," +" please contact administrator." +msgstr "Η αποστολή του συνδέσμου μεταφόρτωσης απέτυχε. Η υπηρεσία email δεν είναι σωστά ρυθμισμένη, παρακαλώ επικοινωνήστε με το διαχειριστή." + +#: seahub/share/views.py:329 seahub/thumbnail/views.py:40 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 +#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 +#: seahub/views/ajax.py:544 seahub/views/ajax.py:738 seahub/views/ajax.py:1091 +msgid "Library does not exist." +msgstr "Η βιβλιοθήκη δεν υπάρχει." + +#: seahub/share/views.py:333 +msgid "Directory does not exist." +msgstr "Ο φάκελος δεν υπάρχει." + +#: seahub/share/views.py:382 +msgid "Only the owner of the library has permission to share it." +msgstr "Μόνο ο ιδιοκτήτης της βιβλιοθήκης έχει δικαίωμα διαμοιρασμού." + +#: seahub/share/views.py:420 +msgid "Please check the email(s) you entered" +msgstr "Παρακαλώ ελέγξτε τα email που εισάγατε" + +#: seahub/share/views.py:437 +msgid "Email address is not valid" +msgstr "" + +#: seahub/share/views.py:446 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:455 +msgid "Verification code for visiting share links" +msgstr "" + +#: seahub/share/views.py:470 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "Συγγνώμη, αλλά η σελίδα που ζητήσατε δεν μπορεί να βρεθεί." + +#: seahub/templates/base.html:9 seahub/templates/base_for_backbone.html:9 +#: seahub/templates/sysadmin/sysadmin_backbone.html:9 +msgid "File Collaboration Team Organization" +msgstr "" + +#: seahub/templates/base.html:42 seahub/templates/base_for_backbone.html:50 +#: seahub/templates/sysadmin/sysadmin_backbone.html:45 +msgid "Side Nav Menu" +msgstr "" + +#: seahub/templates/base.html:53 seahub/templates/base_for_backbone.html:65 +#: seahub/templates/sysadmin/sysadmin_backbone.html:48 +msgid "View profile and more" +msgstr "" + +#: seahub/templates/base.html:71 seahub/templates/js/sysadmin-templates.html:5 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/sysadmin/base.html:13 +msgid "System Admin" +msgstr "Διαχειριστής συστήματος" + +#: seahub/templates/base.html:74 seahub/templates/js/templates.html:1832 +msgid "Organization Admin" +msgstr "" + +#: seahub/templates/base.html:80 seahub/templates/finish_payment.html:5 +#: seahub/templates/js/sysadmin-templates.html:278 +#: seahub/templates/js/templates.html:1837 +msgid "Log out" +msgstr "Αποσύνδεση" + +#: seahub/templates/base.html:123 seahub/templates/base_for_backbone.html:87 +#: seahub/templates/sysadmin/sysadmin_backbone.html:70 +#: seahub/views/sysadmin.py:332 seahub/views/sysadmin.py:333 +msgid "Yes" +msgstr "Ναι" + +#: seahub/templates/base.html:124 seahub/templates/base_for_backbone.html:88 +#: seahub/templates/sysadmin/sysadmin_backbone.html:71 +msgid "No" +msgstr "Όχι" + +#: seahub/templates/base_for_backbone.html:28 +msgid "" +"We no longer support this version of IE. Please upgrade it to version 10 or " +"above." +msgstr "Αυτή η έκδοση του IE δεν υποστηρίζετε πλεόν. Παρακαλώ αναβαθμίστε τον IE στην έκδοση 10 ή παραπάνω." + +#: seahub/templates/base_for_backbone.html:58 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/js/templates.html:1804 +#: seahub/templates/sysadmin/base.html:46 +msgid "Notifications" +msgstr "Ειδοποιήσεις" + +#: seahub/templates/base_for_backbone.html:94 +#, python-format +msgid "Welcome to %(site_name)s" +msgstr "" + +#: seahub/templates/base_for_backbone.html:96 +#, python-format +msgid "" +"%(site_name)s 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/base_for_backbone.html:98 +#, python-format +msgid "" +"%(site_name)s 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/choose_register.html:13 +#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/registration_form.html:11 +msgid "Signup" +msgstr "Δημιουργία λογαριασμού" + +#: seahub/templates/choose_register.html:14 +msgid "Create a personal account" +msgstr "Δημιουργήστε έναν προσωπικό λογαριασμό" + +#: seahub/templates/choose_register.html:15 +msgid "Create an organization account" +msgstr "Δημιουργήστε ένα λογαριασμό για έναν οργανισμό" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "Αυτή η βιβλιοθήκη είναι κρυπτογραφημένη. Παρακαλώ εισάγετε τον κωδικό σας αν θέλετε να την προβάλετε online. Ο κωδικός θα μείνει στον διακομιστή για μόλις 1 ώρα." + +#: seahub/templates/decrypt_repo_form.html:9 +#: seahub/templates/share_access_validation.html:13 +msgid "Password: " +msgstr "Κωδικός:" + +#: seahub/templates/decrypt_repo_form.html:24 +#: seahub/templates/share_access_validation.html:29 +msgid "Please enter the password." +msgstr "Παρακαλώ εισάγετε τον κωδικό." + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:88 +#: seahub/templates/js/sysadmin-templates.html:521 +#: seahub/templates/js/templates.html:190 +#: seahub/templates/js/templates.html:196 +#: seahub/templates/js/templates.html:338 +#: seahub/templates/js/templates.html:401 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:573 +#: seahub/templates/js/templates.html:636 +#: seahub/templates/js/templates.html:662 +#: seahub/templates/repo_history_view.html:79 +#: seahub/templates/shared_file_view.html:40 +#: seahub/templates/shared_file_view.html:69 +#: seahub/templates/sysadmin/userinfo.html:223 +#: seahub/templates/view_file_base.html:67 +#: seahub/templates/view_file_base.html:149 +#: seahub/templates/view_history_file.html:23 +#: seahub/templates/view_history_file.html:34 +#: seahub/templates/view_shared_dir.html:72 +#: seahub/templates/view_shared_dir.html:73 +#: seahub/templates/view_shared_dir.html:104 +#: seahub/templates/view_shared_dir.html:105 +#: seahub/templates/view_shared_dir.html:122 +#: seahub/templates/view_shared_dir.html:156 +msgid "Download" +msgstr "Λήψη" + +#: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 +#: seahub/templates/js/templates.html:485 +#: seahub/templates/js/templates.html:585 +msgid "Access Log" +msgstr "" + +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "Τωρινή διαδρομή:" + +#: seahub/templates/file_access.html:25 +#: seahub/templates/js/sysadmin-templates.html:181 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:676 +#: seahub/templates/js/templates.html:803 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1685 +#: seahub/templates/sysadmin/settings.html:29 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 +msgid "User" +msgstr "" + +#: seahub/templates/file_access.html:26 +#: seahub/templates/sysadmin/sys_invitations_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:207 +msgid "Type" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:184 +#: seahub/templates/js/sysadmin-templates.html:235 +#: seahub/templates/libraries.html:189 +msgid "IP" +msgstr "IP" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:183 +#: seahub/templates/libraries.html:188 +msgid "Device Name" +msgstr "Όνομα συσκευής" + +#: seahub/templates/file_access.html:28 +msgid "Date" +msgstr "" + +#: seahub/templates/file_access.html:38 +msgid "Anonymous User" +msgstr "" + +#: seahub/templates/file_access.html:56 +#: seahub/templates/js/sysadmin-templates.html:197 +#: seahub/templates/js/sysadmin-templates.html:331 +#: seahub/templates/js/sysadmin-templates.html:437 +#: seahub/templates/js/sysadmin-templates.html:559 +#: seahub/templates/js/sysadmin-templates.html:867 +#: seahub/templates/repo_history.html:78 +#: seahub/templates/snippets/admin_paginator.html:4 +#: seahub/templates/sysadmin/sys_publink_admin.html:33 +#: seahub/templates/sysadmin/sys_trafficadmin.html:30 +#: seahub/templates/sysadmin/useradmin_paginator.html:4 +msgid "Previous" +msgstr "Προηγούμενο" + +#: seahub/templates/file_access.html:59 +#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:332 +#: seahub/templates/js/sysadmin-templates.html:438 +#: seahub/templates/js/sysadmin-templates.html:560 +#: seahub/templates/js/sysadmin-templates.html:868 +#: seahub/templates/repo_history.html:81 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/templates/sysadmin/sys_publink_admin.html:36 +#: seahub/templates/sysadmin/sys_trafficadmin.html:33 +#: seahub/templates/sysadmin/useradmin_paginator.html:7 +msgid "Next" +msgstr "Επόμενο" + +#: seahub/templates/file_access.html:64 +#: seahub/templates/snippets/admin_paginator.html:12 +#: seahub/templates/sysadmin/sys_publink_admin.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:38 +#: seahub/templates/sysadmin/useradmin_paginator.html:12 +msgid "Per page: " +msgstr "" + +#: seahub/templates/file_access.html:83 +msgid "This file has (apparently) not been accessed yet" +msgstr "" + +#: seahub/templates/file_edit.html:91 +#: seahub/templates/repo_dir_recycle_view.html:21 +#: seahub/templates/repo_history_view.html:40 +#: seahub/templates/shared_file_view.html:19 +#: seahub/templates/view_shared_dir.html:20 +msgid "Current path: " +msgstr "Τωρινή διαδρομή:" + +#: seahub/templates/file_edit.html:101 +msgid "Draft saved." +msgstr "Σώθηκε το πρόχειρο." + +#: seahub/templates/file_edit.html:130 +#: seahub/templates/js/sysadmin-templates.html:236 +#: seahub/templates/js/templates.html:1157 +#: seahub/templates/js/templates.html:1951 +#: seahub/templates/js/templates.html:1986 +#: seahub/templates/sysadmin/settings.html:104 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:11 +msgid "Library" +msgstr "Βιβλιοθήκη" + +#: seahub/templates/file_edit.html:130 +msgid "is encrypted" +msgstr "είναι κρυπτογραφημένο" + +#: seahub/templates/file_edit.html:133 +msgid "The password will be kept in the server for only 1 hour." +msgstr "Ο κωδικός θα παραμείνει στον διακομιστή μόνο για 1 ώρα." + +#: seahub/templates/file_edit.html:142 +msgid "Choose a file" +msgstr "" + +#: seahub/templates/file_edit.html:150 +msgid "Please choose a file." +msgstr "" + +#: seahub/templates/file_edit.html:158 +msgid "Draft Available" +msgstr "Υπάρχει πρόχειρο" + +#: seahub/templates/file_edit.html:159 +msgid "There's a saved draft for this file, would you like to load it?" +msgstr "Υπάρχει ένα σωσμένο πρόχειρο για αυτό το αρχείο, θέλετε να το φορτώσετε;" + +#: seahub/templates/file_edit.html:160 +msgid "Load" +msgstr "Φόρτωση" + +#: seahub/templates/file_edit.html:161 +msgid "Discard" +msgstr "Απόρριψη" + +#: seahub/templates/file_edit.html:174 +msgid "Failed to save draft, exceeded max quota" +msgstr "Αποτυχία αποθήκευσης προχείρου, υπέρβαση ορίου" + +#: seahub/templates/file_edit.html:243 +msgid "Draft successfully loaded" +msgstr "Το πρόχειρο φορτώθηκε με επιτυχία" + +#: seahub/templates/file_edit.html:361 +msgid "Please check the network." +msgstr "Παρακαλώ ελέγξτε τη σύνδεσή σας με το δίκτυο." + +#: seahub/templates/file_edit.html:405 +msgid "Bold" +msgstr "" + +#: seahub/templates/file_edit.html:406 +msgid "Italic" +msgstr "" + +#: seahub/templates/file_edit.html:407 +msgid "Heading 1" +msgstr "" + +#: seahub/templates/file_edit.html:408 +msgid "Heading 2" +msgstr "" + +#: seahub/templates/file_edit.html:409 +msgid "Heading 3" +msgstr "" + +#: seahub/templates/file_edit.html:410 +msgid "Heading 4" +msgstr "" + +#: seahub/templates/file_edit.html:411 +msgid "Unordered list" +msgstr "" + +#: seahub/templates/file_edit.html:412 +msgid "Ordered list" +msgstr "" + +#: seahub/templates/file_edit.html:413 +msgid "Horizontal rule" +msgstr "" + +#: seahub/templates/file_edit.html:414 seahub/templates/file_edit.html:432 +msgid "Link" +msgstr "" + +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1651 +#: seahub/templates/repo_history_view.html:74 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +#: seahub/templates/sysadmin/userinfo.html:215 +#: seahub/templates/view_shared_dir.html:84 +#: seahub/templates/view_shared_dir.html:86 +#: seahub/templates/view_shared_dir.html:89 +msgid "File" +msgstr "Αρχείο" + +#: seahub/templates/file_edit.html:416 seahub/templates/file_edit.html:438 +msgid "Image" +msgstr "" + +#: seahub/templates/file_edit.html:417 seahub/templates/file_edit.html:444 +msgid "Table" +msgstr "" + +#: seahub/templates/file_edit.html:418 +msgid "Undo(Ctrl+Z)" +msgstr "" + +#: seahub/templates/file_edit.html:419 +msgid "Redo(Ctrl+Y)" +msgstr "" + +#: seahub/templates/file_edit.html:420 +msgid "Close live preview" +msgstr "" + +#: seahub/templates/file_edit.html:421 +msgid "Live preview" +msgstr "" + +#: seahub/templates/file_edit.html:422 +msgid "Fullscreen" +msgstr "" + +#: seahub/templates/file_edit.html:434 seahub/templates/file_edit.html:440 +msgid "Title" +msgstr "" + +#: seahub/templates/file_edit.html:435 seahub/templates/file_edit.html:441 +msgid "Please enter URL." +msgstr "" + +#: seahub/templates/file_edit.html:445 +msgid "Cells" +msgstr "" + +#: seahub/templates/file_edit.html:446 +msgid "Align" +msgstr "" + +#: seahub/templates/file_edit.html:447 +msgid "Rows" +msgstr "" + +#: seahub/templates/file_edit.html:448 +msgid "Columns" +msgstr "" + +#: seahub/templates/file_edit.html:449 +#: seahub/templates/sysadmin/sys_useradmin.html:49 +#: seahub/templates/sysadmin/useradmin_table.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/views/sysadmin.py:339 +msgid "Default" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align left" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align center" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align right" +msgstr "" + +#: seahub/templates/file_edit.html:494 +msgid "Submit failed. Please check the network." +msgstr "Αποτυχία υποβολής. Παρακαλώ ελέγξτε τη σύνδεσή σας." + +#: seahub/templates/file_edit.html:514 +msgid "Password is required." +msgstr "Ο κωδικός είναι απαραίτητος." + +#: seahub/templates/file_revisions.html:5 +#: seahub/templates/js/templates.html:257 +#: seahub/templates/js/templates.html:482 +#: seahub/templates/js/templates.html:582 +#: seahub/templates/js/templates.html:645 seahub/templates/repo_history.html:5 +#: seahub/templates/view_file_base.html:59 +msgid "History" +msgstr "Ιστορικό" + +#: seahub/templates/file_revisions.html:14 +#, python-format +msgid "%(u_filename)s Version History" +msgstr "%(u_filename)s Ιστορικό έκδοσης" + +#: seahub/templates/file_revisions.html:16 +#: seahub/templates/repo_dir_recycle_view.html:15 +#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history_view.html:16 +#: seahub/templates/sysadmin/sys_inst_info_base.html:16 +#: seahub/templates/text_diff.html:15 +msgid "Back" +msgstr "" + +#: seahub/templates/file_revisions.html:21 +msgid "" +"Tip: a new version will be generated after each modification, and you can " +"restore the file to a previous version." +msgstr "Συμβουλή: καινούρια έκδοση θα δημιουργείται μετά από κάθε τροποποίηση, και μπορείτε να επαναφέρετε το αρχείο σε προηγούμενη έκδοση." + +#: seahub/templates/file_revisions.html:36 +#: seahub/templates/file_revisions.html:38 +msgid "a week" +msgstr "την εβδομάδα" + +#: seahub/templates/file_revisions.html:41 +#: seahub/templates/file_revisions.html:43 +msgid "a month" +msgstr "τον μήνα" + +#: seahub/templates/file_revisions.html:46 +#: seahub/templates/file_revisions.html:48 +#: seahub/templates/repo_dir_recycle_view.html:71 +msgid "all" +msgstr "όλα" + +#: seahub/templates/file_revisions.html:55 +#: seahub/templates/repo_history.html:30 +msgid "Modifier" +msgstr "Τροποποιητής" + +#: seahub/templates/file_revisions.html:64 +msgid "(current version)" +msgstr "(τωρινή έκδοση)" + +#: seahub/templates/file_revisions.html:68 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "(Μετονομάστηκε ή μεταφέρθηκε από %(old_path)s)" + +#: seahub/templates/file_revisions.html:85 +#: seahub/templates/js/sysadmin-templates.html:454 +#: seahub/templates/repo_history_view.html:51 +#: seahub/templates/repo_history_view.html:68 +#: seahub/templates/repo_history_view.html:78 +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "Επαναφορά" + +#: seahub/templates/file_revisions.html:89 +#: seahub/templates/js/templates.html:2016 +#: seahub/templates/js/templates.html:2027 +msgid "View" +msgstr "Προβολή" + +#: seahub/templates/file_revisions.html:91 +msgid "Diff" +msgstr "Διαφορές" + +#: seahub/templates/file_revisions.html:114 +#, python-brace-format +msgid "Successfully restored {filename}" +msgstr "" + +#: seahub/templates/finish_payment.html:8 +msgid "Plan" +msgstr "Σχέδιο" + +#: seahub/templates/home_base.html:9 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/templates.html:889 +msgid "Files" +msgstr "Αρχεία" + +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:274 +#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:893 seahub/templates/libraries.html:13 +msgid "My Libraries" +msgstr "" + +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:898 seahub/templates/libraries.html:29 +msgid "Shared with me" +msgstr "" + +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:272 +#: seahub/templates/js/templates.html:903 seahub/templates/libraries.html:44 +msgid "Shared with all" +msgstr "" + +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:909 +#: seahub/templates/js/templates.html:926 +#: seahub/templates/js/templates.html:929 +msgid "Shared with groups" +msgstr "" + +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:911 +#: seahub/templates/js/templates.html:933 +msgid "All Groups" +msgstr "Όλες οι ομάδες" + +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:946 +msgid "Tools" +msgstr "" + +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:955 +#: seahub/templates/libraries.html:164 +msgid "Favorites" +msgstr "" + +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:959 +msgid "Activities" +msgstr "Δραστηριότητες" + +#: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 +#: seahub/templates/js/templates.html:967 +#: seahub/templates/js/templates.html:1021 +#: 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:48 seahub/templates/js/templates.html:973 +#: seahub/templates/libraries.html:183 +msgid "Linked Devices" +msgstr "" + +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:977 +#: seahub/templates/js/templates.html:2041 +#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/templates.html:2079 +msgid "Invite People" +msgstr "" + +#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:982 +msgid "Share Admin" +msgstr "Διαχειριστής κοινόχρηστων" + +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:989 +#: seahub/templates/js/templates.html:1910 +msgid "Folders" +msgstr "Φάκελοι" + +#: seahub/templates/home_base.html:62 +#: seahub/templates/js/sysadmin-templates.html:43 +#: seahub/templates/js/templates.html:994 +#: seahub/templates/js/templates.html:998 +#: seahub/templates/sysadmin/base.html:49 +msgid "Links" +msgstr "Σύνδεσμοι" + +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1010 +msgid "Enable Modules" +msgstr "Ενεργοποίηση μονάδων" + +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:216 +msgid "Upload Folder" +msgstr "Φάκελος μεταφόρτωσης" + +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:718 +#: seahub/templates/snippets/file_share_popup.html:25 +msgid "Add auto expiration" +msgstr "Προσθήκη αυτόματης λήξης" + +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:721 +#: seahub/templates/snippets/file_share_popup.html:28 +msgid "Days" +msgstr "Ημέρες" + +#: seahub/templates/i18n.html:9 seahub/templates/sysadmin/userinfo.html:26 +msgid "Shared Links" +msgstr "Σύνδεσμοι κοινής χρήσης" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "Προβάλετε και διαχειριστείτε όλους τους συνδέσμους κοινής χρήσης σε αυτή τη βιβλιοθήκη." + +#: seahub/templates/i18n.html:12 seahub/templates/sysadmin/userinfo.html:25 +msgid "Shared Libs" +msgstr "Κοινόχρηστες βιβλιοθήκες" + +#: seahub/templates/js/lib-op-popups.html:5 +#: seahub/templates/js/sysadmin-templates.html:506 +#: seahub/templates/js/templates.html:229 +msgid "New Folder" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:48 +msgid "Current Library" +msgstr "Τωρινή βιβλιοθήκη" + +#: seahub/templates/js/lib-op-popups.html:55 +msgid "Other Libraries" +msgstr "Άλλες βιβλιοθήκες" + +#: seahub/templates/js/lib-op-popups.html:66 +#: seahub/templates/shared_file_view.html:57 +msgid "Please click and choose a directory." +msgstr "Παρακαλώ κάντε κλικ και επιλέξτε ένα φάκελο." + +#: seahub/templates/js/lib-op-popups.html:85 +msgid "File Upload" +msgstr "Μεταφόρτωση αρχείου" + +#: seahub/templates/js/lib-op-popups.html:92 +#: seahub/templates/view_shared_upload_link.html:30 +msgid "Cancel All" +msgstr "Ακύρωση όλων" + +#: seahub/templates/js/lib-op-popups.html:96 +#: seahub/templates/view_shared_upload_link.html:48 +msgid "Saving..." +msgstr "Αποθήκευση..." + +#: seahub/templates/js/lib-op-popups.html:106 +msgid "This library is password protected" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:110 +msgid "*The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "A file with the same name already exists in this folder." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "Replacing it will overwrite its content." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:119 +msgid "Replace" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:120 +msgid "Don't replace" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:11 +#: seahub/templates/sysadmin/base.html:19 +msgid "Devices" +msgstr "Συσκευές" + +#: seahub/templates/js/sysadmin-templates.html:29 +#: seahub/templates/js/sysadmin-templates.html:156 +#: seahub/templates/sysadmin/base.html:37 +msgid "Organizations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:35 +#: seahub/templates/sysadmin/base.html:42 +msgid "Institutions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:47 +#: seahub/templates/sysadmin/base.html:53 +msgid "Traffic" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/sysadmin/base.html:58 +msgid "Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:57 +#: seahub/templates/sysadmin/base.html:63 +msgid "Virus Scan" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:62 +#: seahub/templates/sysadmin/base.html:68 +msgid "Invitations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:67 +#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/sysadmin/sys_terms_admin.html:8 +msgid "Terms and Conditions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:72 +#: seahub/templates/js/sysadmin-templates.html:851 +#: seahub/templates/sysadmin/base.html:78 +msgid "Admin Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:80 +msgid "Search libraries by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:85 +msgid "Search libraries by owner..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:91 +msgid "Search groups by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:107 +msgid "System Info" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:109 +msgid "Professional Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:111 +msgid "licensed to" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:113 +msgid "expires on" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:116 +msgid "Community Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:117 +msgid "Upgrade to Pro Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:124 +msgid "Storage Used" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Total Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Current Connected Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:131 +msgid "Limits" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:166 +#: seahub/templates/js/sysadmin-templates.html:219 +msgid "Desktop" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:169 +#: seahub/templates/js/sysadmin-templates.html:222 +msgid "Mobile" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:173 +#: seahub/templates/js/sysadmin-templates.html:225 +msgid "Errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/libraries.html:187 +msgid "Platform" +msgstr "Πλατφόρμα" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +#: seahub/templates/sysadmin/sys_terms_admin.html:17 +msgid "Version" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:185 +#: seahub/templates/libraries.html:190 +msgid "Last Access" +msgstr "Τελευταία σύνδεση" + +#: seahub/templates/js/sysadmin-templates.html:194 +msgid "No connected devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:210 +#: seahub/templates/js/templates.html:1795 +msgid "Unlink" +msgstr "Αποσύνδεση" + +#: seahub/templates/js/sysadmin-templates.html:228 +#: seahub/templates/js/sysadmin-templates.html:309 +#: seahub/templates/repo_dir_recycle_view.html:37 +#: seahub/templates/repo_dir_recycle_view.html:65 +msgid "Clean" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +msgid "Device" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:246 +msgid "No sync errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:299 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/sysadmin/sys_org_admin.html:14 +msgid "All" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:302 +#: seahub/templates/js/sysadmin-templates.html:483 +msgid "System" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:305 +#: seahub/templates/js/templates.html:255 +#: seahub/templates/js/templates.html:260 +#: seahub/templates/view_trash_file.html:6 +msgid "Trash" +msgstr "Κάδος ανακύκλωσης" + +#: seahub/templates/js/sysadmin-templates.html:321 +#: seahub/templates/js/sysadmin-templates.html:354 +msgid "Files / Size" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:364 +#: seahub/templates/js/sysadmin-templates.html:777 +msgid "No libraries" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:340 +msgid "Search Library" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:342 +msgid "Tip: you can search by keyword in name or owner or both." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:392 +#: seahub/templates/js/sysadmin-templates.html:613 +#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:97 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/sysadmin/userinfo.html:149 +msgid "Transfer" +msgstr "Μεταφορά" + +#: seahub/templates/js/sysadmin-templates.html:394 +#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:94 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:341 +#: seahub/templates/js/templates.html:403 +#: seahub/templates/js/templates.html:469 +#: seahub/templates/js/templates.html:575 +#: seahub/templates/js/templates.html:638 +#: seahub/templates/js/templates.html:664 +#: seahub/templates/view_file_base.html:54 +msgid "Share" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:422 +msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:429 +msgid "Deleted Time" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:441 +msgid "No library deleted yet" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:209 +#: seahub/templates/js/templates.html:223 +#: seahub/templates/sysadmin/userinfo.html:232 +msgid "Upload" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:541 +#: seahub/templates/js/sysadmin-templates.html:596 +#: seahub/templates/libraries.html:72 seahub/templates/libraries.html.py:90 +msgid "New Group" +msgstr "Νέα Ομάδα" + +#: seahub/templates/js/sysadmin-templates.html:542 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 +#: seahub/templates/sysadmin/sys_useradmin.html:28 +msgid "Export Excel" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:551 +#: seahub/templates/js/sysadmin-templates.html:582 +msgid "Created At" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:563 +#: seahub/templates/js/sysadmin-templates.html:590 +msgid "No groups" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:569 +msgid "Search Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:571 +msgid "Tip: you can search by keyword in name." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:600 +msgid "(If left blank, owner will be admin)" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:666 +#: seahub/templates/js/templates.html:691 +msgid "Share to user" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:667 +#: seahub/templates/js/templates.html:692 +msgid "Share to group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:677 +#: seahub/templates/js/sysadmin-templates.html:704 +#: seahub/templates/js/templates.html:355 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:672 +#: seahub/templates/js/templates.html:804 +#: seahub/templates/js/templates.html:831 +#: seahub/templates/js/templates.html:1102 +#: seahub/templates/js/templates.html:1128 +#: seahub/templates/js/templates.html:1262 +#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1731 +#: seahub/templates/js/templates.html:1863 +#: seahub/templates/js/templates.html:1918 +msgid "Permission" +msgstr "Δικαίωμα" + +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/templates.html:830 +#: seahub/templates/js/templates.html:1127 +#: seahub/templates/js/templates.html:1729 +msgid "Group" +msgstr "Ομάδα" + +#: seahub/templates/js/sysadmin-templates.html:740 +#: seahub/templates/js/templates.html:1048 seahub/templates/libraries.html:131 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:7 +#: seahub/templates/sysadmin/sys_inst_info_user.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:8 +#: seahub/templates/sysadmin/sys_org_info_library.html:8 +#: seahub/templates/sysadmin/sys_org_info_setting.html:8 +#: seahub/templates/sysadmin/sys_org_info_user.html:7 +msgid "Members" +msgstr "Μέλη" + +#: seahub/templates/js/sysadmin-templates.html:745 +#: seahub/templates/js/sysadmin-templates.html:753 +msgid "Add Member" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:769 +#: seahub/templates/js/templates.html:1238 +msgid "Shared By" +msgstr "Κοινή χρήση από" + +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:125 +#: seahub/templates/js/templates.html:148 +#: seahub/templates/js/templates.html:160 +#: seahub/templates/js/templates.html:179 +#: seahub/templates/js/templates.html:1905 +msgid "Unshare" +msgstr "Απενεργοποίηση κοινής χρήσης" + +#: seahub/templates/js/sysadmin-templates.html:815 +msgid "No members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:858 +msgid "Operation" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:859 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "Detail" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:871 +msgid "No Admin Logs" +msgstr "" + +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 +msgid "New Library" +msgstr "Νέα βιβλιοθήκη" + +#: seahub/templates/js/templates.html:8 +msgid "Template" +msgstr "" + +#: seahub/templates/js/templates.html:10 +msgid "Select a template" +msgstr "" + +#: seahub/templates/js/templates.html:18 +msgid "Share Permission" +msgstr "" + +#: seahub/templates/js/templates.html:29 +msgid "Encrypt" +msgstr "" + +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:1779 +#, python-format +msgid "(at least %(repo_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:713 +#: seahub/templates/js/templates.html:769 +#: seahub/templates/snippets/file_share_popup.html:20 +msgid "Password again" +msgstr "" + +#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:92 +#: seahub/templates/js/templates.html:349 +#: seahub/templates/js/templates.html:362 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:477 +#: seahub/templates/js/templates.html:500 +#: seahub/templates/js/templates.html:571 +msgid "More Operations" +msgstr "" + +#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:96 +#: seahub/templates/js/templates.html:351 +#: seahub/templates/js/templates.html:407 +#: seahub/templates/js/templates.html:479 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:642 +#: seahub/templates/js/templates.html:668 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1431 +msgid "Rename" +msgstr "Μετονομασία" + +#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:98 +msgid "History Setting" +msgstr "" + +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:100 +msgid "Change Password" +msgstr "" + +#: seahub/templates/js/templates.html:61 +#: seahub/templates/js/templates.html:103 +msgid "Share Links" +msgstr "" + +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:106 +msgid "Folder Permission" +msgstr "" + +#: seahub/templates/js/templates.html:71 +#: seahub/templates/js/templates.html:113 +msgid "Broken (please contact your administrator to fix this library)" +msgstr "" + +#: seahub/templates/js/templates.html:187 +#: seahub/templates/js/templates.html:352 +#: seahub/templates/js/templates.html:408 +#: seahub/templates/js/templates.html:480 +#: seahub/templates/js/templates.html:580 +#: seahub/templates/js/templates.html:643 +#: seahub/templates/js/templates.html:669 +msgid "Move" +msgstr "Μετακίνηση" + +#: seahub/templates/js/templates.html:188 +#: seahub/templates/js/templates.html:195 +#: seahub/templates/js/templates.html:353 +#: seahub/templates/js/templates.html:364 +#: seahub/templates/js/templates.html:409 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:481 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:581 +#: seahub/templates/js/templates.html:597 +#: seahub/templates/js/templates.html:644 +#: seahub/templates/js/templates.html:670 +msgid "Copy" +msgstr "Αντιγραφή" + +#: seahub/templates/js/templates.html:212 +msgid "Upload Files" +msgstr "Μεταφόρτωση αρχείων" + +#: seahub/templates/js/templates.html:223 +msgid "Out of quota" +msgstr "" + +#: seahub/templates/js/templates.html:226 +msgid "New" +msgstr "" + +#: seahub/templates/js/templates.html:230 +msgid "New File" +msgstr "Νέο αρχείο" + +#: seahub/templates/js/templates.html:233 +msgid "New Markdown File" +msgstr "" + +#: seahub/templates/js/templates.html:234 +msgid "New Excel File" +msgstr "" + +#: seahub/templates/js/templates.html:235 +msgid "New PowerPoint File" +msgstr "" + +#: seahub/templates/js/templates.html:236 +msgid "New Word File" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/view_shared_dir.html:33 +#: seahub/templates/view_shared_dir.html:35 +msgid "List" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "list view" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:37 +#: seahub/templates/view_shared_dir.html:39 +#: seahub/templates/view_shared_dir.html:41 +msgid "Grid" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "grid view" +msgstr "" + +#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:316 +#: seahub/templates/js/templates.html:1216 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1235 +#: seahub/templates/js/templates.html:1249 +msgid "Actions" +msgstr "" + +#: seahub/templates/js/templates.html:312 +#: seahub/templates/js/templates.html:1225 +#: seahub/templates/js/templates.html:1245 +msgid "Sort:" +msgstr "" + +#: seahub/templates/js/templates.html:314 +#: seahub/templates/js/templates.html:1227 +#: seahub/templates/js/templates.html:1247 +msgid "last update" +msgstr "" + +#: seahub/templates/js/templates.html:357 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:495 +#: seahub/templates/js/templates.html:595 +#: seahub/templates/js/templates.html:655 +#: seahub/templates/js/templates.html:674 +msgid "Open via Client" +msgstr "" + +#: seahub/templates/js/templates.html:433 +#: seahub/templates/js/templates.html:528 +#: seahub/templates/view_file_base.html:21 +msgid "starred" +msgstr "" + +#: seahub/templates/js/templates.html:435 +#: seahub/templates/js/templates.html:530 +#: seahub/templates/view_file_base.html:23 +msgid "unstarred" +msgstr "χωρίς αστέρι" + +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:546 +#: seahub/templates/js/templates.html:615 +#: seahub/templates/view_file_base.html:27 +msgid "locked" +msgstr "" + +#: seahub/templates/js/templates.html:489 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:649 +#: seahub/templates/view_file_base.html:45 +#: seahub/templates/view_file_base.html:47 +msgid "Unlock" +msgstr "" + +#: seahub/templates/js/templates.html:492 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:652 +#: seahub/templates/view_file_base.html:44 +#: seahub/templates/view_file_base.html:48 +msgid "Lock" +msgstr "" + +#: seahub/templates/js/templates.html:513 +#: seahub/templates/js/templates.html:563 +msgid "Fetch failed" +msgstr "" + +#: seahub/templates/js/templates.html:684 +#: seahub/templates/snippets/file_share_popup.html:6 +msgid "Download Link" +msgstr "" + +#: seahub/templates/js/templates.html:688 +msgid "Upload Link" +msgstr "" + +#: seahub/templates/js/templates.html:704 +#: seahub/templates/js/templates.html:760 +#: seahub/templates/snippets/file_share_popup.html:15 +msgid "Add password protection" +msgstr "" + +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/snippets/file_share_popup.html:18 +#, python-format +msgid "(at least %(share_link_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:710 +#: seahub/templates/js/templates.html:766 +#: seahub/templates/sysadmin/sys_org_info_user.html:74 +#: seahub/templates/sysadmin/sys_org_info_user.html:98 +#: seahub/templates/sysadmin/sys_useradmin.html:56 +#: seahub/templates/sysadmin/sys_useradmin.html:137 +msgid "Show" +msgstr "" + +#: seahub/templates/js/templates.html:711 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/sysadmin/sys_org_info_user.html:75 +#: seahub/templates/sysadmin/sys_useradmin.html:57 +msgid "Generate a random password" +msgstr "" + +#: seahub/templates/js/templates.html:725 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/snippets/file_share_popup.html:33 +msgid "Generate" +msgstr "" + +#: seahub/templates/js/templates.html:729 +#: seahub/templates/snippets/file_share_popup.html:35 +msgid "Link: " +msgstr "" + +#: seahub/templates/js/templates.html:732 +msgid "Direct Download Link: " +msgstr "" + +#: seahub/templates/js/templates.html:736 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/snippets/file_share_popup.html:36 +msgid "Send" +msgstr "" + +#: seahub/templates/js/templates.html:739 +#: seahub/templates/js/templates.html:780 +#: seahub/templates/snippets/file_share_popup.html:40 +msgid "Send to:" +msgstr "" + +#: seahub/templates/js/templates.html:740 +#: seahub/templates/js/templates.html:781 +#: seahub/templates/snippets/file_share_popup.html:41 +msgid "Emails, Seperated by ','" +msgstr "" + +#: seahub/templates/js/templates.html:741 +#: seahub/templates/js/templates.html:782 +#: seahub/templates/snippets/file_share_popup.html:45 +msgid "Message (optional):" +msgstr "" + +#: seahub/templates/js/templates.html:746 +#: seahub/templates/js/templates.html:787 +#: seahub/templates/snippets/file_share_popup.html:50 +msgid "Sending..." +msgstr "" + +#: seahub/templates/js/templates.html:756 +msgid "" +"You can share the generated link to others and then they can upload files to" +" this directory via the link." +msgstr "" + +#: seahub/templates/js/templates.html:776 +msgid "Upload Link: " +msgstr "" + +#: seahub/templates/js/templates.html:864 +#: seahub/templates/js/templates.html:881 +msgid "Leave Share" +msgstr "Αποσύνδεση από κοινή χρήση" + +#: seahub/templates/js/templates.html:1044 +msgid "Wiki" +msgstr "Wiki" + +#: seahub/templates/js/templates.html:1049 +msgid "Discussion" +msgstr "Συζήτηση" + +#: seahub/templates/js/templates.html:1093 +#: seahub/templates/js/templates.html:1675 +msgid "User Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1676 +msgid "Group Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1156 +#: seahub/templates/js/templates.html:1162 +msgid "File Name" +msgstr "Όνομα αρχείου" + +#: seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1193 +msgid "icon" +msgstr "" + +#: seahub/templates/js/templates.html:1185 +#: seahub/templates/js/templates.html:1207 +msgid "Unstar" +msgstr "" + +#: seahub/templates/js/templates.html:1214 +#: seahub/templates/js/templates.html:1223 +#: seahub/templates/js/templates.html:1233 +#: seahub/templates/js/templates.html:1243 +msgid "Library Type" +msgstr "" + +#: seahub/templates/js/templates.html:1254 +msgid "Select libraries to share" +msgstr "" + +#: seahub/templates/js/templates.html:1303 +#: seahub/templates/repo_history.html:41 +msgid "Details" +msgstr "Λεπτομέρειες" + +#: seahub/templates/js/templates.html:1311 +msgid "Created library" +msgstr "Δημιουργήθηκε η βιβλιοθήκη" + +#: seahub/templates/js/templates.html:1315 +msgid "Deleted library" +msgstr "" + +#: seahub/templates/js/templates.html:1322 +#: seahub/templates/snippets/list_commit_detail.html:10 +msgid "Modification Details" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this library" +msgstr "" + +#: seahub/templates/js/templates.html:1338 +#: seahub/templates/snippets/search_form.html:7 +#: seahub/templates/snippets/search_form.html:13 +msgid "Search Files" +msgstr "" + +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/snippets/search_form.html:9 +msgid "advanced" +msgstr "" + +#: seahub/templates/js/templates.html:1358 +#: seahub/templates/js/templates.html:1375 seahub/templates/libraries.html:108 +msgid "No library is shared to this group" +msgstr "Δεν υπάρχει βιβλιοθήκη σε κοινή χρήση με αυτή την ομάδα" + +#: seahub/templates/js/templates.html:1383 +msgid "owner" +msgstr "" + +#: seahub/templates/js/templates.html:1385 +msgid "admin" +msgstr "" + +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/view_file_base.html:125 +msgid "Reply" +msgstr "Απάντηση" + +#: seahub/templates/js/templates.html:1416 +#: seahub/templates/js/templates.html:1434 +msgid "Add Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1418 +#: seahub/templates/js/templates.html:1436 +msgid "Remove Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1423 +#: seahub/templates/js/templates.html:1441 +msgid "Import Members" +msgstr "" + +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1442 +msgid "Manage Members" +msgstr "" + +#: seahub/templates/js/templates.html:1427 +msgid "Dismiss" +msgstr "Παράβλεψη" + +#: seahub/templates/js/templates.html:1446 +msgid "Leave group" +msgstr "Αποχώρηση από την ομάδα" + +#: seahub/templates/js/templates.html:1453 +msgid "Rename Group To" +msgstr "Μετονομασία Ομάδας Σε" + +#: seahub/templates/js/templates.html:1462 +msgid "Transfer Group To" +msgstr "Μεταφορά Ομάδας Σε" + +#: seahub/templates/js/templates.html:1470 +msgid "Import group members from a CSV file" +msgstr "" + +#: seahub/templates/js/templates.html:1472 +msgid "File format: user@mail.com" +msgstr "" + +#: seahub/templates/js/templates.html:1482 +#: seahub/templates/sysadmin/sys_inst_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:9 +msgid "Add" +msgstr "" + +#: seahub/templates/js/templates.html:1562 +msgid "Setting library history is disabled by Admin" +msgstr "" + +#: seahub/templates/js/templates.html:1567 +msgid "Keep full history" +msgstr "" + +#: seahub/templates/js/templates.html:1573 +msgid "Don't keep history" +msgstr "" + +#: seahub/templates/js/templates.html:1579 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/js/templates.html:1580 +msgid "days" +msgstr "" + +#: seahub/templates/js/templates.html:1597 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1972 +msgid "Download Links" +msgstr "Σύνδεσμοι λήψης" + +#: seahub/templates/js/templates.html:1600 +#: seahub/templates/js/templates.html:1940 +#: seahub/templates/js/templates.html:1976 +msgid "Upload Links" +msgstr "Σύνδεσμοι μεταφόρτωσης" + +#: seahub/templates/js/templates.html:1612 +#: seahub/templates/js/templates.html:1631 +msgid "Created By" +msgstr "" + +#: seahub/templates/js/templates.html:1614 +#: seahub/templates/js/templates.html:1633 +#: seahub/templates/js/templates.html:1952 +#: seahub/templates/js/templates.html:1987 +#: seahub/templates/sysadmin/userinfo.html:208 +msgid "Visits" +msgstr "Επισκέψεις" + +#: seahub/templates/js/templates.html:1648 +#: seahub/templates/sysadmin/userinfo.html:219 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/view_shared_dir.html:64 +msgid "Directory icon" +msgstr "Εικονίδιο φακέλου" + +#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2028 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/sys_inst_admin.html:36 +#: seahub/templates/sysadmin/sys_publink_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:226 +#: seahub/templates/sysadmin/userinfo.html:235 +msgid "Remove" +msgstr "Αφαίρεση" + +#: seahub/templates/js/templates.html:1686 +#: seahub/templates/js/templates.html:1730 +msgid "Folder" +msgstr "" + +#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/templates.html:1716 +#: seahub/templates/js/templates.html:1743 +#: seahub/templates/js/templates.html:1762 +msgid "Select a folder" +msgstr "" + +#: seahub/templates/js/templates.html:1777 +msgid "Old Password" +msgstr "" + +#: seahub/templates/js/templates.html:1779 +#: seahub/templates/registration/password_change_form.html:18 +msgid "New Password" +msgstr "" + +#: seahub/templates/js/templates.html:1781 +msgid "New Password Again" +msgstr "" + +#: seahub/templates/js/templates.html:1810 +msgid "See All Notifications" +msgstr "Δες όλες τις Ειδοποιήσεις" + +#: seahub/templates/js/templates.html:1862 +#: seahub/templates/js/templates.html:1917 +msgid "Share To" +msgstr "Κοινή χρήση με" + +#: seahub/templates/js/templates.html:1871 +msgid "You have not shared any library" +msgstr "Δεν έχετε κάνει κοινή χρήση καμίας βιβλιοθήκης" + +#: seahub/templates/js/templates.html:1872 +msgid "" +"You can share libraries to your friends and colleagues by clicking the share" +" icon of your own libraries in your home page or creating a new library in " +"groups you are in." +msgstr "Μπορείτε να μοιραστείτε βιβλιοθήκες με τους φίλους και τους συνεργάτες σας κάνοντας κλικ στο εικονίδιο κοινή χρήση στις βιβλιοθήκες σας ή δημιουργόντας μία νέα βιβλιοθήκη στις ομάδες που ανήκετε." + +#: seahub/templates/js/templates.html:1885 +msgid "all members" +msgstr "όλα τα μέλη" + +#: seahub/templates/js/templates.html:1926 +msgid "You have not shared any folder" +msgstr "Δεν έχετε κάνει κοινή χρήση κανενός φακέλου" + +#: seahub/templates/js/templates.html:1927 +msgid "" +"You can share a single folder with a registered user if you don't want to " +"share a whole library." +msgstr "Μπορείτε να κάνετε κοινή χρήση ενός φακέλου με ένα χρήστη αν δεν θέλετε να μοιραστείτε όλη τη βιβλιοθήκη." + +#: seahub/templates/js/templates.html:1953 +#: seahub/templates/js/templates.html:2050 +msgid "Expiration" +msgstr "Λήξη" + +#: seahub/templates/js/templates.html:1961 +msgid "You don't have any download link" +msgstr "Δεν έχετε σύνδεσμο λήψης" + +#: seahub/templates/js/templates.html:1962 +msgid "" +"You can generate a download link for a folder or a file. People receive this" +" link can view the folder or the file online." +msgstr "Μπορείτε να δημιουργήσετε ένα σύνδεσμο λήψης για ένα φάκελο ή ένα αρχείο. Οι άνθρωποι που θα παραλάβουν αυτό το σύνδεσμο μπορούν να δουν το φάκελο ή το αρχείο online." + +#: seahub/templates/js/templates.html:1995 +msgid "You don't have any upload link" +msgstr "Δεν έχετε σύνδεσμο μεταφόρτωσης" + +#: seahub/templates/js/templates.html:1996 +msgid "" +"You can generate an upload link from any folder. People receive this link " +"can upload files to this folder." +msgstr "Μπροείτε να δημιουργήσετε ένα σύνδεσμο μεταφόρτωσης από οποιοδήποτε φάκελο. Οι άνθρωποι που θα παραλάβουν αυτό το σύνδεσμο μπορούν να μεταφορτώσουν αρχεία σε αυτό τον φάκελο." + +#: seahub/templates/js/templates.html:2049 +msgid "Invite Time" +msgstr "" + +#: seahub/templates/js/templates.html:2051 +msgid "Accepted" +msgstr "" + +#: seahub/templates/js/templates.html:2059 +msgid "You have not invited any people." +msgstr "" + +#: seahub/templates/libraries.html:21 +msgid "You have not created any libraries" +msgstr "Δεν έχετε δημιουργήσει βιβλιοθήκες" + +#: seahub/templates/libraries.html:22 +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/libraries.html:35 +msgid "No library is shared to you personally" +msgstr "" + +#: seahub/templates/libraries.html:36 +msgid "" +"No library is shared to you personally. You can find more shared libraries " +"at \"Shared with groups\"." +msgstr "" + +#: seahub/templates/libraries.html:47 +msgid "Add Library" +msgstr "Προσθήκη βιβλιοθήκης" + +#: seahub/templates/libraries.html:49 +msgid "Share existing libraries" +msgstr "Κοινή χρήση υπάρχουσων βιβλιοθηκών" + +#: seahub/templates/libraries.html:50 +msgid "Create a new library" +msgstr "Δημιουργία μίας νέας βιβλιοθήκης" + +#: seahub/templates/libraries.html:61 +msgid "No public library" +msgstr "Δεν υπάρχει δημόσια βιβλιοθήκη" + +#: seahub/templates/libraries.html:62 +msgid "" +"You can create a public library by clicking \"New Library\" button, others " +"can view and download this library." +msgstr "Μπορείτε να δημιουργήσετε μία δημόσια βιβλιοθήκη κάνοντας κλικ στο κουμπί \"Νέα βιβλιοθήκη\", άλλοι μπορούν να προβάλλουν και να κατεβάσουν αυτή τη βιβλιοθήκη." + +#: seahub/templates/libraries.html:70 +msgid "My Groups" +msgstr "Οι Ομάδες μου" + +#: seahub/templates/libraries.html:78 +msgid "You are not in any group" +msgstr "" + +#: seahub/templates/libraries.html:80 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. You can create a group by clicking \"New Group\" button." +msgstr "Η Ομάδα είναι ένα μέρος όπου εσείς και οι φίλοι σας μπορείτε να αφήσετε μηνύματα και να συνεργαστείτε σε βιβλιοθήκες. Μπορείτε να δημιουργήσετε μία ομάδα κάνοντας κλικ στο κουμπί \"Νέα Ομάδα\"." + +#: seahub/templates/libraries.html:82 +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/templates/libraries.html:109 +msgid "" +"You can share libraries by clicking the \"New Library\" button above or the " +"\"Share\" icon on your libraries list." +msgstr "Μπορείτε να κάνετε κοινή χρήση βιβλιοθηκών επιλέγοντας το κουμπί \"Νέα Βιβλιοθήκη\" ή το εικονίδιο \"Κοινή Χρήση\" στην λίστα βιβλιοθηκών σας." + +#: seahub/templates/libraries.html:110 +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/templates/libraries.html:143 +msgid "Discussions" +msgstr "" + +#: seahub/templates/libraries.html:147 +msgid "More..." +msgstr "" + +#: seahub/templates/libraries.html:149 +msgid "No discussion in this group yet." +msgstr "" + +#: seahub/templates/libraries.html:156 +msgid "Add a discussion..." +msgstr "Προσθήκη συζήτησης...." + +#: seahub/templates/libraries.html:171 +msgid "You don't have any starred files yet" +msgstr "Δεν έχετε αρχεία επισημασμένα με αστεράκι ακόμη" + +#: seahub/templates/libraries.html:172 +msgid "" +"You can star important files by clicking the \"Star\" button on file viewing" +" page, and they will be listed here." +msgstr "Μπορείτε να επισημάνετε σημαντικά αρχεία με αστεράκι κάνοντας κλικ στο κουμπί \"Star\" στην σελίδα προβολής του αρχείου, και θα προβάλονται εδώ." + +#: seahub/templates/libraries.html:198 +msgid "You do not have connected devices" +msgstr "Δεν έχετε συνδεδεμένες συσκευές" + +#: seahub/templates/libraries.html:199 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "Οι συσκευές σας (Desktop/Android/iOS) θα προβάλλονται εδώ." + +#: seahub/templates/nav_footer.html:2 +msgid "Help" +msgstr "Βοήθεια" + +#: seahub/templates/nav_footer.html:3 +msgid "About" +msgstr "" + +#: seahub/templates/nav_footer.html:4 +msgid "Clients" +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Server Version: " +msgstr "Έκδοση διακομιστή:" + +#: seahub/templates/nav_footer.html:8 +msgid "Seafile" +msgstr "Seafile" + +#: seahub/templates/nav_footer.html:9 +msgid "About Us" +msgstr "Σχετικά με εμάς" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:46 +msgid "Sign Up" +msgstr "" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:8 +#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:25 +#: seahub/templates/sysadmin/user_batch_add_email.html:21 +msgid "Log In" +msgstr "" + +#: seahub/templates/registration/login.html:13 +msgid "(forgot password)" +msgstr "" + +#: seahub/templates/registration/login.html:16 +msgid "CAPTCHA" +msgstr "" + +#: seahub/templates/registration/login.html:18 +msgid "Not clear? Refresh it." +msgstr "" + +#: seahub/templates/registration/login.html:29 +msgid "Incorrect email or password" +msgstr "" + +#: seahub/templates/registration/login.html:37 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "" + +#: seahub/templates/registration/login.html:50 +#: seahub/templates/sysadmin/sudo_mode.html:20 +msgid "Shibboleth" +msgstr "" + +#: seahub/templates/registration/login.html:54 +msgid "Kerberos" +msgstr "" + +#: seahub/templates/registration/login.html:81 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "" + +#: seahub/templates/registration/login.html:88 +msgid "Email or username cannot be blank" +msgstr "" + +#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/password_change_form.html:66 +#: seahub/templates/registration/registration_form.html:88 +#: seahub/templates/sysadmin/sudo_mode.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:133 +#: seahub/templates/sysadmin/sys_useradmin.html:173 +msgid "Password cannot be blank" +msgstr "" + +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "" + +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "" + +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:11 +msgid "Password Modification" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:14 +msgid "Please update your password before continue." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:16 +msgid "Current Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:21 +#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:18 +#: seahub/templates/sysadmin/sys_org_admin.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:77 +#: seahub/templates/sysadmin/sys_useradmin.html:59 +msgid "Confirm Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:36 +#: seahub/templates/registration/registration_form.html:58 +#, python-format +msgid "" +"Passwords must have at least %(min_len)s characters and contain %(level)s of" +" the following: uppercase letters, lowercase letters, numbers, and symbols." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:62 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:70 +#: seahub/templates/registration/registration_form.html:92 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:142 +#: seahub/templates/sysadmin/sys_org_admin.html:94 +#: seahub/templates/sysadmin/sys_org_info_user.html:137 +#: seahub/templates/sysadmin/sys_useradmin.html:177 +msgid "Please enter the password again" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:74 +#: seahub/templates/registration/registration_form.html:96 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:146 +msgid "Passwords don't match" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:7 +#: seahub/templates/sysadmin/sys_org_info_user.html:205 +#: seahub/templates/sysadmin/useradmin_js.html:8 +msgid "Password Reset" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:11 +msgid "Reset Password" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:13 +msgid "New Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:16 +msgid "Confirm Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:26 +msgid "Failed to reset password: this link is no longer available." +msgstr "" + +#: seahub/templates/registration/password_reset_done.html:8 +msgid "We've sent a password reset email to your mailbox." +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:9 +msgid "Your email used in login: " +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:12 +msgid "We will send you an email to set new password" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "" + +#: seahub/templates/registration/registration_form.html:3 +msgid "Register" +msgstr "" + +#: seahub/templates/registration/registration_form.html:14 +msgid "Welcome back, you are already signed in." +msgstr "" + +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sys_org_info_user.html:129 +#: seahub/templates/sysadmin/sys_useradmin.html:169 +msgid "Email cannot be blank" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:13 +#, python-format +msgid "%(repo_dir_name)s Trash" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:45 +msgid "Delete Time" +msgstr "Χρόνος διαγραφής" + +#: seahub/templates/repo_dir_recycle_view.html:66 +msgid "Clear files in trash and history:" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:68 +msgid "3 days ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:69 +msgid "1 week ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:70 +msgid "1 month ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:169 +msgid "Successfully restored 1 item." +msgstr "" + +#: seahub/templates/repo_history.html:14 +#, python-format +msgid "%(repo_name)s Modification History" +msgstr "" + +#: seahub/templates/repo_history.html:23 +msgid "" +"Tip: a snapshot will be generated after modification, which records the " +"library state after the modification." +msgstr "" + +#: seahub/templates/repo_history.html:50 +msgid "None" +msgstr "Κανένα" + +#: seahub/templates/repo_history.html:66 +msgid "Current Version" +msgstr "" + +#: seahub/templates/repo_history.html:68 +msgid "View Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:13 +#, python-format +msgid "%(repo_name)s Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:65 +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Directory" +msgstr "Φάκελος" + +#: seahub/templates/repo_history_view.html:89 +msgid "Restore Library" +msgstr "" + +#: seahub/templates/repo_history_view.html:90 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: seahub/templates/repo_history_view.html:114 +#, python-brace-format +msgid "Successfully restored {dirent_name}" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/directory." +msgstr "" + +#: seahub/templates/shared_file_view.html:12 +#: seahub/templates/view_shared_dir.html:12 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "" + +#: seahub/templates/shared_file_view.html:29 +#: seahub/templates/view_shared_dir.html:16 +msgid "Shared by: " +msgstr "" + +#: seahub/templates/shared_file_view.html:36 +msgid "Save to..." +msgstr "" + +#: seahub/templates/shared_file_view.html:48 +msgid "Save To:" +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "" + +#: seahub/templates/shibboleth/complete.html:8 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:40 +msgid " is not supported. Please choose an image file." +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:45 +msgid " is not supported. File extensions can only be " +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:52 +msgid " is too large. Allowed maximum size is 1MB." +msgstr "" + +#: seahub/templates/snippets/file_content_js.html:25 +#: seahub/templates/view_file_svg.html:7 +msgid "To view it online, you can use firefox, chrome or IE 9." +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:5 +#: seahub/templates/view_file_markdown.html:24 +#: seahub/templates/view_file_text.html:29 +msgid "Encoding:" +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:8 +#: seahub/templates/view_file_markdown.html:27 +#: seahub/templates/view_file_text.html:32 +msgid "auto detect" +msgstr "" + +#: seahub/templates/snippets/file_share_popup.html:3 +#, python-format +msgid "Share %(name)s" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:23 +msgid "New files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:24 +msgid "Deleted files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:25 +msgid "Renamed or Moved files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:26 +msgid "Modified files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:27 +msgid "New directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:28 +msgid "Deleted directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:38 +msgid "Unknown error." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:73 +#: seahub/templates/snippets/pdfjs_file_viewer.html:31 +msgid "" +"This file has more than 50 pages, and only the first 50 will be shown here." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:84 +#: seahub/templates/snippets/office_convert_js.html:105 +#: seahub/templates/snippets/spreadsheet_convert_js.html:37 +msgid "Document convertion failed." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:87 +msgid "Failed to load this page." +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/pdfjs_file_viewer.html:87 +msgid "" +"You can use IE 10 or other browsers, for example, Firefox, to view it " +"online." +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:38 +msgid "Description is required" +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:46 +#: seahub/templates/snippets/shared_link_js.html:134 +msgid "Please enter password" +msgstr "" + +#: seahub/templates/snippets/search_form.html:17 +#: seahub/templates/snippets/search_form.html:21 +#: seahub/templates/snippets/search_form.html:24 +msgid "In all libraries" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this wiki" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this library" +msgstr "" + +#: seahub/templates/snippets/search_form.html:22 +#, python-format +msgid "in %(name)s" +msgstr "" + +#: seahub/templates/snippets/search_form.html:30 +#: seahub/templates/snippets/search_form.html:33 +msgid "All file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:31 +#: seahub/templates/snippets/search_form.html:34 +msgid "Custom file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:45 +msgid "Text files" +msgstr "" + +#: seahub/templates/snippets/search_form.html:49 +msgid "Documents" +msgstr "Έγγραφα" + +#: seahub/templates/snippets/search_form.html:53 +msgid "Images" +msgstr "" + +#: seahub/templates/snippets/search_form.html:57 +msgid "Video" +msgstr "" + +#: seahub/templates/snippets/search_form.html:61 +msgid "Audio" +msgstr "" + +#: seahub/templates/snippets/search_form.html:65 +msgid "pdf" +msgstr "" + +#: seahub/templates/snippets/search_form.html:69 +msgid "markdown" +msgstr "" + +#: seahub/templates/snippets/search_form.html:72 +msgid "Input file extensions here, separate with ','" +msgstr "" + +#: seahub/templates/snippets/search_form.html:73 +msgid "" +"Please select at least one file type or input at least one file extension" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:61 +msgid "Please input at least an email." +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:84 +#, python-brace-format +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:88 +#, python-brace-format +msgid "Failed to send to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:155 +msgid "Please enter days" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:161 +msgid "Please enter valid days" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:3 +msgid "Used:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:19 +msgid "Traffic this month:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:23 +msgid "Payment" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:5 +#: seahub/templates/sysadmin/sys_org_info_group.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:11 +#: seahub/views/sysadmin.py:1062 +msgid "Creator" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:7 +msgid "Created At / Expiration" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:3 +msgid "Transfer Library" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:4 +#, python-format +msgid "Transfer %(lib_name)s to:" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:18 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:19 +msgid "Please enter 1 or more character" +msgstr "Παρακαλώ εισάγετε 1 ή περισσότερους χαρακτήρες" + +#: seahub/templates/sysadmin/repoadmin_js.html:20 +msgid "No matches" +msgstr "Δεν υπάρχουν αποτελέσματα" + +#: seahub/templates/sysadmin/repoadmin_js.html:21 +msgid "Searching..." +msgstr "Αναζητείται..." + +#: seahub/templates/sysadmin/repoadmin_js.html:22 +msgid "Loading failed" +msgstr "Αποτυχία φόρτωσης" + +#: seahub/templates/sysadmin/repoadmin_js.html:23 +msgid "You cannot select any more choices" +msgstr "Δεν μπορείτε να επιλέξετε άλλες επιλογές" + +#: seahub/templates/sysadmin/repoadmin_js.html:47 +#: seahub/templates/sysadmin/sys_org_info_library.html:60 +msgid "Delete Library" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:58 +#: seahub/templates/sysadmin/sys_org_info_user.html:190 +msgid "Successfully deleted 1 item." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:11 +msgid "" +"Note: Settings via web interface are saved in database table (seahub-" +"db/constance_config). They have a higher priority over the settings in " +"config files." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:17 +msgid "" +"The URL of the server, like https://seafile.example.com or " +"http://192.168.1.2:8000" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:24 +msgid "" +"The internal URL for downloading/uploading files. Users will not be able to " +"download/upload files if this is not set correctly. If you config Seafile " +"behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " +"https://seafile.example.com/seafhttp ." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:33 +msgid "allow new registrations" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:34 +msgid "" +"Allow new user registrations. Uncheck this to prevent anyone from creating a" +" new account." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:39 +msgid "activate after registration" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:40 +msgid "" +"Activate user immediately after registration. If unchecked, an user need to " +"be activated by administrator or via activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:45 +msgid "send activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:46 +msgid "Send activation Email after user registration." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:51 +msgid "keep sign in" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:52 +msgid "Number of days that keep user sign in." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:57 +msgid "The maximum number of failed login attempts before showing CAPTCHA." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:62 +msgid "Freeze user account when failed login attempts exceed limit." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:72 +msgid "strong password" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:73 +msgid "Force user to use a strong password when sign up or change password." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:78 +msgid "force password change" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:79 +msgid "" +"Force user to change password when account is newly added or reset by admin" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:84 +msgid "password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:85 +msgid "The least number of characters an account password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:90 +msgid "password strength level" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:91 +msgid "" +"The level(1-4) of an account password's strength. For example, '3' means " +"password must have at least 3 of the following: num, upper letter, lower " +"letter and other symbols" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:98 +msgid "enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:99 +msgid "Enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:108 +msgid "library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:109 +msgid "Allow user to keep library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:114 +msgid "encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:115 +msgid "Allow user to create encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:120 +msgid "library password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:121 +msgid "" +"The least number of characters an encrypted library password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:128 +msgid "download/upload link password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:129 +msgid "" +"The least number of characters a download/upload link password should " +"include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:135 +msgid "" +"Allow user to add organization library. If unchecked, only system admin can " +"add library." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:140 +msgid "Sync" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:144 +msgid "" +"If turn on, the desktop clients will not be able to sync a folder outside " +"the default Seafile folder." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:197 +#: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 +#: seahub/views/sysadmin.py:1267 seahub/views/sysadmin.py:2041 +#: seahub/views/sysadmin.py:2083 seahub/views/sysadmin.py:2254 +msgid "Success" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:8 +msgid "Confirm password to continue" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:13 +msgid "Incorrect password" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Tip:" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:9 +msgid "All Institutions" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:17 +msgid "Add institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:60 +#: seahub/templates/sysadmin/sys_org_admin.html:78 +msgid "Name can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:66 +msgid "Delete Institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:8 +#: seahub/templates/sysadmin/sys_inst_info_user.html:8 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:19 +#: seahub/templates/sysadmin/sys_useradmin.html:19 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:19 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:18 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:19 +msgid "Admins" +msgstr "Διαχειριστές" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:41 +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +#: seahub/templates/sysadmin/useradmin_js.html:13 +#: seahub/templates/sysadmin/useradmin_table.html:102 +msgid "Revoke Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:20 +#: seahub/templates/sysadmin/sys_org_info_base.html:20 +msgid "Number of members" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:29 +msgid "Set storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:31 +#: seahub/templates/sysadmin/sys_org_info_base.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:106 +msgid "Tip: 0 means default limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +msgid "Set Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_search_user.html:48 +#: seahub/templates/sysadmin/sys_org_search.html:19 +#: seahub/templates/sysadmin/user_search.html:23 +msgid "No result" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:7 +msgid "All Invitations" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:12 +msgid "Inviter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:13 +msgid "Accepter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:15 +msgid "Invited at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:16 +msgid "Accepted at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:40 +msgid "There is no invitation yet." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:19 +#: seahub/templates/sysadmin/sys_org_admin.html:23 +msgid "Add organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:27 +msgid "Url Prefix" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:30 +msgid "Owner can use admin panel in an organization, must be a new account." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:49 +msgid "None." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:82 +msgid "Url can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:86 +msgid "Owner can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:90 +msgid "Password can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:98 +#: seahub/templates/sysadmin/sys_org_info_user.html:141 +#: seahub/templates/sysadmin/sys_useradmin.html:181 +msgid "Passwords do not match" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:137 +msgid "Remove Trial" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:138 +#, python-format +msgid "Are you sure you want to remove trial for %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:16 +msgid "Back to organization list" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:22 +msgid "Number of groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:31 +msgid "Set org storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:35 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:91 +#: seahub/templates/sysadmin/useradmin_table.html:114 +#: seahub/templates/sysadmin/userinfo.html:105 +msgid "An integer that is greater than or equal to 0." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:34 +msgid "This organization doesn't have any groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:43 +#: seahub/templates/sysadmin/userinfo.html:432 +msgid "Delete Group" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +msgid "directory icon" +msgstr "εικονίδιο φακέλου" + +#: seahub/templates/sysadmin/sys_org_info_library.html:50 +msgid "This organization doesn't have any libraries" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:16 +msgid "Rename Organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:18 +msgid "New Name" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:24 +msgid "Limit Organization User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:26 +msgid "Max User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:52 +#: seahub/views/sysadmin.py:1261 +msgid "Input should be a number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:55 +#: seahub/views/sysadmin.py:1271 +msgid "Input number should be greater than 0" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:13 +#: seahub/templates/sysadmin/sys_org_info_user.html:64 +#: seahub/templates/sysadmin/sys_useradmin.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:37 +msgid "Add user" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:52 +#: seahub/templates/sysadmin/useradmin_table.html:99 +msgid "ResetPwd" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:68 +#: seahub/templates/sysadmin/sys_useradmin.html:41 +msgid "Name(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:101 +#: seahub/templates/sysadmin/sys_org_info_user.html:115 +#: seahub/templates/sysadmin/sys_useradmin.html:140 +#: seahub/templates/sysadmin/sys_useradmin.html:153 +msgid "Hide" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:206 +#: seahub/templates/sysadmin/useradmin_js.html:9 +#, python-format +msgid "Are you sure you want to reset the password of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_search.html:9 +msgid "Tip: you can search by keyword in name or creator or both." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:13 +msgid "Quota can not be empty" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:7 +msgid "All Public Links" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:15 +msgid "Count" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:18 +#: seahub/templates/sysadmin/sys_terms_admin.html:61 +msgid "Text" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:19 +msgid "Created" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:20 +#: seahub/templates/sysadmin/sys_terms_admin.html:64 +msgid "Activated" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:52 +msgid "Add Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:58 +msgid "Version Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:66 +msgid "On" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:68 +msgid "Off" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:131 +msgid "Update Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:8 +msgid "User Traffic" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Month:" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:18 +msgid "Total Usage" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:16 +#: seahub/templates/sysadmin/sys_useradmin.html:14 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:14 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:15 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:14 +msgid "Database" +msgstr "Βάση δεδομένων" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:17 +#: seahub/templates/sysadmin/sys_useradmin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:16 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:16 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:16 +msgid "LDAP" +msgstr "LDAP" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:18 +#: seahub/templates/sysadmin/sys_useradmin.html:17 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:17 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:17 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:31 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:26 +#: seahub/templates/sysadmin/user_search.html:16 +msgid "Set quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:32 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 +#: seahub/templates/sysadmin/user_search.html:17 +msgid "Delete users" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 +#: seahub/templates/sysadmin/useradmin_table.html:13 +#: seahub/templates/sysadmin/userinfo.html:73 +msgid "Space Used / Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:38 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "Last Login" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:73 +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/userinfo.html:83 +msgid "Edit Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:99 +msgid "No LDAP users have been imported" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:26 +msgid "Import users" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:43 +msgid "Department(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:47 +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:66 +msgid "Import users from a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:69 +msgid "File format: user@mail.com,password,name,department,role,quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:70 +msgid "Name, department, role and quota are optional." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:72 +msgid "Please choose a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:97 +#, python-format +msgid "A new server version %(v)s is available." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:23 +msgid "Add admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:32 +msgid "Add admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:35 +msgid "Enter" +msgstr "Εισάγετε" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:38 +msgid "emails, separated by ','" +msgstr "διευθύνσεις email, διαχωρισμένες με κόμμα \",\"" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:39 +msgid "Tip: the emails should be the users already added." +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:8 +msgid "Virus Scan Records" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:13 +msgid "Virus File" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:25 +msgid "Handled" +msgstr "" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:15 +#: seahub/templates/sysadmin/user_batch_add_email.html:12 +#, python-format +msgid "%(escaped_nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Here is your account information:" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:21 +#: seahub/templates/sysadmin/user_batch_add_email.html:17 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:22 +#: seahub/templates/sysadmin/user_batch_add_email.html:18 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:14 +#, python-format +msgid "Are you sure you want to revoke the admin permission of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:123 +msgid "Are you sure you want to delete the selected user(s) ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:150 +#, python-brace-format +msgid "Successfully deleted {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:233 +#, python-brace-format +msgid "Successfully set quota for {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:259 +#, python-brace-format +msgid "Successfully set quota for {user}." +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:40 +msgid "Organization" +msgstr "Οργανισμός" + +#: seahub/templates/sysadmin/userinfo.html:88 +msgid "Set user name" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:95 +msgid "Set user department" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:168 +msgid "Share From" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:195 +msgid "This user has no shared libraries" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:243 +msgid "This user has not created any shared links" +msgstr "" + +#: seahub/templates/termsandconditions/tc_accept_terms.html:10 +msgid "Accept" +msgstr "" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "" + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "" + +#: seahub/templates/user_404.html:6 +msgid "Sorry, this user is not registered yet." +msgstr "" + +#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "updated this file" +msgstr "" + +#: seahub/templates/view_file_base.html:69 +msgid "Comment" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "Back to top" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:98 +msgid "Comments" +msgstr "" + +#: seahub/templates/view_file_base.html:103 +msgid "No comment yet." +msgstr "" + +#: seahub/templates/view_file_base.html:110 +msgid "Add a comment..." +msgstr "" + +#: seahub/templates/view_file_image.html:14 +msgid "you can also press ← " +msgstr "" + +#: seahub/templates/view_file_image.html:17 +msgid "you can also press → " +msgstr "" + +#: seahub/templates/view_shared_dir.html:45 +msgid "ZIP" +msgstr "" + +#: seahub/templates/view_shared_dir.html:175 +msgid "Close (Esc)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:176 +msgid "Loading..." +msgstr "Φόρτωση" + +#: seahub/templates/view_shared_dir.html:179 +msgid "Previous (Left arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:180 +msgid "Next (Right arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:181 +#, python-format +msgid "%%curr%% of %%total%%" +msgstr "" + +#: seahub/templates/view_shared_dir.html:187 +msgid "Open in New Tab" +msgstr "" + +#: seahub/templates/view_shared_dir.html:190 +#, python-format +msgid "The image could not be loaded." +msgstr "" + +#: seahub/templates/view_shared_dir.html:209 +msgid "Packaging..." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:8 +#, python-format +msgid "Upload files to %(dir_name)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:9 +msgid "shared by:" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:11 +msgid "The owner of this library has run out of space." +msgstr "Ο ιδιοκτήτης αυτής της βιβλιοθήκης δεν έχει άλλο ελεύθερο χώρο." + +#: seahub/templates/view_shared_upload_link.html:18 +#: seahub/templates/view_shared_upload_link.html:63 +msgid "Add Files" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:24 +msgid "Add folder" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:34 +msgid "" +"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE " +"10.0+" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:36 +msgid "Folder Drag & Drop is supported for Chrome" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:39 +#, python-format +msgid "File size should be smaller than %(max_file_size)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:74 +msgid "File is too big" +msgstr "Το αρχείο είναι πολύ μεγάλο" + +#: seahub/templates/view_shared_upload_link.html:75 +msgid "File is too small" +msgstr "Το αρχείο είναι πολύ μικρό" + +#: seahub/templates/view_shared_upload_link.html:76 +msgid "Filetype not allowed" +msgstr "Ο τύπος αρχείου δεν επιτρέπεται" + +#: seahub/templates/view_shared_upload_link.html:77 +msgid "Max number of files exceeded" +msgstr "Έχετε υπερβεί τον μέγιστο αριθμό αρχείων" + +#: seahub/templates/view_shared_upload_link.html:78 +msgid "Uploaded bytes exceed file size" +msgstr "Τα μεταφορτωμένα bytes υπερβαίνουν το μέγεθος του αρχείου" + +#: seahub/templates/view_shared_upload_link.html:79 +msgid "Empty file upload result" +msgstr "Αποτέλεσμα μεταφόρτωσης αρχείου κενό" + +#: seahub/templates/view_shared_upload_link.html:82 +msgid "uploaded" +msgstr "μεταφορτώθηκε" + +#: seahub/templates/view_shared_upload_link.html:83 +msgid "canceled" +msgstr "ακυρώθηκε" + +#: seahub/templates/view_shared_upload_link.html:84 +msgid "Start" +msgstr "Έναρξη" + +#: seahub/templates/view_shared_upload_link.html:190 +msgid "Failed to get upload url" +msgstr "Αποτυχία παραλαβής συνδέσμου μεταφόρτωσης" + +#: seahub/templates/view_trash_file.html:6 +msgid "Current Path: " +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:34 +msgid "You do not have personal wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:44 +msgid "personal-wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:46 +msgid "Personal Wiki Pages" +msgstr "" + +#: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 +msgid "Invalid arguments." +msgstr "" + +#: seahub/thumbnail/views.py:63 seahub/thumbnail/views.py:183 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/thumbnail/views.py:152 +msgid "Invalid token." +msgstr "" + +#: seahub/utils/__init__.py:128 +msgid "permission error" +msgstr "" + +#: seahub/views/__init__.py:423 seahub/views/__init__.py:439 +msgid "Unable to view recycle page" +msgstr "" + +#: seahub/views/__init__.py:507 +msgid "Unable to view library modification" +msgstr "" + +#: seahub/views/__init__.py:574 seahub/views/__init__.py:615 +#: seahub/views/__init__.py:831 seahub/views/__init__.py:959 +#: seahub/views/file.py:1575 seahub/views/sysadmin.py:1552 +msgid "Library does not exist" +msgstr "Η βιβλιοθήκη δεν υπάρχει." + +#: seahub/views/__init__.py:607 +msgid "Please specify history ID" +msgstr "" + +#: seahub/views/__init__.py:613 seahub/views/file.py:1116 +msgid "Invalid arguments" +msgstr "Άκυρες επιλογές" + +#: seahub/views/__init__.py:617 +msgid "History you specified does not exist" +msgstr "" + +#: seahub/views/__init__.py:619 +msgid "Unknown error" +msgstr "" + +#: seahub/views/__init__.py:847 +msgid "No revisions found" +msgstr "" + +#: seahub/views/__init__.py:966 seahub/views/repo.py:196 +#, python-format +msgid "\"%s\" does not exist." +msgstr "" + +#: seahub/views/__init__.py:984 seahub/views/file.py:1084 +msgid "Internal Error" +msgstr "" + +#: seahub/views/__init__.py:987 +#, python-format +msgid "Unable to download directory \"%s\": size is too large." +msgstr "" + +#: seahub/views/__init__.py:1003 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "" + +#: seahub/views/__init__.py:1095 +msgid "Successfully enable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/__init__.py:1100 +msgid "Successfully disable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/ajax.py:81 +msgid "You don't have permission to access the library." +msgstr "" + +#: seahub/views/ajax.py:89 +msgid "No path." +msgstr "" + +#: seahub/views/ajax.py:154 +msgid "The group doesn't exist" +msgstr "" + +#: seahub/views/ajax.py:226 seahub/views/ajax.py:758 seahub/views/ajax.py:1114 +msgid "Library is encrypted." +msgstr "" + +#: seahub/views/ajax.py:232 seahub/views/ajax.py:764 +msgid "Error: no head commit id" +msgstr "" + +#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +msgid "Argument missing." +msgstr "" + +#: seahub/views/ajax.py:485 +#, python-format +msgid "Internal error. Failed to delete %s." +msgstr "" + +#: seahub/views/ajax.py:563 +#, python-format +msgid "Destination path is too long for %s." +msgstr "" + +#: seahub/views/ajax.py:622 +msgid "Out of quota." +msgstr "" + +#: seahub/views/ajax.py:696 +msgid "You do not have permission to copy files/folders in this directory" +msgstr "" + +#: seahub/views/ajax.py:703 +#, python-format +msgid "Can not copy directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/views/ajax.py:799 +msgid "Failed to get file block list" +msgstr "" + +#: seahub/views/ajax.py:837 +msgid "Wrong repo id" +msgstr "" + +#: seahub/views/ajax.py:846 seahub/views/file.py:393 seahub/views/file.py:815 +#: seahub/views/file.py:988 seahub/views/file.py:1584 +msgid "File does not exist" +msgstr "Το αρχείο δεν υπάρχει." + +#: seahub/views/ajax.py:1056 +msgid "Bad upload link token." +msgstr "" + +#: seahub/views/ajax.py:1062 +msgid "Bad repo id in upload link." +msgstr "" + +#: seahub/views/ajax.py:1136 +msgid "No conflict in the merge." +msgstr "" + +#: seahub/views/ajax.py:1211 +msgid "Failed, file is too large" +msgstr "" + +#: seahub/views/file.py:152 +msgid "HTTPError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:156 +msgid "URLError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:163 seahub/views/file.py:1134 +msgid "The encoding you chose is not proper." +msgstr "" + +#: seahub/views/file.py:180 seahub/views/file.py:183 +msgid "Unknown file encoding" +msgstr "" + +#: seahub/views/file.py:303 seahub/views/file.py:312 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "" + +#: seahub/views/file.py:327 +msgid "The library is encrypted, can not open file online." +msgstr "" + +#: seahub/views/file.py:405 seahub/views/file.py:700 seahub/views/file.py:715 +#: seahub/views/file.py:733 +msgid "Unable to view file" +msgstr "" + +#: seahub/views/file.py:760 +msgid "Unable to download file, invalid file path" +msgstr "" + +#: seahub/views/file.py:769 +msgid "Unable to download file, wrong file path" +msgstr "" + +#: seahub/views/file.py:774 +msgid "Unable to download file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:837 +msgid "Unable to view raw file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:1106 +msgid "The library does not exist." +msgstr "" + +#: seahub/views/file.py:1110 +msgid "The library is encrypted." +msgstr "" + +#: seahub/views/file.py:1191 +msgid "Unable to edit file" +msgstr "" + +#: seahub/views/file.py:1197 +msgid "The file does not exist." +msgstr "" + +#: seahub/views/file.py:1226 +msgid "Edit online is not offered for this type of file." +msgstr "" + +#: seahub/views/file.py:1336 +msgid "Unable to download file" +msgstr "" + +#: seahub/views/sysadmin.py:270 seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:1059 seahub/views/sysadmin.py:1071 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Usage" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Quota" +msgstr "" + +#: seahub/views/sysadmin.py:665 seahub/views/sysadmin.py:691 +msgid "Failed to set quota: internal server error" +msgstr "" + +#: seahub/views/sysadmin.py:710 +msgid "Failed to delete: the user is an organization creator" +msgstr "" + +#: seahub/views/sysadmin.py:744 +#, python-format +msgid "Successfully remove trial for: %s" +msgstr "" + +#: seahub/views/sysadmin.py:773 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "" + +#: seahub/views/sysadmin.py:775 +msgid "Failed to revoke admin: the user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:822 +#, python-format +msgid "Your account on %s is activated" +msgstr "" + +#: seahub/views/sysadmin.py:905 +#, python-format +msgid "Password has been reset on %s" +msgstr "" + +#: seahub/views/sysadmin.py:931 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:936 +#, 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:940 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:943 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "" + +#: seahub/views/sysadmin.py:946 +msgid "Failed to reset password: user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:962 seahub/views/sysadmin.py:1877 +#, python-format +msgid "You are invited to join %s" +msgstr "" + +#: seahub/views/sysadmin.py:995 +#, python-format +msgid "Fail to add user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1020 seahub/views/sysadmin.py:1033 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "" + +#: seahub/views/sysadmin.py:1023 seahub/views/sysadmin.py:1036 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "" + +#: seahub/views/sysadmin.py:1025 seahub/views/sysadmin.py:1038 +#, python-format +msgid "Successfully added user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1040 +#, 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:1213 +msgid "Failed to rename organization" +msgstr "" + +#: seahub/views/sysadmin.py:1243 seahub/views/sysadmin.py:1658 +#: seahub/views/sysadmin.py:1754 +msgid "Successfully deleted." +msgstr "" + +#: seahub/views/sysadmin.py:1547 +msgid "Failed to transfer, invalid arguments." +msgstr "" + +#: seahub/views/sysadmin.py:1558 +#, python-format +msgid "Failed to transfer, user %s not found" +msgstr "" + +#: seahub/views/sysadmin.py:1564 +msgid "Can not transfer organization library" +msgstr "" + +#: seahub/views/sysadmin.py:1568 +#, python-format +msgid "Can not transfer library to organization user %s" +msgstr "" + +#: seahub/views/sysadmin.py:1621 +msgid "Successfully transfered." +msgstr "" + +#: seahub/views/sysadmin.py:1757 +msgid "Failed to delete, please try again later." +msgstr "" + +#: seahub/views/sysadmin.py:1788 +#, python-format +msgid "Successfully set %s as admin." +msgstr "" + +#: seahub/views/sysadmin.py:1790 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "" + +#: seahub/views/sysadmin.py:1891 +msgid "Import succeeded" +msgstr "" + +#: seahub/views/sysadmin.py:1893 +msgid "Please select a csv file first." +msgstr "" + +#: seahub/views/sysadmin.py:1957 +msgid "Invalid setting" +msgstr "" + +#: seahub/views/sysadmin.py:1964 seahub/views/sysadmin.py:1968 +#: seahub/views/sysadmin.py:1973 +msgid "Invalid value" +msgstr "" + +#: seahub/views/sysadmin.py:2367 +msgid "Successfully deleted 1 item" +msgstr "" + +#: seahub/views/wiki.py:162 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/el/LC_MESSAGES/djangojs.po b/locale/el/LC_MESSAGES/djangojs.po index 76033cd579..fe8d7e0cee 100644 --- a/locale/el/LC_MESSAGES/djangojs.po +++ b/locale/el/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Greek (http://www.transifex.com/haiwen/seahub/language/el/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Ο κωδικός είναι πολυ μικρός" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Ακυρώθηκε." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Εσωτερικό σφάλμα. Αποτυχία μετακίνησης του %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Εσωτερικό σφάλμα. Αποτυχία αντιγραφής του %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Μετακίνηση αρχείου %(index)s από %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Αντιγραφή αρχείου %(index)s από %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Επιτυχής διαγραφή του %(name)s" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Παρακαλώ εισάγετε έναν ή περισσότερους χαρακτήρες" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Δεν υπάρχουν αποτελέσματα" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Αναζήτηση..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Αποτυχία φόρτωσης" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/el_GR/LC_MESSAGES/djangojs.po b/locale/el_GR/LC_MESSAGES/djangojs.po index f844b42b4b..4fecae974d 100644 --- a/locale/el_GR/LC_MESSAGES/djangojs.po +++ b/locale/el_GR/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Greek (Greece) (http://www.transifex.com/haiwen/seahub/language/el_GR/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/es/LC_MESSAGES/django.po b/locale/es/LC_MESSAGES/django.po index d7fb153109..4477a67323 100644 --- a/locale/es/LC_MESSAGES/django.po +++ b/locale/es/LC_MESSAGES/django.po @@ -16,8 +16,8 @@ msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 16:23+0800\n" -"PO-Revision-Date: 2017-04-28 08:23+0000\n" -"Last-Translator: zheng xie \n" +"PO-Revision-Date: 2017-04-28 18:16+0000\n" +"Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (http://www.transifex.com/haiwen/seahub/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -99,7 +99,7 @@ msgstr "Email %s es inválido." #: seahub/api2/endpoints/admin/users_batch.py:72 msgid "must be an integer that is greater than or equal to 0." -msgstr "" +msgstr "debe ser un número entero mayor o igual que 0." #: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 msgid "Invalid destination path" @@ -175,7 +175,7 @@ msgstr "Error en el desencriptado de la biblioteca" #: seahub/api2/endpoints/repo_set_password.py:97 msgid "Wrong old password" -msgstr "" +msgstr "Contraseña anterior errónea" #: seahub/api2/endpoints/send_share_link_email.py:32 #: seahub/api2/endpoints/send_upload_link_email.py:31 @@ -1259,7 +1259,7 @@ msgstr "Hola," msgid "" "%(escaped_nickname)s invited you to join group %(grp_name)s on " "%(site_name)s: " -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte al grupo %(grp_name)s en %(site_name)s: " #: seahub/group/templates/group/group_base.html:10 #: seahub/help/templates/help/base.html:7 @@ -2056,7 +2056,7 @@ msgstr "Especificar límite de espacio" #: seahub/institutions/templates/institutions/user_info.html:55 msgid "Available quota:" -msgstr "" +msgstr "Cuota disponible:" #: seahub/institutions/templates/institutions/user_info.html:67 #: seahub/templates/file_revisions.html:56 @@ -2140,7 +2140,7 @@ msgstr "Este usuario no ha creado ni se ha unido a ningún grupo" #: seahub/institutions/templates/institutions/user_info.html:151 #: seahub/templates/sysadmin/sys_inst_info_base.html:56 msgid "Space Quota can't be empty" -msgstr "" +msgstr "Cuota de espacio no puede estar vacía" #: seahub/institutions/templates/institutions/useradmin.html:16 #: seahub/institutions/templates/institutions/useradmin_search.html:18 @@ -3285,11 +3285,11 @@ msgstr "La contraseña será almacenada en el servidor por 1 hora." #: seahub/templates/file_edit.html:142 msgid "Choose a file" -msgstr "" +msgstr "Escoja un archivo" #: seahub/templates/file_edit.html:150 msgid "Please choose a file." -msgstr "" +msgstr "Por favor escoja un archivo." #: seahub/templates/file_edit.html:158 msgid "Draft Available" @@ -3531,7 +3531,7 @@ msgstr "Diff" #: seahub/templates/file_revisions.html:114 #, python-brace-format msgid "Successfully restored {filename}" -msgstr "" +msgstr "{filename} restaurado con éxito" #: seahub/templates/finish_payment.html:8 msgid "Plan" @@ -3754,7 +3754,7 @@ msgstr "Términos y Condiciones" #: seahub/templates/js/sysadmin-templates.html:851 #: seahub/templates/sysadmin/base.html:78 msgid "Admin Logs" -msgstr "" +msgstr "Registros de Admin" #: seahub/templates/js/sysadmin-templates.html:80 msgid "Search libraries by name..." @@ -4047,7 +4047,7 @@ msgstr "No hay miembros" #: seahub/templates/js/sysadmin-templates.html:858 msgid "Operation" -msgstr "" +msgstr "Operación" #: seahub/templates/js/sysadmin-templates.html:859 #: seahub/templates/view_file_markdown.html:11 @@ -4057,7 +4057,7 @@ msgstr "Detalles" #: seahub/templates/js/sysadmin-templates.html:871 msgid "No Admin Logs" -msgstr "" +msgstr "No hay registros de Admin" #: seahub/templates/js/templates.html:4 #: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 @@ -4170,11 +4170,11 @@ msgstr "Subir archivos" #: seahub/templates/js/templates.html:223 msgid "Out of quota" -msgstr "" +msgstr "Cuota agotada" #: seahub/templates/js/templates.html:226 msgid "New" -msgstr "" +msgstr "Nuevo" #: seahub/templates/js/templates.html:230 msgid "New File" @@ -4182,19 +4182,19 @@ msgstr "Nuevo archivo" #: seahub/templates/js/templates.html:233 msgid "New Markdown File" -msgstr "" +msgstr "Nuevo Archivo Markdown" #: seahub/templates/js/templates.html:234 msgid "New Excel File" -msgstr "" +msgstr "Nuevo Archivo Excel" #: seahub/templates/js/templates.html:235 msgid "New PowerPoint File" -msgstr "" +msgstr "Nuevo Archivo PowerPoint" #: seahub/templates/js/templates.html:236 msgid "New Word File" -msgstr "" +msgstr "Nuevo Archivo Word" #: seahub/templates/js/templates.html:249 #: seahub/templates/view_shared_dir.html:31 @@ -4231,13 +4231,13 @@ msgstr "Acciones" #: seahub/templates/js/templates.html:1225 #: seahub/templates/js/templates.html:1245 msgid "Sort:" -msgstr "" +msgstr "Ordenar:" #: seahub/templates/js/templates.html:314 #: seahub/templates/js/templates.html:1227 #: seahub/templates/js/templates.html:1247 msgid "last update" -msgstr "" +msgstr "última actualización" #: seahub/templates/js/templates.html:357 #: seahub/templates/js/templates.html:413 @@ -5144,7 +5144,7 @@ msgstr "¿Estás seguro que deseas restaurar está biblioteca?" #: seahub/templates/repo_history_view.html:114 #, python-brace-format msgid "Successfully restored {dirent_name}" -msgstr "" +msgstr "{dirent_name} restaurado con éxito" #: seahub/templates/share_access_validation.html:6 msgid "" @@ -5174,12 +5174,12 @@ msgstr "Guardar en:" msgid "" "%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" -msgstr "" +msgstr "%(escaped_nickname)s compartió un %(file_shared_type)s %(file_shared_name)s contigo en %(site_name)s:" #: seahub/templates/shared_upload_link_email.html:11 #, python-format msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s compartió un enlace de subida contigo en %(site_name)s." #: seahub/templates/shared_upload_link_email.html:15 msgid "You can go to the following page and upload your files:" @@ -5469,7 +5469,7 @@ msgstr "Nota: las configuraciones via la interfaz web se guardan en una tabla de msgid "" "The URL of the server, like https://seafile.example.com or " "http://192.168.1.2:8000" -msgstr "" +msgstr "El URL del servidor, como https://seafile.example.com o http://192.168.1.2:8000" #: seahub/templates/sysadmin/settings.html:24 msgid "" @@ -5477,146 +5477,146 @@ msgid "" "download/upload files if this is not set correctly. If you config Seafile " "behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " "https://seafile.example.com/seafhttp ." -msgstr "" +msgstr "El URL interno para descargar/subir archivos. Los usuarios no podrán descargar/subir archivos si ésto no es correcto. Si configuras Seafile utilizando Nginx/Apache, debería ser SERVICE_URL/seafhttp, como https://seafile.example.com/seafhttp ." #: seahub/templates/sysadmin/settings.html:33 msgid "allow new registrations" -msgstr "" +msgstr "permitir nuevos registros" #: seahub/templates/sysadmin/settings.html:34 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a" " new account." -msgstr "" +msgstr "Permitir que nuevos usuarios se registren. Desmarcar ésto para que nadie pueda crear una nueva cuenta." #: seahub/templates/sysadmin/settings.html:39 msgid "activate after registration" -msgstr "" +msgstr "activar después del registro" #: seahub/templates/sysadmin/settings.html:40 msgid "" "Activate user immediately after registration. If unchecked, an user need to " "be activated by administrator or via activation email" -msgstr "" +msgstr "Activar el usuario inmediatamente después del registro. Si está desmarcado, el usuario necesita ser activado por un administrador o mediante un email de activación" #: seahub/templates/sysadmin/settings.html:45 msgid "send activation email" -msgstr "" +msgstr "enviar email de activación" #: seahub/templates/sysadmin/settings.html:46 msgid "Send activation Email after user registration." -msgstr "" +msgstr "Enviar email de activación después del registro del usuario." #: seahub/templates/sysadmin/settings.html:51 msgid "keep sign in" -msgstr "" +msgstr "permanecer identificado" #: seahub/templates/sysadmin/settings.html:52 msgid "Number of days that keep user sign in." -msgstr "" +msgstr "Número de días que el usuario permanece identificado" #: seahub/templates/sysadmin/settings.html:57 msgid "The maximum number of failed login attempts before showing CAPTCHA." -msgstr "" +msgstr "El número máximo de intentos de acceso fallidos antes de mostrar el CAPTCHA." #: seahub/templates/sysadmin/settings.html:62 msgid "Freeze user account when failed login attempts exceed limit." -msgstr "" +msgstr "Inmovilizar la cuenta del usuario cuando el número de intentos de acceso fallidos exceda el límite." #: seahub/templates/sysadmin/settings.html:72 msgid "strong password" -msgstr "" +msgstr "contaseña segura" #: seahub/templates/sysadmin/settings.html:73 msgid "Force user to use a strong password when sign up or change password." -msgstr "" +msgstr "Forzar a que el usuario utilice una contraseña segura al registrarse o al cambiar la contraseña." #: seahub/templates/sysadmin/settings.html:78 msgid "force password change" -msgstr "" +msgstr "forzar cambio de contraseña" #: seahub/templates/sysadmin/settings.html:79 msgid "" "Force user to change password when account is newly added or reset by admin" -msgstr "" +msgstr "Forzar a que el usuario cambie la contraseña cuando se crea la cuenta o reestablecida por un administrador" #: seahub/templates/sysadmin/settings.html:84 msgid "password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña" #: seahub/templates/sysadmin/settings.html:85 msgid "The least number of characters an account password should include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de una cuenta." #: seahub/templates/sysadmin/settings.html:90 msgid "password strength level" -msgstr "" +msgstr "nivel de seguridad de la contraseña" #: seahub/templates/sysadmin/settings.html:91 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" -msgstr "" +msgstr "El nivel (1-4) de seguridad de la contraseña de una cuenta. Por ejemplo, '3' significa que la contraseña debe tener por lo menos 3 de los siguientes: números, letras mayúsculas, letras minúsculas y otros símbolos" #: seahub/templates/sysadmin/settings.html:98 msgid "enable two factor authentication" -msgstr "" +msgstr "habilitar autenticación de dos factores" #: seahub/templates/sysadmin/settings.html:99 msgid "Enable two factor authentication" -msgstr "" +msgstr "Habilitar autenticación de dos factores" #: seahub/templates/sysadmin/settings.html:108 msgid "library history" -msgstr "" +msgstr "historial de la biblioteca" #: seahub/templates/sysadmin/settings.html:109 msgid "Allow user to keep library history" -msgstr "" +msgstr "Permitir al usuario mantener el historial de la biblioteca" #: seahub/templates/sysadmin/settings.html:114 msgid "encrypted library" -msgstr "" +msgstr "biblioteca encriptada" #: seahub/templates/sysadmin/settings.html:115 msgid "Allow user to create encrypted library" -msgstr "" +msgstr "Permitir al usuario crear una biblioteca encriptada" #: seahub/templates/sysadmin/settings.html:120 msgid "library password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña de biblioteca" #: seahub/templates/sysadmin/settings.html:121 msgid "" "The least number of characters an encrypted library password should include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de una biblioteca encriptada." #: seahub/templates/sysadmin/settings.html:128 msgid "download/upload link password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña de un enlace de descarga/subida" #: seahub/templates/sysadmin/settings.html:129 msgid "" "The least number of characters a download/upload link password should " "include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de un enlace de descarga/subida." #: seahub/templates/sysadmin/settings.html:135 msgid "" "Allow user to add organization library. If unchecked, only system admin can " "add library." -msgstr "" +msgstr "Permitir al usuario crear una biblioteca de la organización. Si está desmarcado sólo un administrador puede hacerlo." #: seahub/templates/sysadmin/settings.html:140 msgid "Sync" -msgstr "" +msgstr "Sincronizar" #: seahub/templates/sysadmin/settings.html:144 msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." -msgstr "" +msgstr "Si está activado el cliente de escritorio no podrá sincronizar una carpeta fuera de la carpeta Seafile preestablecida." #: seahub/templates/sysadmin/settings.html:197 #: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 @@ -5685,7 +5685,7 @@ msgstr "Número de miembros" #: seahub/templates/sysadmin/sys_inst_info_base.html:29 msgid "Set storage limit" -msgstr "" +msgstr "Establecer el límite de almacenamiento" #: seahub/templates/sysadmin/sys_inst_info_base.html:31 #: seahub/templates/sysadmin/sys_org_info_base.html:36 @@ -5959,14 +5959,14 @@ msgstr "LDAP (importado)" #: seahub/templates/sysadmin/sys_useradmin_admins.html:26 #: seahub/templates/sysadmin/user_search.html:16 msgid "Set quota" -msgstr "" +msgstr "Establecer cuota" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 #: seahub/templates/sysadmin/sys_useradmin.html:32 #: seahub/templates/sysadmin/sys_useradmin_admins.html:27 #: seahub/templates/sysadmin/user_search.html:17 msgid "Delete users" -msgstr "" +msgstr "Eliminar usuarios" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 @@ -6067,13 +6067,13 @@ msgstr "Tu cuanta %(username)s en %(site_name)s ha sido activada." msgid "" "%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " "%(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte a la organización \"%(org_name)s\" en %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:15 #: seahub/templates/sysadmin/user_batch_add_email.html:12 #, python-format msgid "%(escaped_nickname)s invited you to join %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte a %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:20 #: seahub/templates/sysadmin/user_batch_add_email.html:16 @@ -6112,22 +6112,22 @@ msgstr "¿Seguro que deseas revocar los privilegios de administración de %s ?" #: seahub/templates/sysadmin/useradmin_js.html:123 msgid "Are you sure you want to delete the selected user(s) ?" -msgstr "" +msgstr "¿Seguro que deseas eliminar los usuarios selecionados?" #: seahub/templates/sysadmin/useradmin_js.html:150 #, python-brace-format msgid "Successfully deleted {users}." -msgstr "" +msgstr "Eliminado con éxito {users}." #: seahub/templates/sysadmin/useradmin_js.html:233 #, python-brace-format msgid "Successfully set quota for {users}." -msgstr "" +msgstr "Cuota para {users} establecida con éxito." #: seahub/templates/sysadmin/useradmin_js.html:259 #, python-brace-format msgid "Successfully set quota for {user}." -msgstr "" +msgstr "Cuota para {user} establecida con éxito." #: seahub/templates/sysadmin/userinfo.html:40 msgid "Organization" diff --git a/locale/es/LC_MESSAGES/djangojs.po b/locale/es/LC_MESSAGES/djangojs.po index 1949d4a06e..f7c997f7ec 100644 --- a/locale/es/LC_MESSAGES/djangojs.po +++ b/locale/es/LC_MESSAGES/djangojs.po @@ -11,9 +11,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" -"Last-Translator: zheng xie \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 18:18+0000\n" +"Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (http://www.transifex.com/haiwen/seahub/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,12 +21,12 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Ahora" @@ -34,32 +34,39 @@ msgstr "Ahora" msgid "Name is required" msgstr "Nombre requerido" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "El nombre no debe contener ' / '." + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Ingresa una contraseña" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Ingresa la contraseña nuevamente" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Contraseña demasiado corta" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Las contraseñas no coinciden" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Biblioteca encriptada" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Biblioteca de lectura / escritura" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Biblioteca de sólo lectura" @@ -74,32 +81,31 @@ msgid "Read-Only" msgstr "Sólo lectura" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -130,25 +136,23 @@ msgid "Deleted directories" msgstr "Carpetas eliminadas" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -156,10 +160,13 @@ msgstr "Carpetas eliminadas" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -185,73 +192,88 @@ msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Desvincular dispositivo" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "¿Estás seguro que deseas desvincular este dispositivo?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Eliminar archivos de este dispositivo la próxima vez que esté en línea." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Desvinculado exitosamente %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Mover {placeholder} a:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Copiar {placeholder} a:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Moviendo %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Copiando %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Guardando..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Falló." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Cancelado." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Ruta de destino inválida" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Movido con éxito %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Copiado con éxito %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Renombrar Carpeta" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Renombrar Archivo" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Es requerido." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Cambiar Contraseña de la Biblioteca {placeholder}" @@ -276,17 +298,17 @@ msgstr "Ingrese la nueva contraseña otra vez" msgid "New passwords don't match" msgstr "Las contraseñas no coinciden" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Contraseña de la biblioteca cambiada con éxito." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Permiso de Carpeta" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -294,30 +316,32 @@ msgstr "{placeholder} Permiso de Carpeta" msgid "Search user or enter email and press Enter" msgstr "Buscar usuario o ingresar email y presionar Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Sólo puede seleccionar 1 ítem" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Seleccione un grupo" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Sólo puede seleccionar 1 ítem" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -335,7 +359,7 @@ msgstr "Seleccione un grupo" msgid "Permission error" msgstr "Error de permiso" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Por favor, seleccione una carpeta con un click." @@ -347,167 +371,180 @@ msgstr "{placeholder} Configuración del historial" msgid "Successfully set library history." msgstr "Historial de biblioteca establecido con éxito." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Enlaces Compartidos" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Cerrar (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Cargando..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Anterior (Flecha izquierda)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Siguiente (Flecha derecha)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% de %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Abrir en una nueva pestaña" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "La imagen no pudo ser cargada." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Contraseña requerida" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Es requerido." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Define un nombre, no solamente la extensión." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "Nuevo archivo" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "Nuevo Archivo Markdown" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "Nuevo Archivo Excel" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "Nuevo Archivo PowerPoint" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "Nuevo Archivo Word" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Procesando…" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "%(name)s eliminado con éxito." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "eliminado con éxito %(name)s y otro ítem." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos eliminados con éxito." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Fallo al eliminar %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Fallo al eliminar %(name)s y otro ítem." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Fallo al eliminar %(name)s y %(amount)s otros ítems." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Eliminar elementos" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "¿Seguro que deseas eliminar los elementos selecionados?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Mover item(s) seleccionados a:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Copiar item(s) seleccionados a:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "%(name)s movido con éxito." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "%(name)s y 1 otro ítem movidos con éxito." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos movidos con éxito." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s copiados con éxito." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s y 1 otro ítem copiados con éxito." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos copiados con éxito." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Error interno. Fallo al mover %(name)s y %(amount)s otro(s) ítem(s)." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Error interno. Fallo al mover %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Error interno. Fallo al copiar %(name)s y %(amount)s otro(s) ítem(s)." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Error interno. Fallo al copiar %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Moviendo archivo %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Copiando archivo %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Fallo al mover %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Fallo al copiar %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "bloqueado por {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Eliminados con éxito %(name)s" @@ -541,14 +578,16 @@ msgstr "Resultado de subida incompleto" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Error" @@ -588,36 +627,36 @@ msgstr "Subir archivo cancelado" msgid "File Upload failed" msgstr "Subir archivo falló" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Fallo al obtener url de subida" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Fallo al obtener url de actualización" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "¿Reemplazar archivo {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "El archivo está bloqueado" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Establecer permiso de {placeholder}" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Seleccionar grupos" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Editar falló" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Eliminar falló" @@ -625,13 +664,13 @@ msgstr "Eliminar falló" msgid "{placeholder} Members" msgstr "{placeholder} Miembros" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Se dejó de compartir 1 ítem." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -676,13 +715,26 @@ msgstr "¿Estás seguro que deseas abandonar el grupo?" msgid "Successfully deleted 1 item" msgstr "1 ítem eliminado con éxito" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "Has terminado la sesión" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "Ingresar" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "Refrescar" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Eliminar Biblioteca" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -690,17 +742,17 @@ msgstr "Eliminar Biblioteca" msgid "Are you sure you want to delete %s ?" msgstr "¿Seguro que quieres borrar %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Eliminado con éxito." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Transferir Biblioteca {library_name} a" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Biblioteca transferida con éxito." @@ -710,45 +762,45 @@ msgstr "Biblioteca transferida con éxito." msgid "Successfully modified permission" msgstr "Permiso modificado con éxito" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Compartir {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Expirado" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Ocultar" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Mostrar" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Por favor ingrese días." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Ingresa cantidad válida de días" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Ingresa al menos un correo." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Enviado con éxito a {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Fallo al enviar a {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -757,70 +809,119 @@ msgstr "Fallo al enviar a {placeholder}" msgid "Success" msgstr "Éxito" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Desmarcado con éxito {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Buscar usuarios o ingresar emails y presionar Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Por favor ingrese uno o más caracteres" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "No hay coincidencias" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Buscando..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "La carga falló" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Buscar grupos" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Empaquetando..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "Biblioteca {library_name} eliminada" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "Transferir Biblioteca" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "Biblioteca {library_name} transferida de {user_from} a {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "Crear Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "Grupo {group_name} creado" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "Tranferir Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "Grupo {group_name} transferido de {user_from} a {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Borrar Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "Grupo {group_name} eliminado" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "Agregar Usuario" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "Usuario {user} agregado" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "Eliminar usuario" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "Usuario {user} eliminado" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Errores eliminados con éxito." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "Eliminar Miembro" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "Miembro {placeholder} eliminado con éxito" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "Email requerido" #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "Dejar de compartir Biblioteca" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "¿Está seguro que desea dejar de compartir %s ?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Borrar Grupo" +msgstr "Se dejó de compartir la biblioteca {placeholder} exitosamente" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." diff --git a/locale/es_AR/LC_MESSAGES/django.po b/locale/es_AR/LC_MESSAGES/django.po index dce34ade37..0c83056ce7 100644 --- a/locale/es_AR/LC_MESSAGES/django.po +++ b/locale/es_AR/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 16:23+0800\n" -"PO-Revision-Date: 2017-04-28 08:23+0000\n" -"Last-Translator: zheng xie \n" +"PO-Revision-Date: 2017-04-28 17:04+0000\n" +"Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/haiwen/seahub/language/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -95,7 +95,7 @@ msgstr "Email %s es inválido." #: seahub/api2/endpoints/admin/users_batch.py:72 msgid "must be an integer that is greater than or equal to 0." -msgstr "" +msgstr "debe ser un número entero mayor o igual que 0." #: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 msgid "Invalid destination path" @@ -171,7 +171,7 @@ msgstr "Error en el desencriptado de la biblioteca" #: seahub/api2/endpoints/repo_set_password.py:97 msgid "Wrong old password" -msgstr "" +msgstr "Contraseña anterior errónea" #: seahub/api2/endpoints/send_share_link_email.py:32 #: seahub/api2/endpoints/send_upload_link_email.py:31 @@ -1255,7 +1255,7 @@ msgstr "Hola," msgid "" "%(escaped_nickname)s invited you to join group %(grp_name)s on " "%(site_name)s: " -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte al grupo %(grp_name)s en %(site_name)s: " #: seahub/group/templates/group/group_base.html:10 #: seahub/help/templates/help/base.html:7 @@ -2052,7 +2052,7 @@ msgstr "Especificar límite de espacio" #: seahub/institutions/templates/institutions/user_info.html:55 msgid "Available quota:" -msgstr "" +msgstr "Cuota disponible:" #: seahub/institutions/templates/institutions/user_info.html:67 #: seahub/templates/file_revisions.html:56 @@ -2136,7 +2136,7 @@ msgstr "Este usuario no ha creado ni se ha unido a ningún grupo" #: seahub/institutions/templates/institutions/user_info.html:151 #: seahub/templates/sysadmin/sys_inst_info_base.html:56 msgid "Space Quota can't be empty" -msgstr "" +msgstr "Cuota de espacio no puede estar vacía" #: seahub/institutions/templates/institutions/useradmin.html:16 #: seahub/institutions/templates/institutions/useradmin_search.html:18 @@ -3281,11 +3281,11 @@ msgstr "La contraseña será almacenada en el servidor por 1 hora." #: seahub/templates/file_edit.html:142 msgid "Choose a file" -msgstr "" +msgstr "Escoja un archivo" #: seahub/templates/file_edit.html:150 msgid "Please choose a file." -msgstr "" +msgstr "Por favor escoja un archivo." #: seahub/templates/file_edit.html:158 msgid "Draft Available" @@ -3527,7 +3527,7 @@ msgstr "Diff" #: seahub/templates/file_revisions.html:114 #, python-brace-format msgid "Successfully restored {filename}" -msgstr "" +msgstr "{filename} restaurado con éxito" #: seahub/templates/finish_payment.html:8 msgid "Plan" @@ -3750,7 +3750,7 @@ msgstr "Términos y Condiciones" #: seahub/templates/js/sysadmin-templates.html:851 #: seahub/templates/sysadmin/base.html:78 msgid "Admin Logs" -msgstr "" +msgstr "Registros de Admin" #: seahub/templates/js/sysadmin-templates.html:80 msgid "Search libraries by name..." @@ -4043,7 +4043,7 @@ msgstr "No hay miembros" #: seahub/templates/js/sysadmin-templates.html:858 msgid "Operation" -msgstr "" +msgstr "Operación" #: seahub/templates/js/sysadmin-templates.html:859 #: seahub/templates/view_file_markdown.html:11 @@ -4053,7 +4053,7 @@ msgstr "Detalles" #: seahub/templates/js/sysadmin-templates.html:871 msgid "No Admin Logs" -msgstr "" +msgstr "No hay registros de Admin" #: seahub/templates/js/templates.html:4 #: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 @@ -4166,11 +4166,11 @@ msgstr "Subir archivos" #: seahub/templates/js/templates.html:223 msgid "Out of quota" -msgstr "" +msgstr "Cuota agotada" #: seahub/templates/js/templates.html:226 msgid "New" -msgstr "" +msgstr "Nuevo" #: seahub/templates/js/templates.html:230 msgid "New File" @@ -4178,19 +4178,19 @@ msgstr "Nuevo archivo" #: seahub/templates/js/templates.html:233 msgid "New Markdown File" -msgstr "" +msgstr "Nuevo Archivo Markdown" #: seahub/templates/js/templates.html:234 msgid "New Excel File" -msgstr "" +msgstr "Nuevo Archivo Excel" #: seahub/templates/js/templates.html:235 msgid "New PowerPoint File" -msgstr "" +msgstr "Nuevo Archivo PowerPoint" #: seahub/templates/js/templates.html:236 msgid "New Word File" -msgstr "" +msgstr "Nuevo Archivo Word" #: seahub/templates/js/templates.html:249 #: seahub/templates/view_shared_dir.html:31 @@ -4227,13 +4227,13 @@ msgstr "Acciones" #: seahub/templates/js/templates.html:1225 #: seahub/templates/js/templates.html:1245 msgid "Sort:" -msgstr "" +msgstr "Ordenar:" #: seahub/templates/js/templates.html:314 #: seahub/templates/js/templates.html:1227 #: seahub/templates/js/templates.html:1247 msgid "last update" -msgstr "" +msgstr "última actualización" #: seahub/templates/js/templates.html:357 #: seahub/templates/js/templates.html:413 @@ -5140,7 +5140,7 @@ msgstr "¿Estás seguro que deseas restaurar está biblioteca?" #: seahub/templates/repo_history_view.html:114 #, python-brace-format msgid "Successfully restored {dirent_name}" -msgstr "" +msgstr "{dirent_name} restaurado con éxito" #: seahub/templates/share_access_validation.html:6 msgid "" @@ -5170,12 +5170,12 @@ msgstr "Guardar en:" msgid "" "%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" -msgstr "" +msgstr "%(escaped_nickname)s compartió un %(file_shared_type)s %(file_shared_name)s contigo en %(site_name)s:" #: seahub/templates/shared_upload_link_email.html:11 #, python-format msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s compartió un enlace de subida contigo en %(site_name)s." #: seahub/templates/shared_upload_link_email.html:15 msgid "You can go to the following page and upload your files:" @@ -5465,7 +5465,7 @@ msgstr "Nota: las configuraciones via la interfaz web se guardan en una tabla de msgid "" "The URL of the server, like https://seafile.example.com or " "http://192.168.1.2:8000" -msgstr "" +msgstr "El URL del servidor, como https://seafile.example.com o http://192.168.1.2:8000" #: seahub/templates/sysadmin/settings.html:24 msgid "" @@ -5473,146 +5473,146 @@ msgid "" "download/upload files if this is not set correctly. If you config Seafile " "behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " "https://seafile.example.com/seafhttp ." -msgstr "" +msgstr "El URL interno para descargar/subir archivos. Los usuarios no podrán descargar/subir archivos si ésto no es correcto. Si configuras Seafile utilizando Nginx/Apache, debería ser SERVICE_URL/seafhttp, como https://seafile.example.com/seafhttp ." #: seahub/templates/sysadmin/settings.html:33 msgid "allow new registrations" -msgstr "" +msgstr "permitir nuevos registros" #: seahub/templates/sysadmin/settings.html:34 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a" " new account." -msgstr "" +msgstr "Permitir que nuevos usuarios se registren. Desmarcar ésto para que nadie pueda crear una nueva cuenta." #: seahub/templates/sysadmin/settings.html:39 msgid "activate after registration" -msgstr "" +msgstr "activar después del registro" #: seahub/templates/sysadmin/settings.html:40 msgid "" "Activate user immediately after registration. If unchecked, an user need to " "be activated by administrator or via activation email" -msgstr "" +msgstr "Activar el usuario inmediatamente después del registro. Si está desmarcado, el usuario necesita ser activado por un administrador o mediante un email de activación" #: seahub/templates/sysadmin/settings.html:45 msgid "send activation email" -msgstr "" +msgstr "enviar email de activación" #: seahub/templates/sysadmin/settings.html:46 msgid "Send activation Email after user registration." -msgstr "" +msgstr "Enviar email de activación después del registro del usuario." #: seahub/templates/sysadmin/settings.html:51 msgid "keep sign in" -msgstr "" +msgstr "permanecer identificado" #: seahub/templates/sysadmin/settings.html:52 msgid "Number of days that keep user sign in." -msgstr "" +msgstr "Número de días que el usuario permanece identificado" #: seahub/templates/sysadmin/settings.html:57 msgid "The maximum number of failed login attempts before showing CAPTCHA." -msgstr "" +msgstr "El número máximo de intentos de acceso fallidos antes de mostrar el CAPTCHA." #: seahub/templates/sysadmin/settings.html:62 msgid "Freeze user account when failed login attempts exceed limit." -msgstr "" +msgstr "Inmovilizar la cuenta del usuario cuando el número de intentos de acceso fallidos exceda el límite." #: seahub/templates/sysadmin/settings.html:72 msgid "strong password" -msgstr "" +msgstr "contaseña segura" #: seahub/templates/sysadmin/settings.html:73 msgid "Force user to use a strong password when sign up or change password." -msgstr "" +msgstr "Forzar a que el usuario utilice una contraseña segura al registrarse o al cambiar la contraseña." #: seahub/templates/sysadmin/settings.html:78 msgid "force password change" -msgstr "" +msgstr "forzar cambio de contraseña" #: seahub/templates/sysadmin/settings.html:79 msgid "" "Force user to change password when account is newly added or reset by admin" -msgstr "" +msgstr "Forzar a que el usuario cambie la contraseña cuando se crea la cuenta o reestablecida por un administrador" #: seahub/templates/sysadmin/settings.html:84 msgid "password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña" #: seahub/templates/sysadmin/settings.html:85 msgid "The least number of characters an account password should include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de una cuenta." #: seahub/templates/sysadmin/settings.html:90 msgid "password strength level" -msgstr "" +msgstr "nivel de seguridad de la contraseña" #: seahub/templates/sysadmin/settings.html:91 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" -msgstr "" +msgstr "El nivel (1-4) de seguridad de la contraseña de una cuenta. Por ejemplo, '3' significa que la contraseña debe tener por lo menos 3 de los siguientes: números, letras mayúsculas, letras minúsculas y otros símbolos" #: seahub/templates/sysadmin/settings.html:98 msgid "enable two factor authentication" -msgstr "" +msgstr "habilitar autenticación de dos factores" #: seahub/templates/sysadmin/settings.html:99 msgid "Enable two factor authentication" -msgstr "" +msgstr "Habilitar autenticación de dos factores" #: seahub/templates/sysadmin/settings.html:108 msgid "library history" -msgstr "" +msgstr "historial de la biblioteca" #: seahub/templates/sysadmin/settings.html:109 msgid "Allow user to keep library history" -msgstr "" +msgstr "Permitir al usuario mantener el historial de la biblioteca" #: seahub/templates/sysadmin/settings.html:114 msgid "encrypted library" -msgstr "" +msgstr "biblioteca encriptada" #: seahub/templates/sysadmin/settings.html:115 msgid "Allow user to create encrypted library" -msgstr "" +msgstr "Permitir al usuario crear una biblioteca encriptada" #: seahub/templates/sysadmin/settings.html:120 msgid "library password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña de biblioteca" #: seahub/templates/sysadmin/settings.html:121 msgid "" "The least number of characters an encrypted library password should include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de una biblioteca encriptada." #: seahub/templates/sysadmin/settings.html:128 msgid "download/upload link password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña de un enlace de descarga/subida" #: seahub/templates/sysadmin/settings.html:129 msgid "" "The least number of characters a download/upload link password should " "include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de un enlace de descarga/subida." #: seahub/templates/sysadmin/settings.html:135 msgid "" "Allow user to add organization library. If unchecked, only system admin can " "add library." -msgstr "" +msgstr "Permitir al usuario crear una biblioteca de la organización. Si está desmarcado sólo un administrador puede hacerlo." #: seahub/templates/sysadmin/settings.html:140 msgid "Sync" -msgstr "" +msgstr "Sincronizar" #: seahub/templates/sysadmin/settings.html:144 msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." -msgstr "" +msgstr "Si está activado el cliente de escritorio no podrá sincronizar una carpeta fuera de la carpeta Seafile preestablecida." #: seahub/templates/sysadmin/settings.html:197 #: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 @@ -5681,7 +5681,7 @@ msgstr "Número de miembros" #: seahub/templates/sysadmin/sys_inst_info_base.html:29 msgid "Set storage limit" -msgstr "" +msgstr "Establecer el límite de almacenamiento" #: seahub/templates/sysadmin/sys_inst_info_base.html:31 #: seahub/templates/sysadmin/sys_org_info_base.html:36 @@ -5955,14 +5955,14 @@ msgstr "LDAP (importado)" #: seahub/templates/sysadmin/sys_useradmin_admins.html:26 #: seahub/templates/sysadmin/user_search.html:16 msgid "Set quota" -msgstr "" +msgstr "Establecer cuota" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 #: seahub/templates/sysadmin/sys_useradmin.html:32 #: seahub/templates/sysadmin/sys_useradmin_admins.html:27 #: seahub/templates/sysadmin/user_search.html:17 msgid "Delete users" -msgstr "" +msgstr "Eliminar usuarios" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 @@ -6063,13 +6063,13 @@ msgstr "Tu cuanta %(username)s en %(site_name)s ha sido activada." msgid "" "%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " "%(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte a la organización \"%(org_name)s\" en %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:15 #: seahub/templates/sysadmin/user_batch_add_email.html:12 #, python-format msgid "%(escaped_nickname)s invited you to join %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte a %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:20 #: seahub/templates/sysadmin/user_batch_add_email.html:16 @@ -6108,22 +6108,22 @@ msgstr "¿Seguro que deseas revocar los privilegios de administración de %s ?" #: seahub/templates/sysadmin/useradmin_js.html:123 msgid "Are you sure you want to delete the selected user(s) ?" -msgstr "" +msgstr "¿Seguro que deseas eliminar los usuarios selecionados?" #: seahub/templates/sysadmin/useradmin_js.html:150 #, python-brace-format msgid "Successfully deleted {users}." -msgstr "" +msgstr "Eliminado con éxito {users}." #: seahub/templates/sysadmin/useradmin_js.html:233 #, python-brace-format msgid "Successfully set quota for {users}." -msgstr "" +msgstr "Cuota para {users} establecida con éxito." #: seahub/templates/sysadmin/useradmin_js.html:259 #, python-brace-format msgid "Successfully set quota for {user}." -msgstr "" +msgstr "Cuota para {user} establecida con éxito." #: seahub/templates/sysadmin/userinfo.html:40 msgid "Organization" diff --git a/locale/es_AR/LC_MESSAGES/djangojs.po b/locale/es_AR/LC_MESSAGES/djangojs.po index e8be85835c..8601d09b6a 100644 --- a/locale/es_AR/LC_MESSAGES/djangojs.po +++ b/locale/es_AR/LC_MESSAGES/djangojs.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" -"Last-Translator: zheng xie \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 18:13+0000\n" +"Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (Argentina) (http://www.transifex.com/haiwen/seahub/language/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,12 +20,12 @@ msgstr "" "Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Ahora" @@ -33,32 +33,39 @@ msgstr "Ahora" msgid "Name is required" msgstr "Nombre requerido" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "El nombre no debe contener ' / '." + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Ingresa una contraseña" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Ingresa la contraseña nuevamente" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Contraseña demasiado corta" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Las contraseñas no coinciden" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Biblioteca encriptada" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Biblioteca de lectura / escritura" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Biblioteca de sólo lectura" @@ -73,32 +80,31 @@ msgid "Read-Only" msgstr "Sólo lectura" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -129,25 +135,23 @@ msgid "Deleted directories" msgstr "Carpetas eliminadas" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -155,10 +159,13 @@ msgstr "Carpetas eliminadas" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -184,73 +191,88 @@ msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Desvincular dispositivo" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "¿Estás seguro que deseas desvincular este dispositivo?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Eliminar archivos de este dispositivo la próxima vez que esté en línea." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Desvinculado exitosamente %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Mover {placeholder} a:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Copiar {placeholder} a:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Moviendo %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Copiando %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Guardando..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Falló." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Cancelado." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Ruta de destino inválida" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Movido con éxito %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Copiado con éxito %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Renombrar Carpeta" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Renombrar Archivo" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Es requerido." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Cambiar Contraseña de la Biblioteca {placeholder}" @@ -275,17 +297,17 @@ msgstr "Ingrese la nueva contraseña otra vez" msgid "New passwords don't match" msgstr "Las contraseñas no coinciden" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Contraseña de la biblioteca cambiada con éxito." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Permiso de Carpeta" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -293,30 +315,32 @@ msgstr "{placeholder} Permiso de Carpeta" msgid "Search user or enter email and press Enter" msgstr "Buscar usuario o ingresar email y presionar Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Sólo puede seleccionar 1 ítem" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Seleccione un grupo" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Sólo puede seleccionar 1 ítem" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -334,7 +358,7 @@ msgstr "Seleccione un grupo" msgid "Permission error" msgstr "Error de permiso" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Por favor, seleccione una carpeta con un click." @@ -346,167 +370,180 @@ msgstr "{placeholder} Configuración del historial" msgid "Successfully set library history." msgstr "Historial de biblioteca establecido con éxito." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Enlaces Compartidos" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Cerrar (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Cargando..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Anterior (Flecha izquierda)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Siguiente (Flecha derecha)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% de %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Abrir en una nueva pestaña" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "La imagen no pudo ser cargada." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Contraseña requerida" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Es requerido." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Define un nombre, no solamente la extensión." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "Nuevo archivo" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "Nuevo Archivo Markdown" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "Nuevo Archivo Excel" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "Nuevo Archivo PowerPoint" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "Nuevo Archivo Word" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Procesando…" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "%(name)s eliminado con éxito." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "eliminado con éxito %(name)s y otro ítem." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos eliminados con éxito." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Fallo al eliminar %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Fallo al eliminar %(name)s y otro ítem." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Fallo al eliminar %(name)s y %(amount)s otros ítems." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Eliminar elementos" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "¿Seguro que deseas eliminar los elementos selecionados?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Mover item(s) seleccionados a:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Copiar item(s) seleccionados a:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "%(name)s movido con éxito." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "%(name)s y 1 otro ítem movidos con éxito." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos movidos con éxito." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s copiados con éxito." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s y 1 otro ítem copiados con éxito." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos copiados con éxito." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Error interno. Fallo al mover %(name)s y %(amount)s otro(s) ítem(s)." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Error interno. Fallo al mover %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Error interno. Fallo al copiar %(name)s y %(amount)s otro(s) ítem(s)." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Error interno. Fallo al copiar %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Moviendo archivo %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Copiando archivo %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Fallo al mover %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Fallo al copiar %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "bloqueado por {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Eliminados con éxito %(name)s" @@ -540,14 +577,16 @@ msgstr "Resultado de subida incompleto" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Error" @@ -587,36 +626,36 @@ msgstr "Subir archivo cancelado" msgid "File Upload failed" msgstr "Subir archivo falló" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Fallo al obtener url de subida" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Fallo al obtener url de actualización" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "¿Reemplazar archivo {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "El archivo está bloqueado" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Establecer permiso de {placeholder}" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Seleccionar grupos" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Editar falló" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Eliminar falló" @@ -624,13 +663,13 @@ msgstr "Eliminar falló" msgid "{placeholder} Members" msgstr "{placeholder} Miembros" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Se dejó de compartir 1 ítem." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -675,13 +714,26 @@ msgstr "¿Estás seguro que deseas abandonar el grupo?" msgid "Successfully deleted 1 item" msgstr "1 ítem eliminado con éxito" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "Has terminado la sesión" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "Ingresar" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "Refrescar" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Eliminar Biblioteca" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -689,17 +741,17 @@ msgstr "Eliminar Biblioteca" msgid "Are you sure you want to delete %s ?" msgstr "¿Seguro que quieres borrar %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Eliminado con éxito." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Transferir Biblioteca {library_name} a" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Biblioteca transferida con éxito." @@ -709,45 +761,45 @@ msgstr "Biblioteca transferida con éxito." msgid "Successfully modified permission" msgstr "Permiso modificado con éxito" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Compartir {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Expirado" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Ocultar" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Mostrar" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Por favor ingrese días." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Ingresa cantidad válida de días" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Ingresa al menos un correo." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Enviado con éxito a {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Fallo al enviar a {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -756,70 +808,119 @@ msgstr "Fallo al enviar a {placeholder}" msgid "Success" msgstr "Éxito" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Desmarcado con éxito {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Buscar usuarios o ingresar emails y presionar Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Por favor ingrese uno o más caracteres" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "No hay coincidencias" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Buscando..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "La carga falló" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Buscar grupos" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Empaquetando..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "Biblioteca {library_name} eliminada" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "Transferir Biblioteca" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "Biblioteca {library_name} transferida de {user_from} a {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "Crear Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "Grupo {group_name} creado" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "Tranferir Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "Grupo {group_name} transferido de {user_from} a {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Borrar Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "Grupo {group_name} eliminado" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "Agregar Usuario" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "Usuario {user} agregado" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "Eliminar usuario" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "Usuario {user} eliminado" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Errores eliminados con éxito." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "Eliminar Miembro" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "Miembro {placeholder} eliminado con éxito" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "Email requerido" #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "Dejar de compartir Biblioteca" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "¿Está seguro que desea dejar de compartir %s ?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Borrar Grupo" +msgstr "Se dejó de compartir la biblioteca {placeholder} exitosamente" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." diff --git a/locale/es_MX/LC_MESSAGES/django.po b/locale/es_MX/LC_MESSAGES/django.po index 88bd71e4d5..ff2fada24a 100644 --- a/locale/es_MX/LC_MESSAGES/django.po +++ b/locale/es_MX/LC_MESSAGES/django.po @@ -14,8 +14,8 @@ msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 16:23+0800\n" -"PO-Revision-Date: 2017-04-28 08:23+0000\n" -"Last-Translator: zheng xie \n" +"PO-Revision-Date: 2017-04-28 18:19+0000\n" +"Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/haiwen/seahub/language/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -97,7 +97,7 @@ msgstr "Email %s es inválido." #: seahub/api2/endpoints/admin/users_batch.py:72 msgid "must be an integer that is greater than or equal to 0." -msgstr "" +msgstr "debe ser un número entero mayor o igual que 0." #: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 msgid "Invalid destination path" @@ -173,7 +173,7 @@ msgstr "Error en el desencriptado de la biblioteca" #: seahub/api2/endpoints/repo_set_password.py:97 msgid "Wrong old password" -msgstr "" +msgstr "Contraseña anterior errónea" #: seahub/api2/endpoints/send_share_link_email.py:32 #: seahub/api2/endpoints/send_upload_link_email.py:31 @@ -1257,7 +1257,7 @@ msgstr "Hola," msgid "" "%(escaped_nickname)s invited you to join group %(grp_name)s on " "%(site_name)s: " -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte al grupo %(grp_name)s en %(site_name)s: " #: seahub/group/templates/group/group_base.html:10 #: seahub/help/templates/help/base.html:7 @@ -2054,7 +2054,7 @@ msgstr "Especificar límite de espacio" #: seahub/institutions/templates/institutions/user_info.html:55 msgid "Available quota:" -msgstr "" +msgstr "Cuota disponible:" #: seahub/institutions/templates/institutions/user_info.html:67 #: seahub/templates/file_revisions.html:56 @@ -2138,7 +2138,7 @@ msgstr "Este usuario no ha creado ni se ha unido a ningún grupo" #: seahub/institutions/templates/institutions/user_info.html:151 #: seahub/templates/sysadmin/sys_inst_info_base.html:56 msgid "Space Quota can't be empty" -msgstr "" +msgstr "Cuota de espacio no puede estar vacía" #: seahub/institutions/templates/institutions/useradmin.html:16 #: seahub/institutions/templates/institutions/useradmin_search.html:18 @@ -3283,11 +3283,11 @@ msgstr "El password será almacenado en el servidor por 1 hora." #: seahub/templates/file_edit.html:142 msgid "Choose a file" -msgstr "" +msgstr "Escoja un archivo" #: seahub/templates/file_edit.html:150 msgid "Please choose a file." -msgstr "" +msgstr "Por favor escoja un archivo." #: seahub/templates/file_edit.html:158 msgid "Draft Available" @@ -3529,7 +3529,7 @@ msgstr "Diff" #: seahub/templates/file_revisions.html:114 #, python-brace-format msgid "Successfully restored {filename}" -msgstr "" +msgstr "{filename} restaurado con éxito" #: seahub/templates/finish_payment.html:8 msgid "Plan" @@ -3752,7 +3752,7 @@ msgstr "Términos y Condiciones" #: seahub/templates/js/sysadmin-templates.html:851 #: seahub/templates/sysadmin/base.html:78 msgid "Admin Logs" -msgstr "" +msgstr "Registros de Admin" #: seahub/templates/js/sysadmin-templates.html:80 msgid "Search libraries by name..." @@ -4045,7 +4045,7 @@ msgstr "No hay miembros" #: seahub/templates/js/sysadmin-templates.html:858 msgid "Operation" -msgstr "" +msgstr "Operación" #: seahub/templates/js/sysadmin-templates.html:859 #: seahub/templates/view_file_markdown.html:11 @@ -4055,7 +4055,7 @@ msgstr "Detalles" #: seahub/templates/js/sysadmin-templates.html:871 msgid "No Admin Logs" -msgstr "" +msgstr "No hay registros de Admin" #: seahub/templates/js/templates.html:4 #: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 @@ -4168,11 +4168,11 @@ msgstr "Subir archivos" #: seahub/templates/js/templates.html:223 msgid "Out of quota" -msgstr "" +msgstr "Cuota agotada" #: seahub/templates/js/templates.html:226 msgid "New" -msgstr "" +msgstr "Nuevo" #: seahub/templates/js/templates.html:230 msgid "New File" @@ -4180,19 +4180,19 @@ msgstr "Nuevo archivo" #: seahub/templates/js/templates.html:233 msgid "New Markdown File" -msgstr "" +msgstr "Nuevo Archivo Markdown" #: seahub/templates/js/templates.html:234 msgid "New Excel File" -msgstr "" +msgstr "Nuevo Archivo Excel" #: seahub/templates/js/templates.html:235 msgid "New PowerPoint File" -msgstr "" +msgstr "Nuevo Archivo PowerPoint" #: seahub/templates/js/templates.html:236 msgid "New Word File" -msgstr "" +msgstr "Nuevo Archivo Word" #: seahub/templates/js/templates.html:249 #: seahub/templates/view_shared_dir.html:31 @@ -4229,13 +4229,13 @@ msgstr "Acciones" #: seahub/templates/js/templates.html:1225 #: seahub/templates/js/templates.html:1245 msgid "Sort:" -msgstr "" +msgstr "Ordenar:" #: seahub/templates/js/templates.html:314 #: seahub/templates/js/templates.html:1227 #: seahub/templates/js/templates.html:1247 msgid "last update" -msgstr "" +msgstr "última actualización" #: seahub/templates/js/templates.html:357 #: seahub/templates/js/templates.html:413 @@ -5142,7 +5142,7 @@ msgstr "Está seguro que desea restaurar está bilioteca?" #: seahub/templates/repo_history_view.html:114 #, python-brace-format msgid "Successfully restored {dirent_name}" -msgstr "" +msgstr "{dirent_name} restaurado con éxito" #: seahub/templates/share_access_validation.html:6 msgid "" @@ -5172,12 +5172,12 @@ msgstr "Guardar en:" msgid "" "%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" -msgstr "" +msgstr "%(escaped_nickname)s compartió un %(file_shared_type)s %(file_shared_name)s contigo en %(site_name)s:" #: seahub/templates/shared_upload_link_email.html:11 #, python-format msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s compartió un enlace de subida contigo en %(site_name)s." #: seahub/templates/shared_upload_link_email.html:15 msgid "You can go to the following page and upload your files:" @@ -5467,7 +5467,7 @@ msgstr "Nota: las configuraciones via la interfaz web se guardan en una tabla de msgid "" "The URL of the server, like https://seafile.example.com or " "http://192.168.1.2:8000" -msgstr "" +msgstr "El URL del servidor, como https://seafile.example.com o http://192.168.1.2:8000" #: seahub/templates/sysadmin/settings.html:24 msgid "" @@ -5475,146 +5475,146 @@ msgid "" "download/upload files if this is not set correctly. If you config Seafile " "behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " "https://seafile.example.com/seafhttp ." -msgstr "" +msgstr "El URL interno para descargar/subir archivos. Los usuarios no podrán descargar/subir archivos si ésto no es correcto. Si configuras Seafile utilizando Nginx/Apache, debería ser SERVICE_URL/seafhttp, como https://seafile.example.com/seafhttp ." #: seahub/templates/sysadmin/settings.html:33 msgid "allow new registrations" -msgstr "" +msgstr "permitir nuevos registros" #: seahub/templates/sysadmin/settings.html:34 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a" " new account." -msgstr "" +msgstr "Permitir que nuevos usuarios se registren. Desmarcar ésto para que nadie pueda crear una nueva cuenta." #: seahub/templates/sysadmin/settings.html:39 msgid "activate after registration" -msgstr "" +msgstr "activar después del registro" #: seahub/templates/sysadmin/settings.html:40 msgid "" "Activate user immediately after registration. If unchecked, an user need to " "be activated by administrator or via activation email" -msgstr "" +msgstr "Activar el usuario inmediatamente después del registro. Si está desmarcado, el usuario necesita ser activado por un administrador o mediante un email de activación" #: seahub/templates/sysadmin/settings.html:45 msgid "send activation email" -msgstr "" +msgstr "enviar email de activación" #: seahub/templates/sysadmin/settings.html:46 msgid "Send activation Email after user registration." -msgstr "" +msgstr "Enviar email de activación después del registro del usuario." #: seahub/templates/sysadmin/settings.html:51 msgid "keep sign in" -msgstr "" +msgstr "permanecer identificado" #: seahub/templates/sysadmin/settings.html:52 msgid "Number of days that keep user sign in." -msgstr "" +msgstr "Número de días que el usuario permanece identificado" #: seahub/templates/sysadmin/settings.html:57 msgid "The maximum number of failed login attempts before showing CAPTCHA." -msgstr "" +msgstr "El número máximo de intentos de acceso fallidos antes de mostrar el CAPTCHA." #: seahub/templates/sysadmin/settings.html:62 msgid "Freeze user account when failed login attempts exceed limit." -msgstr "" +msgstr "Inmovilizar la cuenta del usuario cuando el número de intentos de acceso fallidos exceda el límite." #: seahub/templates/sysadmin/settings.html:72 msgid "strong password" -msgstr "" +msgstr "contaseña segura" #: seahub/templates/sysadmin/settings.html:73 msgid "Force user to use a strong password when sign up or change password." -msgstr "" +msgstr "Forzar a que el usuario utilice una contraseña segura al registrarse o al cambiar la contraseña." #: seahub/templates/sysadmin/settings.html:78 msgid "force password change" -msgstr "" +msgstr "forzar cambio de contraseña" #: seahub/templates/sysadmin/settings.html:79 msgid "" "Force user to change password when account is newly added or reset by admin" -msgstr "" +msgstr "Forzar a que el usuario cambie la contraseña cuando se crea la cuenta o reestablecida por un administrador" #: seahub/templates/sysadmin/settings.html:84 msgid "password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña" #: seahub/templates/sysadmin/settings.html:85 msgid "The least number of characters an account password should include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de una cuenta." #: seahub/templates/sysadmin/settings.html:90 msgid "password strength level" -msgstr "" +msgstr "nivel de seguridad de la contraseña" #: seahub/templates/sysadmin/settings.html:91 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" -msgstr "" +msgstr "El nivel (1-4) de seguridad de la contraseña de una cuenta. Por ejemplo, '3' significa que la contraseña debe tener por lo menos 3 de los siguientes: números, letras mayúsculas, letras minúsculas y otros símbolos" #: seahub/templates/sysadmin/settings.html:98 msgid "enable two factor authentication" -msgstr "" +msgstr "habilitar autenticación de dos factores" #: seahub/templates/sysadmin/settings.html:99 msgid "Enable two factor authentication" -msgstr "" +msgstr "Habilitar autenticación de dos factores" #: seahub/templates/sysadmin/settings.html:108 msgid "library history" -msgstr "" +msgstr "historial de la biblioteca" #: seahub/templates/sysadmin/settings.html:109 msgid "Allow user to keep library history" -msgstr "" +msgstr "Permitir al usuario mantener el historial de la biblioteca" #: seahub/templates/sysadmin/settings.html:114 msgid "encrypted library" -msgstr "" +msgstr "biblioteca encriptada" #: seahub/templates/sysadmin/settings.html:115 msgid "Allow user to create encrypted library" -msgstr "" +msgstr "Permitir al usuario crear una biblioteca encriptada" #: seahub/templates/sysadmin/settings.html:120 msgid "library password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña de biblioteca" #: seahub/templates/sysadmin/settings.html:121 msgid "" "The least number of characters an encrypted library password should include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de una biblioteca encriptada." #: seahub/templates/sysadmin/settings.html:128 msgid "download/upload link password minimum length" -msgstr "" +msgstr "mímima longitud de contraseña de un enlace de descarga/subida" #: seahub/templates/sysadmin/settings.html:129 msgid "" "The least number of characters a download/upload link password should " "include." -msgstr "" +msgstr "El mínimo número de caracteres que debería contener la contraseña de un enlace de descarga/subida." #: seahub/templates/sysadmin/settings.html:135 msgid "" "Allow user to add organization library. If unchecked, only system admin can " "add library." -msgstr "" +msgstr "Permitir al usuario crear una biblioteca de la organización. Si está desmarcado sólo un administrador puede hacerlo." #: seahub/templates/sysadmin/settings.html:140 msgid "Sync" -msgstr "" +msgstr "Sincronizar" #: seahub/templates/sysadmin/settings.html:144 msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." -msgstr "" +msgstr "Si está activado el cliente de escritorio no podrá sincronizar una carpeta fuera de la carpeta Seafile preestablecida." #: seahub/templates/sysadmin/settings.html:197 #: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 @@ -5683,7 +5683,7 @@ msgstr "Número de miembros" #: seahub/templates/sysadmin/sys_inst_info_base.html:29 msgid "Set storage limit" -msgstr "" +msgstr "Establecer el límite de almacenamiento" #: seahub/templates/sysadmin/sys_inst_info_base.html:31 #: seahub/templates/sysadmin/sys_org_info_base.html:36 @@ -5957,14 +5957,14 @@ msgstr "LDAP (importado)" #: seahub/templates/sysadmin/sys_useradmin_admins.html:26 #: seahub/templates/sysadmin/user_search.html:16 msgid "Set quota" -msgstr "" +msgstr "Establecer cuota" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 #: seahub/templates/sysadmin/sys_useradmin.html:32 #: seahub/templates/sysadmin/sys_useradmin_admins.html:27 #: seahub/templates/sysadmin/user_search.html:17 msgid "Delete users" -msgstr "" +msgstr "Eliminar usuarios" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 @@ -6065,13 +6065,13 @@ msgstr "Tu cuanta %(username)s en %(site_name)s ha sido activada." msgid "" "%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " "%(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte a la organización \"%(org_name)s\" en %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:15 #: seahub/templates/sysadmin/user_batch_add_email.html:12 #, python-format msgid "%(escaped_nickname)s invited you to join %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s te ha invitado a unirte a %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:20 #: seahub/templates/sysadmin/user_batch_add_email.html:16 @@ -6110,22 +6110,22 @@ msgstr "¿Seguro que deseas revocar los privilegios de administración de %s ?" #: seahub/templates/sysadmin/useradmin_js.html:123 msgid "Are you sure you want to delete the selected user(s) ?" -msgstr "" +msgstr "¿Seguro que deseas eliminar los usuarios selecionados?" #: seahub/templates/sysadmin/useradmin_js.html:150 #, python-brace-format msgid "Successfully deleted {users}." -msgstr "" +msgstr "Eliminado con éxito {users}." #: seahub/templates/sysadmin/useradmin_js.html:233 #, python-brace-format msgid "Successfully set quota for {users}." -msgstr "" +msgstr "Cuota para {users} establecida con éxito." #: seahub/templates/sysadmin/useradmin_js.html:259 #, python-brace-format msgid "Successfully set quota for {user}." -msgstr "" +msgstr "Cuota para {user} establecida con éxito." #: seahub/templates/sysadmin/userinfo.html:40 msgid "Organization" diff --git a/locale/es_MX/LC_MESSAGES/djangojs.po b/locale/es_MX/LC_MESSAGES/djangojs.po index 6a477279b2..98e434c9cc 100644 --- a/locale/es_MX/LC_MESSAGES/djangojs.po +++ b/locale/es_MX/LC_MESSAGES/djangojs.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" -"Last-Translator: zheng xie \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 18:19+0000\n" +"Last-Translator: Rodolfo Cossalter \n" "Language-Team: Spanish (Mexico) (http://www.transifex.com/haiwen/seahub/language/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,12 +20,12 @@ msgstr "" "Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Ahora" @@ -33,32 +33,39 @@ msgstr "Ahora" msgid "Name is required" msgstr "Nombre requerido" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "El nombre no debe contener ' / '." + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Ingresa una contraseña" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Ingresa la contraseña nuevamente" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Contraseña demasiado corta" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Las contraseñas no coinciden" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Biblioteca encriptada" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Biblioteca de lectura / escritura" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Biblioteca de sólo lectura" @@ -73,32 +80,31 @@ msgid "Read-Only" msgstr "Sólo lectura" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -129,25 +135,23 @@ msgid "Deleted directories" msgstr "Carpetas eliminadas" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -155,10 +159,13 @@ msgstr "Carpetas eliminadas" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -184,73 +191,88 @@ msgid "Failed. Please check the network." msgstr "Fallo. Por favor, verifica la red." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Desvincular dispositivo" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "¿Estás seguro que deseas desvincular este dispositivo?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Eliminar archivos de este dispositivo la próxima vez que esté en línea." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Desvinculado exitosamente %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Mover {placeholder} a:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Copiar {placeholder} a:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Moviendo %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Copiando %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Guardando..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Falló." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Cancelado." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Ruta de destino inválida" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Movido con éxito %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Copiado con éxito %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Renombrar Carpeta" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Renombrar Archivo" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Es requerido." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Cambiar Contraseña de la Biblioteca {placeholder}" @@ -275,17 +297,17 @@ msgstr "Ingrese la nueva contraseña otra vez" msgid "New passwords don't match" msgstr "Las contraseñas no coinciden" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Contraseña de la biblioteca cambiada con éxito." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Permiso de Carpeta" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -293,30 +315,32 @@ msgstr "{placeholder} Permiso de Carpeta" msgid "Search user or enter email and press Enter" msgstr "Buscar usuario o ingresar email y presionar Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Sólo puede seleccionar 1 ítem" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Seleccione un grupo" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Sólo puede seleccionar 1 ítem" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -334,7 +358,7 @@ msgstr "Seleccione un grupo" msgid "Permission error" msgstr "Error de permiso" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Por favor, seleccione una carpeta con un click." @@ -346,167 +370,180 @@ msgstr "{placeholder} Configuración del historial" msgid "Successfully set library history." msgstr "Historial de biblioteca establecido con éxito." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Enlaces Compartidos" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Cerrar (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Cargando..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Anterior (Flecha izquierda)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Siguiente (Flecha derecha)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% de %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Abrir en una nueva pestaña" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "La imagen no pudo ser cargada." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Contraseña requerida" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Es requerido." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Define un nombre, no solamente la extensión." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "Nuevo archivo" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "Nuevo Archivo Markdown" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "Nuevo Archivo Excel" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "Nuevo Archivo PowerPoint" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "Nuevo Archivo Word" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Procesando…" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "%(name)s eliminado con éxito." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "eliminado con éxito %(name)s y otro ítem." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos eliminados con éxito." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Fallo al eliminar %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Fallo al eliminar %(name)s y otro ítem." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Fallo al eliminar %(name)s y %(amount)s otros ítems." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Eliminar elementos" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "¿Seguro que deseas eliminar los elementos selecionados?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Mover item(s) seleccionados a:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Copiar item(s) seleccionados a:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "%(name)s movido con éxito." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "%(name)s y 1 otro ítem movidos con éxito." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos movidos con éxito." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s copiados con éxito." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s y 1 otro ítem copiados con éxito." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s y otros %(amount)s elementos copiados con éxito." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Error interno. Fallo al mover %(name)s y %(amount)s otro(s) ítem(s)." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Error interno. Fallo al mover %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Error interno. Fallo al copiar %(name)s y %(amount)s otro(s) ítem(s)." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Error interno. Fallo al copiar %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Moviendo archivo %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Copiando archivo %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Fallo al mover %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Fallo al copiar %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "bloqueado por {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Eliminados con éxito %(name)s" @@ -540,14 +577,16 @@ msgstr "Resultado de subida incompleto" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Error" @@ -587,36 +626,36 @@ msgstr "Subir archivo cancelado" msgid "File Upload failed" msgstr "Subir archivo falló" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Fallo al obtener url de subida" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Fallo al obtener url de actualización" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "¿Reemplazar archivo {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "El archivo está bloqueado" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Establecer permiso de {placeholder}" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Seleccionar grupos" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Editar falló" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Eliminar falló" @@ -624,13 +663,13 @@ msgstr "Eliminar falló" msgid "{placeholder} Members" msgstr "{placeholder} Miembros" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Se dejó de compartir 1 ítem." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -675,13 +714,26 @@ msgstr "¿Estás seguro que deseas abandonar el grupo?" msgid "Successfully deleted 1 item" msgstr "1 ítem eliminado con éxito" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "Has terminado la sesión" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "Ingresar" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "Refrescar" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Eliminar Biblioteca" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -689,17 +741,17 @@ msgstr "Eliminar Biblioteca" msgid "Are you sure you want to delete %s ?" msgstr "¿Seguro que quieres borrar %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Eliminado con éxito." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Transferir Biblioteca {library_name} a" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Biblioteca transferida con éxito." @@ -709,45 +761,45 @@ msgstr "Biblioteca transferida con éxito." msgid "Successfully modified permission" msgstr "Permiso modificado con éxito" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Compartir {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Expirado" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Ocultar" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Mostrar" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Por favor ingrese días." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Ingresa cantidad válida de días" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Ingresa al menos un correo." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Enviado con éxito a {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Fallo al enviar a {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -756,70 +808,119 @@ msgstr "Fallo al enviar a {placeholder}" msgid "Success" msgstr "Éxito" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Desmarcado con éxito {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Buscar usuarios o ingresar emails y presionar Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Por favor ingrese uno o más caracteres" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "No hay coincidencias" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Buscando..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "La carga falló" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Buscar grupos" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Empaquetando..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "Biblioteca {library_name} eliminada" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "Transferir Biblioteca" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "Biblioteca {library_name} transferida de {user_from} a {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "Crear Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "Grupo {group_name} creado" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "Tranferir Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "Grupo {group_name} transferido de {user_from} a {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Borrar Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "Grupo {group_name} eliminado" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "Agregar Usuario" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "Usuario {user} agregado" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "Eliminar usuario" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "Usuario {user} eliminado" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Errores eliminados con éxito." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "Eliminar Miembro" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "Miembro {placeholder} eliminado con éxito" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "Email requerido" #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "Dejar de compartir Biblioteca" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "¿Está seguro que desea dejar de compartir %s ?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Borrar Grupo" +msgstr "Se dejó de compartir la biblioteca {placeholder} exitosamente" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." diff --git a/locale/fi/LC_MESSAGES/djangojs.po b/locale/fi/LC_MESSAGES/djangojs.po index 1d7c2c0a47..d9a23d79d9 100644 --- a/locale/fi/LC_MESSAGES/djangojs.po +++ b/locale/fi/LC_MESSAGES/djangojs.po @@ -10,8 +10,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Finnish (http://www.transifex.com/haiwen/seahub/language/fi/)\n" "MIME-Version: 1.0\n" @@ -20,12 +20,12 @@ msgstr "" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Juuri nyt" @@ -33,32 +33,39 @@ msgstr "Juuri nyt" msgid "Name is required" msgstr "Nimi vaaditaan" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Ole hyvä ja syötä salasana" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Ole hyvä ja syötä salasana uudelleen" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Salasana on liian lyhyt" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Salasanat eivät täsmää" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Salattu kirjasto" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Luku-kirjoitus kirjasto" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Vain luku kirjasto" @@ -73,32 +80,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -129,25 +135,23 @@ msgid "Deleted directories" msgstr "Poistetut hakemistot" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -155,10 +159,13 @@ msgstr "Poistetut hakemistot" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -184,73 +191,88 @@ msgid "Failed. Please check the network." msgstr "Epäonnistui. Ole hyvä ja tarkista verkkoyhteys." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Kohteen %(name)s linkki poistettu onnistuneesti" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Siirrä {placeholder} kohteeseen:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Kopioi {placeholder} kohteeseen:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Siirretään %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopioidaan %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Tallennetaan..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Epäonnistui." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Peruutettu." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Virheellinen kohdepolku" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Kohde %(name)s siirretty onnistuneesti" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Kohde %(name)s kopioitu onnistuneesti" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Nimeä kansio uudelleen" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Nimeä tiedosto uudelleen" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Vaaditaan" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Vaihda kirjaston {placeholder} salasana" @@ -275,17 +297,17 @@ msgstr "Ole hyvä ja anna uusi salasana uudelleen" msgid "New passwords don't match" msgstr "Uudet salasanat eivät täsmää" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Kirjaston salasana vaihdettu onnistuneesti." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Kansion oikeus" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -293,30 +315,32 @@ msgstr "{placeholder} Kansion oikeus" msgid "Search user or enter email and press Enter" msgstr "Etsi käyttäjä tai syötä sähköposti ja paina Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Voit valita vain yhden kohteen" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Valitse ryhmä" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Voit valita vain yhden kohteen" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -334,7 +358,7 @@ msgstr "Valitse ryhmä" msgid "Permission error" msgstr "Virhe oikeuksissa" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Ole hyvä ja valitse hakemisto." @@ -346,167 +370,180 @@ msgstr "{placeholder} Historia-asetukset" msgid "Successfully set library history." msgstr "Kirjaston historia asetettu onnistuneesti." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Jakolinkit" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Sulje (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Ladataan..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Edellinen (Vasen nuolinäppäin)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Seuraava (Oikea nuolinäppäin)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% kokonaismäärästä %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Avaa uudessa välilehdessä" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr " href=\"%url%\" target=\"_blank\">Kuvaa ei voitu ladata." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Salasana vaaditaan" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Vaaditaan" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Ainoastaan päätteet tähän, ole hyvä ja anna nimi." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Käsitellään..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Poistettu onnistuneesti %(name)s" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Poistettu onnistuneesti %(name)s ja 1 muu kohde." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Poistettu onnistuneesti %(name)s ja %(amount)s muuta kohdetta." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "%(name)s poistaminen epäonnistui." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Epäonnistuttiin poistamaan %(name)s ja 1 muu kohde." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Epäonnistuttiin poistamaan %(name)s ja %(amount)s muuta kohdetta." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Poista kohteita" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Oletko varma, että haluat poistaa nämä kohteet?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Siirrä valitut kohteet:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Kopioi valitut kohteet:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "%(name)s siirretty onnistuneesti." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Siirrettiin onnistuneesti %(name)s ja 1 muu kohde." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Siirrettiin onnistuneesti %(name)s ja %(amount)s muuta kohdetta." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s kopioitiin onnistuneesti." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Kopioitiin onnistuneesti %(name)s ja 1 muu kohde." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Kopioitiin onnistuneesti %(name)s ja %(amount)s muuta kohdetta." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Sisäinen virhe. Epäonnistuttiin siirtämään %(name)s ja %(amount)s muuta kohdetta." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Sisäinen virhe. %(name)s siirtäminen epäonnistui." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Sisäinen virhe. Epäonnistuttiin kopioimaan %(name)s ja %(amount)s muuta kohdetta." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Sisäinen virhe. %(name)s kopiointi epäonnistui." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Siirretään tiedostoa %(index)s kokonaismäärästä %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopioidaan tiedostoa %(index)s kokonaismäärästä %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "%(name)s siirtäminen epäonnistui" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "%(name)s kopiointi epäonnistui." #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "lukittu {placeholder} toimesta" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "%(name)s poistettu onnistuneesti" @@ -540,14 +577,16 @@ msgstr "Tiedoston lähetys oli tulokseton" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Virhe" @@ -587,36 +626,36 @@ msgstr "Tiedoston lähetys peruutettu" msgid "File Upload failed" msgstr "Tiedoston lähetys epäonnistui" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Lähetyslinkin haku epäonnistui" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Päivityslinkin haku epäonnistui" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Korvaa tiedosto {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Tiedosto on lukittu" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Aseta oikeudet kohteelle {placeholder} " -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Valitse ryhmät" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Muokkaus epäonnistui" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Poisto epäonnistui" @@ -624,13 +663,13 @@ msgstr "Poisto epäonnistui" msgid "{placeholder} Members" msgstr "{placeholder} Jäsenet" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -675,13 +714,26 @@ msgstr "Oletko varma, että haluat lopettaa tämän ryhmän?" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -689,17 +741,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Siirrä kirjasto {library_name} kohteeseen" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Kirjasto siirretty onnistuneesti." @@ -709,45 +761,45 @@ msgstr "Kirjasto siirretty onnistuneesti." msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Jaa {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Vanhentunut" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Piiloita" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Näytä" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Ole hyvä ja syötä päivät." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Ole hyvä ja syötä validit päivät" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Ole hyvä ja syötä ainakin sähköposti." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Lähetetty onnistuneesti kohteeseen {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Lähettäminen kohteeseen {placeholder} epäonnistui" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -756,38 +808,91 @@ msgstr "Lähettäminen kohteeseen {placeholder} epäonnistui" msgid "Success" msgstr "Onnistui" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Suosikki {placeholder} poistettu onnistuneesti" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Etsi käyttäjiä tai syötä sähköpostit ja paina Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Ole hyvä ja syötä 1 tai useampi merkki" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Ei osumia" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Etsitään..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Lataus epäonnistui" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Kaikki virheet on poistettu onnistuneesti." @@ -817,10 +922,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/fr/LC_MESSAGES/djangojs.po b/locale/fr/LC_MESSAGES/djangojs.po index 084a740745..87621b145b 100644 --- a/locale/fr/LC_MESSAGES/djangojs.po +++ b/locale/fr/LC_MESSAGES/djangojs.po @@ -13,9 +13,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-03-01 11:06+0000\n" -"Last-Translator: FLEURY Kévin \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" +"Last-Translator: zheng xie \n" "Language-Team: French (http://www.transifex.com/haiwen/seahub/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,12 +23,12 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "À l'instant" @@ -36,32 +36,39 @@ msgstr "À l'instant" msgid "Name is required" msgstr "Le nom est obligatoire" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Entrez un mot de passe" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Entrez à nouveau un mot de passe" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Le mot de passe est trop court" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Les mots de passe ne correspondent pas" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Bibliothèque chiffrée" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Bibliothèque en lecture / écriture" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Bibliothèque en lecture seule" @@ -76,32 +83,31 @@ msgid "Read-Only" msgstr "Lecture seulement" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -132,25 +138,23 @@ msgid "Deleted directories" msgstr "Dossiers supprimés" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -158,10 +162,13 @@ msgstr "Dossiers supprimés" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -187,73 +194,88 @@ msgid "Failed. Please check the network." msgstr "Échec. Veuillez vérifier le réseau." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Supprimer le lien de l'appareil" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Êtes-vous certain de vouloir supprimer le lien de l'appareil ?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Supprimer les fichiers de cet appareil la prochaine fois qu'il est en ligne." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Le lien %(name)s a été annulé avec succès." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Déplacer {placeholder} vers :" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Copier {placeholder} vers :" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Déplacement de %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Copie de %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Sauvegarde ..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Échec." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Annulé." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Chemin de destination invalide" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr " %(name)s déplacé avec succès" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr " %(name)s copié avec succès" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Renommer le dossier" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Renommer le fichier" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "C'est obligatoire." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Changement du mot de passe de la bibliothèque {placeholder}" @@ -278,17 +300,17 @@ msgstr "Veuillez entrer le nouveau mot de passe encore une fois" msgid "New passwords don't match" msgstr "Les nouveaux mots de passe ne correspondent pas" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Le mot de passe de la bibliothèque a bien été changé." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "Droits sur le dossier {placeholder}" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -296,30 +318,32 @@ msgstr "Droits sur le dossier {placeholder}" msgid "Search user or enter email and press Enter" msgstr "Rechercher un utilisateur ou entrer un e-mail et presser Entrée" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Vous ne pouvez sélectionner qu'un seul élément" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Sélectionner un groupe" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Vous ne pouvez sélectionner qu'un seul élément" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -337,7 +361,7 @@ msgstr "Sélectionner un groupe" msgid "Permission error" msgstr "Erreur de droits" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Veuillez cliquer puis choisir un dossier." @@ -349,167 +373,180 @@ msgstr "Paramètre de l'historique {placeholder}" msgid "Successfully set library history." msgstr "Mise à jour de l'historique de la bibliothèque avec succès." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "Liens de partage pour {placeholder}" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Fermer (Échap)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Chargement ..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Précédent (Flèche gauche)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Suivant (Flèche droite)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% de %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Ouvrir dans un nouvel onglet" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "L'image ne peut être chargée." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Le mot de passe est obligatoire." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "C'est obligatoire." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Une seule extension ici, saisissez un nom." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Traitement en cours ..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr " %(name)s supprimé avec succès." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr " Suppression avec succès de %(name)s et 1 autre élément." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Suppression avec succès de %(name)s et %(amount)s autres éléments." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Impossible de supprimer %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Impossible de supprimer %(name)s et un autre élément." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Impossible de supprimer %(name)s et %(amount)s autres éléments." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Supprimer les éléments" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Voulez-vous vraiment supprimer les éléments sélectionnés ?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Déplacer les dossiers/fichiers sélectionnés vers :" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Copier les dossiers/fichiers sélectionnés vers :" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr " %(name)s déplacé avec succès." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr " %(name)s et 1 autre élément déplacés avec succès." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s et %(amount)s autres éléments déplacés avec succès." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s copié avec succès." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s et 1 autre élément copiés avec succès." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s et %(amount)s autres éléments copiés avec succès." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Erreur interne. Échec du déplacement de %(name)s et %(amount)s autre(s) élément(s)." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr " Erreur interne. Échec du déplacement de %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Erreur interne. Échec de la copie de %(name)s et %(amount)s autres élément(s)." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Erreur interne. Échec de la copie de %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Déplacement du fichier %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Copie du fichier %(index)s de %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Échec du déplacement de %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Échec de la copie de %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "Verrouillé par {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "%(name)s supprimé avec succès" @@ -543,14 +580,16 @@ msgstr "Le résultat de l'envoi est un fichier vide" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Erreur" @@ -590,36 +629,36 @@ msgstr "Envoi du fichier annulé" msgid "File Upload failed" msgstr "Échec de l'envoi du fichier" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Échec de la récupération de l'url d'envoi" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Échec de la mise à jour de l'url" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Remplacer le fichier {filename} ?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Le fichier est verrouillé" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Attribuer des droits à {placeholder}'s" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Sélectionner les groupes" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Échec de l'édition" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Échec de la suppression" @@ -627,13 +666,13 @@ msgstr "Échec de la suppression" msgid "{placeholder} Members" msgstr "Membres de {placeholder}" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "1 objet a été retiré des partages avec succès." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -678,13 +717,26 @@ msgstr "Êtes-vous certain de vouloir quitter ce groupe ?" msgid "Successfully deleted 1 item" msgstr "1 objet supprimé avec succès" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Supprimer une bibliothèque" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -692,17 +744,17 @@ msgstr "Supprimer une bibliothèque" msgid "Are you sure you want to delete %s ?" msgstr "Êtes-vous certain de vouloir supprimer %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Supprimée avec succès." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Transférer la bibliothèque {library_name} à" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Bibliothèque transférée avec succès." @@ -712,45 +764,45 @@ msgstr "Bibliothèque transférée avec succès." msgid "Successfully modified permission" msgstr "Permission modifiée avec succès" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Partage {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Expiré" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Cacher" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Afficher" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Saisissez le nombre de jours." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "saisissez un nombre de jours valide" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Saisissez au moins une adresse e-mail." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Succès de l'envoi à {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Échec de l'envoi à {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -759,38 +811,91 @@ msgstr "Échec de l'envoi à {placeholder}" msgid "Success" msgstr "Succès" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "{placeholder} suppression des favoris" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Rechercher des utilisateurs ou entrer les e-mails et appuyer sur Entrée" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Saisir un 1 caractère ou plus " -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Pas de correspondance" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Recherche en cours ..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Le chargement a échoué" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Recherche de groupes" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Packaging ..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Supprimer un groupe" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Toutes les erreurs ont été effacées avec succès." @@ -820,10 +925,6 @@ msgstr "Êtes-vous certain de ne plus vouloir partager %s ?" msgid "Successfully unshared library {placeholder}" msgstr "Partage de {placeholder} supprimé avec succès" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Supprimer un groupe" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "1 objet supprimé avec succès." diff --git a/locale/he/LC_MESSAGES/djangojs.po b/locale/he/LC_MESSAGES/djangojs.po index 5bb3de28dd..1149612779 100644 --- a/locale/he/LC_MESSAGES/djangojs.po +++ b/locale/he/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Hebrew (http://www.transifex.com/haiwen/seahub/language/he/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/hu/LC_MESSAGES/djangojs.po b/locale/hu/LC_MESSAGES/djangojs.po index ecf5c10dcf..a38c4392bd 100644 --- a/locale/hu/LC_MESSAGES/djangojs.po +++ b/locale/hu/LC_MESSAGES/djangojs.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Hungarian (http://www.transifex.com/haiwen/seahub/language/hu/)\n" "MIME-Version: 1.0\n" @@ -19,12 +19,12 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Éppen most" @@ -32,32 +32,39 @@ msgstr "Éppen most" msgid "Name is required" msgstr "Név szükséges" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Kérem adja meg a jelszót" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Kérem adja meg a jelszót újra" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "A jelszó túl rövid" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Nem egyeznek a megadott jelszavak." -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Titkosított kötet" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Írható-olvasható kötet" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Csak olvasható kötet" @@ -72,32 +79,31 @@ msgid "Read-Only" msgstr "Csak olvaható" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -128,25 +134,23 @@ msgid "Deleted directories" msgstr "Törölt könyvtárak" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -154,10 +158,13 @@ msgstr "Törölt könyvtárak" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -183,73 +190,88 @@ msgid "Failed. Please check the network." msgstr "Sikertelen. Ellenőrizze a hálózatot." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Eszköz szétkapcsolása" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Biztosan szétkapcsolja az eszközt?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Törölje a fájlokat az eszközről, amikor legközelebb online lesz." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "%(name)s sikeresen szétkapcsolva." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "{placeholder} mozgatása ide:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "{placeholder} másolása ide:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "%(name)s mozgatása" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "%(name)s másolása" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Mentés..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Sikertelen." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Megszakítva." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Érvénytelen cél útvonal" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "%(name)s sikeresen áthelyezve" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "%(name)s másolása sikeres" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Könyvtár átnevezése" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Fájl átnevezése" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Szükséges." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Jelszó megváltoztatása a kötethez: {placeholder}" @@ -274,17 +296,17 @@ msgstr "Kérem adja meg újra az új jelszót" msgid "New passwords don't match" msgstr "Az új jelszavak nem egyeznek" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Kötetjelszó megváltoztatása sikeres" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} könyvtár jogosultsága" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -292,30 +314,32 @@ msgstr "{placeholder} könyvtár jogosultsága" msgid "Search user or enter email and press Enter" msgstr "Felhasználónév vagy email cím szerinti keresés, üssön Entert" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Csak 1 elemet választhat ki" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Csoport kiválasztása" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Csak 1 elemet választhat ki" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -333,7 +357,7 @@ msgstr "Csoport kiválasztása" msgid "Permission error" msgstr "Jogosultság hiba" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Kattintson és válasszon könyvtárat." @@ -345,167 +369,180 @@ msgstr "{placeholder} Naplóbeállítások" msgid "Successfully set library history." msgstr "Kötetnapló beállítása sikeres" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Megosztási linkek" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Bezár (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Betöltés..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Előző (Balra nyíl)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Következő (Jobbra nyíl)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% / %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Megnyitás új fülön" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "A képet nem lehet betölteni." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Jelszó szükséges." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Szükséges." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Csak a kiterjesztés van, kérem adja meg a nevet." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Feldolgozás..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "%(name)s törlése sikeres." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "%(name)s és még 1 másik elem törölve." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "%(name)s és még %(amount)s másik elem törölve." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Törlés meghiúsult: %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "%(name)s és még 1 elem törlése sikertelen." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "%(name)s és még %(amount)s másik elem törlése sikertelen." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Elemek törlése" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Biztos, hogy törli ezeket az elemeket?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Kiválasztott elem(ek) mozgatása ide: " -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Kiválasztott elem(ek) másolása ide:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "%(name)s sikeresen átmozgatva." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "%(name)s áthelyezése és még 1 másik elemé sikeres." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s áthelyezése és még %(amount)s másik elemé sikeres." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s másolása sikeres." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s másolása és még 1 másik elemé sikeres." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s másolása és még %(amount)s másik elemé sikeres." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Belső hiba. %(name)s mozgatása és még %(amount)s másik elemé sikertelen." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Belső hiba. %(name)s mozgatása sikertelen." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Belső hiba. %(name)s másolása és még %(amount)s másik elemé sikertelen." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Belső hiba. %(name)s másolása sikertelen." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Fájlok mozgatása: %(index)s / %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Fájlok másolása: %(index)s / %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "%(name)s mozgatása sikertelen" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "%(name)s másolása sikertelen" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "zárolta: {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "%(name)s törlése sikeres" @@ -539,14 +576,16 @@ msgstr "Üres fájl feltöltés" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Hiba" @@ -586,36 +625,36 @@ msgstr "Fájl feltöltés megszakítva" msgid "File Upload failed" msgstr "Fájl feltöltés sikertelen" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "A feltöltési linket nem lehet elérni" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "A frissítési linket nem lehet elérni" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Felülírja: {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "A fájl zárolva van" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "{placeholder} jogosultság beállítása" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Csoportok kiválasztása" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Szerkesztés meghiúsult" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "A törlés meghiúsult" @@ -623,13 +662,13 @@ msgstr "A törlés meghiúsult" msgid "{placeholder} Members" msgstr "{placeholder} Tagok" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "1 megosztás sikeresen megszüntetve." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -674,13 +713,26 @@ msgstr "Biztosan elhagyja a csoportot?" msgid "Successfully deleted 1 item" msgstr "1 elem sikeresen törölve." -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Kötet törlése" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -688,17 +740,17 @@ msgstr "Kötet törlése" msgid "Are you sure you want to delete %s ?" msgstr "Biztosan törli: %s?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Sikeresen törölve." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "{library_name} kötet átadása neki:" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Kötet átadása sikeres." @@ -708,45 +760,45 @@ msgstr "Kötet átadása sikeres." msgid "Successfully modified permission" msgstr "Engedély sikeresen megváltoztatva." -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "{placeholder} megosztása" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Lejárt" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Elrejt" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Mutat" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Adja meg a napok számát." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Kérem érvényes nap számot adjon meg" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Adjon meg legalább egy e-mail címet" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Sikeresen elküldve ide: {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Sikertelen küldés ide: {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -755,70 +807,119 @@ msgstr "Sikertelen küldés ide: {placeholder}" msgid "Success" msgstr "Sikeres" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "{placeholder} sikeresen törölve a kedvencekből" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Felhasználónév vagy email cím szerinti keresés, üssön Entert" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Kérem adjon meg még 1 vagy több karaktert" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Nincs találat" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Keresés..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Betöltés nem sikerült" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Csoportok keresése" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Csomagolás" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Csoport törlése" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Minden hiba sikeresen törölve." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "Tag eltávolítása" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "{placeholder} eltávolítása sikeres" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "Az e-mail kötelező." #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "Könyvtár megosztásának visszavonása" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "Biztosan visszavonja %s megosztását?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Csoport törlése" +msgstr "{placeholder} megosztása sikeresen megszüntetve" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." diff --git a/locale/is/LC_MESSAGES/djangojs.po b/locale/is/LC_MESSAGES/djangojs.po index 30ff83c6c9..ff9e741391 100644 --- a/locale/is/LC_MESSAGES/djangojs.po +++ b/locale/is/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Icelandic (http://www.transifex.com/haiwen/seahub/language/is/)\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Rétt í þessu" @@ -31,32 +31,39 @@ msgstr "Rétt í þessu" msgid "Name is required" msgstr "Nafn er skilyrði" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Vinsamlegast sláðu inn lykilorð" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Vinsamlegast sláðu inn lykilorðið aftur" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Lykilorðið er of stutt" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Lykilorðin stemma ekki" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Dulkóðað safn" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Lesa-Skrifa safn" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Aðeins-Lesa safn" @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "Eyddar möppur" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "Eyddar möppur" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "Mistókst. Vinsamlegast veldu netkerfi." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Tókst að aftengja %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Fæara {placeholder} til:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Afrita {placeholder} til:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Færi %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Afrita %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Vista..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Mistókst." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Hætt við" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Röng lokaslóð" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Tókst að færa %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Tókst að afrita %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Endurnefna Möppu" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Endurnefna Skrá" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Þess er krafist." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Breyta Lykilorði Safns {placeholder}" @@ -273,17 +295,17 @@ msgstr "Vinsamlegast sláðu inn nýja lykilorðið aftur" msgid "New passwords don't match" msgstr "Nýju lykilorðin stemma ekki" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Tókst að skipta um lykilorð safns." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Möppu Réttindi" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "{placeholder} Möppu Réttindi" msgid "Search user or enter email and press Enter" msgstr "Leita að notanda eða sláðu inn netfang og sláðu á Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Þú getur aðeins valið 1 atriði" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Veldu grúppu" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Þú getur aðeins valið 1 atriði" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "Veldu grúppu" msgid "Permission error" msgstr "Réttindavilla" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Vinsamlegast smelltu og veldu möppu." @@ -344,167 +368,180 @@ msgstr "{placeholder} Sögustilling" msgid "Successfully set library history." msgstr "Tókst að virkja safnasögu." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Deilihlekkir" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Loka (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Hleð..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Fyrri (vinstri örvalykill)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Næsta (hægri örvalykill)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% af %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Opna í nýjum flipa" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Myndina var ekki hægt að hlaða inn." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Lykilorðs er krafist." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Þess er krafist." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Hér er aðeins nafnaukinn, vinsamlegast sláðu inn nafn." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Vinnsla..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Tókst að eyða %(name)s." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Tókst að eyða %(name)s og 1 öðru atriði." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Tókst að eyða %(name)s og %(amount)s öðrum atriðum." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Mistókst að eyða %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Mistókst að eyða %(name)s og einu öðru atriði." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Mistókst að eyða %(name)s og %(amount)s öðrum atriðum." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Eyddum atriðum" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Ertu viss um að þú viljir eyða þessum völdu atriðum?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Færði merkt atriði í:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Afrita merkt atriði í:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Tókst að flytja %(name)s." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Tókst að færa %(name)s og 1 öðru atriði." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Tókst að færa %(name)s og %(amount)s öðrum atriðum" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Tókst að afrita %(name)s." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Tókst að afrita %(name)s og 1 öðru atriði." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Tókst að afrita %(name)s og %(amount)s öðrum atriðum." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Kerfisvilla. Mistókst að færa %(name)s og %(amount)s öðru(m) atriði/atriðum." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Kerfisvilla. Mistókst að færa %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "kerfisvilla. Mistókst að afrita %(name)s og %(amount)s öðru(m) atriði/atriðum." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Kerfisvilla. Mistókst að afrita %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Færi skrá %(index)s af %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Afrita skrá %(index)s af %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Mistókst að færa %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Mistókst að afrita %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "læst af {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Giftursamlega eyddi %(name)s" @@ -538,14 +575,16 @@ msgstr "Upphleðslustaða tómra skráa" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Villa" @@ -585,36 +624,36 @@ msgstr "Hætt við upphleðslu skráar" msgid "File Upload failed" msgstr "Upphleðsla skráar mistókst" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Mistókst að sækja upphleðsluslóð" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Mistókst að sækja uppfærsluslóð" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Skipta út skránni {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Skrá er læst" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Setja réttindi {placeholder}" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Veldu hópa" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Breyting mistókst" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Eyðsla mistókst" @@ -622,13 +661,13 @@ msgstr "Eyðsla mistókst" msgid "{placeholder} Members" msgstr "{placeholder} Meðlimir" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "Ertu viss um að þú viljir hætta í þessum hópi?" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Færa Safn {library_name} Til" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Tókst að færa safnið." @@ -707,45 +759,45 @@ msgstr "Tókst að færa safnið." msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Deila {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Útrunnið" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Fela" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Sýna" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Vinsamlegast sláðu inn daga." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Vinsamlegast sláðu inn löglega daga" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Vindamlegast settu inn amk eitt netfang." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Tókst að senda til {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Mistókst að senda til {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,38 +806,91 @@ msgstr "Mistókst að senda til {placeholder}" msgid "Success" msgstr "Tókst" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Tókst að taka stjörnu af {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Leita að notendum eða netföngum og sláðu á Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Vinsamlegast sláðu inn 1 eða fleiri stafi" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Engin samsvörun" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Leita..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Hleðsla mistókst" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -815,10 +920,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/it/LC_MESSAGES/djangojs.po b/locale/it/LC_MESSAGES/djangojs.po index ab3629ac88..bf929d871f 100644 --- a/locale/it/LC_MESSAGES/djangojs.po +++ b/locale/it/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Italian (http://www.transifex.com/haiwen/seahub/language/it/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/ja/LC_MESSAGES/djangojs.po b/locale/ja/LC_MESSAGES/djangojs.po index 910bcddfb9..34daf349a5 100644 --- a/locale/ja/LC_MESSAGES/djangojs.po +++ b/locale/ja/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Japanese (http://www.transifex.com/haiwen/seahub/language/ja/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/ko/LC_MESSAGES/djangojs.po b/locale/ko/LC_MESSAGES/djangojs.po index 1b03d05d29..ecb9414b17 100644 --- a/locale/ko/LC_MESSAGES/djangojs.po +++ b/locale/ko/LC_MESSAGES/djangojs.po @@ -3,13 +3,13 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Seong-ho Cho , 2015-2016 +# Seong-ho Cho , 2015-2017 msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Korean (http://www.transifex.com/haiwen/seahub/language/ko/)\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "지금" @@ -31,32 +31,39 @@ msgstr "지금" msgid "Name is required" msgstr "이름이 필요합니다" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "암호를 입력하세요" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "암호를 다시 입력하세요" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "암호가 너무 짧습니다" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "암호가 일치하지 않습니다" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "암호화 라이브러리" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "읽기-쓰기 라이브러리" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "읽기 전용 라이브러리" @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "읽기 전용" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "삭제한 디렉터리" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "삭제한 디렉터리" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "실패했습니다. 네트워크를 확인하세요." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "장치 연결 끊기" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "정말로 이 장치의 연결을 끊으시겠습니까?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "이 장치로 나중에 접속할 때, 장치의 파일을 삭제합니다." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "%(name)s 링크 끊기에 성공했습니다." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "다음으로 {placeholder} 이동:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "다음으로 {placeholder} 복사:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "{placeholder} 이동 중" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "{placeholder} 복사 중" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "저장 중..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "실패했습니다." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "취소했습니다." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "잘못된 대상 경로" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "%(name)s 이동에 성공했습니다" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "%(name)s 복사에 성공했습니다" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "폴더 이름 바꾸기" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "파일 이름 바꾸기" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "필요합니다." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "{placeholder} 라이브러리의 암호 바꾸기" @@ -273,17 +295,17 @@ msgstr "새 암호를 다시 입력하십시오" msgid "New passwords don't match" msgstr "새 암호가 일치하지 않습니다" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "라이브러리 암호를 성공적으로 바꾸었습니다." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} 폴더 사용 권한" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "{placeholder} 폴더 사용 권한" msgid "Search user or enter email and press Enter" msgstr "사용자를 검색하거나 전자메일 주소를 입력한 후 엔터 키를 누르십시오" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "항목 1개만 선택할 수 있습니다" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "그룹 선택" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "항목 1개만 선택할 수 있습니다" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "그룹 선택" msgid "Permission error" msgstr "권한 오류" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "디렉터리를 눌러 선택하십시오." @@ -344,167 +368,180 @@ msgstr "{placeholder} 기록 설정" msgid "Successfully set library history." msgstr "라이브러리 기록 설정에 성공했습니다." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} 공유 링크" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "닫기(Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "불러오는 중..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "이전(왼쪽 화살표 키)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "다음(오른쪽 화살표 키)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%total% 중 %curr%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "새 탭 열기" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "이미지를 불러올 수 없습니다." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "암호가 필요합니다." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "필요합니다." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "확장자만 있습니다. 이름을 입력하세요." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "처리 중..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "%(name)s을(를) 성공적으로 삭제했습니다." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "%(name)s 및 항목 1개를 성공적으로 삭제했습니다." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "%(name)s 및 항목 %(amount)s개를 성공적으로 삭제했습니다." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "%(name)s 삭제에 실패했습니다." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "%(name)s 및 항목 1개 삭제에 실패했습니다." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "%(name)s 및 항목 %(amount)s개 삭제에 실패했습니다." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "항목 삭제" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "정말로 선택한 항목을 삭제할까요?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "선택한 항목을 옮길 위치:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "선택한 항목을 복사할 위치:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "%(name)s을(를) 성공적으로 이동했습니다." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "%(name)s 및 항목 1개를 성공적으로 이동했습니다." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s 및 항목 %(amount)s개를 성공적으로 이동했습니다." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "%(name)s을(를) 성공적으로 복사했습니다." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s 및 항목 1개를 성공적으로 복사했습니다." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s 및 항목 %(amount)s개를 성공적으로 복사했습니다." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "내부 오류입니다. %(name)s 및 항목 %(amount)s개 이동에 실패했습니다." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "내부 오류입니다. %(name)s 이동에 실패했습니다." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "내부 오류입니다. %(name)s 및 항목 %(amount)s개 복사에 실패했습니다." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "내부 오류입니다. %(name)s 복사에 실패했습니다." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "파일 %(total)s개 중 %(index)s개 이동 중" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "파일 %(total)s개 중 %(index)s개 복사 중" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "%(name)s 이동에 실패했습니다." -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "%(name)s 복사에 실패했습니다." #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "{placeholder}이(가) 잠금" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "%(name)s을(를) 성공적으로 삭제했습니다" @@ -538,14 +575,16 @@ msgstr "업로드 결과가 빈 파일입니다" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "오류" @@ -585,36 +624,36 @@ msgstr "파일 업로드를 취소했습니다" msgid "File Upload failed" msgstr "파일 업로드에 실패했습니다" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "업로드 URL 가져오기에 실패했습니다" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "업로드 URL 가져오기에 실패했습니다" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "{filename} 파일을 바꿀까요?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "파일이 잠겨있습니다" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "{placeholder} 권한 설정" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "그룹 선택" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "편집 실패" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "삭제 실패" @@ -622,13 +661,13 @@ msgstr "삭제 실패" msgid "{placeholder} Members" msgstr "{placeholder} 구성원" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "항목 1개 공유 해제에 성공했습니다." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "정말로 이 그룹에서 나가시겠습니까?" msgid "Successfully deleted 1 item" msgstr "항목 1개 삭제에 성공했습니다" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "라이브러리 삭제" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "라이브러리 삭제" msgid "Are you sure you want to delete %s ?" msgstr "정말로 %s을(를) 삭제할까요?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "삭제에 성공했습니다." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "다음 위치로 {library_name} 라이브러리 전송" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "라이브러리 전송에 성공했습니다." @@ -707,45 +759,45 @@ msgstr "라이브러리 전송에 성공했습니다." msgid "Successfully modified permission" msgstr "권한 설정을 성공적으로 바꿨습니다" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "{placeholder} 공유" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "유효기간 경과함" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "숨김" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "표시" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "일자를 입력하세요." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "유효 기간을 입력하세요" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "최소한 하나의 전자메일 주소를 입력하세요." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "{placeholder}에게 성공적으로 보냈습니다" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "{placeholder}에게 보내기에 실패했습니다" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,70 +806,119 @@ msgstr "{placeholder}에게 보내기에 실패했습니다" msgid "Success" msgstr "성공" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "{placeholder}을(를) 성공적으로 별표 해제했습니다." -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "사용자를 검색하거나 전자메일 주소를 입력한 후 엔터 키를 누르십시오" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "하나 이상의 문자를 입력하세요" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "일치하는 결과가 없습니다" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "검색 중..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "불러오기에 실패했습니다" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "그룹 검색" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "꾸러미 처리 중..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "그룹 삭제 " + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "모든 오류 메시지 삭제에 성공했습니다." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "구성원 삭제" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "{placeholder} 구성원을 성공적으로 삭제했습니다" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "전자메일 주소가 필요합니다." #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "라이브러리 공유 취소" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "정말로 %s 공유를 취소할까요?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "그룹 삭제 " +msgstr "{placeholder} 라이브러리를 성공적으로 공유 해제했습니다" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." @@ -833,7 +934,7 @@ msgstr "그룹 이전에 성공했습니다." #: static/scripts/sysadmin-app/views/groups.js:79 msgid "Name is required." -msgstr "" +msgstr "이름이 필요합니다." #: static/scripts/sysadmin-app/views/search-trash-repos.js:46 msgid "Delete Library By Owner" diff --git a/locale/lt/LC_MESSAGES/django.po b/locale/lt/LC_MESSAGES/django.po new file mode 100644 index 0000000000..572febd910 --- /dev/null +++ b/locale/lt/LC_MESSAGES/django.po @@ -0,0 +1,6749 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 08:23+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Lithuanian (http://www.transifex.com/haiwen/seahub/language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: seahub/api2/endpoints/account.py:162 +msgid "Name is too long (maximum is 64 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:166 seahub/forms.py:43 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:317 +msgid "Name should not include '/'." +msgstr "" + +#: seahub/api2/endpoints/account.py:173 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:180 seahub/forms.py:154 +msgid "Space quota can't be empty" +msgstr "" + +#: seahub/api2/endpoints/account.py:186 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/account.py:190 +#: seahub/api2/endpoints/admin/users_batch.py:76 seahub/forms.py:155 +msgid "Space quota is too low (minimum value is 0)" +msgstr "" + +#: seahub/api2/endpoints/account.py:198 seahub/institutions/views.py:213 +#: seahub/views/sysadmin.py:659 +#, python-format +msgid "Failed to set quota: maximum quota is %d MB" +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:31 +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/views/__init__.py:675 seahub/views/__init__.py:676 +#: seahub/views/__init__.py:681 seahub/views/__init__.py:682 +msgid "My Library" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:116 +#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/group/forms.py:36 +msgid "" +"Group name can only contain letters, numbers, blank, hyphen or underscore" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:121 +#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +msgid "There is already a group with that name." +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:194 +#: seahub/api2/endpoints/groups.py:255 +#, python-format +msgid "User %s is already group owner." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:154 seahub/views/sysadmin.py:1635 +msgid "System library can not be deleted." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:166 +#, python-format +msgid "User %s is already library owner." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:174 +#: seahub/api2/endpoints/invitations.py:49 +#, python-format +msgid "Email %s invalid." +msgstr "" + +#: seahub/api2/endpoints/admin/users_batch.py:72 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 +msgid "Invalid destination path" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:80 +msgid "Destination path is too long." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:654 +#, python-format +msgid "Can not move directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:194 +msgid "Cancel failed" +msgstr "" + +#: seahub/api2/endpoints/file.py:404 seahub/views/file.py:1099 +msgid "Check file lock error" +msgstr "" + +#: seahub/api2/endpoints/file.py:408 seahub/views/file.py:1102 +msgid "File is locked" +msgstr "" + +#: seahub/api2/endpoints/group_members.py:93 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1261 +#, python-format +msgid "User %s is already a group member." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:99 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1104 +#: seahub/views/ajax.py:1270 +#, python-format +msgid "User %s not found in organization." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:53 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:58 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:603 +#, python-format +msgid "User %s already exists." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/templates/js/sysadmin-templates.html:237 +#: seahub/templates/view_shared_upload_link.html:81 +msgid "Error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2846 +msgid "Wrong password" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2849 +#: seahub/views/__init__.py:475 seahub/views/ajax.py:617 +#: seahub/views/sysadmin.py:1982 +msgid "Internal server error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2852 +msgid "Decrypt library error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:97 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:32 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:130 +msgid "" +"Sending shared link failed. Email service is not properly configured, please" +" contact administrator." +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:99 seahub/share/views.py:178 +msgid "file" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:179 +#, python-format +msgid "A file is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:185 +msgid "directory" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:186 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:298 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/share_links.py:178 +msgid "Password is too short." +msgstr "" + +#: seahub/api2/endpoints/upload_links.py:142 +#: seahub/templates/snippets/repo_create_js.html:50 +#: seahub/templates/snippets/shared_link_js.html:138 +msgid "Password is too short" +msgstr "" + +#: seahub/api2/endpoints/zip_task.py:120 +msgid "Total size exceeds limit." +msgstr "" + +#: seahub/auth/admin.py:30 +msgid "Personal info" +msgstr "" + +#: seahub/auth/admin.py:31 +msgid "Permissions" +msgstr "" + +#: seahub/auth/admin.py:32 +msgid "Important dates" +msgstr "" + +#: seahub/auth/admin.py:33 +#: seahub/institutions/templates/institutions/info.html:23 +#: seahub/institutions/templates/institutions/user_info.html:22 +#: seahub/templates/js/sysadmin-templates.html:25 +#: seahub/templates/js/sysadmin-templates.html:152 +#: seahub/templates/js/sysadmin-templates.html:539 +#: seahub/templates/js/sysadmin-templates.html:731 +#: seahub/templates/js/templates.html:268 +#: seahub/templates/js/templates.html:1032 +#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/sysadmin/sys_org_info_group.html:9 +#: seahub/templates/sysadmin/sys_org_info_library.html:9 +#: seahub/templates/sysadmin/sys_org_info_setting.html:9 +#: seahub/templates/sysadmin/sys_org_info_user.html:8 +#: seahub/templates/sysadmin/userinfo.html:27 +msgid "Groups" +msgstr "" + +#: seahub/auth/admin.py:115 +msgid "Password changed successfully." +msgstr "" + +#: seahub/auth/admin.py:125 +#, python-format +msgid "Change password: %s" +msgstr "" + +#: seahub/auth/decorators.py:74 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +msgid "Email or Username" +msgstr "" + +#: seahub/auth/forms.py:24 seahub/auth/forms.py:197 +#: seahub/base/accounts.py:581 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/templates/file_edit.html:131 +#: seahub/templates/js/lib-op-popups.html:108 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/registration/login.html:12 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/templates/snippets/file_share_popup.html:18 +#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/sudo_mode.html:10 +#: seahub/templates/sysadmin/sys_org_admin.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:71 +#: seahub/templates/sysadmin/sys_useradmin.html:53 +msgid "Password" +msgstr "" + +#: seahub/auth/forms.py:62 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "" + +#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +msgid "This account is inactive." +msgstr "" + +#: seahub/auth/forms.py:70 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" + +#: seahub/auth/forms.py:86 +msgid "E-mail" +msgstr "" + +#: seahub/auth/forms.py:93 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "" + +#: seahub/auth/forms.py:101 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: seahub/auth/forms.py:104 +msgid "Can not reset password, please contact LDAP admin." +msgstr "" + +#: seahub/auth/forms.py:128 +#, python-format +msgid "Reset Password on %s" +msgstr "" + +#: seahub/auth/forms.py:136 +msgid "New password" +msgstr "" + +#: seahub/auth/forms.py:137 +msgid "New password confirmation" +msgstr "" + +#: seahub/auth/forms.py:166 seahub/auth/forms.py:209 +#: seahub/base/accounts.py:637 +msgid "The two password fields didn't match." +msgstr "" + +#: seahub/auth/forms.py:181 +msgid "Old password" +msgstr "" + +#: seahub/auth/forms.py:189 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +#: seahub/auth/forms.py:198 seahub/base/accounts.py:583 +msgid "Password (again)" +msgstr "" + +#: seahub/auth/management/commands/createsuperuser.py:25 +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "" + +#: seahub/auth/views.py:192 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "" + +#: seahub/auth/views.py:298 +msgid "Logged out" +msgstr "" + +#: seahub/auth/views.py:346 +msgid "Failed to send email, please contact administrator." +msgstr "" + +#: seahub/auth/views.py:407 +msgid "Can not update password, please contact LDAP admin." +msgstr "" + +#: seahub/avatar/forms.py:35 seahub/avatar/forms.py:58 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "" + +#: seahub/avatar/forms.py:39 seahub/avatar/forms.py:62 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "" + +#: seahub/avatar/forms.py:45 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "" + +#: seahub/avatar/models.py:138 seahub/avatar/models.py:166 +#, python-format +msgid "Avatar for %s" +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:6 +msgid "Upload Avatar" +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:7 +#: seahub/avatar/templates/avatar/change.html:8 +msgid "Your current avatar: " +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:9 +msgid "Upload New Avatar: " +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:13 +#: seahub/avatar/templates/avatar/change.html:30 +msgid "Upload New Image" +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:11 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:18 +msgid "Delete These" +msgstr "" + +#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/views.py:78 +msgid "Successfully uploaded a new avatar." +msgstr "" + +#: seahub/avatar/views.py:124 +msgid "Successfully updated your avatar." +msgstr "" + +#: seahub/avatar/views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "" + +#: seahub/base/accounts.py:304 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:572 +msgid "Email address" +msgstr "" + +#: seahub/base/accounts.py:577 +msgid "Username" +msgstr "" + +#: seahub/base/accounts.py:578 +msgid "This value must be of length 40" +msgstr "" + +#: seahub/base/accounts.py:593 seahub/forms.py:29 +#: seahub/views/sysadmin.py:1815 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/base/accounts.py:597 +msgid "Enter a valid email address." +msgstr "" + +#: seahub/base/accounts.py:607 +msgid "Invalid user id." +msgstr "" + +#: seahub/base/accounts.py:658 seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:1226 +#: seahub/templates/js/templates.html:1246 +msgid "name" +msgstr "" + +#: seahub/base/accounts.py:661 +msgid "department" +msgstr "" + +#: seahub/base/accounts.py:664 +msgid "telephone" +msgstr "" + +#: seahub/base/accounts.py:667 +msgid "note" +msgstr "" + +#: seahub/base/decorators.py:72 +msgid "Files in this library can not be viewed online." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:124 +msgid "Added" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:125 +msgid "Deleted" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:126 +msgid "Removed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:127 +msgid "Modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:128 +msgid "Renamed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:129 +msgid "Moved" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:130 +msgid "Added directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:131 +msgid "Removed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:132 +msgid "Renamed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:133 +msgid "Moved directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:134 +msgid "Added or modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:149 +#: seahub/base/templatetags/seahub_tags.py:218 +msgid "Reverted library to status at" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:221 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:156 +#: seahub/base/templatetags/seahub_tags.py:225 +msgid "Recovered deleted directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:158 +#: seahub/base/templatetags/seahub_tags.py:227 seahub/views/ajax.py:1133 +msgid "Changed library name or description" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:160 +#: seahub/base/templatetags/seahub_tags.py:229 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:304 +#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/templates/view_file_base.html:522 +msgid "Just now" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:315 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:322 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:329 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:335 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:452 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/js/sysadmin-templates.html:640 +#: seahub/templates/js/sysadmin-templates.html:649 +#: seahub/templates/js/sysadmin-templates.html:652 +#: seahub/templates/js/sysadmin-templates.html:688 +#: seahub/templates/js/sysadmin-templates.html:715 +#: seahub/templates/js/templates.html:20 +#: seahub/templates/js/templates.html:815 +#: seahub/templates/js/templates.html:842 +#: seahub/templates/js/templates.html:1068 +#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/templates.html:1080 +#: seahub/templates/js/templates.html:1113 +#: seahub/templates/js/templates.html:1139 +#: seahub/templates/js/templates.html:1275 +#: seahub/templates/js/templates.html:1282 +#: seahub/templates/js/templates.html:1702 +#: seahub/templates/js/templates.html:1748 +#: seahub/templates/js/templates.html:1889 +#: seahub/templates/js/templates.html:1892 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "Read-Write" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:454 +#: seahub/templates/js/sysadmin-templates.html:642 +#: seahub/templates/js/sysadmin-templates.html:650 +#: seahub/templates/js/sysadmin-templates.html:653 +#: seahub/templates/js/sysadmin-templates.html:689 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/templates.html:21 +#: seahub/templates/js/templates.html:816 +#: seahub/templates/js/templates.html:843 +#: seahub/templates/js/templates.html:1070 +#: seahub/templates/js/templates.html:1078 +#: seahub/templates/js/templates.html:1081 +#: seahub/templates/js/templates.html:1114 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/js/templates.html:1283 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1749 +#: seahub/templates/js/templates.html:1893 +#: seahub/templates/js/templates.html:1896 +#: seahub/templates/js/templates.html:1900 +#: seahub/templates/sysadmin/userinfo.html:178 +msgid "Read-Only" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:478 +#: seahub/base/templatetags/seahub_tags.py:490 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/base/templatetags/seahub_tags.py:492 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:494 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:496 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:498 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:500 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +#: seahub/contacts/templates/contacts/contact_list.html:119 +msgid "Email is required." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:4 +#: seahub/contacts/templates/contacts/contact_list.html:10 +msgid "Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:11 +#: seahub/contacts/templates/contacts/contact_list.html:43 +msgid "Add Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:17 +msgid "Email " +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:18 +#: 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/institutions/templates/institutions/info.html:10 +#: seahub/institutions/templates/institutions/user_info.html:66 +#: seahub/institutions/templates/institutions/user_info.html:112 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/js/lib-op-popups.html:6 +#: seahub/templates/js/lib-op-popups.html:17 +#: seahub/templates/js/sysadmin-templates.html:320 +#: seahub/templates/js/sysadmin-templates.html:343 +#: seahub/templates/js/sysadmin-templates.html:353 +#: seahub/templates/js/sysadmin-templates.html:403 +#: seahub/templates/js/sysadmin-templates.html:427 +#: seahub/templates/js/sysadmin-templates.html:468 +#: seahub/templates/js/sysadmin-templates.html:549 +#: seahub/templates/js/sysadmin-templates.html:572 +#: seahub/templates/js/sysadmin-templates.html:580 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:767 +#: seahub/templates/js/sysadmin-templates.html:805 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:1215 +#: seahub/templates/js/templates.html:1234 +#: seahub/templates/js/templates.html:1260 +#: seahub/templates/js/templates.html:1349 +#: seahub/templates/js/templates.html:1368 +#: seahub/templates/js/templates.html:1490 +#: seahub/templates/js/templates.html:1498 +#: seahub/templates/js/templates.html:1611 +#: seahub/templates/js/templates.html:1630 +#: seahub/templates/js/templates.html:1861 +#: seahub/templates/js/templates.html:1916 +#: seahub/templates/js/templates.html:1950 +#: seahub/templates/js/templates.html:1985 seahub/templates/libraries.html:91 +#: seahub/templates/registration/registration_form.html:18 +#: seahub/templates/repo_dir_recycle_view.html:44 +#: seahub/templates/repo_history_view.html:58 +#: seahub/templates/sysadmin/org_admin_table.html:4 +#: seahub/templates/sysadmin/sys_inst_admin.html:18 +#: seahub/templates/sysadmin/sys_inst_admin.html:27 +#: seahub/templates/sysadmin/sys_org_admin.html:24 +#: seahub/templates/sysadmin/sys_org_info_group.html:18 +#: seahub/templates/sysadmin/sys_org_info_library.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:10 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:16 +#: seahub/templates/sysadmin/sys_terms_admin.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:118 +#: seahub/templates/sysadmin/userinfo.html:167 +#: seahub/templates/sysadmin/userinfo.html:205 +#: seahub/templates/sysadmin/userinfo.html:252 +#: seahub/templates/view_shared_dir.html:54 +#: seahub/templates/wiki/personal_wiki.html:43 +#: seahub/templates/wiki/personal_wiki.html:85 +#: seahub/templates/wiki/personal_wiki_pages.html:28 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +#: seahub/views/sysadmin.py:1062 +msgid "Name" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:19 +#: seahub/templates/registration/registration_form.html:41 +msgid "Note" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:20 +#: seahub/institutions/templates/institutions/user_info.html:69 +#: seahub/institutions/templates/institutions/user_info.html:115 +#: seahub/institutions/templates/institutions/useradmin.html:20 +#: seahub/institutions/templates/institutions/useradmin_search.html:22 +#: seahub/notifications/templates/notifications/notification_list.html:21 +#: seahub/templates/file_revisions.html:57 +#: seahub/templates/js/sysadmin-templates.html:770 +#: seahub/templates/repo_dir_recycle_view.html:47 +#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history_view.html:60 +#: seahub/templates/sysadmin/org_admin_table.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:29 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:19 +#: seahub/templates/sysadmin/sys_inst_info_user.html:19 +#: seahub/templates/sysadmin/sys_inst_search_user.html:20 +#: seahub/templates/sysadmin/sys_org_info_group.html:21 +#: seahub/templates/sysadmin/sys_org_info_library.html:22 +#: seahub/templates/sysadmin/sys_org_info_user.html:23 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:14 +#: seahub/templates/sysadmin/userinfo.html:121 +#: seahub/templates/sysadmin/userinfo.html:209 +#: seahub/templates/sysadmin/userinfo.html:255 +#: seahub/templates/view_shared_dir.html:57 +msgid "Operations" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/institutions/templates/institutions/useradmin.html:37 +#: seahub/templates/js/sysadmin-templates.html:645 +#: seahub/templates/js/sysadmin-templates.html:828 +#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/templates.html:1073 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1534 +#: seahub/templates/js/templates.html:1890 +#: seahub/templates/js/templates.html:1897 +#: seahub/templates/sysadmin/sys_org_info_user.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:57 +#: seahub/templates/sysadmin/useradmin_table.html:41 +#: seahub/templates/sysadmin/useradmin_table.html:59 +#: seahub/templates/sysadmin/userinfo.html:53 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/view_file_markdown.html:17 +#: seahub/templates/view_file_text.html:22 +msgid "Edit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:30 +#: seahub/institutions/templates/institutions/useradmin.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:140 +#: seahub/templates/js/sysadmin-templates.html:391 +#: seahub/templates/js/sysadmin-templates.html:453 +#: seahub/templates/js/sysadmin-templates.html:518 +#: seahub/templates/js/sysadmin-templates.html:612 +#: seahub/templates/js/sysadmin-templates.html:658 +#: seahub/templates/js/sysadmin-templates.html:844 +#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:95 +#: seahub/templates/js/templates.html:189 +#: seahub/templates/js/templates.html:344 +#: seahub/templates/js/templates.html:406 +#: seahub/templates/js/templates.html:472 +#: seahub/templates/js/templates.html:578 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/js/templates.html:667 +#: seahub/templates/js/templates.html:737 +#: seahub/templates/js/templates.html:778 +#: seahub/templates/js/templates.html:1086 +#: seahub/templates/js/templates.html:1401 +#: seahub/templates/js/templates.html:1548 +#: seahub/templates/js/templates.html:1553 +#: seahub/templates/snippets/file_share_popup.html:37 +#: seahub/templates/sysadmin/org_admin_table.html:25 +#: seahub/templates/sysadmin/sys_org_info_group.html:28 +#: seahub/templates/sysadmin/sys_org_info_library.html:42 +#: seahub/templates/sysadmin/sys_org_info_user.html:51 +#: seahub/templates/sysadmin/sys_terms_admin.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:80 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:97 +#: seahub/templates/sysadmin/userinfo.html:148 +#: seahub/templates/sysadmin/userinfo.html:262 +#: seahub/templates/view_file_base.html:127 +#: seahub/templates/view_shared_upload_link.html:86 +msgid "Delete" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:37 +msgid "You don't have any contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:38 +msgid "" +"Add your contacts so you can quickly share libraries and send file shared " +"link." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:44 +#: seahub/contacts/templates/contacts/contact_list.html:53 +#: seahub/institutions/templates/institutions/user_info.html:31 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:10 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/share/templates/share/share_link_audit.html:9 +#: seahub/templates/js/sysadmin-templates.html:754 +#: seahub/templates/js/sysadmin-templates.html:806 +#: seahub/templates/js/sysadmin-templates.html:857 +#: seahub/templates/js/templates.html:1491 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:2048 +#: seahub/templates/js/templates.html:2080 +#: seahub/templates/registration/registration_form.html:22 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:15 +#: seahub/templates/sysadmin/sys_inst_info_user.html:15 +#: seahub/templates/sysadmin/sys_inst_search_user.html:8 +#: seahub/templates/sysadmin/sys_inst_search_user.html:16 +#: seahub/templates/sysadmin/sys_org_info_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:65 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:35 +#: seahub/templates/sysadmin/sys_useradmin.html:38 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 +#: seahub/templates/sysadmin/user_search.html:10 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:279 +#: seahub/views/sysadmin.py:283 +msgid "Email" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:46 +#: seahub/contacts/templates/contacts/contact_list.html:55 +msgid "Note(optional)" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:49 +#: seahub/contacts/templates/contacts/contact_list.html:58 +#: 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/institutions/templates/institutions/user_info.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:11 +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/notifications/templates/notifications/notification_list.html:14 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/share/templates/share/share_link_audit.html:22 +#: seahub/templates/decrypt_repo_form.html:11 +#: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 +#: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 +#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/js/lib-op-popups.html:20 +#: seahub/templates/js/lib-op-popups.html:28 +#: seahub/templates/js/lib-op-popups.html:38 +#: seahub/templates/js/lib-op-popups.html:67 +#: seahub/templates/js/lib-op-popups.html:109 +#: seahub/templates/js/lib-op-popups.html:128 +#: seahub/templates/js/sysadmin-templates.html:345 +#: seahub/templates/js/sysadmin-templates.html:533 +#: seahub/templates/js/sysadmin-templates.html:573 +#: seahub/templates/js/sysadmin-templates.html:603 +#: seahub/templates/js/sysadmin-templates.html:622 +#: seahub/templates/js/sysadmin-templates.html:692 +#: seahub/templates/js/sysadmin-templates.html:719 +#: seahub/templates/js/sysadmin-templates.html:757 +#: seahub/templates/js/templates.html:38 +#: seahub/templates/js/templates.html:744 +#: seahub/templates/js/templates.html:785 +#: seahub/templates/js/templates.html:819 +#: seahub/templates/js/templates.html:846 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1117 +#: seahub/templates/js/templates.html:1143 +#: seahub/templates/js/templates.html:1265 +#: seahub/templates/js/templates.html:1456 +#: seahub/templates/js/templates.html:1465 +#: seahub/templates/js/templates.html:1473 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1707 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1753 +#: seahub/templates/js/templates.html:1766 +#: seahub/templates/js/templates.html:1784 +#: seahub/templates/js/templates.html:2083 seahub/templates/libraries.html:94 +#: seahub/templates/libraries.html:157 +#: seahub/templates/registration/password_change_form.html:24 +#: seahub/templates/registration/password_reset_confirm.html:19 +#: seahub/templates/registration/password_reset_form.html:13 +#: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/share_access_validation.html:18 +#: seahub/templates/shared_file_view.html:58 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/search_form.html:76 +#: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/sysadmin/repo_transfer_form.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:33 +#: seahub/templates/sysadmin/sys_inst_search_user.html:9 +#: seahub/templates/sysadmin/sys_org_admin.html:38 +#: seahub/templates/sysadmin/sys_org_info_base.html:39 +#: seahub/templates/sysadmin/sys_org_info_setting.html:20 +#: seahub/templates/sysadmin/sys_org_info_setting.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:80 +#: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:71 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:95 +#: seahub/templates/sysadmin/sys_useradmin.html:62 +#: seahub/templates/sysadmin/sys_useradmin.html:73 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/user_search.html:11 +#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/sysadmin/userinfo.html:109 +#: seahub/templates/view_file_base.html:112 +#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:58 +#: seahub/templates/wiki/personal_wiki.html:88 +#: seahub/templates/wiki/personal_wiki_pages.html:31 +msgid "Submit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:52 +msgid "Edit Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:101 +#: seahub/contacts/templates/contacts/contact_list.html:146 +#: seahub/institutions/templates/institutions/user_info.html:173 +#: seahub/notifications/templates/notifications/user_notification_list.html:90 +#: seahub/share/templates/share/share_link_audit.html:70 +#: seahub/templates/base.html:141 seahub/templates/decrypt_repo_form.html:47 +#: seahub/templates/file_edit.html:545 +#: seahub/templates/repo_dir_recycle_view.html:141 +#: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/snippets/add_file_js.html:23 +#: seahub/templates/snippets/office_convert_js.html:107 +#: seahub/templates/snippets/shared_link_js.html:107 +#: seahub/templates/snippets/spreadsheet_convert_js.html:39 +#: seahub/templates/sysadmin/settings.html:241 +#: seahub/templates/sysadmin/sys_inst_info_base.html:78 +#: seahub/templates/sysadmin/sys_org_admin.html:126 +#: seahub/templates/sysadmin/sys_org_info_user.html:166 +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 +#: seahub/templates/sysadmin/sys_terms_admin.html:117 +#: seahub/templates/sysadmin/sys_useradmin.html:212 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/useradmin_js.html:173 +#: seahub/templates/sysadmin/useradmin_js.html:275 +#: seahub/templates/sysadmin/userinfo.html:344 +#: seahub/templates/sysadmin/userinfo.html:381 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/view_file_base.html:391 +#: seahub/templates/view_file_base.html:434 +#: seahub/templates/view_file_base.html:512 +#: seahub/templates/view_shared_dir.html:236 +#: seahub/templates/view_shared_dir.html:258 +msgid "Failed. Please check the network." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +msgid "Delete Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +#: seahub/institutions/templates/institutions/useradmin.html:79 +#: seahub/institutions/templates/institutions/useradmin_search.html:71 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/repoadmin_js.html:48 +#: seahub/templates/sysadmin/sys_inst_admin.html:67 +#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/templates/sysadmin/sys_org_info_group.html:44 +#: seahub/templates/sysadmin/sys_org_info_library.html:61 +#: seahub/templates/sysadmin/sys_org_info_user.html:179 +#: seahub/templates/sysadmin/sys_org_search.html:28 +#: seahub/templates/sysadmin/sys_terms_admin.html:143 +#: seahub/templates/sysadmin/useradmin_js.html:4 +#: seahub/templates/sysadmin/userinfo.html:433 +#, python-format +msgid "Are you sure you want to delete %s ?" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:123 +msgid "You cannot add yourself." +msgstr "" + +#: seahub/contacts/views.py:68 +#, python-format +msgid "%s is not a valid email." +msgstr "" + +#: seahub/contacts/views.py:73 +#, python-format +msgid "%s is already in your contacts." +msgstr "" + +#: seahub/contacts/views.py:82 +#, python-format +msgid "Successfully added %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:87 +#, python-format +msgid "Failed to add %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:108 +#, python-format +msgid "Successfully edited %s." +msgstr "" + +#: seahub/contacts/views.py:121 +#, python-format +msgid "Successfully Deleted %s" +msgstr "" + +#: seahub/forms.py:34 seahub/invitations/views.py:29 +msgid "A user with this email already exists." +msgstr "" + +#: seahub/forms.py:58 +msgid "The two passwords didn't match." +msgstr "" + +#: seahub/forms.py:67 seahub/group/forms.py:56 seahub/wiki/forms.py:17 +msgid "Name can't be empty" +msgstr "" + +#: seahub/forms.py:68 seahub/group/forms.py:57 seahub/wiki/forms.py:18 +msgid "Name is too long (maximum is 255 characters)" +msgstr "" + +#: seahub/forms.py:71 seahub/group/forms.py:60 seahub/wiki/forms.py:21 +msgid "Description can't be empty" +msgstr "" + +#: seahub/forms.py:72 seahub/group/forms.py:61 seahub/wiki/forms.py:22 +msgid "Description is too long (maximum is 100 characters)" +msgstr "" + +#: seahub/forms.py:82 seahub/forms.py:168 +#, python-format +msgid "Name %s is not valid" +msgstr "" + +#: seahub/forms.py:96 seahub/views/ajax.py:392 seahub/views/ajax.py:556 +#: seahub/views/ajax.py:824 seahub/views/ajax.py:828 seahub/views/ajax.py:832 +#: seahub/views/ajax.py:1120 seahub/views/file.py:1580 +#: seahub/views/sysadmin.py:1436 seahub/views/sysadmin.py:1454 +msgid "Argument missing" +msgstr "" + +#: seahub/forms.py:110 +msgid "Oldname is required" +msgstr "" + +#: seahub/forms.py:113 seahub/forms.py:134 +msgid "It's too long." +msgstr "" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's required." +msgstr "" + +#: seahub/forms.py:121 seahub/forms.py:142 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "" + +#: seahub/forms.py:161 +msgid "Library name is required" +msgstr "" + +#: seahub/forms.py:163 +msgid "Please enter a number" +msgstr "" + +#: seahub/forms.py:183 seahub/templates/snippets/repo_create_js.html:34 +msgid "Name is required" +msgstr "" + +#: seahub/forms.py:184 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:185 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "" + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "" + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "" + +#: seahub/group/error_msg.py:17 seahub/group/error_msg.py:23 +msgid "Group does not exist" +msgstr "" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:67 seahub/wiki/forms.py:28 +#, python-format +msgid "\"%s\" is not a valid name" +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 "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_base.html:10 +#: seahub/help/templates/help/base.html:7 +#: seahub/institutions/templates/institutions/base.html:11 +#: seahub/profile/templates/profile/set_profile.html:11 +#: seahub/templates/base.html:27 seahub/templates/base_for_backbone.html:28 +#: seahub/templates/base_for_backbone.html:34 +#: seahub/templates/base_for_backbone.html:100 +#: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 +#: seahub/templates/js/lib-op-popups.html:88 +#: seahub/templates/js/sysadmin-templates.html:4 +#: seahub/templates/js/templates.html:888 +#: seahub/templates/js/templates.html:1803 seahub/templates/libraries.html:120 +#: seahub/templates/libraries.html:130 seahub/templates/libraries.html:142 +#: seahub/templates/sysadmin/base.html:11 +#: seahub/templates/sysadmin/sysadmin_backbone.html:30 +#: seahub/templates/view_file_base.html:97 +msgid "Close" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:13 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +msgid "Wiki Index" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:14 +msgid "No index now." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:16 +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:36 +#: seahub/templates/wiki/personal_wiki.html:35 +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 " +"structure. This enables you to edit your wiki in your desktop and then sync " +"back to the server." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Create Wiki Now" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:38 +msgid "Choose a library as wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:42 +msgid "Create Wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:48 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/repo_history.html:28 +#: seahub/templates/wiki/personal_wiki.html:45 +msgid "Description" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:49 +msgid "Wiki Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:52 +msgid "Choose a library as wiki:" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:103 +#: seahub/templates/wiki/personal_wiki.html:57 +msgid "Please click and choose a library." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/profile/templates/profile/set_profile.html:105 +#: seahub/templates/file_edit.html:103 seahub/templates/file_edit.html:152 +#: seahub/templates/file_edit.html:427 +#: seahub/templates/js/lib-op-popups.html:10 +#: seahub/templates/js/lib-op-popups.html:21 +#: seahub/templates/js/lib-op-popups.html:29 +#: seahub/templates/js/lib-op-popups.html:39 +#: seahub/templates/js/lib-op-popups.html:68 +#: seahub/templates/js/lib-op-popups.html:77 +#: seahub/templates/js/lib-op-popups.html:121 +#: seahub/templates/js/lib-op-popups.html:129 +#: seahub/templates/js/templates.html:745 +#: seahub/templates/js/templates.html:786 +#: seahub/templates/js/templates.html:1721 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/repo_dir_recycle_view.html:74 +#: seahub/templates/shared_file_view.html:59 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/termsandconditions/tc_accept_terms.html:11 +#: seahub/templates/view_shared_upload_link.html:85 +#: seahub/templates/wiki/personal_wiki.html:59 +msgid "Cancel" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:68 +#: seahub/group/templates/group/group_wiki_pages.html:11 +#: seahub/templates/wiki/personal_wiki.html:65 +#: seahub/templates/wiki/personal_wiki_pages.html:13 +msgid "Home" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:69 +#: seahub/group/templates/group/group_wiki_pages.html:12 +#: seahub/templates/wiki/personal_wiki.html:66 +#: seahub/templates/wiki/personal_wiki_pages.html:14 +msgid "Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:71 +#: seahub/group/templates/group/group_wiki_pages.html:14 +#: seahub/templates/wiki/personal_wiki.html:67 +#: seahub/templates/wiki/personal_wiki_pages.html:15 +msgid "Wiki History" +msgstr "" + +#: 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:70 +#: seahub/templates/wiki/personal_wiki.html:84 +#: 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:77 +#: seahub/group/templates/group/group_wiki.html:138 +#: seahub/templates/wiki/personal_wiki.html:71 +#: seahub/templates/wiki/personal_wiki.html:132 +msgid "Delete Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:72 +msgid "Edit Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:73 +msgid "Page History" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:79 +#, python-format +msgid "Last modified by %(modifier)s, %(modify_time)s" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:139 +#: seahub/templates/wiki/personal_wiki.html:133 +msgid "Are you sure you want to delete this page?" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:160 +#: seahub/templates/wiki/personal_wiki.html:154 +msgid "Name is required." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:164 +#: seahub/templates/wiki/personal_wiki.html:158 +msgid "Description is required." +msgstr "" + +#: seahub/group/views.py:121 seahub/share/views.py:223 +#: seahub/views/__init__.py:467 seahub/views/__init__.py:583 +#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 +#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:575 +#: seahub/views/ajax.py:1100 seahub/views/file.py:1095 +#: seahub/views/file.py:1589 seahub/views/repo.py:119 +msgid "Permission denied" +msgstr "" + +#: seahub/group/views.py:187 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "" + +#: seahub/group/views.py:203 +msgid "Failed to create: the group does not exist." +msgstr "" + +#: seahub/group/views.py:208 +msgid "Failed to create: you are not in the group." +msgstr "" + +#: seahub/group/views.py:236 seahub/group/views.py:258 +#: seahub/group/views.py:415 seahub/views/wiki.py:177 +msgid "Failed to create" +msgstr "" + +#: seahub/group/views.py:243 seahub/group/views.py:264 +#: seahub/group/views.py:421 +msgid "Failed to create: internal error." +msgstr "" + +#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/views/wiki.py:238 +msgid "Failed to create wiki page. Please retry later." +msgstr "" + +#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:53 +#: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 +msgid "Unknown" +msgstr "" + +#: seahub/group/views.py:361 seahub/views/ajax.py:1078 +#: seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "" + +#: seahub/group/views.py:363 seahub/views/wiki.py:138 +msgid "Wiki does not exists." +msgstr "" + +#: seahub/group/views.py:428 seahub/group/views.py:457 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 +msgid "Failed to create home page. Please retry later" +msgstr "" + +#: seahub/group/views.py:444 seahub/views/wiki.py:199 +msgid "Failed to set wiki library." +msgstr "" + +#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 +#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 +#: seahub/views/ajax.py:745 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "" + +#: seahub/group/views.py:477 seahub/group/views.py:503 +#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/views/wiki.py:266 +msgid "Wiki is not found." +msgstr "" + +#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#, python-format +msgid "Page \"%s\" already exists." +msgstr "" + +#: seahub/group/views.py:526 +#, python-format +msgid "Successfully deleted \"%s\"." +msgstr "" + +#: seahub/group/views.py:528 +#, python-format +msgid "Failed to delete \"%s\". Please retry later." +msgstr "" + +#: seahub/help/templates/help/base.html:8 +msgid "Desktop Client and Syncing" +msgstr "" + +#: seahub/help/templates/help/base.html:10 +msgid "Install and sync Files" +msgstr "" + +#: seahub/help/templates/help/base.html:11 +msgid "Syncing existing folders" +msgstr "" + +#: seahub/help/templates/help/base.html:12 +msgid "Selective sync sub-folders" +msgstr "" + +#: seahub/help/templates/help/base.html:13 +msgid "Unsync and resync libraries" +msgstr "" + +#: seahub/help/templates/help/base.html:14 +msgid "Setting sync interval" +msgstr "" + +#: seahub/help/templates/help/base.html:15 +msgid "Proxy settings" +msgstr "" + +#: seahub/help/templates/help/base.html:16 +#: seahub/help/templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "" + +#: seahub/help/templates/help/base.html:17 +msgid "Excluding files" +msgstr "" + +#: seahub/help/templates/help/base.html:19 +msgid "Security and Encryption" +msgstr "" + +#: seahub/help/templates/help/base.html:21 +msgid "How to use encrypted libraries" +msgstr "" + +#: seahub/help/templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: seahub/help/templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:6 +msgid "Using Proxy in Seafile Client" +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server use this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), the " +"password is not sent to the server." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypt and encrypt file contents locally. The plain " +"text password is not stored on the client disk too." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client support it since version 2.1.0." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypt the contents of the files, but not " +"the folder and file names." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:27 +msgid "" +"More technical details of encrypted library can be found at Seafile " +"Manual." +msgstr "" + +#: seahub/help/templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "" + +#: seahub/help/templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: seahub/help/templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "" + +#: seahub/help/templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "" + +#: seahub/help/templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "" + +#: seahub/help/templates/help/ignore.html:18 +msgid "Example" +msgstr "" + +#: seahub/help/templates/help/ignore.html:36 +msgid "Notes" +msgstr "" + +#: seahub/help/templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "" + +#: seahub/help/templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "" + +#: seahub/help/templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "" + +#: seahub/help/templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "" + +#: seahub/help/templates/help/install.html:6 +msgid "Installing Seafile Client Program" +msgstr "" + +#: seahub/help/templates/help/install.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "" + +#: seahub/help/templates/help/install.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:13 +msgid "2. Add an account" +msgstr "" + +#: seahub/help/templates/help/install.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "" + +#: seahub/help/templates/help/install.html:18 +msgid "3. Sync a library" +msgstr "" + +#: seahub/help/templates/help/install.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "" + +#: seahub/help/templates/help/install.html:26 +msgid "4. (Optional) Create a library" +msgstr "" + +#: seahub/help/templates/help/install.html:28 +msgid "You can also create a library from a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:34 +msgid "5. Browse files on the cloud" +msgstr "" + +#: seahub/help/templates/help/install.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:6 +msgid "Selective Sync Sub-folders" +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. If your " +"Seafile server is Pro edition, you can selectively sync a sub-folder in a " +"library, instead of syncing the entire library." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:6 +msgid "Syncing With an Existing Folder" +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:6 +msgid "Setting Sync Interval" +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:6 +msgid "Unsync and Resync Library" +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use sync with existing folder " +"feature." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:5 +#: seahub/templates/js/sysadmin-templates.html:277 +#: seahub/templates/sysadmin/base.html:5 +msgid "Exit admin panel" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:16 +#: seahub/institutions/templates/institutions/useradmin.html:9 +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 +msgid "Users" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:37 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:7 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:7 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:8 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:7 +msgid "Search users..." +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:7 +#: seahub/templates/js/sysadmin-templates.html:8 +#: seahub/templates/js/sysadmin-templates.html:98 +#: seahub/templates/sysadmin/base.html:16 +msgid "Info" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:13 +#: seahub/templates/home_base.html:59 +#: seahub/templates/js/sysadmin-templates.html:19 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:737 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1855 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/sysadmin/sys_org_info_group.html:10 +#: seahub/templates/sysadmin/sys_org_info_library.html:10 +#: seahub/templates/sysadmin/sys_org_info_setting.html:10 +#: seahub/templates/sysadmin/sys_org_info_user.html:9 +msgid "Libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Active Users" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Total Users" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:20 +#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/user_profile.html:4 +#: seahub/templates/sysadmin/userinfo.html:23 +msgid "Profile" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:21 +#: seahub/templates/i18n.html:11 seahub/templates/sysadmin/userinfo.html:24 +msgid "Owned Libs" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:28 +#: seahub/templates/sysadmin/userinfo.html:33 +msgid "Avatar" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:35 +#: seahub/templates/sysadmin/userinfo.html:44 +msgctxt "true name" +msgid "Name" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:40 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/userinfo.html:56 +msgid "Department" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:43 +#: seahub/templates/registration/registration_form.html:36 +#: seahub/templates/sysadmin/userinfo.html:69 +msgid "Telephone" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:47 +#: seahub/institutions/templates/institutions/useradmin.html:18 +#: seahub/institutions/templates/institutions/useradmin_search.html:20 +#: seahub/templates/sysadmin/org_admin_table.html:6 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:17 +#: seahub/templates/sysadmin/sys_inst_info_base.html:23 +#: seahub/templates/sysadmin/sys_inst_info_user.html:17 +#: seahub/templates/sysadmin/sys_inst_search_user.html:18 +#: seahub/templates/sysadmin/sys_org_info_base.html:26 +#: seahub/templates/sysadmin/sys_org_info_user.html:21 +msgid "Space Used" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:48 +#: seahub/templates/sysadmin/sys_inst_info_base.html:24 +#: seahub/templates/sysadmin/sys_org_info_base.html:28 +msgid "Set Quota" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:52 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:88 +#: seahub/templates/sysadmin/useradmin_table.html:111 +#: seahub/templates/sysadmin/userinfo.html:102 +msgid "Set user storage limit" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:55 +msgid "Available quota:" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:67 +#: seahub/templates/file_revisions.html:56 +#: seahub/templates/js/sysadmin-templates.html:470 +#: seahub/templates/js/sysadmin-templates.html:768 +#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:1217 +#: seahub/templates/js/templates.html:1236 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1613 +#: seahub/templates/js/templates.html:1632 +#: seahub/templates/repo_dir_recycle_view.html:46 +#: seahub/templates/repo_history_view.html:59 +#: seahub/templates/sysadmin/userinfo.html:119 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:206 +#: seahub/templates/view_shared_dir.html:55 +msgid "Size" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:68 +#: seahub/templates/js/sysadmin-templates.html:471 +#: seahub/templates/js/templates.html:301 +#: seahub/templates/js/templates.html:1158 +#: seahub/templates/js/templates.html:1218 +#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1261 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/view_shared_dir.html:56 +msgid "Last Update" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/templates/js/templates.html:1273 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:176 +msgid "Encrypted" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:176 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "library icon" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:103 +#: seahub/templates/sysadmin/userinfo.html:157 +msgid "This user has not created any libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:113 +#: seahub/templates/js/sysadmin-templates.html:807 +#: seahub/templates/js/templates.html:1492 +#: seahub/templates/sysadmin/sys_useradmin.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/userinfo.html:253 seahub/views/sysadmin.py:279 +msgid "Role" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:114 +#: seahub/templates/sysadmin/sys_inst_admin.html:28 +#: seahub/templates/sysadmin/sys_org_info_group.html:20 +#: seahub/templates/sysadmin/sys_publink_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:254 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:1062 +msgid "Create At" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:128 +#: seahub/templates/sysadmin/userinfo.html:268 +msgid "This user has not created or joined any groups" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:151 +#: seahub/templates/sysadmin/sys_inst_info_base.html:56 +msgid "Space Quota can't be empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Contact Email" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:17 +#: seahub/institutions/templates/institutions/useradmin_search.html:19 +#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:16 +#: seahub/templates/sysadmin/sys_inst_info_user.html:16 +#: seahub/templates/sysadmin/sys_inst_search_user.html:17 +#: seahub/templates/sysadmin/sys_org_info_user.html:20 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:36 +#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:11 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Status" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:19 +#: seahub/institutions/templates/institutions/useradmin_search.html:21 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:18 +#: seahub/templates/sysadmin/sys_inst_info_user.html:18 +#: seahub/templates/sysadmin/sys_inst_search_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:22 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:26 +#: seahub/templates/sysadmin/useradmin_table.html:14 +msgid "Create At / Last Login" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:33 +#: seahub/institutions/templates/institutions/useradmin.html:40 +#: seahub/institutions/templates/institutions/useradmin_search.html:35 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:28 +#: seahub/templates/sysadmin/sys_inst_info_user.html:28 +#: seahub/templates/sysadmin/sys_inst_search_user.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:39 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:53 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:44 +#: seahub/views/sysadmin.py:324 +msgid "Active" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:35 +#: seahub/institutions/templates/institutions/useradmin.html:41 +#: seahub/institutions/templates/institutions/useradmin_search.html:37 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:30 +#: seahub/templates/sysadmin/sys_inst_info_user.html:30 +#: seahub/templates/sysadmin/sys_inst_search_user.html:31 +#: seahub/templates/sysadmin/sys_org_info_user.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:55 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:61 +#: seahub/templates/sysadmin/useradmin_table.html:39 +#: seahub/templates/sysadmin/useradmin_table.html:45 +#: seahub/views/sysadmin.py:326 +msgid "Inactive" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:66 +#: seahub/institutions/templates/institutions/useradmin_search.html:62 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_inst_admin.html:44 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:47 +#: seahub/templates/sysadmin/sys_inst_info_user.html:48 +#: seahub/templates/sysadmin/sys_publink_admin.html:59 +#: seahub/templates/sysadmin/sys_terms_admin.html:48 +msgid "Empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:70 +#: seahub/templates/sysadmin/sys_inst_info_user.html:52 +#: seahub/templates/sysadmin/sys_org_info_user.html:60 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:104 +#: seahub/templates/sysadmin/sys_useradmin.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:53 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:31 +#: seahub/templates/sysadmin/user_search.html:27 +msgid "Activating..., please wait" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:78 +#: seahub/institutions/templates/institutions/useradmin_search.html:70 +#: seahub/templates/sysadmin/sys_org_info_user.html:178 +#: seahub/templates/sysadmin/useradmin_js.html:3 +#: seahub/templates/sysadmin/useradmin_js.html:122 +msgid "Delete User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:124 +#: seahub/templates/sysadmin/sys_inst_info_user.html:98 +#: seahub/templates/sysadmin/useradmin_js.html:64 +msgid "Edit succeeded, an email has been sent." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:126 +#: seahub/templates/sysadmin/sys_inst_info_user.html:100 +#: seahub/templates/sysadmin/useradmin_js.html:66 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:128 +#: seahub/templates/sysadmin/sys_inst_info_user.html:102 +#: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/useradmin_js.html:68 +msgid "Edit succeeded" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:136 +#: seahub/templates/sysadmin/sys_inst_info_user.html:110 +#: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/useradmin_js.html:76 +msgid "Edit failed." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:7 +#: seahub/templates/sysadmin/sys_inst_search_user.html:5 +#: seahub/templates/sysadmin/user_search.html:7 +msgid "Search User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:13 +#: seahub/templates/js/sysadmin-templates.html:347 +#: seahub/templates/js/sysadmin-templates.html:575 +#: seahub/templates/sysadmin/sys_inst_search_user.html:11 +#: seahub/templates/sysadmin/sys_org_search.html:15 +#: seahub/templates/sysadmin/user_search.html:14 +msgid "Result" +msgstr "" + +#: seahub/institutions/views.py:162 +#: seahub/templates/js/sysadmin-templates.html:323 +#: seahub/templates/js/sysadmin-templates.html:344 +#: seahub/templates/js/sysadmin-templates.html:356 +#: seahub/templates/js/sysadmin-templates.html:428 +#: seahub/templates/js/sysadmin-templates.html:550 +#: seahub/templates/js/sysadmin-templates.html:581 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:825 +#: seahub/templates/sysadmin/sys_org_admin.html:30 +#: seahub/templates/sysadmin/sys_org_info_library.html:21 +#: seahub/templates/sysadmin/sys_publink_admin.html:13 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:12 +#: seahub/views/sysadmin.py:616 +msgid "Owner" +msgstr "" + +#: seahub/institutions/views.py:164 seahub/templates/base.html:74 +#: seahub/templates/base.html.py:77 +#: seahub/templates/js/sysadmin-templates.html:827 +#: seahub/templates/js/sysadmin-templates.html:831 +#: seahub/templates/js/sysadmin-templates.html:838 +#: seahub/templates/js/templates.html:1526 +#: seahub/templates/js/templates.html:1530 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1835 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:618 +msgid "Admin" +msgstr "" + +#: seahub/institutions/views.py:166 +#: seahub/templates/js/sysadmin-templates.html:830 +#: seahub/templates/js/sysadmin-templates.html:834 +#: seahub/templates/js/sysadmin-templates.html:837 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1533 +#: seahub/templates/js/templates.html:1536 seahub/views/sysadmin.py:620 +msgid "Member" +msgstr "" + +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:714 +#, python-format +msgid "Successfully deleted %s" +msgstr "" + +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:716 +msgid "Failed to delete: the user does not exist" +msgstr "" + +#: seahub/invitations/models.py:16 seahub/invitations/models.py:34 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/useradmin_table.html:53 +#: seahub/templates/sysadmin/useradmin_table.html:63 +#: seahub/views/sysadmin.py:337 +msgid "Guest" +msgstr "" + +#: seahub/invitations/models.py:90 +#, python-format +msgid "%(user)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:8 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_batch_add_email.html:9 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:12 +#, python-format +msgid "" +"%(inviter)s invited you to join %(site_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:26 +#: seahub/templates/sysadmin/settings.html:213 +#: seahub/templates/sysadmin/useradmin_js.html:197 +#: seahub/templates/sysadmin/userinfo.html:398 +msgid "It is required." +msgstr "" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:57 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:73 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:98 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:28 +#: seahub/notifications/management/commands/send_notices.py:272 +#, python-format +msgid "New notice on %s" +msgstr "" + +#: seahub/notifications/models.py:422 seahub/notifications/models.py:464 +#: seahub/notifications/models.py:492 seahub/notifications/models.py:529 +#: seahub/notifications/models.py:561 seahub/notifications/models.py:579 +#: seahub/notifications/models.py:609 seahub/notifications/models.py:631 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1088 +msgid "Internal error" +msgstr "" + +#: seahub/notifications/models.py:441 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "" + +#: seahub/notifications/models.py:448 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to Deleted " +"Library" +msgstr "" + +#: seahub/notifications/models.py:474 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to " +"you." +msgstr "" + +#: seahub/notifications/models.py:509 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:540 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "" + +#: seahub/notifications/models.py:544 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:590 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "" + +#: seahub/notifications/models.py:619 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "" + +#: seahub/notifications/models.py:645 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +#: seahub/notifications/templates/notifications/user_notification_list.html:21 +msgid "Message" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:22 +#: seahub/templates/file_revisions.html:54 +#: seahub/templates/js/sysadmin-templates.html:238 +#: seahub/templates/js/sysadmin-templates.html:860 +#: seahub/templates/repo_history.html:29 +msgid "Time" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:27 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:36 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:39 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, 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:48 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:64 +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: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:27 +msgid "(current notification)" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:31 +msgid "Set to current" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:51 +msgid "Delete Notification" +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in file %(file_name)s during regular scanning." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning. Please check the report at:" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:4 +#: seahub/notifications/templates/notifications/user_notification_list.html:9 +msgid "Notices" +msgstr "" + +#: 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:29 +#: seahub/templates/libraries.html:179 +#: seahub/templates/repo_dir_recycle_view.html:59 +msgid "More" +msgstr "" + +#: seahub/notifications/views.py:130 +msgid "Successfully cleared all notices." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:13 +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/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/templates/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:15 +#: seahub/templates/js/sysadmin-templates.html:276 +#: seahub/templates/js/templates.html:1047 +#: seahub/templates/js/templates.html:1827 seahub/templates/libraries.html:121 +#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/sysadmin/settings.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:11 +#: seahub/templates/sysadmin/sys_org_info_library.html:11 +#: seahub/templates/sysadmin/sys_org_info_setting.html:11 +#: seahub/templates/sysadmin/sys_org_info_user.html:10 +msgid "Settings" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:14 +msgid "Language" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:16 +msgid "Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:111 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:21 +#: seahub/profile/templates/profile/set_profile.html:136 +#: seahub/profile/templates/profile/set_profile.html:159 +msgid "Delete Account" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:30 +msgid "Profile Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:32 +msgid "Avatar:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:34 +msgid "Change" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +msgid "Password:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/templates/sysadmin/sys_terms_admin.html:39 +msgid "Update" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:43 +msgctxt "true name" +msgid "Name:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:50 +msgid "Username:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:51 +msgid "You can use this field at login." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:56 +msgid "Contact Email:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:57 +msgid "Your notifications will be sent to this email." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:62 +msgid "Department:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:67 +msgid "Telephone:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:79 +msgid "Language Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:90 +msgid "Default Library Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:92 +msgid "Your default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:94 +msgid "" +"Default library is the default place to store your personal documents and " +"pictures." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:95 +msgid "Choose Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:98 +msgid "Choose default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:113 +msgid "enabled" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:115 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:119 +msgid "" +"If you don't have any device with you, you can access your account using " +"backup codes." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:120 +#, python-format +msgid "You have only one backup code remaining." +msgid_plural "You have %(counter)s backup codes remaining." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: seahub/profile/templates/profile/set_profile.html:123 +msgid "Show Codes" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:127 +msgid "" +"Two-factor authentication is not enabled for your account. Enable two-factor" +" authentication for enhanced account security." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:129 +msgid "Enable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:137 +msgid "This operation will not be reverted. Please think twice!" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:160 +msgid "Really want to delete your account?" +msgstr "" + +#: seahub/profile/views.py:41 +msgid "Successfully edited profile." +msgstr "" + +#: seahub/profile/views.py:45 +msgid "Failed to edit profile" +msgstr "" + +#: seahub/profile/views.py:157 +msgid "Has not accepted invitation yet" +msgstr "" + +#: seahub/profile/views.py:176 +msgid "Demo account can not be deleted." +msgstr "" + +#: seahub/profile/views.py:202 +msgid "Failed to set default library." +msgstr "" + +#: seahub/profile/views.py:206 +msgid "Can not set encrypted library as default library." +msgstr "" + +#: seahub/profile/views.py:211 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "" + +#: seahub/settings.py:143 +msgid "català" +msgstr "" + +#: seahub/settings.py:144 +msgid "Deutsch" +msgstr "" + +#: seahub/settings.py:145 +msgid "English" +msgstr "" + +#: seahub/settings.py:146 +msgid "Español" +msgstr "" + +#: seahub/settings.py:147 +msgid "Español de Argentina" +msgstr "" + +#: seahub/settings.py:148 +msgid "Español de México" +msgstr "" + +#: seahub/settings.py:149 +msgid "Suomi" +msgstr "" + +#: seahub/settings.py:150 +msgid "français" +msgstr "" + +#: seahub/settings.py:151 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:152 +msgid "Magyar" +msgstr "" + +#: seahub/settings.py:153 +msgid "Íslenska" +msgstr "" + +#: seahub/settings.py:154 +msgid "Italiano" +msgstr "" + +#: seahub/settings.py:155 +msgid "日本語" +msgstr "" + +#: seahub/settings.py:156 +msgid "한국어" +msgstr "" + +#: seahub/settings.py:157 +msgid "Latvian" +msgstr "" + +#: seahub/settings.py:158 +msgid "Nederlands" +msgstr "" + +#: seahub/settings.py:159 +msgid "Polski" +msgstr "" + +#: seahub/settings.py:160 +msgid "Portuguese, Brazil" +msgstr "" + +#: seahub/settings.py:161 +msgid "Русский" +msgstr "" + +#: seahub/settings.py:162 +msgid "Slovak" +msgstr "" + +#: seahub/settings.py:163 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:164 +msgid "Svenska" +msgstr "" + +#: seahub/settings.py:165 +msgid "ไทย" +msgstr "" + +#: seahub/settings.py:166 +msgid "Türkçe" +msgstr "" + +#: seahub/settings.py:167 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:168 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:169 +msgid "繁體中文" +msgstr "" + +#: seahub/share/forms.py:20 seahub/share/forms.py:33 +msgid "Email is required" +msgstr "" + +#: seahub/share/forms.py:21 seahub/share/forms.py:34 +msgid "Email is not longer than 512 characters" +msgstr "" + +#: seahub/share/models.py:72 +msgid "Password can't be empty" +msgstr "" + +#: seahub/share/models.py:79 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/templates/share/audit_code_email.html:11 +#, python-format +msgid "Your code is %(code)s, this code will be valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:6 +msgid "Email Verification" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:8 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:11 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:13 +msgid "Verification code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:63 +msgid "A verification code has been sent to the email." +msgstr "" + +#: seahub/share/views.py:199 seahub/share/views.py:311 +msgid "Internal server error, or please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:219 +msgid "Please choose a directory." +msgstr "" + +#: seahub/share/views.py:241 +msgid "Successfully saved." +msgstr "" + +#: seahub/share/views.py:255 +msgid "" +"Sending shared upload link failed. Email service is not properly configured," +" please contact administrator." +msgstr "" + +#: seahub/share/views.py:329 seahub/thumbnail/views.py:40 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 +#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 +#: seahub/views/ajax.py:544 seahub/views/ajax.py:738 seahub/views/ajax.py:1091 +msgid "Library does not exist." +msgstr "" + +#: seahub/share/views.py:333 +msgid "Directory does not exist." +msgstr "" + +#: seahub/share/views.py:382 +msgid "Only the owner of the library has permission to share it." +msgstr "" + +#: seahub/share/views.py:420 +msgid "Please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:437 +msgid "Email address is not valid" +msgstr "" + +#: seahub/share/views.py:446 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:455 +msgid "Verification code for visiting share links" +msgstr "" + +#: seahub/share/views.py:470 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: seahub/templates/base.html:9 seahub/templates/base_for_backbone.html:9 +#: seahub/templates/sysadmin/sysadmin_backbone.html:9 +msgid "File Collaboration Team Organization" +msgstr "" + +#: seahub/templates/base.html:42 seahub/templates/base_for_backbone.html:50 +#: seahub/templates/sysadmin/sysadmin_backbone.html:45 +msgid "Side Nav Menu" +msgstr "" + +#: seahub/templates/base.html:53 seahub/templates/base_for_backbone.html:65 +#: seahub/templates/sysadmin/sysadmin_backbone.html:48 +msgid "View profile and more" +msgstr "" + +#: seahub/templates/base.html:71 seahub/templates/js/sysadmin-templates.html:5 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/sysadmin/base.html:13 +msgid "System Admin" +msgstr "" + +#: seahub/templates/base.html:74 seahub/templates/js/templates.html:1832 +msgid "Organization Admin" +msgstr "" + +#: seahub/templates/base.html:80 seahub/templates/finish_payment.html:5 +#: seahub/templates/js/sysadmin-templates.html:278 +#: seahub/templates/js/templates.html:1837 +msgid "Log out" +msgstr "" + +#: seahub/templates/base.html:123 seahub/templates/base_for_backbone.html:87 +#: seahub/templates/sysadmin/sysadmin_backbone.html:70 +#: seahub/views/sysadmin.py:332 seahub/views/sysadmin.py:333 +msgid "Yes" +msgstr "" + +#: seahub/templates/base.html:124 seahub/templates/base_for_backbone.html:88 +#: seahub/templates/sysadmin/sysadmin_backbone.html:71 +msgid "No" +msgstr "" + +#: seahub/templates/base_for_backbone.html:28 +msgid "" +"We no longer support this version of IE. Please upgrade it to version 10 or " +"above." +msgstr "" + +#: seahub/templates/base_for_backbone.html:58 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/js/templates.html:1804 +#: seahub/templates/sysadmin/base.html:46 +msgid "Notifications" +msgstr "" + +#: seahub/templates/base_for_backbone.html:94 +#, python-format +msgid "Welcome to %(site_name)s" +msgstr "" + +#: seahub/templates/base_for_backbone.html:96 +#, python-format +msgid "" +"%(site_name)s 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/base_for_backbone.html:98 +#, python-format +msgid "" +"%(site_name)s 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/choose_register.html:13 +#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/registration_form.html:11 +msgid "Signup" +msgstr "" + +#: seahub/templates/choose_register.html:14 +msgid "Create a personal account" +msgstr "" + +#: seahub/templates/choose_register.html:15 +msgid "Create an organization account" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:9 +#: seahub/templates/share_access_validation.html:13 +msgid "Password: " +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:24 +#: seahub/templates/share_access_validation.html:29 +msgid "Please enter the password." +msgstr "" + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:88 +#: seahub/templates/js/sysadmin-templates.html:521 +#: seahub/templates/js/templates.html:190 +#: seahub/templates/js/templates.html:196 +#: seahub/templates/js/templates.html:338 +#: seahub/templates/js/templates.html:401 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:573 +#: seahub/templates/js/templates.html:636 +#: seahub/templates/js/templates.html:662 +#: seahub/templates/repo_history_view.html:79 +#: seahub/templates/shared_file_view.html:40 +#: seahub/templates/shared_file_view.html:69 +#: seahub/templates/sysadmin/userinfo.html:223 +#: seahub/templates/view_file_base.html:67 +#: seahub/templates/view_file_base.html:149 +#: seahub/templates/view_history_file.html:23 +#: seahub/templates/view_history_file.html:34 +#: seahub/templates/view_shared_dir.html:72 +#: seahub/templates/view_shared_dir.html:73 +#: seahub/templates/view_shared_dir.html:104 +#: seahub/templates/view_shared_dir.html:105 +#: seahub/templates/view_shared_dir.html:122 +#: seahub/templates/view_shared_dir.html:156 +msgid "Download" +msgstr "" + +#: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 +#: seahub/templates/js/templates.html:485 +#: seahub/templates/js/templates.html:585 +msgid "Access Log" +msgstr "" + +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "" + +#: seahub/templates/file_access.html:25 +#: seahub/templates/js/sysadmin-templates.html:181 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:676 +#: seahub/templates/js/templates.html:803 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1685 +#: seahub/templates/sysadmin/settings.html:29 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 +msgid "User" +msgstr "" + +#: seahub/templates/file_access.html:26 +#: seahub/templates/sysadmin/sys_invitations_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:207 +msgid "Type" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:184 +#: seahub/templates/js/sysadmin-templates.html:235 +#: seahub/templates/libraries.html:189 +msgid "IP" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:183 +#: seahub/templates/libraries.html:188 +msgid "Device Name" +msgstr "" + +#: seahub/templates/file_access.html:28 +msgid "Date" +msgstr "" + +#: seahub/templates/file_access.html:38 +msgid "Anonymous User" +msgstr "" + +#: seahub/templates/file_access.html:56 +#: seahub/templates/js/sysadmin-templates.html:197 +#: seahub/templates/js/sysadmin-templates.html:331 +#: seahub/templates/js/sysadmin-templates.html:437 +#: seahub/templates/js/sysadmin-templates.html:559 +#: seahub/templates/js/sysadmin-templates.html:867 +#: seahub/templates/repo_history.html:78 +#: seahub/templates/snippets/admin_paginator.html:4 +#: seahub/templates/sysadmin/sys_publink_admin.html:33 +#: seahub/templates/sysadmin/sys_trafficadmin.html:30 +#: seahub/templates/sysadmin/useradmin_paginator.html:4 +msgid "Previous" +msgstr "" + +#: seahub/templates/file_access.html:59 +#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:332 +#: seahub/templates/js/sysadmin-templates.html:438 +#: seahub/templates/js/sysadmin-templates.html:560 +#: seahub/templates/js/sysadmin-templates.html:868 +#: seahub/templates/repo_history.html:81 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/templates/sysadmin/sys_publink_admin.html:36 +#: seahub/templates/sysadmin/sys_trafficadmin.html:33 +#: seahub/templates/sysadmin/useradmin_paginator.html:7 +msgid "Next" +msgstr "" + +#: seahub/templates/file_access.html:64 +#: seahub/templates/snippets/admin_paginator.html:12 +#: seahub/templates/sysadmin/sys_publink_admin.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:38 +#: seahub/templates/sysadmin/useradmin_paginator.html:12 +msgid "Per page: " +msgstr "" + +#: seahub/templates/file_access.html:83 +msgid "This file has (apparently) not been accessed yet" +msgstr "" + +#: seahub/templates/file_edit.html:91 +#: seahub/templates/repo_dir_recycle_view.html:21 +#: seahub/templates/repo_history_view.html:40 +#: seahub/templates/shared_file_view.html:19 +#: seahub/templates/view_shared_dir.html:20 +msgid "Current path: " +msgstr "" + +#: seahub/templates/file_edit.html:101 +msgid "Draft saved." +msgstr "" + +#: seahub/templates/file_edit.html:130 +#: seahub/templates/js/sysadmin-templates.html:236 +#: seahub/templates/js/templates.html:1157 +#: seahub/templates/js/templates.html:1951 +#: seahub/templates/js/templates.html:1986 +#: seahub/templates/sysadmin/settings.html:104 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:11 +msgid "Library" +msgstr "" + +#: seahub/templates/file_edit.html:130 +msgid "is encrypted" +msgstr "" + +#: seahub/templates/file_edit.html:133 +msgid "The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/file_edit.html:142 +msgid "Choose a file" +msgstr "" + +#: seahub/templates/file_edit.html:150 +msgid "Please choose a file." +msgstr "" + +#: seahub/templates/file_edit.html:158 +msgid "Draft Available" +msgstr "" + +#: seahub/templates/file_edit.html:159 +msgid "There's a saved draft for this file, would you like to load it?" +msgstr "" + +#: seahub/templates/file_edit.html:160 +msgid "Load" +msgstr "" + +#: seahub/templates/file_edit.html:161 +msgid "Discard" +msgstr "" + +#: seahub/templates/file_edit.html:174 +msgid "Failed to save draft, exceeded max quota" +msgstr "" + +#: seahub/templates/file_edit.html:243 +msgid "Draft successfully loaded" +msgstr "" + +#: seahub/templates/file_edit.html:361 +msgid "Please check the network." +msgstr "" + +#: seahub/templates/file_edit.html:405 +msgid "Bold" +msgstr "" + +#: seahub/templates/file_edit.html:406 +msgid "Italic" +msgstr "" + +#: seahub/templates/file_edit.html:407 +msgid "Heading 1" +msgstr "" + +#: seahub/templates/file_edit.html:408 +msgid "Heading 2" +msgstr "" + +#: seahub/templates/file_edit.html:409 +msgid "Heading 3" +msgstr "" + +#: seahub/templates/file_edit.html:410 +msgid "Heading 4" +msgstr "" + +#: seahub/templates/file_edit.html:411 +msgid "Unordered list" +msgstr "" + +#: seahub/templates/file_edit.html:412 +msgid "Ordered list" +msgstr "" + +#: seahub/templates/file_edit.html:413 +msgid "Horizontal rule" +msgstr "" + +#: seahub/templates/file_edit.html:414 seahub/templates/file_edit.html:432 +msgid "Link" +msgstr "" + +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1651 +#: seahub/templates/repo_history_view.html:74 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +#: seahub/templates/sysadmin/userinfo.html:215 +#: seahub/templates/view_shared_dir.html:84 +#: seahub/templates/view_shared_dir.html:86 +#: seahub/templates/view_shared_dir.html:89 +msgid "File" +msgstr "" + +#: seahub/templates/file_edit.html:416 seahub/templates/file_edit.html:438 +msgid "Image" +msgstr "" + +#: seahub/templates/file_edit.html:417 seahub/templates/file_edit.html:444 +msgid "Table" +msgstr "" + +#: seahub/templates/file_edit.html:418 +msgid "Undo(Ctrl+Z)" +msgstr "" + +#: seahub/templates/file_edit.html:419 +msgid "Redo(Ctrl+Y)" +msgstr "" + +#: seahub/templates/file_edit.html:420 +msgid "Close live preview" +msgstr "" + +#: seahub/templates/file_edit.html:421 +msgid "Live preview" +msgstr "" + +#: seahub/templates/file_edit.html:422 +msgid "Fullscreen" +msgstr "" + +#: seahub/templates/file_edit.html:434 seahub/templates/file_edit.html:440 +msgid "Title" +msgstr "" + +#: seahub/templates/file_edit.html:435 seahub/templates/file_edit.html:441 +msgid "Please enter URL." +msgstr "" + +#: seahub/templates/file_edit.html:445 +msgid "Cells" +msgstr "" + +#: seahub/templates/file_edit.html:446 +msgid "Align" +msgstr "" + +#: seahub/templates/file_edit.html:447 +msgid "Rows" +msgstr "" + +#: seahub/templates/file_edit.html:448 +msgid "Columns" +msgstr "" + +#: seahub/templates/file_edit.html:449 +#: seahub/templates/sysadmin/sys_useradmin.html:49 +#: seahub/templates/sysadmin/useradmin_table.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/views/sysadmin.py:339 +msgid "Default" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align left" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align center" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align right" +msgstr "" + +#: seahub/templates/file_edit.html:494 +msgid "Submit failed. Please check the network." +msgstr "" + +#: seahub/templates/file_edit.html:514 +msgid "Password is required." +msgstr "" + +#: seahub/templates/file_revisions.html:5 +#: seahub/templates/js/templates.html:257 +#: seahub/templates/js/templates.html:482 +#: seahub/templates/js/templates.html:582 +#: seahub/templates/js/templates.html:645 seahub/templates/repo_history.html:5 +#: seahub/templates/view_file_base.html:59 +msgid "History" +msgstr "" + +#: seahub/templates/file_revisions.html:14 +#, python-format +msgid "%(u_filename)s Version History" +msgstr "" + +#: seahub/templates/file_revisions.html:16 +#: seahub/templates/repo_dir_recycle_view.html:15 +#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history_view.html:16 +#: seahub/templates/sysadmin/sys_inst_info_base.html:16 +#: seahub/templates/text_diff.html:15 +msgid "Back" +msgstr "" + +#: seahub/templates/file_revisions.html:21 +msgid "" +"Tip: a new version will be generated after each modification, and you can " +"restore the file to a previous version." +msgstr "" + +#: seahub/templates/file_revisions.html:36 +#: seahub/templates/file_revisions.html:38 +msgid "a week" +msgstr "" + +#: seahub/templates/file_revisions.html:41 +#: seahub/templates/file_revisions.html:43 +msgid "a month" +msgstr "" + +#: seahub/templates/file_revisions.html:46 +#: seahub/templates/file_revisions.html:48 +#: seahub/templates/repo_dir_recycle_view.html:71 +msgid "all" +msgstr "" + +#: seahub/templates/file_revisions.html:55 +#: seahub/templates/repo_history.html:30 +msgid "Modifier" +msgstr "" + +#: seahub/templates/file_revisions.html:64 +msgid "(current version)" +msgstr "" + +#: seahub/templates/file_revisions.html:68 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "" + +#: seahub/templates/file_revisions.html:85 +#: seahub/templates/js/sysadmin-templates.html:454 +#: seahub/templates/repo_history_view.html:51 +#: seahub/templates/repo_history_view.html:68 +#: seahub/templates/repo_history_view.html:78 +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "" + +#: seahub/templates/file_revisions.html:89 +#: seahub/templates/js/templates.html:2016 +#: seahub/templates/js/templates.html:2027 +msgid "View" +msgstr "" + +#: seahub/templates/file_revisions.html:91 +msgid "Diff" +msgstr "" + +#: seahub/templates/file_revisions.html:114 +#, python-brace-format +msgid "Successfully restored {filename}" +msgstr "" + +#: seahub/templates/finish_payment.html:8 +msgid "Plan" +msgstr "" + +#: seahub/templates/home_base.html:9 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/templates.html:889 +msgid "Files" +msgstr "" + +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:274 +#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:893 seahub/templates/libraries.html:13 +msgid "My Libraries" +msgstr "" + +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:898 seahub/templates/libraries.html:29 +msgid "Shared with me" +msgstr "" + +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:272 +#: seahub/templates/js/templates.html:903 seahub/templates/libraries.html:44 +msgid "Shared with all" +msgstr "" + +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:909 +#: seahub/templates/js/templates.html:926 +#: seahub/templates/js/templates.html:929 +msgid "Shared with groups" +msgstr "" + +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:911 +#: seahub/templates/js/templates.html:933 +msgid "All Groups" +msgstr "" + +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:946 +msgid "Tools" +msgstr "" + +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:955 +#: seahub/templates/libraries.html:164 +msgid "Favorites" +msgstr "" + +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:959 +msgid "Activities" +msgstr "" + +#: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 +#: seahub/templates/js/templates.html:967 +#: seahub/templates/js/templates.html:1021 +#: seahub/templates/wiki/personal_wiki.html:6 +#: seahub/templates/wiki/personal_wiki_pages.html:6 +msgid "Personal Wiki" +msgstr "" + +#: seahub/templates/home_base.html:48 seahub/templates/js/templates.html:973 +#: seahub/templates/libraries.html:183 +msgid "Linked Devices" +msgstr "" + +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:977 +#: seahub/templates/js/templates.html:2041 +#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/templates.html:2079 +msgid "Invite People" +msgstr "" + +#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:982 +msgid "Share Admin" +msgstr "" + +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:989 +#: seahub/templates/js/templates.html:1910 +msgid "Folders" +msgstr "" + +#: seahub/templates/home_base.html:62 +#: seahub/templates/js/sysadmin-templates.html:43 +#: seahub/templates/js/templates.html:994 +#: seahub/templates/js/templates.html:998 +#: seahub/templates/sysadmin/base.html:49 +msgid "Links" +msgstr "" + +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1010 +msgid "Enable Modules" +msgstr "" + +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:216 +msgid "Upload Folder" +msgstr "" + +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:718 +#: seahub/templates/snippets/file_share_popup.html:25 +msgid "Add auto expiration" +msgstr "" + +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:721 +#: seahub/templates/snippets/file_share_popup.html:28 +msgid "Days" +msgstr "" + +#: seahub/templates/i18n.html:9 seahub/templates/sysadmin/userinfo.html:26 +msgid "Shared Links" +msgstr "" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "" + +#: seahub/templates/i18n.html:12 seahub/templates/sysadmin/userinfo.html:25 +msgid "Shared Libs" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:5 +#: seahub/templates/js/sysadmin-templates.html:506 +#: seahub/templates/js/templates.html:229 +msgid "New Folder" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:48 +msgid "Current Library" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:55 +msgid "Other Libraries" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:66 +#: seahub/templates/shared_file_view.html:57 +msgid "Please click and choose a directory." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:85 +msgid "File Upload" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:92 +#: seahub/templates/view_shared_upload_link.html:30 +msgid "Cancel All" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:96 +#: seahub/templates/view_shared_upload_link.html:48 +msgid "Saving..." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:106 +msgid "This library is password protected" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:110 +msgid "*The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "A file with the same name already exists in this folder." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "Replacing it will overwrite its content." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:119 +msgid "Replace" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:120 +msgid "Don't replace" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:11 +#: seahub/templates/sysadmin/base.html:19 +msgid "Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:29 +#: seahub/templates/js/sysadmin-templates.html:156 +#: seahub/templates/sysadmin/base.html:37 +msgid "Organizations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:35 +#: seahub/templates/sysadmin/base.html:42 +msgid "Institutions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:47 +#: seahub/templates/sysadmin/base.html:53 +msgid "Traffic" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/sysadmin/base.html:58 +msgid "Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:57 +#: seahub/templates/sysadmin/base.html:63 +msgid "Virus Scan" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:62 +#: seahub/templates/sysadmin/base.html:68 +msgid "Invitations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:67 +#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/sysadmin/sys_terms_admin.html:8 +msgid "Terms and Conditions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:72 +#: seahub/templates/js/sysadmin-templates.html:851 +#: seahub/templates/sysadmin/base.html:78 +msgid "Admin Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:80 +msgid "Search libraries by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:85 +msgid "Search libraries by owner..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:91 +msgid "Search groups by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:107 +msgid "System Info" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:109 +msgid "Professional Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:111 +msgid "licensed to" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:113 +msgid "expires on" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:116 +msgid "Community Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:117 +msgid "Upgrade to Pro Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:124 +msgid "Storage Used" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Total Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Current Connected Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:131 +msgid "Limits" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:166 +#: seahub/templates/js/sysadmin-templates.html:219 +msgid "Desktop" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:169 +#: seahub/templates/js/sysadmin-templates.html:222 +msgid "Mobile" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:173 +#: seahub/templates/js/sysadmin-templates.html:225 +msgid "Errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/libraries.html:187 +msgid "Platform" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +#: seahub/templates/sysadmin/sys_terms_admin.html:17 +msgid "Version" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:185 +#: seahub/templates/libraries.html:190 +msgid "Last Access" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:194 +msgid "No connected devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:210 +#: seahub/templates/js/templates.html:1795 +msgid "Unlink" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:228 +#: seahub/templates/js/sysadmin-templates.html:309 +#: seahub/templates/repo_dir_recycle_view.html:37 +#: seahub/templates/repo_dir_recycle_view.html:65 +msgid "Clean" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +msgid "Device" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:246 +msgid "No sync errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:299 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/sysadmin/sys_org_admin.html:14 +msgid "All" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:302 +#: seahub/templates/js/sysadmin-templates.html:483 +msgid "System" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:305 +#: seahub/templates/js/templates.html:255 +#: seahub/templates/js/templates.html:260 +#: seahub/templates/view_trash_file.html:6 +msgid "Trash" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:321 +#: seahub/templates/js/sysadmin-templates.html:354 +msgid "Files / Size" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:364 +#: seahub/templates/js/sysadmin-templates.html:777 +msgid "No libraries" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:340 +msgid "Search Library" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:342 +msgid "Tip: you can search by keyword in name or owner or both." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:392 +#: seahub/templates/js/sysadmin-templates.html:613 +#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:97 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/sysadmin/userinfo.html:149 +msgid "Transfer" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:394 +#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:94 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:341 +#: seahub/templates/js/templates.html:403 +#: seahub/templates/js/templates.html:469 +#: seahub/templates/js/templates.html:575 +#: seahub/templates/js/templates.html:638 +#: seahub/templates/js/templates.html:664 +#: seahub/templates/view_file_base.html:54 +msgid "Share" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:422 +msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:429 +msgid "Deleted Time" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:441 +msgid "No library deleted yet" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:209 +#: seahub/templates/js/templates.html:223 +#: seahub/templates/sysadmin/userinfo.html:232 +msgid "Upload" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:541 +#: seahub/templates/js/sysadmin-templates.html:596 +#: seahub/templates/libraries.html:72 seahub/templates/libraries.html.py:90 +msgid "New Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:542 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 +#: seahub/templates/sysadmin/sys_useradmin.html:28 +msgid "Export Excel" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:551 +#: seahub/templates/js/sysadmin-templates.html:582 +msgid "Created At" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:563 +#: seahub/templates/js/sysadmin-templates.html:590 +msgid "No groups" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:569 +msgid "Search Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:571 +msgid "Tip: you can search by keyword in name." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:600 +msgid "(If left blank, owner will be admin)" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:666 +#: seahub/templates/js/templates.html:691 +msgid "Share to user" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:667 +#: seahub/templates/js/templates.html:692 +msgid "Share to group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:677 +#: seahub/templates/js/sysadmin-templates.html:704 +#: seahub/templates/js/templates.html:355 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:672 +#: seahub/templates/js/templates.html:804 +#: seahub/templates/js/templates.html:831 +#: seahub/templates/js/templates.html:1102 +#: seahub/templates/js/templates.html:1128 +#: seahub/templates/js/templates.html:1262 +#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1731 +#: seahub/templates/js/templates.html:1863 +#: seahub/templates/js/templates.html:1918 +msgid "Permission" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/templates.html:830 +#: seahub/templates/js/templates.html:1127 +#: seahub/templates/js/templates.html:1729 +msgid "Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:740 +#: seahub/templates/js/templates.html:1048 seahub/templates/libraries.html:131 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:7 +#: seahub/templates/sysadmin/sys_inst_info_user.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:8 +#: seahub/templates/sysadmin/sys_org_info_library.html:8 +#: seahub/templates/sysadmin/sys_org_info_setting.html:8 +#: seahub/templates/sysadmin/sys_org_info_user.html:7 +msgid "Members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:745 +#: seahub/templates/js/sysadmin-templates.html:753 +msgid "Add Member" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:769 +#: seahub/templates/js/templates.html:1238 +msgid "Shared By" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:125 +#: seahub/templates/js/templates.html:148 +#: seahub/templates/js/templates.html:160 +#: seahub/templates/js/templates.html:179 +#: seahub/templates/js/templates.html:1905 +msgid "Unshare" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:815 +msgid "No members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:858 +msgid "Operation" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:859 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "Detail" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:871 +msgid "No Admin Logs" +msgstr "" + +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 +msgid "New Library" +msgstr "" + +#: seahub/templates/js/templates.html:8 +msgid "Template" +msgstr "" + +#: seahub/templates/js/templates.html:10 +msgid "Select a template" +msgstr "" + +#: seahub/templates/js/templates.html:18 +msgid "Share Permission" +msgstr "" + +#: seahub/templates/js/templates.html:29 +msgid "Encrypt" +msgstr "" + +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:1779 +#, python-format +msgid "(at least %(repo_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:713 +#: seahub/templates/js/templates.html:769 +#: seahub/templates/snippets/file_share_popup.html:20 +msgid "Password again" +msgstr "" + +#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:92 +#: seahub/templates/js/templates.html:349 +#: seahub/templates/js/templates.html:362 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:477 +#: seahub/templates/js/templates.html:500 +#: seahub/templates/js/templates.html:571 +msgid "More Operations" +msgstr "" + +#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:96 +#: seahub/templates/js/templates.html:351 +#: seahub/templates/js/templates.html:407 +#: seahub/templates/js/templates.html:479 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:642 +#: seahub/templates/js/templates.html:668 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1431 +msgid "Rename" +msgstr "" + +#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:98 +msgid "History Setting" +msgstr "" + +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:100 +msgid "Change Password" +msgstr "" + +#: seahub/templates/js/templates.html:61 +#: seahub/templates/js/templates.html:103 +msgid "Share Links" +msgstr "" + +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:106 +msgid "Folder Permission" +msgstr "" + +#: seahub/templates/js/templates.html:71 +#: seahub/templates/js/templates.html:113 +msgid "Broken (please contact your administrator to fix this library)" +msgstr "" + +#: seahub/templates/js/templates.html:187 +#: seahub/templates/js/templates.html:352 +#: seahub/templates/js/templates.html:408 +#: seahub/templates/js/templates.html:480 +#: seahub/templates/js/templates.html:580 +#: seahub/templates/js/templates.html:643 +#: seahub/templates/js/templates.html:669 +msgid "Move" +msgstr "" + +#: seahub/templates/js/templates.html:188 +#: seahub/templates/js/templates.html:195 +#: seahub/templates/js/templates.html:353 +#: seahub/templates/js/templates.html:364 +#: seahub/templates/js/templates.html:409 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:481 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:581 +#: seahub/templates/js/templates.html:597 +#: seahub/templates/js/templates.html:644 +#: seahub/templates/js/templates.html:670 +msgid "Copy" +msgstr "" + +#: seahub/templates/js/templates.html:212 +msgid "Upload Files" +msgstr "" + +#: seahub/templates/js/templates.html:223 +msgid "Out of quota" +msgstr "" + +#: seahub/templates/js/templates.html:226 +msgid "New" +msgstr "" + +#: seahub/templates/js/templates.html:230 +msgid "New File" +msgstr "" + +#: seahub/templates/js/templates.html:233 +msgid "New Markdown File" +msgstr "" + +#: seahub/templates/js/templates.html:234 +msgid "New Excel File" +msgstr "" + +#: seahub/templates/js/templates.html:235 +msgid "New PowerPoint File" +msgstr "" + +#: seahub/templates/js/templates.html:236 +msgid "New Word File" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/view_shared_dir.html:33 +#: seahub/templates/view_shared_dir.html:35 +msgid "List" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "list view" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:37 +#: seahub/templates/view_shared_dir.html:39 +#: seahub/templates/view_shared_dir.html:41 +msgid "Grid" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "grid view" +msgstr "" + +#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:316 +#: seahub/templates/js/templates.html:1216 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1235 +#: seahub/templates/js/templates.html:1249 +msgid "Actions" +msgstr "" + +#: seahub/templates/js/templates.html:312 +#: seahub/templates/js/templates.html:1225 +#: seahub/templates/js/templates.html:1245 +msgid "Sort:" +msgstr "" + +#: seahub/templates/js/templates.html:314 +#: seahub/templates/js/templates.html:1227 +#: seahub/templates/js/templates.html:1247 +msgid "last update" +msgstr "" + +#: seahub/templates/js/templates.html:357 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:495 +#: seahub/templates/js/templates.html:595 +#: seahub/templates/js/templates.html:655 +#: seahub/templates/js/templates.html:674 +msgid "Open via Client" +msgstr "" + +#: seahub/templates/js/templates.html:433 +#: seahub/templates/js/templates.html:528 +#: seahub/templates/view_file_base.html:21 +msgid "starred" +msgstr "" + +#: seahub/templates/js/templates.html:435 +#: seahub/templates/js/templates.html:530 +#: seahub/templates/view_file_base.html:23 +msgid "unstarred" +msgstr "" + +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:546 +#: seahub/templates/js/templates.html:615 +#: seahub/templates/view_file_base.html:27 +msgid "locked" +msgstr "" + +#: seahub/templates/js/templates.html:489 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:649 +#: seahub/templates/view_file_base.html:45 +#: seahub/templates/view_file_base.html:47 +msgid "Unlock" +msgstr "" + +#: seahub/templates/js/templates.html:492 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:652 +#: seahub/templates/view_file_base.html:44 +#: seahub/templates/view_file_base.html:48 +msgid "Lock" +msgstr "" + +#: seahub/templates/js/templates.html:513 +#: seahub/templates/js/templates.html:563 +msgid "Fetch failed" +msgstr "" + +#: seahub/templates/js/templates.html:684 +#: seahub/templates/snippets/file_share_popup.html:6 +msgid "Download Link" +msgstr "" + +#: seahub/templates/js/templates.html:688 +msgid "Upload Link" +msgstr "" + +#: seahub/templates/js/templates.html:704 +#: seahub/templates/js/templates.html:760 +#: seahub/templates/snippets/file_share_popup.html:15 +msgid "Add password protection" +msgstr "" + +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/snippets/file_share_popup.html:18 +#, python-format +msgid "(at least %(share_link_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:710 +#: seahub/templates/js/templates.html:766 +#: seahub/templates/sysadmin/sys_org_info_user.html:74 +#: seahub/templates/sysadmin/sys_org_info_user.html:98 +#: seahub/templates/sysadmin/sys_useradmin.html:56 +#: seahub/templates/sysadmin/sys_useradmin.html:137 +msgid "Show" +msgstr "" + +#: seahub/templates/js/templates.html:711 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/sysadmin/sys_org_info_user.html:75 +#: seahub/templates/sysadmin/sys_useradmin.html:57 +msgid "Generate a random password" +msgstr "" + +#: seahub/templates/js/templates.html:725 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/snippets/file_share_popup.html:33 +msgid "Generate" +msgstr "" + +#: seahub/templates/js/templates.html:729 +#: seahub/templates/snippets/file_share_popup.html:35 +msgid "Link: " +msgstr "" + +#: seahub/templates/js/templates.html:732 +msgid "Direct Download Link: " +msgstr "" + +#: seahub/templates/js/templates.html:736 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/snippets/file_share_popup.html:36 +msgid "Send" +msgstr "" + +#: seahub/templates/js/templates.html:739 +#: seahub/templates/js/templates.html:780 +#: seahub/templates/snippets/file_share_popup.html:40 +msgid "Send to:" +msgstr "" + +#: seahub/templates/js/templates.html:740 +#: seahub/templates/js/templates.html:781 +#: seahub/templates/snippets/file_share_popup.html:41 +msgid "Emails, Seperated by ','" +msgstr "" + +#: seahub/templates/js/templates.html:741 +#: seahub/templates/js/templates.html:782 +#: seahub/templates/snippets/file_share_popup.html:45 +msgid "Message (optional):" +msgstr "" + +#: seahub/templates/js/templates.html:746 +#: seahub/templates/js/templates.html:787 +#: seahub/templates/snippets/file_share_popup.html:50 +msgid "Sending..." +msgstr "" + +#: seahub/templates/js/templates.html:756 +msgid "" +"You can share the generated link to others and then they can upload files to" +" this directory via the link." +msgstr "" + +#: seahub/templates/js/templates.html:776 +msgid "Upload Link: " +msgstr "" + +#: seahub/templates/js/templates.html:864 +#: seahub/templates/js/templates.html:881 +msgid "Leave Share" +msgstr "" + +#: seahub/templates/js/templates.html:1044 +msgid "Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1049 +msgid "Discussion" +msgstr "" + +#: seahub/templates/js/templates.html:1093 +#: seahub/templates/js/templates.html:1675 +msgid "User Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1676 +msgid "Group Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1156 +#: seahub/templates/js/templates.html:1162 +msgid "File Name" +msgstr "" + +#: seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1193 +msgid "icon" +msgstr "" + +#: seahub/templates/js/templates.html:1185 +#: seahub/templates/js/templates.html:1207 +msgid "Unstar" +msgstr "" + +#: seahub/templates/js/templates.html:1214 +#: seahub/templates/js/templates.html:1223 +#: seahub/templates/js/templates.html:1233 +#: seahub/templates/js/templates.html:1243 +msgid "Library Type" +msgstr "" + +#: seahub/templates/js/templates.html:1254 +msgid "Select libraries to share" +msgstr "" + +#: seahub/templates/js/templates.html:1303 +#: seahub/templates/repo_history.html:41 +msgid "Details" +msgstr "" + +#: seahub/templates/js/templates.html:1311 +msgid "Created library" +msgstr "" + +#: seahub/templates/js/templates.html:1315 +msgid "Deleted library" +msgstr "" + +#: seahub/templates/js/templates.html:1322 +#: seahub/templates/snippets/list_commit_detail.html:10 +msgid "Modification Details" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this library" +msgstr "" + +#: seahub/templates/js/templates.html:1338 +#: seahub/templates/snippets/search_form.html:7 +#: seahub/templates/snippets/search_form.html:13 +msgid "Search Files" +msgstr "" + +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/snippets/search_form.html:9 +msgid "advanced" +msgstr "" + +#: seahub/templates/js/templates.html:1358 +#: seahub/templates/js/templates.html:1375 seahub/templates/libraries.html:108 +msgid "No library is shared to this group" +msgstr "" + +#: seahub/templates/js/templates.html:1383 +msgid "owner" +msgstr "" + +#: seahub/templates/js/templates.html:1385 +msgid "admin" +msgstr "" + +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/view_file_base.html:125 +msgid "Reply" +msgstr "" + +#: seahub/templates/js/templates.html:1416 +#: seahub/templates/js/templates.html:1434 +msgid "Add Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1418 +#: seahub/templates/js/templates.html:1436 +msgid "Remove Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1423 +#: seahub/templates/js/templates.html:1441 +msgid "Import Members" +msgstr "" + +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1442 +msgid "Manage Members" +msgstr "" + +#: seahub/templates/js/templates.html:1427 +msgid "Dismiss" +msgstr "" + +#: seahub/templates/js/templates.html:1446 +msgid "Leave group" +msgstr "" + +#: seahub/templates/js/templates.html:1453 +msgid "Rename Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1462 +msgid "Transfer Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1470 +msgid "Import group members from a CSV file" +msgstr "" + +#: seahub/templates/js/templates.html:1472 +msgid "File format: user@mail.com" +msgstr "" + +#: seahub/templates/js/templates.html:1482 +#: seahub/templates/sysadmin/sys_inst_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:9 +msgid "Add" +msgstr "" + +#: seahub/templates/js/templates.html:1562 +msgid "Setting library history is disabled by Admin" +msgstr "" + +#: seahub/templates/js/templates.html:1567 +msgid "Keep full history" +msgstr "" + +#: seahub/templates/js/templates.html:1573 +msgid "Don't keep history" +msgstr "" + +#: seahub/templates/js/templates.html:1579 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/js/templates.html:1580 +msgid "days" +msgstr "" + +#: seahub/templates/js/templates.html:1597 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1972 +msgid "Download Links" +msgstr "" + +#: seahub/templates/js/templates.html:1600 +#: seahub/templates/js/templates.html:1940 +#: seahub/templates/js/templates.html:1976 +msgid "Upload Links" +msgstr "" + +#: seahub/templates/js/templates.html:1612 +#: seahub/templates/js/templates.html:1631 +msgid "Created By" +msgstr "" + +#: seahub/templates/js/templates.html:1614 +#: seahub/templates/js/templates.html:1633 +#: seahub/templates/js/templates.html:1952 +#: seahub/templates/js/templates.html:1987 +#: seahub/templates/sysadmin/userinfo.html:208 +msgid "Visits" +msgstr "" + +#: seahub/templates/js/templates.html:1648 +#: seahub/templates/sysadmin/userinfo.html:219 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/view_shared_dir.html:64 +msgid "Directory icon" +msgstr "" + +#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2028 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/sys_inst_admin.html:36 +#: seahub/templates/sysadmin/sys_publink_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:226 +#: seahub/templates/sysadmin/userinfo.html:235 +msgid "Remove" +msgstr "" + +#: seahub/templates/js/templates.html:1686 +#: seahub/templates/js/templates.html:1730 +msgid "Folder" +msgstr "" + +#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/templates.html:1716 +#: seahub/templates/js/templates.html:1743 +#: seahub/templates/js/templates.html:1762 +msgid "Select a folder" +msgstr "" + +#: seahub/templates/js/templates.html:1777 +msgid "Old Password" +msgstr "" + +#: seahub/templates/js/templates.html:1779 +#: seahub/templates/registration/password_change_form.html:18 +msgid "New Password" +msgstr "" + +#: seahub/templates/js/templates.html:1781 +msgid "New Password Again" +msgstr "" + +#: seahub/templates/js/templates.html:1810 +msgid "See All Notifications" +msgstr "" + +#: seahub/templates/js/templates.html:1862 +#: seahub/templates/js/templates.html:1917 +msgid "Share To" +msgstr "" + +#: seahub/templates/js/templates.html:1871 +msgid "You have not shared any library" +msgstr "" + +#: seahub/templates/js/templates.html:1872 +msgid "" +"You can share libraries to your friends and colleagues by clicking the share" +" icon of your own libraries in your home page or creating a new library in " +"groups you are in." +msgstr "" + +#: seahub/templates/js/templates.html:1885 +msgid "all members" +msgstr "" + +#: seahub/templates/js/templates.html:1926 +msgid "You have not shared any folder" +msgstr "" + +#: seahub/templates/js/templates.html:1927 +msgid "" +"You can share a single folder with a registered user if you don't want to " +"share a whole library." +msgstr "" + +#: seahub/templates/js/templates.html:1953 +#: seahub/templates/js/templates.html:2050 +msgid "Expiration" +msgstr "" + +#: seahub/templates/js/templates.html:1961 +msgid "You don't have any download link" +msgstr "" + +#: seahub/templates/js/templates.html:1962 +msgid "" +"You can generate a download link for a folder or a file. People receive this" +" link can view the folder or the file online." +msgstr "" + +#: seahub/templates/js/templates.html:1995 +msgid "You don't have any upload link" +msgstr "" + +#: seahub/templates/js/templates.html:1996 +msgid "" +"You can generate an upload link from any folder. People receive this link " +"can upload files to this folder." +msgstr "" + +#: seahub/templates/js/templates.html:2049 +msgid "Invite Time" +msgstr "" + +#: seahub/templates/js/templates.html:2051 +msgid "Accepted" +msgstr "" + +#: seahub/templates/js/templates.html:2059 +msgid "You have not invited any people." +msgstr "" + +#: seahub/templates/libraries.html:21 +msgid "You have not created any libraries" +msgstr "" + +#: seahub/templates/libraries.html:22 +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/libraries.html:35 +msgid "No library is shared to you personally" +msgstr "" + +#: seahub/templates/libraries.html:36 +msgid "" +"No library is shared to you personally. You can find more shared libraries " +"at \"Shared with groups\"." +msgstr "" + +#: seahub/templates/libraries.html:47 +msgid "Add Library" +msgstr "" + +#: seahub/templates/libraries.html:49 +msgid "Share existing libraries" +msgstr "" + +#: seahub/templates/libraries.html:50 +msgid "Create a new library" +msgstr "" + +#: seahub/templates/libraries.html:61 +msgid "No public library" +msgstr "" + +#: seahub/templates/libraries.html:62 +msgid "" +"You can create a public library by clicking \"New Library\" button, others " +"can view and download this library." +msgstr "" + +#: seahub/templates/libraries.html:70 +msgid "My Groups" +msgstr "" + +#: seahub/templates/libraries.html:78 +msgid "You are not in any group" +msgstr "" + +#: seahub/templates/libraries.html:80 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. You can create a group by clicking \"New Group\" button." +msgstr "" + +#: seahub/templates/libraries.html:82 +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/templates/libraries.html:109 +msgid "" +"You can share libraries by clicking the \"New Library\" button above or the " +"\"Share\" icon on your libraries list." +msgstr "" + +#: seahub/templates/libraries.html:110 +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/templates/libraries.html:143 +msgid "Discussions" +msgstr "" + +#: seahub/templates/libraries.html:147 +msgid "More..." +msgstr "" + +#: seahub/templates/libraries.html:149 +msgid "No discussion in this group yet." +msgstr "" + +#: seahub/templates/libraries.html:156 +msgid "Add a discussion..." +msgstr "" + +#: seahub/templates/libraries.html:171 +msgid "You don't have any starred files yet" +msgstr "" + +#: seahub/templates/libraries.html:172 +msgid "" +"You can star important files by clicking the \"Star\" button on file viewing" +" page, and they will be listed here." +msgstr "" + +#: seahub/templates/libraries.html:198 +msgid "You do not have connected devices" +msgstr "" + +#: seahub/templates/libraries.html:199 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "" + +#: seahub/templates/nav_footer.html:2 +msgid "Help" +msgstr "" + +#: seahub/templates/nav_footer.html:3 +msgid "About" +msgstr "" + +#: seahub/templates/nav_footer.html:4 +msgid "Clients" +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Server Version: " +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Seafile" +msgstr "" + +#: seahub/templates/nav_footer.html:9 +msgid "About Us" +msgstr "" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:46 +msgid "Sign Up" +msgstr "" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:8 +#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:25 +#: seahub/templates/sysadmin/user_batch_add_email.html:21 +msgid "Log In" +msgstr "" + +#: seahub/templates/registration/login.html:13 +msgid "(forgot password)" +msgstr "" + +#: seahub/templates/registration/login.html:16 +msgid "CAPTCHA" +msgstr "" + +#: seahub/templates/registration/login.html:18 +msgid "Not clear? Refresh it." +msgstr "" + +#: seahub/templates/registration/login.html:29 +msgid "Incorrect email or password" +msgstr "" + +#: seahub/templates/registration/login.html:37 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "" + +#: seahub/templates/registration/login.html:50 +#: seahub/templates/sysadmin/sudo_mode.html:20 +msgid "Shibboleth" +msgstr "" + +#: seahub/templates/registration/login.html:54 +msgid "Kerberos" +msgstr "" + +#: seahub/templates/registration/login.html:81 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "" + +#: seahub/templates/registration/login.html:88 +msgid "Email or username cannot be blank" +msgstr "" + +#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/password_change_form.html:66 +#: seahub/templates/registration/registration_form.html:88 +#: seahub/templates/sysadmin/sudo_mode.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:133 +#: seahub/templates/sysadmin/sys_useradmin.html:173 +msgid "Password cannot be blank" +msgstr "" + +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "" + +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "" + +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:11 +msgid "Password Modification" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:14 +msgid "Please update your password before continue." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:16 +msgid "Current Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:21 +#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:18 +#: seahub/templates/sysadmin/sys_org_admin.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:77 +#: seahub/templates/sysadmin/sys_useradmin.html:59 +msgid "Confirm Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:36 +#: seahub/templates/registration/registration_form.html:58 +#, python-format +msgid "" +"Passwords must have at least %(min_len)s characters and contain %(level)s of" +" the following: uppercase letters, lowercase letters, numbers, and symbols." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:62 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:70 +#: seahub/templates/registration/registration_form.html:92 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:142 +#: seahub/templates/sysadmin/sys_org_admin.html:94 +#: seahub/templates/sysadmin/sys_org_info_user.html:137 +#: seahub/templates/sysadmin/sys_useradmin.html:177 +msgid "Please enter the password again" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:74 +#: seahub/templates/registration/registration_form.html:96 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:146 +msgid "Passwords don't match" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:7 +#: seahub/templates/sysadmin/sys_org_info_user.html:205 +#: seahub/templates/sysadmin/useradmin_js.html:8 +msgid "Password Reset" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:11 +msgid "Reset Password" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:13 +msgid "New Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:16 +msgid "Confirm Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:26 +msgid "Failed to reset password: this link is no longer available." +msgstr "" + +#: seahub/templates/registration/password_reset_done.html:8 +msgid "We've sent a password reset email to your mailbox." +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:9 +msgid "Your email used in login: " +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:12 +msgid "We will send you an email to set new password" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "" + +#: seahub/templates/registration/registration_form.html:3 +msgid "Register" +msgstr "" + +#: seahub/templates/registration/registration_form.html:14 +msgid "Welcome back, you are already signed in." +msgstr "" + +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sys_org_info_user.html:129 +#: seahub/templates/sysadmin/sys_useradmin.html:169 +msgid "Email cannot be blank" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:13 +#, python-format +msgid "%(repo_dir_name)s Trash" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:45 +msgid "Delete Time" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:66 +msgid "Clear files in trash and history:" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:68 +msgid "3 days ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:69 +msgid "1 week ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:70 +msgid "1 month ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:169 +msgid "Successfully restored 1 item." +msgstr "" + +#: seahub/templates/repo_history.html:14 +#, python-format +msgid "%(repo_name)s Modification History" +msgstr "" + +#: seahub/templates/repo_history.html:23 +msgid "" +"Tip: a snapshot will be generated after modification, which records the " +"library state after the modification." +msgstr "" + +#: seahub/templates/repo_history.html:50 +msgid "None" +msgstr "" + +#: seahub/templates/repo_history.html:66 +msgid "Current Version" +msgstr "" + +#: seahub/templates/repo_history.html:68 +msgid "View Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:13 +#, python-format +msgid "%(repo_name)s Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:65 +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Directory" +msgstr "" + +#: seahub/templates/repo_history_view.html:89 +msgid "Restore Library" +msgstr "" + +#: seahub/templates/repo_history_view.html:90 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: seahub/templates/repo_history_view.html:114 +#, python-brace-format +msgid "Successfully restored {dirent_name}" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/directory." +msgstr "" + +#: seahub/templates/shared_file_view.html:12 +#: seahub/templates/view_shared_dir.html:12 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "" + +#: seahub/templates/shared_file_view.html:29 +#: seahub/templates/view_shared_dir.html:16 +msgid "Shared by: " +msgstr "" + +#: seahub/templates/shared_file_view.html:36 +msgid "Save to..." +msgstr "" + +#: seahub/templates/shared_file_view.html:48 +msgid "Save To:" +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "" + +#: seahub/templates/shibboleth/complete.html:8 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:40 +msgid " is not supported. Please choose an image file." +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:45 +msgid " is not supported. File extensions can only be " +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:52 +msgid " is too large. Allowed maximum size is 1MB." +msgstr "" + +#: seahub/templates/snippets/file_content_js.html:25 +#: seahub/templates/view_file_svg.html:7 +msgid "To view it online, you can use firefox, chrome or IE 9." +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:5 +#: seahub/templates/view_file_markdown.html:24 +#: seahub/templates/view_file_text.html:29 +msgid "Encoding:" +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:8 +#: seahub/templates/view_file_markdown.html:27 +#: seahub/templates/view_file_text.html:32 +msgid "auto detect" +msgstr "" + +#: seahub/templates/snippets/file_share_popup.html:3 +#, python-format +msgid "Share %(name)s" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:23 +msgid "New files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:24 +msgid "Deleted files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:25 +msgid "Renamed or Moved files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:26 +msgid "Modified files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:27 +msgid "New directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:28 +msgid "Deleted directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:38 +msgid "Unknown error." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:73 +#: seahub/templates/snippets/pdfjs_file_viewer.html:31 +msgid "" +"This file has more than 50 pages, and only the first 50 will be shown here." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:84 +#: seahub/templates/snippets/office_convert_js.html:105 +#: seahub/templates/snippets/spreadsheet_convert_js.html:37 +msgid "Document convertion failed." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:87 +msgid "Failed to load this page." +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/pdfjs_file_viewer.html:87 +msgid "" +"You can use IE 10 or other browsers, for example, Firefox, to view it " +"online." +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:38 +msgid "Description is required" +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:46 +#: seahub/templates/snippets/shared_link_js.html:134 +msgid "Please enter password" +msgstr "" + +#: seahub/templates/snippets/search_form.html:17 +#: seahub/templates/snippets/search_form.html:21 +#: seahub/templates/snippets/search_form.html:24 +msgid "In all libraries" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this wiki" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this library" +msgstr "" + +#: seahub/templates/snippets/search_form.html:22 +#, python-format +msgid "in %(name)s" +msgstr "" + +#: seahub/templates/snippets/search_form.html:30 +#: seahub/templates/snippets/search_form.html:33 +msgid "All file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:31 +#: seahub/templates/snippets/search_form.html:34 +msgid "Custom file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:45 +msgid "Text files" +msgstr "" + +#: seahub/templates/snippets/search_form.html:49 +msgid "Documents" +msgstr "" + +#: seahub/templates/snippets/search_form.html:53 +msgid "Images" +msgstr "" + +#: seahub/templates/snippets/search_form.html:57 +msgid "Video" +msgstr "" + +#: seahub/templates/snippets/search_form.html:61 +msgid "Audio" +msgstr "" + +#: seahub/templates/snippets/search_form.html:65 +msgid "pdf" +msgstr "" + +#: seahub/templates/snippets/search_form.html:69 +msgid "markdown" +msgstr "" + +#: seahub/templates/snippets/search_form.html:72 +msgid "Input file extensions here, separate with ','" +msgstr "" + +#: seahub/templates/snippets/search_form.html:73 +msgid "" +"Please select at least one file type or input at least one file extension" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:61 +msgid "Please input at least an email." +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:84 +#, python-brace-format +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:88 +#, python-brace-format +msgid "Failed to send to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:155 +msgid "Please enter days" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:161 +msgid "Please enter valid days" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:3 +msgid "Used:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:19 +msgid "Traffic this month:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:23 +msgid "Payment" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:5 +#: seahub/templates/sysadmin/sys_org_info_group.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:11 +#: seahub/views/sysadmin.py:1062 +msgid "Creator" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:7 +msgid "Created At / Expiration" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:3 +msgid "Transfer Library" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:4 +#, python-format +msgid "Transfer %(lib_name)s to:" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:18 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:19 +msgid "Please enter 1 or more character" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:20 +msgid "No matches" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:21 +msgid "Searching..." +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:22 +msgid "Loading failed" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:23 +msgid "You cannot select any more choices" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:47 +#: seahub/templates/sysadmin/sys_org_info_library.html:60 +msgid "Delete Library" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:58 +#: seahub/templates/sysadmin/sys_org_info_user.html:190 +msgid "Successfully deleted 1 item." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:11 +msgid "" +"Note: Settings via web interface are saved in database table (seahub-" +"db/constance_config). They have a higher priority over the settings in " +"config files." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:17 +msgid "" +"The URL of the server, like https://seafile.example.com or " +"http://192.168.1.2:8000" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:24 +msgid "" +"The internal URL for downloading/uploading files. Users will not be able to " +"download/upload files if this is not set correctly. If you config Seafile " +"behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " +"https://seafile.example.com/seafhttp ." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:33 +msgid "allow new registrations" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:34 +msgid "" +"Allow new user registrations. Uncheck this to prevent anyone from creating a" +" new account." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:39 +msgid "activate after registration" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:40 +msgid "" +"Activate user immediately after registration. If unchecked, an user need to " +"be activated by administrator or via activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:45 +msgid "send activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:46 +msgid "Send activation Email after user registration." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:51 +msgid "keep sign in" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:52 +msgid "Number of days that keep user sign in." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:57 +msgid "The maximum number of failed login attempts before showing CAPTCHA." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:62 +msgid "Freeze user account when failed login attempts exceed limit." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:72 +msgid "strong password" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:73 +msgid "Force user to use a strong password when sign up or change password." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:78 +msgid "force password change" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:79 +msgid "" +"Force user to change password when account is newly added or reset by admin" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:84 +msgid "password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:85 +msgid "The least number of characters an account password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:90 +msgid "password strength level" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:91 +msgid "" +"The level(1-4) of an account password's strength. For example, '3' means " +"password must have at least 3 of the following: num, upper letter, lower " +"letter and other symbols" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:98 +msgid "enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:99 +msgid "Enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:108 +msgid "library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:109 +msgid "Allow user to keep library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:114 +msgid "encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:115 +msgid "Allow user to create encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:120 +msgid "library password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:121 +msgid "" +"The least number of characters an encrypted library password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:128 +msgid "download/upload link password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:129 +msgid "" +"The least number of characters a download/upload link password should " +"include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:135 +msgid "" +"Allow user to add organization library. If unchecked, only system admin can " +"add library." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:140 +msgid "Sync" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:144 +msgid "" +"If turn on, the desktop clients will not be able to sync a folder outside " +"the default Seafile folder." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:197 +#: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 +#: seahub/views/sysadmin.py:1267 seahub/views/sysadmin.py:2041 +#: seahub/views/sysadmin.py:2083 seahub/views/sysadmin.py:2254 +msgid "Success" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:8 +msgid "Confirm password to continue" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:13 +msgid "Incorrect password" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Tip:" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:9 +msgid "All Institutions" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:17 +msgid "Add institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:60 +#: seahub/templates/sysadmin/sys_org_admin.html:78 +msgid "Name can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:66 +msgid "Delete Institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:8 +#: seahub/templates/sysadmin/sys_inst_info_user.html:8 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:19 +#: seahub/templates/sysadmin/sys_useradmin.html:19 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:19 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:18 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:19 +msgid "Admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:41 +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +#: seahub/templates/sysadmin/useradmin_js.html:13 +#: seahub/templates/sysadmin/useradmin_table.html:102 +msgid "Revoke Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:20 +#: seahub/templates/sysadmin/sys_org_info_base.html:20 +msgid "Number of members" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:29 +msgid "Set storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:31 +#: seahub/templates/sysadmin/sys_org_info_base.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:106 +msgid "Tip: 0 means default limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +msgid "Set Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_search_user.html:48 +#: seahub/templates/sysadmin/sys_org_search.html:19 +#: seahub/templates/sysadmin/user_search.html:23 +msgid "No result" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:7 +msgid "All Invitations" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:12 +msgid "Inviter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:13 +msgid "Accepter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:15 +msgid "Invited at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:16 +msgid "Accepted at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:40 +msgid "There is no invitation yet." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:19 +#: seahub/templates/sysadmin/sys_org_admin.html:23 +msgid "Add organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:27 +msgid "Url Prefix" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:30 +msgid "Owner can use admin panel in an organization, must be a new account." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:49 +msgid "None." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:82 +msgid "Url can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:86 +msgid "Owner can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:90 +msgid "Password can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:98 +#: seahub/templates/sysadmin/sys_org_info_user.html:141 +#: seahub/templates/sysadmin/sys_useradmin.html:181 +msgid "Passwords do not match" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:137 +msgid "Remove Trial" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:138 +#, python-format +msgid "Are you sure you want to remove trial for %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:16 +msgid "Back to organization list" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:22 +msgid "Number of groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:31 +msgid "Set org storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:35 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:91 +#: seahub/templates/sysadmin/useradmin_table.html:114 +#: seahub/templates/sysadmin/userinfo.html:105 +msgid "An integer that is greater than or equal to 0." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:34 +msgid "This organization doesn't have any groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:43 +#: seahub/templates/sysadmin/userinfo.html:432 +msgid "Delete Group" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +msgid "directory icon" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:50 +msgid "This organization doesn't have any libraries" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:16 +msgid "Rename Organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:18 +msgid "New Name" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:24 +msgid "Limit Organization User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:26 +msgid "Max User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:52 +#: seahub/views/sysadmin.py:1261 +msgid "Input should be a number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:55 +#: seahub/views/sysadmin.py:1271 +msgid "Input number should be greater than 0" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:13 +#: seahub/templates/sysadmin/sys_org_info_user.html:64 +#: seahub/templates/sysadmin/sys_useradmin.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:37 +msgid "Add user" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:52 +#: seahub/templates/sysadmin/useradmin_table.html:99 +msgid "ResetPwd" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:68 +#: seahub/templates/sysadmin/sys_useradmin.html:41 +msgid "Name(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:101 +#: seahub/templates/sysadmin/sys_org_info_user.html:115 +#: seahub/templates/sysadmin/sys_useradmin.html:140 +#: seahub/templates/sysadmin/sys_useradmin.html:153 +msgid "Hide" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:206 +#: seahub/templates/sysadmin/useradmin_js.html:9 +#, python-format +msgid "Are you sure you want to reset the password of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_search.html:9 +msgid "Tip: you can search by keyword in name or creator or both." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:13 +msgid "Quota can not be empty" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:7 +msgid "All Public Links" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:15 +msgid "Count" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:18 +#: seahub/templates/sysadmin/sys_terms_admin.html:61 +msgid "Text" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:19 +msgid "Created" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:20 +#: seahub/templates/sysadmin/sys_terms_admin.html:64 +msgid "Activated" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:52 +msgid "Add Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:58 +msgid "Version Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:66 +msgid "On" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:68 +msgid "Off" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:131 +msgid "Update Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:8 +msgid "User Traffic" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Month:" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:18 +msgid "Total Usage" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:16 +#: seahub/templates/sysadmin/sys_useradmin.html:14 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:14 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:15 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:14 +msgid "Database" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:17 +#: seahub/templates/sysadmin/sys_useradmin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:16 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:16 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:16 +msgid "LDAP" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:18 +#: seahub/templates/sysadmin/sys_useradmin.html:17 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:17 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:17 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:31 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:26 +#: seahub/templates/sysadmin/user_search.html:16 +msgid "Set quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:32 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 +#: seahub/templates/sysadmin/user_search.html:17 +msgid "Delete users" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 +#: seahub/templates/sysadmin/useradmin_table.html:13 +#: seahub/templates/sysadmin/userinfo.html:73 +msgid "Space Used / Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:38 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "Last Login" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:73 +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/userinfo.html:83 +msgid "Edit Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:99 +msgid "No LDAP users have been imported" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:26 +msgid "Import users" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:43 +msgid "Department(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:47 +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:66 +msgid "Import users from a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:69 +msgid "File format: user@mail.com,password,name,department,role,quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:70 +msgid "Name, department, role and quota are optional." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:72 +msgid "Please choose a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:97 +#, python-format +msgid "A new server version %(v)s is available." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:23 +msgid "Add admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:32 +msgid "Add admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:35 +msgid "Enter" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:38 +msgid "emails, separated by ','" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:39 +msgid "Tip: the emails should be the users already added." +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:8 +msgid "Virus Scan Records" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:13 +msgid "Virus File" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:25 +msgid "Handled" +msgstr "" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:15 +#: seahub/templates/sysadmin/user_batch_add_email.html:12 +#, python-format +msgid "%(escaped_nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Here is your account information:" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:21 +#: seahub/templates/sysadmin/user_batch_add_email.html:17 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:22 +#: seahub/templates/sysadmin/user_batch_add_email.html:18 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:14 +#, python-format +msgid "Are you sure you want to revoke the admin permission of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:123 +msgid "Are you sure you want to delete the selected user(s) ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:150 +#, python-brace-format +msgid "Successfully deleted {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:233 +#, python-brace-format +msgid "Successfully set quota for {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:259 +#, python-brace-format +msgid "Successfully set quota for {user}." +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:40 +msgid "Organization" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:88 +msgid "Set user name" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:95 +msgid "Set user department" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:168 +msgid "Share From" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:195 +msgid "This user has no shared libraries" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:243 +msgid "This user has not created any shared links" +msgstr "" + +#: seahub/templates/termsandconditions/tc_accept_terms.html:10 +msgid "Accept" +msgstr "" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "" + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "" + +#: seahub/templates/user_404.html:6 +msgid "Sorry, this user is not registered yet." +msgstr "" + +#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "updated this file" +msgstr "" + +#: seahub/templates/view_file_base.html:69 +msgid "Comment" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "Back to top" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:98 +msgid "Comments" +msgstr "" + +#: seahub/templates/view_file_base.html:103 +msgid "No comment yet." +msgstr "" + +#: seahub/templates/view_file_base.html:110 +msgid "Add a comment..." +msgstr "" + +#: seahub/templates/view_file_image.html:14 +msgid "you can also press ← " +msgstr "" + +#: seahub/templates/view_file_image.html:17 +msgid "you can also press → " +msgstr "" + +#: seahub/templates/view_shared_dir.html:45 +msgid "ZIP" +msgstr "" + +#: seahub/templates/view_shared_dir.html:175 +msgid "Close (Esc)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:176 +msgid "Loading..." +msgstr "" + +#: seahub/templates/view_shared_dir.html:179 +msgid "Previous (Left arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:180 +msgid "Next (Right arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:181 +#, python-format +msgid "%%curr%% of %%total%%" +msgstr "" + +#: seahub/templates/view_shared_dir.html:187 +msgid "Open in New Tab" +msgstr "" + +#: seahub/templates/view_shared_dir.html:190 +#, python-format +msgid "The image could not be loaded." +msgstr "" + +#: seahub/templates/view_shared_dir.html:209 +msgid "Packaging..." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:8 +#, python-format +msgid "Upload files to %(dir_name)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:9 +msgid "shared by:" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:11 +msgid "The owner of this library has run out of space." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:18 +#: seahub/templates/view_shared_upload_link.html:63 +msgid "Add Files" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:24 +msgid "Add folder" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:34 +msgid "" +"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE " +"10.0+" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:36 +msgid "Folder Drag & Drop is supported for Chrome" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:39 +#, python-format +msgid "File size should be smaller than %(max_file_size)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:74 +msgid "File is too big" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:75 +msgid "File is too small" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:76 +msgid "Filetype not allowed" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:77 +msgid "Max number of files exceeded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:78 +msgid "Uploaded bytes exceed file size" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:79 +msgid "Empty file upload result" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:82 +msgid "uploaded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:83 +msgid "canceled" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:84 +msgid "Start" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:190 +msgid "Failed to get upload url" +msgstr "" + +#: seahub/templates/view_trash_file.html:6 +msgid "Current Path: " +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:34 +msgid "You do not have personal wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:44 +msgid "personal-wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:46 +msgid "Personal Wiki Pages" +msgstr "" + +#: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 +msgid "Invalid arguments." +msgstr "" + +#: seahub/thumbnail/views.py:63 seahub/thumbnail/views.py:183 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/thumbnail/views.py:152 +msgid "Invalid token." +msgstr "" + +#: seahub/utils/__init__.py:128 +msgid "permission error" +msgstr "" + +#: seahub/views/__init__.py:423 seahub/views/__init__.py:439 +msgid "Unable to view recycle page" +msgstr "" + +#: seahub/views/__init__.py:507 +msgid "Unable to view library modification" +msgstr "" + +#: seahub/views/__init__.py:574 seahub/views/__init__.py:615 +#: seahub/views/__init__.py:831 seahub/views/__init__.py:959 +#: seahub/views/file.py:1575 seahub/views/sysadmin.py:1552 +msgid "Library does not exist" +msgstr "" + +#: seahub/views/__init__.py:607 +msgid "Please specify history ID" +msgstr "" + +#: seahub/views/__init__.py:613 seahub/views/file.py:1116 +msgid "Invalid arguments" +msgstr "" + +#: seahub/views/__init__.py:617 +msgid "History you specified does not exist" +msgstr "" + +#: seahub/views/__init__.py:619 +msgid "Unknown error" +msgstr "" + +#: seahub/views/__init__.py:847 +msgid "No revisions found" +msgstr "" + +#: seahub/views/__init__.py:966 seahub/views/repo.py:196 +#, python-format +msgid "\"%s\" does not exist." +msgstr "" + +#: seahub/views/__init__.py:984 seahub/views/file.py:1084 +msgid "Internal Error" +msgstr "" + +#: seahub/views/__init__.py:987 +#, python-format +msgid "Unable to download directory \"%s\": size is too large." +msgstr "" + +#: seahub/views/__init__.py:1003 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "" + +#: seahub/views/__init__.py:1095 +msgid "Successfully enable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/__init__.py:1100 +msgid "Successfully disable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/ajax.py:81 +msgid "You don't have permission to access the library." +msgstr "" + +#: seahub/views/ajax.py:89 +msgid "No path." +msgstr "" + +#: seahub/views/ajax.py:154 +msgid "The group doesn't exist" +msgstr "" + +#: seahub/views/ajax.py:226 seahub/views/ajax.py:758 seahub/views/ajax.py:1114 +msgid "Library is encrypted." +msgstr "" + +#: seahub/views/ajax.py:232 seahub/views/ajax.py:764 +msgid "Error: no head commit id" +msgstr "" + +#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +msgid "Argument missing." +msgstr "" + +#: seahub/views/ajax.py:485 +#, python-format +msgid "Internal error. Failed to delete %s." +msgstr "" + +#: seahub/views/ajax.py:563 +#, python-format +msgid "Destination path is too long for %s." +msgstr "" + +#: seahub/views/ajax.py:622 +msgid "Out of quota." +msgstr "" + +#: seahub/views/ajax.py:696 +msgid "You do not have permission to copy files/folders in this directory" +msgstr "" + +#: seahub/views/ajax.py:703 +#, python-format +msgid "Can not copy directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/views/ajax.py:799 +msgid "Failed to get file block list" +msgstr "" + +#: seahub/views/ajax.py:837 +msgid "Wrong repo id" +msgstr "" + +#: seahub/views/ajax.py:846 seahub/views/file.py:393 seahub/views/file.py:815 +#: seahub/views/file.py:988 seahub/views/file.py:1584 +msgid "File does not exist" +msgstr "" + +#: seahub/views/ajax.py:1056 +msgid "Bad upload link token." +msgstr "" + +#: seahub/views/ajax.py:1062 +msgid "Bad repo id in upload link." +msgstr "" + +#: seahub/views/ajax.py:1136 +msgid "No conflict in the merge." +msgstr "" + +#: seahub/views/ajax.py:1211 +msgid "Failed, file is too large" +msgstr "" + +#: seahub/views/file.py:152 +msgid "HTTPError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:156 +msgid "URLError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:163 seahub/views/file.py:1134 +msgid "The encoding you chose is not proper." +msgstr "" + +#: seahub/views/file.py:180 seahub/views/file.py:183 +msgid "Unknown file encoding" +msgstr "" + +#: seahub/views/file.py:303 seahub/views/file.py:312 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "" + +#: seahub/views/file.py:327 +msgid "The library is encrypted, can not open file online." +msgstr "" + +#: seahub/views/file.py:405 seahub/views/file.py:700 seahub/views/file.py:715 +#: seahub/views/file.py:733 +msgid "Unable to view file" +msgstr "" + +#: seahub/views/file.py:760 +msgid "Unable to download file, invalid file path" +msgstr "" + +#: seahub/views/file.py:769 +msgid "Unable to download file, wrong file path" +msgstr "" + +#: seahub/views/file.py:774 +msgid "Unable to download file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:837 +msgid "Unable to view raw file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:1106 +msgid "The library does not exist." +msgstr "" + +#: seahub/views/file.py:1110 +msgid "The library is encrypted." +msgstr "" + +#: seahub/views/file.py:1191 +msgid "Unable to edit file" +msgstr "" + +#: seahub/views/file.py:1197 +msgid "The file does not exist." +msgstr "" + +#: seahub/views/file.py:1226 +msgid "Edit online is not offered for this type of file." +msgstr "" + +#: seahub/views/file.py:1336 +msgid "Unable to download file" +msgstr "" + +#: seahub/views/sysadmin.py:270 seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:1059 seahub/views/sysadmin.py:1071 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Usage" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Quota" +msgstr "" + +#: seahub/views/sysadmin.py:665 seahub/views/sysadmin.py:691 +msgid "Failed to set quota: internal server error" +msgstr "" + +#: seahub/views/sysadmin.py:710 +msgid "Failed to delete: the user is an organization creator" +msgstr "" + +#: seahub/views/sysadmin.py:744 +#, python-format +msgid "Successfully remove trial for: %s" +msgstr "" + +#: seahub/views/sysadmin.py:773 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "" + +#: seahub/views/sysadmin.py:775 +msgid "Failed to revoke admin: the user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:822 +#, python-format +msgid "Your account on %s is activated" +msgstr "" + +#: seahub/views/sysadmin.py:905 +#, python-format +msgid "Password has been reset on %s" +msgstr "" + +#: seahub/views/sysadmin.py:931 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:936 +#, 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:940 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:943 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "" + +#: seahub/views/sysadmin.py:946 +msgid "Failed to reset password: user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:962 seahub/views/sysadmin.py:1877 +#, python-format +msgid "You are invited to join %s" +msgstr "" + +#: seahub/views/sysadmin.py:995 +#, python-format +msgid "Fail to add user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1020 seahub/views/sysadmin.py:1033 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "" + +#: seahub/views/sysadmin.py:1023 seahub/views/sysadmin.py:1036 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "" + +#: seahub/views/sysadmin.py:1025 seahub/views/sysadmin.py:1038 +#, python-format +msgid "Successfully added user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1040 +#, 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:1213 +msgid "Failed to rename organization" +msgstr "" + +#: seahub/views/sysadmin.py:1243 seahub/views/sysadmin.py:1658 +#: seahub/views/sysadmin.py:1754 +msgid "Successfully deleted." +msgstr "" + +#: seahub/views/sysadmin.py:1547 +msgid "Failed to transfer, invalid arguments." +msgstr "" + +#: seahub/views/sysadmin.py:1558 +#, python-format +msgid "Failed to transfer, user %s not found" +msgstr "" + +#: seahub/views/sysadmin.py:1564 +msgid "Can not transfer organization library" +msgstr "" + +#: seahub/views/sysadmin.py:1568 +#, python-format +msgid "Can not transfer library to organization user %s" +msgstr "" + +#: seahub/views/sysadmin.py:1621 +msgid "Successfully transfered." +msgstr "" + +#: seahub/views/sysadmin.py:1757 +msgid "Failed to delete, please try again later." +msgstr "" + +#: seahub/views/sysadmin.py:1788 +#, python-format +msgid "Successfully set %s as admin." +msgstr "" + +#: seahub/views/sysadmin.py:1790 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "" + +#: seahub/views/sysadmin.py:1891 +msgid "Import succeeded" +msgstr "" + +#: seahub/views/sysadmin.py:1893 +msgid "Please select a csv file first." +msgstr "" + +#: seahub/views/sysadmin.py:1957 +msgid "Invalid setting" +msgstr "" + +#: seahub/views/sysadmin.py:1964 seahub/views/sysadmin.py:1968 +#: seahub/views/sysadmin.py:1973 +msgid "Invalid value" +msgstr "" + +#: seahub/views/sysadmin.py:2367 +msgid "Successfully deleted 1 item" +msgstr "" + +#: seahub/views/wiki.py:162 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/lt/LC_MESSAGES/djangojs.po b/locale/lt/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000..a7931f8253 --- /dev/null +++ b/locale/lt/LC_MESSAGES/djangojs.po @@ -0,0 +1,967 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Lithuanian (http://www.transifex.com/haiwen/seahub/language/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 +msgid "Just now" +msgstr "" + +#: static/scripts/app/models/repo.js:32 +msgid "Name is required" +msgstr "" + +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 +msgid "Please enter password" +msgstr "" + +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 +msgid "Please enter the password again" +msgstr "" + +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 +msgid "Password is too short" +msgstr "" + +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 +msgid "Passwords don't match" +msgstr "" + +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 +msgid "Encrypted library" +msgstr "" + +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 +#: static/scripts/sysadmin-app/models/trash-repo.js:14 +msgid "Read-Write library" +msgstr "" + +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 +msgid "Read-Only library" +msgstr "" + +#: static/scripts/app/models/share-admin-folder.js:25 +#: static/scripts/app/models/share-admin-repo.js:22 +msgid "Read-Write" +msgstr "" + +#: static/scripts/app/models/share-admin-folder.js:27 +#: static/scripts/app/models/share-admin-repo.js:24 +msgid "Read-Only" +msgstr "" + +#: static/scripts/app/views/account.js:58 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 +#: static/scripts/app/views/group-discussions.js:125 +#: static/scripts/app/views/group-discussions.js:203 +#: static/scripts/app/views/group-discussions.js:246 +#: static/scripts/app/views/group-manage-members.js:117 +#: static/scripts/app/views/group-manage-members.js:146 +#: static/scripts/app/views/group-members.js:80 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 +#: static/scripts/app/views/groups.js:83 +#: static/scripts/app/views/groups.js:134 +#: static/scripts/app/views/invitations.js:78 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 +#: static/scripts/app/views/repo-shared-link.js:84 +#: static/scripts/app/views/share-admin-folders.js:98 +#: static/scripts/app/views/share-admin-repos.js:100 +#: static/scripts/app/views/share-admin-share-links.js:150 +#: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 +#: static/scripts/sysadmin-app/views/group-members.js:96 +#: static/scripts/sysadmin-app/views/groups.js:100 +msgid "Please check the network." +msgstr "" + +#: static/scripts/app/views/details.js:47 +msgid "New files" +msgstr "" + +#: static/scripts/app/views/details.js:53 +msgid "Deleted files" +msgstr "" + +#: static/scripts/app/views/details.js:59 +msgid "Renamed or Moved files" +msgstr "" + +#: static/scripts/app/views/details.js:65 +msgid "Modified files" +msgstr "" + +#: static/scripts/app/views/details.js:71 +msgid "New directories" +msgstr "" + +#: static/scripts/app/views/details.js:77 +msgid "Deleted directories" +msgstr "" + +#: static/scripts/app/views/details.js:94 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 +#: static/scripts/app/views/dialogs/repo-history-settings.js:82 +#: static/scripts/app/views/dialogs/repo-history-settings.js:141 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 +#: static/scripts/app/views/group-discussion.js:94 +#: static/scripts/app/views/group-manage-member.js:79 +#: static/scripts/app/views/group-manage-member.js:105 +#: static/scripts/app/views/group-manage-members.js:180 +#: static/scripts/app/views/group-repo.js:67 +#: static/scripts/app/views/group-settings.js:133 +#: static/scripts/app/views/group-settings.js:190 +#: static/scripts/app/views/group-settings.js:230 +#: static/scripts/app/views/group-settings.js:287 +#: static/scripts/app/views/group-settings.js:327 +#: static/scripts/app/views/group-settings.js:362 +#: static/scripts/app/views/invitations.js:146 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 +#: static/scripts/sysadmin-app/views/dashboard.js:46 +#: static/scripts/sysadmin-app/views/desktop-devices.js:105 +#: static/scripts/sysadmin-app/views/device-errors.js:92 +#: static/scripts/sysadmin-app/views/dir.js:193 +#: static/scripts/sysadmin-app/views/folder-share-item.js:89 +#: static/scripts/sysadmin-app/views/folder-share-item.js:138 +#: static/scripts/sysadmin-app/views/group-member.js:71 +#: static/scripts/sysadmin-app/views/group-members.js:157 +#: static/scripts/sysadmin-app/views/group-repos.js:75 +#: static/scripts/sysadmin-app/views/group.js:108 +#: static/scripts/sysadmin-app/views/groups.js:168 +#: static/scripts/sysadmin-app/views/mobile-devices.js:106 +#: static/scripts/sysadmin-app/views/repo.js:123 +#: static/scripts/sysadmin-app/views/repos.js:105 +#: static/scripts/sysadmin-app/views/search-groups.js:76 +#: static/scripts/sysadmin-app/views/search-repos.js:77 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:113 +#: static/scripts/sysadmin-app/views/share.js:190 +#: static/scripts/sysadmin-app/views/share.js:263 +#: static/scripts/sysadmin-app/views/system-repo.js:59 +#: static/scripts/sysadmin-app/views/trash-repos.js:142 +msgid "Failed. Please check the network." +msgstr "" + +#: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 +msgid "Unlink device" +msgstr "" + +#: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 +msgid "Are you sure you want to unlink this device?" +msgstr "" + +#: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 +msgid "Delete files from this device the next time it comes online." +msgstr "" + +#: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 +msgid "Successfully unlink %(name)s." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 +msgid "Move {placeholder} to:" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 +msgid "Copy {placeholder} to:" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 +msgid "Moving %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 +msgid "Copying %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 +msgid "Saving..." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +msgid "Failed." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 +msgid "Canceled." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 +msgid "Invalid destination path" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 +msgid "Successfully moved %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 +msgid "Successfully copied %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:39 +msgid "Rename Folder" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:39 +msgid "Rename File" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:26 +msgid "Change Password of Library {placeholder}" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:50 +msgid "Please enter the old password" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:54 +msgid "Please enter a new password" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:58 +msgid "New password is too short" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:62 +msgid "Please enter the new password again" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:66 +msgid "New passwords don't match" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:87 +msgid "Successfully changed library password." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 +msgid "{placeholder} Folder Permission" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 +#: static/scripts/app/views/group-settings.js:154 +#: static/scripts/app/views/repo.js:231 +#: static/scripts/sysadmin-app/views/group-members.js:41 +#: static/scripts/sysadmin-app/views/group.js:74 +#: static/scripts/sysadmin-app/views/groups.js:68 +#: static/scripts/sysadmin-app/views/repo.js:88 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 +msgid "Select a group" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 +#: static/scripts/app/views/group-discussions.js:120 +#: static/scripts/app/views/group-discussions.js:198 +#: static/scripts/app/views/group-manage-members.js:112 +#: static/scripts/app/views/group-members.js:75 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/invitations.js:141 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/share-admin-folders.js:93 +#: static/scripts/app/views/share-admin-repos.js:95 +#: static/scripts/app/views/share-admin-share-links.js:145 +#: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 +#: static/scripts/sysadmin-app/views/dashboard.js:41 +#: static/scripts/sysadmin-app/views/desktop-devices.js:100 +#: static/scripts/sysadmin-app/views/device-errors.js:87 +#: static/scripts/sysadmin-app/views/dir.js:188 +#: static/scripts/sysadmin-app/views/group-members.js:152 +#: static/scripts/sysadmin-app/views/group-repos.js:70 +#: static/scripts/sysadmin-app/views/groups.js:163 +#: static/scripts/sysadmin-app/views/mobile-devices.js:101 +#: static/scripts/sysadmin-app/views/repos.js:100 +#: static/scripts/sysadmin-app/views/search-groups.js:71 +#: static/scripts/sysadmin-app/views/search-repos.js:72 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:108 +#: static/scripts/sysadmin-app/views/system-repo.js:54 +#: static/scripts/sysadmin-app/views/trash-repos.js:137 +msgid "Permission error" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 +msgid "Please click and choose a directory." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-history-settings.js:35 +msgid "{placeholder} History Setting" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-history-settings.js:134 +msgid "Successfully set library history." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 +msgid "{placeholder} Share Links" +msgstr "" + +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 +msgid "Close (Esc)" +msgstr "" + +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 +msgid "Loading..." +msgstr "" + +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 +msgid "Previous (Left arrow key)" +msgstr "" + +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 +msgid "Next (Right arrow key)" +msgstr "" + +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 +msgid "%curr% of %total%" +msgstr "" + +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 +msgid "Open in New Tab" +msgstr "" + +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 +msgid "The image could not be loaded." +msgstr "" + +#: static/scripts/app/views/dir.js:411 +msgid "Password is required." +msgstr "" + +#: static/scripts/app/views/dir.js:675 +msgid "Only an extension there, please input a name." +msgstr "" + +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 +msgid "Processing..." +msgstr "" + +#: static/scripts/app/views/dir.js:1006 +msgid "Successfully deleted %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1008 +msgid "Successfully deleted %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1010 +msgid "Successfully deleted %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1019 +msgid "Failed to delete %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1021 +msgid "Failed to delete %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1023 +msgid "Failed to delete %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1036 +msgid "Delete Items" +msgstr "" + +#: static/scripts/app/views/dir.js:1037 +msgid "Are you sure you want to delete these selected items?" +msgstr "" + +#: static/scripts/app/views/dir.js:1051 +msgid "Move selected item(s) to:" +msgstr "" + +#: static/scripts/app/views/dir.js:1051 +msgid "Copy selected item(s) to:" +msgstr "" + +#: static/scripts/app/views/dir.js:1155 +msgid "Successfully moved %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1157 +msgid "Successfully moved %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1159 +msgid "Successfully moved %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1164 +msgid "Successfully copied %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1166 +msgid "Successfully copied %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1168 +msgid "Successfully copied %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1180 +msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." +msgstr "" + +#: static/scripts/app/views/dir.js:1182 +msgid "Internal error. Failed to move %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1186 +msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." +msgstr "" + +#: static/scripts/app/views/dir.js:1188 +msgid "Internal error. Failed to copy %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1228 +msgid "Moving file %(index)s of %(total)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1228 +msgid "Copying file %(index)s of %(total)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1250 +msgid "Failed to move %(name)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1250 +msgid "Failed to copy %(name)s" +msgstr "" + +#: static/scripts/app/views/dirent-grid.js:59 +#: static/scripts/app/views/dirent.js:69 +msgid "locked by {placeholder}" +msgstr "" + +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 +msgid "Successfully deleted %(name)s" +msgstr "" + +#: static/scripts/app/views/fileupload.js:10 +msgid "File is too big" +msgstr "" + +#: static/scripts/app/views/fileupload.js:11 +msgid "File is too small" +msgstr "" + +#: static/scripts/app/views/fileupload.js:12 +msgid "Filetype not allowed" +msgstr "" + +#: static/scripts/app/views/fileupload.js:13 +msgid "Max number of files exceeded" +msgstr "" + +#: static/scripts/app/views/fileupload.js:14 +msgid "Uploaded bytes exceed file size" +msgstr "" + +#: static/scripts/app/views/fileupload.js:15 +msgid "Empty file upload result" +msgstr "" + +#: static/scripts/app/views/fileupload.js:17 +#: static/scripts/app/views/group-discussions.js:122 +#: static/scripts/app/views/group-discussions.js:200 +#: static/scripts/app/views/group-manage-members.js:114 +#: static/scripts/app/views/group-manage-members.js:178 +#: static/scripts/app/views/group-members.js:77 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 +#: static/scripts/app/views/share-admin-folders.js:95 +#: static/scripts/app/views/share-admin-repos.js:97 +#: static/scripts/app/views/share-admin-share-links.js:147 +#: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 +msgid "Error" +msgstr "" + +#: static/scripts/app/views/fileupload.js:18 +msgid "uploaded" +msgstr "" + +#: static/scripts/app/views/fileupload.js:19 +msgid "canceled" +msgstr "" + +#: static/scripts/app/views/fileupload.js:20 +msgid "Start" +msgstr "" + +#: static/scripts/app/views/fileupload.js:21 +msgid "Cancel" +msgstr "" + +#: static/scripts/app/views/fileupload.js:22 +msgid "Delete" +msgstr "" + +#: static/scripts/app/views/fileupload.js:46 +msgid "File Uploading..." +msgstr "" + +#: static/scripts/app/views/fileupload.js:47 +msgid "File Upload complete" +msgstr "" + +#: static/scripts/app/views/fileupload.js:48 +msgid "File Upload canceled" +msgstr "" + +#: static/scripts/app/views/fileupload.js:49 +msgid "File Upload failed" +msgstr "" + +#: static/scripts/app/views/fileupload.js:209 +msgid "Failed to get upload url" +msgstr "" + +#: static/scripts/app/views/fileupload.js:242 +msgid "Failed to get update url" +msgstr "" + +#: static/scripts/app/views/fileupload.js:253 +msgid "Replace file {filename}?" +msgstr "" + +#: static/scripts/app/views/fileupload.js:279 +msgid "File is locked" +msgstr "" + +#: static/scripts/app/views/folder-perm.js:60 +msgid "Set {placeholder}'s permission" +msgstr "" + +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 +msgid "Select groups" +msgstr "" + +#: static/scripts/app/views/folder-share-item.js:83 +msgid "Edit failed" +msgstr "" + +#: static/scripts/app/views/folder-share-item.js:119 +msgid "Delete failed" +msgstr "" + +#: static/scripts/app/views/group-manage-members.js:71 +msgid "{placeholder} Members" +msgstr "" + +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 +msgid "Successfully unshared 1 item." +msgstr "" + +#: static/scripts/app/views/group-settings.js:155 +#: static/scripts/app/views/repo.js:232 +#: static/scripts/sysadmin-app/views/group.js:75 +#: static/scripts/sysadmin-app/views/groups.js:69 +#: static/scripts/sysadmin-app/views/repo.js:89 +msgid "You cannot select any more choices" +msgstr "" + +#: static/scripts/app/views/group-settings.js:182 +msgid "" +"Successfully transferred the group. You are now a normal member of the " +"group." +msgstr "" + +#: static/scripts/app/views/group-settings.js:248 +msgid "Please choose a CSV file" +msgstr "" + +#: static/scripts/app/views/group-settings.js:279 +msgid "Successfully imported." +msgstr "" + +#: static/scripts/app/views/group-settings.js:307 +msgid "Dismiss Group" +msgstr "" + +#: static/scripts/app/views/group-settings.js:308 +msgid "Really want to dismiss this group?" +msgstr "" + +#: static/scripts/app/views/group-settings.js:341 +msgid "Quit Group" +msgstr "" + +#: static/scripts/app/views/group-settings.js:342 +msgid "Are you sure you want to quit this group?" +msgstr "" + +#: static/scripts/app/views/invitation.js:37 +#: static/scripts/app/views/share-admin-folder.js:91 +#: static/scripts/app/views/share-admin-repo.js:95 +#: static/scripts/app/views/share-admin-share-link.js:55 +#: static/scripts/app/views/share-admin-upload-link.js:54 +msgid "Successfully deleted 1 item" +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 +#: static/scripts/sysadmin-app/views/repo.js:46 +#: static/scripts/sysadmin-app/views/trash-repo.js:28 +msgid "Delete Library" +msgstr "" + +#: static/scripts/app/views/repo.js:78 +#: static/scripts/sysadmin-app/views/group-member.js:82 +#: static/scripts/sysadmin-app/views/group.js:31 +#: static/scripts/sysadmin-app/views/repo.js:47 +#, javascript-format +msgid "Are you sure you want to delete %s ?" +msgstr "" + +#: static/scripts/app/views/repo.js:88 +#: static/scripts/sysadmin-app/views/repo.js:60 +msgid "Successfully deleted." +msgstr "" + +#: static/scripts/app/views/repo.js:221 +#: static/scripts/sysadmin-app/views/repo.js:78 +msgid "Transfer Library {library_name} To" +msgstr "" + +#: static/scripts/app/views/repo.js:260 +#: static/scripts/sysadmin-app/views/repo.js:116 +msgid "Successfully transferred the library." +msgstr "" + +#: static/scripts/app/views/share-admin-folder.js:63 +#: static/scripts/app/views/share-admin-repo.js:65 +msgid "Successfully modified permission" +msgstr "" + +#: static/scripts/app/views/share.js:65 +#: static/scripts/sysadmin-app/views/share.js:41 +msgid "Share {placeholder}" +msgstr "" + +#: static/scripts/app/views/share.js:140 +msgid "Expired" +msgstr "" + +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 +msgid "Hide" +msgstr "" + +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 +msgid "Show" +msgstr "" + +#: static/scripts/app/views/share.js:251 +msgid "Please enter days." +msgstr "" + +#: static/scripts/app/views/share.js:255 +msgid "Please enter valid days" +msgstr "" + +#: static/scripts/app/views/share.js:337 +msgid "Please input at least an email." +msgstr "" + +#: static/scripts/app/views/share.js:354 +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: static/scripts/app/views/share.js:358 +msgid "Failed to send to {placeholder}" +msgstr "" + +#: static/scripts/app/views/shared-repo.js:27 +#: static/scripts/sysadmin-app/views/dirent.js:49 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:60 +#: static/scripts/sysadmin-app/views/trash-repo.js:41 +#: static/scripts/sysadmin-app/views/trash-repo.js:71 +#: static/scripts/sysadmin-app/views/trash-repos.js:64 +msgid "Success" +msgstr "" + +#: static/scripts/app/views/starred-file-item.js:60 +msgid "Successfully unstared {placeholder}" +msgstr "" + +#: static/scripts/common.js:598 +msgid "Search users or enter emails and press Enter" +msgstr "" + +#: static/scripts/common.js:606 static/scripts/common.js:677 +msgid "Please enter 1 or more character" +msgstr "" + +#: static/scripts/common.js:607 static/scripts/common.js:678 +msgid "No matches" +msgstr "" + +#: static/scripts/common.js:608 static/scripts/common.js:679 +msgid "Searching..." +msgstr "" + +#: static/scripts/common.js:609 static/scripts/common.js:680 +msgid "Loading failed" +msgstr "" + +#: static/scripts/common.js:669 +msgid "Search groups" +msgstr "" + +#: static/scripts/common.js:1004 +msgid "Packaging..." +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/device-errors.js:39 +msgid "Successfully clean all errors." +msgstr "" + +#: static/scripts/sysadmin-app/views/group-member.js:81 +msgid "Delete Member" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-member.js:95 +msgid "Successfully deleted member {placeholder}" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-members.js:51 +msgid "Email is required." +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:28 +msgid "Unshare Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:29 +#, javascript-format +msgid "Are you sure you want to unshare %s ?" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:42 +msgid "Successfully unshared library {placeholder}" +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:44 +msgid "Successfully deleted 1 item." +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:64 +msgid "Transfer Group {group_name} To" +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:101 +msgid "Successfully transferred the group." +msgstr "" + +#: static/scripts/sysadmin-app/views/groups.js:79 +msgid "Name is required." +msgstr "" + +#: static/scripts/sysadmin-app/views/search-trash-repos.js:46 +msgid "Delete Library By Owner" +msgstr "" + +#: static/scripts/sysadmin-app/views/search-trash-repos.js:47 +#, javascript-format +msgid "Are you sure you want to delete all %s's libraries?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:29 +#, javascript-format +msgid "Are you sure you want to delete %s completely?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:59 +#, javascript-format +msgid "Are you sure you want to restore %s?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repos.js:49 +msgid "Clear Trash" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repos.js:50 +msgid "Are you sure you want to clear trash?" +msgstr "" diff --git a/locale/lv/LC_MESSAGES/djangojs.po b/locale/lv/LC_MESSAGES/djangojs.po index 867b32f0a1..e076ed70c0 100644 --- a/locale/lv/LC_MESSAGES/djangojs.po +++ b/locale/lv/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Latvian (http://www.transifex.com/haiwen/seahub/language/lv/)\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Tikko" @@ -31,32 +31,39 @@ msgstr "Tikko" msgid "Name is required" msgstr "Nepieciešams nosaukums" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Lūdzu, ievadiet paroli." -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Lūdzu ievadīt paroli vēlreiz" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Parole par īsu" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Paroles nesakrīt" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Šifrēta bibliotēka" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Lasīt-Rakstīt bibliotēka" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Tikai lasīt bibliotēka" @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "Tikai lasīt" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "Dzēstās mapes" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "Dzēstās mapes" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "Neizdevās. Lūdzu pārbaudiet tīkla pieslēgumu." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Atsaistītās ierīces" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Vai tiešām vēlaties noņemt šo ierīci?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Datnes tiks dzēstas no ierīces, nākamreiz nonākot tiešsaistē." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Sekmīgi atvienots %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Pārvietot {placeholder} uz:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Kopēt {placeholder} uz:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Pārvieto %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopē %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Saglabā..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Neizdevās." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Atcelt." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Nederīgs mērķa ceļš" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Veiksmīgi pārsūtīts %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Veiksmīgi kopēts %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Pārsaukt mapi" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Pārsaukt datni" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Nepieciešams." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Mainīt bibliotēkas paroli {placeholder}" @@ -273,17 +295,17 @@ msgstr "Lūdzu, ievadiet jauno paroli atkārtoti" msgid "New passwords don't match" msgstr "Jaunā parole nesakrīt" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Bibliotēkas parole veiksmīgi nomainīta." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Mapes atļaujas" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "{placeholder} Mapes atļaujas" msgid "Search user or enter email and press Enter" msgstr "Meklēt lietotāju vai ievadiet e-pasta adresi un nospiest Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Jūs varat izvēlēties tikai 1 ierakstu" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Atlasīt grupu" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Jūs varat izvēlēties tikai 1 ierakstu" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "Atlasīt grupu" msgid "Permission error" msgstr "Tiesību kļūda" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Lūdzu, izvēlieties mapi un noklikšķiniet." @@ -344,167 +368,180 @@ msgstr "{placeholder} Vēstures iestatīšana" msgid "Successfully set library history." msgstr "Veiksmīgi iestatīta bibliotēkas vēsture." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Koplietošanas saites" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Aizvērt (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Ielāde... " -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Iepriekšējais (bultiņa pa kreisi)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Nākamais (bultiņa pa labi)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% no %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Atvērt jaunā cilnē" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Attēlu nevarēja ielādēt" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Parole ir nepieciešama." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Nepieciešams." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Lūdzu, ievadiet tikai vārdu bez paplašinājuma." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Apstrādē..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Veiksmīgi dzēsts %(name)s." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr " Veiksmīgi dzēsts %(name)s un 1 cits ieraksts." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr " Veiksmīgi dzēsts %(name)s un %(amount)s citi ieraksti." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Kļūda dzēšot %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Kļūda dzēšot %(name)s un 1 citu ierakstu." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Kļūda dzēšot %(name)s un %(amount)s citus ierakstus." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Dzēst ierakstus" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Vai tiešām vēlaties dzēst atlasītos ierakstus?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Pārvietot atlasīto ierakstu(s) uz:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Kopēt atlasīto(s) ierakstu(s) uz:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr " Veiksmīgi pārsūtīts %(name)s." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Veiksmīgi pārsūtīts %(name)s un 1 cits ieraksts" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Veiksmīgi pārsūtīts %(name)s un %(amount)s citi ieraksti." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Veiksmīgi kopēts %(name)s." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Veiksmīgi kopēts %(name)s un 1 cits ieraksts." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Veiksmīgi kopēts %(name)s un %(amount)s citi ieraksti." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Iekšējā kļūda. Kļūda pārvietojot %(name)s un %(amount)s citus ierakstus." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Iekšējā kļūda. Kļūda pārvietojot %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Iekšējā kļūda. Kļūda kopējot %(name)s un %(amount)s citus ierakstus." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Iekšējā kļūda. Kļūda kopējot %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Pārvieto datni %(index)s no %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopē datni %(index)s no %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Kļūda pārvietojot %(name)s." -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Kļūda kopējot %(name)s." #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "bloķēts {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Veiksmīgi dzēsts %(name)s" @@ -538,14 +575,16 @@ msgstr "Lejupielādes datne ir tukša" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Kļūda" @@ -585,36 +624,36 @@ msgstr "Datnes augšupielāde atcelta" msgid "File Upload failed" msgstr "Kļūda augšupielādējot datni" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Neizdevās iegūt augšupielādes saiti" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Neizdevās iegūt atjaunošanas saiti" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Aizstāt datni {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Datne ir bloķēta" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Iestatīt {placeholder} atlaujas" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Atlasīt grupas" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Rediģēšana neizdevās." -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Neizdevās izdzēst" @@ -622,13 +661,13 @@ msgstr "Neizdevās izdzēst" msgid "{placeholder} Members" msgstr "{placeholder} Dalībnieki" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Tika slēgta pieeja 1 ierakstam." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "Vai tiešām vēlaties iziet no grupas?" msgid "Successfully deleted 1 item" msgstr "Veiksmīgi izdzēsts 1 objekts" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Dzēst bibliotēku" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "Dzēst bibliotēku" msgid "Are you sure you want to delete %s ?" msgstr "Vai tiešām vēlaties dzēst %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Veikmīgi dzēsts." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Pārsūtīt bibliotēku {library_name} uz" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Bibliotēka tika veiksmīgi pārsūtīta." @@ -707,45 +759,45 @@ msgstr "Bibliotēka tika veiksmīgi pārsūtīta." msgid "Successfully modified permission" msgstr "Veiksmīgi izmainītas atļaujas" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Koplietot {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Beigties" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Slēpt" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Rādīt" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Lūdzu, ievadiet dienas" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Lūdzu, ievadiet derīgas dienas" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Lūdzu, ievadiet vismaz e-pastu." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Veiksmīgi nosūtīts {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Neizdevās nosūtīt uz {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,38 +806,91 @@ msgstr "Neizdevās nosūtīt uz {placeholder}" msgid "Success" msgstr "Veiksmīgi" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Veiksmīgi noņemta zvaigzne {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Meklēt lietotāju vai ievadiet e-pasta adresi un nospiest Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Lūdzu, ievadiet 1 vai vairāk rakstzīmes" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Nav atbilstību" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Meklē..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Ielāde neizvevās" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Meklēt grupas" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Pakoju..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Dzēst grupu" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Veiksmīgi iztīrītas visas kļūdas." @@ -815,10 +920,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Dzēst grupu" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "Veiksmīgi izdzēsts 1 objekts" diff --git a/locale/lv_LV/LC_MESSAGES/djangojs.po b/locale/lv_LV/LC_MESSAGES/djangojs.po index 698ca31bbe..51d5084533 100644 --- a/locale/lv_LV/LC_MESSAGES/djangojs.po +++ b/locale/lv_LV/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Latvian (Latvia) (http://www.transifex.com/haiwen/seahub/language/lv_LV/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: lv_LV\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/mk/LC_MESSAGES/django.po b/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 0000000000..a10dc05a8b --- /dev/null +++ b/locale/mk/LC_MESSAGES/django.po @@ -0,0 +1,6742 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 08:23+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Macedonian (http://www.transifex.com/haiwen/seahub/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#: seahub/api2/endpoints/account.py:162 +msgid "Name is too long (maximum is 64 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:166 seahub/forms.py:43 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:317 +msgid "Name should not include '/'." +msgstr "" + +#: seahub/api2/endpoints/account.py:173 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:180 seahub/forms.py:154 +msgid "Space quota can't be empty" +msgstr "" + +#: seahub/api2/endpoints/account.py:186 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/account.py:190 +#: seahub/api2/endpoints/admin/users_batch.py:76 seahub/forms.py:155 +msgid "Space quota is too low (minimum value is 0)" +msgstr "" + +#: seahub/api2/endpoints/account.py:198 seahub/institutions/views.py:213 +#: seahub/views/sysadmin.py:659 +#, python-format +msgid "Failed to set quota: maximum quota is %d MB" +msgstr "" + +#: seahub/api2/endpoints/admin/default_library.py:31 +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/views/__init__.py:675 seahub/views/__init__.py:676 +#: seahub/views/__init__.py:681 seahub/views/__init__.py:682 +msgid "My Library" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:116 +#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/group/forms.py:36 +msgid "" +"Group name can only contain letters, numbers, blank, hyphen or underscore" +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:121 +#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +msgid "There is already a group with that name." +msgstr "" + +#: seahub/api2/endpoints/admin/groups.py:194 +#: seahub/api2/endpoints/groups.py:255 +#, python-format +msgid "User %s is already group owner." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:154 seahub/views/sysadmin.py:1635 +msgid "System library can not be deleted." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:166 +#, python-format +msgid "User %s is already library owner." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:174 +#: seahub/api2/endpoints/invitations.py:49 +#, python-format +msgid "Email %s invalid." +msgstr "" + +#: seahub/api2/endpoints/admin/users_batch.py:72 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 +msgid "Invalid destination path" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:80 +msgid "Destination path is too long." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:654 +#, python-format +msgid "Can not move directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:194 +msgid "Cancel failed" +msgstr "" + +#: seahub/api2/endpoints/file.py:404 seahub/views/file.py:1099 +msgid "Check file lock error" +msgstr "" + +#: seahub/api2/endpoints/file.py:408 seahub/views/file.py:1102 +msgid "File is locked" +msgstr "" + +#: seahub/api2/endpoints/group_members.py:93 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1261 +#, python-format +msgid "User %s is already a group member." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:99 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1104 +#: seahub/views/ajax.py:1270 +#, python-format +msgid "User %s not found in organization." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:53 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:58 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:603 +#, python-format +msgid "User %s already exists." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/templates/js/sysadmin-templates.html:237 +#: seahub/templates/view_shared_upload_link.html:81 +msgid "Error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2846 +msgid "Wrong password" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2849 +#: seahub/views/__init__.py:475 seahub/views/ajax.py:617 +#: seahub/views/sysadmin.py:1982 +msgid "Internal server error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2852 +msgid "Decrypt library error" +msgstr "" + +#: seahub/api2/endpoints/repo_set_password.py:97 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:32 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:130 +msgid "" +"Sending shared link failed. Email service is not properly configured, please" +" contact administrator." +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:99 seahub/share/views.py:178 +msgid "file" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:179 +#, python-format +msgid "A file is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:185 +msgid "directory" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:186 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:298 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "" + +#: seahub/api2/endpoints/share_links.py:178 +msgid "Password is too short." +msgstr "" + +#: seahub/api2/endpoints/upload_links.py:142 +#: seahub/templates/snippets/repo_create_js.html:50 +#: seahub/templates/snippets/shared_link_js.html:138 +msgid "Password is too short" +msgstr "" + +#: seahub/api2/endpoints/zip_task.py:120 +msgid "Total size exceeds limit." +msgstr "" + +#: seahub/auth/admin.py:30 +msgid "Personal info" +msgstr "" + +#: seahub/auth/admin.py:31 +msgid "Permissions" +msgstr "" + +#: seahub/auth/admin.py:32 +msgid "Important dates" +msgstr "" + +#: seahub/auth/admin.py:33 +#: seahub/institutions/templates/institutions/info.html:23 +#: seahub/institutions/templates/institutions/user_info.html:22 +#: seahub/templates/js/sysadmin-templates.html:25 +#: seahub/templates/js/sysadmin-templates.html:152 +#: seahub/templates/js/sysadmin-templates.html:539 +#: seahub/templates/js/sysadmin-templates.html:731 +#: seahub/templates/js/templates.html:268 +#: seahub/templates/js/templates.html:1032 +#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/sysadmin/sys_org_info_group.html:9 +#: seahub/templates/sysadmin/sys_org_info_library.html:9 +#: seahub/templates/sysadmin/sys_org_info_setting.html:9 +#: seahub/templates/sysadmin/sys_org_info_user.html:8 +#: seahub/templates/sysadmin/userinfo.html:27 +msgid "Groups" +msgstr "" + +#: seahub/auth/admin.py:115 +msgid "Password changed successfully." +msgstr "" + +#: seahub/auth/admin.py:125 +#, python-format +msgid "Change password: %s" +msgstr "" + +#: seahub/auth/decorators.py:74 +msgid "Please log in." +msgstr "" + +#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +msgid "Email or Username" +msgstr "" + +#: seahub/auth/forms.py:24 seahub/auth/forms.py:197 +#: seahub/base/accounts.py:581 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/templates/file_edit.html:131 +#: seahub/templates/js/lib-op-popups.html:108 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/registration/login.html:12 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/templates/snippets/file_share_popup.html:18 +#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/sudo_mode.html:10 +#: seahub/templates/sysadmin/sys_org_admin.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:71 +#: seahub/templates/sysadmin/sys_useradmin.html:53 +msgid "Password" +msgstr "" + +#: seahub/auth/forms.py:62 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "" + +#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +msgid "This account is inactive." +msgstr "" + +#: seahub/auth/forms.py:70 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "" + +#: seahub/auth/forms.py:86 +msgid "E-mail" +msgstr "" + +#: seahub/auth/forms.py:93 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "" + +#: seahub/auth/forms.py:101 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "" + +#: seahub/auth/forms.py:104 +msgid "Can not reset password, please contact LDAP admin." +msgstr "" + +#: seahub/auth/forms.py:128 +#, python-format +msgid "Reset Password on %s" +msgstr "" + +#: seahub/auth/forms.py:136 +msgid "New password" +msgstr "" + +#: seahub/auth/forms.py:137 +msgid "New password confirmation" +msgstr "" + +#: seahub/auth/forms.py:166 seahub/auth/forms.py:209 +#: seahub/base/accounts.py:637 +msgid "The two password fields didn't match." +msgstr "" + +#: seahub/auth/forms.py:181 +msgid "Old password" +msgstr "" + +#: seahub/auth/forms.py:189 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "" + +#: seahub/auth/forms.py:198 seahub/base/accounts.py:583 +msgid "Password (again)" +msgstr "" + +#: seahub/auth/management/commands/createsuperuser.py:25 +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "" + +#: seahub/auth/views.py:192 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "" + +#: seahub/auth/views.py:298 +msgid "Logged out" +msgstr "" + +#: seahub/auth/views.py:346 +msgid "Failed to send email, please contact administrator." +msgstr "" + +#: seahub/auth/views.py:407 +msgid "Can not update password, please contact LDAP admin." +msgstr "" + +#: seahub/avatar/forms.py:35 seahub/avatar/forms.py:58 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "" + +#: seahub/avatar/forms.py:39 seahub/avatar/forms.py:62 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "" + +#: seahub/avatar/forms.py:45 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "" + +#: seahub/avatar/models.py:138 seahub/avatar/models.py:166 +#, python-format +msgid "Avatar for %s" +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:6 +msgid "Upload Avatar" +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:7 +#: seahub/avatar/templates/avatar/change.html:8 +msgid "Your current avatar: " +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:9 +msgid "Upload New Avatar: " +msgstr "" + +#: seahub/avatar/templates/avatar/add.html:13 +#: seahub/avatar/templates/avatar/change.html:30 +msgid "Upload New Image" +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:11 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "" + +#: seahub/avatar/templates/avatar/confirm_delete.html:18 +msgid "Delete These" +msgstr "" + +#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/views.py:78 +msgid "Successfully uploaded a new avatar." +msgstr "" + +#: seahub/avatar/views.py:124 +msgid "Successfully updated your avatar." +msgstr "" + +#: seahub/avatar/views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "" + +#: seahub/base/accounts.py:304 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:572 +msgid "Email address" +msgstr "" + +#: seahub/base/accounts.py:577 +msgid "Username" +msgstr "" + +#: seahub/base/accounts.py:578 +msgid "This value must be of length 40" +msgstr "" + +#: seahub/base/accounts.py:593 seahub/forms.py:29 +#: seahub/views/sysadmin.py:1815 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/base/accounts.py:597 +msgid "Enter a valid email address." +msgstr "" + +#: seahub/base/accounts.py:607 +msgid "Invalid user id." +msgstr "" + +#: seahub/base/accounts.py:658 seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:1226 +#: seahub/templates/js/templates.html:1246 +msgid "name" +msgstr "" + +#: seahub/base/accounts.py:661 +msgid "department" +msgstr "" + +#: seahub/base/accounts.py:664 +msgid "telephone" +msgstr "" + +#: seahub/base/accounts.py:667 +msgid "note" +msgstr "" + +#: seahub/base/decorators.py:72 +msgid "Files in this library can not be viewed online." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:124 +msgid "Added" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:125 +msgid "Deleted" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:126 +msgid "Removed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:127 +msgid "Modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:128 +msgid "Renamed" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:129 +msgid "Moved" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:130 +msgid "Added directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:131 +msgid "Removed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:132 +msgid "Renamed directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:133 +msgid "Moved directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:134 +msgid "Added or modified" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:149 +#: seahub/base/templatetags/seahub_tags.py:218 +msgid "Reverted library to status at" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:221 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:156 +#: seahub/base/templatetags/seahub_tags.py:225 +msgid "Recovered deleted directory" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:158 +#: seahub/base/templatetags/seahub_tags.py:227 seahub/views/ajax.py:1133 +msgid "Changed library name or description" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:160 +#: seahub/base/templatetags/seahub_tags.py:229 +msgid "Auto merge by seafile system" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:304 +#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/templates/view_file_base.html:522 +msgid "Just now" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:315 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:322 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:329 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:335 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:452 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/js/sysadmin-templates.html:640 +#: seahub/templates/js/sysadmin-templates.html:649 +#: seahub/templates/js/sysadmin-templates.html:652 +#: seahub/templates/js/sysadmin-templates.html:688 +#: seahub/templates/js/sysadmin-templates.html:715 +#: seahub/templates/js/templates.html:20 +#: seahub/templates/js/templates.html:815 +#: seahub/templates/js/templates.html:842 +#: seahub/templates/js/templates.html:1068 +#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/templates.html:1080 +#: seahub/templates/js/templates.html:1113 +#: seahub/templates/js/templates.html:1139 +#: seahub/templates/js/templates.html:1275 +#: seahub/templates/js/templates.html:1282 +#: seahub/templates/js/templates.html:1702 +#: seahub/templates/js/templates.html:1748 +#: seahub/templates/js/templates.html:1889 +#: seahub/templates/js/templates.html:1892 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "Read-Write" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:454 +#: seahub/templates/js/sysadmin-templates.html:642 +#: seahub/templates/js/sysadmin-templates.html:650 +#: seahub/templates/js/sysadmin-templates.html:653 +#: seahub/templates/js/sysadmin-templates.html:689 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/templates.html:21 +#: seahub/templates/js/templates.html:816 +#: seahub/templates/js/templates.html:843 +#: seahub/templates/js/templates.html:1070 +#: seahub/templates/js/templates.html:1078 +#: seahub/templates/js/templates.html:1081 +#: seahub/templates/js/templates.html:1114 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/js/templates.html:1283 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1749 +#: seahub/templates/js/templates.html:1893 +#: seahub/templates/js/templates.html:1896 +#: seahub/templates/js/templates.html:1900 +#: seahub/templates/sysadmin/userinfo.html:178 +msgid "Read-Only" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:478 +#: seahub/base/templatetags/seahub_tags.py:490 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: seahub/base/templatetags/seahub_tags.py:492 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:494 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:496 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:498 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:500 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +#: seahub/contacts/templates/contacts/contact_list.html:119 +msgid "Email is required." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:4 +#: seahub/contacts/templates/contacts/contact_list.html:10 +msgid "Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:11 +#: seahub/contacts/templates/contacts/contact_list.html:43 +msgid "Add Contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:17 +msgid "Email " +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:18 +#: 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/institutions/templates/institutions/info.html:10 +#: seahub/institutions/templates/institutions/user_info.html:66 +#: seahub/institutions/templates/institutions/user_info.html:112 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/js/lib-op-popups.html:6 +#: seahub/templates/js/lib-op-popups.html:17 +#: seahub/templates/js/sysadmin-templates.html:320 +#: seahub/templates/js/sysadmin-templates.html:343 +#: seahub/templates/js/sysadmin-templates.html:353 +#: seahub/templates/js/sysadmin-templates.html:403 +#: seahub/templates/js/sysadmin-templates.html:427 +#: seahub/templates/js/sysadmin-templates.html:468 +#: seahub/templates/js/sysadmin-templates.html:549 +#: seahub/templates/js/sysadmin-templates.html:572 +#: seahub/templates/js/sysadmin-templates.html:580 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:767 +#: seahub/templates/js/sysadmin-templates.html:805 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:1215 +#: seahub/templates/js/templates.html:1234 +#: seahub/templates/js/templates.html:1260 +#: seahub/templates/js/templates.html:1349 +#: seahub/templates/js/templates.html:1368 +#: seahub/templates/js/templates.html:1490 +#: seahub/templates/js/templates.html:1498 +#: seahub/templates/js/templates.html:1611 +#: seahub/templates/js/templates.html:1630 +#: seahub/templates/js/templates.html:1861 +#: seahub/templates/js/templates.html:1916 +#: seahub/templates/js/templates.html:1950 +#: seahub/templates/js/templates.html:1985 seahub/templates/libraries.html:91 +#: seahub/templates/registration/registration_form.html:18 +#: seahub/templates/repo_dir_recycle_view.html:44 +#: seahub/templates/repo_history_view.html:58 +#: seahub/templates/sysadmin/org_admin_table.html:4 +#: seahub/templates/sysadmin/sys_inst_admin.html:18 +#: seahub/templates/sysadmin/sys_inst_admin.html:27 +#: seahub/templates/sysadmin/sys_org_admin.html:24 +#: seahub/templates/sysadmin/sys_org_info_group.html:18 +#: seahub/templates/sysadmin/sys_org_info_library.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:10 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:16 +#: seahub/templates/sysadmin/sys_terms_admin.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:118 +#: seahub/templates/sysadmin/userinfo.html:167 +#: seahub/templates/sysadmin/userinfo.html:205 +#: seahub/templates/sysadmin/userinfo.html:252 +#: seahub/templates/view_shared_dir.html:54 +#: seahub/templates/wiki/personal_wiki.html:43 +#: seahub/templates/wiki/personal_wiki.html:85 +#: seahub/templates/wiki/personal_wiki_pages.html:28 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +#: seahub/views/sysadmin.py:1062 +msgid "Name" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:19 +#: seahub/templates/registration/registration_form.html:41 +msgid "Note" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:20 +#: seahub/institutions/templates/institutions/user_info.html:69 +#: seahub/institutions/templates/institutions/user_info.html:115 +#: seahub/institutions/templates/institutions/useradmin.html:20 +#: seahub/institutions/templates/institutions/useradmin_search.html:22 +#: seahub/notifications/templates/notifications/notification_list.html:21 +#: seahub/templates/file_revisions.html:57 +#: seahub/templates/js/sysadmin-templates.html:770 +#: seahub/templates/repo_dir_recycle_view.html:47 +#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history_view.html:60 +#: seahub/templates/sysadmin/org_admin_table.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:29 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:19 +#: seahub/templates/sysadmin/sys_inst_info_user.html:19 +#: seahub/templates/sysadmin/sys_inst_search_user.html:20 +#: seahub/templates/sysadmin/sys_org_info_group.html:21 +#: seahub/templates/sysadmin/sys_org_info_library.html:22 +#: seahub/templates/sysadmin/sys_org_info_user.html:23 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:14 +#: seahub/templates/sysadmin/userinfo.html:121 +#: seahub/templates/sysadmin/userinfo.html:209 +#: seahub/templates/sysadmin/userinfo.html:255 +#: seahub/templates/view_shared_dir.html:57 +msgid "Operations" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/institutions/templates/institutions/useradmin.html:37 +#: seahub/templates/js/sysadmin-templates.html:645 +#: seahub/templates/js/sysadmin-templates.html:828 +#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/templates.html:1073 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1534 +#: seahub/templates/js/templates.html:1890 +#: seahub/templates/js/templates.html:1897 +#: seahub/templates/sysadmin/sys_org_info_user.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:57 +#: seahub/templates/sysadmin/useradmin_table.html:41 +#: seahub/templates/sysadmin/useradmin_table.html:59 +#: seahub/templates/sysadmin/userinfo.html:53 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/view_file_markdown.html:17 +#: seahub/templates/view_file_text.html:22 +msgid "Edit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:30 +#: seahub/institutions/templates/institutions/useradmin.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:140 +#: seahub/templates/js/sysadmin-templates.html:391 +#: seahub/templates/js/sysadmin-templates.html:453 +#: seahub/templates/js/sysadmin-templates.html:518 +#: seahub/templates/js/sysadmin-templates.html:612 +#: seahub/templates/js/sysadmin-templates.html:658 +#: seahub/templates/js/sysadmin-templates.html:844 +#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:95 +#: seahub/templates/js/templates.html:189 +#: seahub/templates/js/templates.html:344 +#: seahub/templates/js/templates.html:406 +#: seahub/templates/js/templates.html:472 +#: seahub/templates/js/templates.html:578 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/js/templates.html:667 +#: seahub/templates/js/templates.html:737 +#: seahub/templates/js/templates.html:778 +#: seahub/templates/js/templates.html:1086 +#: seahub/templates/js/templates.html:1401 +#: seahub/templates/js/templates.html:1548 +#: seahub/templates/js/templates.html:1553 +#: seahub/templates/snippets/file_share_popup.html:37 +#: seahub/templates/sysadmin/org_admin_table.html:25 +#: seahub/templates/sysadmin/sys_org_info_group.html:28 +#: seahub/templates/sysadmin/sys_org_info_library.html:42 +#: seahub/templates/sysadmin/sys_org_info_user.html:51 +#: seahub/templates/sysadmin/sys_terms_admin.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:80 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:97 +#: seahub/templates/sysadmin/userinfo.html:148 +#: seahub/templates/sysadmin/userinfo.html:262 +#: seahub/templates/view_file_base.html:127 +#: seahub/templates/view_shared_upload_link.html:86 +msgid "Delete" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:37 +msgid "You don't have any contacts" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:38 +msgid "" +"Add your contacts so you can quickly share libraries and send file shared " +"link." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:44 +#: seahub/contacts/templates/contacts/contact_list.html:53 +#: seahub/institutions/templates/institutions/user_info.html:31 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:10 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/share/templates/share/share_link_audit.html:9 +#: seahub/templates/js/sysadmin-templates.html:754 +#: seahub/templates/js/sysadmin-templates.html:806 +#: seahub/templates/js/sysadmin-templates.html:857 +#: seahub/templates/js/templates.html:1491 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:2048 +#: seahub/templates/js/templates.html:2080 +#: seahub/templates/registration/registration_form.html:22 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:15 +#: seahub/templates/sysadmin/sys_inst_info_user.html:15 +#: seahub/templates/sysadmin/sys_inst_search_user.html:8 +#: seahub/templates/sysadmin/sys_inst_search_user.html:16 +#: seahub/templates/sysadmin/sys_org_info_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:65 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:35 +#: seahub/templates/sysadmin/sys_useradmin.html:38 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 +#: seahub/templates/sysadmin/user_search.html:10 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:279 +#: seahub/views/sysadmin.py:283 +msgid "Email" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:46 +#: seahub/contacts/templates/contacts/contact_list.html:55 +msgid "Note(optional)" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:49 +#: seahub/contacts/templates/contacts/contact_list.html:58 +#: 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/institutions/templates/institutions/user_info.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:11 +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/notifications/templates/notifications/notification_list.html:14 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/share/templates/share/share_link_audit.html:22 +#: seahub/templates/decrypt_repo_form.html:11 +#: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 +#: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 +#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/js/lib-op-popups.html:20 +#: seahub/templates/js/lib-op-popups.html:28 +#: seahub/templates/js/lib-op-popups.html:38 +#: seahub/templates/js/lib-op-popups.html:67 +#: seahub/templates/js/lib-op-popups.html:109 +#: seahub/templates/js/lib-op-popups.html:128 +#: seahub/templates/js/sysadmin-templates.html:345 +#: seahub/templates/js/sysadmin-templates.html:533 +#: seahub/templates/js/sysadmin-templates.html:573 +#: seahub/templates/js/sysadmin-templates.html:603 +#: seahub/templates/js/sysadmin-templates.html:622 +#: seahub/templates/js/sysadmin-templates.html:692 +#: seahub/templates/js/sysadmin-templates.html:719 +#: seahub/templates/js/sysadmin-templates.html:757 +#: seahub/templates/js/templates.html:38 +#: seahub/templates/js/templates.html:744 +#: seahub/templates/js/templates.html:785 +#: seahub/templates/js/templates.html:819 +#: seahub/templates/js/templates.html:846 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1117 +#: seahub/templates/js/templates.html:1143 +#: seahub/templates/js/templates.html:1265 +#: seahub/templates/js/templates.html:1456 +#: seahub/templates/js/templates.html:1465 +#: seahub/templates/js/templates.html:1473 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1707 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1753 +#: seahub/templates/js/templates.html:1766 +#: seahub/templates/js/templates.html:1784 +#: seahub/templates/js/templates.html:2083 seahub/templates/libraries.html:94 +#: seahub/templates/libraries.html:157 +#: seahub/templates/registration/password_change_form.html:24 +#: seahub/templates/registration/password_reset_confirm.html:19 +#: seahub/templates/registration/password_reset_form.html:13 +#: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/share_access_validation.html:18 +#: seahub/templates/shared_file_view.html:58 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/search_form.html:76 +#: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/sysadmin/repo_transfer_form.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:33 +#: seahub/templates/sysadmin/sys_inst_search_user.html:9 +#: seahub/templates/sysadmin/sys_org_admin.html:38 +#: seahub/templates/sysadmin/sys_org_info_base.html:39 +#: seahub/templates/sysadmin/sys_org_info_setting.html:20 +#: seahub/templates/sysadmin/sys_org_info_setting.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:80 +#: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:71 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:95 +#: seahub/templates/sysadmin/sys_useradmin.html:62 +#: seahub/templates/sysadmin/sys_useradmin.html:73 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/user_search.html:11 +#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/sysadmin/userinfo.html:109 +#: seahub/templates/view_file_base.html:112 +#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:58 +#: seahub/templates/wiki/personal_wiki.html:88 +#: seahub/templates/wiki/personal_wiki_pages.html:31 +msgid "Submit" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:52 +msgid "Edit Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:101 +#: seahub/contacts/templates/contacts/contact_list.html:146 +#: seahub/institutions/templates/institutions/user_info.html:173 +#: seahub/notifications/templates/notifications/user_notification_list.html:90 +#: seahub/share/templates/share/share_link_audit.html:70 +#: seahub/templates/base.html:141 seahub/templates/decrypt_repo_form.html:47 +#: seahub/templates/file_edit.html:545 +#: seahub/templates/repo_dir_recycle_view.html:141 +#: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/snippets/add_file_js.html:23 +#: seahub/templates/snippets/office_convert_js.html:107 +#: seahub/templates/snippets/shared_link_js.html:107 +#: seahub/templates/snippets/spreadsheet_convert_js.html:39 +#: seahub/templates/sysadmin/settings.html:241 +#: seahub/templates/sysadmin/sys_inst_info_base.html:78 +#: seahub/templates/sysadmin/sys_org_admin.html:126 +#: seahub/templates/sysadmin/sys_org_info_user.html:166 +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 +#: seahub/templates/sysadmin/sys_terms_admin.html:117 +#: seahub/templates/sysadmin/sys_useradmin.html:212 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/useradmin_js.html:173 +#: seahub/templates/sysadmin/useradmin_js.html:275 +#: seahub/templates/sysadmin/userinfo.html:344 +#: seahub/templates/sysadmin/userinfo.html:381 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/view_file_base.html:391 +#: seahub/templates/view_file_base.html:434 +#: seahub/templates/view_file_base.html:512 +#: seahub/templates/view_shared_dir.html:236 +#: seahub/templates/view_shared_dir.html:258 +msgid "Failed. Please check the network." +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +msgid "Delete Contact" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +#: seahub/institutions/templates/institutions/useradmin.html:79 +#: seahub/institutions/templates/institutions/useradmin_search.html:71 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/repoadmin_js.html:48 +#: seahub/templates/sysadmin/sys_inst_admin.html:67 +#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/templates/sysadmin/sys_org_info_group.html:44 +#: seahub/templates/sysadmin/sys_org_info_library.html:61 +#: seahub/templates/sysadmin/sys_org_info_user.html:179 +#: seahub/templates/sysadmin/sys_org_search.html:28 +#: seahub/templates/sysadmin/sys_terms_admin.html:143 +#: seahub/templates/sysadmin/useradmin_js.html:4 +#: seahub/templates/sysadmin/userinfo.html:433 +#, python-format +msgid "Are you sure you want to delete %s ?" +msgstr "" + +#: seahub/contacts/templates/contacts/contact_list.html:123 +msgid "You cannot add yourself." +msgstr "" + +#: seahub/contacts/views.py:68 +#, python-format +msgid "%s is not a valid email." +msgstr "" + +#: seahub/contacts/views.py:73 +#, python-format +msgid "%s is already in your contacts." +msgstr "" + +#: seahub/contacts/views.py:82 +#, python-format +msgid "Successfully added %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:87 +#, python-format +msgid "Failed to add %s to contacts." +msgstr "" + +#: seahub/contacts/views.py:108 +#, python-format +msgid "Successfully edited %s." +msgstr "" + +#: seahub/contacts/views.py:121 +#, python-format +msgid "Successfully Deleted %s" +msgstr "" + +#: seahub/forms.py:34 seahub/invitations/views.py:29 +msgid "A user with this email already exists." +msgstr "" + +#: seahub/forms.py:58 +msgid "The two passwords didn't match." +msgstr "" + +#: seahub/forms.py:67 seahub/group/forms.py:56 seahub/wiki/forms.py:17 +msgid "Name can't be empty" +msgstr "" + +#: seahub/forms.py:68 seahub/group/forms.py:57 seahub/wiki/forms.py:18 +msgid "Name is too long (maximum is 255 characters)" +msgstr "" + +#: seahub/forms.py:71 seahub/group/forms.py:60 seahub/wiki/forms.py:21 +msgid "Description can't be empty" +msgstr "" + +#: seahub/forms.py:72 seahub/group/forms.py:61 seahub/wiki/forms.py:22 +msgid "Description is too long (maximum is 100 characters)" +msgstr "" + +#: seahub/forms.py:82 seahub/forms.py:168 +#, python-format +msgid "Name %s is not valid" +msgstr "" + +#: seahub/forms.py:96 seahub/views/ajax.py:392 seahub/views/ajax.py:556 +#: seahub/views/ajax.py:824 seahub/views/ajax.py:828 seahub/views/ajax.py:832 +#: seahub/views/ajax.py:1120 seahub/views/file.py:1580 +#: seahub/views/sysadmin.py:1436 seahub/views/sysadmin.py:1454 +msgid "Argument missing" +msgstr "" + +#: seahub/forms.py:110 +msgid "Oldname is required" +msgstr "" + +#: seahub/forms.py:113 seahub/forms.py:134 +msgid "It's too long." +msgstr "" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's required." +msgstr "" + +#: seahub/forms.py:121 seahub/forms.py:142 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "" + +#: seahub/forms.py:161 +msgid "Library name is required" +msgstr "" + +#: seahub/forms.py:163 +msgid "Please enter a number" +msgstr "" + +#: seahub/forms.py:183 seahub/templates/snippets/repo_create_js.html:34 +msgid "Name is required" +msgstr "" + +#: seahub/forms.py:184 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:185 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "" + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "" + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "" + +#: seahub/group/error_msg.py:17 seahub/group/error_msg.py:23 +msgid "Group does not exist" +msgstr "" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "" + +#: seahub/group/forms.py:67 seahub/wiki/forms.py:28 +#, python-format +msgid "\"%s\" is not a valid name" +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 "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_base.html:10 +#: seahub/help/templates/help/base.html:7 +#: seahub/institutions/templates/institutions/base.html:11 +#: seahub/profile/templates/profile/set_profile.html:11 +#: seahub/templates/base.html:27 seahub/templates/base_for_backbone.html:28 +#: seahub/templates/base_for_backbone.html:34 +#: seahub/templates/base_for_backbone.html:100 +#: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 +#: seahub/templates/js/lib-op-popups.html:88 +#: seahub/templates/js/sysadmin-templates.html:4 +#: seahub/templates/js/templates.html:888 +#: seahub/templates/js/templates.html:1803 seahub/templates/libraries.html:120 +#: seahub/templates/libraries.html:130 seahub/templates/libraries.html:142 +#: seahub/templates/sysadmin/base.html:11 +#: seahub/templates/sysadmin/sysadmin_backbone.html:30 +#: seahub/templates/view_file_base.html:97 +msgid "Close" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "" + +#: seahub/group/templates/group/group_join_email.html:8 +#: seahub/templates/email_base.html:13 +#, python-format +msgid "The %(site_name)s team" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +msgid "Wiki Index" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:14 +msgid "No index now." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:16 +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:36 +#: seahub/templates/wiki/personal_wiki.html:35 +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 " +"structure. This enables you to edit your wiki in your desktop and then sync " +"back to the server." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Create Wiki Now" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:38 +msgid "Choose a library as wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:42 +msgid "Create Wiki" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:48 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/repo_history.html:28 +#: seahub/templates/wiki/personal_wiki.html:45 +msgid "Description" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:49 +msgid "Wiki Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:52 +msgid "Choose a library as wiki:" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:103 +#: seahub/templates/wiki/personal_wiki.html:57 +msgid "Please click and choose a library." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/profile/templates/profile/set_profile.html:105 +#: seahub/templates/file_edit.html:103 seahub/templates/file_edit.html:152 +#: seahub/templates/file_edit.html:427 +#: seahub/templates/js/lib-op-popups.html:10 +#: seahub/templates/js/lib-op-popups.html:21 +#: seahub/templates/js/lib-op-popups.html:29 +#: seahub/templates/js/lib-op-popups.html:39 +#: seahub/templates/js/lib-op-popups.html:68 +#: seahub/templates/js/lib-op-popups.html:77 +#: seahub/templates/js/lib-op-popups.html:121 +#: seahub/templates/js/lib-op-popups.html:129 +#: seahub/templates/js/templates.html:745 +#: seahub/templates/js/templates.html:786 +#: seahub/templates/js/templates.html:1721 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/repo_dir_recycle_view.html:74 +#: seahub/templates/shared_file_view.html:59 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/termsandconditions/tc_accept_terms.html:11 +#: seahub/templates/view_shared_upload_link.html:85 +#: seahub/templates/wiki/personal_wiki.html:59 +msgid "Cancel" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:68 +#: seahub/group/templates/group/group_wiki_pages.html:11 +#: seahub/templates/wiki/personal_wiki.html:65 +#: seahub/templates/wiki/personal_wiki_pages.html:13 +msgid "Home" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:69 +#: seahub/group/templates/group/group_wiki_pages.html:12 +#: seahub/templates/wiki/personal_wiki.html:66 +#: seahub/templates/wiki/personal_wiki_pages.html:14 +msgid "Pages" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:71 +#: seahub/group/templates/group/group_wiki_pages.html:14 +#: seahub/templates/wiki/personal_wiki.html:67 +#: seahub/templates/wiki/personal_wiki_pages.html:15 +msgid "Wiki History" +msgstr "" + +#: 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:70 +#: seahub/templates/wiki/personal_wiki.html:84 +#: 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:77 +#: seahub/group/templates/group/group_wiki.html:138 +#: seahub/templates/wiki/personal_wiki.html:71 +#: seahub/templates/wiki/personal_wiki.html:132 +msgid "Delete Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:72 +msgid "Edit Page" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:73 +msgid "Page History" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:79 +#, python-format +msgid "Last modified by %(modifier)s, %(modify_time)s" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:139 +#: seahub/templates/wiki/personal_wiki.html:133 +msgid "Are you sure you want to delete this page?" +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:160 +#: seahub/templates/wiki/personal_wiki.html:154 +msgid "Name is required." +msgstr "" + +#: seahub/group/templates/group/group_wiki.html:164 +#: seahub/templates/wiki/personal_wiki.html:158 +msgid "Description is required." +msgstr "" + +#: seahub/group/views.py:121 seahub/share/views.py:223 +#: seahub/views/__init__.py:467 seahub/views/__init__.py:583 +#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 +#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:575 +#: seahub/views/ajax.py:1100 seahub/views/file.py:1095 +#: seahub/views/file.py:1589 seahub/views/repo.py:119 +msgid "Permission denied" +msgstr "" + +#: seahub/group/views.py:187 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "" + +#: seahub/group/views.py:203 +msgid "Failed to create: the group does not exist." +msgstr "" + +#: seahub/group/views.py:208 +msgid "Failed to create: you are not in the group." +msgstr "" + +#: seahub/group/views.py:236 seahub/group/views.py:258 +#: seahub/group/views.py:415 seahub/views/wiki.py:177 +msgid "Failed to create" +msgstr "" + +#: seahub/group/views.py:243 seahub/group/views.py:264 +#: seahub/group/views.py:421 +msgid "Failed to create: internal error." +msgstr "" + +#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/views/wiki.py:238 +msgid "Failed to create wiki page. Please retry later." +msgstr "" + +#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:53 +#: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 +msgid "Unknown" +msgstr "" + +#: seahub/group/views.py:361 seahub/views/ajax.py:1078 +#: seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "" + +#: seahub/group/views.py:363 seahub/views/wiki.py:138 +msgid "Wiki does not exists." +msgstr "" + +#: seahub/group/views.py:428 seahub/group/views.py:457 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 +msgid "Failed to create home page. Please retry later" +msgstr "" + +#: seahub/group/views.py:444 seahub/views/wiki.py:199 +msgid "Failed to set wiki library." +msgstr "" + +#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 +#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 +#: seahub/views/ajax.py:745 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "" + +#: seahub/group/views.py:477 seahub/group/views.py:503 +#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/views/wiki.py:266 +msgid "Wiki is not found." +msgstr "" + +#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#, python-format +msgid "Page \"%s\" already exists." +msgstr "" + +#: seahub/group/views.py:526 +#, python-format +msgid "Successfully deleted \"%s\"." +msgstr "" + +#: seahub/group/views.py:528 +#, python-format +msgid "Failed to delete \"%s\". Please retry later." +msgstr "" + +#: seahub/help/templates/help/base.html:8 +msgid "Desktop Client and Syncing" +msgstr "" + +#: seahub/help/templates/help/base.html:10 +msgid "Install and sync Files" +msgstr "" + +#: seahub/help/templates/help/base.html:11 +msgid "Syncing existing folders" +msgstr "" + +#: seahub/help/templates/help/base.html:12 +msgid "Selective sync sub-folders" +msgstr "" + +#: seahub/help/templates/help/base.html:13 +msgid "Unsync and resync libraries" +msgstr "" + +#: seahub/help/templates/help/base.html:14 +msgid "Setting sync interval" +msgstr "" + +#: seahub/help/templates/help/base.html:15 +msgid "Proxy settings" +msgstr "" + +#: seahub/help/templates/help/base.html:16 +#: seahub/help/templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "" + +#: seahub/help/templates/help/base.html:17 +msgid "Excluding files" +msgstr "" + +#: seahub/help/templates/help/base.html:19 +msgid "Security and Encryption" +msgstr "" + +#: seahub/help/templates/help/base.html:21 +msgid "How to use encrypted libraries" +msgstr "" + +#: seahub/help/templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: seahub/help/templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:6 +msgid "Using Proxy in Seafile Client" +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server use this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), the " +"password is not sent to the server." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypt and encrypt file contents locally. The plain " +"text password is not stored on the client disk too." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client support it since version 2.1.0." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypt the contents of the files, but not " +"the folder and file names." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:27 +msgid "" +"More technical details of encrypted library can be found at Seafile " +"Manual." +msgstr "" + +#: seahub/help/templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "" + +#: seahub/help/templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: seahub/help/templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "" + +#: seahub/help/templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "" + +#: seahub/help/templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "" + +#: seahub/help/templates/help/ignore.html:18 +msgid "Example" +msgstr "" + +#: seahub/help/templates/help/ignore.html:36 +msgid "Notes" +msgstr "" + +#: seahub/help/templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "" + +#: seahub/help/templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "" + +#: seahub/help/templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "" + +#: seahub/help/templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "" + +#: seahub/help/templates/help/install.html:6 +msgid "Installing Seafile Client Program" +msgstr "" + +#: seahub/help/templates/help/install.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "" + +#: seahub/help/templates/help/install.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:13 +msgid "2. Add an account" +msgstr "" + +#: seahub/help/templates/help/install.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "" + +#: seahub/help/templates/help/install.html:18 +msgid "3. Sync a library" +msgstr "" + +#: seahub/help/templates/help/install.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "" + +#: seahub/help/templates/help/install.html:26 +msgid "4. (Optional) Create a library" +msgstr "" + +#: seahub/help/templates/help/install.html:28 +msgid "You can also create a library from a local folder." +msgstr "" + +#: seahub/help/templates/help/install.html:34 +msgid "5. Browse files on the cloud" +msgstr "" + +#: seahub/help/templates/help/install.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:6 +msgid "Selective Sync Sub-folders" +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. If your " +"Seafile server is Pro edition, you can selectively sync a sub-folder in a " +"library, instead of syncing the entire library." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:6 +msgid "Syncing With an Existing Folder" +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:6 +msgid "Setting Sync Interval" +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:6 +msgid "Unsync and Resync Library" +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use sync with existing folder " +"feature." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:5 +#: seahub/templates/js/sysadmin-templates.html:277 +#: seahub/templates/sysadmin/base.html:5 +msgid "Exit admin panel" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:16 +#: seahub/institutions/templates/institutions/useradmin.html:9 +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 +msgid "Users" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:37 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:7 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:7 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:8 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:7 +msgid "Search users..." +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:7 +#: seahub/templates/js/sysadmin-templates.html:8 +#: seahub/templates/js/sysadmin-templates.html:98 +#: seahub/templates/sysadmin/base.html:16 +msgid "Info" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:13 +#: seahub/templates/home_base.html:59 +#: seahub/templates/js/sysadmin-templates.html:19 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:737 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1855 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/sysadmin/sys_org_info_group.html:10 +#: seahub/templates/sysadmin/sys_org_info_library.html:10 +#: seahub/templates/sysadmin/sys_org_info_setting.html:10 +#: seahub/templates/sysadmin/sys_org_info_user.html:9 +msgid "Libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Active Users" +msgstr "" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Total Users" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:20 +#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/user_profile.html:4 +#: seahub/templates/sysadmin/userinfo.html:23 +msgid "Profile" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:21 +#: seahub/templates/i18n.html:11 seahub/templates/sysadmin/userinfo.html:24 +msgid "Owned Libs" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:28 +#: seahub/templates/sysadmin/userinfo.html:33 +msgid "Avatar" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:35 +#: seahub/templates/sysadmin/userinfo.html:44 +msgctxt "true name" +msgid "Name" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:40 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/userinfo.html:56 +msgid "Department" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:43 +#: seahub/templates/registration/registration_form.html:36 +#: seahub/templates/sysadmin/userinfo.html:69 +msgid "Telephone" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:47 +#: seahub/institutions/templates/institutions/useradmin.html:18 +#: seahub/institutions/templates/institutions/useradmin_search.html:20 +#: seahub/templates/sysadmin/org_admin_table.html:6 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:17 +#: seahub/templates/sysadmin/sys_inst_info_base.html:23 +#: seahub/templates/sysadmin/sys_inst_info_user.html:17 +#: seahub/templates/sysadmin/sys_inst_search_user.html:18 +#: seahub/templates/sysadmin/sys_org_info_base.html:26 +#: seahub/templates/sysadmin/sys_org_info_user.html:21 +msgid "Space Used" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:48 +#: seahub/templates/sysadmin/sys_inst_info_base.html:24 +#: seahub/templates/sysadmin/sys_org_info_base.html:28 +msgid "Set Quota" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:52 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:88 +#: seahub/templates/sysadmin/useradmin_table.html:111 +#: seahub/templates/sysadmin/userinfo.html:102 +msgid "Set user storage limit" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:55 +msgid "Available quota:" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:67 +#: seahub/templates/file_revisions.html:56 +#: seahub/templates/js/sysadmin-templates.html:470 +#: seahub/templates/js/sysadmin-templates.html:768 +#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:1217 +#: seahub/templates/js/templates.html:1236 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1613 +#: seahub/templates/js/templates.html:1632 +#: seahub/templates/repo_dir_recycle_view.html:46 +#: seahub/templates/repo_history_view.html:59 +#: seahub/templates/sysadmin/userinfo.html:119 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:206 +#: seahub/templates/view_shared_dir.html:55 +msgid "Size" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:68 +#: seahub/templates/js/sysadmin-templates.html:471 +#: seahub/templates/js/templates.html:301 +#: seahub/templates/js/templates.html:1158 +#: seahub/templates/js/templates.html:1218 +#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1261 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/view_shared_dir.html:56 +msgid "Last Update" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/templates/js/templates.html:1273 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:176 +msgid "Encrypted" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:176 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "library icon" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:103 +#: seahub/templates/sysadmin/userinfo.html:157 +msgid "This user has not created any libraries" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:113 +#: seahub/templates/js/sysadmin-templates.html:807 +#: seahub/templates/js/templates.html:1492 +#: seahub/templates/sysadmin/sys_useradmin.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/userinfo.html:253 seahub/views/sysadmin.py:279 +msgid "Role" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:114 +#: seahub/templates/sysadmin/sys_inst_admin.html:28 +#: seahub/templates/sysadmin/sys_org_info_group.html:20 +#: seahub/templates/sysadmin/sys_publink_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:254 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:1062 +msgid "Create At" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:128 +#: seahub/templates/sysadmin/userinfo.html:268 +msgid "This user has not created or joined any groups" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:151 +#: seahub/templates/sysadmin/sys_inst_info_base.html:56 +msgid "Space Quota can't be empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Contact Email" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:17 +#: seahub/institutions/templates/institutions/useradmin_search.html:19 +#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:16 +#: seahub/templates/sysadmin/sys_inst_info_user.html:16 +#: seahub/templates/sysadmin/sys_inst_search_user.html:17 +#: seahub/templates/sysadmin/sys_org_info_user.html:20 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:36 +#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:11 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Status" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:19 +#: seahub/institutions/templates/institutions/useradmin_search.html:21 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:18 +#: seahub/templates/sysadmin/sys_inst_info_user.html:18 +#: seahub/templates/sysadmin/sys_inst_search_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:22 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:26 +#: seahub/templates/sysadmin/useradmin_table.html:14 +msgid "Create At / Last Login" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:33 +#: seahub/institutions/templates/institutions/useradmin.html:40 +#: seahub/institutions/templates/institutions/useradmin_search.html:35 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:28 +#: seahub/templates/sysadmin/sys_inst_info_user.html:28 +#: seahub/templates/sysadmin/sys_inst_search_user.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:39 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:53 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:44 +#: seahub/views/sysadmin.py:324 +msgid "Active" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:35 +#: seahub/institutions/templates/institutions/useradmin.html:41 +#: seahub/institutions/templates/institutions/useradmin_search.html:37 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:30 +#: seahub/templates/sysadmin/sys_inst_info_user.html:30 +#: seahub/templates/sysadmin/sys_inst_search_user.html:31 +#: seahub/templates/sysadmin/sys_org_info_user.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:55 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:61 +#: seahub/templates/sysadmin/useradmin_table.html:39 +#: seahub/templates/sysadmin/useradmin_table.html:45 +#: seahub/views/sysadmin.py:326 +msgid "Inactive" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:66 +#: seahub/institutions/templates/institutions/useradmin_search.html:62 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_inst_admin.html:44 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:47 +#: seahub/templates/sysadmin/sys_inst_info_user.html:48 +#: seahub/templates/sysadmin/sys_publink_admin.html:59 +#: seahub/templates/sysadmin/sys_terms_admin.html:48 +msgid "Empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:70 +#: seahub/templates/sysadmin/sys_inst_info_user.html:52 +#: seahub/templates/sysadmin/sys_org_info_user.html:60 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:104 +#: seahub/templates/sysadmin/sys_useradmin.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:53 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:31 +#: seahub/templates/sysadmin/user_search.html:27 +msgid "Activating..., please wait" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:78 +#: seahub/institutions/templates/institutions/useradmin_search.html:70 +#: seahub/templates/sysadmin/sys_org_info_user.html:178 +#: seahub/templates/sysadmin/useradmin_js.html:3 +#: seahub/templates/sysadmin/useradmin_js.html:122 +msgid "Delete User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:124 +#: seahub/templates/sysadmin/sys_inst_info_user.html:98 +#: seahub/templates/sysadmin/useradmin_js.html:64 +msgid "Edit succeeded, an email has been sent." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:126 +#: seahub/templates/sysadmin/sys_inst_info_user.html:100 +#: seahub/templates/sysadmin/useradmin_js.html:66 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:128 +#: seahub/templates/sysadmin/sys_inst_info_user.html:102 +#: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/useradmin_js.html:68 +msgid "Edit succeeded" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:136 +#: seahub/templates/sysadmin/sys_inst_info_user.html:110 +#: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/useradmin_js.html:76 +msgid "Edit failed." +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:7 +#: seahub/templates/sysadmin/sys_inst_search_user.html:5 +#: seahub/templates/sysadmin/user_search.html:7 +msgid "Search User" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin_search.html:13 +#: seahub/templates/js/sysadmin-templates.html:347 +#: seahub/templates/js/sysadmin-templates.html:575 +#: seahub/templates/sysadmin/sys_inst_search_user.html:11 +#: seahub/templates/sysadmin/sys_org_search.html:15 +#: seahub/templates/sysadmin/user_search.html:14 +msgid "Result" +msgstr "" + +#: seahub/institutions/views.py:162 +#: seahub/templates/js/sysadmin-templates.html:323 +#: seahub/templates/js/sysadmin-templates.html:344 +#: seahub/templates/js/sysadmin-templates.html:356 +#: seahub/templates/js/sysadmin-templates.html:428 +#: seahub/templates/js/sysadmin-templates.html:550 +#: seahub/templates/js/sysadmin-templates.html:581 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:825 +#: seahub/templates/sysadmin/sys_org_admin.html:30 +#: seahub/templates/sysadmin/sys_org_info_library.html:21 +#: seahub/templates/sysadmin/sys_publink_admin.html:13 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:12 +#: seahub/views/sysadmin.py:616 +msgid "Owner" +msgstr "" + +#: seahub/institutions/views.py:164 seahub/templates/base.html:74 +#: seahub/templates/base.html.py:77 +#: seahub/templates/js/sysadmin-templates.html:827 +#: seahub/templates/js/sysadmin-templates.html:831 +#: seahub/templates/js/sysadmin-templates.html:838 +#: seahub/templates/js/templates.html:1526 +#: seahub/templates/js/templates.html:1530 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1835 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:618 +msgid "Admin" +msgstr "" + +#: seahub/institutions/views.py:166 +#: seahub/templates/js/sysadmin-templates.html:830 +#: seahub/templates/js/sysadmin-templates.html:834 +#: seahub/templates/js/sysadmin-templates.html:837 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1533 +#: seahub/templates/js/templates.html:1536 seahub/views/sysadmin.py:620 +msgid "Member" +msgstr "" + +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:714 +#, python-format +msgid "Successfully deleted %s" +msgstr "" + +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:716 +msgid "Failed to delete: the user does not exist" +msgstr "" + +#: seahub/invitations/models.py:16 seahub/invitations/models.py:34 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/useradmin_table.html:53 +#: seahub/templates/sysadmin/useradmin_table.html:63 +#: seahub/views/sysadmin.py:337 +msgid "Guest" +msgstr "" + +#: seahub/invitations/models.py:90 +#, python-format +msgid "%(user)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:8 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_batch_add_email.html:9 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "" + +#: seahub/invitations/templates/invitations/invitation_email.html:12 +#, python-format +msgid "" +"%(inviter)s invited you to join %(site_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:26 +#: seahub/templates/sysadmin/settings.html:213 +#: seahub/templates/sysadmin/useradmin_js.html:197 +#: seahub/templates/sysadmin/userinfo.html:398 +msgid "It is required." +msgstr "" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:57 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:73 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:98 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:28 +#: seahub/notifications/management/commands/send_notices.py:272 +#, python-format +msgid "New notice on %s" +msgstr "" + +#: seahub/notifications/models.py:422 seahub/notifications/models.py:464 +#: seahub/notifications/models.py:492 seahub/notifications/models.py:529 +#: seahub/notifications/models.py:561 seahub/notifications/models.py:579 +#: seahub/notifications/models.py:609 seahub/notifications/models.py:631 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1088 +msgid "Internal error" +msgstr "" + +#: seahub/notifications/models.py:441 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "" + +#: seahub/notifications/models.py:448 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to Deleted " +"Library" +msgstr "" + +#: seahub/notifications/models.py:474 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to " +"you." +msgstr "" + +#: seahub/notifications/models.py:509 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:540 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "" + +#: seahub/notifications/models.py:544 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:590 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "" + +#: seahub/notifications/models.py:619 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "" + +#: seahub/notifications/models.py:645 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "" +msgstr[1] "" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +#: seahub/notifications/templates/notifications/user_notification_list.html:21 +msgid "Message" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:22 +#: seahub/templates/file_revisions.html:54 +#: seahub/templates/js/sysadmin-templates.html:238 +#: seahub/templates/js/sysadmin-templates.html:860 +#: seahub/templates/repo_history.html:29 +msgid "Time" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:27 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:36 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:39 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, 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:48 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:64 +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: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:27 +msgid "(current notification)" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:31 +msgid "Set to current" +msgstr "" + +#: seahub/notifications/templates/notifications/notification_list.html:51 +msgid "Delete Notification" +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in file %(file_name)s during regular scanning." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning. Please check the report at:" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:4 +#: seahub/notifications/templates/notifications/user_notification_list.html:9 +msgid "Notices" +msgstr "" + +#: 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:29 +#: seahub/templates/libraries.html:179 +#: seahub/templates/repo_dir_recycle_view.html:59 +msgid "More" +msgstr "" + +#: seahub/notifications/views.py:130 +msgid "Successfully cleared all notices." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "" + +#: seahub/options/templates/options/set_user_options.html:13 +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/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/templates/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:15 +#: seahub/templates/js/sysadmin-templates.html:276 +#: seahub/templates/js/templates.html:1047 +#: seahub/templates/js/templates.html:1827 seahub/templates/libraries.html:121 +#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/sysadmin/settings.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:11 +#: seahub/templates/sysadmin/sys_org_info_library.html:11 +#: seahub/templates/sysadmin/sys_org_info_setting.html:11 +#: seahub/templates/sysadmin/sys_org_info_user.html:10 +msgid "Settings" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:14 +msgid "Language" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:16 +msgid "Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:111 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:21 +#: seahub/profile/templates/profile/set_profile.html:136 +#: seahub/profile/templates/profile/set_profile.html:159 +msgid "Delete Account" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:30 +msgid "Profile Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:32 +msgid "Avatar:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:34 +msgid "Change" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +msgid "Password:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/templates/sysadmin/sys_terms_admin.html:39 +msgid "Update" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:43 +msgctxt "true name" +msgid "Name:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:50 +msgid "Username:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:51 +msgid "You can use this field at login." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:56 +msgid "Contact Email:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:57 +msgid "Your notifications will be sent to this email." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:62 +msgid "Department:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:67 +msgid "Telephone:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:79 +msgid "Language Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:90 +msgid "Default Library Setting" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:92 +msgid "Your default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:94 +msgid "" +"Default library is the default place to store your personal documents and " +"pictures." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:95 +msgid "Choose Default Library" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:98 +msgid "Choose default library:" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:113 +msgid "enabled" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:115 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:119 +msgid "" +"If you don't have any device with you, you can access your account using " +"backup codes." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:120 +#, python-format +msgid "You have only one backup code remaining." +msgid_plural "You have %(counter)s backup codes remaining." +msgstr[0] "" +msgstr[1] "" + +#: seahub/profile/templates/profile/set_profile.html:123 +msgid "Show Codes" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:127 +msgid "" +"Two-factor authentication is not enabled for your account. Enable two-factor" +" authentication for enhanced account security." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:129 +msgid "Enable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:137 +msgid "This operation will not be reverted. Please think twice!" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:160 +msgid "Really want to delete your account?" +msgstr "" + +#: seahub/profile/views.py:41 +msgid "Successfully edited profile." +msgstr "" + +#: seahub/profile/views.py:45 +msgid "Failed to edit profile" +msgstr "" + +#: seahub/profile/views.py:157 +msgid "Has not accepted invitation yet" +msgstr "" + +#: seahub/profile/views.py:176 +msgid "Demo account can not be deleted." +msgstr "" + +#: seahub/profile/views.py:202 +msgid "Failed to set default library." +msgstr "" + +#: seahub/profile/views.py:206 +msgid "Can not set encrypted library as default library." +msgstr "" + +#: seahub/profile/views.py:211 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "" + +#: seahub/settings.py:143 +msgid "català" +msgstr "" + +#: seahub/settings.py:144 +msgid "Deutsch" +msgstr "" + +#: seahub/settings.py:145 +msgid "English" +msgstr "" + +#: seahub/settings.py:146 +msgid "Español" +msgstr "" + +#: seahub/settings.py:147 +msgid "Español de Argentina" +msgstr "" + +#: seahub/settings.py:148 +msgid "Español de México" +msgstr "" + +#: seahub/settings.py:149 +msgid "Suomi" +msgstr "" + +#: seahub/settings.py:150 +msgid "français" +msgstr "" + +#: seahub/settings.py:151 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:152 +msgid "Magyar" +msgstr "" + +#: seahub/settings.py:153 +msgid "Íslenska" +msgstr "" + +#: seahub/settings.py:154 +msgid "Italiano" +msgstr "" + +#: seahub/settings.py:155 +msgid "日本語" +msgstr "" + +#: seahub/settings.py:156 +msgid "한국어" +msgstr "" + +#: seahub/settings.py:157 +msgid "Latvian" +msgstr "" + +#: seahub/settings.py:158 +msgid "Nederlands" +msgstr "" + +#: seahub/settings.py:159 +msgid "Polski" +msgstr "" + +#: seahub/settings.py:160 +msgid "Portuguese, Brazil" +msgstr "" + +#: seahub/settings.py:161 +msgid "Русский" +msgstr "" + +#: seahub/settings.py:162 +msgid "Slovak" +msgstr "" + +#: seahub/settings.py:163 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:164 +msgid "Svenska" +msgstr "" + +#: seahub/settings.py:165 +msgid "ไทย" +msgstr "" + +#: seahub/settings.py:166 +msgid "Türkçe" +msgstr "" + +#: seahub/settings.py:167 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:168 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:169 +msgid "繁體中文" +msgstr "" + +#: seahub/share/forms.py:20 seahub/share/forms.py:33 +msgid "Email is required" +msgstr "" + +#: seahub/share/forms.py:21 seahub/share/forms.py:34 +msgid "Email is not longer than 512 characters" +msgstr "" + +#: seahub/share/models.py:72 +msgid "Password can't be empty" +msgstr "" + +#: seahub/share/models.py:79 +msgid "Please enter a correct password." +msgstr "" + +#: seahub/share/templates/share/audit_code_email.html:11 +#, python-format +msgid "Your code is %(code)s, this code will be valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:6 +msgid "Email Verification" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:8 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:11 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:13 +msgid "Verification code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:63 +msgid "A verification code has been sent to the email." +msgstr "" + +#: seahub/share/views.py:199 seahub/share/views.py:311 +msgid "Internal server error, or please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:219 +msgid "Please choose a directory." +msgstr "" + +#: seahub/share/views.py:241 +msgid "Successfully saved." +msgstr "" + +#: seahub/share/views.py:255 +msgid "" +"Sending shared upload link failed. Email service is not properly configured," +" please contact administrator." +msgstr "" + +#: seahub/share/views.py:329 seahub/thumbnail/views.py:40 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 +#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 +#: seahub/views/ajax.py:544 seahub/views/ajax.py:738 seahub/views/ajax.py:1091 +msgid "Library does not exist." +msgstr "" + +#: seahub/share/views.py:333 +msgid "Directory does not exist." +msgstr "" + +#: seahub/share/views.py:382 +msgid "Only the owner of the library has permission to share it." +msgstr "" + +#: seahub/share/views.py:420 +msgid "Please check the email(s) you entered" +msgstr "" + +#: seahub/share/views.py:437 +msgid "Email address is not valid" +msgstr "" + +#: seahub/share/views.py:446 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:455 +msgid "Verification code for visiting share links" +msgstr "" + +#: seahub/share/views.py:470 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "" + +#: seahub/templates/base.html:9 seahub/templates/base_for_backbone.html:9 +#: seahub/templates/sysadmin/sysadmin_backbone.html:9 +msgid "File Collaboration Team Organization" +msgstr "" + +#: seahub/templates/base.html:42 seahub/templates/base_for_backbone.html:50 +#: seahub/templates/sysadmin/sysadmin_backbone.html:45 +msgid "Side Nav Menu" +msgstr "" + +#: seahub/templates/base.html:53 seahub/templates/base_for_backbone.html:65 +#: seahub/templates/sysadmin/sysadmin_backbone.html:48 +msgid "View profile and more" +msgstr "" + +#: seahub/templates/base.html:71 seahub/templates/js/sysadmin-templates.html:5 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/sysadmin/base.html:13 +msgid "System Admin" +msgstr "" + +#: seahub/templates/base.html:74 seahub/templates/js/templates.html:1832 +msgid "Organization Admin" +msgstr "" + +#: seahub/templates/base.html:80 seahub/templates/finish_payment.html:5 +#: seahub/templates/js/sysadmin-templates.html:278 +#: seahub/templates/js/templates.html:1837 +msgid "Log out" +msgstr "" + +#: seahub/templates/base.html:123 seahub/templates/base_for_backbone.html:87 +#: seahub/templates/sysadmin/sysadmin_backbone.html:70 +#: seahub/views/sysadmin.py:332 seahub/views/sysadmin.py:333 +msgid "Yes" +msgstr "" + +#: seahub/templates/base.html:124 seahub/templates/base_for_backbone.html:88 +#: seahub/templates/sysadmin/sysadmin_backbone.html:71 +msgid "No" +msgstr "" + +#: seahub/templates/base_for_backbone.html:28 +msgid "" +"We no longer support this version of IE. Please upgrade it to version 10 or " +"above." +msgstr "" + +#: seahub/templates/base_for_backbone.html:58 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/js/templates.html:1804 +#: seahub/templates/sysadmin/base.html:46 +msgid "Notifications" +msgstr "" + +#: seahub/templates/base_for_backbone.html:94 +#, python-format +msgid "Welcome to %(site_name)s" +msgstr "" + +#: seahub/templates/base_for_backbone.html:96 +#, python-format +msgid "" +"%(site_name)s 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/base_for_backbone.html:98 +#, python-format +msgid "" +"%(site_name)s 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/choose_register.html:13 +#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/registration_form.html:11 +msgid "Signup" +msgstr "" + +#: seahub/templates/choose_register.html:14 +msgid "Create a personal account" +msgstr "" + +#: seahub/templates/choose_register.html:15 +msgid "Create an organization account" +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:9 +#: seahub/templates/share_access_validation.html:13 +msgid "Password: " +msgstr "" + +#: seahub/templates/decrypt_repo_form.html:24 +#: seahub/templates/share_access_validation.html:29 +msgid "Please enter the password." +msgstr "" + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:88 +#: seahub/templates/js/sysadmin-templates.html:521 +#: seahub/templates/js/templates.html:190 +#: seahub/templates/js/templates.html:196 +#: seahub/templates/js/templates.html:338 +#: seahub/templates/js/templates.html:401 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:573 +#: seahub/templates/js/templates.html:636 +#: seahub/templates/js/templates.html:662 +#: seahub/templates/repo_history_view.html:79 +#: seahub/templates/shared_file_view.html:40 +#: seahub/templates/shared_file_view.html:69 +#: seahub/templates/sysadmin/userinfo.html:223 +#: seahub/templates/view_file_base.html:67 +#: seahub/templates/view_file_base.html:149 +#: seahub/templates/view_history_file.html:23 +#: seahub/templates/view_history_file.html:34 +#: seahub/templates/view_shared_dir.html:72 +#: seahub/templates/view_shared_dir.html:73 +#: seahub/templates/view_shared_dir.html:104 +#: seahub/templates/view_shared_dir.html:105 +#: seahub/templates/view_shared_dir.html:122 +#: seahub/templates/view_shared_dir.html:156 +msgid "Download" +msgstr "" + +#: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 +#: seahub/templates/js/templates.html:485 +#: seahub/templates/js/templates.html:585 +msgid "Access Log" +msgstr "" + +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "" + +#: seahub/templates/file_access.html:25 +#: seahub/templates/js/sysadmin-templates.html:181 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:676 +#: seahub/templates/js/templates.html:803 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1685 +#: seahub/templates/sysadmin/settings.html:29 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 +msgid "User" +msgstr "" + +#: seahub/templates/file_access.html:26 +#: seahub/templates/sysadmin/sys_invitations_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:207 +msgid "Type" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:184 +#: seahub/templates/js/sysadmin-templates.html:235 +#: seahub/templates/libraries.html:189 +msgid "IP" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:183 +#: seahub/templates/libraries.html:188 +msgid "Device Name" +msgstr "" + +#: seahub/templates/file_access.html:28 +msgid "Date" +msgstr "" + +#: seahub/templates/file_access.html:38 +msgid "Anonymous User" +msgstr "" + +#: seahub/templates/file_access.html:56 +#: seahub/templates/js/sysadmin-templates.html:197 +#: seahub/templates/js/sysadmin-templates.html:331 +#: seahub/templates/js/sysadmin-templates.html:437 +#: seahub/templates/js/sysadmin-templates.html:559 +#: seahub/templates/js/sysadmin-templates.html:867 +#: seahub/templates/repo_history.html:78 +#: seahub/templates/snippets/admin_paginator.html:4 +#: seahub/templates/sysadmin/sys_publink_admin.html:33 +#: seahub/templates/sysadmin/sys_trafficadmin.html:30 +#: seahub/templates/sysadmin/useradmin_paginator.html:4 +msgid "Previous" +msgstr "" + +#: seahub/templates/file_access.html:59 +#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:332 +#: seahub/templates/js/sysadmin-templates.html:438 +#: seahub/templates/js/sysadmin-templates.html:560 +#: seahub/templates/js/sysadmin-templates.html:868 +#: seahub/templates/repo_history.html:81 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/templates/sysadmin/sys_publink_admin.html:36 +#: seahub/templates/sysadmin/sys_trafficadmin.html:33 +#: seahub/templates/sysadmin/useradmin_paginator.html:7 +msgid "Next" +msgstr "" + +#: seahub/templates/file_access.html:64 +#: seahub/templates/snippets/admin_paginator.html:12 +#: seahub/templates/sysadmin/sys_publink_admin.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:38 +#: seahub/templates/sysadmin/useradmin_paginator.html:12 +msgid "Per page: " +msgstr "" + +#: seahub/templates/file_access.html:83 +msgid "This file has (apparently) not been accessed yet" +msgstr "" + +#: seahub/templates/file_edit.html:91 +#: seahub/templates/repo_dir_recycle_view.html:21 +#: seahub/templates/repo_history_view.html:40 +#: seahub/templates/shared_file_view.html:19 +#: seahub/templates/view_shared_dir.html:20 +msgid "Current path: " +msgstr "" + +#: seahub/templates/file_edit.html:101 +msgid "Draft saved." +msgstr "" + +#: seahub/templates/file_edit.html:130 +#: seahub/templates/js/sysadmin-templates.html:236 +#: seahub/templates/js/templates.html:1157 +#: seahub/templates/js/templates.html:1951 +#: seahub/templates/js/templates.html:1986 +#: seahub/templates/sysadmin/settings.html:104 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:11 +msgid "Library" +msgstr "" + +#: seahub/templates/file_edit.html:130 +msgid "is encrypted" +msgstr "" + +#: seahub/templates/file_edit.html:133 +msgid "The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/file_edit.html:142 +msgid "Choose a file" +msgstr "" + +#: seahub/templates/file_edit.html:150 +msgid "Please choose a file." +msgstr "" + +#: seahub/templates/file_edit.html:158 +msgid "Draft Available" +msgstr "" + +#: seahub/templates/file_edit.html:159 +msgid "There's a saved draft for this file, would you like to load it?" +msgstr "" + +#: seahub/templates/file_edit.html:160 +msgid "Load" +msgstr "" + +#: seahub/templates/file_edit.html:161 +msgid "Discard" +msgstr "" + +#: seahub/templates/file_edit.html:174 +msgid "Failed to save draft, exceeded max quota" +msgstr "" + +#: seahub/templates/file_edit.html:243 +msgid "Draft successfully loaded" +msgstr "" + +#: seahub/templates/file_edit.html:361 +msgid "Please check the network." +msgstr "" + +#: seahub/templates/file_edit.html:405 +msgid "Bold" +msgstr "" + +#: seahub/templates/file_edit.html:406 +msgid "Italic" +msgstr "" + +#: seahub/templates/file_edit.html:407 +msgid "Heading 1" +msgstr "" + +#: seahub/templates/file_edit.html:408 +msgid "Heading 2" +msgstr "" + +#: seahub/templates/file_edit.html:409 +msgid "Heading 3" +msgstr "" + +#: seahub/templates/file_edit.html:410 +msgid "Heading 4" +msgstr "" + +#: seahub/templates/file_edit.html:411 +msgid "Unordered list" +msgstr "" + +#: seahub/templates/file_edit.html:412 +msgid "Ordered list" +msgstr "" + +#: seahub/templates/file_edit.html:413 +msgid "Horizontal rule" +msgstr "" + +#: seahub/templates/file_edit.html:414 seahub/templates/file_edit.html:432 +msgid "Link" +msgstr "" + +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1651 +#: seahub/templates/repo_history_view.html:74 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +#: seahub/templates/sysadmin/userinfo.html:215 +#: seahub/templates/view_shared_dir.html:84 +#: seahub/templates/view_shared_dir.html:86 +#: seahub/templates/view_shared_dir.html:89 +msgid "File" +msgstr "" + +#: seahub/templates/file_edit.html:416 seahub/templates/file_edit.html:438 +msgid "Image" +msgstr "" + +#: seahub/templates/file_edit.html:417 seahub/templates/file_edit.html:444 +msgid "Table" +msgstr "" + +#: seahub/templates/file_edit.html:418 +msgid "Undo(Ctrl+Z)" +msgstr "" + +#: seahub/templates/file_edit.html:419 +msgid "Redo(Ctrl+Y)" +msgstr "" + +#: seahub/templates/file_edit.html:420 +msgid "Close live preview" +msgstr "" + +#: seahub/templates/file_edit.html:421 +msgid "Live preview" +msgstr "" + +#: seahub/templates/file_edit.html:422 +msgid "Fullscreen" +msgstr "" + +#: seahub/templates/file_edit.html:434 seahub/templates/file_edit.html:440 +msgid "Title" +msgstr "" + +#: seahub/templates/file_edit.html:435 seahub/templates/file_edit.html:441 +msgid "Please enter URL." +msgstr "" + +#: seahub/templates/file_edit.html:445 +msgid "Cells" +msgstr "" + +#: seahub/templates/file_edit.html:446 +msgid "Align" +msgstr "" + +#: seahub/templates/file_edit.html:447 +msgid "Rows" +msgstr "" + +#: seahub/templates/file_edit.html:448 +msgid "Columns" +msgstr "" + +#: seahub/templates/file_edit.html:449 +#: seahub/templates/sysadmin/sys_useradmin.html:49 +#: seahub/templates/sysadmin/useradmin_table.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/views/sysadmin.py:339 +msgid "Default" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align left" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align center" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align right" +msgstr "" + +#: seahub/templates/file_edit.html:494 +msgid "Submit failed. Please check the network." +msgstr "" + +#: seahub/templates/file_edit.html:514 +msgid "Password is required." +msgstr "" + +#: seahub/templates/file_revisions.html:5 +#: seahub/templates/js/templates.html:257 +#: seahub/templates/js/templates.html:482 +#: seahub/templates/js/templates.html:582 +#: seahub/templates/js/templates.html:645 seahub/templates/repo_history.html:5 +#: seahub/templates/view_file_base.html:59 +msgid "History" +msgstr "" + +#: seahub/templates/file_revisions.html:14 +#, python-format +msgid "%(u_filename)s Version History" +msgstr "" + +#: seahub/templates/file_revisions.html:16 +#: seahub/templates/repo_dir_recycle_view.html:15 +#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history_view.html:16 +#: seahub/templates/sysadmin/sys_inst_info_base.html:16 +#: seahub/templates/text_diff.html:15 +msgid "Back" +msgstr "" + +#: seahub/templates/file_revisions.html:21 +msgid "" +"Tip: a new version will be generated after each modification, and you can " +"restore the file to a previous version." +msgstr "" + +#: seahub/templates/file_revisions.html:36 +#: seahub/templates/file_revisions.html:38 +msgid "a week" +msgstr "" + +#: seahub/templates/file_revisions.html:41 +#: seahub/templates/file_revisions.html:43 +msgid "a month" +msgstr "" + +#: seahub/templates/file_revisions.html:46 +#: seahub/templates/file_revisions.html:48 +#: seahub/templates/repo_dir_recycle_view.html:71 +msgid "all" +msgstr "" + +#: seahub/templates/file_revisions.html:55 +#: seahub/templates/repo_history.html:30 +msgid "Modifier" +msgstr "" + +#: seahub/templates/file_revisions.html:64 +msgid "(current version)" +msgstr "" + +#: seahub/templates/file_revisions.html:68 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "" + +#: seahub/templates/file_revisions.html:85 +#: seahub/templates/js/sysadmin-templates.html:454 +#: seahub/templates/repo_history_view.html:51 +#: seahub/templates/repo_history_view.html:68 +#: seahub/templates/repo_history_view.html:78 +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "" + +#: seahub/templates/file_revisions.html:89 +#: seahub/templates/js/templates.html:2016 +#: seahub/templates/js/templates.html:2027 +msgid "View" +msgstr "" + +#: seahub/templates/file_revisions.html:91 +msgid "Diff" +msgstr "" + +#: seahub/templates/file_revisions.html:114 +#, python-brace-format +msgid "Successfully restored {filename}" +msgstr "" + +#: seahub/templates/finish_payment.html:8 +msgid "Plan" +msgstr "" + +#: seahub/templates/home_base.html:9 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/templates.html:889 +msgid "Files" +msgstr "" + +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:274 +#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:893 seahub/templates/libraries.html:13 +msgid "My Libraries" +msgstr "" + +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:898 seahub/templates/libraries.html:29 +msgid "Shared with me" +msgstr "" + +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:272 +#: seahub/templates/js/templates.html:903 seahub/templates/libraries.html:44 +msgid "Shared with all" +msgstr "" + +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:909 +#: seahub/templates/js/templates.html:926 +#: seahub/templates/js/templates.html:929 +msgid "Shared with groups" +msgstr "" + +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:911 +#: seahub/templates/js/templates.html:933 +msgid "All Groups" +msgstr "" + +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:946 +msgid "Tools" +msgstr "" + +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:955 +#: seahub/templates/libraries.html:164 +msgid "Favorites" +msgstr "" + +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:959 +msgid "Activities" +msgstr "" + +#: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 +#: seahub/templates/js/templates.html:967 +#: seahub/templates/js/templates.html:1021 +#: seahub/templates/wiki/personal_wiki.html:6 +#: seahub/templates/wiki/personal_wiki_pages.html:6 +msgid "Personal Wiki" +msgstr "" + +#: seahub/templates/home_base.html:48 seahub/templates/js/templates.html:973 +#: seahub/templates/libraries.html:183 +msgid "Linked Devices" +msgstr "" + +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:977 +#: seahub/templates/js/templates.html:2041 +#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/templates.html:2079 +msgid "Invite People" +msgstr "" + +#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:982 +msgid "Share Admin" +msgstr "" + +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:989 +#: seahub/templates/js/templates.html:1910 +msgid "Folders" +msgstr "" + +#: seahub/templates/home_base.html:62 +#: seahub/templates/js/sysadmin-templates.html:43 +#: seahub/templates/js/templates.html:994 +#: seahub/templates/js/templates.html:998 +#: seahub/templates/sysadmin/base.html:49 +msgid "Links" +msgstr "" + +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1010 +msgid "Enable Modules" +msgstr "" + +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:216 +msgid "Upload Folder" +msgstr "" + +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:718 +#: seahub/templates/snippets/file_share_popup.html:25 +msgid "Add auto expiration" +msgstr "" + +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:721 +#: seahub/templates/snippets/file_share_popup.html:28 +msgid "Days" +msgstr "" + +#: seahub/templates/i18n.html:9 seahub/templates/sysadmin/userinfo.html:26 +msgid "Shared Links" +msgstr "" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "" + +#: seahub/templates/i18n.html:12 seahub/templates/sysadmin/userinfo.html:25 +msgid "Shared Libs" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:5 +#: seahub/templates/js/sysadmin-templates.html:506 +#: seahub/templates/js/templates.html:229 +msgid "New Folder" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:48 +msgid "Current Library" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:55 +msgid "Other Libraries" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:66 +#: seahub/templates/shared_file_view.html:57 +msgid "Please click and choose a directory." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:85 +msgid "File Upload" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:92 +#: seahub/templates/view_shared_upload_link.html:30 +msgid "Cancel All" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:96 +#: seahub/templates/view_shared_upload_link.html:48 +msgid "Saving..." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:106 +msgid "This library is password protected" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:110 +msgid "*The password will be kept in the server for only 1 hour." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "A file with the same name already exists in this folder." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "Replacing it will overwrite its content." +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:119 +msgid "Replace" +msgstr "" + +#: seahub/templates/js/lib-op-popups.html:120 +msgid "Don't replace" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:11 +#: seahub/templates/sysadmin/base.html:19 +msgid "Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:29 +#: seahub/templates/js/sysadmin-templates.html:156 +#: seahub/templates/sysadmin/base.html:37 +msgid "Organizations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:35 +#: seahub/templates/sysadmin/base.html:42 +msgid "Institutions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:47 +#: seahub/templates/sysadmin/base.html:53 +msgid "Traffic" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/sysadmin/base.html:58 +msgid "Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:57 +#: seahub/templates/sysadmin/base.html:63 +msgid "Virus Scan" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:62 +#: seahub/templates/sysadmin/base.html:68 +msgid "Invitations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:67 +#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/sysadmin/sys_terms_admin.html:8 +msgid "Terms and Conditions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:72 +#: seahub/templates/js/sysadmin-templates.html:851 +#: seahub/templates/sysadmin/base.html:78 +msgid "Admin Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:80 +msgid "Search libraries by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:85 +msgid "Search libraries by owner..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:91 +msgid "Search groups by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:107 +msgid "System Info" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:109 +msgid "Professional Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:111 +msgid "licensed to" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:113 +msgid "expires on" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:116 +msgid "Community Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:117 +msgid "Upgrade to Pro Edition" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:124 +msgid "Storage Used" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Total Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Current Connected Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:131 +msgid "Limits" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:166 +#: seahub/templates/js/sysadmin-templates.html:219 +msgid "Desktop" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:169 +#: seahub/templates/js/sysadmin-templates.html:222 +msgid "Mobile" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:173 +#: seahub/templates/js/sysadmin-templates.html:225 +msgid "Errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/libraries.html:187 +msgid "Platform" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +#: seahub/templates/sysadmin/sys_terms_admin.html:17 +msgid "Version" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:185 +#: seahub/templates/libraries.html:190 +msgid "Last Access" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:194 +msgid "No connected devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:210 +#: seahub/templates/js/templates.html:1795 +msgid "Unlink" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:228 +#: seahub/templates/js/sysadmin-templates.html:309 +#: seahub/templates/repo_dir_recycle_view.html:37 +#: seahub/templates/repo_dir_recycle_view.html:65 +msgid "Clean" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +msgid "Device" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:246 +msgid "No sync errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:299 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/sysadmin/sys_org_admin.html:14 +msgid "All" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:302 +#: seahub/templates/js/sysadmin-templates.html:483 +msgid "System" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:305 +#: seahub/templates/js/templates.html:255 +#: seahub/templates/js/templates.html:260 +#: seahub/templates/view_trash_file.html:6 +msgid "Trash" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:321 +#: seahub/templates/js/sysadmin-templates.html:354 +msgid "Files / Size" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:364 +#: seahub/templates/js/sysadmin-templates.html:777 +msgid "No libraries" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:340 +msgid "Search Library" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:342 +msgid "Tip: you can search by keyword in name or owner or both." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:392 +#: seahub/templates/js/sysadmin-templates.html:613 +#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:97 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/sysadmin/userinfo.html:149 +msgid "Transfer" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:394 +#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:94 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:341 +#: seahub/templates/js/templates.html:403 +#: seahub/templates/js/templates.html:469 +#: seahub/templates/js/templates.html:575 +#: seahub/templates/js/templates.html:638 +#: seahub/templates/js/templates.html:664 +#: seahub/templates/view_file_base.html:54 +msgid "Share" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:422 +msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:429 +msgid "Deleted Time" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:441 +msgid "No library deleted yet" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:209 +#: seahub/templates/js/templates.html:223 +#: seahub/templates/sysadmin/userinfo.html:232 +msgid "Upload" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:541 +#: seahub/templates/js/sysadmin-templates.html:596 +#: seahub/templates/libraries.html:72 seahub/templates/libraries.html.py:90 +msgid "New Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:542 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 +#: seahub/templates/sysadmin/sys_useradmin.html:28 +msgid "Export Excel" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:551 +#: seahub/templates/js/sysadmin-templates.html:582 +msgid "Created At" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:563 +#: seahub/templates/js/sysadmin-templates.html:590 +msgid "No groups" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:569 +msgid "Search Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:571 +msgid "Tip: you can search by keyword in name." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:600 +msgid "(If left blank, owner will be admin)" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:666 +#: seahub/templates/js/templates.html:691 +msgid "Share to user" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:667 +#: seahub/templates/js/templates.html:692 +msgid "Share to group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:677 +#: seahub/templates/js/sysadmin-templates.html:704 +#: seahub/templates/js/templates.html:355 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:672 +#: seahub/templates/js/templates.html:804 +#: seahub/templates/js/templates.html:831 +#: seahub/templates/js/templates.html:1102 +#: seahub/templates/js/templates.html:1128 +#: seahub/templates/js/templates.html:1262 +#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1731 +#: seahub/templates/js/templates.html:1863 +#: seahub/templates/js/templates.html:1918 +msgid "Permission" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/templates.html:830 +#: seahub/templates/js/templates.html:1127 +#: seahub/templates/js/templates.html:1729 +msgid "Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:740 +#: seahub/templates/js/templates.html:1048 seahub/templates/libraries.html:131 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:7 +#: seahub/templates/sysadmin/sys_inst_info_user.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:8 +#: seahub/templates/sysadmin/sys_org_info_library.html:8 +#: seahub/templates/sysadmin/sys_org_info_setting.html:8 +#: seahub/templates/sysadmin/sys_org_info_user.html:7 +msgid "Members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:745 +#: seahub/templates/js/sysadmin-templates.html:753 +msgid "Add Member" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:769 +#: seahub/templates/js/templates.html:1238 +msgid "Shared By" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:125 +#: seahub/templates/js/templates.html:148 +#: seahub/templates/js/templates.html:160 +#: seahub/templates/js/templates.html:179 +#: seahub/templates/js/templates.html:1905 +msgid "Unshare" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:815 +msgid "No members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:858 +msgid "Operation" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:859 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "Detail" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:871 +msgid "No Admin Logs" +msgstr "" + +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 +msgid "New Library" +msgstr "" + +#: seahub/templates/js/templates.html:8 +msgid "Template" +msgstr "" + +#: seahub/templates/js/templates.html:10 +msgid "Select a template" +msgstr "" + +#: seahub/templates/js/templates.html:18 +msgid "Share Permission" +msgstr "" + +#: seahub/templates/js/templates.html:29 +msgid "Encrypt" +msgstr "" + +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:1779 +#, python-format +msgid "(at least %(repo_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:713 +#: seahub/templates/js/templates.html:769 +#: seahub/templates/snippets/file_share_popup.html:20 +msgid "Password again" +msgstr "" + +#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:92 +#: seahub/templates/js/templates.html:349 +#: seahub/templates/js/templates.html:362 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:477 +#: seahub/templates/js/templates.html:500 +#: seahub/templates/js/templates.html:571 +msgid "More Operations" +msgstr "" + +#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:96 +#: seahub/templates/js/templates.html:351 +#: seahub/templates/js/templates.html:407 +#: seahub/templates/js/templates.html:479 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:642 +#: seahub/templates/js/templates.html:668 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1431 +msgid "Rename" +msgstr "" + +#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:98 +msgid "History Setting" +msgstr "" + +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:100 +msgid "Change Password" +msgstr "" + +#: seahub/templates/js/templates.html:61 +#: seahub/templates/js/templates.html:103 +msgid "Share Links" +msgstr "" + +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:106 +msgid "Folder Permission" +msgstr "" + +#: seahub/templates/js/templates.html:71 +#: seahub/templates/js/templates.html:113 +msgid "Broken (please contact your administrator to fix this library)" +msgstr "" + +#: seahub/templates/js/templates.html:187 +#: seahub/templates/js/templates.html:352 +#: seahub/templates/js/templates.html:408 +#: seahub/templates/js/templates.html:480 +#: seahub/templates/js/templates.html:580 +#: seahub/templates/js/templates.html:643 +#: seahub/templates/js/templates.html:669 +msgid "Move" +msgstr "" + +#: seahub/templates/js/templates.html:188 +#: seahub/templates/js/templates.html:195 +#: seahub/templates/js/templates.html:353 +#: seahub/templates/js/templates.html:364 +#: seahub/templates/js/templates.html:409 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:481 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:581 +#: seahub/templates/js/templates.html:597 +#: seahub/templates/js/templates.html:644 +#: seahub/templates/js/templates.html:670 +msgid "Copy" +msgstr "" + +#: seahub/templates/js/templates.html:212 +msgid "Upload Files" +msgstr "" + +#: seahub/templates/js/templates.html:223 +msgid "Out of quota" +msgstr "" + +#: seahub/templates/js/templates.html:226 +msgid "New" +msgstr "" + +#: seahub/templates/js/templates.html:230 +msgid "New File" +msgstr "" + +#: seahub/templates/js/templates.html:233 +msgid "New Markdown File" +msgstr "" + +#: seahub/templates/js/templates.html:234 +msgid "New Excel File" +msgstr "" + +#: seahub/templates/js/templates.html:235 +msgid "New PowerPoint File" +msgstr "" + +#: seahub/templates/js/templates.html:236 +msgid "New Word File" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/view_shared_dir.html:33 +#: seahub/templates/view_shared_dir.html:35 +msgid "List" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "list view" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:37 +#: seahub/templates/view_shared_dir.html:39 +#: seahub/templates/view_shared_dir.html:41 +msgid "Grid" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "grid view" +msgstr "" + +#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:316 +#: seahub/templates/js/templates.html:1216 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1235 +#: seahub/templates/js/templates.html:1249 +msgid "Actions" +msgstr "" + +#: seahub/templates/js/templates.html:312 +#: seahub/templates/js/templates.html:1225 +#: seahub/templates/js/templates.html:1245 +msgid "Sort:" +msgstr "" + +#: seahub/templates/js/templates.html:314 +#: seahub/templates/js/templates.html:1227 +#: seahub/templates/js/templates.html:1247 +msgid "last update" +msgstr "" + +#: seahub/templates/js/templates.html:357 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:495 +#: seahub/templates/js/templates.html:595 +#: seahub/templates/js/templates.html:655 +#: seahub/templates/js/templates.html:674 +msgid "Open via Client" +msgstr "" + +#: seahub/templates/js/templates.html:433 +#: seahub/templates/js/templates.html:528 +#: seahub/templates/view_file_base.html:21 +msgid "starred" +msgstr "" + +#: seahub/templates/js/templates.html:435 +#: seahub/templates/js/templates.html:530 +#: seahub/templates/view_file_base.html:23 +msgid "unstarred" +msgstr "" + +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:546 +#: seahub/templates/js/templates.html:615 +#: seahub/templates/view_file_base.html:27 +msgid "locked" +msgstr "" + +#: seahub/templates/js/templates.html:489 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:649 +#: seahub/templates/view_file_base.html:45 +#: seahub/templates/view_file_base.html:47 +msgid "Unlock" +msgstr "" + +#: seahub/templates/js/templates.html:492 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:652 +#: seahub/templates/view_file_base.html:44 +#: seahub/templates/view_file_base.html:48 +msgid "Lock" +msgstr "" + +#: seahub/templates/js/templates.html:513 +#: seahub/templates/js/templates.html:563 +msgid "Fetch failed" +msgstr "" + +#: seahub/templates/js/templates.html:684 +#: seahub/templates/snippets/file_share_popup.html:6 +msgid "Download Link" +msgstr "" + +#: seahub/templates/js/templates.html:688 +msgid "Upload Link" +msgstr "" + +#: seahub/templates/js/templates.html:704 +#: seahub/templates/js/templates.html:760 +#: seahub/templates/snippets/file_share_popup.html:15 +msgid "Add password protection" +msgstr "" + +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/snippets/file_share_popup.html:18 +#, python-format +msgid "(at least %(share_link_password_min_length)s characters)" +msgstr "" + +#: seahub/templates/js/templates.html:710 +#: seahub/templates/js/templates.html:766 +#: seahub/templates/sysadmin/sys_org_info_user.html:74 +#: seahub/templates/sysadmin/sys_org_info_user.html:98 +#: seahub/templates/sysadmin/sys_useradmin.html:56 +#: seahub/templates/sysadmin/sys_useradmin.html:137 +msgid "Show" +msgstr "" + +#: seahub/templates/js/templates.html:711 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/sysadmin/sys_org_info_user.html:75 +#: seahub/templates/sysadmin/sys_useradmin.html:57 +msgid "Generate a random password" +msgstr "" + +#: seahub/templates/js/templates.html:725 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/snippets/file_share_popup.html:33 +msgid "Generate" +msgstr "" + +#: seahub/templates/js/templates.html:729 +#: seahub/templates/snippets/file_share_popup.html:35 +msgid "Link: " +msgstr "" + +#: seahub/templates/js/templates.html:732 +msgid "Direct Download Link: " +msgstr "" + +#: seahub/templates/js/templates.html:736 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/snippets/file_share_popup.html:36 +msgid "Send" +msgstr "" + +#: seahub/templates/js/templates.html:739 +#: seahub/templates/js/templates.html:780 +#: seahub/templates/snippets/file_share_popup.html:40 +msgid "Send to:" +msgstr "" + +#: seahub/templates/js/templates.html:740 +#: seahub/templates/js/templates.html:781 +#: seahub/templates/snippets/file_share_popup.html:41 +msgid "Emails, Seperated by ','" +msgstr "" + +#: seahub/templates/js/templates.html:741 +#: seahub/templates/js/templates.html:782 +#: seahub/templates/snippets/file_share_popup.html:45 +msgid "Message (optional):" +msgstr "" + +#: seahub/templates/js/templates.html:746 +#: seahub/templates/js/templates.html:787 +#: seahub/templates/snippets/file_share_popup.html:50 +msgid "Sending..." +msgstr "" + +#: seahub/templates/js/templates.html:756 +msgid "" +"You can share the generated link to others and then they can upload files to" +" this directory via the link." +msgstr "" + +#: seahub/templates/js/templates.html:776 +msgid "Upload Link: " +msgstr "" + +#: seahub/templates/js/templates.html:864 +#: seahub/templates/js/templates.html:881 +msgid "Leave Share" +msgstr "" + +#: seahub/templates/js/templates.html:1044 +msgid "Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1049 +msgid "Discussion" +msgstr "" + +#: seahub/templates/js/templates.html:1093 +#: seahub/templates/js/templates.html:1675 +msgid "User Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1676 +msgid "Group Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1156 +#: seahub/templates/js/templates.html:1162 +msgid "File Name" +msgstr "" + +#: seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1193 +msgid "icon" +msgstr "" + +#: seahub/templates/js/templates.html:1185 +#: seahub/templates/js/templates.html:1207 +msgid "Unstar" +msgstr "" + +#: seahub/templates/js/templates.html:1214 +#: seahub/templates/js/templates.html:1223 +#: seahub/templates/js/templates.html:1233 +#: seahub/templates/js/templates.html:1243 +msgid "Library Type" +msgstr "" + +#: seahub/templates/js/templates.html:1254 +msgid "Select libraries to share" +msgstr "" + +#: seahub/templates/js/templates.html:1303 +#: seahub/templates/repo_history.html:41 +msgid "Details" +msgstr "" + +#: seahub/templates/js/templates.html:1311 +msgid "Created library" +msgstr "" + +#: seahub/templates/js/templates.html:1315 +msgid "Deleted library" +msgstr "" + +#: seahub/templates/js/templates.html:1322 +#: seahub/templates/snippets/list_commit_detail.html:10 +msgid "Modification Details" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this library" +msgstr "" + +#: seahub/templates/js/templates.html:1338 +#: seahub/templates/snippets/search_form.html:7 +#: seahub/templates/snippets/search_form.html:13 +msgid "Search Files" +msgstr "" + +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/snippets/search_form.html:9 +msgid "advanced" +msgstr "" + +#: seahub/templates/js/templates.html:1358 +#: seahub/templates/js/templates.html:1375 seahub/templates/libraries.html:108 +msgid "No library is shared to this group" +msgstr "" + +#: seahub/templates/js/templates.html:1383 +msgid "owner" +msgstr "" + +#: seahub/templates/js/templates.html:1385 +msgid "admin" +msgstr "" + +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/view_file_base.html:125 +msgid "Reply" +msgstr "" + +#: seahub/templates/js/templates.html:1416 +#: seahub/templates/js/templates.html:1434 +msgid "Add Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1418 +#: seahub/templates/js/templates.html:1436 +msgid "Remove Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1423 +#: seahub/templates/js/templates.html:1441 +msgid "Import Members" +msgstr "" + +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1442 +msgid "Manage Members" +msgstr "" + +#: seahub/templates/js/templates.html:1427 +msgid "Dismiss" +msgstr "" + +#: seahub/templates/js/templates.html:1446 +msgid "Leave group" +msgstr "" + +#: seahub/templates/js/templates.html:1453 +msgid "Rename Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1462 +msgid "Transfer Group To" +msgstr "" + +#: seahub/templates/js/templates.html:1470 +msgid "Import group members from a CSV file" +msgstr "" + +#: seahub/templates/js/templates.html:1472 +msgid "File format: user@mail.com" +msgstr "" + +#: seahub/templates/js/templates.html:1482 +#: seahub/templates/sysadmin/sys_inst_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:9 +msgid "Add" +msgstr "" + +#: seahub/templates/js/templates.html:1562 +msgid "Setting library history is disabled by Admin" +msgstr "" + +#: seahub/templates/js/templates.html:1567 +msgid "Keep full history" +msgstr "" + +#: seahub/templates/js/templates.html:1573 +msgid "Don't keep history" +msgstr "" + +#: seahub/templates/js/templates.html:1579 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/js/templates.html:1580 +msgid "days" +msgstr "" + +#: seahub/templates/js/templates.html:1597 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1972 +msgid "Download Links" +msgstr "" + +#: seahub/templates/js/templates.html:1600 +#: seahub/templates/js/templates.html:1940 +#: seahub/templates/js/templates.html:1976 +msgid "Upload Links" +msgstr "" + +#: seahub/templates/js/templates.html:1612 +#: seahub/templates/js/templates.html:1631 +msgid "Created By" +msgstr "" + +#: seahub/templates/js/templates.html:1614 +#: seahub/templates/js/templates.html:1633 +#: seahub/templates/js/templates.html:1952 +#: seahub/templates/js/templates.html:1987 +#: seahub/templates/sysadmin/userinfo.html:208 +msgid "Visits" +msgstr "" + +#: seahub/templates/js/templates.html:1648 +#: seahub/templates/sysadmin/userinfo.html:219 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/view_shared_dir.html:64 +msgid "Directory icon" +msgstr "" + +#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2028 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/sys_inst_admin.html:36 +#: seahub/templates/sysadmin/sys_publink_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:226 +#: seahub/templates/sysadmin/userinfo.html:235 +msgid "Remove" +msgstr "" + +#: seahub/templates/js/templates.html:1686 +#: seahub/templates/js/templates.html:1730 +msgid "Folder" +msgstr "" + +#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/templates.html:1716 +#: seahub/templates/js/templates.html:1743 +#: seahub/templates/js/templates.html:1762 +msgid "Select a folder" +msgstr "" + +#: seahub/templates/js/templates.html:1777 +msgid "Old Password" +msgstr "" + +#: seahub/templates/js/templates.html:1779 +#: seahub/templates/registration/password_change_form.html:18 +msgid "New Password" +msgstr "" + +#: seahub/templates/js/templates.html:1781 +msgid "New Password Again" +msgstr "" + +#: seahub/templates/js/templates.html:1810 +msgid "See All Notifications" +msgstr "" + +#: seahub/templates/js/templates.html:1862 +#: seahub/templates/js/templates.html:1917 +msgid "Share To" +msgstr "" + +#: seahub/templates/js/templates.html:1871 +msgid "You have not shared any library" +msgstr "" + +#: seahub/templates/js/templates.html:1872 +msgid "" +"You can share libraries to your friends and colleagues by clicking the share" +" icon of your own libraries in your home page or creating a new library in " +"groups you are in." +msgstr "" + +#: seahub/templates/js/templates.html:1885 +msgid "all members" +msgstr "" + +#: seahub/templates/js/templates.html:1926 +msgid "You have not shared any folder" +msgstr "" + +#: seahub/templates/js/templates.html:1927 +msgid "" +"You can share a single folder with a registered user if you don't want to " +"share a whole library." +msgstr "" + +#: seahub/templates/js/templates.html:1953 +#: seahub/templates/js/templates.html:2050 +msgid "Expiration" +msgstr "" + +#: seahub/templates/js/templates.html:1961 +msgid "You don't have any download link" +msgstr "" + +#: seahub/templates/js/templates.html:1962 +msgid "" +"You can generate a download link for a folder or a file. People receive this" +" link can view the folder or the file online." +msgstr "" + +#: seahub/templates/js/templates.html:1995 +msgid "You don't have any upload link" +msgstr "" + +#: seahub/templates/js/templates.html:1996 +msgid "" +"You can generate an upload link from any folder. People receive this link " +"can upload files to this folder." +msgstr "" + +#: seahub/templates/js/templates.html:2049 +msgid "Invite Time" +msgstr "" + +#: seahub/templates/js/templates.html:2051 +msgid "Accepted" +msgstr "" + +#: seahub/templates/js/templates.html:2059 +msgid "You have not invited any people." +msgstr "" + +#: seahub/templates/libraries.html:21 +msgid "You have not created any libraries" +msgstr "" + +#: seahub/templates/libraries.html:22 +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/libraries.html:35 +msgid "No library is shared to you personally" +msgstr "" + +#: seahub/templates/libraries.html:36 +msgid "" +"No library is shared to you personally. You can find more shared libraries " +"at \"Shared with groups\"." +msgstr "" + +#: seahub/templates/libraries.html:47 +msgid "Add Library" +msgstr "" + +#: seahub/templates/libraries.html:49 +msgid "Share existing libraries" +msgstr "" + +#: seahub/templates/libraries.html:50 +msgid "Create a new library" +msgstr "" + +#: seahub/templates/libraries.html:61 +msgid "No public library" +msgstr "" + +#: seahub/templates/libraries.html:62 +msgid "" +"You can create a public library by clicking \"New Library\" button, others " +"can view and download this library." +msgstr "" + +#: seahub/templates/libraries.html:70 +msgid "My Groups" +msgstr "" + +#: seahub/templates/libraries.html:78 +msgid "You are not in any group" +msgstr "" + +#: seahub/templates/libraries.html:80 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. You can create a group by clicking \"New Group\" button." +msgstr "" + +#: seahub/templates/libraries.html:82 +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/templates/libraries.html:109 +msgid "" +"You can share libraries by clicking the \"New Library\" button above or the " +"\"Share\" icon on your libraries list." +msgstr "" + +#: seahub/templates/libraries.html:110 +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/templates/libraries.html:143 +msgid "Discussions" +msgstr "" + +#: seahub/templates/libraries.html:147 +msgid "More..." +msgstr "" + +#: seahub/templates/libraries.html:149 +msgid "No discussion in this group yet." +msgstr "" + +#: seahub/templates/libraries.html:156 +msgid "Add a discussion..." +msgstr "" + +#: seahub/templates/libraries.html:171 +msgid "You don't have any starred files yet" +msgstr "" + +#: seahub/templates/libraries.html:172 +msgid "" +"You can star important files by clicking the \"Star\" button on file viewing" +" page, and they will be listed here." +msgstr "" + +#: seahub/templates/libraries.html:198 +msgid "You do not have connected devices" +msgstr "" + +#: seahub/templates/libraries.html:199 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "" + +#: seahub/templates/nav_footer.html:2 +msgid "Help" +msgstr "" + +#: seahub/templates/nav_footer.html:3 +msgid "About" +msgstr "" + +#: seahub/templates/nav_footer.html:4 +msgid "Clients" +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Server Version: " +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Seafile" +msgstr "" + +#: seahub/templates/nav_footer.html:9 +msgid "About Us" +msgstr "" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:46 +msgid "Sign Up" +msgstr "" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:8 +#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:25 +#: seahub/templates/sysadmin/user_batch_add_email.html:21 +msgid "Log In" +msgstr "" + +#: seahub/templates/registration/login.html:13 +msgid "(forgot password)" +msgstr "" + +#: seahub/templates/registration/login.html:16 +msgid "CAPTCHA" +msgstr "" + +#: seahub/templates/registration/login.html:18 +msgid "Not clear? Refresh it." +msgstr "" + +#: seahub/templates/registration/login.html:29 +msgid "Incorrect email or password" +msgstr "" + +#: seahub/templates/registration/login.html:37 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "" + +#: seahub/templates/registration/login.html:50 +#: seahub/templates/sysadmin/sudo_mode.html:20 +msgid "Shibboleth" +msgstr "" + +#: seahub/templates/registration/login.html:54 +msgid "Kerberos" +msgstr "" + +#: seahub/templates/registration/login.html:81 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "" + +#: seahub/templates/registration/login.html:88 +msgid "Email or username cannot be blank" +msgstr "" + +#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/password_change_form.html:66 +#: seahub/templates/registration/registration_form.html:88 +#: seahub/templates/sysadmin/sudo_mode.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:133 +#: seahub/templates/sysadmin/sys_useradmin.html:173 +msgid "Password cannot be blank" +msgstr "" + +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "" + +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "" + +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:11 +msgid "Password Modification" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:14 +msgid "Please update your password before continue." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:16 +msgid "Current Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:21 +#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:18 +#: seahub/templates/sysadmin/sys_org_admin.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:77 +#: seahub/templates/sysadmin/sys_useradmin.html:59 +msgid "Confirm Password" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:36 +#: seahub/templates/registration/registration_form.html:58 +#, python-format +msgid "" +"Passwords must have at least %(min_len)s characters and contain %(level)s of" +" the following: uppercase letters, lowercase letters, numbers, and symbols." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:62 +msgid "Current password cannot be blank" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:70 +#: seahub/templates/registration/registration_form.html:92 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:142 +#: seahub/templates/sysadmin/sys_org_admin.html:94 +#: seahub/templates/sysadmin/sys_org_info_user.html:137 +#: seahub/templates/sysadmin/sys_useradmin.html:177 +msgid "Please enter the password again" +msgstr "" + +#: seahub/templates/registration/password_change_form.html:74 +#: seahub/templates/registration/registration_form.html:96 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:146 +msgid "Passwords don't match" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:7 +#: seahub/templates/sysadmin/sys_org_info_user.html:205 +#: seahub/templates/sysadmin/useradmin_js.html:8 +msgid "Password Reset" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:11 +msgid "Reset Password" +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:13 +msgid "New Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:16 +msgid "Confirm Password: " +msgstr "" + +#: seahub/templates/registration/password_reset_confirm.html:26 +msgid "Failed to reset password: this link is no longer available." +msgstr "" + +#: seahub/templates/registration/password_reset_done.html:8 +msgid "We've sent a password reset email to your mailbox." +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "" + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:9 +msgid "Your email used in login: " +msgstr "" + +#: seahub/templates/registration/password_reset_form.html:12 +msgid "We will send you an email to set new password" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "" + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "" + +#: seahub/templates/registration/registration_form.html:3 +msgid "Register" +msgstr "" + +#: seahub/templates/registration/registration_form.html:14 +msgid "Welcome back, you are already signed in." +msgstr "" + +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sys_org_info_user.html:129 +#: seahub/templates/sysadmin/sys_useradmin.html:169 +msgid "Email cannot be blank" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:13 +#, python-format +msgid "%(repo_dir_name)s Trash" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:45 +msgid "Delete Time" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:66 +msgid "Clear files in trash and history:" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:68 +msgid "3 days ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:69 +msgid "1 week ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:70 +msgid "1 month ago" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:169 +msgid "Successfully restored 1 item." +msgstr "" + +#: seahub/templates/repo_history.html:14 +#, python-format +msgid "%(repo_name)s Modification History" +msgstr "" + +#: seahub/templates/repo_history.html:23 +msgid "" +"Tip: a snapshot will be generated after modification, which records the " +"library state after the modification." +msgstr "" + +#: seahub/templates/repo_history.html:50 +msgid "None" +msgstr "" + +#: seahub/templates/repo_history.html:66 +msgid "Current Version" +msgstr "" + +#: seahub/templates/repo_history.html:68 +msgid "View Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:13 +#, python-format +msgid "%(repo_name)s Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:65 +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Directory" +msgstr "" + +#: seahub/templates/repo_history_view.html:89 +msgid "Restore Library" +msgstr "" + +#: seahub/templates/repo_history_view.html:90 +msgid "Are you sure you want to restore this library?" +msgstr "" + +#: seahub/templates/repo_history_view.html:114 +#, python-brace-format +msgid "Successfully restored {dirent_name}" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/directory." +msgstr "" + +#: seahub/templates/shared_file_view.html:12 +#: seahub/templates/view_shared_dir.html:12 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "" + +#: seahub/templates/shared_file_view.html:29 +#: seahub/templates/view_shared_dir.html:16 +msgid "Shared by: " +msgstr "" + +#: seahub/templates/shared_file_view.html:36 +msgid "Save to..." +msgstr "" + +#: seahub/templates/shared_file_view.html:48 +msgid "Save To:" +msgstr "" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "" + +#: seahub/templates/shibboleth/complete.html:8 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:40 +msgid " is not supported. Please choose an image file." +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:45 +msgid " is not supported. File extensions can only be " +msgstr "" + +#: seahub/templates/snippets/avatar_upload_js.html:52 +msgid " is too large. Allowed maximum size is 1MB." +msgstr "" + +#: seahub/templates/snippets/file_content_js.html:25 +#: seahub/templates/view_file_svg.html:7 +msgid "To view it online, you can use firefox, chrome or IE 9." +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:5 +#: seahub/templates/view_file_markdown.html:24 +#: seahub/templates/view_file_text.html:29 +msgid "Encoding:" +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:8 +#: seahub/templates/view_file_markdown.html:27 +#: seahub/templates/view_file_text.html:32 +msgid "auto detect" +msgstr "" + +#: seahub/templates/snippets/file_share_popup.html:3 +#, python-format +msgid "Share %(name)s" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:23 +msgid "New files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:24 +msgid "Deleted files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:25 +msgid "Renamed or Moved files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:26 +msgid "Modified files" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:27 +msgid "New directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:28 +msgid "Deleted directories" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:38 +msgid "Unknown error." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:73 +#: seahub/templates/snippets/pdfjs_file_viewer.html:31 +msgid "" +"This file has more than 50 pages, and only the first 50 will be shown here." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:84 +#: seahub/templates/snippets/office_convert_js.html:105 +#: seahub/templates/snippets/spreadsheet_convert_js.html:37 +msgid "Document convertion failed." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:87 +msgid "Failed to load this page." +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/pdfjs_file_viewer.html:87 +msgid "" +"You can use IE 10 or other browsers, for example, Firefox, to view it " +"online." +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:38 +msgid "Description is required" +msgstr "" + +#: seahub/templates/snippets/repo_create_js.html:46 +#: seahub/templates/snippets/shared_link_js.html:134 +msgid "Please enter password" +msgstr "" + +#: seahub/templates/snippets/search_form.html:17 +#: seahub/templates/snippets/search_form.html:21 +#: seahub/templates/snippets/search_form.html:24 +msgid "In all libraries" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this wiki" +msgstr "" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this library" +msgstr "" + +#: seahub/templates/snippets/search_form.html:22 +#, python-format +msgid "in %(name)s" +msgstr "" + +#: seahub/templates/snippets/search_form.html:30 +#: seahub/templates/snippets/search_form.html:33 +msgid "All file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:31 +#: seahub/templates/snippets/search_form.html:34 +msgid "Custom file types" +msgstr "" + +#: seahub/templates/snippets/search_form.html:45 +msgid "Text files" +msgstr "" + +#: seahub/templates/snippets/search_form.html:49 +msgid "Documents" +msgstr "" + +#: seahub/templates/snippets/search_form.html:53 +msgid "Images" +msgstr "" + +#: seahub/templates/snippets/search_form.html:57 +msgid "Video" +msgstr "" + +#: seahub/templates/snippets/search_form.html:61 +msgid "Audio" +msgstr "" + +#: seahub/templates/snippets/search_form.html:65 +msgid "pdf" +msgstr "" + +#: seahub/templates/snippets/search_form.html:69 +msgid "markdown" +msgstr "" + +#: seahub/templates/snippets/search_form.html:72 +msgid "Input file extensions here, separate with ','" +msgstr "" + +#: seahub/templates/snippets/search_form.html:73 +msgid "" +"Please select at least one file type or input at least one file extension" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:61 +msgid "Please input at least an email." +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:84 +#, python-brace-format +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:88 +#, python-brace-format +msgid "Failed to send to {placeholder}" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:155 +msgid "Please enter days" +msgstr "" + +#: seahub/templates/snippets/shared_link_js.html:161 +msgid "Please enter valid days" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:3 +msgid "Used:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:19 +msgid "Traffic this month:" +msgstr "" + +#: seahub/templates/snippets/space_and_traffic.html:23 +msgid "Payment" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:5 +#: seahub/templates/sysadmin/sys_org_info_group.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:11 +#: seahub/views/sysadmin.py:1062 +msgid "Creator" +msgstr "" + +#: seahub/templates/sysadmin/org_admin_table.html:7 +msgid "Created At / Expiration" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:3 +msgid "Transfer Library" +msgstr "" + +#: seahub/templates/sysadmin/repo_transfer_form.html:4 +#, python-format +msgid "Transfer %(lib_name)s to:" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:18 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:19 +msgid "Please enter 1 or more character" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:20 +msgid "No matches" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:21 +msgid "Searching..." +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:22 +msgid "Loading failed" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:23 +msgid "You cannot select any more choices" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:47 +#: seahub/templates/sysadmin/sys_org_info_library.html:60 +msgid "Delete Library" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:58 +#: seahub/templates/sysadmin/sys_org_info_user.html:190 +msgid "Successfully deleted 1 item." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:11 +msgid "" +"Note: Settings via web interface are saved in database table (seahub-" +"db/constance_config). They have a higher priority over the settings in " +"config files." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:17 +msgid "" +"The URL of the server, like https://seafile.example.com or " +"http://192.168.1.2:8000" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:24 +msgid "" +"The internal URL for downloading/uploading files. Users will not be able to " +"download/upload files if this is not set correctly. If you config Seafile " +"behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " +"https://seafile.example.com/seafhttp ." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:33 +msgid "allow new registrations" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:34 +msgid "" +"Allow new user registrations. Uncheck this to prevent anyone from creating a" +" new account." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:39 +msgid "activate after registration" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:40 +msgid "" +"Activate user immediately after registration. If unchecked, an user need to " +"be activated by administrator or via activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:45 +msgid "send activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:46 +msgid "Send activation Email after user registration." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:51 +msgid "keep sign in" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:52 +msgid "Number of days that keep user sign in." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:57 +msgid "The maximum number of failed login attempts before showing CAPTCHA." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:62 +msgid "Freeze user account when failed login attempts exceed limit." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:72 +msgid "strong password" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:73 +msgid "Force user to use a strong password when sign up or change password." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:78 +msgid "force password change" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:79 +msgid "" +"Force user to change password when account is newly added or reset by admin" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:84 +msgid "password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:85 +msgid "The least number of characters an account password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:90 +msgid "password strength level" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:91 +msgid "" +"The level(1-4) of an account password's strength. For example, '3' means " +"password must have at least 3 of the following: num, upper letter, lower " +"letter and other symbols" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:98 +msgid "enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:99 +msgid "Enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:108 +msgid "library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:109 +msgid "Allow user to keep library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:114 +msgid "encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:115 +msgid "Allow user to create encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:120 +msgid "library password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:121 +msgid "" +"The least number of characters an encrypted library password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:128 +msgid "download/upload link password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:129 +msgid "" +"The least number of characters a download/upload link password should " +"include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:135 +msgid "" +"Allow user to add organization library. If unchecked, only system admin can " +"add library." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:140 +msgid "Sync" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:144 +msgid "" +"If turn on, the desktop clients will not be able to sync a folder outside " +"the default Seafile folder." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:197 +#: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 +#: seahub/views/sysadmin.py:1267 seahub/views/sysadmin.py:2041 +#: seahub/views/sysadmin.py:2083 seahub/views/sysadmin.py:2254 +msgid "Success" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:8 +msgid "Confirm password to continue" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:13 +msgid "Incorrect password" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Tip:" +msgstr "" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:9 +msgid "All Institutions" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:17 +msgid "Add institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:60 +#: seahub/templates/sysadmin/sys_org_admin.html:78 +msgid "Name can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:66 +msgid "Delete Institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:8 +#: seahub/templates/sysadmin/sys_inst_info_user.html:8 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:19 +#: seahub/templates/sysadmin/sys_useradmin.html:19 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:19 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:18 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:19 +msgid "Admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:41 +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +#: seahub/templates/sysadmin/useradmin_js.html:13 +#: seahub/templates/sysadmin/useradmin_table.html:102 +msgid "Revoke Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:20 +#: seahub/templates/sysadmin/sys_org_info_base.html:20 +msgid "Number of members" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:29 +msgid "Set storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:31 +#: seahub/templates/sysadmin/sys_org_info_base.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:106 +msgid "Tip: 0 means default limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +msgid "Set Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_search_user.html:48 +#: seahub/templates/sysadmin/sys_org_search.html:19 +#: seahub/templates/sysadmin/user_search.html:23 +msgid "No result" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:7 +msgid "All Invitations" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:12 +msgid "Inviter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:13 +msgid "Accepter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:15 +msgid "Invited at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:16 +msgid "Accepted at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:40 +msgid "There is no invitation yet." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:19 +#: seahub/templates/sysadmin/sys_org_admin.html:23 +msgid "Add organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:27 +msgid "Url Prefix" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:30 +msgid "Owner can use admin panel in an organization, must be a new account." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:49 +msgid "None." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:82 +msgid "Url can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:86 +msgid "Owner can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:90 +msgid "Password can not be blank" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:98 +#: seahub/templates/sysadmin/sys_org_info_user.html:141 +#: seahub/templates/sysadmin/sys_useradmin.html:181 +msgid "Passwords do not match" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:137 +msgid "Remove Trial" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:138 +#, python-format +msgid "Are you sure you want to remove trial for %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:16 +msgid "Back to organization list" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:22 +msgid "Number of groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:31 +msgid "Set org storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_base.html:35 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:91 +#: seahub/templates/sysadmin/useradmin_table.html:114 +#: seahub/templates/sysadmin/userinfo.html:105 +msgid "An integer that is greater than or equal to 0." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:34 +msgid "This organization doesn't have any groups" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:43 +#: seahub/templates/sysadmin/userinfo.html:432 +msgid "Delete Group" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +msgid "directory icon" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_library.html:50 +msgid "This organization doesn't have any libraries" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:16 +msgid "Rename Organization" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:18 +msgid "New Name" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:24 +msgid "Limit Organization User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:26 +msgid "Max User Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:52 +#: seahub/views/sysadmin.py:1261 +msgid "Input should be a number" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:55 +#: seahub/views/sysadmin.py:1271 +msgid "Input number should be greater than 0" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:13 +#: seahub/templates/sysadmin/sys_org_info_user.html:64 +#: seahub/templates/sysadmin/sys_useradmin.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:37 +msgid "Add user" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:52 +#: seahub/templates/sysadmin/useradmin_table.html:99 +msgid "ResetPwd" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:68 +#: seahub/templates/sysadmin/sys_useradmin.html:41 +msgid "Name(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:101 +#: seahub/templates/sysadmin/sys_org_info_user.html:115 +#: seahub/templates/sysadmin/sys_useradmin.html:140 +#: seahub/templates/sysadmin/sys_useradmin.html:153 +msgid "Hide" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:206 +#: seahub/templates/sysadmin/useradmin_js.html:9 +#, python-format +msgid "Are you sure you want to reset the password of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_search.html:9 +msgid "Tip: you can search by keyword in name or creator or both." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:13 +msgid "Quota can not be empty" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:7 +msgid "All Public Links" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:15 +msgid "Count" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:18 +#: seahub/templates/sysadmin/sys_terms_admin.html:61 +msgid "Text" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:19 +msgid "Created" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:20 +#: seahub/templates/sysadmin/sys_terms_admin.html:64 +msgid "Activated" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:52 +msgid "Add Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:58 +msgid "Version Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:66 +msgid "On" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:68 +msgid "Off" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:131 +msgid "Update Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:8 +msgid "User Traffic" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Month:" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:18 +msgid "Total Usage" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:16 +#: seahub/templates/sysadmin/sys_useradmin.html:14 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:14 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:15 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:14 +msgid "Database" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:17 +#: seahub/templates/sysadmin/sys_useradmin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:16 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:16 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:16 +msgid "LDAP" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:18 +#: seahub/templates/sysadmin/sys_useradmin.html:17 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:17 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:17 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:31 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:26 +#: seahub/templates/sysadmin/user_search.html:16 +msgid "Set quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:32 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 +#: seahub/templates/sysadmin/user_search.html:17 +msgid "Delete users" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 +#: seahub/templates/sysadmin/useradmin_table.html:13 +#: seahub/templates/sysadmin/userinfo.html:73 +msgid "Space Used / Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:38 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "Last Login" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:73 +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/userinfo.html:83 +msgid "Edit Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:99 +msgid "No LDAP users have been imported" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:26 +msgid "Import users" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:43 +msgid "Department(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:47 +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:66 +msgid "Import users from a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:69 +msgid "File format: user@mail.com,password,name,department,role,quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:70 +msgid "Name, department, role and quota are optional." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:72 +msgid "Please choose a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:97 +#, python-format +msgid "A new server version %(v)s is available." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:23 +msgid "Add admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:32 +msgid "Add admins" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:35 +msgid "Enter" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:38 +msgid "emails, separated by ','" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:39 +msgid "Tip: the emails should be the users already added." +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:8 +msgid "Virus Scan Records" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:13 +msgid "Virus File" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:25 +msgid "Handled" +msgstr "" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:13 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:15 +#: seahub/templates/sysadmin/user_batch_add_email.html:12 +#, python-format +msgid "%(escaped_nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Here is your account information:" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:21 +#: seahub/templates/sysadmin/user_batch_add_email.html:17 +#, python-format +msgid "Email: %(email)s" +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:22 +#: seahub/templates/sysadmin/user_batch_add_email.html:18 +#, python-format +msgid "Password: %(password)s" +msgstr "" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:14 +#, python-format +msgid "Are you sure you want to revoke the admin permission of %s ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:123 +msgid "Are you sure you want to delete the selected user(s) ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:150 +#, python-brace-format +msgid "Successfully deleted {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:233 +#, python-brace-format +msgid "Successfully set quota for {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:259 +#, python-brace-format +msgid "Successfully set quota for {user}." +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:40 +msgid "Organization" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:88 +msgid "Set user name" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:95 +msgid "Set user department" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:168 +msgid "Share From" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:195 +msgid "This user has no shared libraries" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:243 +msgid "This user has not created any shared links" +msgstr "" + +#: seahub/templates/termsandconditions/tc_accept_terms.html:10 +msgid "Accept" +msgstr "" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "" + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "" + +#: seahub/templates/user_404.html:6 +msgid "Sorry, this user is not registered yet." +msgstr "" + +#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "updated this file" +msgstr "" + +#: seahub/templates/view_file_base.html:69 +msgid "Comment" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "Back to top" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:98 +msgid "Comments" +msgstr "" + +#: seahub/templates/view_file_base.html:103 +msgid "No comment yet." +msgstr "" + +#: seahub/templates/view_file_base.html:110 +msgid "Add a comment..." +msgstr "" + +#: seahub/templates/view_file_image.html:14 +msgid "you can also press ← " +msgstr "" + +#: seahub/templates/view_file_image.html:17 +msgid "you can also press → " +msgstr "" + +#: seahub/templates/view_shared_dir.html:45 +msgid "ZIP" +msgstr "" + +#: seahub/templates/view_shared_dir.html:175 +msgid "Close (Esc)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:176 +msgid "Loading..." +msgstr "" + +#: seahub/templates/view_shared_dir.html:179 +msgid "Previous (Left arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:180 +msgid "Next (Right arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:181 +#, python-format +msgid "%%curr%% of %%total%%" +msgstr "" + +#: seahub/templates/view_shared_dir.html:187 +msgid "Open in New Tab" +msgstr "" + +#: seahub/templates/view_shared_dir.html:190 +#, python-format +msgid "The image could not be loaded." +msgstr "" + +#: seahub/templates/view_shared_dir.html:209 +msgid "Packaging..." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:8 +#, python-format +msgid "Upload files to %(dir_name)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:9 +msgid "shared by:" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:11 +msgid "The owner of this library has run out of space." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:18 +#: seahub/templates/view_shared_upload_link.html:63 +msgid "Add Files" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:24 +msgid "Add folder" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:34 +msgid "" +"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE " +"10.0+" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:36 +msgid "Folder Drag & Drop is supported for Chrome" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:39 +#, python-format +msgid "File size should be smaller than %(max_file_size)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:74 +msgid "File is too big" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:75 +msgid "File is too small" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:76 +msgid "Filetype not allowed" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:77 +msgid "Max number of files exceeded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:78 +msgid "Uploaded bytes exceed file size" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:79 +msgid "Empty file upload result" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:82 +msgid "uploaded" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:83 +msgid "canceled" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:84 +msgid "Start" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:190 +msgid "Failed to get upload url" +msgstr "" + +#: seahub/templates/view_trash_file.html:6 +msgid "Current Path: " +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:34 +msgid "You do not have personal wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:44 +msgid "personal-wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:46 +msgid "Personal Wiki Pages" +msgstr "" + +#: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 +msgid "Invalid arguments." +msgstr "" + +#: seahub/thumbnail/views.py:63 seahub/thumbnail/views.py:183 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/thumbnail/views.py:152 +msgid "Invalid token." +msgstr "" + +#: seahub/utils/__init__.py:128 +msgid "permission error" +msgstr "" + +#: seahub/views/__init__.py:423 seahub/views/__init__.py:439 +msgid "Unable to view recycle page" +msgstr "" + +#: seahub/views/__init__.py:507 +msgid "Unable to view library modification" +msgstr "" + +#: seahub/views/__init__.py:574 seahub/views/__init__.py:615 +#: seahub/views/__init__.py:831 seahub/views/__init__.py:959 +#: seahub/views/file.py:1575 seahub/views/sysadmin.py:1552 +msgid "Library does not exist" +msgstr "" + +#: seahub/views/__init__.py:607 +msgid "Please specify history ID" +msgstr "" + +#: seahub/views/__init__.py:613 seahub/views/file.py:1116 +msgid "Invalid arguments" +msgstr "" + +#: seahub/views/__init__.py:617 +msgid "History you specified does not exist" +msgstr "" + +#: seahub/views/__init__.py:619 +msgid "Unknown error" +msgstr "" + +#: seahub/views/__init__.py:847 +msgid "No revisions found" +msgstr "" + +#: seahub/views/__init__.py:966 seahub/views/repo.py:196 +#, python-format +msgid "\"%s\" does not exist." +msgstr "" + +#: seahub/views/__init__.py:984 seahub/views/file.py:1084 +msgid "Internal Error" +msgstr "" + +#: seahub/views/__init__.py:987 +#, python-format +msgid "Unable to download directory \"%s\": size is too large." +msgstr "" + +#: seahub/views/__init__.py:1003 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "" + +#: seahub/views/__init__.py:1095 +msgid "Successfully enable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/__init__.py:1100 +msgid "Successfully disable \"Personal Wiki\"." +msgstr "" + +#: seahub/views/ajax.py:81 +msgid "You don't have permission to access the library." +msgstr "" + +#: seahub/views/ajax.py:89 +msgid "No path." +msgstr "" + +#: seahub/views/ajax.py:154 +msgid "The group doesn't exist" +msgstr "" + +#: seahub/views/ajax.py:226 seahub/views/ajax.py:758 seahub/views/ajax.py:1114 +msgid "Library is encrypted." +msgstr "" + +#: seahub/views/ajax.py:232 seahub/views/ajax.py:764 +msgid "Error: no head commit id" +msgstr "" + +#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +msgid "Argument missing." +msgstr "" + +#: seahub/views/ajax.py:485 +#, python-format +msgid "Internal error. Failed to delete %s." +msgstr "" + +#: seahub/views/ajax.py:563 +#, python-format +msgid "Destination path is too long for %s." +msgstr "" + +#: seahub/views/ajax.py:622 +msgid "Out of quota." +msgstr "" + +#: seahub/views/ajax.py:696 +msgid "You do not have permission to copy files/folders in this directory" +msgstr "" + +#: seahub/views/ajax.py:703 +#, python-format +msgid "Can not copy directory %(src)s to its subdirectory %(des)s" +msgstr "" + +#: seahub/views/ajax.py:799 +msgid "Failed to get file block list" +msgstr "" + +#: seahub/views/ajax.py:837 +msgid "Wrong repo id" +msgstr "" + +#: seahub/views/ajax.py:846 seahub/views/file.py:393 seahub/views/file.py:815 +#: seahub/views/file.py:988 seahub/views/file.py:1584 +msgid "File does not exist" +msgstr "" + +#: seahub/views/ajax.py:1056 +msgid "Bad upload link token." +msgstr "" + +#: seahub/views/ajax.py:1062 +msgid "Bad repo id in upload link." +msgstr "" + +#: seahub/views/ajax.py:1136 +msgid "No conflict in the merge." +msgstr "" + +#: seahub/views/ajax.py:1211 +msgid "Failed, file is too large" +msgstr "" + +#: seahub/views/file.py:152 +msgid "HTTPError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:156 +msgid "URLError: failed to open file online" +msgstr "" + +#: seahub/views/file.py:163 seahub/views/file.py:1134 +msgid "The encoding you chose is not proper." +msgstr "" + +#: seahub/views/file.py:180 seahub/views/file.py:183 +msgid "Unknown file encoding" +msgstr "" + +#: seahub/views/file.py:303 seahub/views/file.py:312 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "" + +#: seahub/views/file.py:327 +msgid "The library is encrypted, can not open file online." +msgstr "" + +#: seahub/views/file.py:405 seahub/views/file.py:700 seahub/views/file.py:715 +#: seahub/views/file.py:733 +msgid "Unable to view file" +msgstr "" + +#: seahub/views/file.py:760 +msgid "Unable to download file, invalid file path" +msgstr "" + +#: seahub/views/file.py:769 +msgid "Unable to download file, wrong file path" +msgstr "" + +#: seahub/views/file.py:774 +msgid "Unable to download file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:837 +msgid "Unable to view raw file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:1106 +msgid "The library does not exist." +msgstr "" + +#: seahub/views/file.py:1110 +msgid "The library is encrypted." +msgstr "" + +#: seahub/views/file.py:1191 +msgid "Unable to edit file" +msgstr "" + +#: seahub/views/file.py:1197 +msgid "The file does not exist." +msgstr "" + +#: seahub/views/file.py:1226 +msgid "Edit online is not offered for this type of file." +msgstr "" + +#: seahub/views/file.py:1336 +msgid "Unable to download file" +msgstr "" + +#: seahub/views/sysadmin.py:270 seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:1059 seahub/views/sysadmin.py:1071 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Usage" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Quota" +msgstr "" + +#: seahub/views/sysadmin.py:665 seahub/views/sysadmin.py:691 +msgid "Failed to set quota: internal server error" +msgstr "" + +#: seahub/views/sysadmin.py:710 +msgid "Failed to delete: the user is an organization creator" +msgstr "" + +#: seahub/views/sysadmin.py:744 +#, python-format +msgid "Successfully remove trial for: %s" +msgstr "" + +#: seahub/views/sysadmin.py:773 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "" + +#: seahub/views/sysadmin.py:775 +msgid "Failed to revoke admin: the user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:822 +#, python-format +msgid "Your account on %s is activated" +msgstr "" + +#: seahub/views/sysadmin.py:905 +#, python-format +msgid "Password has been reset on %s" +msgstr "" + +#: seahub/views/sysadmin.py:931 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:936 +#, 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:940 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "" + +#: seahub/views/sysadmin.py:943 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "" + +#: seahub/views/sysadmin.py:946 +msgid "Failed to reset password: user does not exist" +msgstr "" + +#: seahub/views/sysadmin.py:962 seahub/views/sysadmin.py:1877 +#, python-format +msgid "You are invited to join %s" +msgstr "" + +#: seahub/views/sysadmin.py:995 +#, python-format +msgid "Fail to add user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1020 seahub/views/sysadmin.py:1033 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "" + +#: seahub/views/sysadmin.py:1023 seahub/views/sysadmin.py:1036 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "" + +#: seahub/views/sysadmin.py:1025 seahub/views/sysadmin.py:1038 +#, python-format +msgid "Successfully added user %s." +msgstr "" + +#: seahub/views/sysadmin.py:1040 +#, 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:1213 +msgid "Failed to rename organization" +msgstr "" + +#: seahub/views/sysadmin.py:1243 seahub/views/sysadmin.py:1658 +#: seahub/views/sysadmin.py:1754 +msgid "Successfully deleted." +msgstr "" + +#: seahub/views/sysadmin.py:1547 +msgid "Failed to transfer, invalid arguments." +msgstr "" + +#: seahub/views/sysadmin.py:1558 +#, python-format +msgid "Failed to transfer, user %s not found" +msgstr "" + +#: seahub/views/sysadmin.py:1564 +msgid "Can not transfer organization library" +msgstr "" + +#: seahub/views/sysadmin.py:1568 +#, python-format +msgid "Can not transfer library to organization user %s" +msgstr "" + +#: seahub/views/sysadmin.py:1621 +msgid "Successfully transfered." +msgstr "" + +#: seahub/views/sysadmin.py:1757 +msgid "Failed to delete, please try again later." +msgstr "" + +#: seahub/views/sysadmin.py:1788 +#, python-format +msgid "Successfully set %s as admin." +msgstr "" + +#: seahub/views/sysadmin.py:1790 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "" + +#: seahub/views/sysadmin.py:1891 +msgid "Import succeeded" +msgstr "" + +#: seahub/views/sysadmin.py:1893 +msgid "Please select a csv file first." +msgstr "" + +#: seahub/views/sysadmin.py:1957 +msgid "Invalid setting" +msgstr "" + +#: seahub/views/sysadmin.py:1964 seahub/views/sysadmin.py:1968 +#: seahub/views/sysadmin.py:1973 +msgid "Invalid value" +msgstr "" + +#: seahub/views/sysadmin.py:2367 +msgid "Successfully deleted 1 item" +msgstr "" + +#: seahub/views/wiki.py:162 +msgid "You do not have permission to create wiki" +msgstr "" diff --git a/locale/mk/LC_MESSAGES/djangojs.po b/locale/mk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000..4dd57e5a39 --- /dev/null +++ b/locale/mk/LC_MESSAGES/djangojs.po @@ -0,0 +1,967 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Macedonian (http://www.transifex.com/haiwen/seahub/language/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 +msgid "Just now" +msgstr "" + +#: static/scripts/app/models/repo.js:32 +msgid "Name is required" +msgstr "" + +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 +msgid "Please enter password" +msgstr "" + +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 +msgid "Please enter the password again" +msgstr "" + +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 +msgid "Password is too short" +msgstr "" + +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 +msgid "Passwords don't match" +msgstr "" + +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 +msgid "Encrypted library" +msgstr "" + +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 +#: static/scripts/sysadmin-app/models/trash-repo.js:14 +msgid "Read-Write library" +msgstr "" + +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 +msgid "Read-Only library" +msgstr "" + +#: static/scripts/app/models/share-admin-folder.js:25 +#: static/scripts/app/models/share-admin-repo.js:22 +msgid "Read-Write" +msgstr "" + +#: static/scripts/app/models/share-admin-folder.js:27 +#: static/scripts/app/models/share-admin-repo.js:24 +msgid "Read-Only" +msgstr "" + +#: static/scripts/app/views/account.js:58 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 +#: static/scripts/app/views/group-discussions.js:125 +#: static/scripts/app/views/group-discussions.js:203 +#: static/scripts/app/views/group-discussions.js:246 +#: static/scripts/app/views/group-manage-members.js:117 +#: static/scripts/app/views/group-manage-members.js:146 +#: static/scripts/app/views/group-members.js:80 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 +#: static/scripts/app/views/groups.js:83 +#: static/scripts/app/views/groups.js:134 +#: static/scripts/app/views/invitations.js:78 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 +#: static/scripts/app/views/repo-shared-link.js:84 +#: static/scripts/app/views/share-admin-folders.js:98 +#: static/scripts/app/views/share-admin-repos.js:100 +#: static/scripts/app/views/share-admin-share-links.js:150 +#: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 +#: static/scripts/sysadmin-app/views/group-members.js:96 +#: static/scripts/sysadmin-app/views/groups.js:100 +msgid "Please check the network." +msgstr "" + +#: static/scripts/app/views/details.js:47 +msgid "New files" +msgstr "" + +#: static/scripts/app/views/details.js:53 +msgid "Deleted files" +msgstr "" + +#: static/scripts/app/views/details.js:59 +msgid "Renamed or Moved files" +msgstr "" + +#: static/scripts/app/views/details.js:65 +msgid "Modified files" +msgstr "" + +#: static/scripts/app/views/details.js:71 +msgid "New directories" +msgstr "" + +#: static/scripts/app/views/details.js:77 +msgid "Deleted directories" +msgstr "" + +#: static/scripts/app/views/details.js:94 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 +#: static/scripts/app/views/dialogs/repo-history-settings.js:82 +#: static/scripts/app/views/dialogs/repo-history-settings.js:141 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 +#: static/scripts/app/views/group-discussion.js:94 +#: static/scripts/app/views/group-manage-member.js:79 +#: static/scripts/app/views/group-manage-member.js:105 +#: static/scripts/app/views/group-manage-members.js:180 +#: static/scripts/app/views/group-repo.js:67 +#: static/scripts/app/views/group-settings.js:133 +#: static/scripts/app/views/group-settings.js:190 +#: static/scripts/app/views/group-settings.js:230 +#: static/scripts/app/views/group-settings.js:287 +#: static/scripts/app/views/group-settings.js:327 +#: static/scripts/app/views/group-settings.js:362 +#: static/scripts/app/views/invitations.js:146 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 +#: static/scripts/sysadmin-app/views/dashboard.js:46 +#: static/scripts/sysadmin-app/views/desktop-devices.js:105 +#: static/scripts/sysadmin-app/views/device-errors.js:92 +#: static/scripts/sysadmin-app/views/dir.js:193 +#: static/scripts/sysadmin-app/views/folder-share-item.js:89 +#: static/scripts/sysadmin-app/views/folder-share-item.js:138 +#: static/scripts/sysadmin-app/views/group-member.js:71 +#: static/scripts/sysadmin-app/views/group-members.js:157 +#: static/scripts/sysadmin-app/views/group-repos.js:75 +#: static/scripts/sysadmin-app/views/group.js:108 +#: static/scripts/sysadmin-app/views/groups.js:168 +#: static/scripts/sysadmin-app/views/mobile-devices.js:106 +#: static/scripts/sysadmin-app/views/repo.js:123 +#: static/scripts/sysadmin-app/views/repos.js:105 +#: static/scripts/sysadmin-app/views/search-groups.js:76 +#: static/scripts/sysadmin-app/views/search-repos.js:77 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:113 +#: static/scripts/sysadmin-app/views/share.js:190 +#: static/scripts/sysadmin-app/views/share.js:263 +#: static/scripts/sysadmin-app/views/system-repo.js:59 +#: static/scripts/sysadmin-app/views/trash-repos.js:142 +msgid "Failed. Please check the network." +msgstr "" + +#: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 +msgid "Unlink device" +msgstr "" + +#: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 +msgid "Are you sure you want to unlink this device?" +msgstr "" + +#: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 +msgid "Delete files from this device the next time it comes online." +msgstr "" + +#: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 +msgid "Successfully unlink %(name)s." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 +msgid "Move {placeholder} to:" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 +msgid "Copy {placeholder} to:" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 +msgid "Moving %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 +msgid "Copying %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 +msgid "Saving..." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +msgid "Failed." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 +msgid "Canceled." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 +msgid "Invalid destination path" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 +msgid "Successfully moved %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 +msgid "Successfully copied %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:39 +msgid "Rename Folder" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:39 +msgid "Rename File" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:26 +msgid "Change Password of Library {placeholder}" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:50 +msgid "Please enter the old password" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:54 +msgid "Please enter a new password" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:58 +msgid "New password is too short" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:62 +msgid "Please enter the new password again" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:66 +msgid "New passwords don't match" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:87 +msgid "Successfully changed library password." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 +msgid "{placeholder} Folder Permission" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 +#: static/scripts/app/views/group-settings.js:154 +#: static/scripts/app/views/repo.js:231 +#: static/scripts/sysadmin-app/views/group-members.js:41 +#: static/scripts/sysadmin-app/views/group.js:74 +#: static/scripts/sysadmin-app/views/groups.js:68 +#: static/scripts/sysadmin-app/views/repo.js:88 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 +msgid "Select a group" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 +#: static/scripts/app/views/group-discussions.js:120 +#: static/scripts/app/views/group-discussions.js:198 +#: static/scripts/app/views/group-manage-members.js:112 +#: static/scripts/app/views/group-members.js:75 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/invitations.js:141 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/share-admin-folders.js:93 +#: static/scripts/app/views/share-admin-repos.js:95 +#: static/scripts/app/views/share-admin-share-links.js:145 +#: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 +#: static/scripts/sysadmin-app/views/dashboard.js:41 +#: static/scripts/sysadmin-app/views/desktop-devices.js:100 +#: static/scripts/sysadmin-app/views/device-errors.js:87 +#: static/scripts/sysadmin-app/views/dir.js:188 +#: static/scripts/sysadmin-app/views/group-members.js:152 +#: static/scripts/sysadmin-app/views/group-repos.js:70 +#: static/scripts/sysadmin-app/views/groups.js:163 +#: static/scripts/sysadmin-app/views/mobile-devices.js:101 +#: static/scripts/sysadmin-app/views/repos.js:100 +#: static/scripts/sysadmin-app/views/search-groups.js:71 +#: static/scripts/sysadmin-app/views/search-repos.js:72 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:108 +#: static/scripts/sysadmin-app/views/system-repo.js:54 +#: static/scripts/sysadmin-app/views/trash-repos.js:137 +msgid "Permission error" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 +msgid "Please click and choose a directory." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-history-settings.js:35 +msgid "{placeholder} History Setting" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-history-settings.js:134 +msgid "Successfully set library history." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 +msgid "{placeholder} Share Links" +msgstr "" + +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 +msgid "Close (Esc)" +msgstr "" + +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 +msgid "Loading..." +msgstr "" + +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 +msgid "Previous (Left arrow key)" +msgstr "" + +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 +msgid "Next (Right arrow key)" +msgstr "" + +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 +msgid "%curr% of %total%" +msgstr "" + +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 +msgid "Open in New Tab" +msgstr "" + +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 +msgid "The image could not be loaded." +msgstr "" + +#: static/scripts/app/views/dir.js:411 +msgid "Password is required." +msgstr "" + +#: static/scripts/app/views/dir.js:675 +msgid "Only an extension there, please input a name." +msgstr "" + +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 +msgid "Processing..." +msgstr "" + +#: static/scripts/app/views/dir.js:1006 +msgid "Successfully deleted %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1008 +msgid "Successfully deleted %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1010 +msgid "Successfully deleted %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1019 +msgid "Failed to delete %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1021 +msgid "Failed to delete %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1023 +msgid "Failed to delete %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1036 +msgid "Delete Items" +msgstr "" + +#: static/scripts/app/views/dir.js:1037 +msgid "Are you sure you want to delete these selected items?" +msgstr "" + +#: static/scripts/app/views/dir.js:1051 +msgid "Move selected item(s) to:" +msgstr "" + +#: static/scripts/app/views/dir.js:1051 +msgid "Copy selected item(s) to:" +msgstr "" + +#: static/scripts/app/views/dir.js:1155 +msgid "Successfully moved %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1157 +msgid "Successfully moved %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1159 +msgid "Successfully moved %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1164 +msgid "Successfully copied %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1166 +msgid "Successfully copied %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1168 +msgid "Successfully copied %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1180 +msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." +msgstr "" + +#: static/scripts/app/views/dir.js:1182 +msgid "Internal error. Failed to move %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1186 +msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." +msgstr "" + +#: static/scripts/app/views/dir.js:1188 +msgid "Internal error. Failed to copy %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1228 +msgid "Moving file %(index)s of %(total)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1228 +msgid "Copying file %(index)s of %(total)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1250 +msgid "Failed to move %(name)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1250 +msgid "Failed to copy %(name)s" +msgstr "" + +#: static/scripts/app/views/dirent-grid.js:59 +#: static/scripts/app/views/dirent.js:69 +msgid "locked by {placeholder}" +msgstr "" + +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 +msgid "Successfully deleted %(name)s" +msgstr "" + +#: static/scripts/app/views/fileupload.js:10 +msgid "File is too big" +msgstr "" + +#: static/scripts/app/views/fileupload.js:11 +msgid "File is too small" +msgstr "" + +#: static/scripts/app/views/fileupload.js:12 +msgid "Filetype not allowed" +msgstr "" + +#: static/scripts/app/views/fileupload.js:13 +msgid "Max number of files exceeded" +msgstr "" + +#: static/scripts/app/views/fileupload.js:14 +msgid "Uploaded bytes exceed file size" +msgstr "" + +#: static/scripts/app/views/fileupload.js:15 +msgid "Empty file upload result" +msgstr "" + +#: static/scripts/app/views/fileupload.js:17 +#: static/scripts/app/views/group-discussions.js:122 +#: static/scripts/app/views/group-discussions.js:200 +#: static/scripts/app/views/group-manage-members.js:114 +#: static/scripts/app/views/group-manage-members.js:178 +#: static/scripts/app/views/group-members.js:77 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 +#: static/scripts/app/views/share-admin-folders.js:95 +#: static/scripts/app/views/share-admin-repos.js:97 +#: static/scripts/app/views/share-admin-share-links.js:147 +#: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 +msgid "Error" +msgstr "" + +#: static/scripts/app/views/fileupload.js:18 +msgid "uploaded" +msgstr "" + +#: static/scripts/app/views/fileupload.js:19 +msgid "canceled" +msgstr "" + +#: static/scripts/app/views/fileupload.js:20 +msgid "Start" +msgstr "" + +#: static/scripts/app/views/fileupload.js:21 +msgid "Cancel" +msgstr "" + +#: static/scripts/app/views/fileupload.js:22 +msgid "Delete" +msgstr "" + +#: static/scripts/app/views/fileupload.js:46 +msgid "File Uploading..." +msgstr "" + +#: static/scripts/app/views/fileupload.js:47 +msgid "File Upload complete" +msgstr "" + +#: static/scripts/app/views/fileupload.js:48 +msgid "File Upload canceled" +msgstr "" + +#: static/scripts/app/views/fileupload.js:49 +msgid "File Upload failed" +msgstr "" + +#: static/scripts/app/views/fileupload.js:209 +msgid "Failed to get upload url" +msgstr "" + +#: static/scripts/app/views/fileupload.js:242 +msgid "Failed to get update url" +msgstr "" + +#: static/scripts/app/views/fileupload.js:253 +msgid "Replace file {filename}?" +msgstr "" + +#: static/scripts/app/views/fileupload.js:279 +msgid "File is locked" +msgstr "" + +#: static/scripts/app/views/folder-perm.js:60 +msgid "Set {placeholder}'s permission" +msgstr "" + +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 +msgid "Select groups" +msgstr "" + +#: static/scripts/app/views/folder-share-item.js:83 +msgid "Edit failed" +msgstr "" + +#: static/scripts/app/views/folder-share-item.js:119 +msgid "Delete failed" +msgstr "" + +#: static/scripts/app/views/group-manage-members.js:71 +msgid "{placeholder} Members" +msgstr "" + +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 +msgid "Successfully unshared 1 item." +msgstr "" + +#: static/scripts/app/views/group-settings.js:155 +#: static/scripts/app/views/repo.js:232 +#: static/scripts/sysadmin-app/views/group.js:75 +#: static/scripts/sysadmin-app/views/groups.js:69 +#: static/scripts/sysadmin-app/views/repo.js:89 +msgid "You cannot select any more choices" +msgstr "" + +#: static/scripts/app/views/group-settings.js:182 +msgid "" +"Successfully transferred the group. You are now a normal member of the " +"group." +msgstr "" + +#: static/scripts/app/views/group-settings.js:248 +msgid "Please choose a CSV file" +msgstr "" + +#: static/scripts/app/views/group-settings.js:279 +msgid "Successfully imported." +msgstr "" + +#: static/scripts/app/views/group-settings.js:307 +msgid "Dismiss Group" +msgstr "" + +#: static/scripts/app/views/group-settings.js:308 +msgid "Really want to dismiss this group?" +msgstr "" + +#: static/scripts/app/views/group-settings.js:341 +msgid "Quit Group" +msgstr "" + +#: static/scripts/app/views/group-settings.js:342 +msgid "Are you sure you want to quit this group?" +msgstr "" + +#: static/scripts/app/views/invitation.js:37 +#: static/scripts/app/views/share-admin-folder.js:91 +#: static/scripts/app/views/share-admin-repo.js:95 +#: static/scripts/app/views/share-admin-share-link.js:55 +#: static/scripts/app/views/share-admin-upload-link.js:54 +msgid "Successfully deleted 1 item" +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 +#: static/scripts/sysadmin-app/views/repo.js:46 +#: static/scripts/sysadmin-app/views/trash-repo.js:28 +msgid "Delete Library" +msgstr "" + +#: static/scripts/app/views/repo.js:78 +#: static/scripts/sysadmin-app/views/group-member.js:82 +#: static/scripts/sysadmin-app/views/group.js:31 +#: static/scripts/sysadmin-app/views/repo.js:47 +#, javascript-format +msgid "Are you sure you want to delete %s ?" +msgstr "" + +#: static/scripts/app/views/repo.js:88 +#: static/scripts/sysadmin-app/views/repo.js:60 +msgid "Successfully deleted." +msgstr "" + +#: static/scripts/app/views/repo.js:221 +#: static/scripts/sysadmin-app/views/repo.js:78 +msgid "Transfer Library {library_name} To" +msgstr "" + +#: static/scripts/app/views/repo.js:260 +#: static/scripts/sysadmin-app/views/repo.js:116 +msgid "Successfully transferred the library." +msgstr "" + +#: static/scripts/app/views/share-admin-folder.js:63 +#: static/scripts/app/views/share-admin-repo.js:65 +msgid "Successfully modified permission" +msgstr "" + +#: static/scripts/app/views/share.js:65 +#: static/scripts/sysadmin-app/views/share.js:41 +msgid "Share {placeholder}" +msgstr "" + +#: static/scripts/app/views/share.js:140 +msgid "Expired" +msgstr "" + +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 +msgid "Hide" +msgstr "" + +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 +msgid "Show" +msgstr "" + +#: static/scripts/app/views/share.js:251 +msgid "Please enter days." +msgstr "" + +#: static/scripts/app/views/share.js:255 +msgid "Please enter valid days" +msgstr "" + +#: static/scripts/app/views/share.js:337 +msgid "Please input at least an email." +msgstr "" + +#: static/scripts/app/views/share.js:354 +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: static/scripts/app/views/share.js:358 +msgid "Failed to send to {placeholder}" +msgstr "" + +#: static/scripts/app/views/shared-repo.js:27 +#: static/scripts/sysadmin-app/views/dirent.js:49 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:60 +#: static/scripts/sysadmin-app/views/trash-repo.js:41 +#: static/scripts/sysadmin-app/views/trash-repo.js:71 +#: static/scripts/sysadmin-app/views/trash-repos.js:64 +msgid "Success" +msgstr "" + +#: static/scripts/app/views/starred-file-item.js:60 +msgid "Successfully unstared {placeholder}" +msgstr "" + +#: static/scripts/common.js:598 +msgid "Search users or enter emails and press Enter" +msgstr "" + +#: static/scripts/common.js:606 static/scripts/common.js:677 +msgid "Please enter 1 or more character" +msgstr "" + +#: static/scripts/common.js:607 static/scripts/common.js:678 +msgid "No matches" +msgstr "" + +#: static/scripts/common.js:608 static/scripts/common.js:679 +msgid "Searching..." +msgstr "" + +#: static/scripts/common.js:609 static/scripts/common.js:680 +msgid "Loading failed" +msgstr "" + +#: static/scripts/common.js:669 +msgid "Search groups" +msgstr "" + +#: static/scripts/common.js:1004 +msgid "Packaging..." +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/device-errors.js:39 +msgid "Successfully clean all errors." +msgstr "" + +#: static/scripts/sysadmin-app/views/group-member.js:81 +msgid "Delete Member" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-member.js:95 +msgid "Successfully deleted member {placeholder}" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-members.js:51 +msgid "Email is required." +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:28 +msgid "Unshare Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:29 +#, javascript-format +msgid "Are you sure you want to unshare %s ?" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:42 +msgid "Successfully unshared library {placeholder}" +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:44 +msgid "Successfully deleted 1 item." +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:64 +msgid "Transfer Group {group_name} To" +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:101 +msgid "Successfully transferred the group." +msgstr "" + +#: static/scripts/sysadmin-app/views/groups.js:79 +msgid "Name is required." +msgstr "" + +#: static/scripts/sysadmin-app/views/search-trash-repos.js:46 +msgid "Delete Library By Owner" +msgstr "" + +#: static/scripts/sysadmin-app/views/search-trash-repos.js:47 +#, javascript-format +msgid "Are you sure you want to delete all %s's libraries?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:29 +#, javascript-format +msgid "Are you sure you want to delete %s completely?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:59 +#, javascript-format +msgid "Are you sure you want to restore %s?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repos.js:49 +msgid "Clear Trash" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repos.js:50 +msgid "Are you sure you want to clear trash?" +msgstr "" diff --git a/locale/nb_NO/LC_MESSAGES/djangojs.po b/locale/nb_NO/LC_MESSAGES/djangojs.po index 6748d9ff9f..bf83bdccbb 100644 --- a/locale/nb_NO/LC_MESSAGES/djangojs.po +++ b/locale/nb_NO/LC_MESSAGES/djangojs.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Norwegian Bokmål (Norway) (http://www.transifex.com/haiwen/seahub/language/nb_NO/)\n" "MIME-Version: 1.0\n" @@ -18,12 +18,12 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Nettopp" @@ -31,32 +31,39 @@ msgstr "Nettopp" msgid "Name is required" msgstr "Navn er påkrevd" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Vennligst oppgi passord" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Vennligst skriv inn passordet på nytt." -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Passordet er for kort" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Passordene stemmer ikke overens" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "Slettede kataloger" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "Slettede kataloger" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "Feilet. Vennligst sjekk nettverkstilkoblingen." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Flytt {placeholder} til:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Kopiere {placeholder} til:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Flytter %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopierer %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Lagrer..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Mislyktes." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Avbrutt." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Ugyldig destinasjonsbane" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Påkrevd" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -273,17 +295,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "" msgid "Permission error" msgstr "Tilgangsfeil" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -344,167 +368,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Lukk (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Laster..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Forrige (Venstre piltast)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Neste (Høyre piltast)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% av %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Åpne i ny fane" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Bildet kunne ikke lastes inn." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Passord er påkrevd." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Påkrevd" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Dette er bare en endelse - vennligst tast inn et navn." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Behandler..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Vellykket sletting av %(name)s." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Vellykket sletting av %(name)s og 1 annet element." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Vellykket sletting av %(name)s og %(amount)s andre elementer." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Kunne ikke slette %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Mislykket sletting av %(name)s og 1 annet element." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Mislykket sletting av %(name)s og %(amount)s øvrige elementer." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Slett elementer" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Er du sikker på at du ønsker å slette de valgte elementene?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Flytt valgte element(er) til:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Kopiere valgte element(er) til:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Vellykket flytting av %(name)s." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Vellykket sletting av %(name)s samt 1 annet element." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Vellykket flytting av %(name)s og %(amount)s øvrige elementer." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Vellykket kopiering av %(name)s." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Vellykket kopiering av %(name)s og 1 øvrig element." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Vellykket kopiering av %(name)s og %(amount)s øvrige elementer." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Intern feil. Mislykket flytting av %(name)s og %(amount)s øvrige elementer." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Intern feil. Mislykket forsøk på flytting av %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Intern feil. Mislykket forsøk på kopiering av %(name)s og %(amount)s øvrige elementer." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Intern feil. Mislykket forsøk på kopiering av %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Flytter fil %(index)s av %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopierer fil %(index)s av %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Kunne ikke flytte %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Kunne ikke kopiere %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "låst av {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Vellykket sletting av %(name)s" @@ -538,14 +575,16 @@ msgstr "Resultatet er en tom filopplasting" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Feil" @@ -585,36 +624,36 @@ msgstr "Filoppastingen ble avbrutt" msgid "File Upload failed" msgstr "Mislykket filopplasting" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Lykkes ikke med å få en opplastingslenke" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Lykkes ikke med å få en oppdateringslenke" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Erstatt fil {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Filen er låst" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Sett {placeholder}'s tillatelse" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Velg frupper" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Redigering feilet" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Sletting feilet" @@ -622,13 +661,13 @@ msgstr "Sletting feilet" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -707,45 +759,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Dele {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Utgått" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Skjul" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Vis" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Tast inn antall dager." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Vennligst tast inn gyldige dager" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Vennligst legg inn minst en e-postadresse" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Vellykket sending til {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Mislykket sending til {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,38 +806,91 @@ msgstr "Mislykket sending til {placeholder}" msgid "Success" msgstr "Vellykket" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Vellykket fjerning av stjernemarkering av {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Vennligst skriv inn 1 eller flere bokstaver" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Ingen treff" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Søker..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Innlasting feilet" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -815,10 +920,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/nl/LC_MESSAGES/djangojs.po b/locale/nl/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000000..7ca32f8fbe --- /dev/null +++ b/locale/nl/LC_MESSAGES/djangojs.po @@ -0,0 +1,967 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Dutch (http://www.transifex.com/haiwen/seahub/language/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 +msgid "Just now" +msgstr "" + +#: static/scripts/app/models/repo.js:32 +msgid "Name is required" +msgstr "" + +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 +msgid "Please enter password" +msgstr "" + +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 +msgid "Please enter the password again" +msgstr "" + +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 +msgid "Password is too short" +msgstr "" + +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 +msgid "Passwords don't match" +msgstr "" + +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 +msgid "Encrypted library" +msgstr "" + +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 +#: static/scripts/sysadmin-app/models/trash-repo.js:14 +msgid "Read-Write library" +msgstr "" + +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 +msgid "Read-Only library" +msgstr "" + +#: static/scripts/app/models/share-admin-folder.js:25 +#: static/scripts/app/models/share-admin-repo.js:22 +msgid "Read-Write" +msgstr "" + +#: static/scripts/app/models/share-admin-folder.js:27 +#: static/scripts/app/models/share-admin-repo.js:24 +msgid "Read-Only" +msgstr "" + +#: static/scripts/app/views/account.js:58 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 +#: static/scripts/app/views/group-discussions.js:125 +#: static/scripts/app/views/group-discussions.js:203 +#: static/scripts/app/views/group-discussions.js:246 +#: static/scripts/app/views/group-manage-members.js:117 +#: static/scripts/app/views/group-manage-members.js:146 +#: static/scripts/app/views/group-members.js:80 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 +#: static/scripts/app/views/groups.js:83 +#: static/scripts/app/views/groups.js:134 +#: static/scripts/app/views/invitations.js:78 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 +#: static/scripts/app/views/repo-shared-link.js:84 +#: static/scripts/app/views/share-admin-folders.js:98 +#: static/scripts/app/views/share-admin-repos.js:100 +#: static/scripts/app/views/share-admin-share-links.js:150 +#: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 +#: static/scripts/sysadmin-app/views/group-members.js:96 +#: static/scripts/sysadmin-app/views/groups.js:100 +msgid "Please check the network." +msgstr "" + +#: static/scripts/app/views/details.js:47 +msgid "New files" +msgstr "" + +#: static/scripts/app/views/details.js:53 +msgid "Deleted files" +msgstr "" + +#: static/scripts/app/views/details.js:59 +msgid "Renamed or Moved files" +msgstr "" + +#: static/scripts/app/views/details.js:65 +msgid "Modified files" +msgstr "" + +#: static/scripts/app/views/details.js:71 +msgid "New directories" +msgstr "" + +#: static/scripts/app/views/details.js:77 +msgid "Deleted directories" +msgstr "" + +#: static/scripts/app/views/details.js:94 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 +#: static/scripts/app/views/dialogs/repo-history-settings.js:82 +#: static/scripts/app/views/dialogs/repo-history-settings.js:141 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 +#: static/scripts/app/views/group-discussion.js:94 +#: static/scripts/app/views/group-manage-member.js:79 +#: static/scripts/app/views/group-manage-member.js:105 +#: static/scripts/app/views/group-manage-members.js:180 +#: static/scripts/app/views/group-repo.js:67 +#: static/scripts/app/views/group-settings.js:133 +#: static/scripts/app/views/group-settings.js:190 +#: static/scripts/app/views/group-settings.js:230 +#: static/scripts/app/views/group-settings.js:287 +#: static/scripts/app/views/group-settings.js:327 +#: static/scripts/app/views/group-settings.js:362 +#: static/scripts/app/views/invitations.js:146 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 +#: static/scripts/sysadmin-app/views/dashboard.js:46 +#: static/scripts/sysadmin-app/views/desktop-devices.js:105 +#: static/scripts/sysadmin-app/views/device-errors.js:92 +#: static/scripts/sysadmin-app/views/dir.js:193 +#: static/scripts/sysadmin-app/views/folder-share-item.js:89 +#: static/scripts/sysadmin-app/views/folder-share-item.js:138 +#: static/scripts/sysadmin-app/views/group-member.js:71 +#: static/scripts/sysadmin-app/views/group-members.js:157 +#: static/scripts/sysadmin-app/views/group-repos.js:75 +#: static/scripts/sysadmin-app/views/group.js:108 +#: static/scripts/sysadmin-app/views/groups.js:168 +#: static/scripts/sysadmin-app/views/mobile-devices.js:106 +#: static/scripts/sysadmin-app/views/repo.js:123 +#: static/scripts/sysadmin-app/views/repos.js:105 +#: static/scripts/sysadmin-app/views/search-groups.js:76 +#: static/scripts/sysadmin-app/views/search-repos.js:77 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:113 +#: static/scripts/sysadmin-app/views/share.js:190 +#: static/scripts/sysadmin-app/views/share.js:263 +#: static/scripts/sysadmin-app/views/system-repo.js:59 +#: static/scripts/sysadmin-app/views/trash-repos.js:142 +msgid "Failed. Please check the network." +msgstr "" + +#: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 +msgid "Unlink device" +msgstr "" + +#: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 +msgid "Are you sure you want to unlink this device?" +msgstr "" + +#: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 +msgid "Delete files from this device the next time it comes online." +msgstr "" + +#: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 +msgid "Successfully unlink %(name)s." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 +msgid "Move {placeholder} to:" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 +msgid "Copy {placeholder} to:" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 +msgid "Moving %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 +msgid "Copying %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 +msgid "Saving..." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +msgid "Failed." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 +msgid "Canceled." +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 +msgid "Invalid destination path" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 +msgid "Successfully moved %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 +msgid "Successfully copied %(name)s" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:39 +msgid "Rename Folder" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:39 +msgid "Rename File" +msgstr "" + +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:26 +msgid "Change Password of Library {placeholder}" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:50 +msgid "Please enter the old password" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:54 +msgid "Please enter a new password" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:58 +msgid "New password is too short" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:62 +msgid "Please enter the new password again" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:66 +msgid "New passwords don't match" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-change-password.js:87 +msgid "Successfully changed library password." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 +msgid "{placeholder} Folder Permission" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 +#: static/scripts/app/views/group-settings.js:154 +#: static/scripts/app/views/repo.js:231 +#: static/scripts/sysadmin-app/views/group-members.js:41 +#: static/scripts/sysadmin-app/views/group.js:74 +#: static/scripts/sysadmin-app/views/groups.js:68 +#: static/scripts/sysadmin-app/views/repo.js:88 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 +msgid "Select a group" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 +#: static/scripts/app/views/group-discussions.js:120 +#: static/scripts/app/views/group-discussions.js:198 +#: static/scripts/app/views/group-manage-members.js:112 +#: static/scripts/app/views/group-members.js:75 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/invitations.js:141 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/share-admin-folders.js:93 +#: static/scripts/app/views/share-admin-repos.js:95 +#: static/scripts/app/views/share-admin-share-links.js:145 +#: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 +#: static/scripts/sysadmin-app/views/dashboard.js:41 +#: static/scripts/sysadmin-app/views/desktop-devices.js:100 +#: static/scripts/sysadmin-app/views/device-errors.js:87 +#: static/scripts/sysadmin-app/views/dir.js:188 +#: static/scripts/sysadmin-app/views/group-members.js:152 +#: static/scripts/sysadmin-app/views/group-repos.js:70 +#: static/scripts/sysadmin-app/views/groups.js:163 +#: static/scripts/sysadmin-app/views/mobile-devices.js:101 +#: static/scripts/sysadmin-app/views/repos.js:100 +#: static/scripts/sysadmin-app/views/search-groups.js:71 +#: static/scripts/sysadmin-app/views/search-repos.js:72 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:108 +#: static/scripts/sysadmin-app/views/system-repo.js:54 +#: static/scripts/sysadmin-app/views/trash-repos.js:137 +msgid "Permission error" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 +msgid "Please click and choose a directory." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-history-settings.js:35 +msgid "{placeholder} History Setting" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-history-settings.js:134 +msgid "Successfully set library history." +msgstr "" + +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 +msgid "{placeholder} Share Links" +msgstr "" + +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 +msgid "Close (Esc)" +msgstr "" + +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 +msgid "Loading..." +msgstr "" + +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 +msgid "Previous (Left arrow key)" +msgstr "" + +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 +msgid "Next (Right arrow key)" +msgstr "" + +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 +msgid "%curr% of %total%" +msgstr "" + +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 +msgid "Open in New Tab" +msgstr "" + +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 +msgid "The image could not be loaded." +msgstr "" + +#: static/scripts/app/views/dir.js:411 +msgid "Password is required." +msgstr "" + +#: static/scripts/app/views/dir.js:675 +msgid "Only an extension there, please input a name." +msgstr "" + +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 +msgid "Processing..." +msgstr "" + +#: static/scripts/app/views/dir.js:1006 +msgid "Successfully deleted %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1008 +msgid "Successfully deleted %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1010 +msgid "Successfully deleted %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1019 +msgid "Failed to delete %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1021 +msgid "Failed to delete %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1023 +msgid "Failed to delete %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1036 +msgid "Delete Items" +msgstr "" + +#: static/scripts/app/views/dir.js:1037 +msgid "Are you sure you want to delete these selected items?" +msgstr "" + +#: static/scripts/app/views/dir.js:1051 +msgid "Move selected item(s) to:" +msgstr "" + +#: static/scripts/app/views/dir.js:1051 +msgid "Copy selected item(s) to:" +msgstr "" + +#: static/scripts/app/views/dir.js:1155 +msgid "Successfully moved %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1157 +msgid "Successfully moved %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1159 +msgid "Successfully moved %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1164 +msgid "Successfully copied %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1166 +msgid "Successfully copied %(name)s and 1 other item." +msgstr "" + +#: static/scripts/app/views/dir.js:1168 +msgid "Successfully copied %(name)s and %(amount)s other items." +msgstr "" + +#: static/scripts/app/views/dir.js:1180 +msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." +msgstr "" + +#: static/scripts/app/views/dir.js:1182 +msgid "Internal error. Failed to move %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1186 +msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." +msgstr "" + +#: static/scripts/app/views/dir.js:1188 +msgid "Internal error. Failed to copy %(name)s." +msgstr "" + +#: static/scripts/app/views/dir.js:1228 +msgid "Moving file %(index)s of %(total)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1228 +msgid "Copying file %(index)s of %(total)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1250 +msgid "Failed to move %(name)s" +msgstr "" + +#: static/scripts/app/views/dir.js:1250 +msgid "Failed to copy %(name)s" +msgstr "" + +#: static/scripts/app/views/dirent-grid.js:59 +#: static/scripts/app/views/dirent.js:69 +msgid "locked by {placeholder}" +msgstr "" + +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 +msgid "Successfully deleted %(name)s" +msgstr "" + +#: static/scripts/app/views/fileupload.js:10 +msgid "File is too big" +msgstr "" + +#: static/scripts/app/views/fileupload.js:11 +msgid "File is too small" +msgstr "" + +#: static/scripts/app/views/fileupload.js:12 +msgid "Filetype not allowed" +msgstr "" + +#: static/scripts/app/views/fileupload.js:13 +msgid "Max number of files exceeded" +msgstr "" + +#: static/scripts/app/views/fileupload.js:14 +msgid "Uploaded bytes exceed file size" +msgstr "" + +#: static/scripts/app/views/fileupload.js:15 +msgid "Empty file upload result" +msgstr "" + +#: static/scripts/app/views/fileupload.js:17 +#: static/scripts/app/views/group-discussions.js:122 +#: static/scripts/app/views/group-discussions.js:200 +#: static/scripts/app/views/group-manage-members.js:114 +#: static/scripts/app/views/group-manage-members.js:178 +#: static/scripts/app/views/group-members.js:77 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 +#: static/scripts/app/views/share-admin-folders.js:95 +#: static/scripts/app/views/share-admin-repos.js:97 +#: static/scripts/app/views/share-admin-share-links.js:147 +#: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 +msgid "Error" +msgstr "" + +#: static/scripts/app/views/fileupload.js:18 +msgid "uploaded" +msgstr "" + +#: static/scripts/app/views/fileupload.js:19 +msgid "canceled" +msgstr "" + +#: static/scripts/app/views/fileupload.js:20 +msgid "Start" +msgstr "" + +#: static/scripts/app/views/fileupload.js:21 +msgid "Cancel" +msgstr "" + +#: static/scripts/app/views/fileupload.js:22 +msgid "Delete" +msgstr "" + +#: static/scripts/app/views/fileupload.js:46 +msgid "File Uploading..." +msgstr "" + +#: static/scripts/app/views/fileupload.js:47 +msgid "File Upload complete" +msgstr "" + +#: static/scripts/app/views/fileupload.js:48 +msgid "File Upload canceled" +msgstr "" + +#: static/scripts/app/views/fileupload.js:49 +msgid "File Upload failed" +msgstr "" + +#: static/scripts/app/views/fileupload.js:209 +msgid "Failed to get upload url" +msgstr "" + +#: static/scripts/app/views/fileupload.js:242 +msgid "Failed to get update url" +msgstr "" + +#: static/scripts/app/views/fileupload.js:253 +msgid "Replace file {filename}?" +msgstr "" + +#: static/scripts/app/views/fileupload.js:279 +msgid "File is locked" +msgstr "" + +#: static/scripts/app/views/folder-perm.js:60 +msgid "Set {placeholder}'s permission" +msgstr "" + +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 +msgid "Select groups" +msgstr "" + +#: static/scripts/app/views/folder-share-item.js:83 +msgid "Edit failed" +msgstr "" + +#: static/scripts/app/views/folder-share-item.js:119 +msgid "Delete failed" +msgstr "" + +#: static/scripts/app/views/group-manage-members.js:71 +msgid "{placeholder} Members" +msgstr "" + +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 +msgid "Successfully unshared 1 item." +msgstr "" + +#: static/scripts/app/views/group-settings.js:155 +#: static/scripts/app/views/repo.js:232 +#: static/scripts/sysadmin-app/views/group.js:75 +#: static/scripts/sysadmin-app/views/groups.js:69 +#: static/scripts/sysadmin-app/views/repo.js:89 +msgid "You cannot select any more choices" +msgstr "" + +#: static/scripts/app/views/group-settings.js:182 +msgid "" +"Successfully transferred the group. You are now a normal member of the " +"group." +msgstr "" + +#: static/scripts/app/views/group-settings.js:248 +msgid "Please choose a CSV file" +msgstr "" + +#: static/scripts/app/views/group-settings.js:279 +msgid "Successfully imported." +msgstr "" + +#: static/scripts/app/views/group-settings.js:307 +msgid "Dismiss Group" +msgstr "" + +#: static/scripts/app/views/group-settings.js:308 +msgid "Really want to dismiss this group?" +msgstr "" + +#: static/scripts/app/views/group-settings.js:341 +msgid "Quit Group" +msgstr "" + +#: static/scripts/app/views/group-settings.js:342 +msgid "Are you sure you want to quit this group?" +msgstr "" + +#: static/scripts/app/views/invitation.js:37 +#: static/scripts/app/views/share-admin-folder.js:91 +#: static/scripts/app/views/share-admin-repo.js:95 +#: static/scripts/app/views/share-admin-share-link.js:55 +#: static/scripts/app/views/share-admin-upload-link.js:54 +msgid "Successfully deleted 1 item" +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 +#: static/scripts/sysadmin-app/views/repo.js:46 +#: static/scripts/sysadmin-app/views/trash-repo.js:28 +msgid "Delete Library" +msgstr "" + +#: static/scripts/app/views/repo.js:78 +#: static/scripts/sysadmin-app/views/group-member.js:82 +#: static/scripts/sysadmin-app/views/group.js:31 +#: static/scripts/sysadmin-app/views/repo.js:47 +#, javascript-format +msgid "Are you sure you want to delete %s ?" +msgstr "" + +#: static/scripts/app/views/repo.js:88 +#: static/scripts/sysadmin-app/views/repo.js:60 +msgid "Successfully deleted." +msgstr "" + +#: static/scripts/app/views/repo.js:221 +#: static/scripts/sysadmin-app/views/repo.js:78 +msgid "Transfer Library {library_name} To" +msgstr "" + +#: static/scripts/app/views/repo.js:260 +#: static/scripts/sysadmin-app/views/repo.js:116 +msgid "Successfully transferred the library." +msgstr "" + +#: static/scripts/app/views/share-admin-folder.js:63 +#: static/scripts/app/views/share-admin-repo.js:65 +msgid "Successfully modified permission" +msgstr "" + +#: static/scripts/app/views/share.js:65 +#: static/scripts/sysadmin-app/views/share.js:41 +msgid "Share {placeholder}" +msgstr "" + +#: static/scripts/app/views/share.js:140 +msgid "Expired" +msgstr "" + +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 +msgid "Hide" +msgstr "" + +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 +msgid "Show" +msgstr "" + +#: static/scripts/app/views/share.js:251 +msgid "Please enter days." +msgstr "" + +#: static/scripts/app/views/share.js:255 +msgid "Please enter valid days" +msgstr "" + +#: static/scripts/app/views/share.js:337 +msgid "Please input at least an email." +msgstr "" + +#: static/scripts/app/views/share.js:354 +msgid "Successfully sent to {placeholder}" +msgstr "" + +#: static/scripts/app/views/share.js:358 +msgid "Failed to send to {placeholder}" +msgstr "" + +#: static/scripts/app/views/shared-repo.js:27 +#: static/scripts/sysadmin-app/views/dirent.js:49 +#: static/scripts/sysadmin-app/views/search-trash-repos.js:60 +#: static/scripts/sysadmin-app/views/trash-repo.js:41 +#: static/scripts/sysadmin-app/views/trash-repo.js:71 +#: static/scripts/sysadmin-app/views/trash-repos.js:64 +msgid "Success" +msgstr "" + +#: static/scripts/app/views/starred-file-item.js:60 +msgid "Successfully unstared {placeholder}" +msgstr "" + +#: static/scripts/common.js:598 +msgid "Search users or enter emails and press Enter" +msgstr "" + +#: static/scripts/common.js:606 static/scripts/common.js:677 +msgid "Please enter 1 or more character" +msgstr "" + +#: static/scripts/common.js:607 static/scripts/common.js:678 +msgid "No matches" +msgstr "" + +#: static/scripts/common.js:608 static/scripts/common.js:679 +msgid "Searching..." +msgstr "" + +#: static/scripts/common.js:609 static/scripts/common.js:680 +msgid "Loading failed" +msgstr "" + +#: static/scripts/common.js:669 +msgid "Search groups" +msgstr "" + +#: static/scripts/common.js:1004 +msgid "Packaging..." +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/device-errors.js:39 +msgid "Successfully clean all errors." +msgstr "" + +#: static/scripts/sysadmin-app/views/group-member.js:81 +msgid "Delete Member" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-member.js:95 +msgid "Successfully deleted member {placeholder}" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-members.js:51 +msgid "Email is required." +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:28 +msgid "Unshare Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:29 +#, javascript-format +msgid "Are you sure you want to unshare %s ?" +msgstr "" + +#: static/scripts/sysadmin-app/views/group-repo.js:42 +msgid "Successfully unshared library {placeholder}" +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:44 +msgid "Successfully deleted 1 item." +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:64 +msgid "Transfer Group {group_name} To" +msgstr "" + +#: static/scripts/sysadmin-app/views/group.js:101 +msgid "Successfully transferred the group." +msgstr "" + +#: static/scripts/sysadmin-app/views/groups.js:79 +msgid "Name is required." +msgstr "" + +#: static/scripts/sysadmin-app/views/search-trash-repos.js:46 +msgid "Delete Library By Owner" +msgstr "" + +#: static/scripts/sysadmin-app/views/search-trash-repos.js:47 +#, javascript-format +msgid "Are you sure you want to delete all %s's libraries?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:29 +#, javascript-format +msgid "Are you sure you want to delete %s completely?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:58 +msgid "Restore Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repo.js:59 +#, javascript-format +msgid "Are you sure you want to restore %s?" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repos.js:49 +msgid "Clear Trash" +msgstr "" + +#: static/scripts/sysadmin-app/views/trash-repos.js:50 +msgid "Are you sure you want to clear trash?" +msgstr "" diff --git a/locale/nl_NL/LC_MESSAGES/djangojs.po b/locale/nl_NL/LC_MESSAGES/djangojs.po index 681b4cb70a..f47eafce05 100644 --- a/locale/nl_NL/LC_MESSAGES/djangojs.po +++ b/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -4,7 +4,7 @@ # # Translators: # Alex Kroeze , 2016 -# Harmen , 2015-2016 +# Harmen , 2015-2017 # Jorgen vd Meulen , 2015-2017 # kevinsky25, 2015 # Thijs Broenink , 2016 @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/haiwen/seahub/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -22,12 +22,12 @@ msgstr "" "Language: nl_NL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Zojuist" @@ -35,32 +35,39 @@ msgstr "Zojuist" msgid "Name is required" msgstr "Naam is verplicht" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Voer wachtwoord in" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Gelieve het wachtwoord opnieuw in te voeren" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Wachtwoord is te kort" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Wachtwoorden komen niet overeen" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Versleutelde bibliotheek" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Lees-Schrijf bibliotheek" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Alleen-lezen bibliotheek" @@ -75,32 +82,31 @@ msgid "Read-Only" msgstr "Alleen lezen" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -131,25 +137,23 @@ msgid "Deleted directories" msgstr "Verwijderde mappen" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -157,10 +161,13 @@ msgstr "Verwijderde mappen" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -186,73 +193,88 @@ msgid "Failed. Please check the network." msgstr "Mislukt. Controleer de netwerkverbinding." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Apparaat ontkoppelen" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Weet je zeker dat je dit apparaat wilt ontkoppelen?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Verwijder bestanden van dit apparaat op het moment dat deze weer online komt." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Succesvol ontkoppeld %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Verplaats {placeholder} naar:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Kopieer {placeholder} naar:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Verplaatsen van %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopieren van %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Opslaan..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Mislukt." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Geannuleerd." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Ongeldig bestandspad bestemming" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Succesvolle verplaatsing van %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Succesvolle kopie van %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Map hernoemen" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Bestand hernoemen" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Het is verplicht." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Wijzig wachtwoord van bibliotheek {placeholder}" @@ -277,17 +299,17 @@ msgstr "Gelieve het wachtwoord opnieuw in te voeren" msgid "New passwords don't match" msgstr "Nieuwe wachtwoorden komen niet overeen" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Succesvolle wijziging van wachtwoord bibliotheek" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Map toegangsrechten" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -295,30 +317,32 @@ msgstr "{placeholder} Map toegangsrechten" msgid "Search user or enter email and press Enter" msgstr "Zoek gebruiker of voer email in en druk op Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Je kunt maar 1 onderdeel selecteren" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Selecteer een groep" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Je kunt maar 1 onderdeel selecteren" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -336,7 +360,7 @@ msgstr "Selecteer een groep" msgid "Permission error" msgstr "Rechtenprobleem" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Klik en selecteer een map." @@ -348,167 +372,180 @@ msgstr "{placeholder} Geschiedenis instellingen" msgid "Successfully set library history." msgstr "Bibliotheekgeschiedenis instellen gelukt." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Gedeelde links" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Sluiten (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Laden..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Vorige (linker pijltjestoets)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Volgende (rechter pijltjestoets)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% van %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Open in nieuw tabblad" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "De afbeelding kon niet worden geladen." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Wachtwoord is verplicht." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Het is verplicht." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Alleen een extensie, voer een naam in." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "In behandeling..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Verwijderen %(name)s gelukt." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Verwijderen %(name)s en 1 ander item gelukt." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Verwijderen %(name)s en %(amount)s andere items gelukt" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Kon %(name)s niet verwijderen." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Kon %(name)s en 1 ander item niet verwijderen." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Kon %(name)s en %(amount)s andere items niet verwijderen." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Items verwijderen" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Weet je zeker dat je deze items wilt verwijderen?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Geselecteerde item(s) verplaatsen naar:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Geselecteerde item(s) kopiëren naar:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Verplaatsen van %(name)s gelukt." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Verplaatsen van %(name)s en 1 ander item gelukt." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Verplaatsen van %(name)s en %(amount)s andere items gelukt." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Kopiëren van %(name)s gelukt." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Kopiëren van %(name)s en 1 ander item gelukt." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Kopiëren van %(name)s en %(amount)s andere items gelukt." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Interne fout. Kon %(name)s en %(amount)s andere item(s) niet verplaatsen." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Interne fout. Kon %(name)s niet verplaatsen." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Interne fout. Kon %(name)s en %(amount)s andere item(s) niet kopiëren." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Interne fout. Kon %(name)s niet kopiëren." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Verplaatsen van bestand %(index)s van %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopieren van bestand %(index)s van %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Kon %(name)s niet verplaatsen" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Kon %(name)s niet kopiëren" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "vergrendeld door {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Verwijderen van %(name)s gelukt" @@ -542,14 +579,16 @@ msgstr "Leeg bestand getracht te uploaden" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Fout" @@ -589,36 +628,36 @@ msgstr "Bestandsupload geannuleerd" msgid "File Upload failed" msgstr "Bestandsupload mislukt" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Kon geen upload URL verkrijgen" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Kon geen update URL verkrijgen" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Bestand {filename} vervangen?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Bestand is vergrendeld" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Stel rechten van {placeholder} in" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Selecteer groepen" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Bewerken mislukt" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Verwijderen mislukt" @@ -626,13 +665,13 @@ msgstr "Verwijderen mislukt" msgid "{placeholder} Members" msgstr "{placeholder} leden" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Delen succesvol ongedaan gemaakt voor 1 item." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -677,13 +716,26 @@ msgstr "Weet je zeker dat je deze groep wil verlaten?" msgid "Successfully deleted 1 item" msgstr "Succesvol 1 item verwijderd." -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Bibliotheek verwijderen" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -691,17 +743,17 @@ msgstr "Bibliotheek verwijderen" msgid "Are you sure you want to delete %s ?" msgstr "Weet je zeker dat je %s wilt verwijderen?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Succesvol verwijderd." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Verplaats bibliotheek {library_name} naar" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Verplaatsen van de bibliotheek is gelukt." @@ -711,45 +763,45 @@ msgstr "Verplaatsen van de bibliotheek is gelukt." msgid "Successfully modified permission" msgstr "Rechten succesvol gewijzigd" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "{placeholder} delen" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Verlopen" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Verbergen" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Toon" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Geef dagen op." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Geef geldige dagen op" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Voer minimaal een e-mailadres in." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Versturen naar {placeholder} gelukt" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Kon niet naar {placeholder} versturen" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -758,45 +810,98 @@ msgstr "Kon niet naar {placeholder} versturen" msgid "Success" msgstr "Gelukt" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Ster van {placeholder} verwijderd" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Zoek gebruikers of voer emailadressen in en druk op Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Voer 1 of meer tekens in." -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Niet gevonden" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Zoeken..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Ophalen mislukt" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Zoek groepen" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Aan het inpakken..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Groep verwijderen" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Verwijderen van foutmeldingen gelukt." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "Lid verwijderen" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" @@ -804,7 +909,7 @@ msgstr "" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "E-mailadres is verplicht." #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" @@ -819,10 +924,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Groep verwijderen" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "Succesvol 1 item verwijderd." diff --git a/locale/pl/LC_MESSAGES/django.po b/locale/pl/LC_MESSAGES/django.po index b292bf15c3..d99fbd5b7f 100644 --- a/locale/pl/LC_MESSAGES/django.po +++ b/locale/pl/LC_MESSAGES/django.po @@ -13,8 +13,8 @@ msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 16:23+0800\n" -"PO-Revision-Date: 2017-04-28 08:23+0000\n" -"Last-Translator: zheng xie \n" +"PO-Revision-Date: 2017-04-29 11:16+0000\n" +"Last-Translator: K.S. \n" "Language-Team: Polish (http://www.transifex.com/haiwen/seahub/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -96,7 +96,7 @@ msgstr "E-mail %s jest nieprawidłowy." #: seahub/api2/endpoints/admin/users_batch.py:72 msgid "must be an integer that is greater than or equal to 0." -msgstr "" +msgstr "musi być liczbą większą lub równą 0." #: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 msgid "Invalid destination path" @@ -172,7 +172,7 @@ msgstr "Błąd deszyfrowania biblioteki" #: seahub/api2/endpoints/repo_set_password.py:97 msgid "Wrong old password" -msgstr "" +msgstr "Nieprawidłowe stare hasło" #: seahub/api2/endpoints/send_share_link_email.py:32 #: seahub/api2/endpoints/send_upload_link_email.py:31 @@ -1266,7 +1266,7 @@ msgstr "Cześć," msgid "" "%(escaped_nickname)s invited you to join group %(grp_name)s on " "%(site_name)s: " -msgstr "" +msgstr "%(escaped_nickname)s zaprasza Cię do grupy %(grp_name)s w %(site_name)s: " #: seahub/group/templates/group/group_base.html:10 #: seahub/help/templates/help/base.html:7 @@ -2063,7 +2063,7 @@ msgstr "Ogranicz przestrzeń użytkownika" #: seahub/institutions/templates/institutions/user_info.html:55 msgid "Available quota:" -msgstr "" +msgstr "Dostępna przestrzeń:" #: seahub/institutions/templates/institutions/user_info.html:67 #: seahub/templates/file_revisions.html:56 @@ -2147,7 +2147,7 @@ msgstr "Ten użytkownik nie utworzył, ani nie dołączył do żadnej grupy" #: seahub/institutions/templates/institutions/user_info.html:151 #: seahub/templates/sysadmin/sys_inst_info_base.html:56 msgid "Space Quota can't be empty" -msgstr "" +msgstr "Limit przestrzeni nie może być pusty" #: seahub/institutions/templates/institutions/useradmin.html:16 #: seahub/institutions/templates/institutions/useradmin_search.html:18 @@ -3296,11 +3296,11 @@ msgstr "Hasło będzie przechowywane na serwerze wyłącznie przez 1 godzinę." #: seahub/templates/file_edit.html:142 msgid "Choose a file" -msgstr "" +msgstr "Wybierz plik" #: seahub/templates/file_edit.html:150 msgid "Please choose a file." -msgstr "" +msgstr "Proszę wybrać plik" #: seahub/templates/file_edit.html:158 msgid "Draft Available" @@ -3542,7 +3542,7 @@ msgstr "Różnice" #: seahub/templates/file_revisions.html:114 #, python-brace-format msgid "Successfully restored {filename}" -msgstr "" +msgstr "Pomyślnie przywrócono {filename}" #: seahub/templates/finish_payment.html:8 msgid "Plan" @@ -3765,7 +3765,7 @@ msgstr "Regulamin" #: seahub/templates/js/sysadmin-templates.html:851 #: seahub/templates/sysadmin/base.html:78 msgid "Admin Logs" -msgstr "" +msgstr "Logi administracyjne" #: seahub/templates/js/sysadmin-templates.html:80 msgid "Search libraries by name..." @@ -4058,7 +4058,7 @@ msgstr "Brak członków" #: seahub/templates/js/sysadmin-templates.html:858 msgid "Operation" -msgstr "" +msgstr "Operacja" #: seahub/templates/js/sysadmin-templates.html:859 #: seahub/templates/view_file_markdown.html:11 @@ -4068,7 +4068,7 @@ msgstr "Szczegóły" #: seahub/templates/js/sysadmin-templates.html:871 msgid "No Admin Logs" -msgstr "" +msgstr "Brak logów administracyjnych" #: seahub/templates/js/templates.html:4 #: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 @@ -4181,11 +4181,11 @@ msgstr "Prześlij pliki" #: seahub/templates/js/templates.html:223 msgid "Out of quota" -msgstr "" +msgstr "Brak miejsca" #: seahub/templates/js/templates.html:226 msgid "New" -msgstr "" +msgstr "Nowy" #: seahub/templates/js/templates.html:230 msgid "New File" @@ -4193,19 +4193,19 @@ msgstr "Nowy plik" #: seahub/templates/js/templates.html:233 msgid "New Markdown File" -msgstr "" +msgstr "Nowy plik Markdown" #: seahub/templates/js/templates.html:234 msgid "New Excel File" -msgstr "" +msgstr "Nowy plik Excel" #: seahub/templates/js/templates.html:235 msgid "New PowerPoint File" -msgstr "" +msgstr "Nowy plik PowerPoint" #: seahub/templates/js/templates.html:236 msgid "New Word File" -msgstr "" +msgstr "Nowy plik Word" #: seahub/templates/js/templates.html:249 #: seahub/templates/view_shared_dir.html:31 @@ -4242,13 +4242,13 @@ msgstr "Akcje" #: seahub/templates/js/templates.html:1225 #: seahub/templates/js/templates.html:1245 msgid "Sort:" -msgstr "" +msgstr "Sortuj:" #: seahub/templates/js/templates.html:314 #: seahub/templates/js/templates.html:1227 #: seahub/templates/js/templates.html:1247 msgid "last update" -msgstr "" +msgstr "ostatnia aktualizacja" #: seahub/templates/js/templates.html:357 #: seahub/templates/js/templates.html:413 @@ -5155,7 +5155,7 @@ msgstr "Czy na pewno chcesz przywrócić tę bibliotekę?" #: seahub/templates/repo_history_view.html:114 #, python-brace-format msgid "Successfully restored {dirent_name}" -msgstr "" +msgstr "Pomyślnie przywrócono {dirent_name}" #: seahub/templates/share_access_validation.html:6 msgid "" @@ -5185,12 +5185,12 @@ msgstr "Zapisz w:" msgid "" "%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" -msgstr "" +msgstr "%(escaped_nickname)s udostępnił Ci %(file_shared_type)s %(file_shared_name)s w %(site_name)s:" #: seahub/templates/shared_upload_link_email.html:11 #, python-format msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s udostępnił Ci łącze przesyłania w %(site_name)s." #: seahub/templates/shared_upload_link_email.html:15 msgid "You can go to the following page and upload your files:" @@ -5480,7 +5480,7 @@ msgstr "Uwaga: Ustawienia wprowadzone przez interfejs www są przechowywane w ta msgid "" "The URL of the server, like https://seafile.example.com or " "http://192.168.1.2:8000" -msgstr "" +msgstr "Adres URL serwera, np. https://seafile.example.com lub http://192.168.1.2:8000" #: seahub/templates/sysadmin/settings.html:24 msgid "" @@ -5488,146 +5488,146 @@ msgid "" "download/upload files if this is not set correctly. If you config Seafile " "behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " "https://seafile.example.com/seafhttp ." -msgstr "" +msgstr "Wewnętrzny URL do pobierania/wysyłania plików. Użytkownicy nie będą mogli pobierać/wysyłać plików jeśli nie zostanie on poprawnie określony. Jeżeli Seafile znajduje się za Nginx/Apache, powinno to być SERVICE_URL/seafhttp, np. https://seafile.example.com/seafhttp" #: seahub/templates/sysadmin/settings.html:33 msgid "allow new registrations" -msgstr "" +msgstr "zezwól na rejestrację" #: seahub/templates/sysadmin/settings.html:34 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a" " new account." -msgstr "" +msgstr "Zezwól na rejestrację nowych użytkowników. Odznacz to, aby zapobiec tworzeniu nowych kont." #: seahub/templates/sysadmin/settings.html:39 msgid "activate after registration" -msgstr "" +msgstr "aktywuj po rejestracji" #: seahub/templates/sysadmin/settings.html:40 msgid "" "Activate user immediately after registration. If unchecked, an user need to " "be activated by administrator or via activation email" -msgstr "" +msgstr "Aktywuj konto natychmiast po rejestracji. Jeśli ta opcja nie jest zaznaczona to konto użytkownika musi zostać aktywowane przez administratora lub e-mail aktywacyjny." #: seahub/templates/sysadmin/settings.html:45 msgid "send activation email" -msgstr "" +msgstr "wyślij e-mail aktywacyjny" #: seahub/templates/sysadmin/settings.html:46 msgid "Send activation Email after user registration." -msgstr "" +msgstr "Wyślij e-mail aktywacyjny po zarejestrowaniu użytkownika." #: seahub/templates/sysadmin/settings.html:51 msgid "keep sign in" -msgstr "" +msgstr "zapamiętaj" #: seahub/templates/sysadmin/settings.html:52 msgid "Number of days that keep user sign in." -msgstr "" +msgstr "Liczba dni przez jaką pamiętać zalogowanego użytkownika." #: seahub/templates/sysadmin/settings.html:57 msgid "The maximum number of failed login attempts before showing CAPTCHA." -msgstr "" +msgstr "Maksymalna liczba nieudanych logowań zanim zostanie wyświetlona CAPTCHA." #: seahub/templates/sysadmin/settings.html:62 msgid "Freeze user account when failed login attempts exceed limit." -msgstr "" +msgstr "Zablokuj konto użytkownika po osiągnięciu limitu nieudanych logowań" #: seahub/templates/sysadmin/settings.html:72 msgid "strong password" -msgstr "" +msgstr "silne hasło" #: seahub/templates/sysadmin/settings.html:73 msgid "Force user to use a strong password when sign up or change password." -msgstr "" +msgstr "Wymagaj silnego hasła podczas rejestracji lub jego zmiany." #: seahub/templates/sysadmin/settings.html:78 msgid "force password change" -msgstr "" +msgstr "wymuś zmianę hasła" #: seahub/templates/sysadmin/settings.html:79 msgid "" "Force user to change password when account is newly added or reset by admin" -msgstr "" +msgstr "Wymuś zmianę hasła, gdy konto zostanie utworzone lub zresetowane przez administratora." #: seahub/templates/sysadmin/settings.html:84 msgid "password minimum length" -msgstr "" +msgstr "minimalna długość hasła" #: seahub/templates/sysadmin/settings.html:85 msgid "The least number of characters an account password should include." -msgstr "" +msgstr "Minimalna liczba znaków jaką powinno zawierać hasło." #: seahub/templates/sysadmin/settings.html:90 msgid "password strength level" -msgstr "" +msgstr "złożoność hasła" #: seahub/templates/sysadmin/settings.html:91 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" -msgstr "" +msgstr "Poziom (1-4) złożoności hasła. Np, '3' oznacza, że hasło musi zawierać przynajmniej 3 z następujących składników: cyfry, wielkie litery, małe litery i inne znaki." #: seahub/templates/sysadmin/settings.html:98 msgid "enable two factor authentication" -msgstr "" +msgstr "włącz uwierzytelnianie dwuskładnikowe" #: seahub/templates/sysadmin/settings.html:99 msgid "Enable two factor authentication" -msgstr "" +msgstr "Włącz uwierzytelnianie dwuskładnikowe" #: seahub/templates/sysadmin/settings.html:108 msgid "library history" -msgstr "" +msgstr "historia biblioteki" #: seahub/templates/sysadmin/settings.html:109 msgid "Allow user to keep library history" -msgstr "" +msgstr "Zezwól użytkownikom trzymać historię biblioteki" #: seahub/templates/sysadmin/settings.html:114 msgid "encrypted library" -msgstr "" +msgstr "zaszyfrowana biblioteka" #: seahub/templates/sysadmin/settings.html:115 msgid "Allow user to create encrypted library" -msgstr "" +msgstr "Zezwól użytkownikom tworzyć zaszyfrowane biblioteki" #: seahub/templates/sysadmin/settings.html:120 msgid "library password minimum length" -msgstr "" +msgstr "minimalna długość hasła biblioteki" #: seahub/templates/sysadmin/settings.html:121 msgid "" "The least number of characters an encrypted library password should include." -msgstr "" +msgstr "Minimalna ilość znaków jaką powinno zawierać hasło do zaszyfrowanej biblioteki." #: seahub/templates/sysadmin/settings.html:128 msgid "download/upload link password minimum length" -msgstr "" +msgstr "minimalna długość hasła łącza pobierania/wysyłania" #: seahub/templates/sysadmin/settings.html:129 msgid "" "The least number of characters a download/upload link password should " "include." -msgstr "" +msgstr "Minimalna liczba znaków jaką powinno zawierać hasło do łącza pobierania/wysyłania." #: seahub/templates/sysadmin/settings.html:135 msgid "" "Allow user to add organization library. If unchecked, only system admin can " "add library." -msgstr "" +msgstr "Zezwój użytkownikom na dodawanie bibliotek do organizacji. Jeśli odznaczone tylko administrator będzie mógł dodać bibliotekę." #: seahub/templates/sysadmin/settings.html:140 msgid "Sync" -msgstr "" +msgstr "Synchronizuj" #: seahub/templates/sysadmin/settings.html:144 msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." -msgstr "" +msgstr "Jeśli włączone, klient na desktopie nie będzie mógł synchronizować folderów poza domyślnym folderem Seafile." #: seahub/templates/sysadmin/settings.html:197 #: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 @@ -5696,7 +5696,7 @@ msgstr "Liczba uzytkowników" #: seahub/templates/sysadmin/sys_inst_info_base.html:29 msgid "Set storage limit" -msgstr "" +msgstr "Ustaw limit przestrzeni" #: seahub/templates/sysadmin/sys_inst_info_base.html:31 #: seahub/templates/sysadmin/sys_org_info_base.html:36 @@ -5970,14 +5970,14 @@ msgstr "LDAP (import)" #: seahub/templates/sysadmin/sys_useradmin_admins.html:26 #: seahub/templates/sysadmin/user_search.html:16 msgid "Set quota" -msgstr "" +msgstr "Przydziel przestrzeń" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 #: seahub/templates/sysadmin/sys_useradmin.html:32 #: seahub/templates/sysadmin/sys_useradmin_admins.html:27 #: seahub/templates/sysadmin/user_search.html:17 msgid "Delete users" -msgstr "" +msgstr "Usuń użytkowników" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 @@ -6078,13 +6078,13 @@ msgstr "Twoje konto %(username)s w %(site_name)s zostało aktywowane." msgid "" "%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " "%(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s zaprasza Cię do organizacji \"%(org_name)s\" w %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:15 #: seahub/templates/sysadmin/user_batch_add_email.html:12 #, python-format msgid "%(escaped_nickname)s invited you to join %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s zaprasza Cię do %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:20 #: seahub/templates/sysadmin/user_batch_add_email.html:16 @@ -6123,22 +6123,22 @@ msgstr "Czy na pewno chcesz odwołać uprawnienia administracyjne użytkownika % #: seahub/templates/sysadmin/useradmin_js.html:123 msgid "Are you sure you want to delete the selected user(s) ?" -msgstr "" +msgstr "Czy na pewno chcesz usunąć wybranych użytkowników?" #: seahub/templates/sysadmin/useradmin_js.html:150 #, python-brace-format msgid "Successfully deleted {users}." -msgstr "" +msgstr "Pomyślnie usunięto {users}." #: seahub/templates/sysadmin/useradmin_js.html:233 #, python-brace-format msgid "Successfully set quota for {users}." -msgstr "" +msgstr "Pomyślnie przydzielono przestrzeń dla {users}." #: seahub/templates/sysadmin/useradmin_js.html:259 #, python-brace-format msgid "Successfully set quota for {user}." -msgstr "" +msgstr "Pomyślnie przydzielono przestrzeń dla {user}." #: seahub/templates/sysadmin/userinfo.html:40 msgid "Organization" diff --git a/locale/pl/LC_MESSAGES/djangojs.po b/locale/pl/LC_MESSAGES/djangojs.po index 7529f3c6a2..3126912c3e 100644 --- a/locale/pl/LC_MESSAGES/djangojs.po +++ b/locale/pl/LC_MESSAGES/djangojs.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" -"Last-Translator: zheng xie \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-29 10:30+0000\n" +"Last-Translator: K.S. \n" "Language-Team: Polish (http://www.transifex.com/haiwen/seahub/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,12 +18,12 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Przed chwilą" @@ -31,32 +31,39 @@ msgstr "Przed chwilą" msgid "Name is required" msgstr "Nazwa jest wymagana" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "Nazwa nie powinna zawierać '/'." + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Proszę podać hasło" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Proszę ponownie podać hasło" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Hasło jest zbyt krótkie" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Hasła nie są identyczne" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Biblioteka zaszyfrowana" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Biblioteka do odczytu i zapisu" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Biblioteka tylko do odczytu" @@ -71,32 +78,31 @@ msgid "Read-Only" msgstr "Tylko odczyt" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -127,25 +133,23 @@ msgid "Deleted directories" msgstr "Usunięte katalogi" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -153,10 +157,13 @@ msgstr "Usunięte katalogi" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -182,73 +189,88 @@ msgid "Failed. Please check the network." msgstr "Niepowodzenie. Proszę sprawdzić sieć." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Odłącz urządzenie" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Czy na pewno chcesz odłączyć to urządzenie?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Usuń pliki z tego urządzenia jak tylko będzie ono dostępne." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Pomyślnie odłączono %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Przenieś {placeholder} do:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Skopiuj {placeholder} do:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Przenoszenie %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopiowanie %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Zapisywanie..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Niepowodzenie." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Anulowano." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Nieprawidłowa ścieżka docelowa" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Pomyślnie przeniesiono %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Pomyślnie skopiowano %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Zmień nazwę folderu" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Zmień nazwę pliku" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Wymagane." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Zmień hasło biblioteki {placeholder}" @@ -273,17 +295,17 @@ msgstr "Proszę ponownie wpisać nowe hasło" msgid "New passwords don't match" msgstr "Hasła nie są identyczne" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Pomyślnie zmieniono hasło biblioteki" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "Uprawnienia folderu {placeholder}" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -291,30 +313,32 @@ msgstr "Uprawnienia folderu {placeholder}" msgid "Search user or enter email and press Enter" msgstr "Wyszukaj użytkownika lub podaj adres email i naciśnij Enter." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Możesz wybrać tylko 1 element" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Wybierz grupę" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Możesz wybrać tylko 1 element" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -332,7 +356,7 @@ msgstr "Wybierz grupę" msgid "Permission error" msgstr "Błąd uprawnień" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Proszę kliknąć i wybrać katalog." @@ -344,167 +368,180 @@ msgstr "Ustawienia historii {placeholder}" msgid "Successfully set library history." msgstr "Pomyślnie ustawiono historię biblioteki." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "Łącza {placeholder}" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Zamknij (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Wczytywanie..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Poprzedni (strzałka w lewo)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Następny (strzałka w prawo)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% z %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Otwórz w nowej karcie" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Obraz nie może być wczytany." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Hasło jest wymagane." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Wymagane." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Tylko rozszerzenie, proszę podać nazwę." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "Nowy plik" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "Nowy plik Markdown" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "Nowy plik Excel" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "Nowy plik PowerPoint" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "Nowy plik Word" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Przetwarzanie..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Pomyślnie usunięto %(name)s." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Pomyślnie usunięto %(name)s i 1 inny element." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Pomyślnie usunięto %(name)s i %(amount)s innych elementów." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Nie udało się usunąć %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Nie udało się usunąć %(name)s i 1 innego elementu." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Nie udało się usunąć %(name)s i %(amount)s innych elementów." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Usuń elementy" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Czy na pewno chcesz trwale usunąć wybrane elementy?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Przenieś wybrane elementy do:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Kopiuj wybrane elementy do:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Pomyślnie przeniesiono %(name)s." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Pomyślnie przeniesiono %(name)s i 1 inny element." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Pomyślnie przeniesiono %(name)s i %(amount)s innych elementów." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Pomyślnie skopiowano %(name)s." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Pomyślnie skopiowano %(name)s i 1 inny element." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Pomyślnie skopiowano %(name)s i %(amount)s innych elementów." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Błąd wewnętrzny. Nie można przenieść %(name)s i %(amount)s innych elementów." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Błąd wewnętrzny. Nie można przenieść %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Błąd wewnętrzny. Nie można skopiować %(name)s i %(amount)s innych elementów." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Błąd wewnętrzny. Nie można skopiować %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Przenoszenie pliku %(index)s z %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopiowanie pliku %(index)s z %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Nie można przenieść %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Nie można skopiować %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "zablokowany przez {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Pomyślnie usunięto %(name)s" @@ -538,14 +575,16 @@ msgstr "Wynik przesyłania pustego pliku" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Błąd" @@ -585,36 +624,36 @@ msgstr "Anulowano wysyłanie pliku" msgid "File Upload failed" msgstr "Błąd w trakcie wysyłania pliku" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Nie udało się uzyskać adresu wysyłania" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Nie udało się uzyskać adresu aktualizacji" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Zamienić plik {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Plik jest zablokowany" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Ustaw uprawnienia {placeholder}" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Wybierz grupy" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Niepowodzenie edycji" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Niepowodzenie usuwania" @@ -622,13 +661,13 @@ msgstr "Niepowodzenie usuwania" msgid "{placeholder} Members" msgstr "Członkowie {placeholder}" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Pomyślnie wyłączono udostępnianie 1 elementu." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -673,13 +712,26 @@ msgstr "Czy na pewno chcesz opuścić tę grupę?" msgid "Successfully deleted 1 item" msgstr "Pomyślnie usunięto 1 element" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "Zostałeś wylogowany" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "Zaloguj" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "Odśwież" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Usuń bibliotekę" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -687,17 +739,17 @@ msgstr "Usuń bibliotekę" msgid "Are you sure you want to delete %s ?" msgstr "Czy na pewno chcesz usunąć %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Pomyślnie usunięto." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Przenieś bibliotekę {library_name} do" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Pomyślnie przeniesiono bibliotekę." @@ -707,45 +759,45 @@ msgstr "Pomyślnie przeniesiono bibliotekę." msgid "Successfully modified permission" msgstr "Pomyślnie zmieniono uprawnienia" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Udostępnij {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Wygasło" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Ukryj" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Pokaż" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Proszę podać dni." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Podaj prawidłową liczbę dni" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Proszę podać przynajmniej e-mail." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Pomyślnie wysłano do {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Nie udało się wysłać do {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -754,70 +806,119 @@ msgstr "Nie udało się wysłać do {placeholder}" msgid "Success" msgstr "Sukces" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Pomyślnie usunięto {placeholder} z ulubionych" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Wyszukaj użytkowników lub podaj adresy email i naciśnij Enter." -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Proszę podać 1 lub więcej znaków" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Brak wyników" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Wyszukiwanie..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Niepowodzenie wczytywania" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Szukaj grup" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Pakowanie..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "Usunięta biblioteka {library_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "Prześlij bibliotekę" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "Przesłano bibliotekę {library_name} od {user_from} do {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "Utwórz grupę" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "Utworzono grupę {group_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "Prześlij grupę" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "Przesłano grupę {group_name} od {user_from} do {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Usuń grupę" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "Usunięto grupę {group_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "Dodaj użytkownika" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "Dodano użytkownika {user}" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "Usuń użytkownika" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "Usunięto użytkownika {user}" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Pomyślnie wyczyszczono wszystkie błędy." #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "Usuń członka" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "Pomyślnie usunięto członka {placeholder}" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "Adres e-mail jest wymagany." #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "Przestań udostępniać bibliotekę" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "Czy na pewno chcesz wyłączyć udostępnianie %s ?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Usuń grupę" +msgstr "Pomyślnie wyłączono udostępnianie biblioteki {placeholder}" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." diff --git a/locale/pt_BR/LC_MESSAGES/djangojs.po b/locale/pt_BR/LC_MESSAGES/djangojs.po index 050cd7d2f9..e1c5266b56 100644 --- a/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/haiwen/seahub/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -19,12 +19,12 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Agora mesmo" @@ -32,32 +32,39 @@ msgstr "Agora mesmo" msgid "Name is required" msgstr "Nome requerido" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Por favor insira a senha" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Por favor insira a senha novamente" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Senha muito curta" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Senhas não coincidem" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Biblioteca encriptada" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Biblioteca no modo leitura-escrita" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Biblioteca no modo somente leitura" @@ -72,32 +79,31 @@ msgid "Read-Only" msgstr "Somente Leitura" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -128,25 +134,23 @@ msgid "Deleted directories" msgstr "Diretórios apagados" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -154,10 +158,13 @@ msgstr "Diretórios apagados" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -183,73 +190,88 @@ msgid "Failed. Please check the network." msgstr "Falha. Por favor, verifique a rede." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Desconectar dispositivo" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Você tem certeza que deseja desconectar este dispositivo?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Apagar arquivos deste dispositivo da próxima vez que ele estiver online." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "O dispositivo %(name)s foi desconectado com sucesso." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Mover {placeholder} para:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Copiar {placeholder} para:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Movendo %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Copiando %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Salvando..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Falhou" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Cancelados" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Caminho de destino inválido" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "%(name)s movido com sucesso" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "%(name)s copiado com sucesso" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Renomear Pasta" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Renonear Arquivo" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Obrigatorio" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Alterar senha da Biblioteca {placeholder}" @@ -274,17 +296,17 @@ msgstr "Por favor entre com a nova senha novamente" msgid "New passwords don't match" msgstr "A nova senha e sua confirmação não são iguais" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Senha da biblioteca alterada com sucesso." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Permissão da Pasta" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -292,30 +314,32 @@ msgstr "{placeholder} Permissão da Pasta" msgid "Search user or enter email and press Enter" msgstr "Procure o usuário pelo nome ou e-mail e pressione Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Você pode selecionar apenas 1 item" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Selecionar um grupo" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Você pode selecionar apenas 1 item" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -333,7 +357,7 @@ msgstr "Selecionar um grupo" msgid "Permission error" msgstr "Erro de Permissão" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Por favor clique e selecione um diretório." @@ -345,167 +369,180 @@ msgstr "{placeholder} Configuração do Histórico" msgid "Successfully set library history." msgstr "Histórico da biblioteca atualizado com sucesso." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Compartilhar Links" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Fechar(Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Carregando..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Voltar (Seta para a esquerda)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Proximo (Seta para a direita)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% do %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Abrir Nova Aba" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "A imagem não pode ser carregada." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Senha obrigatoria" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Obrigatorio" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Há apenas uma extensão aqui, por favor, insira um nome." -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Processando..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "%(name)s. Deletado com sucesso " -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Deletado com sucesso %(name)s." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Excluída com êxito% (name)s e %(amount) s outros itens." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Falha ao deletar %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Falha ao deletar %(name)s e 1 outro items" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Falha ao deletar %(name)s e %(amount)s outros items." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Deletar items" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Tem certeza que deseja deletar os items selecionados?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Mover itens selecionados para:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Copiar itens selecionados para:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Movidos com sucesso %(name)s." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "%(name)s e 1 outro item.copiados com sucesso" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "%(name)s e %(amount)s outros items.copiados com sucesso" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr " %(name)s. copiados com sucesso" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "%(name)s copiado com sucesso e 1 outro items" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "%(name)s and %(amount)s outros items.copiados com sucesso" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Erro interno. Falha ao mover %(name)s e %(amount)s outros item(s)." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Erro interno. Falha ao mover %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Erro intero. Falha ao copiar %(name)s e %(amount)s outros item(s)." -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Erro interno. Falha ao copiar %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Movendo %(index) arquivos de %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Copiando %(index) arquivos de %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Falha ao mover %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Falha ao copiar %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "Bloqueado por {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "%(name)s Deletado com sucesso" @@ -539,14 +576,16 @@ msgstr "Resultado do carregamento de arquivos vazio" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Erro" @@ -586,36 +625,36 @@ msgstr "Carregamento de Arquivo cancelado" msgid "File Upload failed" msgstr "Carregamento de Arquivo falhou" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Falha ao obter o URL de envio" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Falha ao obter o URL de atualização" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Substituir arquivo {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Arquivo está bloqueado" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Setar {placeholder}'s permissão" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Selecionar grupos" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Edição falhou" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Deleção falhou" @@ -623,13 +662,13 @@ msgstr "Deleção falhou" msgid "{placeholder} Members" msgstr "{placeholder} Membros" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "O compartilhamento foi removido com sucesso." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -674,13 +713,26 @@ msgstr "Você tem certeza que deseja sair deste grupo?" msgid "Successfully deleted 1 item" msgstr "Item apagado com sucesso" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Apagar Biblioteca" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -688,17 +740,17 @@ msgstr "Apagar Biblioteca" msgid "Are you sure you want to delete %s ?" msgstr "Você tem certeza que deseja apagar %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Apagado com sucesso." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Transferir Biblioteca {library_name} para" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Biblioteca transferida com sucesso." @@ -708,45 +760,45 @@ msgstr "Biblioteca transferida com sucesso." msgid "Successfully modified permission" msgstr "Permissões modificadas com sucesso" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Compartilhar {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Expirado" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Esconder" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Mostrar" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Por favor insira os dias" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Por favor insira dias validos" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Por favor, insira pelo menos um e-mail." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Enviado com sucesso para {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Falha ao enviar para {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -755,38 +807,91 @@ msgstr "Falha ao enviar para {placeholder}" msgid "Success" msgstr "Sucesso" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "{placeholder} desmarcado com sucesso" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Digite o nome do usuário ou o e-mail e tecle Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Por favor digite 1 ou mais caracteres" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Nenhum ocorrência" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Procurando..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Falha no carregamento" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Procurar grupos" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Empacotando..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Apagar Grupo" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Todos os erros foram eliminados com sucesso." @@ -816,10 +921,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Apagar Grupo" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "Item apagado com sucesso." diff --git a/locale/pt_PT/LC_MESSAGES/djangojs.po b/locale/pt_PT/LC_MESSAGES/djangojs.po index 466037bcde..6a2ac2a082 100644 --- a/locale/pt_PT/LC_MESSAGES/djangojs.po +++ b/locale/pt_PT/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Portuguese (Portugal) (http://www.transifex.com/haiwen/seahub/language/pt_PT/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/ru/LC_MESSAGES/django.po b/locale/ru/LC_MESSAGES/django.po index 7a5531cb93..d6c9da6ea4 100644 --- a/locale/ru/LC_MESSAGES/django.po +++ b/locale/ru/LC_MESSAGES/django.po @@ -24,7 +24,7 @@ msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 16:23+0800\n" -"PO-Revision-Date: 2017-04-28 08:26+0000\n" +"PO-Revision-Date: 2017-04-28 10:02+0000\n" "Last-Translator: Vladimir \n" "Language-Team: Russian (http://www.transifex.com/haiwen/seahub/language/ru/)\n" "MIME-Version: 1.0\n" @@ -107,7 +107,7 @@ msgstr "Email %s недействителен." #: seahub/api2/endpoints/admin/users_batch.py:72 msgid "must be an integer that is greater than or equal to 0." -msgstr "" +msgstr "должно быть целым числом, которое больше или равно 0." #: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 msgid "Invalid destination path" @@ -1277,7 +1277,7 @@ msgstr "Здравствуйте, " msgid "" "%(escaped_nickname)s invited you to join group %(grp_name)s on " "%(site_name)s: " -msgstr "" +msgstr "%(escaped_nickname)s пригласил вас присоединиться к группе %(grp_name)s на %(site_name)s: " #: seahub/group/templates/group/group_base.html:10 #: seahub/help/templates/help/base.html:7 @@ -1779,7 +1779,7 @@ msgid "" "The seafile-ignore.txt file only controls which files to exclude on the " "client side. You can still create a file from seahub web interface that's " "excluded on the client. In this case," -msgstr "Файл seafile-ignore.txt контролирует только те файлы, которые будут исключены из синхронизации со стороны клиента. В любой момент вы можете создать файл в веб-интерфейсе Seafile, который исключается из синхронизации на стороне клиента. В этом случае" +msgstr "Файл seafile-ignore.txt контролирует только те файлы, которые будут исключены из синхронизации со стороны клиента. В любой момент вы можете создать файл в веб-интерфейсе Seafile, который исключается из синхронизации на стороне клиента. В этом случае, " #: seahub/help/templates/help/ignore.html:40 msgid "" @@ -2074,7 +2074,7 @@ msgstr "Установить ограничение объема данных д #: seahub/institutions/templates/institutions/user_info.html:55 msgid "Available quota:" -msgstr "" +msgstr "Доступная квота:" #: seahub/institutions/templates/institutions/user_info.html:67 #: seahub/templates/file_revisions.html:56 @@ -2158,7 +2158,7 @@ msgstr "Пользователь не создал или не присоеди #: seahub/institutions/templates/institutions/user_info.html:151 #: seahub/templates/sysadmin/sys_inst_info_base.html:56 msgid "Space Quota can't be empty" -msgstr "" +msgstr "Значение квоты не может быть пустым" #: seahub/institutions/templates/institutions/useradmin.html:16 #: seahub/institutions/templates/institutions/useradmin_search.html:18 @@ -3307,11 +3307,11 @@ msgstr "Пароль будет храниться на сервере в теч #: seahub/templates/file_edit.html:142 msgid "Choose a file" -msgstr "" +msgstr "Выбрать файл" #: seahub/templates/file_edit.html:150 msgid "Please choose a file." -msgstr "" +msgstr "Пожалуйста, выберите файл." #: seahub/templates/file_edit.html:158 msgid "Draft Available" @@ -3553,7 +3553,7 @@ msgstr "Разница" #: seahub/templates/file_revisions.html:114 #, python-brace-format msgid "Successfully restored {filename}" -msgstr "" +msgstr "Успешно восстановлен {filename}" #: seahub/templates/finish_payment.html:8 msgid "Plan" @@ -3776,7 +3776,7 @@ msgstr "Условия и Положения" #: seahub/templates/js/sysadmin-templates.html:851 #: seahub/templates/sysadmin/base.html:78 msgid "Admin Logs" -msgstr "" +msgstr "Журналы администратора" #: seahub/templates/js/sysadmin-templates.html:80 msgid "Search libraries by name..." @@ -4069,7 +4069,7 @@ msgstr "Нет участников" #: seahub/templates/js/sysadmin-templates.html:858 msgid "Operation" -msgstr "" +msgstr "Операция" #: seahub/templates/js/sysadmin-templates.html:859 #: seahub/templates/view_file_markdown.html:11 @@ -4079,7 +4079,7 @@ msgstr "Подробности" #: seahub/templates/js/sysadmin-templates.html:871 msgid "No Admin Logs" -msgstr "" +msgstr "Нет журналов администратора" #: seahub/templates/js/templates.html:4 #: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 @@ -4192,11 +4192,11 @@ msgstr "Загрузить файлы" #: seahub/templates/js/templates.html:223 msgid "Out of quota" -msgstr "" +msgstr "Превышение квоты дискового пространства" #: seahub/templates/js/templates.html:226 msgid "New" -msgstr "" +msgstr "Новый" #: seahub/templates/js/templates.html:230 msgid "New File" @@ -4204,19 +4204,19 @@ msgstr "Новый файл" #: seahub/templates/js/templates.html:233 msgid "New Markdown File" -msgstr "" +msgstr "Новый Markdown файл" #: seahub/templates/js/templates.html:234 msgid "New Excel File" -msgstr "" +msgstr "Новый Excel файл" #: seahub/templates/js/templates.html:235 msgid "New PowerPoint File" -msgstr "" +msgstr "Новый PowerPoint файл" #: seahub/templates/js/templates.html:236 msgid "New Word File" -msgstr "" +msgstr "Новый Word файл" #: seahub/templates/js/templates.html:249 #: seahub/templates/view_shared_dir.html:31 @@ -4253,13 +4253,13 @@ msgstr "Действия" #: seahub/templates/js/templates.html:1225 #: seahub/templates/js/templates.html:1245 msgid "Sort:" -msgstr "" +msgstr "Сортировка:" #: seahub/templates/js/templates.html:314 #: seahub/templates/js/templates.html:1227 #: seahub/templates/js/templates.html:1247 msgid "last update" -msgstr "" +msgstr "последнее обновление" #: seahub/templates/js/templates.html:357 #: seahub/templates/js/templates.html:413 @@ -5166,7 +5166,7 @@ msgstr "Вы уверены, что хотите восстановить эту #: seahub/templates/repo_history_view.html:114 #, python-brace-format msgid "Successfully restored {dirent_name}" -msgstr "" +msgstr "Успешно восстановлен {dirent_name}" #: seahub/templates/share_access_validation.html:6 msgid "" @@ -5196,12 +5196,12 @@ msgstr "Доступно для" msgid "" "%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" -msgstr "" +msgstr "%(escaped_nickname)s поделился с вами %(file_shared_name)s.

Перейдите по ссылке, чтобы посмотреть:" #: seahub/templates/shared_upload_link_email.html:11 #, python-format msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s поделился с вами ссылкой для загрузки файлов." #: seahub/templates/shared_upload_link_email.html:15 msgid "You can go to the following page and upload your files:" @@ -5491,7 +5491,7 @@ msgstr "Примечание: Настройки через веб-интерф msgid "" "The URL of the server, like https://seafile.example.com or " "http://192.168.1.2:8000" -msgstr "" +msgstr "URL адрес сервера, например: https://cloud.example.com или http://192.168.1.2:8000" #: seahub/templates/sysadmin/settings.html:24 msgid "" @@ -5499,136 +5499,136 @@ msgid "" "download/upload files if this is not set correctly. If you config Seafile " "behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " "https://seafile.example.com/seafhttp ." -msgstr "" +msgstr "Внутренний URL адрес для скачивания/загрузки файлов. Пользователи не смогут скачивать/загружать файлы, если это неправильно настроено. Если у вас Seafile установлен за Nginx/Apache, это должно быть SERVICE_URL/seafhttp, например: https://cloud.example.com/seafhttp ." #: seahub/templates/sysadmin/settings.html:33 msgid "allow new registrations" -msgstr "" +msgstr "разрешить новые регистрации" #: seahub/templates/sysadmin/settings.html:34 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a" " new account." -msgstr "" +msgstr "Разрешить новые регистрации пользователей. Снимите этот флажок, чтобы никто не мог создать новый аккаунт." #: seahub/templates/sysadmin/settings.html:39 msgid "activate after registration" -msgstr "" +msgstr "активировать после регистрации" #: seahub/templates/sysadmin/settings.html:40 msgid "" "Activate user immediately after registration. If unchecked, an user need to " "be activated by administrator or via activation email" -msgstr "" +msgstr "Активировать пользователя сразу после регистрации. Если флажок снят, пользователь должен быть активирован администратором или с помощью письма активации по электронной почте" #: seahub/templates/sysadmin/settings.html:45 msgid "send activation email" -msgstr "" +msgstr "отправить письмо активации" #: seahub/templates/sysadmin/settings.html:46 msgid "Send activation Email after user registration." -msgstr "" +msgstr "Отправить письмо активации после регистрации пользователя." #: seahub/templates/sysadmin/settings.html:51 msgid "keep sign in" -msgstr "" +msgstr "сохранять вход в систему" #: seahub/templates/sysadmin/settings.html:52 msgid "Number of days that keep user sign in." -msgstr "" +msgstr "Количество дней, в течение которых сохраняется вход пользователя в систему." #: seahub/templates/sysadmin/settings.html:57 msgid "The maximum number of failed login attempts before showing CAPTCHA." -msgstr "" +msgstr "Максимальное количество неудачных попыток входа в систему перед показом CAPTCHA." #: seahub/templates/sysadmin/settings.html:62 msgid "Freeze user account when failed login attempts exceed limit." -msgstr "" +msgstr "Замораживать аккаунт пользователя при превышении лимита неудачных попыток входа в систему." #: seahub/templates/sysadmin/settings.html:72 msgid "strong password" -msgstr "" +msgstr "надежный пароль" #: seahub/templates/sysadmin/settings.html:73 msgid "Force user to use a strong password when sign up or change password." -msgstr "" +msgstr "Принудительно использовать надежный пароль при регистрации или изменении пароля." #: seahub/templates/sysadmin/settings.html:78 msgid "force password change" -msgstr "" +msgstr "принудительно сменить пароль" #: seahub/templates/sysadmin/settings.html:79 msgid "" "Force user to change password when account is newly added or reset by admin" -msgstr "" +msgstr "Принудительно изменять пароль, если аккаунт был добавлен или сброшен администратором" #: seahub/templates/sysadmin/settings.html:84 msgid "password minimum length" -msgstr "" +msgstr "минимальная длина пароля" #: seahub/templates/sysadmin/settings.html:85 msgid "The least number of characters an account password should include." -msgstr "" +msgstr "Наименьшее количество символов, которое должен включать пароль аккаунта." #: seahub/templates/sysadmin/settings.html:90 msgid "password strength level" -msgstr "" +msgstr "уровень надежности пароля" #: seahub/templates/sysadmin/settings.html:91 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" -msgstr "" +msgstr "Уровень защиты (1-4) пароля аккаунта. Например, '3' означает, что пароль должен иметь как минимум 3 из следующего: числа, заглавные буквы, строчные буквы и другие символы" #: seahub/templates/sysadmin/settings.html:98 msgid "enable two factor authentication" -msgstr "" +msgstr "включить двухфакторную аутентификацию" #: seahub/templates/sysadmin/settings.html:99 msgid "Enable two factor authentication" -msgstr "" +msgstr "Включить двухфакторную аутентификацию" #: seahub/templates/sysadmin/settings.html:108 msgid "library history" -msgstr "" +msgstr "история библиотеки" #: seahub/templates/sysadmin/settings.html:109 msgid "Allow user to keep library history" -msgstr "" +msgstr "Разрешить пользователю сохранять историю библиотеки" #: seahub/templates/sysadmin/settings.html:114 msgid "encrypted library" -msgstr "" +msgstr "зашифрованная библиотека" #: seahub/templates/sysadmin/settings.html:115 msgid "Allow user to create encrypted library" -msgstr "" +msgstr "Разрешить пользователю создавать зашифрованную библиотеку" #: seahub/templates/sysadmin/settings.html:120 msgid "library password minimum length" -msgstr "" +msgstr "минимальная длина пароля для библиотеки" #: seahub/templates/sysadmin/settings.html:121 msgid "" "The least number of characters an encrypted library password should include." -msgstr "" +msgstr "Наименьшее количество символов, которое должен включать пароль зашифрованной библиотеки." #: seahub/templates/sysadmin/settings.html:128 msgid "download/upload link password minimum length" -msgstr "" +msgstr "минимальная длина пароля для сылки скачивания/загрузки файлов" #: seahub/templates/sysadmin/settings.html:129 msgid "" "The least number of characters a download/upload link password should " "include." -msgstr "" +msgstr "Наименьшее количество символов, которое должен включать пароль для ссылки скачивания/загрузки файлов." #: seahub/templates/sysadmin/settings.html:135 msgid "" "Allow user to add organization library. If unchecked, only system admin can " "add library." -msgstr "" +msgstr "Разрешить пользователю добавлять библиотеку сообщества. Если флажок снят, то только администратор может добавить библиотеку." #: seahub/templates/sysadmin/settings.html:140 msgid "Sync" @@ -5638,7 +5638,7 @@ msgstr "Синхронизация" msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." -msgstr "" +msgstr "Если включить, пользователи с настольного компьютера не смогут синхронизировать папку вне папки Seafile по умолчанию." #: seahub/templates/sysadmin/settings.html:197 #: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 @@ -6089,13 +6089,13 @@ msgstr "Ваш аккаунт %(username)s на %(site_name)s был актив msgid "" "%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " "%(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s пригласил вас присоединиться к сообществу \"%(org_name)s\" на %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:15 #: seahub/templates/sysadmin/user_batch_add_email.html:12 #, python-format msgid "%(escaped_nickname)s invited you to join %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s пригласил вас присоединиться к %(site_name)s." #: seahub/templates/sysadmin/user_add_email.html:20 #: seahub/templates/sysadmin/user_batch_add_email.html:16 @@ -6144,12 +6144,12 @@ msgstr "Успешно удалены {users}." #: seahub/templates/sysadmin/useradmin_js.html:233 #, python-brace-format msgid "Successfully set quota for {users}." -msgstr "" +msgstr "Успешно установлена квота для {users}." #: seahub/templates/sysadmin/useradmin_js.html:259 #, python-brace-format msgid "Successfully set quota for {user}." -msgstr "" +msgstr "Успешно установлена квота для {user}." #: seahub/templates/sysadmin/userinfo.html:40 msgid "Organization" diff --git a/locale/sk_SK/LC_MESSAGES/djangojs.po b/locale/sk_SK/LC_MESSAGES/djangojs.po index 731ab7592a..3f3a408a99 100644 --- a/locale/sk_SK/LC_MESSAGES/djangojs.po +++ b/locale/sk_SK/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Slovak (Slovakia) (http://www.transifex.com/haiwen/seahub/language/sk_SK/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: sk_SK\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/sl_SI/LC_MESSAGES/djangojs.po b/locale/sl_SI/LC_MESSAGES/djangojs.po index 45f7adef36..bddc323768 100644 --- a/locale/sl_SI/LC_MESSAGES/djangojs.po +++ b/locale/sl_SI/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Slovenian (Slovenia) (http://www.transifex.com/haiwen/seahub/language/sl_SI/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: sl_SI\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Ravnokar" @@ -30,32 +30,39 @@ msgstr "Ravnokar" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "Neuspešno. Prosimo, preverite povezavo." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Neuspešno." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Zapri (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Prejšnji (Leva puščica)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Naprej (Desna puščica)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Odpri v novem zavihku" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "Nalaganje datoteke preklicano" msgid "File Upload failed" msgstr "Nalaganje datoteke ni uspelo" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Datoteka je zaklenjena" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Izberi skupine" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Skrij" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Prikaži" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Prosimo, vnesite veljavno število dni" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Uspešno poslano {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Neuspešno poslano {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "Neuspešno poslano {placeholder}" msgid "Success" msgstr "Uspeh" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Prosimo, vpiši 1 ali več znakov" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Ni zadetkov" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Iskanje..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Neuspešno nalaganje" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/sv/LC_MESSAGES/djangojs.po b/locale/sv/LC_MESSAGES/djangojs.po index ba4ffbacc7..92d0dcba0d 100644 --- a/locale/sv/LC_MESSAGES/djangojs.po +++ b/locale/sv/LC_MESSAGES/djangojs.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-03-07 14:56+0000\n" -"Last-Translator: Radapompa \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" +"Last-Translator: zheng xie \n" "Language-Team: Swedish (http://www.transifex.com/haiwen/seahub/language/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -20,12 +20,12 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Precis nyss" @@ -33,32 +33,39 @@ msgstr "Precis nyss" msgid "Name is required" msgstr "Namn krävs" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Vänligen ange lösenordet" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Vänligen ange lösenordet igen" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Lösenordet är för kort" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Lösenorden överensstämmer inte" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "Krypterad katalog" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "Skrivbar katalog" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "Skrivskyddad katalog" @@ -73,32 +80,31 @@ msgid "Read-Only" msgstr "Läs enbart" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -129,25 +135,23 @@ msgid "Deleted directories" msgstr "Borttagna kataloger" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -155,10 +159,13 @@ msgstr "Borttagna kataloger" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -184,73 +191,88 @@ msgid "Failed. Please check the network." msgstr "Misslyckades. Kontrollera nätverket." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "Avlänka enhet" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "Är du säker på att du vill avlänka enheten?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "Ta bort filer från denna enhet nästa gång den kommer online." #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "Tog bort %(name)s." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "Flytta {placeholder} till:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "Kopiera {placeholder} till:" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Flyttar %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Kopierar %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Sparar..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Misslyckades" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Avbruten." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Felaktig destinationssökväg" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "Lyckades flytta %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "Lyckades kopiera %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "Döp om mapp" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "Döp om fil" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Det krävs." + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "Byt Lösenord för Katalog {placeholder}" @@ -275,17 +297,17 @@ msgstr "Vänligen ange det nya lösenordet igen" msgid "New passwords don't match" msgstr "De nya lösenorden överensstämmer inte" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "Byte av lösenord för katalog lyckades." -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} Katalogrättigheter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -293,30 +315,32 @@ msgstr "{placeholder} Katalogrättigheter" msgid "Search user or enter email and press Enter" msgstr "Sök användare eller ange mejladress och tryck Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "Du kan bara välja 1 objekt" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "Välj en grupp" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "Du kan bara välja 1 objekt" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -334,7 +358,7 @@ msgstr "Välj en grupp" msgid "Permission error" msgstr "Behörighetsfel" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "Klicka och välj en katalog." @@ -346,167 +370,180 @@ msgstr "{placeholder} Historikinställning" msgid "Successfully set library history." msgstr "Lyckades sätta katalogs historik." -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} Dela Länkar" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "Stäng (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Laddar..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "Föregående (Vänster piltangent)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "Nästa (Höger piltangent)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% av %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Öppna i ny flik" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "Bilden kunde inte laddas." -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Lösenord krävs." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Det krävs." - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Bara en ändelse, vänligen ange ett namn" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Arbetar..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Lyckades ta bort %(name)s." -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "Lyckades ta bort %(name)s och 1 annat objekt." -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Lyckades ta bort %(name)s och %(amount)s andra filer." -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "Misslyckades att ta bort %(name)s." -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "Misslyckades att ta bort %(name)s och 1 annat objekt." -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "Misslyckades att ta bort %(name)s och %(amount)s andra objekt." -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Borttagna Objekt" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Är du säker att du vill ta bort valda objekt?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "Flytta valda objekt till:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "Kopiera valda objekt till:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Lyckades flytta %(name)s." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Lyckades flytta %(name)s och 1 annan fil." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Lyckades flytta %(name)s och %(amount)s andra filer." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Lyckades kopiera %(name)s." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Lyckades kopiera %(name)s och 1 annan fil." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Lyckades kopiera %(name)s och %(amount)s andra filer." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "Internt fel. Misslyckades att flytta %(name)s och %(amount)s andra objekt." -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Internt fel. Misslyckades att flytta %(name)s." -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "Internt fel. Misslyckades att kopiera %(name)s och %(amount)s andra objekt" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Internt fel. Misslyckades att kopiera %(name)s." -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Flyttar fil %(index)s av %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Kopierar fil %(index)s av %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "Misslyckades att flytta %(name)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "Misslyckades att kopiera %(name)s" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "låst av {placeholder}" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Lyckades ta bort %(name)s" @@ -540,14 +577,16 @@ msgstr "Uppladdning resulterade i en tom fil" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Fel" @@ -587,36 +626,36 @@ msgstr "Filuppladdning avbruten" msgid "File Upload failed" msgstr "Filuppladdning misslyckad" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Misslyckades att hämta uppladdningsurl" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "Misslyckades att hämta uppdateringsurl" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "Ersätt filen {filename}?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Filen är låst" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "Sätt {placeholder}s rättigheter" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "Välj grupper" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "Ändring misslyckades" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "Borttagning misslyckades" @@ -624,13 +663,13 @@ msgstr "Borttagning misslyckades" msgid "{placeholder} Members" msgstr "{placeholder} Medlemmar" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "Lyckades avdela 1 sak." #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -675,13 +714,26 @@ msgstr "Är du säker att du vill lämna gruppen?" msgid "Successfully deleted 1 item" msgstr "Lyckades ta bort 1 sak" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "Ta bort Katalog" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -689,17 +741,17 @@ msgstr "Ta bort Katalog" msgid "Are you sure you want to delete %s ?" msgstr "Är du säker på att du vill ta bort %s ?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "Lyckades ta bort." -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "Överför katalog {library_name} till" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "Överföring av katalogen lyckades." @@ -709,45 +761,45 @@ msgstr "Överföring av katalogen lyckades." msgid "Successfully modified permission" msgstr "Lyckades modifiera rättigheter" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "Dela {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "Utgången" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Dölj" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "Visa" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "Vänligen ange dagar." -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Vänligen ange giltiga dagar" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Vänligen ange minst en e-postadress." -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Lyckades skicka till {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Misslyckades att skicka till {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -756,38 +808,91 @@ msgstr "Misslyckades att skicka till {placeholder}" msgid "Success" msgstr "Lyckades" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "Tog bort {placeholder} från favoriter" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "Sök användare eller ange mejladress och tryck Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Vänligen ange 1 eller fler tecken" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Inga matchningar" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Söker..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Laddning misslyckades" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "Sök grupper" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "Paketerar..." +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "Ta bort grupper" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "Rensade alla meddelanden" @@ -817,10 +922,6 @@ msgstr "Är du säker på att du vill sluta dela %s ?" msgid "Successfully unshared library {placeholder}" msgstr "Lyckades sluta dela katalogen {placeholder}" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "Ta bort grupper" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "Lyckades ta bort 1 sak." diff --git a/locale/th_TH/LC_MESSAGES/djangojs.po b/locale/th_TH/LC_MESSAGES/djangojs.po index 51bf3b62d7..270b2c4c9a 100644 --- a/locale/th_TH/LC_MESSAGES/djangojs.po +++ b/locale/th_TH/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Thai (Thailand) (http://www.transifex.com/haiwen/seahub/language/th_TH/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: th_TH\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/tr/LC_MESSAGES/djangojs.po b/locale/tr/LC_MESSAGES/djangojs.po index 9cceaf5c88..2e4406c97d 100644 --- a/locale/tr/LC_MESSAGES/djangojs.po +++ b/locale/tr/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Turkish (http://www.transifex.com/haiwen/seahub/language/tr/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "" msgid "File Upload failed" msgstr "" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "" -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/uk/LC_MESSAGES/djangojs.po b/locale/uk/LC_MESSAGES/djangojs.po index 531edcde06..25c74b0ad2 100644 --- a/locale/uk/LC_MESSAGES/djangojs.po +++ b/locale/uk/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Ukrainian (http://www.transifex.com/haiwen/seahub/language/uk/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ 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" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "" @@ -30,32 +30,39 @@ msgstr "" msgid "Name is required" msgstr "" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Переміщення %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Копіювання %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "" -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Переміщення файлу %(index)s із %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Копіювання файлу %(index)s із %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "" @@ -537,14 +574,16 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "" @@ -584,36 +623,36 @@ msgstr "Завантаження файлу відмінено" msgid "File Upload failed" msgstr "Завантаження файлу не вдалося" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Не вдалося завантажити посилання" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "" msgid "Success" msgstr "" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Будь ласка, введіть 1 або більше літер" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Збігів немає" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Пошук..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Завантаження не успішне" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/vi/LC_MESSAGES/django.po b/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 0000000000..d22d5397a1 --- /dev/null +++ b/locale/vi/LC_MESSAGES/django.po @@ -0,0 +1,6735 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: seahub\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 08:23+0000\n" +"Last-Translator: zheng xie \n" +"Language-Team: Vietnamese (http://www.transifex.com/haiwen/seahub/language/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: seahub/api2/endpoints/account.py:162 +msgid "Name is too long (maximum is 64 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:166 seahub/forms.py:43 +#: seahub/profile/forms.py:17 seahub/templates/sysadmin/userinfo.html:317 +msgid "Name should not include '/'." +msgstr "" + +#: seahub/api2/endpoints/account.py:173 +msgid "Department is too long (maximum is 512 characters)" +msgstr "" + +#: seahub/api2/endpoints/account.py:180 seahub/forms.py:154 +msgid "Space quota can't be empty" +msgstr "Định mức không được để trống" + +#: seahub/api2/endpoints/account.py:186 +msgid "Must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/account.py:190 +#: seahub/api2/endpoints/admin/users_batch.py:76 seahub/forms.py:155 +msgid "Space quota is too low (minimum value is 0)" +msgstr "Định mức quá thấp (tối thiểu là 0)" + +#: seahub/api2/endpoints/account.py:198 seahub/institutions/views.py:213 +#: seahub/views/sysadmin.py:659 +#, python-format +msgid "Failed to set quota: maximum quota is %d MB" +msgstr "Thiết lập Quota thất bại: quota tối đa là %d MB" + +#: seahub/api2/endpoints/admin/default_library.py:31 +#: seahub/api2/endpoints/admin/default_library.py:32 +#: seahub/views/__init__.py:675 seahub/views/__init__.py:676 +#: seahub/views/__init__.py:681 seahub/views/__init__.py:682 +msgid "My Library" +msgstr "Thư viện của tôi" + +#: seahub/api2/endpoints/admin/groups.py:116 +#: seahub/api2/endpoints/groups.py:149 seahub/api2/endpoints/groups.py:225 +#: seahub/group/forms.py:36 +msgid "" +"Group name can only contain letters, numbers, blank, hyphen or underscore" +msgstr "Tên nhóm chỉ gồm ký tự, số, khoản trắng, gạch nối, gạch dưới" + +#: seahub/api2/endpoints/admin/groups.py:121 +#: seahub/api2/endpoints/groups.py:154 seahub/api2/endpoints/groups.py:230 +msgid "There is already a group with that name." +msgstr "Đã tồn tại tên nhóm này" + +#: seahub/api2/endpoints/admin/groups.py:194 +#: seahub/api2/endpoints/groups.py:255 +#, python-format +msgid "User %s is already group owner." +msgstr "" + +#: seahub/api2/endpoints/admin/libraries.py:154 seahub/views/sysadmin.py:1635 +msgid "System library can not be deleted." +msgstr "Không thể xóa thư viện hệ thống." + +#: seahub/api2/endpoints/admin/shares.py:166 +#, python-format +msgid "User %s is already library owner." +msgstr "" + +#: seahub/api2/endpoints/admin/shares.py:174 +#: seahub/api2/endpoints/invitations.py:49 +#, python-format +msgid "Email %s invalid." +msgstr "" + +#: seahub/api2/endpoints/admin/users_batch.py:72 +msgid "must be an integer that is greater than or equal to 0." +msgstr "" + +#: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 +msgid "Invalid destination path" +msgstr "Đường dẫn không hợp lệ" + +#: seahub/api2/endpoints/copy_move_task.py:80 +msgid "Destination path is too long." +msgstr "Đường dẫn đích quá dài." + +#: seahub/api2/endpoints/copy_move_task.py:126 seahub/views/ajax.py:654 +#, python-format +msgid "Can not move directory %(src)s to its subdirectory %(des)s" +msgstr "Không thể chuyển thư mục %(src)s đến thư mục con %(des)s" + +#: seahub/api2/endpoints/copy_move_task.py:194 +msgid "Cancel failed" +msgstr "" + +#: seahub/api2/endpoints/file.py:404 seahub/views/file.py:1099 +msgid "Check file lock error" +msgstr "Kiểm tra dữ liệu khóa bị lỗi" + +#: seahub/api2/endpoints/file.py:408 seahub/views/file.py:1102 +msgid "File is locked" +msgstr "Dữ liệu bị khóa" + +#: seahub/api2/endpoints/group_members.py:93 +#: seahub/api2/endpoints/group_members.py:289 seahub/views/ajax.py:1261 +#, python-format +msgid "User %s is already a group member." +msgstr "" + +#: seahub/api2/endpoints/group_members.py:99 +#: seahub/api2/endpoints/group_members.py:298 seahub/api2/views.py:1104 +#: seahub/views/ajax.py:1270 +#, python-format +msgid "User %s not found in organization." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:53 +msgid "The email address is not allowed to be invited as a guest." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:58 +#, python-format +msgid "%s is already invited." +msgstr "" + +#: seahub/api2/endpoints/invitations.py:68 seahub/base/accounts.py:603 +#, python-format +msgid "User %s already exists." +msgstr "" + +#: seahub/api2/endpoints/query_copy_move_progress.py:47 +#: seahub/templates/js/sysadmin-templates.html:237 +#: seahub/templates/view_shared_upload_link.html:81 +msgid "Error" +msgstr "Lỗi" + +#: seahub/api2/endpoints/repo_set_password.py:48 seahub/api2/views.py:2846 +msgid "Wrong password" +msgstr "Sai mật khẩu" + +#: seahub/api2/endpoints/repo_set_password.py:51 seahub/api2/views.py:2849 +#: seahub/views/__init__.py:475 seahub/views/ajax.py:617 +#: seahub/views/sysadmin.py:1982 +msgid "Internal server error" +msgstr "Internal server error" + +#: seahub/api2/endpoints/repo_set_password.py:54 seahub/api2/views.py:2852 +msgid "Decrypt library error" +msgstr "Lỗi giải mã" + +#: seahub/api2/endpoints/repo_set_password.py:97 +msgid "Wrong old password" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:32 +#: seahub/api2/endpoints/send_upload_link_email.py:31 +#: seahub/share/views.py:130 +msgid "" +"Sending shared link failed. Email service is not properly configured, please" +" contact administrator." +msgstr "Gởi link chia sẻ thất bại. Dịch vụ email chưa được thiết lập chính xác, vui lòng liên hệ Admin." + +#: seahub/api2/endpoints/send_share_link_email.py:99 seahub/share/views.py:178 +msgid "file" +msgstr "" + +#: seahub/api2/endpoints/send_share_link_email.py:100 +#: seahub/share/views.py:179 +#, python-format +msgid "A file is shared to you on %s" +msgstr "Bạn được chia sẻ một file trên %s" + +#: seahub/api2/endpoints/send_share_link_email.py:102 +#: seahub/share/views.py:185 +msgid "directory" +msgstr "thư mục" + +#: seahub/api2/endpoints/send_share_link_email.py:103 +#: seahub/share/views.py:186 +#, python-format +msgid "A directory is shared to you on %s" +msgstr "Bạn được chia sẻ một thư mục trên %s" + +#: seahub/api2/endpoints/send_upload_link_email.py:94 +#: seahub/share/views.py:298 +#, python-format +msgid "An upload link is shared to you on %s" +msgstr "Một link tải lên được chia sẻ với bạn tại %s" + +#: seahub/api2/endpoints/share_links.py:178 +msgid "Password is too short." +msgstr "" + +#: seahub/api2/endpoints/upload_links.py:142 +#: seahub/templates/snippets/repo_create_js.html:50 +#: seahub/templates/snippets/shared_link_js.html:138 +msgid "Password is too short" +msgstr "Mật khẩu quá ngắn" + +#: seahub/api2/endpoints/zip_task.py:120 +msgid "Total size exceeds limit." +msgstr "" + +#: seahub/auth/admin.py:30 +msgid "Personal info" +msgstr "Thông tin cá nhân" + +#: seahub/auth/admin.py:31 +msgid "Permissions" +msgstr "Quyền hạn" + +#: seahub/auth/admin.py:32 +msgid "Important dates" +msgstr "Ngày quan trọng" + +#: seahub/auth/admin.py:33 +#: seahub/institutions/templates/institutions/info.html:23 +#: seahub/institutions/templates/institutions/user_info.html:22 +#: seahub/templates/js/sysadmin-templates.html:25 +#: seahub/templates/js/sysadmin-templates.html:152 +#: seahub/templates/js/sysadmin-templates.html:539 +#: seahub/templates/js/sysadmin-templates.html:731 +#: seahub/templates/js/templates.html:268 +#: seahub/templates/js/templates.html:1032 +#: seahub/templates/sysadmin/base.html:33 +#: seahub/templates/sysadmin/sys_org_info_group.html:9 +#: seahub/templates/sysadmin/sys_org_info_library.html:9 +#: seahub/templates/sysadmin/sys_org_info_setting.html:9 +#: seahub/templates/sysadmin/sys_org_info_user.html:8 +#: seahub/templates/sysadmin/userinfo.html:27 +msgid "Groups" +msgstr "Hội Nhóm" + +#: seahub/auth/admin.py:115 +msgid "Password changed successfully." +msgstr "Thay đổi mật khẩu thành công" + +#: seahub/auth/admin.py:125 +#, python-format +msgid "Change password: %s" +msgstr "Thay đổi mật khẩu: %s" + +#: seahub/auth/decorators.py:74 +msgid "Please log in." +msgstr "Vui lòng đăng nhập." + +#: seahub/auth/forms.py:23 seahub/templates/registration/login.html:10 +msgid "Email or Username" +msgstr "Địa chỉ email hoặc tên đăng nhập" + +#: seahub/auth/forms.py:24 seahub/auth/forms.py:197 +#: seahub/base/accounts.py:581 +#: seahub/invitations/templates/invitations/token_view.html:13 +#: seahub/templates/file_edit.html:131 +#: seahub/templates/js/lib-op-popups.html:108 +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/registration/login.html:12 +#: seahub/templates/registration/registration_form.html:24 +#: seahub/templates/snippets/file_share_popup.html:18 +#: seahub/templates/sysadmin/settings.html:68 +#: seahub/templates/sysadmin/sudo_mode.html:10 +#: seahub/templates/sysadmin/sys_org_admin.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:71 +#: seahub/templates/sysadmin/sys_useradmin.html:53 +msgid "Password" +msgstr "Mật khẩu" + +#: seahub/auth/forms.py:62 +msgid "" +"Please enter a correct email/username and password. Note that both fields " +"are case-sensitive." +msgstr "Vui lòng nhập chính xác tên người dùng và mật khẩu." + +#: seahub/auth/forms.py:64 seahub/auth/forms.py:65 +msgid "This account is inactive." +msgstr "Tài khoản chưa được kích hoạt" + +#: seahub/auth/forms.py:70 +msgid "" +"Your Web browser doesn't appear to have cookies enabled. Cookies are " +"required for logging in." +msgstr "Trình duyệt Web của bạn có thể chưa bật cookies. Yêu cầu có cookies để đăng nhập" + +#: seahub/auth/forms.py:86 +msgid "E-mail" +msgstr "Email" + +#: seahub/auth/forms.py:93 +msgid "" +"Failed to send email, email service is not properly configured, please " +"contact administrator." +msgstr "Gửi email thất bại, dịch vụ email không được thiết lập chính xác, vui lòng liên hệ Admin" + +#: seahub/auth/forms.py:101 +msgid "" +"That e-mail address doesn't have an associated user account. Are you sure " +"you've registered?" +msgstr "Email này không tồn tại trên hệ thống. Vui lòng kiểm tra chính xác địa chỉ email." + +#: seahub/auth/forms.py:104 +msgid "Can not reset password, please contact LDAP admin." +msgstr "Không thể đổi mật khẩu, vui lòng liên hệ Admin LDAP" + +#: seahub/auth/forms.py:128 +#, python-format +msgid "Reset Password on %s" +msgstr "Thay đổi mật khẩu trong %s" + +#: seahub/auth/forms.py:136 +msgid "New password" +msgstr "Mật khẩu mới" + +#: seahub/auth/forms.py:137 +msgid "New password confirmation" +msgstr "Xác nhận lại mật khẩu mới" + +#: seahub/auth/forms.py:166 seahub/auth/forms.py:209 +#: seahub/base/accounts.py:637 +msgid "The two password fields didn't match." +msgstr "Mật khẩu không khớp." + +#: seahub/auth/forms.py:181 +msgid "Old password" +msgstr "Mật khẩu cũ" + +#: seahub/auth/forms.py:189 +msgid "Your old password was entered incorrectly. Please enter it again." +msgstr "Mật khẩu cũ không chính xác.Vui lòng nhập lại." + +#: seahub/auth/forms.py:198 seahub/base/accounts.py:583 +msgid "Password (again)" +msgstr "Mật khẩu" + +#: seahub/auth/management/commands/createsuperuser.py:25 +#: seahub/base/management/commands/createsuperuser.py:26 +msgid "Enter a valid e-mail address." +msgstr "Nhập địa chỉ email." + +#: seahub/auth/views.py:192 +msgid "This account has been frozen due to too many failed login attempts." +msgstr "" + +#: seahub/auth/views.py:298 +msgid "Logged out" +msgstr "Đã đăng xuất" + +#: seahub/auth/views.py:346 +msgid "Failed to send email, please contact administrator." +msgstr "Gửi email thất bại, vui lòng liên hệ với admin." + +#: seahub/auth/views.py:407 +msgid "Can not update password, please contact LDAP admin." +msgstr "Không thể cập nhật mật khẩu, vui lòng liên hệ admin LDAP." + +#: seahub/avatar/forms.py:35 seahub/avatar/forms.py:58 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : " +"%(valid_exts_list)s" +msgstr "%(ext)s là phần mở rộng file không hợp lệ. Phần mở rộng được cho phép là: %(valid_exts_list)s" + +#: seahub/avatar/forms.py:39 seahub/avatar/forms.py:62 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is " +"%(max_valid_size)s" +msgstr "File của bạn quá lớn (%(size)s), tối đa là %(max_valid_size)s" + +#: seahub/avatar/forms.py:45 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is " +"%(nb_max_avatars)d." +msgstr "" + +#: seahub/avatar/models.py:138 seahub/avatar/models.py:166 +#, python-format +msgid "Avatar for %s" +msgstr "Hình đại diện cho %s" + +#: seahub/avatar/templates/avatar/add.html:6 +msgid "Upload Avatar" +msgstr "Cập nhật hình đại diện" + +#: seahub/avatar/templates/avatar/add.html:7 +#: seahub/avatar/templates/avatar/change.html:8 +msgid "Your current avatar: " +msgstr "Hình đại diện hiện tại của bạn" + +#: seahub/avatar/templates/avatar/add.html:9 +msgid "Upload New Avatar: " +msgstr "Cập nhật hình đại diện mới" + +#: seahub/avatar/templates/avatar/add.html:13 +#: seahub/avatar/templates/avatar/change.html:30 +msgid "Upload New Image" +msgstr "Cập nhật hình ảnh mới" + +#: seahub/avatar/templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "Vui lòng chọn những hình đại diện mà bạn muốn xóa." + +#: seahub/avatar/templates/avatar/confirm_delete.html:11 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "Bạn không có hình đại diện nào để xóa. Vui lòng tải lên môt hình ảnh đại diện" + +#: seahub/avatar/templates/avatar/confirm_delete.html:18 +msgid "Delete These" +msgstr "Xóa chúng" + +#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "%(avatar_creator)s vừa cập nhật hình đại diện %(avatar)s." + +#: seahub/avatar/templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "" + +#: seahub/avatar/views.py:78 +msgid "Successfully uploaded a new avatar." +msgstr "Cập nhật hình đại diện mới thành công." + +#: seahub/avatar/views.py:124 +msgid "Successfully updated your avatar." +msgstr "Cập nhật hình đại diện thành công" + +#: seahub/avatar/views.py:166 +msgid "Successfully deleted the requested avatars." +msgstr "Đã xóa thành công hình đại diện." + +#: seahub/base/accounts.py:304 +#, python-format +msgid "Account %(account)s froze on %(site)s." +msgstr "" + +#: seahub/base/accounts.py:572 +msgid "Email address" +msgstr "Địa chỉ email" + +#: seahub/base/accounts.py:577 +msgid "Username" +msgstr "Tên đăng nhập" + +#: seahub/base/accounts.py:578 +msgid "This value must be of length 40" +msgstr "Giá trị này phải có độ dài là 40" + +#: seahub/base/accounts.py:593 seahub/forms.py:29 +#: seahub/views/sysadmin.py:1815 +msgid "The number of users exceeds the limit." +msgstr "" + +#: seahub/base/accounts.py:597 +msgid "Enter a valid email address." +msgstr "Điền địa chỉ email chính xác" + +#: seahub/base/accounts.py:607 +msgid "Invalid user id." +msgstr "ID người dùng không hợp lệ" + +#: seahub/base/accounts.py:658 seahub/templates/js/templates.html:313 +#: seahub/templates/js/templates.html:1226 +#: seahub/templates/js/templates.html:1246 +msgid "name" +msgstr "Tên" + +#: seahub/base/accounts.py:661 +msgid "department" +msgstr "Bộ phận" + +#: seahub/base/accounts.py:664 +msgid "telephone" +msgstr "Số điện thoại" + +#: seahub/base/accounts.py:667 +msgid "note" +msgstr "Ghi chú" + +#: seahub/base/decorators.py:72 +msgid "Files in this library can not be viewed online." +msgstr "Các file trong thư viện này không thể xem trực tuyến" + +#: seahub/base/templatetags/seahub_tags.py:124 +msgid "Added" +msgstr "Đã thêm" + +#: seahub/base/templatetags/seahub_tags.py:125 +msgid "Deleted" +msgstr "Đã xóa" + +#: seahub/base/templatetags/seahub_tags.py:126 +msgid "Removed" +msgstr "Đã loại bỏ" + +#: seahub/base/templatetags/seahub_tags.py:127 +msgid "Modified" +msgstr "Đã sửa đổi" + +#: seahub/base/templatetags/seahub_tags.py:128 +msgid "Renamed" +msgstr "Đã đổi tên" + +#: seahub/base/templatetags/seahub_tags.py:129 +msgid "Moved" +msgstr "Đã di chuyển" + +#: seahub/base/templatetags/seahub_tags.py:130 +msgid "Added directory" +msgstr "Đã thêm thư mục" + +#: seahub/base/templatetags/seahub_tags.py:131 +msgid "Removed directory" +msgstr "Đã loại bỏ thư mục" + +#: seahub/base/templatetags/seahub_tags.py:132 +msgid "Renamed directory" +msgstr "Đã đổi tên thư mục" + +#: seahub/base/templatetags/seahub_tags.py:133 +msgid "Moved directory" +msgstr "Đã di chuyển thư mục" + +#: seahub/base/templatetags/seahub_tags.py:134 +msgid "Added or modified" +msgstr "Thêm hoặc thay đổi" + +#: seahub/base/templatetags/seahub_tags.py:149 +#: seahub/base/templatetags/seahub_tags.py:218 +msgid "Reverted library to status at" +msgstr "Đã phục hồi thư viện về trạng thái" + +#: seahub/base/templatetags/seahub_tags.py:152 +#: seahub/base/templatetags/seahub_tags.py:221 +#, python-format +msgid "Reverted file \"%(file)s\" to status at %(time)s." +msgstr "File \"%(file)s\" đã trở lại trạng thái lúc %(time)s" + +#: seahub/base/templatetags/seahub_tags.py:156 +#: seahub/base/templatetags/seahub_tags.py:225 +msgid "Recovered deleted directory" +msgstr "Đã phục hồi thư mục bị xóa" + +#: seahub/base/templatetags/seahub_tags.py:158 +#: seahub/base/templatetags/seahub_tags.py:227 seahub/views/ajax.py:1133 +msgid "Changed library name or description" +msgstr "Tên thư viện hoặc mô tả đã thay đổi" + +#: seahub/base/templatetags/seahub_tags.py:160 +#: seahub/base/templatetags/seahub_tags.py:229 +msgid "Auto merge by seafile system" +msgstr "Tự động hợp nhất bởi hệ thống" + +#: seahub/base/templatetags/seahub_tags.py:304 +#: seahub/base/templatetags/seahub_tags.py:340 +#: seahub/templates/view_file_base.html:522 +msgid "Just now" +msgstr "Vừa mới" + +#: seahub/base/templatetags/seahub_tags.py:315 +#, python-format +msgid "%(days)d day ago" +msgid_plural "%(days)d days ago" +msgstr[0] "%(days)d ngày trước" + +#: seahub/base/templatetags/seahub_tags.py:322 +#, python-format +msgid "%(hours)d hour ago" +msgid_plural "%(hours)d hours ago" +msgstr[0] "%(hours)d giờ trước" + +#: seahub/base/templatetags/seahub_tags.py:329 +#, python-format +msgid "%(minutes)d minute ago" +msgid_plural "%(minutes)d minutes ago" +msgstr[0] "%(minutes)d phút trước" + +#: seahub/base/templatetags/seahub_tags.py:335 +#, python-format +msgid "%(seconds)d second ago" +msgid_plural "%(seconds)d seconds ago" +msgstr[0] "%(seconds)d giây trước" + +#: seahub/base/templatetags/seahub_tags.py:452 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/js/sysadmin-templates.html:640 +#: seahub/templates/js/sysadmin-templates.html:649 +#: seahub/templates/js/sysadmin-templates.html:652 +#: seahub/templates/js/sysadmin-templates.html:688 +#: seahub/templates/js/sysadmin-templates.html:715 +#: seahub/templates/js/templates.html:20 +#: seahub/templates/js/templates.html:815 +#: seahub/templates/js/templates.html:842 +#: seahub/templates/js/templates.html:1068 +#: seahub/templates/js/templates.html:1077 +#: seahub/templates/js/templates.html:1080 +#: seahub/templates/js/templates.html:1113 +#: seahub/templates/js/templates.html:1139 +#: seahub/templates/js/templates.html:1275 +#: seahub/templates/js/templates.html:1282 +#: seahub/templates/js/templates.html:1702 +#: seahub/templates/js/templates.html:1748 +#: seahub/templates/js/templates.html:1889 +#: seahub/templates/js/templates.html:1892 +#: seahub/templates/js/templates.html:1899 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "Read-Write" +msgstr "Xem - Điều chỉnh" + +#: seahub/base/templatetags/seahub_tags.py:454 +#: seahub/templates/js/sysadmin-templates.html:642 +#: seahub/templates/js/sysadmin-templates.html:650 +#: seahub/templates/js/sysadmin-templates.html:653 +#: seahub/templates/js/sysadmin-templates.html:689 +#: seahub/templates/js/sysadmin-templates.html:716 +#: seahub/templates/js/templates.html:21 +#: seahub/templates/js/templates.html:816 +#: seahub/templates/js/templates.html:843 +#: seahub/templates/js/templates.html:1070 +#: seahub/templates/js/templates.html:1078 +#: seahub/templates/js/templates.html:1081 +#: seahub/templates/js/templates.html:1114 +#: seahub/templates/js/templates.html:1140 +#: seahub/templates/js/templates.html:1283 +#: seahub/templates/js/templates.html:1703 +#: seahub/templates/js/templates.html:1749 +#: seahub/templates/js/templates.html:1893 +#: seahub/templates/js/templates.html:1896 +#: seahub/templates/js/templates.html:1900 +#: seahub/templates/sysadmin/userinfo.html:178 +msgid "Read-Only" +msgstr "Chỉ xem" + +#: seahub/base/templatetags/seahub_tags.py:478 +#: seahub/base/templatetags/seahub_tags.py:490 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" + +#: seahub/base/templatetags/seahub_tags.py:492 +#, python-format +msgid "%s KB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:494 +#, python-format +msgid "%s MB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:496 +#, python-format +msgid "%s GB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:498 +#, python-format +msgid "%s TB" +msgstr "" + +#: seahub/base/templatetags/seahub_tags.py:500 +#, python-format +msgid "%s PB" +msgstr "" + +#: seahub/contacts/models.py:78 +#: seahub/contacts/templates/contacts/contact_list.html:119 +msgid "Email is required." +msgstr "Yêu cầu email." + +#: seahub/contacts/templates/contacts/contact_list.html:4 +#: seahub/contacts/templates/contacts/contact_list.html:10 +msgid "Contacts" +msgstr "Danh bạ" + +#: seahub/contacts/templates/contacts/contact_list.html:11 +#: seahub/contacts/templates/contacts/contact_list.html:43 +msgid "Add Contacts" +msgstr "Thêm thông tin liên hệ" + +#: seahub/contacts/templates/contacts/contact_list.html:17 +msgid "Email " +msgstr "Email" + +#: seahub/contacts/templates/contacts/contact_list.html:18 +#: 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/institutions/templates/institutions/info.html:10 +#: seahub/institutions/templates/institutions/user_info.html:66 +#: seahub/institutions/templates/institutions/user_info.html:112 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/js/lib-op-popups.html:6 +#: seahub/templates/js/lib-op-popups.html:17 +#: seahub/templates/js/sysadmin-templates.html:320 +#: seahub/templates/js/sysadmin-templates.html:343 +#: seahub/templates/js/sysadmin-templates.html:353 +#: seahub/templates/js/sysadmin-templates.html:403 +#: seahub/templates/js/sysadmin-templates.html:427 +#: seahub/templates/js/sysadmin-templates.html:468 +#: seahub/templates/js/sysadmin-templates.html:549 +#: seahub/templates/js/sysadmin-templates.html:572 +#: seahub/templates/js/sysadmin-templates.html:580 +#: seahub/templates/js/sysadmin-templates.html:597 +#: seahub/templates/js/sysadmin-templates.html:767 +#: seahub/templates/js/sysadmin-templates.html:805 +#: seahub/templates/js/templates.html:5 seahub/templates/js/templates.html:298 +#: seahub/templates/js/templates.html:1215 +#: seahub/templates/js/templates.html:1234 +#: seahub/templates/js/templates.html:1260 +#: seahub/templates/js/templates.html:1349 +#: seahub/templates/js/templates.html:1368 +#: seahub/templates/js/templates.html:1490 +#: seahub/templates/js/templates.html:1498 +#: seahub/templates/js/templates.html:1611 +#: seahub/templates/js/templates.html:1630 +#: seahub/templates/js/templates.html:1861 +#: seahub/templates/js/templates.html:1916 +#: seahub/templates/js/templates.html:1950 +#: seahub/templates/js/templates.html:1985 seahub/templates/libraries.html:91 +#: seahub/templates/registration/registration_form.html:18 +#: seahub/templates/repo_dir_recycle_view.html:44 +#: seahub/templates/repo_history_view.html:58 +#: seahub/templates/sysadmin/org_admin_table.html:4 +#: seahub/templates/sysadmin/sys_inst_admin.html:18 +#: seahub/templates/sysadmin/sys_inst_admin.html:27 +#: seahub/templates/sysadmin/sys_org_admin.html:24 +#: seahub/templates/sysadmin/sys_org_info_group.html:18 +#: seahub/templates/sysadmin/sys_org_info_library.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:10 +#: seahub/templates/sysadmin/sys_publink_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:16 +#: seahub/templates/sysadmin/sys_terms_admin.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:118 +#: seahub/templates/sysadmin/userinfo.html:167 +#: seahub/templates/sysadmin/userinfo.html:205 +#: seahub/templates/sysadmin/userinfo.html:252 +#: seahub/templates/view_shared_dir.html:54 +#: seahub/templates/wiki/personal_wiki.html:43 +#: seahub/templates/wiki/personal_wiki.html:85 +#: seahub/templates/wiki/personal_wiki_pages.html:28 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +#: seahub/views/sysadmin.py:1062 +msgid "Name" +msgstr "Tên" + +#: seahub/contacts/templates/contacts/contact_list.html:19 +#: seahub/templates/registration/registration_form.html:41 +msgid "Note" +msgstr "Ghi chú" + +#: seahub/contacts/templates/contacts/contact_list.html:20 +#: seahub/institutions/templates/institutions/user_info.html:69 +#: seahub/institutions/templates/institutions/user_info.html:115 +#: seahub/institutions/templates/institutions/useradmin.html:20 +#: seahub/institutions/templates/institutions/useradmin_search.html:22 +#: seahub/notifications/templates/notifications/notification_list.html:21 +#: seahub/templates/file_revisions.html:57 +#: seahub/templates/js/sysadmin-templates.html:770 +#: seahub/templates/repo_dir_recycle_view.html:47 +#: seahub/templates/repo_history.html:32 +#: seahub/templates/repo_history_view.html:60 +#: seahub/templates/sysadmin/org_admin_table.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:29 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:19 +#: seahub/templates/sysadmin/sys_inst_info_user.html:19 +#: seahub/templates/sysadmin/sys_inst_search_user.html:20 +#: seahub/templates/sysadmin/sys_org_info_group.html:21 +#: seahub/templates/sysadmin/sys_org_info_library.html:22 +#: seahub/templates/sysadmin/sys_org_info_user.html:23 +#: seahub/templates/sysadmin/sys_publink_admin.html:16 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:14 +#: seahub/templates/sysadmin/userinfo.html:121 +#: seahub/templates/sysadmin/userinfo.html:209 +#: seahub/templates/sysadmin/userinfo.html:255 +#: seahub/templates/view_shared_dir.html:57 +msgid "Operations" +msgstr "Tính năng" + +#: seahub/contacts/templates/contacts/contact_list.html:29 +#: seahub/group/templates/group/group_wiki.html:22 +#: seahub/institutions/templates/institutions/useradmin.html:37 +#: seahub/templates/js/sysadmin-templates.html:645 +#: seahub/templates/js/sysadmin-templates.html:828 +#: seahub/templates/js/sysadmin-templates.html:835 +#: seahub/templates/js/templates.html:1073 +#: seahub/templates/js/templates.html:1527 +#: seahub/templates/js/templates.html:1534 +#: seahub/templates/js/templates.html:1890 +#: seahub/templates/js/templates.html:1897 +#: seahub/templates/sysadmin/sys_org_info_user.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:57 +#: seahub/templates/sysadmin/useradmin_table.html:41 +#: seahub/templates/sysadmin/useradmin_table.html:59 +#: seahub/templates/sysadmin/userinfo.html:53 +#: seahub/templates/sysadmin/userinfo.html:65 +#: seahub/templates/view_file_markdown.html:17 +#: seahub/templates/view_file_text.html:22 +msgid "Edit" +msgstr "Chỉnh sửa" + +#: seahub/contacts/templates/contacts/contact_list.html:30 +#: seahub/institutions/templates/institutions/useradmin.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:54 +#: seahub/notifications/templates/notifications/notification_list.html:33 +#: seahub/profile/templates/profile/set_profile.html:138 +#: seahub/profile/templates/profile/set_profile.html:140 +#: seahub/templates/js/sysadmin-templates.html:391 +#: seahub/templates/js/sysadmin-templates.html:453 +#: seahub/templates/js/sysadmin-templates.html:518 +#: seahub/templates/js/sysadmin-templates.html:612 +#: seahub/templates/js/sysadmin-templates.html:658 +#: seahub/templates/js/sysadmin-templates.html:844 +#: seahub/templates/js/templates.html:50 seahub/templates/js/templates.html:95 +#: seahub/templates/js/templates.html:189 +#: seahub/templates/js/templates.html:344 +#: seahub/templates/js/templates.html:406 +#: seahub/templates/js/templates.html:472 +#: seahub/templates/js/templates.html:578 +#: seahub/templates/js/templates.html:641 +#: seahub/templates/js/templates.html:667 +#: seahub/templates/js/templates.html:737 +#: seahub/templates/js/templates.html:778 +#: seahub/templates/js/templates.html:1086 +#: seahub/templates/js/templates.html:1401 +#: seahub/templates/js/templates.html:1548 +#: seahub/templates/js/templates.html:1553 +#: seahub/templates/snippets/file_share_popup.html:37 +#: seahub/templates/sysadmin/org_admin_table.html:25 +#: seahub/templates/sysadmin/sys_org_info_group.html:28 +#: seahub/templates/sysadmin/sys_org_info_library.html:42 +#: seahub/templates/sysadmin/sys_org_info_user.html:51 +#: seahub/templates/sysadmin/sys_terms_admin.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:80 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:23 +#: seahub/templates/sysadmin/useradmin_table.html:97 +#: seahub/templates/sysadmin/userinfo.html:148 +#: seahub/templates/sysadmin/userinfo.html:262 +#: seahub/templates/view_file_base.html:127 +#: seahub/templates/view_shared_upload_link.html:86 +msgid "Delete" +msgstr "Xóa" + +#: seahub/contacts/templates/contacts/contact_list.html:37 +msgid "You don't have any contacts" +msgstr "Bạn không có địa chỉ liên hệ nào" + +#: seahub/contacts/templates/contacts/contact_list.html:38 +msgid "" +"Add your contacts so you can quickly share libraries and send file shared " +"link." +msgstr "Thêm địa chỉ liên hệ để chia sẻ thư viện và gửi file một cách nhanh chóng" + +#: seahub/contacts/templates/contacts/contact_list.html:44 +#: seahub/contacts/templates/contacts/contact_list.html:53 +#: seahub/institutions/templates/institutions/user_info.html:31 +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:10 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/invitations/templates/invitations/token_view.html:10 +#: seahub/share/templates/share/share_link_audit.html:9 +#: seahub/templates/js/sysadmin-templates.html:754 +#: seahub/templates/js/sysadmin-templates.html:806 +#: seahub/templates/js/sysadmin-templates.html:857 +#: seahub/templates/js/templates.html:1491 +#: seahub/templates/js/templates.html:1499 +#: seahub/templates/js/templates.html:2048 +#: seahub/templates/js/templates.html:2080 +#: seahub/templates/registration/registration_form.html:22 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:15 +#: seahub/templates/sysadmin/sys_inst_info_user.html:15 +#: seahub/templates/sysadmin/sys_inst_search_user.html:8 +#: seahub/templates/sysadmin/sys_inst_search_user.html:16 +#: seahub/templates/sysadmin/sys_org_info_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:65 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:35 +#: seahub/templates/sysadmin/sys_useradmin.html:38 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:24 +#: seahub/templates/sysadmin/user_search.html:10 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/templates/sysadmin/userinfo.html:36 seahub/views/sysadmin.py:279 +#: seahub/views/sysadmin.py:283 +msgid "Email" +msgstr "Email" + +#: seahub/contacts/templates/contacts/contact_list.html:46 +#: seahub/contacts/templates/contacts/contact_list.html:55 +msgid "Note(optional)" +msgstr "Ghi chú (không bắt buộc)" + +#: seahub/contacts/templates/contacts/contact_list.html:49 +#: seahub/contacts/templates/contacts/contact_list.html:58 +#: 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/institutions/templates/institutions/user_info.html:57 +#: seahub/institutions/templates/institutions/useradmin_search.html:11 +#: seahub/invitations/templates/invitations/token_view.html:17 +#: seahub/notifications/templates/notifications/notification_list.html:14 +#: seahub/options/templates/options/set_user_options.html:14 +#: seahub/profile/templates/profile/set_profile.html:74 +#: seahub/profile/templates/profile/set_profile.html:104 +#: seahub/share/templates/share/share_link_audit.html:22 +#: seahub/templates/decrypt_repo_form.html:11 +#: seahub/templates/file_edit.html:102 seahub/templates/file_edit.html:135 +#: seahub/templates/file_edit.html:151 seahub/templates/file_edit.html:426 +#: seahub/templates/home_base.html:87 seahub/templates/js/lib-op-popups.html:9 +#: seahub/templates/js/lib-op-popups.html:20 +#: seahub/templates/js/lib-op-popups.html:28 +#: seahub/templates/js/lib-op-popups.html:38 +#: seahub/templates/js/lib-op-popups.html:67 +#: seahub/templates/js/lib-op-popups.html:109 +#: seahub/templates/js/lib-op-popups.html:128 +#: seahub/templates/js/sysadmin-templates.html:345 +#: seahub/templates/js/sysadmin-templates.html:533 +#: seahub/templates/js/sysadmin-templates.html:573 +#: seahub/templates/js/sysadmin-templates.html:603 +#: seahub/templates/js/sysadmin-templates.html:622 +#: seahub/templates/js/sysadmin-templates.html:692 +#: seahub/templates/js/sysadmin-templates.html:719 +#: seahub/templates/js/sysadmin-templates.html:757 +#: seahub/templates/js/templates.html:38 +#: seahub/templates/js/templates.html:744 +#: seahub/templates/js/templates.html:785 +#: seahub/templates/js/templates.html:819 +#: seahub/templates/js/templates.html:846 +#: seahub/templates/js/templates.html:1027 +#: seahub/templates/js/templates.html:1117 +#: seahub/templates/js/templates.html:1143 +#: seahub/templates/js/templates.html:1265 +#: seahub/templates/js/templates.html:1456 +#: seahub/templates/js/templates.html:1465 +#: seahub/templates/js/templates.html:1473 +#: seahub/templates/js/templates.html:1585 +#: seahub/templates/js/templates.html:1667 +#: seahub/templates/js/templates.html:1707 +#: seahub/templates/js/templates.html:1720 +#: seahub/templates/js/templates.html:1753 +#: seahub/templates/js/templates.html:1766 +#: seahub/templates/js/templates.html:1784 +#: seahub/templates/js/templates.html:2083 seahub/templates/libraries.html:94 +#: seahub/templates/libraries.html:157 +#: seahub/templates/registration/password_change_form.html:24 +#: seahub/templates/registration/password_reset_confirm.html:19 +#: seahub/templates/registration/password_reset_form.html:13 +#: seahub/templates/repo_dir_recycle_view.html:73 +#: seahub/templates/share_access_validation.html:18 +#: seahub/templates/shared_file_view.html:58 +#: seahub/templates/snippets/file_share_popup.html:48 +#: seahub/templates/snippets/search_form.html:76 +#: seahub/templates/snippets/web_settings_form.html:12 +#: seahub/templates/sysadmin/repo_transfer_form.html:8 +#: seahub/templates/sysadmin/sys_inst_admin.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:33 +#: seahub/templates/sysadmin/sys_inst_search_user.html:9 +#: seahub/templates/sysadmin/sys_org_admin.html:38 +#: seahub/templates/sysadmin/sys_org_info_base.html:39 +#: seahub/templates/sysadmin/sys_org_info_setting.html:20 +#: seahub/templates/sysadmin/sys_org_info_setting.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:80 +#: seahub/templates/sysadmin/sys_org_search.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:71 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:95 +#: seahub/templates/sysadmin/sys_useradmin.html:62 +#: seahub/templates/sysadmin/sys_useradmin.html:73 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:44 +#: seahub/templates/sysadmin/user_search.html:11 +#: seahub/templates/sysadmin/useradmin_table.html:118 +#: seahub/templates/sysadmin/userinfo.html:91 +#: seahub/templates/sysadmin/userinfo.html:98 +#: seahub/templates/sysadmin/userinfo.html:109 +#: seahub/templates/view_file_base.html:112 +#: seahub/templates/wiki/personal_wiki.html:48 +#: seahub/templates/wiki/personal_wiki.html:58 +#: seahub/templates/wiki/personal_wiki.html:88 +#: seahub/templates/wiki/personal_wiki_pages.html:31 +msgid "Submit" +msgstr "Cập nhật" + +#: seahub/contacts/templates/contacts/contact_list.html:52 +msgid "Edit Contact" +msgstr "Chỉnh sửa địa chỉ liên hệ" + +#: seahub/contacts/templates/contacts/contact_list.html:101 +#: seahub/contacts/templates/contacts/contact_list.html:146 +#: seahub/institutions/templates/institutions/user_info.html:173 +#: seahub/notifications/templates/notifications/user_notification_list.html:90 +#: seahub/share/templates/share/share_link_audit.html:70 +#: seahub/templates/base.html:141 seahub/templates/decrypt_repo_form.html:47 +#: seahub/templates/file_edit.html:545 +#: seahub/templates/repo_dir_recycle_view.html:141 +#: seahub/templates/repo_dir_recycle_view.html:175 +#: seahub/templates/snippets/add_file_js.html:23 +#: seahub/templates/snippets/office_convert_js.html:107 +#: seahub/templates/snippets/shared_link_js.html:107 +#: seahub/templates/snippets/spreadsheet_convert_js.html:39 +#: seahub/templates/sysadmin/settings.html:241 +#: seahub/templates/sysadmin/sys_inst_info_base.html:78 +#: seahub/templates/sysadmin/sys_org_admin.html:126 +#: seahub/templates/sysadmin/sys_org_info_user.html:166 +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:35 +#: seahub/templates/sysadmin/sys_terms_admin.html:117 +#: seahub/templates/sysadmin/sys_useradmin.html:212 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:92 +#: seahub/templates/sysadmin/useradmin_js.html:173 +#: seahub/templates/sysadmin/useradmin_js.html:275 +#: seahub/templates/sysadmin/userinfo.html:344 +#: seahub/templates/sysadmin/userinfo.html:381 +#: seahub/templates/sysadmin/userinfo.html:424 +#: seahub/templates/view_file_base.html:391 +#: seahub/templates/view_file_base.html:434 +#: seahub/templates/view_file_base.html:512 +#: seahub/templates/view_shared_dir.html:236 +#: seahub/templates/view_shared_dir.html:258 +msgid "Failed. Please check the network." +msgstr "Thất bại. Vui lòng kiểm tra lại network." + +#: seahub/contacts/templates/contacts/contact_list.html:109 +msgid "Delete Contact" +msgstr "Xóa địa chỉ liên hệ" + +#: seahub/contacts/templates/contacts/contact_list.html:109 +#: seahub/institutions/templates/institutions/useradmin.html:79 +#: seahub/institutions/templates/institutions/useradmin_search.html:71 +#: seahub/notifications/templates/notifications/notification_list.html:52 +#: seahub/templates/sysadmin/repoadmin_js.html:48 +#: seahub/templates/sysadmin/sys_inst_admin.html:67 +#: seahub/templates/sysadmin/sys_org_admin.html:63 +#: seahub/templates/sysadmin/sys_org_info_group.html:44 +#: seahub/templates/sysadmin/sys_org_info_library.html:61 +#: seahub/templates/sysadmin/sys_org_info_user.html:179 +#: seahub/templates/sysadmin/sys_org_search.html:28 +#: seahub/templates/sysadmin/sys_terms_admin.html:143 +#: seahub/templates/sysadmin/useradmin_js.html:4 +#: seahub/templates/sysadmin/userinfo.html:433 +#, python-format +msgid "Are you sure you want to delete %s ?" +msgstr "Bạn chắc chắn muốn xóa %s ?" + +#: seahub/contacts/templates/contacts/contact_list.html:123 +msgid "You cannot add yourself." +msgstr "Bạn không thể thêm chính mình" + +#: seahub/contacts/views.py:68 +#, python-format +msgid "%s is not a valid email." +msgstr "%s là email không khả dụng" + +#: seahub/contacts/views.py:73 +#, python-format +msgid "%s is already in your contacts." +msgstr "%s đã có sẵn trong danh bạ của bạn." + +#: seahub/contacts/views.py:82 +#, python-format +msgid "Successfully added %s to contacts." +msgstr "Đã thêm %s thành công vào danh bạ." + +#: seahub/contacts/views.py:87 +#, python-format +msgid "Failed to add %s to contacts." +msgstr "Đã thêm %s thất bại" + +#: seahub/contacts/views.py:108 +#, python-format +msgid "Successfully edited %s." +msgstr "Đã chỉnh sửa %s thành công" + +#: seahub/contacts/views.py:121 +#, python-format +msgid "Successfully Deleted %s" +msgstr "Đã xóa %s thành công" + +#: seahub/forms.py:34 seahub/invitations/views.py:29 +msgid "A user with this email already exists." +msgstr "Email này đã tồn tại." + +#: seahub/forms.py:58 +msgid "The two passwords didn't match." +msgstr "Mật khẩu không trùng khớp." + +#: seahub/forms.py:67 seahub/group/forms.py:56 seahub/wiki/forms.py:17 +msgid "Name can't be empty" +msgstr "Tên không được để trống" + +#: seahub/forms.py:68 seahub/group/forms.py:57 seahub/wiki/forms.py:18 +msgid "Name is too long (maximum is 255 characters)" +msgstr "Tên quá dài (tối đa 255 ký tự)" + +#: seahub/forms.py:71 seahub/group/forms.py:60 seahub/wiki/forms.py:21 +msgid "Description can't be empty" +msgstr "Phần mô tả không được để trống" + +#: seahub/forms.py:72 seahub/group/forms.py:61 seahub/wiki/forms.py:22 +msgid "Description is too long (maximum is 100 characters)" +msgstr "Phần mô tả quá dài (tối đa 100 ký tự)" + +#: seahub/forms.py:82 seahub/forms.py:168 +#, python-format +msgid "Name %s is not valid" +msgstr "Tên %s không hợp lệ" + +#: seahub/forms.py:96 seahub/views/ajax.py:392 seahub/views/ajax.py:556 +#: seahub/views/ajax.py:824 seahub/views/ajax.py:828 seahub/views/ajax.py:832 +#: seahub/views/ajax.py:1120 seahub/views/file.py:1580 +#: seahub/views/sysadmin.py:1436 seahub/views/sysadmin.py:1454 +msgid "Argument missing" +msgstr "Thiếu tham số" + +#: seahub/forms.py:110 +msgid "Oldname is required" +msgstr "Yêu cầu tên cũ" + +#: seahub/forms.py:113 seahub/forms.py:134 +msgid "It's too long." +msgstr "Quá dài" + +#: seahub/forms.py:114 seahub/forms.py:135 +msgid "It's required." +msgstr "Điều này được yêu cầu" + +#: seahub/forms.py:121 seahub/forms.py:142 +#, python-format +msgid "Name \"%s\" is not valid" +msgstr "Tên \"%s\" không hợp lệ" + +#: seahub/forms.py:161 +msgid "Library name is required" +msgstr "Yêu cầu tên thư viện" + +#: seahub/forms.py:163 +msgid "Please enter a number" +msgstr "Vui lòng nhập số" + +#: seahub/forms.py:183 seahub/templates/snippets/repo_create_js.html:34 +msgid "Name is required" +msgstr "Yêu cầu tên" + +#: seahub/forms.py:184 +msgid "Please enter a valid number" +msgstr "" + +#: seahub/forms.py:185 +msgid "Text is required" +msgstr "" + +#: seahub/group/error_msg.py:8 +msgid "The group has already created" +msgstr "Group đã được tạo sẵn" + +#: seahub/group/error_msg.py:9 +msgid "Failed to create group" +msgstr "Tạo Group thất bại" + +#: seahub/group/error_msg.py:12 +msgid "The group has already created in this org." +msgstr "Group đã được tạo sẵn trong tổ chức." + +#: seahub/group/error_msg.py:13 +msgid "Failed to create org group." +msgstr "Tạo Group thất bại" + +#: seahub/group/error_msg.py:16 +msgid "Permission error: only group staff can add member" +msgstr "Lỗi: chỉ có thành viên trong Group mới có thể thêm mới" + +#: seahub/group/error_msg.py:17 seahub/group/error_msg.py:23 +msgid "Group does not exist" +msgstr "Group không tồn tại" + +#: seahub/group/error_msg.py:18 +msgid "Group is full" +msgstr "Group đã đầy" + +#: seahub/group/error_msg.py:19 +msgid "Failed to add member to group" +msgstr "Thêm thành viên vào Group thất bại" + +#: seahub/group/error_msg.py:22 +msgid "Only group staff can remove member" +msgstr "Chỉ thành viên trong Group mới có thể xóa" + +#: seahub/group/error_msg.py:24 +msgid "Can not remove myself" +msgstr "Không thể xóa chính bạn" + +#: seahub/group/forms.py:29 +msgid "Group name can't be empty" +msgstr "Tên Group không được để trống" + +#: seahub/group/forms.py:30 +msgid "Group name is too long (maximum is 255 characters)" +msgstr "Tên Group quá dài (tối đa 255 ký tự)" + +#: seahub/group/forms.py:46 +msgid "Verification message can't be empty" +msgstr "Tin nhắn xác minh không được để trống" + +#: seahub/group/forms.py:47 +msgid "Verification message is too long (maximun is 255 characters)" +msgstr "Tin nhắn xác minh quá dài (tối đa 255 ký tự)" + +#: seahub/group/forms.py:67 seahub/wiki/forms.py:28 +#, python-format +msgid "\"%s\" is not a valid name" +msgstr "\"% s \" là tên không hợp lệ" + +#: seahub/group/templates/group/add_member_email.html:8 +msgid "Hi, " +msgstr "Hi," + +#: seahub/group/templates/group/add_member_email.html:11 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join group %(grp_name)s on " +"%(site_name)s: " +msgstr "" + +#: seahub/group/templates/group/group_base.html:10 +#: seahub/help/templates/help/base.html:7 +#: seahub/institutions/templates/institutions/base.html:11 +#: seahub/profile/templates/profile/set_profile.html:11 +#: seahub/templates/base.html:27 seahub/templates/base_for_backbone.html:28 +#: seahub/templates/base_for_backbone.html:34 +#: seahub/templates/base_for_backbone.html:100 +#: seahub/templates/file_edit.html:428 seahub/templates/home_base.html:7 +#: seahub/templates/js/lib-op-popups.html:88 +#: seahub/templates/js/sysadmin-templates.html:4 +#: seahub/templates/js/templates.html:888 +#: seahub/templates/js/templates.html:1803 seahub/templates/libraries.html:120 +#: seahub/templates/libraries.html:130 seahub/templates/libraries.html:142 +#: seahub/templates/sysadmin/base.html:11 +#: seahub/templates/sysadmin/sysadmin_backbone.html:30 +#: seahub/templates/view_file_base.html:97 +msgid "Close" +msgstr "Đóng" + +#: seahub/group/templates/group/group_join_email.html:2 +#, python-format +msgid "" +"%(user)s want to join to Group \"%(group_name)s\", here is the verification " +"message: " +msgstr "%(user)s muốn tham gia vào Group \"%(group_name)s\", đây là tin nhắn xác minh" + +#: seahub/group/templates/group/group_join_email.html:6 +#: seahub/templates/email_base.html:9 +msgid "Thanks for using our site!" +msgstr "Cám ơn bạn đã sử dụng dịch vụ của chúng tôi!" + +#: 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_wiki.html:13 +#: seahub/group/templates/group/group_wiki.html:20 +msgid "Wiki Index" +msgstr "Mục lục Wiki" + +#: seahub/group/templates/group/group_wiki.html:14 +msgid "No index now." +msgstr "Hiện tại không có mục lục" + +#: seahub/group/templates/group/group_wiki.html:16 +msgid "Create" +msgstr "Tạo lập" + +#: seahub/group/templates/group/group_wiki.html:35 +msgid "This group currently has no wiki" +msgstr "Group này hiện tại không có wiki" + +#: seahub/group/templates/group/group_wiki.html:36 +#: seahub/templates/wiki/personal_wiki.html:35 +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 " +"structure. This enables you to edit your wiki in your desktop and then sync " +"back to the server." +msgstr "Seafile Wiki cho phép bạn sắp xếp các kiến thức một cách đơn giản. Nội dung của wiki được lưu trữ trong một thư viện với một cấu trúc những file/folder có sẵn " + +#: seahub/group/templates/group/group_wiki.html:38 +#: seahub/templates/wiki/personal_wiki.html:36 +msgid "Create Wiki Now" +msgstr "Tạo Wiki ngay" + +#: seahub/group/templates/group/group_wiki.html:40 +#: seahub/templates/wiki/personal_wiki.html:38 +msgid "Choose a library as wiki" +msgstr "Chọn một thư viện" + +#: seahub/group/templates/group/group_wiki.html:45 +#: seahub/templates/wiki/personal_wiki.html:42 +msgid "Create Wiki" +msgstr "Tạo Wiki" + +#: seahub/group/templates/group/group_wiki.html:48 +#: seahub/templates/js/sysadmin-templates.html:405 +#: seahub/templates/repo_history.html:28 +#: seahub/templates/wiki/personal_wiki.html:45 +msgid "Description" +msgstr "Mô tả" + +#: seahub/group/templates/group/group_wiki.html:49 +msgid "Wiki Pages" +msgstr "Trang Wiki" + +#: seahub/group/templates/group/group_wiki.html:55 +#: seahub/templates/wiki/personal_wiki.html:52 +msgid "Choose a library as wiki:" +msgstr "Chọn một thư viện:" + +#: seahub/group/templates/group/group_wiki.html:60 +#: seahub/profile/templates/profile/set_profile.html:103 +#: seahub/templates/wiki/personal_wiki.html:57 +msgid "Please click and choose a library." +msgstr "Vui lòng click và chọn một thư viện." + +#: seahub/group/templates/group/group_wiki.html:62 +#: seahub/profile/templates/profile/set_profile.html:105 +#: seahub/templates/file_edit.html:103 seahub/templates/file_edit.html:152 +#: seahub/templates/file_edit.html:427 +#: seahub/templates/js/lib-op-popups.html:10 +#: seahub/templates/js/lib-op-popups.html:21 +#: seahub/templates/js/lib-op-popups.html:29 +#: seahub/templates/js/lib-op-popups.html:39 +#: seahub/templates/js/lib-op-popups.html:68 +#: seahub/templates/js/lib-op-popups.html:77 +#: seahub/templates/js/lib-op-popups.html:121 +#: seahub/templates/js/lib-op-popups.html:129 +#: seahub/templates/js/templates.html:745 +#: seahub/templates/js/templates.html:786 +#: seahub/templates/js/templates.html:1721 +#: seahub/templates/js/templates.html:1767 +#: seahub/templates/repo_dir_recycle_view.html:74 +#: seahub/templates/shared_file_view.html:59 +#: seahub/templates/snippets/file_share_popup.html:49 +#: seahub/templates/snippets/web_settings_form.html:13 +#: seahub/templates/sysadmin/repo_transfer_form.html:9 +#: seahub/templates/termsandconditions/tc_accept_terms.html:11 +#: seahub/templates/view_shared_upload_link.html:85 +#: seahub/templates/wiki/personal_wiki.html:59 +msgid "Cancel" +msgstr "Hủy" + +#: seahub/group/templates/group/group_wiki.html:68 +#: seahub/group/templates/group/group_wiki_pages.html:11 +#: seahub/templates/wiki/personal_wiki.html:65 +#: seahub/templates/wiki/personal_wiki_pages.html:13 +msgid "Home" +msgstr "Trang chủ" + +#: seahub/group/templates/group/group_wiki.html:69 +#: seahub/group/templates/group/group_wiki_pages.html:12 +#: seahub/templates/wiki/personal_wiki.html:66 +#: seahub/templates/wiki/personal_wiki_pages.html:14 +msgid "Pages" +msgstr "Trang" + +#: seahub/group/templates/group/group_wiki.html:71 +#: seahub/group/templates/group/group_wiki_pages.html:14 +#: seahub/templates/wiki/personal_wiki.html:67 +#: seahub/templates/wiki/personal_wiki_pages.html:15 +msgid "Wiki History" +msgstr "Lịch sử Wiki" + +#: 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:70 +#: seahub/templates/wiki/personal_wiki.html:84 +#: seahub/templates/wiki/personal_wiki_pages.html:17 +#: seahub/templates/wiki/personal_wiki_pages.html:27 +msgid "New Page" +msgstr "Trang mới" + +#: seahub/group/templates/group/group_wiki.html:77 +#: seahub/group/templates/group/group_wiki.html:138 +#: seahub/templates/wiki/personal_wiki.html:71 +#: seahub/templates/wiki/personal_wiki.html:132 +msgid "Delete Page" +msgstr "Xóa trang" + +#: seahub/group/templates/group/group_wiki.html:78 +#: seahub/templates/wiki/personal_wiki.html:72 +msgid "Edit Page" +msgstr "Chỉnh sửa trang" + +#: seahub/group/templates/group/group_wiki.html:79 +#: seahub/templates/wiki/personal_wiki.html:73 +msgid "Page History" +msgstr "Lịch sử trang" + +#: seahub/group/templates/group/group_wiki.html:86 +#: seahub/templates/wiki/personal_wiki.html:79 +#, python-format +msgid "Last modified by %(modifier)s, %(modify_time)s" +msgstr "Được chỉnh sửa lần cuối bởi by %(modifier)s, %(modify_time)s" + +#: seahub/group/templates/group/group_wiki.html:139 +#: seahub/templates/wiki/personal_wiki.html:133 +msgid "Are you sure you want to delete this page?" +msgstr "Bạn có chắc bạn muốn xóa trang này" + +#: seahub/group/templates/group/group_wiki.html:160 +#: seahub/templates/wiki/personal_wiki.html:154 +msgid "Name is required." +msgstr "Yêu cầu tên." + +#: seahub/group/templates/group/group_wiki.html:164 +#: seahub/templates/wiki/personal_wiki.html:158 +msgid "Description is required." +msgstr "Yêu cầu mô tả." + +#: seahub/group/views.py:121 seahub/share/views.py:223 +#: seahub/views/__init__.py:467 seahub/views/__init__.py:583 +#: seahub/views/ajax.py:160 seahub/views/ajax.py:410 seahub/views/ajax.py:417 +#: seahub/views/ajax.py:467 seahub/views/ajax.py:474 seahub/views/ajax.py:575 +#: seahub/views/ajax.py:1100 seahub/views/file.py:1095 +#: seahub/views/file.py:1589 seahub/views/repo.py:119 +msgid "Permission denied" +msgstr "Không có quyền" + +#: seahub/group/views.py:187 +#, python-format +msgid "You are invited to join a group on %s" +msgstr "Bạn được mời tham gia vào Group %s" + +#: seahub/group/views.py:203 +msgid "Failed to create: the group does not exist." +msgstr "Tạo lập thất bại: Group không tồn tại." + +#: seahub/group/views.py:208 +msgid "Failed to create: you are not in the group." +msgstr "Tạo lập thất bại: bạn không nằm trong Group này." + +#: seahub/group/views.py:236 seahub/group/views.py:258 +#: seahub/group/views.py:415 seahub/views/wiki.py:177 +msgid "Failed to create" +msgstr "Tạo lập thất bại" + +#: seahub/group/views.py:243 seahub/group/views.py:264 +#: seahub/group/views.py:421 +msgid "Failed to create: internal error." +msgstr "Tạo lập thất bại: lỗi nội bộ." + +#: seahub/group/views.py:303 seahub/group/views.py:487 seahub/views/wiki.py:76 +#: seahub/views/wiki.py:238 +msgid "Failed to create wiki page. Please retry later." +msgstr "Tạo trang wiki thất bại. Vui lòng thử lại." + +#: seahub/group/views.py:339 seahub/templates/file_revisions.html:78 +#: seahub/templates/repo_history.html:53 +#: seahub/templates/repo_history_view.html:30 seahub/views/wiki.py:104 +msgid "Unknown" +msgstr "Không xác định" + +#: seahub/group/views.py:361 seahub/views/ajax.py:1078 +#: seahub/views/wiki.py:136 +msgid "Internal Server Error" +msgstr "Internal Server Error" + +#: seahub/group/views.py:363 seahub/views/wiki.py:138 +msgid "Wiki does not exists." +msgstr "Wiki này không tồn tại." + +#: seahub/group/views.py:428 seahub/group/views.py:457 +#: seahub/views/wiki.py:184 seahub/views/wiki.py:212 +msgid "Failed to create home page. Please retry later" +msgstr "Tạo trang chủ thất bại. Vui lòng thử lại" + +#: seahub/group/views.py:444 seahub/views/wiki.py:199 +msgid "Failed to set wiki library." +msgstr "Lập thư viện wiki thất bại." + +#: seahub/group/views.py:448 seahub/thumbnail/views.py:52 +#: seahub/thumbnail/views.py:164 seahub/views/ajax.py:220 +#: seahub/views/ajax.py:745 seahub/views/wiki.py:203 +msgid "Permission denied." +msgstr "" + +#: seahub/group/views.py:477 seahub/group/views.py:503 +#: seahub/group/views.py:521 seahub/views/wiki.py:228 seahub/views/wiki.py:251 +#: seahub/views/wiki.py:266 +msgid "Wiki is not found." +msgstr "Không thể tìm thấy wiki này." + +#: seahub/group/views.py:484 seahub/views/wiki.py:235 +#, python-format +msgid "Page \"%s\" already exists." +msgstr "Trang \"%s\" đã tồn tại." + +#: seahub/group/views.py:526 +#, python-format +msgid "Successfully deleted \"%s\"." +msgstr "Đã xóa thành công \"%s\"." + +#: seahub/group/views.py:528 +#, python-format +msgid "Failed to delete \"%s\". Please retry later." +msgstr "Xóa \"%s\" thất bại. Vui lòng thử lại" + +#: seahub/help/templates/help/base.html:8 +msgid "Desktop Client and Syncing" +msgstr "" + +#: seahub/help/templates/help/base.html:10 +msgid "Install and sync Files" +msgstr "" + +#: seahub/help/templates/help/base.html:11 +msgid "Syncing existing folders" +msgstr "" + +#: seahub/help/templates/help/base.html:12 +msgid "Selective sync sub-folders" +msgstr "" + +#: seahub/help/templates/help/base.html:13 +msgid "Unsync and resync libraries" +msgstr "" + +#: seahub/help/templates/help/base.html:14 +msgid "Setting sync interval" +msgstr "" + +#: seahub/help/templates/help/base.html:15 +msgid "Proxy settings" +msgstr "" + +#: seahub/help/templates/help/base.html:16 +#: seahub/help/templates/help/conflicts.html:5 +msgid "File conflicts" +msgstr "Xung đột dữ liệu" + +#: seahub/help/templates/help/base.html:17 +msgid "Excluding files" +msgstr "Loại trừ" + +#: seahub/help/templates/help/base.html:19 +msgid "Security and Encryption" +msgstr "" + +#: seahub/help/templates/help/base.html:21 +msgid "How to use encrypted libraries" +msgstr "" + +#: seahub/help/templates/help/conflicts.html:7 +msgid "" +"Once you and your friends sync a shared file library onto your computers, " +"you may add, delete or edit files in the library together. Every change you " +"make to the library would be automatically synced to others' computers." +msgstr "" + +#: seahub/help/templates/help/conflicts.html:9 +msgid "" +"Sometimes you and your friends may edit the same file at the same time. Your" +" changes may conflict with each other's. In this case, Seafile would keep " +"the first version synced to the cloud unchanged, while rename the other " +"version to a \"conflict file\". A conflict file's name ends with it's " +"author's email address, plus the current time, e.g. test.txt (SFConflict " +"name@example.com 2015-03-07-11-30-28)." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:6 +msgid "Using Proxy in Seafile Client" +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:8 +msgid "" +"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy " +"and system proxy settings." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:10 +msgid "" +"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address" +" and port. If you use system proxy settings, Seafile client reads proxy " +"settings from the operating system. The operating system has some mechanisms" +" to auto-detect proxy server information. So you don't have to manually " +"enter proxy server address." +msgstr "" + +#: seahub/help/templates/help/desktop_proxy.html:12 +msgid "" +"To change proxy settings, click the Seafile icon in the system notification " +"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you " +"can change proxy settings in the \"Network\" tab." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:6 +msgid "How to Use Encrypted Libraries" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:8 +msgid "" +"Seafile provides client-side end-to-end data encryption. You can create " +"encrypted libraries to use this feature. File contents in encrypted " +"libraries are encrypted on client side. The encryption password is not " +"stored on the server. So even the server administrator can't access your " +"file contents." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:10 +msgid "When creating an encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:12 +msgid "" +"If you create an encrypted library in the web app, the password is sent to " +"the server. The server use this password to create the library. But it " +"doesn't store the plain text password." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:13 +#, python-format +msgid "" +"If you create an encrypted library from a local folder with the desktop " +"client (see file syncing), the " +"password is not sent to the server." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:17 +msgid "When you access the encrypted library:" +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:19 +msgid "" +"If you use web app, you have to input the password to the server. The server" +" will cache the password in encrypted format for 1 hour. It won't store the " +"password on disk." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:20 +msgid "" +"If you use desktop client to sync the library, the password is not sent to " +"the server. The client decrypt and encrypt file contents locally. The plain " +"text password is not stored on the client disk too." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:21 +msgid "" +"iOS client supports client side encryption since version 2.1.6. Android " +"client support it since version 2.1.0." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:25 +msgid "" +"Note that encrypted library only encrypt the contents of the files, but not " +"the folder and file names." +msgstr "" + +#: seahub/help/templates/help/encrypted_libraries.html:27 +msgid "" +"More technical details of encrypted library can be found at Seafile " +"Manual." +msgstr "" + +#: seahub/help/templates/help/ignore.html:6 +msgid "Excluding files/folders from syncing" +msgstr "Không bao gồm các file/folder đang đồng bộ" + +#: seahub/help/templates/help/ignore.html:8 +msgid "" +"Sometimes you don't want to sync some files or folders inside a library. To " +"achieve this, create a seafile-ignore.txt file in the root folder of a " +"library. This special file specifies the files and folders that Seafile " +"should not sync. Each line in a ignore.txt file specifies a pattern. The " +"following pattern format are supported." +msgstr "" + +#: seahub/help/templates/help/ignore.html:10 +msgid "A blank line matches no files." +msgstr "Một dòng trống nghĩa là không có file nào." + +#: seahub/help/templates/help/ignore.html:11 +msgid "A line starting with # serves as a comment." +msgstr "Một dòng bắt đầu bằng # được xem như là một lời dẫn giải" + +#: seahub/help/templates/help/ignore.html:12 +msgid "" +"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches " +"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not " +"\"foo/hello\". Note that the wildcard character * recursively matches all " +"the paths under a folder. For instance, \"foo/*.html\" matches " +"\"foo/a.html\" and \"foo/templates/b.html\"." +msgstr "Seafile hỗ trợ các ký hiệu trong mẫu. Ví dụ, \"foo/*\" hợp với \"foo/1\" và \"foo/hello\". \"foo/?\" hợp với \"foo/?\" chứ không phải \"foo/hello\". Lưu ý rằng ký tự ký hiệu * phù hợp với tất cả các đường dẫn sau folder." + +#: seahub/help/templates/help/ignore.html:13 +msgid "" +"If the pattern ends with a slash, it would only match a folder. In other " +"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but " +"will not match a regular file or a symbolic link \"foo\"." +msgstr "" + +#: seahub/help/templates/help/ignore.html:14 +msgid "" +"If a pattern doesn't end with a slash or a wildcard, it would not match a " +"folder. For example, \"foo\" can only match regular file \"foo\" or a " +"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under " +"it." +msgstr "" + +#: seahub/help/templates/help/ignore.html:18 +msgid "Example" +msgstr "Ví dụ" + +#: seahub/help/templates/help/ignore.html:36 +msgid "Notes" +msgstr "Ghi chú" + +#: seahub/help/templates/help/ignore.html:38 +msgid "" +"The seafile-ignore.txt file only controls which files to exclude on the " +"client side. You can still create a file from seahub web interface that's " +"excluded on the client. In this case," +msgstr "" + +#: seahub/help/templates/help/ignore.html:40 +msgid "" +"The created file will still be synced back to clients. But any later local " +"changes to those files will be ignored." +msgstr "File được tạo sẽ vẫn được đồng bộ lại trên client. Nhưng những thay đổi từ những file khác sẽ bị bỏ qua." + +#: seahub/help/templates/help/ignore.html:41 +msgid "" +"If the file is modified on seahub, the new version will also be synced back " +"to clients; If the file on the client is also modified, a conflict file will" +" be generated on the client." +msgstr "Nếu chỉnh sửa file trên seahub, biến thể mới sẽ được đồng bộ trên client, nếu file trên client cũng được chỉnh sửa, một file dự bị sẽ được tạo ra" + +#: seahub/help/templates/help/ignore.html:45 +msgid "" +"seafile-ignore.txt only ignores files that are not synced yet. If a file is " +"already synced, and some time later you add it to the ignore list, its " +"existing versions won't be removed." +msgstr "seafile-ignore.txt chỉ có thể bỏ qua những file chưa đồng bộ. Nếu file đã từng đồng bộ, và sau đó bạn thêm nó vào danh sách này, phiên bản sẵn có sẽ không bị hủy đi." + +#: seahub/help/templates/help/install.html:6 +msgid "Installing Seafile Client Program" +msgstr "" + +#: seahub/help/templates/help/install.html:8 +msgid "" +"After downloading Seafile client program, you have 3 steps left to get it up" +" and running." +msgstr "Sau khi tải Seafile Client, hoàn tất cài đặt chỉ trong 3 bước" + +#: seahub/help/templates/help/install.html:10 +msgid "1. Select a disk partition to store local Seafile data" +msgstr "1. Chọn Partition để lưu trữ dữ liệu Seafile " + +#: seahub/help/templates/help/install.html:11 +msgid "Selecting a folder to store Seafile data" +msgstr "" + +#: seahub/help/templates/help/install.html:13 +msgid "2. Add an account" +msgstr "Tạo tài khoản" + +#: seahub/help/templates/help/install.html:14 +msgid "Add an account on your private Seafile server or our public server." +msgstr "Thêm một tài khoản trên máy chủ Seafile hoặc trên máy chủ Cloud." + +#: seahub/help/templates/help/install.html:18 +msgid "3. Sync a library" +msgstr "Đồng bộ một thư viện" + +#: seahub/help/templates/help/install.html:20 +msgid "Click the \"Sync this library\" button to sync it with a local folder." +msgstr "Click nút \"Đồng bộ thư viện\" để đồng bộ với thư mục trên máy tính." + +#: seahub/help/templates/help/install.html:21 +msgid "" +"Then you add some files into the library. They will be automatically synced " +"with cloud platform." +msgstr "Sau đó bạn bổ sung một số file vào trong thư viện. Chúng sẽ được đồng bộ tự động." + +#: seahub/help/templates/help/install.html:26 +msgid "4. (Optional) Create a library" +msgstr "4. (Không bắc buộc) Tạo thư viện" + +#: seahub/help/templates/help/install.html:28 +msgid "You can also create a library from a local folder." +msgstr "Bạn cũng có thể tạo một thư viện từ folder trên máy tính" + +#: seahub/help/templates/help/install.html:34 +msgid "5. Browse files on the cloud" +msgstr "" + +#: seahub/help/templates/help/install.html:35 +msgid "" +"In some occasions, you want to modify files on the cloud directly without " +"syncing them. Seafile client comes with a \"cloud file browser\" to meet " +"this need. Click an unsynced library will open the cloud file browser." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:6 +msgid "Selective Sync Sub-folders" +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:8 +msgid "" +"You may have some very large libraries on the Seafile server. And you're " +"currently only interested in a sub-folder inside one library. If your " +"Seafile server is Pro edition, you can selectively sync a sub-folder in a " +"library, instead of syncing the entire library." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:10 +msgid "" +"To sync a sub-folder, open cloud file browser by double clicking a library " +"which hasn't been synced. Navigate into the parent folder of that sub-" +"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the " +"pop-up menu." +msgstr "" + +#: seahub/help/templates/help/selective_sync.html:14 +msgid "" +"After syncing the sub-folder, you can see its syncing status in the \"Synced" +" Libraries\" group in the client's main window." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:6 +msgid "Syncing With an Existing Folder" +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:8 +#, python-format +msgid "" +"Sometimes you already have a library on the Seafile server (shared by " +"others, or uploaded from another computer). You can sync this library with " +"an existing folder on your computer. The local folder must have the same " +"name as the library. The files in the local folder will be merged with the " +"files in the library. No file in the local folder or the library will be " +"overwritten or lost. The merge will produce some conflict files if file contents " +"are different in the local folder and the library. " +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:10 +msgid "" +"To sync a library with an existing folder, right click on the library in " +"Seafile client's main window and click \"Sync this library\"." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:14 +msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link." +msgstr "" + +#: seahub/help/templates/help/sync_existing.html:18 +msgid "Then choose an existing folder to sync with this library." +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:6 +msgid "Setting Sync Interval" +msgstr "" + +#: seahub/help/templates/help/sync_interval.html:8 +msgid "" +"Usually Seafile client automatically detects changes on local folder and " +"upload the changes to server. However, if the local folder is in a Windows " +"network share drive, Seafile client cannot detect changes reliably. In this " +"case, you can ask Seafile client to periodically checks for changes in the " +"local folder. You can set the interval of this periodic sync. The interval " +"is set in the unit of seconds." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:6 +msgid "Unsync and Resync Library" +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:8 +#, python-format +msgid "" +"When you no longer want to sync a local folder with a library, you can " +"unsync it. After you unsync a library, changes to the local folder and files" +" will not be uploaded, and changes in the library will not be downloaded. If" +" you want to sync the library with the local folder again, you can use sync with existing folder " +"feature." +msgstr "" + +#: seahub/help/templates/help/unsync_resync.html:10 +msgid "" +"Sometimes there are internal errors in the client which blocks syncing. In " +"these cases, it's usually helpful to \"resync\" the library. Resync means " +"unsync and then immediately sync the library with the same folder. You can " +"find this action in the pop-up menu of the client's main window." +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:5 +#: seahub/templates/js/sysadmin-templates.html:277 +#: seahub/templates/sysadmin/base.html:5 +msgid "Exit admin panel" +msgstr "" + +#: seahub/institutions/templates/institutions/base.html:16 +#: seahub/institutions/templates/institutions/useradmin.html:9 +#: seahub/templates/js/sysadmin-templates.html:22 +#: seahub/templates/sysadmin/base.html:30 +msgid "Users" +msgstr "Người dùng" + +#: seahub/institutions/templates/institutions/base.html:21 +#: seahub/templates/sysadmin/sys_inst_info_base.html:37 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:9 +#: seahub/templates/sysadmin/sys_useradmin.html:7 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:7 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:8 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:7 +msgid "Search users..." +msgstr "Tìm người dùng..." + +#: seahub/institutions/templates/institutions/info.html:7 +#: seahub/templates/js/sysadmin-templates.html:8 +#: seahub/templates/js/sysadmin-templates.html:98 +#: seahub/templates/sysadmin/base.html:16 +msgid "Info" +msgstr "Thông tin" + +#: seahub/institutions/templates/institutions/info.html:13 +#: seahub/templates/home_base.html:59 +#: seahub/templates/js/sysadmin-templates.html:19 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/sysadmin-templates.html:737 +#: seahub/templates/js/templates.html:986 +#: seahub/templates/js/templates.html:1855 seahub/templates/libraries.html:5 +#: seahub/templates/sysadmin/base.html:27 +#: seahub/templates/sysadmin/sys_org_info_group.html:10 +#: seahub/templates/sysadmin/sys_org_info_library.html:10 +#: seahub/templates/sysadmin/sys_org_info_setting.html:10 +#: seahub/templates/sysadmin/sys_org_info_user.html:9 +msgid "Libraries" +msgstr "Thư viện" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Active Users" +msgstr "Người dùng đã kích hoạt" + +#: seahub/institutions/templates/institutions/info.html:16 +#: seahub/templates/js/sysadmin-templates.html:131 +#: seahub/templates/js/sysadmin-templates.html:144 +msgid "Total Users" +msgstr "Tổng số người dùng" + +#: seahub/institutions/templates/institutions/user_info.html:20 +#: seahub/profile/templates/profile/set_profile.html:13 +#: seahub/profile/templates/profile/user_profile.html:4 +#: seahub/templates/sysadmin/userinfo.html:23 +msgid "Profile" +msgstr "Hồ Sơ Cá Nhân" + +#: seahub/institutions/templates/institutions/user_info.html:21 +#: seahub/templates/i18n.html:11 seahub/templates/sysadmin/userinfo.html:24 +msgid "Owned Libs" +msgstr "Thư viện cá nhân" + +#: seahub/institutions/templates/institutions/user_info.html:28 +#: seahub/templates/sysadmin/userinfo.html:33 +msgid "Avatar" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:35 +#: seahub/templates/sysadmin/userinfo.html:44 +msgctxt "true name" +msgid "Name" +msgstr "Tên" + +#: seahub/institutions/templates/institutions/user_info.html:40 +#: seahub/templates/registration/registration_form.html:31 +#: seahub/templates/sysadmin/userinfo.html:56 +msgid "Department" +msgstr "Bộ phận" + +#: seahub/institutions/templates/institutions/user_info.html:43 +#: seahub/templates/registration/registration_form.html:36 +#: seahub/templates/sysadmin/userinfo.html:69 +msgid "Telephone" +msgstr "Điện thoại" + +#: seahub/institutions/templates/institutions/user_info.html:47 +#: seahub/institutions/templates/institutions/useradmin.html:18 +#: seahub/institutions/templates/institutions/useradmin_search.html:20 +#: seahub/templates/sysadmin/org_admin_table.html:6 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:17 +#: seahub/templates/sysadmin/sys_inst_info_base.html:23 +#: seahub/templates/sysadmin/sys_inst_info_user.html:17 +#: seahub/templates/sysadmin/sys_inst_search_user.html:18 +#: seahub/templates/sysadmin/sys_org_info_base.html:26 +#: seahub/templates/sysadmin/sys_org_info_user.html:21 +msgid "Space Used" +msgstr "Dung lượng đã dùng" + +#: seahub/institutions/templates/institutions/user_info.html:48 +#: seahub/templates/sysadmin/sys_inst_info_base.html:24 +#: seahub/templates/sysadmin/sys_org_info_base.html:28 +msgid "Set Quota" +msgstr "Thiết lập Quota" + +#: seahub/institutions/templates/institutions/user_info.html:52 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:88 +#: seahub/templates/sysadmin/useradmin_table.html:111 +#: seahub/templates/sysadmin/userinfo.html:102 +msgid "Set user storage limit" +msgstr "Thiết lập giới hạn dung lượng" + +#: seahub/institutions/templates/institutions/user_info.html:55 +msgid "Available quota:" +msgstr "" + +#: seahub/institutions/templates/institutions/user_info.html:67 +#: seahub/templates/file_revisions.html:56 +#: seahub/templates/js/sysadmin-templates.html:470 +#: seahub/templates/js/sysadmin-templates.html:768 +#: seahub/templates/js/templates.html:300 +#: seahub/templates/js/templates.html:1217 +#: seahub/templates/js/templates.html:1236 +#: seahub/templates/js/templates.html:1351 +#: seahub/templates/js/templates.html:1613 +#: seahub/templates/js/templates.html:1632 +#: seahub/templates/repo_dir_recycle_view.html:46 +#: seahub/templates/repo_history_view.html:59 +#: seahub/templates/sysadmin/userinfo.html:119 +#: seahub/templates/sysadmin/userinfo.html:169 +#: seahub/templates/sysadmin/userinfo.html:206 +#: seahub/templates/view_shared_dir.html:55 +msgid "Size" +msgstr "Dung lượng" + +#: seahub/institutions/templates/institutions/user_info.html:68 +#: seahub/templates/js/sysadmin-templates.html:471 +#: seahub/templates/js/templates.html:301 +#: seahub/templates/js/templates.html:1158 +#: seahub/templates/js/templates.html:1218 +#: seahub/templates/js/templates.html:1237 +#: seahub/templates/js/templates.html:1261 +#: seahub/templates/js/templates.html:1352 +#: seahub/templates/sysadmin/userinfo.html:120 +#: seahub/templates/sysadmin/userinfo.html:170 +#: seahub/templates/view_shared_dir.html:56 +msgid "Last Update" +msgstr "Cập nhật" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/templates/js/templates.html:1273 +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:176 +msgid "Encrypted" +msgstr "Mã hóa" + +#: seahub/institutions/templates/institutions/user_info.html:75 +#: seahub/institutions/templates/institutions/user_info.html:77 +#: seahub/templates/sysadmin/userinfo.html:127 +#: seahub/templates/sysadmin/userinfo.html:129 +#: seahub/templates/sysadmin/userinfo.html:176 +#: seahub/templates/sysadmin/userinfo.html:178 +#: seahub/templates/sysadmin/userinfo.html:180 +msgid "library icon" +msgstr "biểu tượng thư viện" + +#: seahub/institutions/templates/institutions/user_info.html:103 +#: seahub/templates/sysadmin/userinfo.html:157 +msgid "This user has not created any libraries" +msgstr "Người dùng này chưa tạo bất kì thư viện nào" + +#: seahub/institutions/templates/institutions/user_info.html:113 +#: seahub/templates/js/sysadmin-templates.html:807 +#: seahub/templates/js/templates.html:1492 +#: seahub/templates/sysadmin/sys_useradmin.html:47 +#: seahub/templates/sysadmin/useradmin_table.html:8 +#: seahub/templates/sysadmin/userinfo.html:253 seahub/views/sysadmin.py:279 +msgid "Role" +msgstr "Vai trò" + +#: seahub/institutions/templates/institutions/user_info.html:114 +#: seahub/templates/sysadmin/sys_inst_admin.html:28 +#: seahub/templates/sysadmin/sys_org_info_group.html:20 +#: seahub/templates/sysadmin/sys_publink_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:254 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:1062 +msgid "Create At" +msgstr "Tạo lúc" + +#: seahub/institutions/templates/institutions/user_info.html:128 +#: seahub/templates/sysadmin/userinfo.html:268 +msgid "This user has not created or joined any groups" +msgstr "Người dùng này chưa tao hoặc tham gia nhóm nào" + +#: seahub/institutions/templates/institutions/user_info.html:151 +#: seahub/templates/sysadmin/sys_inst_info_base.html:56 +msgid "Space Quota can't be empty" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:16 +#: seahub/institutions/templates/institutions/useradmin_search.html:18 +#: seahub/templates/sysadmin/useradmin_table.html:6 +#: seahub/templates/sysadmin/useradmin_table.html:10 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Contact Email" +msgstr "" + +#: seahub/institutions/templates/institutions/useradmin.html:17 +#: seahub/institutions/templates/institutions/useradmin_search.html:19 +#: seahub/profile/templates/profile/set_profile.html:113 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:16 +#: seahub/templates/sysadmin/sys_inst_info_user.html:16 +#: seahub/templates/sysadmin/sys_inst_search_user.html:17 +#: seahub/templates/sysadmin/sys_org_info_user.html:20 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:36 +#: seahub/templates/sysadmin/useradmin_table.html:7 +#: seahub/templates/sysadmin/useradmin_table.html:11 +#: seahub/views/sysadmin.py:279 seahub/views/sysadmin.py:283 +msgid "Status" +msgstr "Trạng thái" + +#: seahub/institutions/templates/institutions/useradmin.html:19 +#: seahub/institutions/templates/institutions/useradmin_search.html:21 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:18 +#: seahub/templates/sysadmin/sys_inst_info_user.html:18 +#: seahub/templates/sysadmin/sys_inst_search_user.html:19 +#: seahub/templates/sysadmin/sys_org_info_user.html:22 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:26 +#: seahub/templates/sysadmin/useradmin_table.html:14 +msgid "Create At / Last Login" +msgstr "Khởi tạo lúc / Đăng nhập lần cuối" + +#: seahub/institutions/templates/institutions/useradmin.html:33 +#: seahub/institutions/templates/institutions/useradmin.html:40 +#: seahub/institutions/templates/institutions/useradmin_search.html:35 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:28 +#: seahub/templates/sysadmin/sys_inst_info_user.html:28 +#: seahub/templates/sysadmin/sys_inst_search_user.html:29 +#: seahub/templates/sysadmin/sys_org_info_user.html:32 +#: seahub/templates/sysadmin/sys_org_info_user.html:39 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:53 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:60 +#: seahub/templates/sysadmin/useradmin_table.html:37 +#: seahub/templates/sysadmin/useradmin_table.html:44 +#: seahub/views/sysadmin.py:324 +msgid "Active" +msgstr "Đã kích hoạt" + +#: seahub/institutions/templates/institutions/useradmin.html:35 +#: seahub/institutions/templates/institutions/useradmin.html:41 +#: seahub/institutions/templates/institutions/useradmin_search.html:37 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:30 +#: seahub/templates/sysadmin/sys_inst_info_user.html:30 +#: seahub/templates/sysadmin/sys_inst_search_user.html:31 +#: seahub/templates/sysadmin/sys_org_info_user.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:40 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:55 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:61 +#: seahub/templates/sysadmin/useradmin_table.html:39 +#: seahub/templates/sysadmin/useradmin_table.html:45 +#: seahub/views/sysadmin.py:326 +msgid "Inactive" +msgstr "Chưa kích hoạt" + +#: seahub/institutions/templates/institutions/useradmin.html:66 +#: seahub/institutions/templates/institutions/useradmin_search.html:62 +#: seahub/notifications/templates/notifications/notification_list.html:39 +#: seahub/templates/sysadmin/sys_inst_admin.html:44 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:47 +#: seahub/templates/sysadmin/sys_inst_info_user.html:48 +#: seahub/templates/sysadmin/sys_publink_admin.html:59 +#: seahub/templates/sysadmin/sys_terms_admin.html:48 +msgid "Empty" +msgstr "Trống" + +#: seahub/institutions/templates/institutions/useradmin.html:70 +#: seahub/templates/sysadmin/sys_inst_info_user.html:52 +#: seahub/templates/sysadmin/sys_org_info_user.html:60 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:104 +#: seahub/templates/sysadmin/sys_useradmin.html:82 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:53 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:31 +#: seahub/templates/sysadmin/user_search.html:27 +msgid "Activating..., please wait" +msgstr "Đang kích hoạt..., vui lòng chờ" + +#: seahub/institutions/templates/institutions/useradmin.html:78 +#: seahub/institutions/templates/institutions/useradmin_search.html:70 +#: seahub/templates/sysadmin/sys_org_info_user.html:178 +#: seahub/templates/sysadmin/useradmin_js.html:3 +#: seahub/templates/sysadmin/useradmin_js.html:122 +msgid "Delete User" +msgstr "Xóa người dùng" + +#: seahub/institutions/templates/institutions/useradmin.html:124 +#: seahub/templates/sysadmin/sys_inst_info_user.html:98 +#: seahub/templates/sysadmin/useradmin_js.html:64 +msgid "Edit succeeded, an email has been sent." +msgstr "Đã sửa đổi thành công, email đã được gởi." + +#: seahub/institutions/templates/institutions/useradmin.html:126 +#: seahub/templates/sysadmin/sys_inst_info_user.html:100 +#: seahub/templates/sysadmin/useradmin_js.html:66 +msgid "" +"Edit succeeded, but failed to send email, please check your email " +"configuration." +msgstr "Sửa đổi thành công, nhưng không thể gởi mail, vui lòng kiểm tra cấu hình." + +#: seahub/institutions/templates/institutions/useradmin.html:128 +#: seahub/templates/sysadmin/sys_inst_info_user.html:102 +#: seahub/templates/sysadmin/sys_org_info_user.html:245 +#: seahub/templates/sysadmin/useradmin_js.html:68 +msgid "Edit succeeded" +msgstr "Chỉnh sửa thành công" + +#: seahub/institutions/templates/institutions/useradmin.html:136 +#: seahub/templates/sysadmin/sys_inst_info_user.html:110 +#: seahub/templates/sysadmin/sys_org_info_user.html:252 +#: seahub/templates/sysadmin/useradmin_js.html:76 +msgid "Edit failed." +msgstr "Chỉnh sửa thất bại" + +#: seahub/institutions/templates/institutions/useradmin_search.html:7 +#: seahub/templates/sysadmin/sys_inst_search_user.html:5 +#: seahub/templates/sysadmin/user_search.html:7 +msgid "Search User" +msgstr "Tìm người dùng" + +#: seahub/institutions/templates/institutions/useradmin_search.html:13 +#: seahub/templates/js/sysadmin-templates.html:347 +#: seahub/templates/js/sysadmin-templates.html:575 +#: seahub/templates/sysadmin/sys_inst_search_user.html:11 +#: seahub/templates/sysadmin/sys_org_search.html:15 +#: seahub/templates/sysadmin/user_search.html:14 +msgid "Result" +msgstr "Kết quả" + +#: seahub/institutions/views.py:162 +#: seahub/templates/js/sysadmin-templates.html:323 +#: seahub/templates/js/sysadmin-templates.html:344 +#: seahub/templates/js/sysadmin-templates.html:356 +#: seahub/templates/js/sysadmin-templates.html:428 +#: seahub/templates/js/sysadmin-templates.html:550 +#: seahub/templates/js/sysadmin-templates.html:581 +#: seahub/templates/js/sysadmin-templates.html:599 +#: seahub/templates/js/sysadmin-templates.html:825 +#: seahub/templates/sysadmin/sys_org_admin.html:30 +#: seahub/templates/sysadmin/sys_org_info_library.html:21 +#: seahub/templates/sysadmin/sys_publink_admin.html:13 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:12 +#: seahub/views/sysadmin.py:616 +msgid "Owner" +msgstr "" + +#: seahub/institutions/views.py:164 seahub/templates/base.html:74 +#: seahub/templates/base.html.py:77 +#: seahub/templates/js/sysadmin-templates.html:827 +#: seahub/templates/js/sysadmin-templates.html:831 +#: seahub/templates/js/sysadmin-templates.html:838 +#: seahub/templates/js/templates.html:1526 +#: seahub/templates/js/templates.html:1530 +#: seahub/templates/js/templates.html:1537 +#: seahub/templates/js/templates.html:1832 +#: seahub/templates/js/templates.html:1835 seahub/views/sysadmin.py:281 +#: seahub/views/sysadmin.py:285 seahub/views/sysadmin.py:618 +msgid "Admin" +msgstr "Admin" + +#: seahub/institutions/views.py:166 +#: seahub/templates/js/sysadmin-templates.html:830 +#: seahub/templates/js/sysadmin-templates.html:834 +#: seahub/templates/js/sysadmin-templates.html:837 +#: seahub/templates/js/templates.html:1529 +#: seahub/templates/js/templates.html:1533 +#: seahub/templates/js/templates.html:1536 seahub/views/sysadmin.py:620 +msgid "Member" +msgstr "" + +#: seahub/institutions/views.py:195 seahub/views/sysadmin.py:714 +#, python-format +msgid "Successfully deleted %s" +msgstr "Xóa %s thành công" + +#: seahub/institutions/views.py:197 seahub/views/sysadmin.py:716 +msgid "Failed to delete: the user does not exist" +msgstr "Xóa thất bại: người dùng không tồn tại" + +#: seahub/invitations/models.py:16 seahub/invitations/models.py:34 +#: seahub/templates/sysadmin/sys_useradmin.html:50 +#: seahub/templates/sysadmin/useradmin_table.html:53 +#: seahub/templates/sysadmin/useradmin_table.html:63 +#: seahub/views/sysadmin.py:337 +msgid "Guest" +msgstr "Tài khoản Khách" + +#: seahub/invitations/models.py:90 +#, python-format +msgid "%(user)s invited you to join %(site_name)s." +msgstr "%(user)s mời bạn tham gia %(site_name)s." + +#: seahub/invitations/templates/invitations/invitation_email.html:9 +#: seahub/notifications/templates/notifications/notify_virus.html:10 +#: seahub/notifications/templates/notifications/notify_virus.html:17 +#: seahub/share/templates/share/audit_code_email.html:8 +#: seahub/templates/registration/activation_email.html:9 +#: seahub/templates/registration/password_reset_email.html:9 +#: seahub/templates/shared_link_email.html:9 +#: seahub/templates/shared_upload_link_email.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:9 +#: seahub/templates/sysadmin/user_add_email.html:9 +#: seahub/templates/sysadmin/user_batch_add_email.html:9 +#: seahub/templates/sysadmin/user_freeze_email.html:9 +#: seahub/templates/sysadmin/user_reset_email.html:9 +msgid "Hi," +msgstr "Xin chào," + +#: seahub/invitations/templates/invitations/invitation_email.html:12 +#, python-format +msgid "" +"%(inviter)s invited you to join %(site_name)s. Please click the link below:" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:4 +msgid "Create Account" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:8 +msgid "Set your password" +msgstr "" + +#: seahub/invitations/templates/invitations/token_view.html:26 +#: seahub/templates/sysadmin/settings.html:213 +#: seahub/templates/sysadmin/useradmin_js.html:197 +#: seahub/templates/sysadmin/userinfo.html:398 +msgid "It is required." +msgstr "Điều này được yêu cầu" + +#: seahub/notifications/management/commands/notify_admins_on_virus.py:57 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:73 +#: seahub/notifications/management/commands/notify_admins_on_virus.py:98 +#, python-format +msgid "Virus detected on %s" +msgstr "" + +#: seahub/notifications/management/commands/send_notices.py:28 +#: seahub/notifications/management/commands/send_notices.py:272 +#, python-format +msgid "New notice on %s" +msgstr "Ghi chú mới trên %s" + +#: seahub/notifications/models.py:422 seahub/notifications/models.py:464 +#: seahub/notifications/models.py:492 seahub/notifications/models.py:529 +#: seahub/notifications/models.py:561 seahub/notifications/models.py:579 +#: seahub/notifications/models.py:609 seahub/notifications/models.py:631 +#: seahub/utils/__init__.py:143 seahub/utils/__init__.py:1088 +msgid "Internal error" +msgstr "" + +#: seahub/notifications/models.py:441 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to %(name)s" +msgstr "Một file %(file_name)s đã được tải lên tại %(name)s" + +#: seahub/notifications/models.py:448 +#, python-format +msgid "" +"A file named %(file_name)s is uploaded to Deleted " +"Library" +msgstr "Một file %(file_name)s đã được tải lên trong strong>Deleted Library" + +#: seahub/notifications/models.py:474 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to " +"you." +msgstr "%(user)s vừa chia sẻ thư viện tên %(repo_name)s" + +#: seahub/notifications/models.py:509 +#, python-format +msgid "" +"%(user)s has shared a library named %(repo_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/models.py:540 +#, python-format +msgid "%(group_name)s has a new discussion." +msgstr "%(group_name)s có một thảo luận mới." + +#: seahub/notifications/models.py:544 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(group_name)s." +msgstr "%(user)s đã đăng một thảo luận mới lên Group %(group_name)s." + +#: seahub/notifications/models.py:590 +#, python-format +msgid "" +"User %(username)s has asked to join group %(group_name)s, verification message: " +"%(join_request_msg)s" +msgstr "Người dùng %(username)s vừa xin gia nhập Group %(group_name)s, tin nhắn xác minh: %(join_request_msg)s" + +#: seahub/notifications/models.py:619 +#, python-format +msgid "" +"User %(group_staff)s has added you to group " +"%(group_name)s" +msgstr "Người dùng %(group_staff)s vừa thêm bạn vào Group %(group_name)s" + +#: seahub/notifications/models.py:645 +#, python-format +msgid "" +"File %(file_name)s has a new comment from user " +"%(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:7 +#, python-format +msgid "Hi, %(name)s" +msgstr "Hi, %(name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:9 +#, python-format +msgid "" +"\n" +"You've got 1 new notice on %(site_name)s:\n" +msgid_plural "" +"\n" +"You've got %(num)s new notices on %(site_name)s:\n" +msgstr[0] "\nBạn có %(num)s thông báo mới trên %(site_name)s:\n" + +#: seahub/notifications/templates/notifications/notice_email.html:19 +#: seahub/notifications/templates/notifications/user_notification_list.html:21 +msgid "Message" +msgstr "Tin nhắn" + +#: seahub/notifications/templates/notifications/notice_email.html:20 +#: seahub/notifications/templates/notifications/user_notification_list.html:22 +#: seahub/templates/file_revisions.html:54 +#: seahub/templates/js/sysadmin-templates.html:238 +#: seahub/templates/js/sysadmin-templates.html:860 +#: seahub/templates/repo_history.html:29 +msgid "Time" +msgstr "Thời gian" + +#: seahub/notifications/templates/notifications/notice_email.html:27 +#, python-format +msgid "" +"%(user)s posted a new discussion in %(grp_name)s" +msgstr "%(user)s gởi một thảo luận mới tại %(grp_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:33 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to you." +msgstr "%(user)s chia sẻ thư viện %(lib_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:36 +#, python-format +msgid "" +"%(user)s has shared a library named %(lib_name)s to group %(group_name)s." +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:39 +#, python-format +msgid "" +"You have received a new message from" +" %(user)s." +msgstr "Bạn nhận một tin nhắn mới từ %(user)s." + +#: seahub/notifications/templates/notifications/notice_email.html:45 +#, python-format +msgid "" +"A file named %(file_name)s is " +"uploaded to your folder %(folder_name)s." +msgstr "Một file %(file_name)s được tải lên tại thư mục của bạn %(folder_name)s." + +#: seahub/notifications/templates/notifications/notice_email.html:48 +#, python-format +msgid "" +"User %(user)s has asked to join " +"group %(grp_name)s, verification " +"message: %(msg)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:51 +#, python-format +msgid "" +"User %(user)s has added you to " +"group %(grp_name)s" +msgstr "Người dùng %(user)s vừa thêm bạn vào nhóm group %(grp_name)s" + +#: seahub/notifications/templates/notifications/notice_email.html:54 +#, python-format +msgid "" +"File %(file_name)s has a new " +"comment from user %(author)s" +msgstr "" + +#: seahub/notifications/templates/notifications/notice_email.html:64 +msgid "Go check out at the following page:" +msgstr "Kiểm tra trang tiếp theo:" + +#: seahub/notifications/templates/notifications/notification_list.html:8 +msgid "All Notifications" +msgstr "Tất cả thông báo" + +#: seahub/notifications/templates/notifications/notification_list.html:9 +#: seahub/notifications/templates/notifications/notification_list.html:12 +msgid "Add new notification" +msgstr "Thêm thông báo mới" + +#: seahub/notifications/templates/notifications/notification_list.html:20 +msgid "Notification Detail" +msgstr "Chi tiết thông báo" + +#: seahub/notifications/templates/notifications/notification_list.html:27 +msgid "(current notification)" +msgstr "(thông báo hiện tại)" + +#: seahub/notifications/templates/notifications/notification_list.html:31 +msgid "Set to current" +msgstr "Cài đặt về hiện tại" + +#: seahub/notifications/templates/notifications/notification_list.html:51 +msgid "Delete Notification" +msgstr "Xóa thông báo" + +#: seahub/notifications/templates/notifications/notify_virus.html:13 +#, python-format +msgid "" +"Virus detected in file %(file_name)s during regular scanning." +msgstr "" + +#: seahub/notifications/templates/notifications/notify_virus.html:20 +msgid "Virus is detected on regular scanning. Please check the report at:" +msgstr "" + +#: seahub/notifications/templates/notifications/user_notification_list.html:4 +#: seahub/notifications/templates/notifications/user_notification_list.html:9 +msgid "Notices" +msgstr "Ghi chú" + +#: seahub/notifications/templates/notifications/user_notification_list.html:12 +msgid "Mark all read" +msgstr "Đánh dấu đã đọc" + +#: seahub/notifications/templates/notifications/user_notification_list.html:13 +msgid "Clear" +msgstr "Xóa" + +#: seahub/notifications/templates/notifications/user_notification_list.html:29 +#: seahub/templates/libraries.html:179 +#: seahub/templates/repo_dir_recycle_view.html:59 +msgid "More" +msgstr "Thêm" + +#: seahub/notifications/views.py:130 +msgid "Successfully cleared all notices." +msgstr "Xóa thành công tất cả các ghi chú" + +#: seahub/options/templates/options/set_user_options.html:7 +msgid "Please choose how to view encrypted libraries online:" +msgstr "Vui lòng chọn cách xem thư viện mã hóa trực tuyến: " + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Send passwords to the server." +msgstr "Gửi mật khẩu đến máy chủ." + +#: seahub/options/templates/options/set_user_options.html:10 +msgid "Files will be decrypted in the server before being sent to you." +msgstr "File sẽ được giải mã trên máy chủ trước khi gửi đến bạn." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Save passwords in your browser." +msgstr "Lưu mật khẩu trên trình duyệt của bạn." + +#: seahub/options/templates/options/set_user_options.html:12 +msgid "Files will be decrypted in your browser when you download them." +msgstr "File sẽ được giải mã trên trình duyệt của bạn khi bạn tải chúng về." + +#: seahub/options/templates/options/set_user_options.html:13 +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/templates/profile/set_profile.html:5 +#: seahub/profile/templates/profile/set_profile.html:27 +#: seahub/templates/base.html:68 +#: seahub/templates/js/sysadmin-templates.html:15 +#: seahub/templates/js/sysadmin-templates.html:276 +#: seahub/templates/js/templates.html:1047 +#: seahub/templates/js/templates.html:1827 seahub/templates/libraries.html:121 +#: seahub/templates/sysadmin/base.html:23 +#: seahub/templates/sysadmin/settings.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:11 +#: seahub/templates/sysadmin/sys_org_info_library.html:11 +#: seahub/templates/sysadmin/sys_org_info_setting.html:11 +#: seahub/templates/sysadmin/sys_org_info_user.html:10 +msgid "Settings" +msgstr "Cài đặt" + +#: seahub/profile/templates/profile/set_profile.html:14 +msgid "Language" +msgstr "Ngôn ngữ" + +#: seahub/profile/templates/profile/set_profile.html:16 +msgid "Default Library" +msgstr "Thư viên mặc định" + +#: seahub/profile/templates/profile/set_profile.html:19 +#: seahub/profile/templates/profile/set_profile.html:111 +msgid "Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:21 +#: seahub/profile/templates/profile/set_profile.html:136 +#: seahub/profile/templates/profile/set_profile.html:159 +msgid "Delete Account" +msgstr "Xóa tài khoản" + +#: seahub/profile/templates/profile/set_profile.html:30 +msgid "Profile Setting" +msgstr "Cài đặt hồ sơ cá nhân" + +#: seahub/profile/templates/profile/set_profile.html:32 +msgid "Avatar:" +msgstr "Avatar:" + +#: seahub/profile/templates/profile/set_profile.html:34 +msgid "Change" +msgstr "Thay đổi" + +#: seahub/profile/templates/profile/set_profile.html:41 +msgid "Password:" +msgstr "Mật khẩu:" + +#: seahub/profile/templates/profile/set_profile.html:41 +#: seahub/templates/sysadmin/sys_terms_admin.html:39 +msgid "Update" +msgstr "Cập nhật" + +#: seahub/profile/templates/profile/set_profile.html:43 +msgctxt "true name" +msgid "Name:" +msgstr "Tên:" + +#: seahub/profile/templates/profile/set_profile.html:50 +msgid "Username:" +msgstr "Tên đăng nhập" + +#: seahub/profile/templates/profile/set_profile.html:51 +msgid "You can use this field at login." +msgstr "Bạn có thể chọn feild này khi đăng nhập" + +#: seahub/profile/templates/profile/set_profile.html:56 +msgid "Contact Email:" +msgstr "Email liên hệ:" + +#: seahub/profile/templates/profile/set_profile.html:57 +msgid "Your notifications will be sent to this email." +msgstr "Thông báo sẽ được gởi đến email của bạn." + +#: seahub/profile/templates/profile/set_profile.html:62 +msgid "Department:" +msgstr "Bộ phận:" + +#: seahub/profile/templates/profile/set_profile.html:67 +msgid "Telephone:" +msgstr "Điện thoại:" + +#: seahub/profile/templates/profile/set_profile.html:79 +msgid "Language Setting" +msgstr "Cài đặt ngôn ngữ" + +#: seahub/profile/templates/profile/set_profile.html:90 +msgid "Default Library Setting" +msgstr "Cài đặt thư viện mặc định" + +#: seahub/profile/templates/profile/set_profile.html:92 +msgid "Your default library:" +msgstr "Thư viện mặc định của bạn:" + +#: seahub/profile/templates/profile/set_profile.html:94 +msgid "" +"Default library is the default place to store your personal documents and " +"pictures." +msgstr "Thư viện mặc định là nơi để lưu trữ những tài liệu và hình ảnh cá nhân." + +#: seahub/profile/templates/profile/set_profile.html:95 +msgid "Choose Default Library" +msgstr "Chọn thư viện mặc định" + +#: seahub/profile/templates/profile/set_profile.html:98 +msgid "Choose default library:" +msgstr "Chọn thư viện mặc định:" + +#: seahub/profile/templates/profile/set_profile.html:113 +msgid "enabled" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:115 +msgid "Disable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:119 +msgid "" +"If you don't have any device with you, you can access your account using " +"backup codes." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:120 +#, python-format +msgid "You have only one backup code remaining." +msgid_plural "You have %(counter)s backup codes remaining." +msgstr[0] "" + +#: seahub/profile/templates/profile/set_profile.html:123 +msgid "Show Codes" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:127 +msgid "" +"Two-factor authentication is not enabled for your account. Enable two-factor" +" authentication for enhanced account security." +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:129 +msgid "Enable Two-Factor Authentication" +msgstr "" + +#: seahub/profile/templates/profile/set_profile.html:137 +msgid "This operation will not be reverted. Please think twice!" +msgstr "Xóa tài khoản sẽ không thể phục hồi. Vui lòng suy nghĩ lần nữa!" + +#: seahub/profile/templates/profile/set_profile.html:160 +msgid "Really want to delete your account?" +msgstr "Bạn có thật sự muốn xóa tài khoản của bạn?" + +#: seahub/profile/views.py:41 +msgid "Successfully edited profile." +msgstr "Chỉnh sửa profile thành công" + +#: seahub/profile/views.py:45 +msgid "Failed to edit profile" +msgstr "Chỉnh sửa profile thất bại" + +#: seahub/profile/views.py:157 +msgid "Has not accepted invitation yet" +msgstr "Lời mời chưa được chấp nhận" + +#: seahub/profile/views.py:176 +msgid "Demo account can not be deleted." +msgstr "Tài khoản demo không thể xóa." + +#: seahub/profile/views.py:202 +msgid "Failed to set default library." +msgstr "Cài đặt thư viện mặc định thất bại." + +#: seahub/profile/views.py:206 +msgid "Can not set encrypted library as default library." +msgstr "Không thể mã hóa thư viện mặc định" + +#: seahub/profile/views.py:211 +#, python-format +msgid "Successfully set \"%s\" as your default library." +msgstr "Cài đặt \"%s\" thành thư viện mặc định thành công " + +#: seahub/settings.py:143 +msgid "català" +msgstr "" + +#: seahub/settings.py:144 +msgid "Deutsch" +msgstr "" + +#: seahub/settings.py:145 +msgid "English" +msgstr "" + +#: seahub/settings.py:146 +msgid "Español" +msgstr "" + +#: seahub/settings.py:147 +msgid "Español de Argentina" +msgstr "" + +#: seahub/settings.py:148 +msgid "Español de México" +msgstr "" + +#: seahub/settings.py:149 +msgid "Suomi" +msgstr "" + +#: seahub/settings.py:150 +msgid "français" +msgstr "" + +#: seahub/settings.py:151 +msgid "עברית" +msgstr "" + +#: seahub/settings.py:152 +msgid "Magyar" +msgstr "" + +#: seahub/settings.py:153 +msgid "Íslenska" +msgstr "" + +#: seahub/settings.py:154 +msgid "Italiano" +msgstr "" + +#: seahub/settings.py:155 +msgid "日本語" +msgstr "" + +#: seahub/settings.py:156 +msgid "한국어" +msgstr "" + +#: seahub/settings.py:157 +msgid "Latvian" +msgstr "" + +#: seahub/settings.py:158 +msgid "Nederlands" +msgstr "" + +#: seahub/settings.py:159 +msgid "Polski" +msgstr "" + +#: seahub/settings.py:160 +msgid "Portuguese, Brazil" +msgstr "" + +#: seahub/settings.py:161 +msgid "Русский" +msgstr "" + +#: seahub/settings.py:162 +msgid "Slovak" +msgstr "" + +#: seahub/settings.py:163 +msgid "Slovenian" +msgstr "" + +#: seahub/settings.py:164 +msgid "Svenska" +msgstr "" + +#: seahub/settings.py:165 +msgid "ไทย" +msgstr "" + +#: seahub/settings.py:166 +msgid "Türkçe" +msgstr "" + +#: seahub/settings.py:167 +msgid "українська мова" +msgstr "" + +#: seahub/settings.py:168 +msgid "简体中文" +msgstr "" + +#: seahub/settings.py:169 +msgid "繁體中文" +msgstr "" + +#: seahub/share/forms.py:20 seahub/share/forms.py:33 +msgid "Email is required" +msgstr "Yêu cầu email" + +#: seahub/share/forms.py:21 seahub/share/forms.py:34 +msgid "Email is not longer than 512 characters" +msgstr "Email không được dài hơn 512 ký tự" + +#: seahub/share/models.py:72 +msgid "Password can't be empty" +msgstr "Mật khẩu không được để trống" + +#: seahub/share/models.py:79 +msgid "Please enter a correct password." +msgstr "Vui lòng điền chính xác mật khẩu." + +#: seahub/share/templates/share/audit_code_email.html:11 +#, python-format +msgid "Your code is %(code)s, this code will be valid for one hour." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:6 +msgid "Email Verification" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:8 +msgid "Please provide your email address to continue." +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:11 +msgid "Get code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:13 +msgid "Verification code" +msgstr "" + +#: seahub/share/templates/share/share_link_audit.html:63 +msgid "A verification code has been sent to the email." +msgstr "" + +#: seahub/share/views.py:199 seahub/share/views.py:311 +msgid "Internal server error, or please check the email(s) you entered" +msgstr "Internal server error, or please check the email(s) you entered" + +#: seahub/share/views.py:219 +msgid "Please choose a directory." +msgstr "Vui lòng chọn một thư mục" + +#: seahub/share/views.py:241 +msgid "Successfully saved." +msgstr "Đã lưu thành công" + +#: seahub/share/views.py:255 +msgid "" +"Sending shared upload link failed. Email service is not properly configured," +" please contact administrator." +msgstr "Gửi link tải lên thất bại. Dịch vụ email chưa được thiết lập chính xác, vui lòng liên hệ Admin." + +#: seahub/share/views.py:329 seahub/thumbnail/views.py:40 +#: seahub/thumbnail/views.py:159 seahub/views/ajax.py:208 +#: seahub/views/ajax.py:385 seahub/views/ajax.py:449 seahub/views/ajax.py:499 +#: seahub/views/ajax.py:544 seahub/views/ajax.py:738 seahub/views/ajax.py:1091 +msgid "Library does not exist." +msgstr "Thư viện không tồn tại." + +#: seahub/share/views.py:333 +msgid "Directory does not exist." +msgstr "Thư mục không tồn tại." + +#: seahub/share/views.py:382 +msgid "Only the owner of the library has permission to share it." +msgstr "Chỉ có người tạo thư viện mới có quyền chia sẻ." + +#: seahub/share/views.py:420 +msgid "Please check the email(s) you entered" +msgstr "Vui lòng kiểm tra địa chỉ email(s) bạn khai báo" + +#: seahub/share/views.py:437 +msgid "Email address is not valid" +msgstr "" + +#: seahub/share/views.py:446 +msgid "Share link is not found" +msgstr "" + +#: seahub/share/views.py:455 +msgid "Verification code for visiting share links" +msgstr "" + +#: seahub/share/views.py:470 +msgid "Failed to send a verification code, please try again later." +msgstr "" + +#: seahub/templates/404.html:6 +msgid "Sorry, but the requested page could not be found." +msgstr "Không thể tìm thấy trang được yêu cầu" + +#: seahub/templates/base.html:9 seahub/templates/base_for_backbone.html:9 +#: seahub/templates/sysadmin/sysadmin_backbone.html:9 +msgid "File Collaboration Team Organization" +msgstr "Tổ chức file phối hợp Group" + +#: seahub/templates/base.html:42 seahub/templates/base_for_backbone.html:50 +#: seahub/templates/sysadmin/sysadmin_backbone.html:45 +msgid "Side Nav Menu" +msgstr "" + +#: seahub/templates/base.html:53 seahub/templates/base_for_backbone.html:65 +#: seahub/templates/sysadmin/sysadmin_backbone.html:48 +msgid "View profile and more" +msgstr "" + +#: seahub/templates/base.html:71 seahub/templates/js/sysadmin-templates.html:5 +#: seahub/templates/js/templates.html:1829 +#: seahub/templates/sysadmin/base.html:13 +msgid "System Admin" +msgstr "System Admin" + +#: seahub/templates/base.html:74 seahub/templates/js/templates.html:1832 +msgid "Organization Admin" +msgstr "" + +#: seahub/templates/base.html:80 seahub/templates/finish_payment.html:5 +#: seahub/templates/js/sysadmin-templates.html:278 +#: seahub/templates/js/templates.html:1837 +msgid "Log out" +msgstr "Đăng xuất" + +#: seahub/templates/base.html:123 seahub/templates/base_for_backbone.html:87 +#: seahub/templates/sysadmin/sysadmin_backbone.html:70 +#: seahub/views/sysadmin.py:332 seahub/views/sysadmin.py:333 +msgid "Yes" +msgstr "Có" + +#: seahub/templates/base.html:124 seahub/templates/base_for_backbone.html:88 +#: seahub/templates/sysadmin/sysadmin_backbone.html:71 +msgid "No" +msgstr "Không" + +#: seahub/templates/base_for_backbone.html:28 +msgid "" +"We no longer support this version of IE. Please upgrade it to version 10 or " +"above." +msgstr "Không hỗ trợ phiên bản IE này. Vui lòng nâng cấp phiên bản 10 trở lên" + +#: seahub/templates/base_for_backbone.html:58 +#: seahub/templates/js/sysadmin-templates.html:40 +#: seahub/templates/js/templates.html:1804 +#: seahub/templates/sysadmin/base.html:46 +msgid "Notifications" +msgstr "Thông báo" + +#: seahub/templates/base_for_backbone.html:94 +#, python-format +msgid "Welcome to %(site_name)s" +msgstr "" + +#: seahub/templates/base_for_backbone.html:96 +#, python-format +msgid "" +"%(site_name)s 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/base_for_backbone.html:98 +#, python-format +msgid "" +"%(site_name)s 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/choose_register.html:13 +#: seahub/templates/registration/login.html:42 +#: seahub/templates/registration/registration_form.html:11 +msgid "Signup" +msgstr "Đăng ký" + +#: seahub/templates/choose_register.html:14 +msgid "Create a personal account" +msgstr "Tạo một tài khoản cá nhân" + +#: seahub/templates/choose_register.html:15 +msgid "Create an organization account" +msgstr "Tạo một tài khoản cho tổ chức" + +#: seahub/templates/decrypt_repo_form.html:7 +msgid "" +"This library is encrypted. Please input the password if you want to browse " +"it online. And the password will be kept on the server for only 1 hour." +msgstr "Thư viện này được mã hóa. Hãy nhập mật khẩu nếu bạn muốn xem trực tuyến. Và mật khẩu sẽ chỉ được lưu giữ trên máy chủ trong 1 giờ." + +#: seahub/templates/decrypt_repo_form.html:9 +#: seahub/templates/share_access_validation.html:13 +msgid "Password: " +msgstr "Mật khẩu:" + +#: seahub/templates/decrypt_repo_form.html:24 +#: seahub/templates/share_access_validation.html:29 +msgid "Please enter the password." +msgstr "Vui lòng nhập mật khẩu" + +#: seahub/templates/download.html:4 seahub/templates/file_revisions.html:88 +#: seahub/templates/js/sysadmin-templates.html:521 +#: seahub/templates/js/templates.html:190 +#: seahub/templates/js/templates.html:196 +#: seahub/templates/js/templates.html:338 +#: seahub/templates/js/templates.html:401 +#: seahub/templates/js/templates.html:467 +#: seahub/templates/js/templates.html:573 +#: seahub/templates/js/templates.html:636 +#: seahub/templates/js/templates.html:662 +#: seahub/templates/repo_history_view.html:79 +#: seahub/templates/shared_file_view.html:40 +#: seahub/templates/shared_file_view.html:69 +#: seahub/templates/sysadmin/userinfo.html:223 +#: seahub/templates/view_file_base.html:67 +#: seahub/templates/view_file_base.html:149 +#: seahub/templates/view_history_file.html:23 +#: seahub/templates/view_history_file.html:34 +#: seahub/templates/view_shared_dir.html:72 +#: seahub/templates/view_shared_dir.html:73 +#: seahub/templates/view_shared_dir.html:104 +#: seahub/templates/view_shared_dir.html:105 +#: seahub/templates/view_shared_dir.html:122 +#: seahub/templates/view_shared_dir.html:156 +msgid "Download" +msgstr "Tải xuống" + +#: seahub/templates/file_access.html:5 seahub/templates/file_access.html:8 +#: seahub/templates/js/templates.html:485 +#: seahub/templates/js/templates.html:585 +msgid "Access Log" +msgstr "Lịch sử truy cập" + +#: seahub/templates/file_access.html:11 +#: seahub/templates/file_revisions.html:24 seahub/templates/text_diff.html:21 +msgid "Current Path:" +msgstr "Đường dẫn hiện tại:" + +#: seahub/templates/file_access.html:25 +#: seahub/templates/js/sysadmin-templates.html:181 +#: seahub/templates/js/sysadmin-templates.html:233 +#: seahub/templates/js/sysadmin-templates.html:676 +#: seahub/templates/js/templates.html:803 +#: seahub/templates/js/templates.html:1101 +#: seahub/templates/js/templates.html:1685 +#: seahub/templates/sysadmin/settings.html:29 +#: seahub/templates/sysadmin/sys_trafficadmin.html:17 +msgid "User" +msgstr "Người dùng" + +#: seahub/templates/file_access.html:26 +#: seahub/templates/sysadmin/sys_invitations_admin.html:14 +#: seahub/templates/sysadmin/userinfo.html:207 +msgid "Type" +msgstr "" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:184 +#: seahub/templates/js/sysadmin-templates.html:235 +#: seahub/templates/libraries.html:189 +msgid "IP" +msgstr "Địa chỉ IP" + +#: seahub/templates/file_access.html:27 +#: seahub/templates/js/sysadmin-templates.html:183 +#: seahub/templates/libraries.html:188 +msgid "Device Name" +msgstr "Tên thiết bị" + +#: seahub/templates/file_access.html:28 +msgid "Date" +msgstr "" + +#: seahub/templates/file_access.html:38 +msgid "Anonymous User" +msgstr "" + +#: seahub/templates/file_access.html:56 +#: seahub/templates/js/sysadmin-templates.html:197 +#: seahub/templates/js/sysadmin-templates.html:331 +#: seahub/templates/js/sysadmin-templates.html:437 +#: seahub/templates/js/sysadmin-templates.html:559 +#: seahub/templates/js/sysadmin-templates.html:867 +#: seahub/templates/repo_history.html:78 +#: seahub/templates/snippets/admin_paginator.html:4 +#: seahub/templates/sysadmin/sys_publink_admin.html:33 +#: seahub/templates/sysadmin/sys_trafficadmin.html:30 +#: seahub/templates/sysadmin/useradmin_paginator.html:4 +msgid "Previous" +msgstr "Trước" + +#: seahub/templates/file_access.html:59 +#: seahub/templates/js/sysadmin-templates.html:198 +#: seahub/templates/js/sysadmin-templates.html:332 +#: seahub/templates/js/sysadmin-templates.html:438 +#: seahub/templates/js/sysadmin-templates.html:560 +#: seahub/templates/js/sysadmin-templates.html:868 +#: seahub/templates/repo_history.html:81 +#: seahub/templates/snippets/admin_paginator.html:7 +#: seahub/templates/sysadmin/sys_publink_admin.html:36 +#: seahub/templates/sysadmin/sys_trafficadmin.html:33 +#: seahub/templates/sysadmin/useradmin_paginator.html:7 +msgid "Next" +msgstr "Tiếp theo" + +#: seahub/templates/file_access.html:64 +#: seahub/templates/snippets/admin_paginator.html:12 +#: seahub/templates/sysadmin/sys_publink_admin.html:41 +#: seahub/templates/sysadmin/sys_trafficadmin.html:38 +#: seahub/templates/sysadmin/useradmin_paginator.html:12 +msgid "Per page: " +msgstr "" + +#: seahub/templates/file_access.html:83 +msgid "This file has (apparently) not been accessed yet" +msgstr "" + +#: seahub/templates/file_edit.html:91 +#: seahub/templates/repo_dir_recycle_view.html:21 +#: seahub/templates/repo_history_view.html:40 +#: seahub/templates/shared_file_view.html:19 +#: seahub/templates/view_shared_dir.html:20 +msgid "Current path: " +msgstr "Đường dẫn hiện tại" + +#: seahub/templates/file_edit.html:101 +msgid "Draft saved." +msgstr "" + +#: seahub/templates/file_edit.html:130 +#: seahub/templates/js/sysadmin-templates.html:236 +#: seahub/templates/js/templates.html:1157 +#: seahub/templates/js/templates.html:1951 +#: seahub/templates/js/templates.html:1986 +#: seahub/templates/sysadmin/settings.html:104 +#: seahub/templates/sysadmin/sys_virus_scan_records.html:11 +msgid "Library" +msgstr "Thư viện" + +#: seahub/templates/file_edit.html:130 +msgid "is encrypted" +msgstr "được mã hóa" + +#: seahub/templates/file_edit.html:133 +msgid "The password will be kept in the server for only 1 hour." +msgstr "Mật khẩu chỉ được lưu tạm trên máy chủ trong 1 giờ." + +#: seahub/templates/file_edit.html:142 +msgid "Choose a file" +msgstr "" + +#: seahub/templates/file_edit.html:150 +msgid "Please choose a file." +msgstr "" + +#: seahub/templates/file_edit.html:158 +msgid "Draft Available" +msgstr "" + +#: seahub/templates/file_edit.html:159 +msgid "There's a saved draft for this file, would you like to load it?" +msgstr "Có một bản nháp đã lưu cho file này, bạn có muốn tải nó về?" + +#: seahub/templates/file_edit.html:160 +msgid "Load" +msgstr "Load" + +#: seahub/templates/file_edit.html:161 +msgid "Discard" +msgstr "Loại bỏ" + +#: seahub/templates/file_edit.html:174 +msgid "Failed to save draft, exceeded max quota" +msgstr "Lưu nháp thất bại, mở rộng định mức lớn nhất" + +#: seahub/templates/file_edit.html:243 +msgid "Draft successfully loaded" +msgstr "Bản nháp đã tải thành công" + +#: seahub/templates/file_edit.html:361 +msgid "Please check the network." +msgstr "Vui lòng kiểm tra lại network." + +#: seahub/templates/file_edit.html:405 +msgid "Bold" +msgstr "In đậm" + +#: seahub/templates/file_edit.html:406 +msgid "Italic" +msgstr "In nghiên" + +#: seahub/templates/file_edit.html:407 +msgid "Heading 1" +msgstr "" + +#: seahub/templates/file_edit.html:408 +msgid "Heading 2" +msgstr "" + +#: seahub/templates/file_edit.html:409 +msgid "Heading 3" +msgstr "" + +#: seahub/templates/file_edit.html:410 +msgid "Heading 4" +msgstr "" + +#: seahub/templates/file_edit.html:411 +msgid "Unordered list" +msgstr "" + +#: seahub/templates/file_edit.html:412 +msgid "Ordered list" +msgstr "" + +#: seahub/templates/file_edit.html:413 +msgid "Horizontal rule" +msgstr "" + +#: seahub/templates/file_edit.html:414 seahub/templates/file_edit.html:432 +msgid "Link" +msgstr "" + +#: seahub/templates/file_edit.html:415 seahub/templates/js/templates.html:1651 +#: seahub/templates/repo_history_view.html:74 +#: seahub/templates/snippets/repo_dir_trash_tr.html:21 +#: seahub/templates/sysadmin/userinfo.html:215 +#: seahub/templates/view_shared_dir.html:84 +#: seahub/templates/view_shared_dir.html:86 +#: seahub/templates/view_shared_dir.html:89 +msgid "File" +msgstr "Tập tin" + +#: seahub/templates/file_edit.html:416 seahub/templates/file_edit.html:438 +msgid "Image" +msgstr "" + +#: seahub/templates/file_edit.html:417 seahub/templates/file_edit.html:444 +msgid "Table" +msgstr "" + +#: seahub/templates/file_edit.html:418 +msgid "Undo(Ctrl+Z)" +msgstr "" + +#: seahub/templates/file_edit.html:419 +msgid "Redo(Ctrl+Y)" +msgstr "" + +#: seahub/templates/file_edit.html:420 +msgid "Close live preview" +msgstr "" + +#: seahub/templates/file_edit.html:421 +msgid "Live preview" +msgstr "" + +#: seahub/templates/file_edit.html:422 +msgid "Fullscreen" +msgstr "" + +#: seahub/templates/file_edit.html:434 seahub/templates/file_edit.html:440 +msgid "Title" +msgstr "" + +#: seahub/templates/file_edit.html:435 seahub/templates/file_edit.html:441 +msgid "Please enter URL." +msgstr "" + +#: seahub/templates/file_edit.html:445 +msgid "Cells" +msgstr "" + +#: seahub/templates/file_edit.html:446 +msgid "Align" +msgstr "" + +#: seahub/templates/file_edit.html:447 +msgid "Rows" +msgstr "" + +#: seahub/templates/file_edit.html:448 +msgid "Columns" +msgstr "" + +#: seahub/templates/file_edit.html:449 +#: seahub/templates/sysadmin/sys_useradmin.html:49 +#: seahub/templates/sysadmin/useradmin_table.html:55 +#: seahub/templates/sysadmin/useradmin_table.html:62 +#: seahub/views/sysadmin.py:339 +msgid "Default" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align left" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align center" +msgstr "" + +#: seahub/templates/file_edit.html:449 +msgid "Align right" +msgstr "" + +#: seahub/templates/file_edit.html:494 +msgid "Submit failed. Please check the network." +msgstr "Gửi thất bại. Vui lòng kiểm tra kết nối" + +#: seahub/templates/file_edit.html:514 +msgid "Password is required." +msgstr "Yêu cầu mật khẩu." + +#: seahub/templates/file_revisions.html:5 +#: seahub/templates/js/templates.html:257 +#: seahub/templates/js/templates.html:482 +#: seahub/templates/js/templates.html:582 +#: seahub/templates/js/templates.html:645 seahub/templates/repo_history.html:5 +#: seahub/templates/view_file_base.html:59 +msgid "History" +msgstr "Lịch sử" + +#: seahub/templates/file_revisions.html:14 +#, python-format +msgid "%(u_filename)s Version History" +msgstr "%(u_filename)s Phiên bản" + +#: seahub/templates/file_revisions.html:16 +#: seahub/templates/repo_dir_recycle_view.html:15 +#: seahub/templates/repo_history.html:17 +#: seahub/templates/repo_history_view.html:16 +#: seahub/templates/sysadmin/sys_inst_info_base.html:16 +#: seahub/templates/text_diff.html:15 +msgid "Back" +msgstr "" + +#: seahub/templates/file_revisions.html:21 +msgid "" +"Tip: a new version will be generated after each modification, and you can " +"restore the file to a previous version." +msgstr "Mẹo: Phiên bản sẽ được tạo sau mỗi điều chỉnh, và bạn có thể khôi phục về phiên bản trước." + +#: seahub/templates/file_revisions.html:36 +#: seahub/templates/file_revisions.html:38 +msgid "a week" +msgstr "một tuần" + +#: seahub/templates/file_revisions.html:41 +#: seahub/templates/file_revisions.html:43 +msgid "a month" +msgstr "một tháng" + +#: seahub/templates/file_revisions.html:46 +#: seahub/templates/file_revisions.html:48 +#: seahub/templates/repo_dir_recycle_view.html:71 +msgid "all" +msgstr "tất cả" + +#: seahub/templates/file_revisions.html:55 +#: seahub/templates/repo_history.html:30 +msgid "Modifier" +msgstr "Điều chỉnh" + +#: seahub/templates/file_revisions.html:64 +msgid "(current version)" +msgstr "(phiên bản hiện tại)" + +#: seahub/templates/file_revisions.html:68 +#, python-format +msgid "(Renamed or moved from %(old_path)s)" +msgstr "(Đổi tên hoặc di chuyển từ %(old_path)s)" + +#: seahub/templates/file_revisions.html:85 +#: seahub/templates/js/sysadmin-templates.html:454 +#: seahub/templates/repo_history_view.html:51 +#: seahub/templates/repo_history_view.html:68 +#: seahub/templates/repo_history_view.html:78 +#: seahub/templates/snippets/repo_dir_trash_tr.html:11 +#: seahub/templates/snippets/repo_dir_trash_tr.html:26 +msgid "Restore" +msgstr "Khôi phục" + +#: seahub/templates/file_revisions.html:89 +#: seahub/templates/js/templates.html:2016 +#: seahub/templates/js/templates.html:2027 +msgid "View" +msgstr "Xem" + +#: seahub/templates/file_revisions.html:91 +msgid "Diff" +msgstr "Sự khác biệt" + +#: seahub/templates/file_revisions.html:114 +#, python-brace-format +msgid "Successfully restored {filename}" +msgstr "" + +#: seahub/templates/finish_payment.html:8 +msgid "Plan" +msgstr "Kế hoạch" + +#: seahub/templates/home_base.html:9 +#: seahub/templates/js/sysadmin-templates.html:121 +#: seahub/templates/js/templates.html:889 +msgid "Files" +msgstr "Tập tin" + +#: seahub/templates/home_base.html:12 seahub/templates/js/templates.html:274 +#: seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:893 seahub/templates/libraries.html:13 +msgid "My Libraries" +msgstr "" + +#: seahub/templates/home_base.html:14 seahub/templates/js/templates.html:276 +#: seahub/templates/js/templates.html:898 seahub/templates/libraries.html:29 +msgid "Shared with me" +msgstr "" + +#: seahub/templates/home_base.html:16 seahub/templates/js/templates.html:272 +#: seahub/templates/js/templates.html:903 seahub/templates/libraries.html:44 +msgid "Shared with all" +msgstr "" + +#: seahub/templates/home_base.html:21 seahub/templates/js/templates.html:909 +#: seahub/templates/js/templates.html:926 +#: seahub/templates/js/templates.html:929 +msgid "Shared with groups" +msgstr "" + +#: seahub/templates/home_base.html:24 seahub/templates/js/templates.html:911 +#: seahub/templates/js/templates.html:933 +msgid "All Groups" +msgstr "Tất cả Group" + +#: seahub/templates/home_base.html:36 seahub/templates/js/templates.html:946 +msgid "Tools" +msgstr "" + +#: seahub/templates/home_base.html:39 seahub/templates/js/templates.html:955 +#: seahub/templates/libraries.html:164 +msgid "Favorites" +msgstr "" + +#: seahub/templates/home_base.html:41 seahub/templates/js/templates.html:959 +msgid "Activities" +msgstr "Các hoạt động" + +#: seahub/templates/home_base.html:45 seahub/templates/home_base.html.py:81 +#: seahub/templates/js/templates.html:967 +#: seahub/templates/js/templates.html:1021 +#: seahub/templates/wiki/personal_wiki.html:6 +#: seahub/templates/wiki/personal_wiki_pages.html:6 +msgid "Personal Wiki" +msgstr "Wiki cá nhân" + +#: seahub/templates/home_base.html:48 seahub/templates/js/templates.html:973 +#: seahub/templates/libraries.html:183 +msgid "Linked Devices" +msgstr "" + +#: seahub/templates/home_base.html:51 seahub/templates/js/templates.html:977 +#: seahub/templates/js/templates.html:2041 +#: seahub/templates/js/templates.html:2042 +#: seahub/templates/js/templates.html:2079 +msgid "Invite People" +msgstr "" + +#: seahub/templates/home_base.html:56 seahub/templates/js/templates.html:982 +msgid "Share Admin" +msgstr "Quản lý chia sẻ" + +#: seahub/templates/home_base.html:60 seahub/templates/js/templates.html:989 +#: seahub/templates/js/templates.html:1910 +msgid "Folders" +msgstr "Thư mục" + +#: seahub/templates/home_base.html:62 +#: seahub/templates/js/sysadmin-templates.html:43 +#: seahub/templates/js/templates.html:994 +#: seahub/templates/js/templates.html:998 +#: seahub/templates/sysadmin/base.html:49 +msgid "Links" +msgstr "Links" + +#: seahub/templates/home_base.html:74 seahub/templates/js/templates.html:949 +#: seahub/templates/js/templates.html:1010 +msgid "Enable Modules" +msgstr "Kích hoạt Module" + +#: seahub/templates/i18n.html:6 seahub/templates/js/templates.html:216 +msgid "Upload Folder" +msgstr "Thư mục tải lên" + +#: seahub/templates/i18n.html:7 seahub/templates/js/templates.html:718 +#: seahub/templates/snippets/file_share_popup.html:25 +msgid "Add auto expiration" +msgstr "Thêm hết hạn tự động" + +#: seahub/templates/i18n.html:8 seahub/templates/js/templates.html:721 +#: seahub/templates/snippets/file_share_popup.html:28 +msgid "Days" +msgstr "Ngày" + +#: seahub/templates/i18n.html:9 seahub/templates/sysadmin/userinfo.html:26 +msgid "Shared Links" +msgstr "Links chia sẻ" + +#: seahub/templates/i18n.html:10 +msgid "View and manage all the shared links in this library." +msgstr "Xem và quản lý tất cả các link chia sẻ trong thư viện này" + +#: seahub/templates/i18n.html:12 seahub/templates/sysadmin/userinfo.html:25 +msgid "Shared Libs" +msgstr "Thư viện chia sẻ" + +#: seahub/templates/js/lib-op-popups.html:5 +#: seahub/templates/js/sysadmin-templates.html:506 +#: seahub/templates/js/templates.html:229 +msgid "New Folder" +msgstr "Thư mục mới" + +#: seahub/templates/js/lib-op-popups.html:48 +msgid "Current Library" +msgstr "Thư viện hiện tại" + +#: seahub/templates/js/lib-op-popups.html:55 +msgid "Other Libraries" +msgstr "Thư viện khác" + +#: seahub/templates/js/lib-op-popups.html:66 +#: seahub/templates/shared_file_view.html:57 +msgid "Please click and choose a directory." +msgstr "Vui lòng click và chọn thư mục" + +#: seahub/templates/js/lib-op-popups.html:85 +msgid "File Upload" +msgstr "File Upload" + +#: seahub/templates/js/lib-op-popups.html:92 +#: seahub/templates/view_shared_upload_link.html:30 +msgid "Cancel All" +msgstr "Hủy tất cả" + +#: seahub/templates/js/lib-op-popups.html:96 +#: seahub/templates/view_shared_upload_link.html:48 +msgid "Saving..." +msgstr "Đang lưu..." + +#: seahub/templates/js/lib-op-popups.html:106 +msgid "This library is password protected" +msgstr "Thư viện này bảo vệ với mật khẩu" + +#: seahub/templates/js/lib-op-popups.html:110 +msgid "*The password will be kept in the server for only 1 hour." +msgstr "Mật khẩu sẽ được lưu tạm trong 1 giờ" + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "A file with the same name already exists in this folder." +msgstr "Một file trùng tên đã tồn tại trong thư mục này." + +#: seahub/templates/js/lib-op-popups.html:117 +msgid "Replacing it will overwrite its content." +msgstr "Thay thế sẽ ghi đè nội dung." + +#: seahub/templates/js/lib-op-popups.html:119 +msgid "Replace" +msgstr "Thay thế" + +#: seahub/templates/js/lib-op-popups.html:120 +msgid "Don't replace" +msgstr "Không thay thế" + +#: seahub/templates/js/sysadmin-templates.html:11 +#: seahub/templates/sysadmin/base.html:19 +msgid "Devices" +msgstr "Các thiết bị" + +#: seahub/templates/js/sysadmin-templates.html:29 +#: seahub/templates/js/sysadmin-templates.html:156 +#: seahub/templates/sysadmin/base.html:37 +msgid "Organizations" +msgstr "Tổ chức" + +#: seahub/templates/js/sysadmin-templates.html:35 +#: seahub/templates/sysadmin/base.html:42 +msgid "Institutions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:47 +#: seahub/templates/sysadmin/base.html:53 +msgid "Traffic" +msgstr "Băng thông" + +#: seahub/templates/js/sysadmin-templates.html:52 +#: seahub/templates/sysadmin/base.html:58 +msgid "Logs" +msgstr "Logs" + +#: seahub/templates/js/sysadmin-templates.html:57 +#: seahub/templates/sysadmin/base.html:63 +msgid "Virus Scan" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:62 +#: seahub/templates/sysadmin/base.html:68 +msgid "Invitations" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:67 +#: seahub/templates/sysadmin/base.html:73 +#: seahub/templates/sysadmin/sys_terms_admin.html:8 +msgid "Terms and Conditions" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:72 +#: seahub/templates/js/sysadmin-templates.html:851 +#: seahub/templates/sysadmin/base.html:78 +msgid "Admin Logs" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:80 +msgid "Search libraries by name..." +msgstr "Tìm tên thư viện..." + +#: seahub/templates/js/sysadmin-templates.html:85 +msgid "Search libraries by owner..." +msgstr "Tìm thư viện theo người tạo" + +#: seahub/templates/js/sysadmin-templates.html:91 +msgid "Search groups by name..." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:107 +msgid "System Info" +msgstr "Thông tin hệ thống" + +#: seahub/templates/js/sysadmin-templates.html:109 +msgid "Professional Edition" +msgstr "Phiên bản Professional" + +#: seahub/templates/js/sysadmin-templates.html:111 +msgid "licensed to" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:113 +msgid "expires on" +msgstr "hết hạn lúc" + +#: seahub/templates/js/sysadmin-templates.html:116 +msgid "Community Edition" +msgstr "Phiên bản Community" + +#: seahub/templates/js/sysadmin-templates.html:117 +msgid "Upgrade to Pro Edition" +msgstr "Nâng cấp lên phiên bản Professional" + +#: seahub/templates/js/sysadmin-templates.html:124 +msgid "Storage Used" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Total Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:127 +msgid "Current Connected Devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:131 +msgid "Limits" +msgstr "Giới hạn" + +#: seahub/templates/js/sysadmin-templates.html:166 +#: seahub/templates/js/sysadmin-templates.html:219 +msgid "Desktop" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:169 +#: seahub/templates/js/sysadmin-templates.html:222 +msgid "Mobile" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:173 +#: seahub/templates/js/sysadmin-templates.html:225 +msgid "Errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/libraries.html:187 +msgid "Platform" +msgstr "Nền tảng" + +#: seahub/templates/js/sysadmin-templates.html:182 +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +#: seahub/templates/sysadmin/sys_terms_admin.html:17 +msgid "Version" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:185 +#: seahub/templates/libraries.html:190 +msgid "Last Access" +msgstr "Truy cập lần cuối" + +#: seahub/templates/js/sysadmin-templates.html:194 +msgid "No connected devices" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:210 +#: seahub/templates/js/templates.html:1795 +msgid "Unlink" +msgstr "Bỏ liên kết" + +#: seahub/templates/js/sysadmin-templates.html:228 +#: seahub/templates/js/sysadmin-templates.html:309 +#: seahub/templates/repo_dir_recycle_view.html:37 +#: seahub/templates/repo_dir_recycle_view.html:65 +msgid "Clean" +msgstr "Xóa" + +#: seahub/templates/js/sysadmin-templates.html:234 +#: seahub/templates/repo_history.html:31 +msgid "Device" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:246 +msgid "No sync errors" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:299 +#: seahub/templates/js/sysadmin-templates.html:485 +#: seahub/templates/sysadmin/sys_org_admin.html:14 +msgid "All" +msgstr "Tất cả" + +#: seahub/templates/js/sysadmin-templates.html:302 +#: seahub/templates/js/sysadmin-templates.html:483 +msgid "System" +msgstr "Hệ thống" + +#: seahub/templates/js/sysadmin-templates.html:305 +#: seahub/templates/js/templates.html:255 +#: seahub/templates/js/templates.html:260 +#: seahub/templates/view_trash_file.html:6 +msgid "Trash" +msgstr "Thùng rác" + +#: seahub/templates/js/sysadmin-templates.html:321 +#: seahub/templates/js/sysadmin-templates.html:354 +msgid "Files / Size" +msgstr "Tập tin / Dung lượng" + +#: seahub/templates/js/sysadmin-templates.html:335 +#: seahub/templates/js/sysadmin-templates.html:364 +#: seahub/templates/js/sysadmin-templates.html:777 +msgid "No libraries" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:340 +msgid "Search Library" +msgstr "Tìm thư viện" + +#: seahub/templates/js/sysadmin-templates.html:342 +msgid "Tip: you can search by keyword in name or owner or both." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:392 +#: seahub/templates/js/sysadmin-templates.html:613 +#: seahub/templates/js/templates.html:55 seahub/templates/js/templates.html:97 +#: seahub/templates/js/templates.html:1413 +#: seahub/templates/sysadmin/userinfo.html:149 +msgid "Transfer" +msgstr "Chuyển" + +#: seahub/templates/js/sysadmin-templates.html:394 +#: seahub/templates/js/templates.html:49 seahub/templates/js/templates.html:94 +#: seahub/templates/js/templates.html:243 +#: seahub/templates/js/templates.html:341 +#: seahub/templates/js/templates.html:403 +#: seahub/templates/js/templates.html:469 +#: seahub/templates/js/templates.html:575 +#: seahub/templates/js/templates.html:638 +#: seahub/templates/js/templates.html:664 +#: seahub/templates/view_file_base.html:54 +msgid "Share" +msgstr "Chia sẻ" + +#: seahub/templates/js/sysadmin-templates.html:422 +msgid "Tip: libraries deleted 30 days ago will be cleaned automatically." +msgstr "Mẹo: những thư viện bị xóa 30 ngày trước sẽ được tự động xóa." + +#: seahub/templates/js/sysadmin-templates.html:429 +msgid "Deleted Time" +msgstr "Thời gian xóa" + +#: seahub/templates/js/sysadmin-templates.html:441 +msgid "No library deleted yet" +msgstr "Chưa có thư viện nào bị xóa" + +#: seahub/templates/js/sysadmin-templates.html:503 +#: seahub/templates/js/templates.html:204 +#: seahub/templates/js/templates.html:209 +#: seahub/templates/js/templates.html:223 +#: seahub/templates/sysadmin/userinfo.html:232 +msgid "Upload" +msgstr "Tải lên" + +#: seahub/templates/js/sysadmin-templates.html:541 +#: seahub/templates/js/sysadmin-templates.html:596 +#: seahub/templates/libraries.html:72 seahub/templates/libraries.html.py:90 +msgid "New Group" +msgstr "Tạo Group mới" + +#: seahub/templates/js/sysadmin-templates.html:542 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:23 +#: seahub/templates/sysadmin/sys_useradmin.html:28 +msgid "Export Excel" +msgstr "Xuất file Excel" + +#: seahub/templates/js/sysadmin-templates.html:551 +#: seahub/templates/js/sysadmin-templates.html:582 +msgid "Created At" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:563 +#: seahub/templates/js/sysadmin-templates.html:590 +msgid "No groups" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:569 +msgid "Search Group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:571 +msgid "Tip: you can search by keyword in name." +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:600 +msgid "(If left blank, owner will be admin)" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:666 +#: seahub/templates/js/templates.html:691 +msgid "Share to user" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:667 +#: seahub/templates/js/templates.html:692 +msgid "Share to group" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:677 +#: seahub/templates/js/sysadmin-templates.html:704 +#: seahub/templates/js/templates.html:355 +#: seahub/templates/js/templates.html:411 +#: seahub/templates/js/templates.html:672 +#: seahub/templates/js/templates.html:804 +#: seahub/templates/js/templates.html:831 +#: seahub/templates/js/templates.html:1102 +#: seahub/templates/js/templates.html:1128 +#: seahub/templates/js/templates.html:1262 +#: seahub/templates/js/templates.html:1687 +#: seahub/templates/js/templates.html:1731 +#: seahub/templates/js/templates.html:1863 +#: seahub/templates/js/templates.html:1918 +msgid "Permission" +msgstr "Quyền hạn" + +#: seahub/templates/js/sysadmin-templates.html:703 +#: seahub/templates/js/templates.html:830 +#: seahub/templates/js/templates.html:1127 +#: seahub/templates/js/templates.html:1729 +msgid "Group" +msgstr "Group" + +#: seahub/templates/js/sysadmin-templates.html:740 +#: seahub/templates/js/templates.html:1048 seahub/templates/libraries.html:131 +#: seahub/templates/sysadmin/sys_inst_info_admins.html:7 +#: seahub/templates/sysadmin/sys_inst_info_user.html:7 +#: seahub/templates/sysadmin/sys_org_info_group.html:8 +#: seahub/templates/sysadmin/sys_org_info_library.html:8 +#: seahub/templates/sysadmin/sys_org_info_setting.html:8 +#: seahub/templates/sysadmin/sys_org_info_user.html:7 +msgid "Members" +msgstr "Thành viên" + +#: seahub/templates/js/sysadmin-templates.html:745 +#: seahub/templates/js/sysadmin-templates.html:753 +msgid "Add Member" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:769 +#: seahub/templates/js/templates.html:1238 +msgid "Shared By" +msgstr "Chia sẻ bởi" + +#: seahub/templates/js/sysadmin-templates.html:795 +#: seahub/templates/js/templates.html:125 +#: seahub/templates/js/templates.html:148 +#: seahub/templates/js/templates.html:160 +#: seahub/templates/js/templates.html:179 +#: seahub/templates/js/templates.html:1905 +msgid "Unshare" +msgstr "Ngừng chia sẻ" + +#: seahub/templates/js/sysadmin-templates.html:815 +msgid "No members" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:858 +msgid "Operation" +msgstr "" + +#: seahub/templates/js/sysadmin-templates.html:859 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "Detail" +msgstr "Chi tiết" + +#: seahub/templates/js/sysadmin-templates.html:871 +msgid "No Admin Logs" +msgstr "" + +#: seahub/templates/js/templates.html:4 +#: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 +msgid "New Library" +msgstr "Tạo thư viện mới" + +#: seahub/templates/js/templates.html:8 +msgid "Template" +msgstr "" + +#: seahub/templates/js/templates.html:10 +msgid "Select a template" +msgstr "" + +#: seahub/templates/js/templates.html:18 +msgid "Share Permission" +msgstr "" + +#: seahub/templates/js/templates.html:29 +msgid "Encrypt" +msgstr "Mã hóa" + +#: seahub/templates/js/templates.html:31 +#: seahub/templates/js/templates.html:1779 +#, python-format +msgid "(at least %(repo_password_min_length)s characters)" +msgstr "(ít nhất %(repo_password_min_length)s ký tự)" + +#: seahub/templates/js/templates.html:33 +#: seahub/templates/js/templates.html:713 +#: seahub/templates/js/templates.html:769 +#: seahub/templates/snippets/file_share_popup.html:20 +msgid "Password again" +msgstr "Nhập lại mật khẩu" + +#: seahub/templates/js/templates.html:52 seahub/templates/js/templates.html:92 +#: seahub/templates/js/templates.html:349 +#: seahub/templates/js/templates.html:362 +#: seahub/templates/js/templates.html:399 +#: seahub/templates/js/templates.html:477 +#: seahub/templates/js/templates.html:500 +#: seahub/templates/js/templates.html:571 +msgid "More Operations" +msgstr "" + +#: seahub/templates/js/templates.html:54 seahub/templates/js/templates.html:96 +#: seahub/templates/js/templates.html:351 +#: seahub/templates/js/templates.html:407 +#: seahub/templates/js/templates.html:479 +#: seahub/templates/js/templates.html:579 +#: seahub/templates/js/templates.html:642 +#: seahub/templates/js/templates.html:668 +#: seahub/templates/js/templates.html:1412 +#: seahub/templates/js/templates.html:1431 +msgid "Rename" +msgstr "Đổi tên" + +#: seahub/templates/js/templates.html:56 seahub/templates/js/templates.html:98 +msgid "History Setting" +msgstr "" + +#: seahub/templates/js/templates.html:58 +#: seahub/templates/js/templates.html:100 +msgid "Change Password" +msgstr "Thay đổi mật khẩu" + +#: seahub/templates/js/templates.html:61 +#: seahub/templates/js/templates.html:103 +msgid "Share Links" +msgstr "" + +#: seahub/templates/js/templates.html:64 +#: seahub/templates/js/templates.html:106 +msgid "Folder Permission" +msgstr "Folder Permission" + +#: seahub/templates/js/templates.html:71 +#: seahub/templates/js/templates.html:113 +msgid "Broken (please contact your administrator to fix this library)" +msgstr "" + +#: seahub/templates/js/templates.html:187 +#: seahub/templates/js/templates.html:352 +#: seahub/templates/js/templates.html:408 +#: seahub/templates/js/templates.html:480 +#: seahub/templates/js/templates.html:580 +#: seahub/templates/js/templates.html:643 +#: seahub/templates/js/templates.html:669 +msgid "Move" +msgstr "Di chuyển" + +#: seahub/templates/js/templates.html:188 +#: seahub/templates/js/templates.html:195 +#: seahub/templates/js/templates.html:353 +#: seahub/templates/js/templates.html:364 +#: seahub/templates/js/templates.html:409 +#: seahub/templates/js/templates.html:415 +#: seahub/templates/js/templates.html:481 +#: seahub/templates/js/templates.html:502 +#: seahub/templates/js/templates.html:581 +#: seahub/templates/js/templates.html:597 +#: seahub/templates/js/templates.html:644 +#: seahub/templates/js/templates.html:670 +msgid "Copy" +msgstr "Sao chép" + +#: seahub/templates/js/templates.html:212 +msgid "Upload Files" +msgstr "Tải dữ liệu" + +#: seahub/templates/js/templates.html:223 +msgid "Out of quota" +msgstr "" + +#: seahub/templates/js/templates.html:226 +msgid "New" +msgstr "" + +#: seahub/templates/js/templates.html:230 +msgid "New File" +msgstr "Tập tin mới" + +#: seahub/templates/js/templates.html:233 +msgid "New Markdown File" +msgstr "" + +#: seahub/templates/js/templates.html:234 +msgid "New Excel File" +msgstr "" + +#: seahub/templates/js/templates.html:235 +msgid "New PowerPoint File" +msgstr "" + +#: seahub/templates/js/templates.html:236 +msgid "New Word File" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:31 +#: seahub/templates/view_shared_dir.html:33 +#: seahub/templates/view_shared_dir.html:35 +msgid "List" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "list view" +msgstr "" + +#: seahub/templates/js/templates.html:249 +#: seahub/templates/view_shared_dir.html:37 +#: seahub/templates/view_shared_dir.html:39 +#: seahub/templates/view_shared_dir.html:41 +msgid "Grid" +msgstr "" + +#: seahub/templates/js/templates.html:249 +msgid "grid view" +msgstr "" + +#: seahub/templates/js/templates.html:299 +#: seahub/templates/js/templates.html:316 +#: seahub/templates/js/templates.html:1216 +#: seahub/templates/js/templates.html:1228 +#: seahub/templates/js/templates.html:1235 +#: seahub/templates/js/templates.html:1249 +msgid "Actions" +msgstr "" + +#: seahub/templates/js/templates.html:312 +#: seahub/templates/js/templates.html:1225 +#: seahub/templates/js/templates.html:1245 +msgid "Sort:" +msgstr "" + +#: seahub/templates/js/templates.html:314 +#: seahub/templates/js/templates.html:1227 +#: seahub/templates/js/templates.html:1247 +msgid "last update" +msgstr "" + +#: seahub/templates/js/templates.html:357 +#: seahub/templates/js/templates.html:413 +#: seahub/templates/js/templates.html:495 +#: seahub/templates/js/templates.html:595 +#: seahub/templates/js/templates.html:655 +#: seahub/templates/js/templates.html:674 +msgid "Open via Client" +msgstr "" + +#: seahub/templates/js/templates.html:433 +#: seahub/templates/js/templates.html:528 +#: seahub/templates/view_file_base.html:21 +msgid "starred" +msgstr "đánh dấu" + +#: seahub/templates/js/templates.html:435 +#: seahub/templates/js/templates.html:530 +#: seahub/templates/view_file_base.html:23 +msgid "unstarred" +msgstr "bỏ đánh dấu" + +#: seahub/templates/js/templates.html:451 +#: seahub/templates/js/templates.html:546 +#: seahub/templates/js/templates.html:615 +#: seahub/templates/view_file_base.html:27 +msgid "locked" +msgstr "đã khóa" + +#: seahub/templates/js/templates.html:489 +#: seahub/templates/js/templates.html:589 +#: seahub/templates/js/templates.html:649 +#: seahub/templates/view_file_base.html:45 +#: seahub/templates/view_file_base.html:47 +msgid "Unlock" +msgstr "Mở khóa" + +#: seahub/templates/js/templates.html:492 +#: seahub/templates/js/templates.html:592 +#: seahub/templates/js/templates.html:652 +#: seahub/templates/view_file_base.html:44 +#: seahub/templates/view_file_base.html:48 +msgid "Lock" +msgstr "Khóa" + +#: seahub/templates/js/templates.html:513 +#: seahub/templates/js/templates.html:563 +msgid "Fetch failed" +msgstr "" + +#: seahub/templates/js/templates.html:684 +#: seahub/templates/snippets/file_share_popup.html:6 +msgid "Download Link" +msgstr "" + +#: seahub/templates/js/templates.html:688 +msgid "Upload Link" +msgstr "" + +#: seahub/templates/js/templates.html:704 +#: seahub/templates/js/templates.html:760 +#: seahub/templates/snippets/file_share_popup.html:15 +msgid "Add password protection" +msgstr "" + +#: seahub/templates/js/templates.html:707 +#: seahub/templates/js/templates.html:763 +#: seahub/templates/snippets/file_share_popup.html:18 +#, python-format +msgid "(at least %(share_link_password_min_length)s characters)" +msgstr "(ít nhất %(share_link_password_min_length)s ký tự)" + +#: seahub/templates/js/templates.html:710 +#: seahub/templates/js/templates.html:766 +#: seahub/templates/sysadmin/sys_org_info_user.html:74 +#: seahub/templates/sysadmin/sys_org_info_user.html:98 +#: seahub/templates/sysadmin/sys_useradmin.html:56 +#: seahub/templates/sysadmin/sys_useradmin.html:137 +msgid "Show" +msgstr "" + +#: seahub/templates/js/templates.html:711 +#: seahub/templates/js/templates.html:767 +#: seahub/templates/sysadmin/sys_org_info_user.html:75 +#: seahub/templates/sysadmin/sys_useradmin.html:57 +msgid "Generate a random password" +msgstr "Tạo mật khẩu ngẫu nhiên" + +#: seahub/templates/js/templates.html:725 +#: seahub/templates/js/templates.html:773 +#: seahub/templates/snippets/file_share_popup.html:33 +msgid "Generate" +msgstr "Khởi tạo" + +#: seahub/templates/js/templates.html:729 +#: seahub/templates/snippets/file_share_popup.html:35 +msgid "Link: " +msgstr "Link" + +#: seahub/templates/js/templates.html:732 +msgid "Direct Download Link: " +msgstr "Link tải trực tiếp" + +#: seahub/templates/js/templates.html:736 +#: seahub/templates/js/templates.html:777 +#: seahub/templates/snippets/file_share_popup.html:36 +msgid "Send" +msgstr "Gởi" + +#: seahub/templates/js/templates.html:739 +#: seahub/templates/js/templates.html:780 +#: seahub/templates/snippets/file_share_popup.html:40 +msgid "Send to:" +msgstr "Gởi đến:" + +#: seahub/templates/js/templates.html:740 +#: seahub/templates/js/templates.html:781 +#: seahub/templates/snippets/file_share_popup.html:41 +msgid "Emails, Seperated by ','" +msgstr "Địa chỉ email, cách nhau bởi ','" + +#: seahub/templates/js/templates.html:741 +#: seahub/templates/js/templates.html:782 +#: seahub/templates/snippets/file_share_popup.html:45 +msgid "Message (optional):" +msgstr "Lời nhắn (tùy chọn)" + +#: seahub/templates/js/templates.html:746 +#: seahub/templates/js/templates.html:787 +#: seahub/templates/snippets/file_share_popup.html:50 +msgid "Sending..." +msgstr "Đang gởi..." + +#: seahub/templates/js/templates.html:756 +msgid "" +"You can share the generated link to others and then they can upload files to" +" this directory via the link." +msgstr "Bạn có thể chia sẻ link và người khác có thể tải lên vào thư mục từ link này." + +#: seahub/templates/js/templates.html:776 +msgid "Upload Link: " +msgstr "Link tải lên:" + +#: seahub/templates/js/templates.html:864 +#: seahub/templates/js/templates.html:881 +msgid "Leave Share" +msgstr "" + +#: seahub/templates/js/templates.html:1044 +msgid "Wiki" +msgstr "Wiki" + +#: seahub/templates/js/templates.html:1049 +msgid "Discussion" +msgstr "Thảo luận" + +#: seahub/templates/js/templates.html:1093 +#: seahub/templates/js/templates.html:1675 +msgid "User Permission" +msgstr "User Permission" + +#: seahub/templates/js/templates.html:1094 +#: seahub/templates/js/templates.html:1676 +msgid "Group Permission" +msgstr "" + +#: seahub/templates/js/templates.html:1156 +#: seahub/templates/js/templates.html:1162 +msgid "File Name" +msgstr "Tên tập tin" + +#: seahub/templates/js/templates.html:1172 +#: seahub/templates/js/templates.html:1193 +msgid "icon" +msgstr "icon" + +#: seahub/templates/js/templates.html:1185 +#: seahub/templates/js/templates.html:1207 +msgid "Unstar" +msgstr "Hủy đánh dấu" + +#: seahub/templates/js/templates.html:1214 +#: seahub/templates/js/templates.html:1223 +#: seahub/templates/js/templates.html:1233 +#: seahub/templates/js/templates.html:1243 +msgid "Library Type" +msgstr "" + +#: seahub/templates/js/templates.html:1254 +msgid "Select libraries to share" +msgstr "Chọn thư viện để chia sẻ" + +#: seahub/templates/js/templates.html:1303 +#: seahub/templates/repo_history.html:41 +msgid "Details" +msgstr "" + +#: seahub/templates/js/templates.html:1311 +msgid "Created library" +msgstr "Đã tạo thư viện" + +#: seahub/templates/js/templates.html:1315 +msgid "Deleted library" +msgstr "Xóa thư viện" + +#: seahub/templates/js/templates.html:1322 +#: seahub/templates/snippets/list_commit_detail.html:10 +msgid "Modification Details" +msgstr "Chi tiết thay đổi" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this wiki" +msgstr "Tìm trong Wiki" + +#: seahub/templates/js/templates.html:1336 +#: seahub/templates/snippets/search_form.html:4 +msgid "Search files in this library" +msgstr "Tìm trong thư viện" + +#: seahub/templates/js/templates.html:1338 +#: seahub/templates/snippets/search_form.html:7 +#: seahub/templates/snippets/search_form.html:13 +msgid "Search Files" +msgstr "Tìm kiếm" + +#: seahub/templates/js/templates.html:1340 +#: seahub/templates/snippets/search_form.html:9 +msgid "advanced" +msgstr "nâng cao" + +#: seahub/templates/js/templates.html:1358 +#: seahub/templates/js/templates.html:1375 seahub/templates/libraries.html:108 +msgid "No library is shared to this group" +msgstr "Chưa có thư viện nào được chia sẻ trong Group" + +#: seahub/templates/js/templates.html:1383 +msgid "owner" +msgstr "" + +#: seahub/templates/js/templates.html:1385 +msgid "admin" +msgstr "" + +#: seahub/templates/js/templates.html:1399 +#: seahub/templates/view_file_base.html:125 +msgid "Reply" +msgstr "Trả lời" + +#: seahub/templates/js/templates.html:1416 +#: seahub/templates/js/templates.html:1434 +msgid "Add Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1418 +#: seahub/templates/js/templates.html:1436 +msgid "Remove Wiki" +msgstr "" + +#: seahub/templates/js/templates.html:1423 +#: seahub/templates/js/templates.html:1441 +msgid "Import Members" +msgstr "" + +#: seahub/templates/js/templates.html:1424 +#: seahub/templates/js/templates.html:1442 +msgid "Manage Members" +msgstr "" + +#: seahub/templates/js/templates.html:1427 +msgid "Dismiss" +msgstr "Hủy" + +#: seahub/templates/js/templates.html:1446 +msgid "Leave group" +msgstr "Rời Group" + +#: seahub/templates/js/templates.html:1453 +msgid "Rename Group To" +msgstr "Đổi tên Group thành" + +#: seahub/templates/js/templates.html:1462 +msgid "Transfer Group To" +msgstr "Chuyển Group sang" + +#: seahub/templates/js/templates.html:1470 +msgid "Import group members from a CSV file" +msgstr "" + +#: seahub/templates/js/templates.html:1472 +msgid "File format: user@mail.com" +msgstr "" + +#: seahub/templates/js/templates.html:1482 +#: seahub/templates/sysadmin/sys_inst_admin.html:12 +#: seahub/templates/sysadmin/sys_terms_admin.html:9 +msgid "Add" +msgstr "" + +#: seahub/templates/js/templates.html:1562 +msgid "Setting library history is disabled by Admin" +msgstr "" + +#: seahub/templates/js/templates.html:1567 +msgid "Keep full history" +msgstr "Keep full history" + +#: seahub/templates/js/templates.html:1573 +msgid "Don't keep history" +msgstr "Don't keep history" + +#: seahub/templates/js/templates.html:1579 +msgid "Only keep a period of history:" +msgstr "" + +#: seahub/templates/js/templates.html:1580 +msgid "days" +msgstr "" + +#: seahub/templates/js/templates.html:1597 +#: seahub/templates/js/templates.html:1936 +#: seahub/templates/js/templates.html:1972 +msgid "Download Links" +msgstr "Link tải xuống" + +#: seahub/templates/js/templates.html:1600 +#: seahub/templates/js/templates.html:1940 +#: seahub/templates/js/templates.html:1976 +msgid "Upload Links" +msgstr "Link tải lên" + +#: seahub/templates/js/templates.html:1612 +#: seahub/templates/js/templates.html:1631 +msgid "Created By" +msgstr "" + +#: seahub/templates/js/templates.html:1614 +#: seahub/templates/js/templates.html:1633 +#: seahub/templates/js/templates.html:1952 +#: seahub/templates/js/templates.html:1987 +#: seahub/templates/sysadmin/userinfo.html:208 +msgid "Visits" +msgstr "# Truy cập" + +#: seahub/templates/js/templates.html:1648 +#: seahub/templates/sysadmin/userinfo.html:219 +#: seahub/templates/sysadmin/userinfo.html:229 +#: seahub/templates/view_shared_dir.html:64 +msgid "Directory icon" +msgstr "Danh mục icon" + +#: seahub/templates/js/templates.html:1658 +#: seahub/templates/js/templates.html:2017 +#: seahub/templates/js/templates.html:2028 +#: seahub/templates/js/templates.html:2073 +#: seahub/templates/sysadmin/sys_inst_admin.html:36 +#: seahub/templates/sysadmin/sys_publink_admin.html:25 +#: seahub/templates/sysadmin/userinfo.html:226 +#: seahub/templates/sysadmin/userinfo.html:235 +msgid "Remove" +msgstr "Loại bỏ" + +#: seahub/templates/js/templates.html:1686 +#: seahub/templates/js/templates.html:1730 +msgid "Folder" +msgstr "Thư mục" + +#: seahub/templates/js/templates.html:1697 +#: seahub/templates/js/templates.html:1716 +#: seahub/templates/js/templates.html:1743 +#: seahub/templates/js/templates.html:1762 +msgid "Select a folder" +msgstr "Chọn thư mục" + +#: seahub/templates/js/templates.html:1777 +msgid "Old Password" +msgstr "Mật khẩu cũ" + +#: seahub/templates/js/templates.html:1779 +#: seahub/templates/registration/password_change_form.html:18 +msgid "New Password" +msgstr "Mật khẩu mới" + +#: seahub/templates/js/templates.html:1781 +msgid "New Password Again" +msgstr "Nhập lại mật khẩu mới" + +#: seahub/templates/js/templates.html:1810 +msgid "See All Notifications" +msgstr "Xem tất cả thông báo" + +#: seahub/templates/js/templates.html:1862 +#: seahub/templates/js/templates.html:1917 +msgid "Share To" +msgstr "Chia sẻ đến" + +#: seahub/templates/js/templates.html:1871 +msgid "You have not shared any library" +msgstr "Bạn chưa chia sẻ thư viện nào" + +#: seahub/templates/js/templates.html:1872 +msgid "" +"You can share libraries to your friends and colleagues by clicking the share" +" icon of your own libraries in your home page or creating a new library in " +"groups you are in." +msgstr "Bạn có thể chia sẻ thư viện cho bạn bè và đồng nghiệp bằng cách nhấn vào biểu tượng chia sẻ trên trang cá nhân hoặc tạo ra một thư viện mới trong nhóm mà bạn tham gia." + +#: seahub/templates/js/templates.html:1885 +msgid "all members" +msgstr "tất cả thành viên" + +#: seahub/templates/js/templates.html:1926 +msgid "You have not shared any folder" +msgstr "Bạn chưa chia sẻ thư mục nào" + +#: seahub/templates/js/templates.html:1927 +msgid "" +"You can share a single folder with a registered user if you don't want to " +"share a whole library." +msgstr "Nếu không muốn chia sẻ toàn bộ thư viện, bạn có thể chia sẻ một thư mục với một người dùng đã đăng ký" + +#: seahub/templates/js/templates.html:1953 +#: seahub/templates/js/templates.html:2050 +msgid "Expiration" +msgstr "Hết hạn" + +#: seahub/templates/js/templates.html:1961 +msgid "You don't have any download link" +msgstr "Bạn không có bất kỳ link download nào" + +#: seahub/templates/js/templates.html:1962 +msgid "" +"You can generate a download link for a folder or a file. People receive this" +" link can view the folder or the file online." +msgstr "Bạn có thể tạo ra một link tải xuống cho một thư mục/file. Người nhận được liên kết này có thể xem các thư mục hoặc file trực tuyến." + +#: seahub/templates/js/templates.html:1995 +msgid "You don't have any upload link" +msgstr "Bạn không có Link tải lên nào" + +#: seahub/templates/js/templates.html:1996 +msgid "" +"You can generate an upload link from any folder. People receive this link " +"can upload files to this folder." +msgstr "Bạn có thể tạo ra một link tải lên cho một thư mục/file. Người nhận được liên kết này có thể xem các thư mục hoặc file trực tuyến." + +#: seahub/templates/js/templates.html:2049 +msgid "Invite Time" +msgstr "" + +#: seahub/templates/js/templates.html:2051 +msgid "Accepted" +msgstr "" + +#: seahub/templates/js/templates.html:2059 +msgid "You have not invited any people." +msgstr "" + +#: seahub/templates/libraries.html:21 +msgid "You have not created any libraries" +msgstr "Bạn chưa tạo thư viện nào" + +#: seahub/templates/libraries.html:22 +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 "Bạn có thể tạo thư viện để sắp xếp dữ liệu. Ví dụ, bạn có thể tạo mỗi thư viện cho mỗi dự án. Mỗi thư viện có thể đồng bộ và chia sẻ độc lập." + +#: seahub/templates/libraries.html:35 +msgid "No library is shared to you personally" +msgstr "" + +#: seahub/templates/libraries.html:36 +msgid "" +"No library is shared to you personally. You can find more shared libraries " +"at \"Shared with groups\"." +msgstr "" + +#: seahub/templates/libraries.html:47 +msgid "Add Library" +msgstr "Thêm thư viện" + +#: seahub/templates/libraries.html:49 +msgid "Share existing libraries" +msgstr "Chia sẻ thư viện hiện có" + +#: seahub/templates/libraries.html:50 +msgid "Create a new library" +msgstr "Tạo thư viện mới" + +#: seahub/templates/libraries.html:61 +msgid "No public library" +msgstr "Không có thư viện Public" + +#: seahub/templates/libraries.html:62 +msgid "" +"You can create a public library by clicking \"New Library\" button, others " +"can view and download this library." +msgstr "Bạn có thể tạo ra một thư viện public bằng cách click nút \"Thư viện mới\", những người khác có thể xem và tải thư viện này." + +#: seahub/templates/libraries.html:70 +msgid "My Groups" +msgstr "Groups của tôi" + +#: seahub/templates/libraries.html:78 +msgid "You are not in any group" +msgstr "Bạn không có trong Group nào" + +#: seahub/templates/libraries.html:80 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. You can create a group by clicking \"New Group\" button." +msgstr "Group là nơi bạn và bạn bè / đồng nghiệp thảo luận và tương tác các thư viện. Bạn có thể tạo Group bằng cách click nút \"Tạo Group mới\"." + +#: seahub/templates/libraries.html:82 +msgid "" +"Group is a place for you and your friends leaving messages and collaborating" +" on libraries. Groups you join will be listed here." +msgstr "Group là nơi bạn và bạn bè / đồng nghiệp thảo luận và tương tác các thư viện. Những Group bạn tham gia được liệt kê tại đây." + +#: seahub/templates/libraries.html:109 +msgid "" +"You can share libraries by clicking the \"New Library\" button above or the " +"\"Share\" icon on your libraries list." +msgstr "Bạn có thể chia sẻ thư viện bằng cách click vào \"Thư viện mới\" bên trên hoặc Icon \"Chia sẻ\" trong danh sách thư viện của bạn" + +#: seahub/templates/libraries.html:110 +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 "Thư viện chia sẻ có thể tải và đồng bộ bởi các thành viên trong Group. Thư viện (chỉ đọc) chỉ có thể tải về, những thay đổi bởi các thành viên khác sẽ không được cập nhật" + +#: seahub/templates/libraries.html:143 +msgid "Discussions" +msgstr "" + +#: seahub/templates/libraries.html:147 +msgid "More..." +msgstr "" + +#: seahub/templates/libraries.html:149 +msgid "No discussion in this group yet." +msgstr "" + +#: seahub/templates/libraries.html:156 +msgid "Add a discussion..." +msgstr "Thêm một thảo luận..." + +#: seahub/templates/libraries.html:171 +msgid "You don't have any starred files yet" +msgstr "Bạn chưa đánh dấu tập tin nào" + +#: seahub/templates/libraries.html:172 +msgid "" +"You can star important files by clicking the \"Star\" button on file viewing" +" page, and they will be listed here." +msgstr "Bạn có thể đánh dấu những tập tin quan trọng bằng cách click \"Star\" khi đang xem file, và sẽ được hiển thị ở đây." + +#: seahub/templates/libraries.html:198 +msgid "You do not have connected devices" +msgstr "Bạn không có thiết bị kết nối nào" + +#: seahub/templates/libraries.html:199 +msgid "Your clients (Desktop/Android/iOS) will be listed here." +msgstr "Các thiết bị kết nối (Desktop/Android/iOS) của bạn được liệt kê tại đây." + +#: seahub/templates/nav_footer.html:2 +msgid "Help" +msgstr "Trợ giúp" + +#: seahub/templates/nav_footer.html:3 +msgid "About" +msgstr "" + +#: seahub/templates/nav_footer.html:4 +msgid "Clients" +msgstr "" + +#: seahub/templates/nav_footer.html:8 +msgid "Server Version: " +msgstr "Phiên bản: " + +#: seahub/templates/nav_footer.html:8 +msgid "Seafile" +msgstr "Seafile" + +#: seahub/templates/nav_footer.html:9 +msgid "About Us" +msgstr "Liên hệ" + +#: seahub/templates/registration/activation_email.html:12 +#, python-format +msgid "" +"You (or someone pretending to be you) have asked to register an account at " +"%(site_name)s. If this wasn't you, please ignore this email and your address" +" will be removed from our records." +msgstr "Bạn (hoặc ai đó) đăng ký tài khoản tại %(site_name)s. Nếu không phải chính bạn, vui lòng bỏ quaemail này và địa chỉ email cảu bạn sẽ được xóa khỏi hệ thống" + +#: seahub/templates/registration/activation_email.html:14 +#, python-format +msgid "" +"To activate this account, please click the following link within the next " +"%(expiration_days)s days: " +msgstr "Để kích hoạt tài khoản, vui lòng click vào link trong %(expiration_days)s ngày:" + +#: seahub/templates/registration/activation_email.html:18 +#: seahub/templates/registration/registration_form.html:46 +msgid "Sign Up" +msgstr "Đăng ký" + +#: seahub/templates/registration/login.html:4 +#: seahub/templates/registration/login.html:8 +#: seahub/templates/registration/login.html:40 +#: seahub/templates/registration/password_reset_complete.html:8 +#: seahub/templates/sysadmin/user_activation_email.html:15 +#: seahub/templates/sysadmin/user_add_email.html:25 +#: seahub/templates/sysadmin/user_batch_add_email.html:21 +msgid "Log In" +msgstr "Đăng nhập" + +#: seahub/templates/registration/login.html:13 +msgid "(forgot password)" +msgstr "(quên mật khẩu?)" + +#: seahub/templates/registration/login.html:16 +msgid "CAPTCHA" +msgstr "" + +#: seahub/templates/registration/login.html:18 +msgid "Not clear? Refresh it." +msgstr "Làm mới" + +#: seahub/templates/registration/login.html:29 +msgid "Incorrect email or password" +msgstr "Không đúng địa chỉ email hoặc mật khẩu" + +#: seahub/templates/registration/login.html:37 +#, python-format +msgid "Remember me for %(remember_days)s days " +msgstr "Ghi nhớ đăng nhập trong %(remember_days)s ngày " + +#: seahub/templates/registration/login.html:50 +#: seahub/templates/sysadmin/sudo_mode.html:20 +msgid "Shibboleth" +msgstr "" + +#: seahub/templates/registration/login.html:54 +msgid "Kerberos" +msgstr "" + +#: seahub/templates/registration/login.html:81 +msgid "Failed to refresh the CAPTCHA, please try again later." +msgstr "Lỗi làm mới CAPTCHA, vui lòng thử lại sau." + +#: seahub/templates/registration/login.html:88 +msgid "Email or username cannot be blank" +msgstr "Email hoặc tên tài khoản không được để trống" + +#: seahub/templates/registration/login.html:92 +#: seahub/templates/registration/password_change_form.html:66 +#: seahub/templates/registration/registration_form.html:88 +#: seahub/templates/sysadmin/sudo_mode.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:133 +#: seahub/templates/sysadmin/sys_useradmin.html:173 +msgid "Password cannot be blank" +msgstr "Mật khẩu không được để trống" + +#: seahub/templates/registration/logout.html:4 +msgid "Log Out" +msgstr "Đăng xuất" + +#: seahub/templates/registration/logout.html:8 +msgid "Thanks for your participation! " +msgstr "Cám ơn bạn" + +#: seahub/templates/registration/logout.html:8 +#: seahub/templates/registration/password_change_done.html:10 +msgid "Log in again" +msgstr "Đăng nhập lại" + +#: seahub/templates/registration/password_change_done.html:4 +msgid "Password Change Successfully" +msgstr "Đổi mật khẩu thành công" + +#: seahub/templates/registration/password_change_done.html:9 +msgid "Your password has been changed successfully." +msgstr "Mật khẩu vừa được đổi thành công." + +#: seahub/templates/registration/password_change_form.html:3 +#: seahub/templates/registration/password_change_form.html:11 +msgid "Password Modification" +msgstr "Thay đổi mật khẩu" + +#: seahub/templates/registration/password_change_form.html:14 +msgid "Please update your password before continue." +msgstr "" + +#: seahub/templates/registration/password_change_form.html:16 +msgid "Current Password" +msgstr "Mật khẩu hiện tại" + +#: seahub/templates/registration/password_change_form.html:21 +#: seahub/templates/registration/registration_form.html:27 +#: seahub/templates/sysadmin/sudo_mode.html:4 +#: seahub/templates/sysadmin/sudo_mode.html:18 +#: seahub/templates/sysadmin/sys_org_admin.html:34 +#: seahub/templates/sysadmin/sys_org_info_user.html:77 +#: seahub/templates/sysadmin/sys_useradmin.html:59 +msgid "Confirm Password" +msgstr "Xác nhận mật khẩu" + +#: seahub/templates/registration/password_change_form.html:36 +#: seahub/templates/registration/registration_form.html:58 +#, python-format +msgid "" +"Passwords must have at least %(min_len)s characters and contain %(level)s of" +" the following: uppercase letters, lowercase letters, numbers, and symbols." +msgstr "Mật khẩu phải có ít nhất %(min_len)s ký tự và chứa %(level)s loại: chữ cái viết thường, viết hoa, số, các ký hiệu." + +#: seahub/templates/registration/password_change_form.html:62 +msgid "Current password cannot be blank" +msgstr "Mật khẩu hiện tại không được để trống" + +#: seahub/templates/registration/password_change_form.html:70 +#: seahub/templates/registration/registration_form.html:92 +#: seahub/templates/snippets/repo_create_js.html:54 +#: seahub/templates/snippets/shared_link_js.html:142 +#: seahub/templates/sysadmin/sys_org_admin.html:94 +#: seahub/templates/sysadmin/sys_org_info_user.html:137 +#: seahub/templates/sysadmin/sys_useradmin.html:177 +msgid "Please enter the password again" +msgstr "Vui lòng nhập lại mật khẩu" + +#: seahub/templates/registration/password_change_form.html:74 +#: seahub/templates/registration/registration_form.html:96 +#: seahub/templates/snippets/repo_create_js.html:58 +#: seahub/templates/snippets/shared_link_js.html:146 +msgid "Passwords don't match" +msgstr "Mật khẩu không trùng khớp" + +#: seahub/templates/registration/password_reset_complete.html:4 +msgid "Successfully reset password" +msgstr "Đổi mật khẩu thành công" + +#: seahub/templates/registration/password_reset_complete.html:8 +msgid "Successfully reset password." +msgstr "Đổi mật khẩu thành công" + +#: seahub/templates/registration/password_reset_confirm.html:4 +#: seahub/templates/registration/password_reset_done.html:4 +#: seahub/templates/registration/password_reset_form.html:4 +#: seahub/templates/registration/password_reset_form.html:7 +#: seahub/templates/sysadmin/sys_org_info_user.html:205 +#: seahub/templates/sysadmin/useradmin_js.html:8 +msgid "Password Reset" +msgstr "Đổi mật khẩu" + +#: seahub/templates/registration/password_reset_confirm.html:11 +msgid "Reset Password" +msgstr "Đã đổi Mật khẩu" + +#: seahub/templates/registration/password_reset_confirm.html:13 +msgid "New Password: " +msgstr "Mật khẩu mới:" + +#: seahub/templates/registration/password_reset_confirm.html:16 +msgid "Confirm Password: " +msgstr "Xác nhận mật khẩu mới:" + +#: seahub/templates/registration/password_reset_confirm.html:26 +msgid "Failed to reset password: this link is no longer available." +msgstr "Đổi mật khẩu thất bại: link này không còn khả dụng" + +#: seahub/templates/registration/password_reset_done.html:8 +msgid "We've sent a password reset email to your mailbox." +msgstr "Chúng tôi đã gửi email đổi mật khẩu đến hộp mail của bạn" + +#: seahub/templates/registration/password_reset_email.html:12 +#, python-format +msgid "" +"To reset the password of your account %(account)s on %(site_name)s, please " +"click the following link: " +msgstr "Để đổi mật khẩu tài khoản %(account)s trên %(site_name)s, vui lòng click link sau: " + +#: seahub/templates/registration/password_reset_email.html:20 +msgid "If you did not request it, just skip it." +msgstr "Nếu bạn không yêu cầu điều này, vui lòng bỏ qua email này" + +#: seahub/templates/registration/password_reset_form.html:9 +msgid "Your email used in login: " +msgstr "Địa chỉ email dùng đăng nhập: " + +#: seahub/templates/registration/password_reset_form.html:12 +msgid "We will send you an email to set new password" +msgstr "Chúng tôi sẽ gửi một email để lập lại mật khẩu" + +#: seahub/templates/registration/registration_complete.html:4 +#: seahub/templates/shibboleth/complete.html:4 +msgid "Registration complete" +msgstr "Hoàn tất đăng ký" + +#: seahub/templates/registration/registration_complete.html:10 +msgid "" +"An activation email has been sent. Please check your email and click on the " +"link to activate your account." +msgstr "Email kích hoạt đã được gửi. Vui lòng kiểm tra email của bạn và click vào link để kích hoạt tài khoản." + +#: seahub/templates/registration/registration_complete.html:12 +msgid "" +"Registration complete, please wait for administrator to activate your " +"account." +msgstr "Hoàn tất đăng ký, vui lòng đợi admin kích hoạt tài khoản." + +#: seahub/templates/registration/registration_complete.html:15 +msgid "Signup function is not enabled." +msgstr "Tính năng đăng ký không được kích hoạt" + +#: seahub/templates/registration/registration_form.html:3 +msgid "Register" +msgstr "Đăng ký" + +#: seahub/templates/registration/registration_form.html:14 +msgid "Welcome back, you are already signed in." +msgstr "Chào mừng trở lại." + +#: seahub/templates/registration/registration_form.html:84 +#: seahub/templates/sysadmin/sys_org_info_user.html:129 +#: seahub/templates/sysadmin/sys_useradmin.html:169 +msgid "Email cannot be blank" +msgstr "Email không được để trống" + +#: seahub/templates/repo_dir_recycle_view.html:13 +#, python-format +msgid "%(repo_dir_name)s Trash" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:45 +msgid "Delete Time" +msgstr "Thời gian xóa" + +#: seahub/templates/repo_dir_recycle_view.html:66 +msgid "Clear files in trash and history:" +msgstr "" + +#: seahub/templates/repo_dir_recycle_view.html:68 +msgid "3 days ago" +msgstr "3 ngày trước" + +#: seahub/templates/repo_dir_recycle_view.html:69 +msgid "1 week ago" +msgstr "1 tuần trước" + +#: seahub/templates/repo_dir_recycle_view.html:70 +msgid "1 month ago" +msgstr "1 tháng trước" + +#: seahub/templates/repo_dir_recycle_view.html:169 +msgid "Successfully restored 1 item." +msgstr "" + +#: seahub/templates/repo_history.html:14 +#, python-format +msgid "%(repo_name)s Modification History" +msgstr "" + +#: seahub/templates/repo_history.html:23 +msgid "" +"Tip: a snapshot will be generated after modification, which records the " +"library state after the modification." +msgstr "" + +#: seahub/templates/repo_history.html:50 +msgid "None" +msgstr "None" + +#: seahub/templates/repo_history.html:66 +msgid "Current Version" +msgstr "" + +#: seahub/templates/repo_history.html:68 +msgid "View Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:13 +#, python-format +msgid "%(repo_name)s Snapshot" +msgstr "" + +#: seahub/templates/repo_history_view.html:65 +#: seahub/templates/snippets/repo_dir_trash_tr.html:6 +msgid "Directory" +msgstr "Thư mục" + +#: seahub/templates/repo_history_view.html:89 +msgid "Restore Library" +msgstr "Khôi phục thư viện" + +#: seahub/templates/repo_history_view.html:90 +msgid "Are you sure you want to restore this library?" +msgstr "Bạn có muốn khôi phục thư viện này?" + +#: seahub/templates/repo_history_view.html:114 +#, python-brace-format +msgid "Successfully restored {dirent_name}" +msgstr "" + +#: seahub/templates/share_access_validation.html:6 +msgid "" +"Please input the password if you want to browse the shared file/directory." +msgstr "Vui lòng nhập mật khẩu nếu bạn muốn xem file/thư mục chia sẻ." + +#: seahub/templates/shared_file_view.html:12 +#: seahub/templates/view_shared_dir.html:12 +msgid "File download is disabled: the share link traffic of owner is used up." +msgstr "Không thể tải xuống: đã dùng hết băng thông chia sẻ" + +#: seahub/templates/shared_file_view.html:29 +#: seahub/templates/view_shared_dir.html:16 +msgid "Shared by: " +msgstr "Được chia sẻ bởi:" + +#: seahub/templates/shared_file_view.html:36 +msgid "Save to..." +msgstr "Lưu đến..." + +#: seahub/templates/shared_file_view.html:48 +msgid "Save To:" +msgstr "Lưu đến:" + +#: seahub/templates/shared_link_email.html:12 +#, python-format +msgid "" +"%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:11 +#, python-format +msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." +msgstr "" + +#: seahub/templates/shared_upload_link_email.html:15 +msgid "You can go to the following page and upload your files:" +msgstr "Bạn có thể đến trang tiếp theo và upload file của bạn:" + +#: seahub/templates/shibboleth/complete.html:8 +msgid "" +"Your account is created successfully, please wait for administrator to " +"activate your account." +msgstr "" + +#: seahub/templates/snippets/add_file_js.html:15 +msgid "You don't have any library at present" +msgstr "Bạn không có thư viện nào" + +#: seahub/templates/snippets/avatar_upload_js.html:40 +msgid " is not supported. Please choose an image file." +msgstr " không được hỗ trợ. Vui lòng chọn một file ảnh." + +#: seahub/templates/snippets/avatar_upload_js.html:45 +msgid " is not supported. File extensions can only be " +msgstr " không được hỗ trợ. Định dạng chỉ có thể là " + +#: seahub/templates/snippets/avatar_upload_js.html:52 +msgid " is too large. Allowed maximum size is 1MB." +msgstr " quá lớn. Dung lượng tối đa cho phép là 1MB" + +#: seahub/templates/snippets/file_content_js.html:25 +#: seahub/templates/view_file_svg.html:7 +msgid "To view it online, you can use firefox, chrome or IE 9." +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:5 +#: seahub/templates/view_file_markdown.html:24 +#: seahub/templates/view_file_text.html:29 +msgid "Encoding:" +msgstr "" + +#: seahub/templates/snippets/file_encoding.html:8 +#: seahub/templates/view_file_markdown.html:27 +#: seahub/templates/view_file_text.html:32 +msgid "auto detect" +msgstr "" + +#: seahub/templates/snippets/file_share_popup.html:3 +#, python-format +msgid "Share %(name)s" +msgstr "" + +#: seahub/templates/snippets/list_commit_detail.html:23 +msgid "New files" +msgstr "Tập tin mới" + +#: seahub/templates/snippets/list_commit_detail.html:24 +msgid "Deleted files" +msgstr "Xóa tập tin" + +#: seahub/templates/snippets/list_commit_detail.html:25 +msgid "Renamed or Moved files" +msgstr "Đổi tên hoặc chuyển tập tin" + +#: seahub/templates/snippets/list_commit_detail.html:26 +msgid "Modified files" +msgstr "Sửa đổi tập tin" + +#: seahub/templates/snippets/list_commit_detail.html:27 +msgid "New directories" +msgstr "Thư mục mới" + +#: seahub/templates/snippets/list_commit_detail.html:28 +msgid "Deleted directories" +msgstr "Xóa thư mục" + +#: seahub/templates/snippets/list_commit_detail.html:38 +msgid "Unknown error." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:73 +#: seahub/templates/snippets/pdfjs_file_viewer.html:31 +msgid "" +"This file has more than 50 pages, and only the first 50 will be shown here." +msgstr "" + +#: seahub/templates/snippets/office_convert_js.html:84 +#: seahub/templates/snippets/office_convert_js.html:105 +#: seahub/templates/snippets/spreadsheet_convert_js.html:37 +msgid "Document convertion failed." +msgstr "Chuyển đổi tài liệu thất bại." + +#: seahub/templates/snippets/office_convert_js.html:87 +msgid "Failed to load this page." +msgstr "Lỗi tải trang." + +#: seahub/templates/snippets/password_strength_js.html:42 +msgid "too weak" +msgstr "quá yếu" + +#: seahub/templates/snippets/password_strength_js.html:43 +msgid "weak" +msgstr "yếu" + +#: seahub/templates/snippets/password_strength_js.html:44 +msgid "medium" +msgstr "trung bình" + +#: seahub/templates/snippets/password_strength_js.html:45 +msgid "strong" +msgstr "mạnh" + +#: seahub/templates/snippets/pdfjs_file_viewer.html:87 +msgid "" +"You can use IE 10 or other browsers, for example, Firefox, to view it " +"online." +msgstr "Bạn có thể dùng IE 10 hoặc trình duyệt khác như Firefox để xem trực tuyến." + +#: seahub/templates/snippets/repo_create_js.html:38 +msgid "Description is required" +msgstr "Yêu cầu mô tả" + +#: seahub/templates/snippets/repo_create_js.html:46 +#: seahub/templates/snippets/shared_link_js.html:134 +msgid "Please enter password" +msgstr "Vui lòng nhập mật khẩu" + +#: seahub/templates/snippets/search_form.html:17 +#: seahub/templates/snippets/search_form.html:21 +#: seahub/templates/snippets/search_form.html:24 +msgid "In all libraries" +msgstr "Trong tất cả các thư viện" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this wiki" +msgstr "Trong wiki này" + +#: seahub/templates/snippets/search_form.html:18 +msgid "In this library" +msgstr "Trong thư viện này" + +#: seahub/templates/snippets/search_form.html:22 +#, python-format +msgid "in %(name)s" +msgstr "trong %(name)s" + +#: seahub/templates/snippets/search_form.html:30 +#: seahub/templates/snippets/search_form.html:33 +msgid "All file types" +msgstr "Tất cả các dạng file" + +#: seahub/templates/snippets/search_form.html:31 +#: seahub/templates/snippets/search_form.html:34 +msgid "Custom file types" +msgstr "Tùy chỉnh các dạng file" + +#: seahub/templates/snippets/search_form.html:45 +msgid "Text files" +msgstr "File văn bản" + +#: seahub/templates/snippets/search_form.html:49 +msgid "Documents" +msgstr "Tài liệu" + +#: seahub/templates/snippets/search_form.html:53 +msgid "Images" +msgstr "Hình ảnh" + +#: seahub/templates/snippets/search_form.html:57 +msgid "Video" +msgstr "Video" + +#: seahub/templates/snippets/search_form.html:61 +msgid "Audio" +msgstr "Audio" + +#: seahub/templates/snippets/search_form.html:65 +msgid "pdf" +msgstr "pdf" + +#: seahub/templates/snippets/search_form.html:69 +msgid "markdown" +msgstr "" + +#: seahub/templates/snippets/search_form.html:72 +msgid "Input file extensions here, separate with ','" +msgstr "Điền định dạng file, cách biệt bởi dấu ','" + +#: seahub/templates/snippets/search_form.html:73 +msgid "" +"Please select at least one file type or input at least one file extension" +msgstr "Vui lòng chọn ít nhất kiểu file hoặc định dạng file" + +#: seahub/templates/snippets/shared_link_js.html:61 +msgid "Please input at least an email." +msgstr "Vui lòng chọn ít nhất một địa chỉ email" + +#: seahub/templates/snippets/shared_link_js.html:84 +#, python-brace-format +msgid "Successfully sent to {placeholder}" +msgstr "Gởi thành công đến {placeholder}" + +#: seahub/templates/snippets/shared_link_js.html:88 +#, python-brace-format +msgid "Failed to send to {placeholder}" +msgstr "Gởi thất bại đến {placeholder}" + +#: seahub/templates/snippets/shared_link_js.html:155 +msgid "Please enter days" +msgstr "Vui lòng nhập số ngày" + +#: seahub/templates/snippets/shared_link_js.html:161 +msgid "Please enter valid days" +msgstr "Vui lòng nhập số đúng" + +#: seahub/templates/snippets/space_and_traffic.html:3 +msgid "Used:" +msgstr "Đã dùng" + +#: seahub/templates/snippets/space_and_traffic.html:19 +msgid "Traffic this month:" +msgstr "Băng thông tháng này:" + +#: seahub/templates/snippets/space_and_traffic.html:23 +msgid "Payment" +msgstr "Thanh toán" + +#: seahub/templates/sysadmin/org_admin_table.html:5 +#: seahub/templates/sysadmin/sys_org_info_group.html:19 +#: seahub/templates/sysadmin/sys_org_search.html:11 +#: seahub/views/sysadmin.py:1062 +msgid "Creator" +msgstr "Người tạo" + +#: seahub/templates/sysadmin/org_admin_table.html:7 +msgid "Created At / Expiration" +msgstr "Ngày tạo / Hết hạn" + +#: seahub/templates/sysadmin/repo_transfer_form.html:3 +msgid "Transfer Library" +msgstr "Chuyển thư viện" + +#: seahub/templates/sysadmin/repo_transfer_form.html:4 +#, python-format +msgid "Transfer %(lib_name)s to:" +msgstr "Chuyển %(lib_name)s cho:" + +#: seahub/templates/sysadmin/repoadmin_js.html:18 +msgid "Search user or enter email and press Enter" +msgstr "" + +#: seahub/templates/sysadmin/repoadmin_js.html:19 +msgid "Please enter 1 or more character" +msgstr "Vui lòng thêm ký tự" + +#: seahub/templates/sysadmin/repoadmin_js.html:20 +msgid "No matches" +msgstr "Không tìm thấy" + +#: seahub/templates/sysadmin/repoadmin_js.html:21 +msgid "Searching..." +msgstr "Đang tìm..." + +#: seahub/templates/sysadmin/repoadmin_js.html:22 +msgid "Loading failed" +msgstr "Lỗi loading" + +#: seahub/templates/sysadmin/repoadmin_js.html:23 +msgid "You cannot select any more choices" +msgstr "Bạn không thể chọn thêm" + +#: seahub/templates/sysadmin/repoadmin_js.html:47 +#: seahub/templates/sysadmin/sys_org_info_library.html:60 +msgid "Delete Library" +msgstr "Xóa thư vei65n" + +#: seahub/templates/sysadmin/repoadmin_js.html:58 +#: seahub/templates/sysadmin/sys_org_info_user.html:190 +msgid "Successfully deleted 1 item." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:11 +msgid "" +"Note: Settings via web interface are saved in database table (seahub-" +"db/constance_config). They have a higher priority over the settings in " +"config files." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:17 +msgid "" +"The URL of the server, like https://seafile.example.com or " +"http://192.168.1.2:8000" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:24 +msgid "" +"The internal URL for downloading/uploading files. Users will not be able to " +"download/upload files if this is not set correctly. If you config Seafile " +"behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " +"https://seafile.example.com/seafhttp ." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:33 +msgid "allow new registrations" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:34 +msgid "" +"Allow new user registrations. Uncheck this to prevent anyone from creating a" +" new account." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:39 +msgid "activate after registration" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:40 +msgid "" +"Activate user immediately after registration. If unchecked, an user need to " +"be activated by administrator or via activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:45 +msgid "send activation email" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:46 +msgid "Send activation Email after user registration." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:51 +msgid "keep sign in" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:52 +msgid "Number of days that keep user sign in." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:57 +msgid "The maximum number of failed login attempts before showing CAPTCHA." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:62 +msgid "Freeze user account when failed login attempts exceed limit." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:72 +msgid "strong password" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:73 +msgid "Force user to use a strong password when sign up or change password." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:78 +msgid "force password change" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:79 +msgid "" +"Force user to change password when account is newly added or reset by admin" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:84 +msgid "password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:85 +msgid "The least number of characters an account password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:90 +msgid "password strength level" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:91 +msgid "" +"The level(1-4) of an account password's strength. For example, '3' means " +"password must have at least 3 of the following: num, upper letter, lower " +"letter and other symbols" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:98 +msgid "enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:99 +msgid "Enable two factor authentication" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:108 +msgid "library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:109 +msgid "Allow user to keep library history" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:114 +msgid "encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:115 +msgid "Allow user to create encrypted library" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:120 +msgid "library password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:121 +msgid "" +"The least number of characters an encrypted library password should include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:128 +msgid "download/upload link password minimum length" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:129 +msgid "" +"The least number of characters a download/upload link password should " +"include." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:135 +msgid "" +"Allow user to add organization library. If unchecked, only system admin can " +"add library." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:140 +msgid "Sync" +msgstr "" + +#: seahub/templates/sysadmin/settings.html:144 +msgid "" +"If turn on, the desktop clients will not be able to sync a folder outside " +"the default Seafile folder." +msgstr "" + +#: seahub/templates/sysadmin/settings.html:197 +#: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 +#: seahub/views/sysadmin.py:1267 seahub/views/sysadmin.py:2041 +#: seahub/views/sysadmin.py:2083 seahub/views/sysadmin.py:2254 +msgid "Success" +msgstr "Thành công" + +#: seahub/templates/sysadmin/sudo_mode.html:8 +msgid "Confirm password to continue" +msgstr "Xác nhận mật khẩu để tiếp tục" + +#: seahub/templates/sysadmin/sudo_mode.html:13 +msgid "Incorrect password" +msgstr "Sai mật khẩu" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "Tip:" +msgstr "Mẹo:" + +#: seahub/templates/sysadmin/sudo_mode.html:24 +msgid "" +"You are entering admin area, we won't ask for your password again for a few " +"hours." +msgstr "Bạn đang truy cập bảng quản lý, hệ thống sẽ không hỏi mật khẩu trong vài giờ." + +#: seahub/templates/sysadmin/sys_inst_admin.html:9 +msgid "All Institutions" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:17 +msgid "Add institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_admin.html:60 +#: seahub/templates/sysadmin/sys_org_admin.html:78 +msgid "Name can not be blank" +msgstr "Tên không được để trống" + +#: seahub/templates/sysadmin/sys_inst_admin.html:66 +msgid "Delete Institution" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:8 +#: seahub/templates/sysadmin/sys_inst_info_user.html:8 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:19 +#: seahub/templates/sysadmin/sys_useradmin.html:19 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:19 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:18 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:19 +msgid "Admins" +msgstr "Admins" + +#: seahub/templates/sysadmin/sys_inst_info_admins.html:41 +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +#: seahub/templates/sysadmin/useradmin_js.html:13 +#: seahub/templates/sysadmin/useradmin_table.html:102 +msgid "Revoke Admin" +msgstr "Hủy bỏ quyền Admin" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:20 +#: seahub/templates/sysadmin/sys_org_info_base.html:20 +msgid "Number of members" +msgstr "Số lượng thành viên" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:29 +msgid "Set storage limit" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_info_base.html:31 +#: seahub/templates/sysadmin/sys_org_info_base.html:36 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:92 +#: seahub/templates/sysadmin/useradmin_table.html:115 +#: seahub/templates/sysadmin/userinfo.html:106 +msgid "Tip: 0 means default limit" +msgstr "Mẹo: điền 0 cho thiết lập không giới hạn" + +#: seahub/templates/sysadmin/sys_inst_info_user.html:41 +#: seahub/templates/sysadmin/sys_inst_search_user.html:42 +msgid "Set Admin" +msgstr "" + +#: seahub/templates/sysadmin/sys_inst_search_user.html:48 +#: seahub/templates/sysadmin/sys_org_search.html:19 +#: seahub/templates/sysadmin/user_search.html:23 +msgid "No result" +msgstr "Không tìm thấy kết quả" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:7 +msgid "All Invitations" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:12 +msgid "Inviter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:13 +msgid "Accepter" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:15 +msgid "Invited at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:16 +msgid "Accepted at" +msgstr "" + +#: seahub/templates/sysadmin/sys_invitations_admin.html:40 +msgid "There is no invitation yet." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:19 +#: seahub/templates/sysadmin/sys_org_admin.html:23 +msgid "Add organization" +msgstr "Thêm mới tổ chức" + +#: seahub/templates/sysadmin/sys_org_admin.html:27 +msgid "Url Prefix" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:30 +msgid "Owner can use admin panel in an organization, must be a new account." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:49 +msgid "None." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_admin.html:82 +msgid "Url can not be blank" +msgstr "Đường dẫn không được để trống" + +#: seahub/templates/sysadmin/sys_org_admin.html:86 +msgid "Owner can not be blank" +msgstr "Owner không được để trống" + +#: seahub/templates/sysadmin/sys_org_admin.html:90 +msgid "Password can not be blank" +msgstr "Mật khẩu không được để trống" + +#: seahub/templates/sysadmin/sys_org_admin.html:98 +#: seahub/templates/sysadmin/sys_org_info_user.html:141 +#: seahub/templates/sysadmin/sys_useradmin.html:181 +msgid "Passwords do not match" +msgstr "Mật khẩu không trùng khớp" + +#: seahub/templates/sysadmin/sys_org_admin.html:137 +msgid "Remove Trial" +msgstr "Xóa dùng thử" + +#: seahub/templates/sysadmin/sys_org_admin.html:138 +#, python-format +msgid "Are you sure you want to remove trial for %s ?" +msgstr "Bạn có chắc muốn xóa dùng thử cho %s ?" + +#: seahub/templates/sysadmin/sys_org_info_base.html:16 +msgid "Back to organization list" +msgstr "Trở về danh sách tổ chức" + +#: seahub/templates/sysadmin/sys_org_info_base.html:22 +msgid "Number of groups" +msgstr "SỐ lượng nhóm" + +#: seahub/templates/sysadmin/sys_org_info_base.html:31 +msgid "Set org storage limit" +msgstr "Thiết lập giới hạn dung lượng cho tổ chức" + +#: seahub/templates/sysadmin/sys_org_info_base.html:35 +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:91 +#: seahub/templates/sysadmin/useradmin_table.html:114 +#: seahub/templates/sysadmin/userinfo.html:105 +msgid "An integer that is greater than or equal to 0." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_group.html:34 +msgid "This organization doesn't have any groups" +msgstr "Tổ chức này chưa có nhóm nào" + +#: seahub/templates/sysadmin/sys_org_info_group.html:43 +#: seahub/templates/sysadmin/userinfo.html:432 +msgid "Delete Group" +msgstr "Xóa nhóm" + +#: seahub/templates/sysadmin/sys_org_info_library.html:27 +#: seahub/templates/sysadmin/sys_org_info_library.html:29 +msgid "directory icon" +msgstr "Icon Thư mục" + +#: seahub/templates/sysadmin/sys_org_info_library.html:50 +msgid "This organization doesn't have any libraries" +msgstr "Tổ chức này chưa có thư viện nào" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:16 +msgid "Rename Organization" +msgstr "Đổi tên tổ chức" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:18 +msgid "New Name" +msgstr "Tên mới" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:24 +msgid "Limit Organization User Number" +msgstr "Giới hạn số lượng người dùng trong tổ chức" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:26 +msgid "Max User Number" +msgstr "Tối đa số người dùng" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:52 +#: seahub/views/sysadmin.py:1261 +msgid "Input should be a number" +msgstr "Điền vào 1 số cụ thể" + +#: seahub/templates/sysadmin/sys_org_info_setting.html:55 +#: seahub/views/sysadmin.py:1271 +msgid "Input number should be greater than 0" +msgstr "Điền vào số lớn hơn 0" + +#: seahub/templates/sysadmin/sys_org_info_user.html:13 +#: seahub/templates/sysadmin/sys_org_info_user.html:64 +#: seahub/templates/sysadmin/sys_useradmin.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:37 +msgid "Add user" +msgstr "Thêm người dùng" + +#: seahub/templates/sysadmin/sys_org_info_user.html:52 +#: seahub/templates/sysadmin/useradmin_table.html:99 +msgid "ResetPwd" +msgstr "Thay đổi mật khẩu" + +#: seahub/templates/sysadmin/sys_org_info_user.html:68 +#: seahub/templates/sysadmin/sys_useradmin.html:41 +msgid "Name(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_org_info_user.html:101 +#: seahub/templates/sysadmin/sys_org_info_user.html:115 +#: seahub/templates/sysadmin/sys_useradmin.html:140 +#: seahub/templates/sysadmin/sys_useradmin.html:153 +msgid "Hide" +msgstr "Ẩn" + +#: seahub/templates/sysadmin/sys_org_info_user.html:206 +#: seahub/templates/sysadmin/useradmin_js.html:9 +#, python-format +msgid "Are you sure you want to reset the password of %s ?" +msgstr "Bạn có chắn muốn thay đổi mật khẩu của %s ?" + +#: seahub/templates/sysadmin/sys_org_search.html:9 +msgid "Tip: you can search by keyword in name or creator or both." +msgstr "" + +#: seahub/templates/sysadmin/sys_org_set_quota_js.html:13 +msgid "Quota can not be empty" +msgstr "Quota không được bỏ trống" + +#: seahub/templates/sysadmin/sys_publink_admin.html:7 +msgid "All Public Links" +msgstr "" + +#: seahub/templates/sysadmin/sys_publink_admin.html:15 +msgid "Count" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:18 +#: seahub/templates/sysadmin/sys_terms_admin.html:61 +msgid "Text" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:19 +msgid "Created" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:20 +#: seahub/templates/sysadmin/sys_terms_admin.html:64 +msgid "Activated" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:52 +msgid "Add Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:58 +msgid "Version Number" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:66 +msgid "On" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:68 +msgid "Off" +msgstr "" + +#: seahub/templates/sysadmin/sys_terms_admin.html:131 +msgid "Update Terms and Conditions" +msgstr "" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:8 +msgid "User Traffic" +msgstr "Băng thông người dùng" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:11 +msgid "Month:" +msgstr "Tháng:" + +#: seahub/templates/sysadmin/sys_trafficadmin.html:18 +msgid "Total Usage" +msgstr "Tổng dung lượng" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:16 +#: seahub/templates/sysadmin/sys_useradmin.html:14 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:14 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:15 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:14 +msgid "Database" +msgstr "Database" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:17 +#: seahub/templates/sysadmin/sys_useradmin.html:16 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:16 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:16 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:16 +msgid "LDAP" +msgstr "LDAP" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:18 +#: seahub/templates/sysadmin/sys_useradmin.html:17 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:17 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:17 +#: seahub/templates/sysadmin/sys_useradmin_paid.html:17 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "LDAP(imported)" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:26 +#: seahub/templates/sysadmin/sys_useradmin.html:31 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:26 +#: seahub/templates/sysadmin/user_search.html:16 +msgid "Set quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 +#: seahub/templates/sysadmin/sys_useradmin.html:32 +#: seahub/templates/sysadmin/sys_useradmin_admins.html:27 +#: seahub/templates/sysadmin/user_search.html:17 +msgid "Delete users" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 +#: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 +#: seahub/templates/sysadmin/useradmin_table.html:13 +#: seahub/templates/sysadmin/userinfo.html:73 +msgid "Space Used / Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:38 +#: seahub/views/sysadmin.py:281 seahub/views/sysadmin.py:285 +msgid "Last Login" +msgstr "Lần đăng nhập cuối" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:73 +#: seahub/templates/sysadmin/useradmin_table.html:84 +#: seahub/templates/sysadmin/userinfo.html:83 +msgid "Edit Quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:99 +msgid "No LDAP users have been imported" +msgstr "Không có người dùng LDAP được nhập" + +#: seahub/templates/sysadmin/sys_useradmin.html:26 +msgid "Import users" +msgstr "Nhập người dùng" + +#: seahub/templates/sysadmin/sys_useradmin.html:43 +msgid "Department(optional)" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:47 +msgid "" +"You can also add a user as a guest, who will not be allowed to create " +"libraries and groups." +msgstr "Bạn có thể thêm tài khoản 'Khách' như người dùng, nhưng không tạo được thư viện và nhóm." + +#: seahub/templates/sysadmin/sys_useradmin.html:66 +msgid "Import users from a CSV file" +msgstr "Nhập người dùng từ file CSV" + +#: seahub/templates/sysadmin/sys_useradmin.html:69 +msgid "File format: user@mail.com,password,name,department,role,quota" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:70 +msgid "Name, department, role and quota are optional." +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:72 +msgid "Please choose a CSV file" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin.html:97 +#, python-format +msgid "A new server version %(v)s is available." +msgstr "Có phiên bản %(v)s mới." + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:23 +msgid "Add admin" +msgstr "Thêm Admin" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:32 +msgid "Add admins" +msgstr "Thêm Admins" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:35 +msgid "Enter" +msgstr "" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:38 +msgid "emails, separated by ','" +msgstr "địa chỉ email, cách nhau bởi ','" + +#: seahub/templates/sysadmin/sys_useradmin_admins.html:39 +msgid "Tip: the emails should be the users already added." +msgstr "Chú ý: địa chỉ email phải được kích hoạt trước đó." + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:8 +msgid "Virus Scan Records" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:13 +msgid "Virus File" +msgstr "" + +#: seahub/templates/sysadmin/sys_virus_scan_records.html:25 +msgid "Handled" +msgstr "" + +#: seahub/templates/sysadmin/user_activation_email.html:12 +#, python-format +msgid "Your account %(username)s on %(site_name)s has been activated." +msgstr "Tài khoản %(username)s trên %(site_name)s đã được kích hoạt." + +#: seahub/templates/sysadmin/user_add_email.html:13 +#, python-format +msgid "" +"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " +"%(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:15 +#: seahub/templates/sysadmin/user_batch_add_email.html:12 +#, python-format +msgid "%(escaped_nickname)s invited you to join %(site_name)s." +msgstr "" + +#: seahub/templates/sysadmin/user_add_email.html:20 +#: seahub/templates/sysadmin/user_batch_add_email.html:16 +msgid "Here is your account information:" +msgstr "Sau đây là thông tin tài khoản của bạn:" + +#: seahub/templates/sysadmin/user_add_email.html:21 +#: seahub/templates/sysadmin/user_batch_add_email.html:17 +#, python-format +msgid "Email: %(email)s" +msgstr "Địa chỉ email đăng nhập: %(email)s" + +#: seahub/templates/sysadmin/user_add_email.html:22 +#: seahub/templates/sysadmin/user_batch_add_email.html:18 +#, python-format +msgid "Password: %(password)s" +msgstr "Mật khẩu: %(password)s" + +#: seahub/templates/sysadmin/user_freeze_email.html:12 +#, python-format +msgid "" +"Account %(user)s froze due to excessive failed logins. Please check at:" +msgstr "" + +#: seahub/templates/sysadmin/user_reset_email.html:12 +#, python-format +msgid "" +"Your password on %(site_name)s has been reset. Now it is %(password)s. " +"Please change it as soon as possible. " +msgstr "Mật khẩu của bạn trên %(site_name)s đã được thay đổi. Mật khẩu hiện tại là: %(password)s. Vui lòng sớm thay đổi mật khẩu mới. " + +#: seahub/templates/sysadmin/useradmin_js.html:14 +#, python-format +msgid "Are you sure you want to revoke the admin permission of %s ?" +msgstr "Bạn có chắc muốn hủy bỏ quyền Admin của %s ?" + +#: seahub/templates/sysadmin/useradmin_js.html:123 +msgid "Are you sure you want to delete the selected user(s) ?" +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:150 +#, python-brace-format +msgid "Successfully deleted {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:233 +#, python-brace-format +msgid "Successfully set quota for {users}." +msgstr "" + +#: seahub/templates/sysadmin/useradmin_js.html:259 +#, python-brace-format +msgid "Successfully set quota for {user}." +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:40 +msgid "Organization" +msgstr "Tổ chức" + +#: seahub/templates/sysadmin/userinfo.html:88 +msgid "Set user name" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:95 +msgid "Set user department" +msgstr "" + +#: seahub/templates/sysadmin/userinfo.html:168 +msgid "Share From" +msgstr "Chia sẻ từ" + +#: seahub/templates/sysadmin/userinfo.html:195 +msgid "This user has no shared libraries" +msgstr "Người dùng này chưa có thư viện nào được chia sẻ" + +#: seahub/templates/sysadmin/userinfo.html:243 +msgid "This user has not created any shared links" +msgstr "Người dùng này chưa tạo bất kì link chia sẻ nào" + +#: seahub/templates/termsandconditions/tc_accept_terms.html:10 +msgid "Accept" +msgstr "" + +#: seahub/templates/text_diff.html:12 +msgid "modification details" +msgstr "" + +#: seahub/templates/text_diff.html:33 +msgid "It's a newly-created blank file." +msgstr "Đó là một file trống mới được tạo" + +#: seahub/templates/text_diff.html:40 +msgid "before modification" +msgstr "trước khi sửa đổi" + +#: seahub/templates/text_diff.html:42 +msgid "after modification" +msgstr "sau khi sửa đổi" + +#: seahub/templates/user_404.html:6 +msgid "Sorry, this user is not registered yet." +msgstr "Xin lỗi, người dùng này chưa đăng ký" + +#: seahub/templates/view_file_base.html:35 +#: seahub/templates/view_file_markdown.html:11 +#: seahub/templates/view_file_text.html:16 +msgid "updated this file" +msgstr "cập nhật tập tin này" + +#: seahub/templates/view_file_base.html:69 +msgid "Comment" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "Back to top" +msgstr "" + +#: seahub/templates/view_file_base.html:91 +msgid "top" +msgstr "" + +#: seahub/templates/view_file_base.html:98 +msgid "Comments" +msgstr "" + +#: seahub/templates/view_file_base.html:103 +msgid "No comment yet." +msgstr "" + +#: seahub/templates/view_file_base.html:110 +msgid "Add a comment..." +msgstr "" + +#: seahub/templates/view_file_image.html:14 +msgid "you can also press ← " +msgstr "bạn cũng có thể nhấn ← " + +#: seahub/templates/view_file_image.html:17 +msgid "you can also press → " +msgstr "bạn cũng có thể nhấn → " + +#: seahub/templates/view_shared_dir.html:45 +msgid "ZIP" +msgstr "" + +#: seahub/templates/view_shared_dir.html:175 +msgid "Close (Esc)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:176 +msgid "Loading..." +msgstr "Đang tải..." + +#: seahub/templates/view_shared_dir.html:179 +msgid "Previous (Left arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:180 +msgid "Next (Right arrow key)" +msgstr "" + +#: seahub/templates/view_shared_dir.html:181 +#, python-format +msgid "%%curr%% of %%total%%" +msgstr "" + +#: seahub/templates/view_shared_dir.html:187 +msgid "Open in New Tab" +msgstr "Mở ở Tab mới" + +#: seahub/templates/view_shared_dir.html:190 +#, python-format +msgid "The image could not be loaded." +msgstr "Hình ảnh không thể mở." + +#: seahub/templates/view_shared_dir.html:209 +msgid "Packaging..." +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:8 +#, python-format +msgid "Upload files to %(dir_name)s" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:9 +msgid "shared by:" +msgstr "" + +#: seahub/templates/view_shared_upload_link.html:11 +msgid "The owner of this library has run out of space." +msgstr "Chủ thư viện này đã dùng hết dung lượng" + +#: seahub/templates/view_shared_upload_link.html:18 +#: seahub/templates/view_shared_upload_link.html:63 +msgid "Add Files" +msgstr "Thêm Files" + +#: seahub/templates/view_shared_upload_link.html:24 +msgid "Add folder" +msgstr "Thêm thư mục" + +#: seahub/templates/view_shared_upload_link.html:34 +msgid "" +"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE " +"10.0+" +msgstr "Tính năng kéo và thả files được hỗ trợ với trình duyệt Chrome, Safaru 5+, Firefox 4+ hoặc IE 10+" + +#: seahub/templates/view_shared_upload_link.html:36 +msgid "Folder Drag & Drop is supported for Chrome" +msgstr "Tính năng kéo và thả thư mục chỉ hỗ trợ với trình duyệt Chrome" + +#: seahub/templates/view_shared_upload_link.html:39 +#, python-format +msgid "File size should be smaller than %(max_file_size)s" +msgstr "Dung lượng file cần nhỏ hơn %(max_file_size)s" + +#: seahub/templates/view_shared_upload_link.html:74 +msgid "File is too big" +msgstr "Tập tin quá lớn" + +#: seahub/templates/view_shared_upload_link.html:75 +msgid "File is too small" +msgstr "Tập tin quá nhỏ" + +#: seahub/templates/view_shared_upload_link.html:76 +msgid "Filetype not allowed" +msgstr "Định dạng tập tin không được cho phép" + +#: seahub/templates/view_shared_upload_link.html:77 +msgid "Max number of files exceeded" +msgstr "Số lượng tập tin tối đa vượt quá quy định" + +#: seahub/templates/view_shared_upload_link.html:78 +msgid "Uploaded bytes exceed file size" +msgstr "Đã tải lên những byte vượt quá kích thước của file" + +#: seahub/templates/view_shared_upload_link.html:79 +msgid "Empty file upload result" +msgstr "Kết quả tải lên tập tin rỗng" + +#: seahub/templates/view_shared_upload_link.html:82 +msgid "uploaded" +msgstr "đã tải lên" + +#: seahub/templates/view_shared_upload_link.html:83 +msgid "canceled" +msgstr "đã hủy bỏ" + +#: seahub/templates/view_shared_upload_link.html:84 +msgid "Start" +msgstr "Bắt đầu" + +#: seahub/templates/view_shared_upload_link.html:190 +msgid "Failed to get upload url" +msgstr "Tạo đường dẫn tải lên thất bại" + +#: seahub/templates/view_trash_file.html:6 +msgid "Current Path: " +msgstr "Đường dẫn hiện tại" + +#: seahub/templates/wiki/personal_wiki.html:34 +msgid "You do not have personal wiki" +msgstr "Bạn chưa tạo Wiki cá nhân" + +#: seahub/templates/wiki/personal_wiki.html:44 +msgid "personal-wiki" +msgstr "" + +#: seahub/templates/wiki/personal_wiki.html:46 +msgid "Personal Wiki Pages" +msgstr "Trang Wiki cá nhân" + +#: seahub/thumbnail/views.py:46 seahub/thumbnail/views.py:170 +msgid "Invalid arguments." +msgstr "" + +#: seahub/thumbnail/views.py:63 seahub/thumbnail/views.py:183 +msgid "Failed to create thumbnail." +msgstr "" + +#: seahub/thumbnail/views.py:152 +msgid "Invalid token." +msgstr "" + +#: seahub/utils/__init__.py:128 +msgid "permission error" +msgstr "" + +#: seahub/views/__init__.py:423 seahub/views/__init__.py:439 +msgid "Unable to view recycle page" +msgstr "" + +#: seahub/views/__init__.py:507 +msgid "Unable to view library modification" +msgstr "Không thể xem sự sửa đổi của thư viện" + +#: seahub/views/__init__.py:574 seahub/views/__init__.py:615 +#: seahub/views/__init__.py:831 seahub/views/__init__.py:959 +#: seahub/views/file.py:1575 seahub/views/sysadmin.py:1552 +msgid "Library does not exist" +msgstr "Thư viện không tồn tại" + +#: seahub/views/__init__.py:607 +msgid "Please specify history ID" +msgstr "Vui lòng ghi rõ lịch sử ID" + +#: seahub/views/__init__.py:613 seahub/views/file.py:1116 +msgid "Invalid arguments" +msgstr "Thông số không hợp lệ" + +#: seahub/views/__init__.py:617 +msgid "History you specified does not exist" +msgstr "Lịch sử mà bạn chỉ định không tồn tại" + +#: seahub/views/__init__.py:619 +msgid "Unknown error" +msgstr "" + +#: seahub/views/__init__.py:847 +msgid "No revisions found" +msgstr "" + +#: seahub/views/__init__.py:966 seahub/views/repo.py:196 +#, python-format +msgid "\"%s\" does not exist." +msgstr "\"%s\" không tồn tại." + +#: seahub/views/__init__.py:984 seahub/views/file.py:1084 +msgid "Internal Error" +msgstr "" + +#: seahub/views/__init__.py:987 +#, python-format +msgid "Unable to download directory \"%s\": size is too large." +msgstr "Không thể tải thư mục \"%s\": dung lượng quá lớn." + +#: seahub/views/__init__.py:1003 +#, python-format +msgid "Unable to download \"%s\"" +msgstr "Không thể downlad \"%s\"" + +#: seahub/views/__init__.py:1095 +msgid "Successfully enable \"Personal Wiki\"." +msgstr "Kích hoạt \"Wiki cá nhân\" thành công." + +#: seahub/views/__init__.py:1100 +msgid "Successfully disable \"Personal Wiki\"." +msgstr "Tắt \"Wiki cá nhân\" thành công." + +#: seahub/views/ajax.py:81 +msgid "You don't have permission to access the library." +msgstr "Bạn không được phép truy cập vào thư viện." + +#: seahub/views/ajax.py:89 +msgid "No path." +msgstr "Không có đường dẫn." + +#: seahub/views/ajax.py:154 +msgid "The group doesn't exist" +msgstr "Nhóm không tồn tại" + +#: seahub/views/ajax.py:226 seahub/views/ajax.py:758 seahub/views/ajax.py:1114 +msgid "Library is encrypted." +msgstr "Thư viện được mã hóa." + +#: seahub/views/ajax.py:232 seahub/views/ajax.py:764 +msgid "Error: no head commit id" +msgstr "" + +#: seahub/views/ajax.py:457 seahub/views/ajax.py:507 +msgid "Argument missing." +msgstr "" + +#: seahub/views/ajax.py:485 +#, python-format +msgid "Internal error. Failed to delete %s." +msgstr "" + +#: seahub/views/ajax.py:563 +#, python-format +msgid "Destination path is too long for %s." +msgstr "Đường dẫn đích quá dài cho %s." + +#: seahub/views/ajax.py:622 +msgid "Out of quota." +msgstr "" + +#: seahub/views/ajax.py:696 +msgid "You do not have permission to copy files/folders in this directory" +msgstr "Bạn không có quyền sao chép files/thư mục trong thư mục này" + +#: seahub/views/ajax.py:703 +#, python-format +msgid "Can not copy directory %(src)s to its subdirectory %(des)s" +msgstr "Không thể sao chép thư mục %(src)s đến thư mục con %(des)s" + +#: seahub/views/ajax.py:799 +msgid "Failed to get file block list" +msgstr "" + +#: seahub/views/ajax.py:837 +msgid "Wrong repo id" +msgstr "" + +#: seahub/views/ajax.py:846 seahub/views/file.py:393 seahub/views/file.py:815 +#: seahub/views/file.py:988 seahub/views/file.py:1584 +msgid "File does not exist" +msgstr "File không tồn tại" + +#: seahub/views/ajax.py:1056 +msgid "Bad upload link token." +msgstr "" + +#: seahub/views/ajax.py:1062 +msgid "Bad repo id in upload link." +msgstr "" + +#: seahub/views/ajax.py:1136 +msgid "No conflict in the merge." +msgstr "Không có xung đột trong khi hợp nhất." + +#: seahub/views/ajax.py:1211 +msgid "Failed, file is too large" +msgstr "Lỗi, file quá lớn" + +#: seahub/views/file.py:152 +msgid "HTTPError: failed to open file online" +msgstr "Lỗi HTTP: mở file trực tuyến thất bại" + +#: seahub/views/file.py:156 +msgid "URLError: failed to open file online" +msgstr "Lỗi URL: mở file trực tuyến thất bại" + +#: seahub/views/file.py:163 seahub/views/file.py:1134 +msgid "The encoding you chose is not proper." +msgstr "" + +#: seahub/views/file.py:180 seahub/views/file.py:183 +msgid "Unknown file encoding" +msgstr "" + +#: seahub/views/file.py:303 seahub/views/file.py:312 +#, python-format +msgid "File size surpasses %s, can not be opened online." +msgstr "Dung lượng %s quá nặng, không thể mở trực tuyến" + +#: seahub/views/file.py:327 +msgid "The library is encrypted, can not open file online." +msgstr " Thư viện đã mã hóa, không thể mở file trực tuyến" + +#: seahub/views/file.py:405 seahub/views/file.py:700 seahub/views/file.py:715 +#: seahub/views/file.py:733 +msgid "Unable to view file" +msgstr "" + +#: seahub/views/file.py:760 +msgid "Unable to download file, invalid file path" +msgstr "" + +#: seahub/views/file.py:769 +msgid "Unable to download file, wrong file path" +msgstr "" + +#: seahub/views/file.py:774 +msgid "Unable to download file, share link traffic is used up." +msgstr "Không thể tải file, link chia sẻ đã hết băng thông." + +#: seahub/views/file.py:837 +msgid "Unable to view raw file, share link traffic is used up." +msgstr "" + +#: seahub/views/file.py:1106 +msgid "The library does not exist." +msgstr "Thư viện không tồn tại" + +#: seahub/views/file.py:1110 +msgid "The library is encrypted." +msgstr "Thư viện được mã hóa" + +#: seahub/views/file.py:1191 +msgid "Unable to edit file" +msgstr "Không thể chỉnh sửa file" + +#: seahub/views/file.py:1197 +msgid "The file does not exist." +msgstr "File không tồn tại." + +#: seahub/views/file.py:1226 +msgid "Edit online is not offered for this type of file." +msgstr "Loại file này không hỗ trợ chỉnh sửa trực tuyến." + +#: seahub/views/file.py:1336 +msgid "Unable to download file" +msgstr "Không thể tải file" + +#: seahub/views/sysadmin.py:270 seahub/views/sysadmin.py:353 +#: seahub/views/sysadmin.py:1059 seahub/views/sysadmin.py:1071 +msgid "Failed to export Excel" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Usage" +msgstr "" + +#: seahub/views/sysadmin.py:280 seahub/views/sysadmin.py:284 +msgid "Space Quota" +msgstr "" + +#: seahub/views/sysadmin.py:665 seahub/views/sysadmin.py:691 +msgid "Failed to set quota: internal server error" +msgstr "" + +#: seahub/views/sysadmin.py:710 +msgid "Failed to delete: the user is an organization creator" +msgstr "Xóa thất bại: đây là người dùng khởi tạo tổ chức" + +#: seahub/views/sysadmin.py:744 +#, python-format +msgid "Successfully remove trial for: %s" +msgstr "" + +#: seahub/views/sysadmin.py:773 +#, python-format +msgid "Successfully revoke the admin permission of %s" +msgstr "Hủy quyền admin của %s thành công" + +#: seahub/views/sysadmin.py:775 +msgid "Failed to revoke admin: the user does not exist" +msgstr "Hủy quyền Admin thất bại: người dùng không tồn tại" + +#: seahub/views/sysadmin.py:822 +#, python-format +msgid "Your account on %s is activated" +msgstr "Tài khoản của bạn trên %s đã được kích hoạt" + +#: seahub/views/sysadmin.py:905 +#, python-format +msgid "Password has been reset on %s" +msgstr "Mật khẩu đã được thay đổi trên %s" + +#: seahub/views/sysadmin.py:931 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, an email has been sent to " +"%(user)s." +msgstr "Thay đổi mật khẩu thành công sang %(passwd)s, một email đã được gửi đến %(user)s." + +#: seahub/views/sysadmin.py:936 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s, but failed to send email to " +"%(user)s, please check your email configuration." +msgstr "Thay đổi mật khẩu thành công sang %(passwd)s, nhưng không thể gửi email đến %(user)s. Vui lòng kiểm tra lại cấu hình email." + +#: seahub/views/sysadmin.py:940 +#, python-format +msgid "Successfully reset password to %(passwd)s for user %(user)s." +msgstr "Thay đổi mật khẩu thành công sang %(passwd)s cho người dùng %(user)s." + +#: seahub/views/sysadmin.py:943 +#, python-format +msgid "" +"Successfully reset password to %(passwd)s for user %(user)s. But email " +"notification can not be sent, because Email service is not properly " +"configured." +msgstr "Thay đổi mật khẩu thành công sang %(passwd)s cho người dùng %(user)s. Nhưng không thể gửi email thông báo do thiết lập cấu hình mail chưa đúng" + +#: seahub/views/sysadmin.py:946 +msgid "Failed to reset password: user does not exist" +msgstr "Thay đổi mật khẩu thất bại: người dùng không tồn tại" + +#: seahub/views/sysadmin.py:962 seahub/views/sysadmin.py:1877 +#, python-format +msgid "You are invited to join %s" +msgstr "Bạn được mời sử dụng lưu trữ đám mây %s" + +#: seahub/views/sysadmin.py:995 +#, python-format +msgid "Fail to add user %s." +msgstr "Thêm người dùng %s thất bại." + +#: seahub/views/sysadmin.py:1020 seahub/views/sysadmin.py:1033 +#, python-format +msgid "Successfully added user %s. An email notification has been sent." +msgstr "Thêm người dùng %s thành công. Email thông báo đã được gởi." + +#: seahub/views/sysadmin.py:1023 seahub/views/sysadmin.py:1036 +#, python-format +msgid "" +"Successfully added user %s. An error accurs when sending email notification," +" please check your email configuration." +msgstr "Thêm người dùng %s thành công. Có lỗi xuất hiện khi gửi mail thông báo, vui lòng kiểm tra lại cấu hình mail." + +#: seahub/views/sysadmin.py:1025 seahub/views/sysadmin.py:1038 +#, python-format +msgid "Successfully added user %s." +msgstr "Thêm người dùng %s thành công." + +#: seahub/views/sysadmin.py:1040 +#, python-format +msgid "" +"Successfully added user %s. But email notification can not be sent, because " +"Email service is not properly configured." +msgstr "Thêm người dùng %s thành công. Nhưng email thông báo không thể gửi đi vì dịch vụ mail chưa được thiết lập cấu hình đúng." + +#: seahub/views/sysadmin.py:1213 +msgid "Failed to rename organization" +msgstr "Đổi tên tổ chức thất bại." + +#: seahub/views/sysadmin.py:1243 seahub/views/sysadmin.py:1658 +#: seahub/views/sysadmin.py:1754 +msgid "Successfully deleted." +msgstr "Xóa thành công." + +#: seahub/views/sysadmin.py:1547 +msgid "Failed to transfer, invalid arguments." +msgstr "" + +#: seahub/views/sysadmin.py:1558 +#, python-format +msgid "Failed to transfer, user %s not found" +msgstr "Chuyển đổi thất bại, không tìm thấy người dùng %s" + +#: seahub/views/sysadmin.py:1564 +msgid "Can not transfer organization library" +msgstr "Không thể chuyển đổi thư viện tổ chức" + +#: seahub/views/sysadmin.py:1568 +#, python-format +msgid "Can not transfer library to organization user %s" +msgstr "" + +#: seahub/views/sysadmin.py:1621 +msgid "Successfully transfered." +msgstr "Chuyển đổi thành công." + +#: seahub/views/sysadmin.py:1757 +msgid "Failed to delete, please try again later." +msgstr "Xóa thất bại, vui lòng thử lại sau." + +#: seahub/views/sysadmin.py:1788 +#, python-format +msgid "Successfully set %s as admin." +msgstr "Thiết lập quyền admin cho %s thành công" + +#: seahub/views/sysadmin.py:1790 +#, python-format +msgid "Failed to set %s as admin: user does not exist." +msgstr "Thiết lập quyền admin cho %s thất bại: người dùng này không tồn tại." + +#: seahub/views/sysadmin.py:1891 +msgid "Import succeeded" +msgstr "Nhập thành công" + +#: seahub/views/sysadmin.py:1893 +msgid "Please select a csv file first." +msgstr "Vui lòng chọn 1 file CSV trước." + +#: seahub/views/sysadmin.py:1957 +msgid "Invalid setting" +msgstr "" + +#: seahub/views/sysadmin.py:1964 seahub/views/sysadmin.py:1968 +#: seahub/views/sysadmin.py:1973 +msgid "Invalid value" +msgstr "" + +#: seahub/views/sysadmin.py:2367 +msgid "Successfully deleted 1 item" +msgstr "" + +#: seahub/views/wiki.py:162 +msgid "You do not have permission to create wiki" +msgstr "Bạn không có quyền tạo Wiki" diff --git a/locale/vi/LC_MESSAGES/djangojs.po b/locale/vi/LC_MESSAGES/djangojs.po index e14d598666..7865bd82e5 100644 --- a/locale/vi/LC_MESSAGES/djangojs.po +++ b/locale/vi/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 06:01+0000\n" "Last-Translator: zheng xie \n" "Language-Team: Vietnamese (http://www.transifex.com/haiwen/seahub/language/vi/)\n" "MIME-Version: 1.0\n" @@ -17,12 +17,12 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "Vừa mới" @@ -30,32 +30,39 @@ msgstr "Vừa mới" msgid "Name is required" msgstr "Yêu cầu tên" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "Vui lòng nhập mật khẩu" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "Vui lòng nhập lại mật khẩu" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "Mật khẩu quá ngắn" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "Mật khẩu không trùng khớp" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "" @@ -70,32 +77,31 @@ msgid "Read-Only" msgstr "" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -126,25 +132,23 @@ msgid "Deleted directories" msgstr "Xóa thư mục" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +156,13 @@ msgstr "Xóa thư mục" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -181,73 +188,88 @@ msgid "Failed. Please check the network." msgstr "Thất bại. Vui lòng kiểm tra lại network." #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "Đang di chuyển %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "Đang sao chép %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "Đang lưu..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "Thất bại." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "Hủy bỏ" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "Đường dẫn không hợp lệ" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "Điều này được yêu cầu" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "" @@ -272,17 +294,17 @@ msgstr "" msgid "New passwords don't match" msgstr "" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -290,30 +312,32 @@ msgstr "" msgid "Search user or enter email and press Enter" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -331,7 +355,7 @@ msgstr "" msgid "Permission error" msgstr "" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "" @@ -343,167 +367,180 @@ msgstr "" msgid "Successfully set library history." msgstr "" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "Đang tải..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "Mở ở Tab mới" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "Yêu cầu mật khẩu." -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "Điều này được yêu cầu" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "Chỉ có một phần mở rộng này, vui lòng nhập tên" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "Đang xử lý..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "Xóa %(name)s thành công" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "Xóa %(name)s và %(amount)s item khác thành công" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "Xóa item" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "Bạn có chắc bạn muốn xóa những item đã chọn" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "Di chuyển %(name)s thành công." -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "Di chuyển %(name)s và 1 item khác thành công." -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "Di chuyển %(name)s và %(amount)s item khác thành công." -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "Sao chép %(name)s thành công." -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "Sao chép %(name)s và 1 item khác thành công." -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "Sao chép %(name)s và %(amount)s item khác thành công." -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "Lỗi nội bộ. Chuyển %(name)s thất bại" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "Lỗi nội bộ. Sao chép %(name)s thất bại" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "Moving file %(index)s of %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "Copying file %(index)s of %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "Xóa %(name)s thành công" @@ -537,14 +574,16 @@ msgstr "Kết quả tải lên tập tin rỗng" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "Lỗi" @@ -584,36 +623,36 @@ msgstr "Hủy tải dữ liệu" msgid "File Upload failed" msgstr "Tải lên thất bại" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "Tạo đường dẫn tải lên thất bại" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "Dữ liệu bị khóa" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "" @@ -621,13 +660,13 @@ msgstr "" msgid "{placeholder} Members" msgstr "" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -672,13 +711,26 @@ msgstr "" msgid "Successfully deleted 1 item" msgstr "" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -686,17 +738,17 @@ msgstr "" msgid "Are you sure you want to delete %s ?" msgstr "" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "" @@ -706,45 +758,45 @@ msgstr "" msgid "Successfully modified permission" msgstr "" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "Ẩn" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "Vui lòng nhập số đúng" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "Vui lòng chọn ít nhất một địa chỉ email" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "Gởi thành công đến {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "Gởi thất bại đến {placeholder}" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -753,38 +805,91 @@ msgstr "Gởi thất bại đến {placeholder}" msgid "Success" msgstr "Thành công" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "Vui lòng thêm ký tự" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "Không tìm thấy" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "Đang tìm..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "Lỗi loading" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "" @@ -814,10 +919,6 @@ msgstr "" msgid "Successfully unshared library {placeholder}" msgstr "" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "" diff --git a/locale/zh_CN/LC_MESSAGES/djangojs.po b/locale/zh_CN/LC_MESSAGES/djangojs.po index 067d1d26d9..bce4f95d23 100644 --- a/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:42+0000\n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-04-28 07:28+0000\n" "Last-Translator: imwhatiam \n" "Language-Team: Chinese (China) (http://www.transifex.com/haiwen/seahub/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -22,12 +22,12 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" msgstr "刚才" @@ -35,32 +35,39 @@ msgstr "刚才" msgid "Name is required" msgstr "名称为必填项" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "名字不能包含 ‘/’。" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" msgstr "请输入密码" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" msgstr "请再次输入密码" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" msgstr "密码太短" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" msgstr "两次输入的密码不一致" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" msgstr "加密资料库" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" msgstr "可读写资料库" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" msgstr "只读资料库" @@ -75,32 +82,31 @@ msgid "Read-Only" msgstr "只读" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." @@ -131,25 +137,23 @@ msgid "Deleted directories" msgstr "删除的目录" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -157,10 +161,13 @@ msgstr "删除的目录" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -186,73 +193,88 @@ msgid "Failed. Please check the network." msgstr "操作失败。请检查网络是否已连接。" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" msgstr "断开连接设备" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" msgstr "确定要断开此设备的连接吗?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." msgstr "在此设备下次上线时删除此设备上的文件。" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." msgstr "断开 %(name)s 连接成功。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" msgstr "移动 {placeholder} 到" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" msgstr "复制 {placeholder} 到" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" msgstr "正在移动 %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" msgstr "正在复制 %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." msgstr "保存中..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." msgstr "失败。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." msgstr "已取消。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" msgstr "目标路径无效" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" msgstr "成功移动 %(name)s。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" msgstr "成功拷贝 %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" msgstr "重命名目录" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" msgstr "重命名文件" +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "必填项。" + #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" msgstr "更改资料库 {placeholder} 密码" @@ -277,17 +299,17 @@ msgstr "请再次输入新密码" msgid "New passwords don't match" msgstr "两次输入的新密码不一致" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." msgstr "资料库密码重置成功。" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" msgstr "{placeholder} 目录权限" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 @@ -295,30 +317,32 @@ msgstr "{placeholder} 目录权限" msgid "Search user or enter email and press Enter" msgstr "搜索用户或输入电子邮件,然后按Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "只能选择1个项目" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" msgstr "选择一个群组" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "只能选择1个项目" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -336,7 +360,7 @@ msgstr "选择一个群组" msgid "Permission error" msgstr "权限错误" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." msgstr "请点击选择目标目录。" @@ -348,167 +372,180 @@ msgstr "{placeholder} 历史设置" msgid "Successfully set library history." msgstr "成功设置资料库历史。" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" msgstr "{placeholder} 共享外链" -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 +#: static/scripts/app/views/dir.js:51 +#: static/scripts/app/views/starred-file.js:106 msgid "Close (Esc)" msgstr "关闭 (Esc)" -#: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 msgid "Loading..." msgstr "加载中..." -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 +#: static/scripts/app/views/dir.js:55 +#: static/scripts/app/views/starred-file.js:110 msgid "Previous (Left arrow key)" msgstr "上一张(左方向键)" -#: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 +#: static/scripts/app/views/dir.js:56 +#: static/scripts/app/views/starred-file.js:111 msgid "Next (Right arrow key)" msgstr "下一张(右方向键)" -#: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" msgstr "%curr% / %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" msgstr "在新标签页打开" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." msgstr "图片 无法被加载。" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." msgstr "密码为必填项。" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "必填项。" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." msgstr "请输入完整的文件名。" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "新建文件" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "新建 Markdown 文件" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "新建 Excel 文件" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "新建 PowerPoint 文件" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "新建 Word 文件" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." msgstr "处理中..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." msgstr "成功删除 %(name)s。" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." msgstr "成功删除 %(name)s 和其他一项内容。" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." msgstr "成功删除 %(name)s 和其他 %(amount)s 项内容。" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." msgstr "删除 %(name)s 失败。" -#: static/scripts/app/views/dir.js:863 +#: static/scripts/app/views/dir.js:1021 msgid "Failed to delete %(name)s and 1 other item." msgstr "删除 %(name)s 以及另外1项失败。" -#: static/scripts/app/views/dir.js:865 +#: static/scripts/app/views/dir.js:1023 msgid "Failed to delete %(name)s and %(amount)s other items." msgstr "删除 %(name)s 以及另外 %(amount)s 项失败。" -#: static/scripts/app/views/dir.js:878 +#: static/scripts/app/views/dir.js:1036 msgid "Delete Items" msgstr "删除条目" -#: static/scripts/app/views/dir.js:879 +#: static/scripts/app/views/dir.js:1037 msgid "Are you sure you want to delete these selected items?" msgstr "确定要删除选中的条目吗?" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Move selected item(s) to:" msgstr "将已选条目移动到:" -#: static/scripts/app/views/dir.js:893 +#: static/scripts/app/views/dir.js:1051 msgid "Copy selected item(s) to:" msgstr "将已选条目复制到:" -#: static/scripts/app/views/dir.js:997 +#: static/scripts/app/views/dir.js:1155 msgid "Successfully moved %(name)s." msgstr "成功移动 %(name)s。" -#: static/scripts/app/views/dir.js:999 +#: static/scripts/app/views/dir.js:1157 msgid "Successfully moved %(name)s and 1 other item." msgstr "成功移动 %(name)s 和另1项条目。" -#: static/scripts/app/views/dir.js:1001 +#: static/scripts/app/views/dir.js:1159 msgid "Successfully moved %(name)s and %(amount)s other items." msgstr "成功移动 %(name)s 和其他 %(amount)s 项条目。" -#: static/scripts/app/views/dir.js:1005 +#: static/scripts/app/views/dir.js:1164 msgid "Successfully copied %(name)s." msgstr "成功复制 %(name)s。" -#: static/scripts/app/views/dir.js:1007 +#: static/scripts/app/views/dir.js:1166 msgid "Successfully copied %(name)s and 1 other item." msgstr "成功复制 %(name)s 和另1项条目。" -#: static/scripts/app/views/dir.js:1009 +#: static/scripts/app/views/dir.js:1168 msgid "Successfully copied %(name)s and %(amount)s other items." msgstr "成功复制 %(name)s 和其他 %(amount)s 项条目。" -#: static/scripts/app/views/dir.js:1021 +#: static/scripts/app/views/dir.js:1180 msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." msgstr "内部错误。移动 %(name)s 和其他 %(amount)s 项内容失败。" -#: static/scripts/app/views/dir.js:1023 +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." msgstr "内部错误。移动 %(name)s 失败。" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." msgstr "内部错误。复制 %(name)s 和其他 %(amount)s 项内容失败。" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." msgstr "内部错误。复制 %(name)s 失败。" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" msgstr "正在移动文件 %(index)s / %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" msgstr "正在复制文件 %(index)s / %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" msgstr "移动 %(name)s 失败" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" msgstr "复制 %(name)s 失败" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" msgstr "被 {placeholder} 锁定" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" msgstr "删除 %(name)s 成功" @@ -542,14 +579,16 @@ msgstr "空文件" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" msgstr "错误" @@ -589,36 +628,36 @@ msgstr "文件上传已取消" msgid "File Upload failed" msgstr "文件上传失败" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" msgstr "无法获得上传链接" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" msgstr "无法获得更新链接" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" msgstr "覆盖文件 {filename} ?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" msgstr "文件已锁定" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" msgstr "设置 {placeholder} 权限" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" msgstr "选择群组" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" msgstr "编辑失败" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" msgstr "删除失败" @@ -626,13 +665,13 @@ msgstr "删除失败" msgid "{placeholder} Members" msgstr "{placeholder} 成员" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." msgstr "成功取消共享 1 个条目。" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 @@ -677,13 +716,26 @@ msgstr "确定要退出该群组吗?" msgid "Successfully deleted 1 item" msgstr "成功删除 1 个条目" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "你已经登出。" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "登录" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "刷新" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" msgstr "删除资料库" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 @@ -691,17 +743,17 @@ msgstr "删除资料库" msgid "Are you sure you want to delete %s ?" msgstr "确定要删除 %s 吗?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." msgstr "删除成功。" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" msgstr "转移资料库 {library_name} 给" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." msgstr "资料库转让成功。" @@ -711,45 +763,45 @@ msgstr "资料库转让成功。" msgid "Successfully modified permission" msgstr "成功更改权限" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" msgstr "共享 {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" msgstr "已过期" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" msgstr "隐藏" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" msgstr "显示" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." msgstr "请输入天数。" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" msgstr "请输入有效的天数" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." msgstr "请输入至少一个邮箱。" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" msgstr "成功发送给 {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" msgstr "发送给 {placeholder} 失败" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 @@ -758,38 +810,91 @@ msgstr "发送给 {placeholder} 失败" msgid "Success" msgstr "成功" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" msgstr "成功取消星标 {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" msgstr "搜索用户或输入电子邮件,然后按Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" msgstr "请输入 1 个或更多字符" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" msgstr "没有匹配项" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." msgstr "搜索中..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" msgstr "加载失败" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" msgstr "查找群组" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." msgstr "正在打包" +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "删除资料库 {library_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "转让资料库" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "已把资料库 {library_name} 从 {user_from} 转让给 {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "创建群组" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "已创建群组 {group_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "转让群组" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "已把群组 {group_name} 从 {user_from} 转让给 {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "删除群组" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "已删除群组 {group_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "添加用户" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "已添加用户 {user}" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "删除用户" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "已删除用户 {user}" + #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." msgstr "清除所有错误成功。" @@ -819,10 +924,6 @@ msgstr "确定要取消共享 %s 吗?" msgid "Successfully unshared library {placeholder}" msgstr "成功取消共享资料库 {placeholder}" -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "删除群组" - #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." msgstr "成功删除 1 个条目。" diff --git a/locale/zh_TW/LC_MESSAGES/django.po b/locale/zh_TW/LC_MESSAGES/django.po index 2c7345b0eb..2a2d2375a2 100644 --- a/locale/zh_TW/LC_MESSAGES/django.po +++ b/locale/zh_TW/LC_MESSAGES/django.po @@ -12,8 +12,8 @@ msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-04-28 16:23+0800\n" -"PO-Revision-Date: 2017-04-28 08:23+0000\n" -"Last-Translator: zheng xie \n" +"PO-Revision-Date: 2017-05-02 02:26+0000\n" +"Last-Translator: aa bbb \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/haiwen/seahub/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -95,7 +95,7 @@ msgstr "電子郵件 %s 含有無效字元" #: seahub/api2/endpoints/admin/users_batch.py:72 msgid "must be an integer that is greater than or equal to 0." -msgstr "" +msgstr "必須是大於或等於 0 的整數。" #: seahub/api2/endpoints/copy_move_task.py:76 seahub/views/ajax.py:569 msgid "Invalid destination path" @@ -171,7 +171,7 @@ msgstr "解密資料庫出錯" #: seahub/api2/endpoints/repo_set_password.py:97 msgid "Wrong old password" -msgstr "" +msgstr "舊密碼錯誤" #: seahub/api2/endpoints/send_share_link_email.py:32 #: seahub/api2/endpoints/send_upload_link_email.py:31 @@ -1250,7 +1250,7 @@ msgstr "你好," msgid "" "%(escaped_nickname)s invited you to join group %(grp_name)s on " "%(site_name)s: " -msgstr "" +msgstr "%(escaped_nickname)s 邀請你加入 %(grp_name)s上的群組 %(site_name)s:" #: seahub/group/templates/group/group_base.html:10 #: seahub/help/templates/help/base.html:7 @@ -2047,7 +2047,7 @@ msgstr "設置該用戶的存儲容量上限" #: seahub/institutions/templates/institutions/user_info.html:55 msgid "Available quota:" -msgstr "" +msgstr "可用容量:" #: seahub/institutions/templates/institutions/user_info.html:67 #: seahub/templates/file_revisions.html:56 @@ -2131,7 +2131,7 @@ msgstr "此用戶沒有創建或加入群組" #: seahub/institutions/templates/institutions/user_info.html:151 #: seahub/templates/sysadmin/sys_inst_info_base.html:56 msgid "Space Quota can't be empty" -msgstr "" +msgstr "容量不能為空" #: seahub/institutions/templates/institutions/useradmin.html:16 #: seahub/institutions/templates/institutions/useradmin_search.html:18 @@ -3274,11 +3274,11 @@ msgstr "密碼將在服務器上保存一小時。" #: seahub/templates/file_edit.html:142 msgid "Choose a file" -msgstr "" +msgstr "選擇一個文件" #: seahub/templates/file_edit.html:150 msgid "Please choose a file." -msgstr "" +msgstr "請選擇一個文件。" #: seahub/templates/file_edit.html:158 msgid "Draft Available" @@ -3520,7 +3520,7 @@ msgstr "差異" #: seahub/templates/file_revisions.html:114 #, python-brace-format msgid "Successfully restored {filename}" -msgstr "" +msgstr "成功還原 {filename}" #: seahub/templates/finish_payment.html:8 msgid "Plan" @@ -3743,7 +3743,7 @@ msgstr "軟件使用條款" #: seahub/templates/js/sysadmin-templates.html:851 #: seahub/templates/sysadmin/base.html:78 msgid "Admin Logs" -msgstr "" +msgstr "管理員日誌" #: seahub/templates/js/sysadmin-templates.html:80 msgid "Search libraries by name..." @@ -4036,7 +4036,7 @@ msgstr "暫無成員" #: seahub/templates/js/sysadmin-templates.html:858 msgid "Operation" -msgstr "" +msgstr "操作" #: seahub/templates/js/sysadmin-templates.html:859 #: seahub/templates/view_file_markdown.html:11 @@ -4046,7 +4046,7 @@ msgstr "修改內容" #: seahub/templates/js/sysadmin-templates.html:871 msgid "No Admin Logs" -msgstr "" +msgstr "沒有管理員日誌" #: seahub/templates/js/templates.html:4 #: seahub/templates/js/templates.html:1038 seahub/templates/libraries.html:14 @@ -4159,11 +4159,11 @@ msgstr "上傳文件" #: seahub/templates/js/templates.html:223 msgid "Out of quota" -msgstr "" +msgstr "超過空間上限" #: seahub/templates/js/templates.html:226 msgid "New" -msgstr "" +msgstr "新建" #: seahub/templates/js/templates.html:230 msgid "New File" @@ -4171,19 +4171,19 @@ msgstr "新建文件" #: seahub/templates/js/templates.html:233 msgid "New Markdown File" -msgstr "" +msgstr "新建Markdown文件" #: seahub/templates/js/templates.html:234 msgid "New Excel File" -msgstr "" +msgstr "新建Excel文件" #: seahub/templates/js/templates.html:235 msgid "New PowerPoint File" -msgstr "" +msgstr "新建PowerPoint文件" #: seahub/templates/js/templates.html:236 msgid "New Word File" -msgstr "" +msgstr "新建Word文件" #: seahub/templates/js/templates.html:249 #: seahub/templates/view_shared_dir.html:31 @@ -4220,13 +4220,13 @@ msgstr "操作" #: seahub/templates/js/templates.html:1225 #: seahub/templates/js/templates.html:1245 msgid "Sort:" -msgstr "" +msgstr "排序:" #: seahub/templates/js/templates.html:314 #: seahub/templates/js/templates.html:1227 #: seahub/templates/js/templates.html:1247 msgid "last update" -msgstr "" +msgstr "更新時間" #: seahub/templates/js/templates.html:357 #: seahub/templates/js/templates.html:413 @@ -5133,7 +5133,7 @@ msgstr "確定要還原該資料庫?" #: seahub/templates/repo_history_view.html:114 #, python-brace-format msgid "Successfully restored {dirent_name}" -msgstr "" +msgstr "成功還原 {dirent_name}" #: seahub/templates/share_access_validation.html:6 msgid "" @@ -5163,12 +5163,12 @@ msgstr "儲存到:" msgid "" "%(escaped_nickname)s shared a %(file_shared_type)s %(file_shared_name)s to you on %(site_name)s:" -msgstr "" +msgstr "%(escaped_nickname)s 在 %(site_name)s共享了 %(file_shared_type)s%(file_shared_name)s 給你:" #: seahub/templates/shared_upload_link_email.html:11 #, python-format msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s 在 %(site_name)s 上共享了一個上傳鏈接給你。" #: seahub/templates/shared_upload_link_email.html:15 msgid "You can go to the following page and upload your files:" @@ -5458,7 +5458,7 @@ msgstr "注意:通過Web界面設置的選項會保存在數據庫(seahub-db / msgid "" "The URL of the server, like https://seafile.example.com or " "http://192.168.1.2:8000" -msgstr "" +msgstr "服務器URL,比如 https://seafile.example.com 或者http://192.168.1.2:8000" #: seahub/templates/sysadmin/settings.html:24 msgid "" @@ -5466,146 +5466,146 @@ msgid "" "download/upload files if this is not set correctly. If you config Seafile " "behind Nginx/Apache, it should be SERVICE_URL/seafhttp, like " "https://seafile.example.com/seafhttp ." -msgstr "" +msgstr "下載/上傳文件的內部URL。如果這個URL錯誤,用戶將不能下載/上傳文件。如果你配置了Nginx / Apache,這個URL的值是“SERVICE_URL / seafhttp”,比如:https://seafile.example.com/seafhttp 。" #: seahub/templates/sysadmin/settings.html:33 msgid "allow new registrations" -msgstr "" +msgstr "允許用戶註冊" #: seahub/templates/sysadmin/settings.html:34 msgid "" "Allow new user registrations. Uncheck this to prevent anyone from creating a" " new account." -msgstr "" +msgstr "允許用戶註冊。如果關閉此功能,將禁止任何人進行註冊。" #: seahub/templates/sysadmin/settings.html:39 msgid "activate after registration" -msgstr "" +msgstr "註冊後激活" #: seahub/templates/sysadmin/settings.html:40 msgid "" "Activate user immediately after registration. If unchecked, an user need to " "be activated by administrator or via activation email" -msgstr "" +msgstr "用戶註冊後立即激活用戶。如果關閉此功能,新註冊用戶需要通過管理員或者激活郵件來進行激活" #: seahub/templates/sysadmin/settings.html:45 msgid "send activation email" -msgstr "" +msgstr "發送激活郵件" #: seahub/templates/sysadmin/settings.html:46 msgid "Send activation Email after user registration." -msgstr "" +msgstr "用戶註冊後發送激活郵件。" #: seahub/templates/sysadmin/settings.html:51 msgid "keep sign in" -msgstr "" +msgstr "保持登錄" #: seahub/templates/sysadmin/settings.html:52 msgid "Number of days that keep user sign in." -msgstr "" +msgstr "保持登錄的日數。" #: seahub/templates/sysadmin/settings.html:57 msgid "The maximum number of failed login attempts before showing CAPTCHA." -msgstr "" +msgstr "用戶登錄失敗幾次後顯示驗證碼。" #: seahub/templates/sysadmin/settings.html:62 msgid "Freeze user account when failed login attempts exceed limit." -msgstr "" +msgstr "當用戶登錄失敗超過限制時,凍結用戶賬戶。" #: seahub/templates/sysadmin/settings.html:72 msgid "strong password" -msgstr "" +msgstr "強密碼" #: seahub/templates/sysadmin/settings.html:73 msgid "Force user to use a strong password when sign up or change password." -msgstr "" +msgstr "強制在新用戶註冊時或用戶修改密碼時使用強力密碼。" #: seahub/templates/sysadmin/settings.html:78 msgid "force password change" -msgstr "" +msgstr "強制修改密碼" #: seahub/templates/sysadmin/settings.html:79 msgid "" "Force user to change password when account is newly added or reset by admin" -msgstr "" +msgstr "強制新用戶或被管理員重置了密碼的用戶,在下次登錄時修改密碼" #: seahub/templates/sysadmin/settings.html:84 msgid "password minimum length" -msgstr "" +msgstr "密碼最小長度" #: seahub/templates/sysadmin/settings.html:85 msgid "The least number of characters an account password should include." -msgstr "" +msgstr "用戶賬戶的最小密碼長度。" #: seahub/templates/sysadmin/settings.html:90 msgid "password strength level" -msgstr "" +msgstr "密碼強度等級" #: seahub/templates/sysadmin/settings.html:91 msgid "" "The level(1-4) of an account password's strength. For example, '3' means " "password must have at least 3 of the following: num, upper letter, lower " "letter and other symbols" -msgstr "" +msgstr "用戶賬戶的密碼強度等級(1-4)。比如,如果設為“3”,則密碼必須包含數字,大寫字母小寫字母和其他符號這4種字符中的3種" #: seahub/templates/sysadmin/settings.html:98 msgid "enable two factor authentication" -msgstr "" +msgstr "開啟兩步驗證" #: seahub/templates/sysadmin/settings.html:99 msgid "Enable two factor authentication" -msgstr "" +msgstr "開啟兩步驗證" #: seahub/templates/sysadmin/settings.html:108 msgid "library history" -msgstr "" +msgstr "資料庫歷史" #: seahub/templates/sysadmin/settings.html:109 msgid "Allow user to keep library history" -msgstr "" +msgstr "允許用戶保留資料庫歷史。" #: seahub/templates/sysadmin/settings.html:114 msgid "encrypted library" -msgstr "" +msgstr "加密資料庫" #: seahub/templates/sysadmin/settings.html:115 msgid "Allow user to create encrypted library" -msgstr "" +msgstr "允許用戶建立加密資料庫" #: seahub/templates/sysadmin/settings.html:120 msgid "library password minimum length" -msgstr "" +msgstr "資料庫最小密碼長度" #: seahub/templates/sysadmin/settings.html:121 msgid "" "The least number of characters an encrypted library password should include." -msgstr "" +msgstr "加密資料庫的最小密碼長度。" #: seahub/templates/sysadmin/settings.html:128 msgid "download/upload link password minimum length" -msgstr "" +msgstr "上傳/下載外鏈的最小密碼長度" #: seahub/templates/sysadmin/settings.html:129 msgid "" "The least number of characters a download/upload link password should " "include." -msgstr "" +msgstr "加密上傳/下載外鏈的最小密碼長度。" #: seahub/templates/sysadmin/settings.html:135 msgid "" "Allow user to add organization library. If unchecked, only system admin can " "add library." -msgstr "" +msgstr "允許用戶創建組織資料庫。如果關閉此功能,將只有系統管理員可以創建。" #: seahub/templates/sysadmin/settings.html:140 msgid "Sync" -msgstr "" +msgstr "同步" #: seahub/templates/sysadmin/settings.html:144 msgid "" "If turn on, the desktop clients will not be able to sync a folder outside " "the default Seafile folder." -msgstr "" +msgstr "如果啟用此功能,桌面客戶端將不能同步Seafile目錄外的文件夾。" #: seahub/templates/sysadmin/settings.html:197 #: seahub/templates/sysadmin/settings.html:235 seahub/views/sysadmin.py:1210 @@ -5674,7 +5674,7 @@ msgstr "成員數量" #: seahub/templates/sysadmin/sys_inst_info_base.html:29 msgid "Set storage limit" -msgstr "" +msgstr "設定容量限制" #: seahub/templates/sysadmin/sys_inst_info_base.html:31 #: seahub/templates/sysadmin/sys_org_info_base.html:36 @@ -5948,14 +5948,14 @@ msgstr "LDAP (已導入)" #: seahub/templates/sysadmin/sys_useradmin_admins.html:26 #: seahub/templates/sysadmin/user_search.html:16 msgid "Set quota" -msgstr "" +msgstr "設定容量" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:27 #: seahub/templates/sysadmin/sys_useradmin.html:32 #: seahub/templates/sysadmin/sys_useradmin_admins.html:27 #: seahub/templates/sysadmin/user_search.html:17 msgid "Delete users" -msgstr "" +msgstr "刪除使用者" #: seahub/templates/sysadmin/sys_user_admin_ldap_imported.html:37 #: seahub/templates/sysadmin/sys_useradmin_ldap.html:25 @@ -6056,13 +6056,13 @@ msgstr "你的%(site_name)s 帳戶%(username)s已被激活" msgid "" "%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on " "%(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s 邀請你加入 %(site_name)s上的組織 %(org_name)s :" #: seahub/templates/sysadmin/user_add_email.html:15 #: seahub/templates/sysadmin/user_batch_add_email.html:12 #, python-format msgid "%(escaped_nickname)s invited you to join %(site_name)s." -msgstr "" +msgstr "%(escaped_nickname)s 邀請你加入 %(site_name)s 。" #: seahub/templates/sysadmin/user_add_email.html:20 #: seahub/templates/sysadmin/user_batch_add_email.html:16 @@ -6101,22 +6101,22 @@ msgstr "是否取消%s的管理員權限?" #: seahub/templates/sysadmin/useradmin_js.html:123 msgid "Are you sure you want to delete the selected user(s) ?" -msgstr "" +msgstr "確定要刪除選中的用戶嗎?" #: seahub/templates/sysadmin/useradmin_js.html:150 #, python-brace-format msgid "Successfully deleted {users}." -msgstr "" +msgstr "成功刪除{users}。" #: seahub/templates/sysadmin/useradmin_js.html:233 #, python-brace-format msgid "Successfully set quota for {users}." -msgstr "" +msgstr "成功為 {users} 設置容量。" #: seahub/templates/sysadmin/useradmin_js.html:259 #, python-brace-format msgid "Successfully set quota for {user}." -msgstr "" +msgstr "成功為 {user} 設置容量。" #: seahub/templates/sysadmin/userinfo.html:40 msgid "Organization" diff --git a/locale/zh_TW/LC_MESSAGES/djangojs.po b/locale/zh_TW/LC_MESSAGES/djangojs.po index c93b04190d..38c41717e8 100644 --- a/locale/zh_TW/LC_MESSAGES/djangojs.po +++ b/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -3,13 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# aa bbb , 2017 msgid "" msgstr "" "Project-Id-Version: seahub\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-17 10:30+0800\n" -"PO-Revision-Date: 2017-02-17 02:31+0000\n" -"Last-Translator: zheng xie \n" +"POT-Creation-Date: 2017-04-28 16:23+0800\n" +"PO-Revision-Date: 2017-05-02 01:59+0000\n" +"Last-Translator: aa bbb \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/haiwen/seahub/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -17,134 +18,138 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:516 -#: static/scripts/app/views/dir.js:584 -#: static/scripts/app/views/fileupload.js:346 -#: static/scripts/app/views/fileupload.js:360 -#: static/scripts/app/views/fileupload.js:372 -#: static/scripts/app/views/fileupload.js:384 static/scripts/common.js:553 +#: static/scripts/app/models/dirent.js:113 static/scripts/app/views/dir.js:623 +#: static/scripts/app/views/dir.js:694 +#: static/scripts/app/views/fileupload.js:366 +#: static/scripts/app/views/fileupload.js:380 +#: static/scripts/app/views/fileupload.js:392 +#: static/scripts/app/views/fileupload.js:404 static/scripts/common.js:564 msgid "Just now" -msgstr "" +msgstr "剛剛" #: static/scripts/app/models/repo.js:32 msgid "Name is required" -msgstr "" +msgstr "名稱為必填項" -#: static/scripts/app/models/repo.js:35 static/scripts/app/views/share.js:204 +#: static/scripts/app/models/repo.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:65 +#: static/scripts/app/views/dir.js:608 static/scripts/app/views/dir.js:669 +#: static/scripts/app/views/dirent.js:429 static/scripts/app/views/repo.js:167 +msgid "Name should not include '/'." +msgstr "名字不能包含 ‘/’。" + +#: static/scripts/app/models/repo.js:39 static/scripts/app/views/share.js:229 msgid "Please enter password" -msgstr "" +msgstr "請輸入密碼" -#: static/scripts/app/models/repo.js:36 static/scripts/app/views/share.js:212 +#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:237 msgid "Please enter the password again" -msgstr "" +msgstr "請再次輸入密碼" -#: static/scripts/app/models/repo.js:38 static/scripts/app/views/share.js:208 +#: static/scripts/app/models/repo.js:42 static/scripts/app/views/share.js:233 msgid "Password is too short" -msgstr "" +msgstr "密碼太短" -#: static/scripts/app/models/repo.js:40 static/scripts/app/views/share.js:216 +#: static/scripts/app/models/repo.js:44 static/scripts/app/views/share.js:241 msgid "Passwords don't match" -msgstr "" +msgstr "兩次輸入的密碼不一致" -#: static/scripts/app/models/repo.js:53 static/scripts/common.js:295 +#: static/scripts/app/models/repo.js:57 static/scripts/common.js:306 msgid "Encrypted library" -msgstr "" +msgstr "加密資料庫" -#: static/scripts/app/models/repo.js:55 static/scripts/common.js:299 +#: static/scripts/app/models/repo.js:59 static/scripts/common.js:310 #: static/scripts/sysadmin-app/models/trash-repo.js:14 msgid "Read-Write library" -msgstr "" +msgstr "可讀寫資料庫" -#: static/scripts/app/models/repo.js:57 static/scripts/common.js:297 +#: static/scripts/app/models/repo.js:61 static/scripts/common.js:308 msgid "Read-Only library" -msgstr "" +msgstr "唯讀資料庫" #: static/scripts/app/models/share-admin-folder.js:25 #: static/scripts/app/models/share-admin-repo.js:22 msgid "Read-Write" -msgstr "" +msgstr "可讀寫" #: static/scripts/app/models/share-admin-folder.js:27 #: static/scripts/app/models/share-admin-repo.js:24 msgid "Read-Only" -msgstr "" +msgstr "唯讀" #: static/scripts/app/views/account.js:58 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:127 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:246 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:293 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:89 -#: static/scripts/app/views/dir.js:382 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:134 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:96 +#: static/scripts/app/views/dir.js:469 static/scripts/app/views/dirent.js:240 #: static/scripts/app/views/group-discussions.js:125 #: static/scripts/app/views/group-discussions.js:203 #: static/scripts/app/views/group-discussions.js:246 #: static/scripts/app/views/group-manage-members.js:117 #: static/scripts/app/views/group-manage-members.js:146 #: static/scripts/app/views/group-members.js:80 -#: static/scripts/app/views/group.js:107 static/scripts/app/views/group.js:140 +#: static/scripts/app/views/group.js:109 static/scripts/app/views/group.js:142 #: static/scripts/app/views/groups.js:83 #: static/scripts/app/views/groups.js:134 #: static/scripts/app/views/invitations.js:78 -#: static/scripts/app/views/myhome-repos.js:91 -#: static/scripts/app/views/myhome-shared-repos.js:79 -#: static/scripts/app/views/notifications.js:140 -#: static/scripts/app/views/organization.js:123 -#: static/scripts/app/views/repo-folder-perm.js:94 -#: static/scripts/app/views/repo-folder-perm.js:134 +#: static/scripts/app/views/myhome-repos.js:93 +#: static/scripts/app/views/myhome-shared-repos.js:81 +#: static/scripts/app/views/notifications.js:63 +#: static/scripts/app/views/notifications.js:163 +#: static/scripts/app/views/organization.js:125 #: static/scripts/app/views/repo-shared-link.js:84 #: static/scripts/app/views/share-admin-folders.js:98 #: static/scripts/app/views/share-admin-repos.js:100 #: static/scripts/app/views/share-admin-share-links.js:150 #: static/scripts/app/views/share-admin-upload-links.js:64 +#: static/scripts/app/views/share.js:156 static/scripts/app/views/share.js:457 +#: static/scripts/app/views/share.js:571 static/scripts/app/views/share.js:636 #: static/scripts/sysadmin-app/views/group-members.js:96 #: static/scripts/sysadmin-app/views/groups.js:100 msgid "Please check the network." -msgstr "" +msgstr "請檢查網絡是否已連接。" #: static/scripts/app/views/details.js:47 msgid "New files" -msgstr "" +msgstr "新文件" #: static/scripts/app/views/details.js:53 msgid "Deleted files" -msgstr "" +msgstr "刪除的文件" #: static/scripts/app/views/details.js:59 msgid "Renamed or Moved files" -msgstr "" +msgstr "重命名或移動的文件" #: static/scripts/app/views/details.js:65 msgid "Modified files" -msgstr "" +msgstr "已修改文件" #: static/scripts/app/views/details.js:71 msgid "New directories" -msgstr "" +msgstr "新目錄" #: static/scripts/app/views/details.js:77 msgid "Deleted directories" -msgstr "" +msgstr "刪除的目錄" #: static/scripts/app/views/details.js:94 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:130 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:156 -#: static/scripts/app/views/dialogs/dirent-rename.js:74 -#: static/scripts/app/views/dialogs/repo-change-password.js:95 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:143 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:172 +#: static/scripts/app/views/dialogs/dirent-rename.js:96 +#: static/scripts/app/views/dialogs/repo-change-password.js:94 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:302 #: static/scripts/app/views/dialogs/repo-history-settings.js:82 #: static/scripts/app/views/dialogs/repo-history-settings.js:141 -#: static/scripts/app/views/dir.js:1103 static/scripts/app/views/dir.js:1137 -#: static/scripts/app/views/dir.js:1175 static/scripts/app/views/dirent.js:286 -#: static/scripts/app/views/folder-perm-item.js:84 -#: static/scripts/app/views/folder-perm-item.js:126 -#: static/scripts/app/views/folder-perm.js:155 -#: static/scripts/app/views/folder-perm.js:207 -#: static/scripts/app/views/folder-share-item.js:81 -#: static/scripts/app/views/folder-share-item.js:117 +#: static/scripts/app/views/dir.js:1262 static/scripts/app/views/dir.js:1296 +#: static/scripts/app/views/dir.js:1343 static/scripts/app/views/dirent.js:447 +#: static/scripts/app/views/folder-perm.js:205 +#: static/scripts/app/views/folder-share-item.js:85 +#: static/scripts/app/views/folder-share-item.js:121 #: static/scripts/app/views/group-discussion.js:94 #: static/scripts/app/views/group-manage-member.js:79 #: static/scripts/app/views/group-manage-member.js:105 #: static/scripts/app/views/group-manage-members.js:180 -#: static/scripts/app/views/group-repo.js:65 +#: static/scripts/app/views/group-repo.js:67 #: static/scripts/app/views/group-settings.js:133 #: static/scripts/app/views/group-settings.js:190 #: static/scripts/app/views/group-settings.js:230 @@ -152,10 +157,13 @@ msgstr "" #: static/scripts/app/views/group-settings.js:327 #: static/scripts/app/views/group-settings.js:362 #: static/scripts/app/views/invitations.js:146 -#: static/scripts/app/views/repo.js:167 static/scripts/app/views/repo.js:242 -#: static/scripts/app/views/share.js:345 static/scripts/app/views/share.js:634 -#: static/scripts/app/views/share.js:712 static/scripts/common.js:374 -#: static/scripts/common.js:463 +#: static/scripts/app/views/repo-folder-perm-item.js:86 +#: static/scripts/app/views/repo-folder-perm-item.js:127 +#: static/scripts/app/views/repo.js:192 static/scripts/app/views/repo.js:267 +#: static/scripts/app/views/share.js:370 static/scripts/app/views/share.js:713 +#: static/scripts/app/views/share.js:791 static/scripts/common.js:385 +#: static/scripts/common.js:474 +#: static/scripts/sysadmin-app/views/admin-logs.js:129 #: static/scripts/sysadmin-app/views/dashboard.js:46 #: static/scripts/sysadmin-app/views/desktop-devices.js:105 #: static/scripts/sysadmin-app/views/device-errors.js:92 @@ -178,142 +186,159 @@ msgstr "" #: static/scripts/sysadmin-app/views/system-repo.js:59 #: static/scripts/sysadmin-app/views/trash-repos.js:142 msgid "Failed. Please check the network." -msgstr "" +msgstr "操作失敗。請檢查網絡是否已連接。" #: static/scripts/app/views/device.js:42 +#: static/scripts/sysadmin-app/views/device.js:42 msgid "Unlink device" -msgstr "" +msgstr "斷開連接設備" #: static/scripts/app/views/device.js:43 +#: static/scripts/sysadmin-app/views/device.js:43 msgid "Are you sure you want to unlink this device?" -msgstr "" +msgstr "確定要斷開此設備的連接嗎?" #: static/scripts/app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:44 msgid "Delete files from this device the next time it comes online." -msgstr "" +msgstr "在此設備下次上線時刪除此設備上的文件。" #: static/scripts/app/views/device.js:53 static/scripts/app/views/device.js:73 -#: static/scripts/sysadmin-app/views/device.js:44 +#: static/scripts/sysadmin-app/views/device.js:53 +#: static/scripts/sysadmin-app/views/device.js:73 msgid "Successfully unlink %(name)s." -msgstr "" +msgstr "斷開 %(name)s 連接成功。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Move {placeholder} to:" -msgstr "" +msgstr "移動 {placeholder} 到" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:50 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:53 msgid "Copy {placeholder} to:" -msgstr "" +msgstr "複製 {placeholder} 到" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Moving %(name)s" -msgstr "" +msgstr "正在移動 %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:89 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:101 msgid "Copying %(name)s" -msgstr "" +msgstr "正在複製 %(name)s" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:105 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:117 msgid "Saving..." -msgstr "" +msgstr "保存中..." -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 msgid "Failed." -msgstr "" +msgstr "失敗。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:119 -#: static/scripts/app/views/dialogs/dirent-mvcp.js:147 -#: static/scripts/app/views/dir.js:1166 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:132 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:163 +#: static/scripts/app/views/dir.js:1334 msgid "Canceled." -msgstr "" +msgstr "已取消。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:179 -#: static/scripts/app/views/dir.js:948 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:195 +#: static/scripts/app/views/dir.js:1106 msgid "Invalid destination path" -msgstr "" +msgstr "目標路徑無效" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:199 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:214 +#: static/scripts/app/views/dirent.js:231 msgid "Successfully moved %(name)s" -msgstr "" +msgstr "成功移動 %(name)s。" -#: static/scripts/app/views/dialogs/dirent-mvcp.js:202 +#: static/scripts/app/views/dialogs/dirent-mvcp.js:217 msgid "Successfully copied %(name)s" -msgstr "" +msgstr "成功複製 %(name)s" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename Folder" -msgstr "" +msgstr "重新命名目錄" -#: static/scripts/app/views/dialogs/dirent-rename.js:35 +#: static/scripts/app/views/dialogs/dirent-rename.js:39 msgid "Rename File" -msgstr "" +msgstr "重新命名文件" + +#: static/scripts/app/views/dialogs/dirent-rename.js:59 +#: static/scripts/app/views/dir.js:603 static/scripts/app/views/dir.js:664 +#: static/scripts/app/views/dirent.js:423 +#: static/scripts/app/views/groups.js:112 +#: static/scripts/app/views/invitations.js:54 +#: static/scripts/app/views/repo.js:161 +#: static/scripts/sysadmin-app/views/dir.js:82 +msgid "It is required." +msgstr "必填項。" #: static/scripts/app/views/dialogs/repo-change-password.js:26 msgid "Change Password of Library {placeholder}" -msgstr "" +msgstr "更改資料庫 {placeholder} 密碼" #: static/scripts/app/views/dialogs/repo-change-password.js:50 msgid "Please enter the old password" -msgstr "" +msgstr "請輸入舊密碼。" #: static/scripts/app/views/dialogs/repo-change-password.js:54 msgid "Please enter a new password" -msgstr "" +msgstr "請輸入新密碼。" #: static/scripts/app/views/dialogs/repo-change-password.js:58 msgid "New password is too short" -msgstr "" +msgstr "新密碼太短" #: static/scripts/app/views/dialogs/repo-change-password.js:62 msgid "Please enter the new password again" -msgstr "" +msgstr "請再次輸入新密碼" #: static/scripts/app/views/dialogs/repo-change-password.js:66 msgid "New passwords don't match" -msgstr "" +msgstr "兩次輸入的新密碼不一致" -#: static/scripts/app/views/dialogs/repo-change-password.js:88 +#: static/scripts/app/views/dialogs/repo-change-password.js:87 msgid "Successfully changed library password." -msgstr "" +msgstr "資料庫密碼重置成功。" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:73 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:82 msgid "{placeholder} Folder Permission" -msgstr "" +msgstr "{placeholder} 目錄權限" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:92 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:101 #: static/scripts/app/views/group-settings.js:154 -#: static/scripts/app/views/repo.js:206 +#: static/scripts/app/views/repo.js:231 #: static/scripts/sysadmin-app/views/group-members.js:41 #: static/scripts/sysadmin-app/views/group.js:74 #: static/scripts/sysadmin-app/views/groups.js:68 #: static/scripts/sysadmin-app/views/repo.js:88 msgid "Search user or enter email and press Enter" -msgstr "" +msgstr "搜索用戶或輸入電子郵件,然後按Enter" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:94 -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:105 -msgid "You can only select 1 item" -msgstr "" - -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:103 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:110 msgid "Select a group" -msgstr "" +msgstr "選擇一個群組" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:122 -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:84 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:112 +msgid "You can only select 1 item" +msgstr "只能選擇1個項目" + +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:129 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:91 #: static/scripts/app/views/group-discussions.js:120 #: static/scripts/app/views/group-discussions.js:198 #: static/scripts/app/views/group-manage-members.js:112 #: static/scripts/app/views/group-members.js:75 -#: static/scripts/app/views/group.js:135 static/scripts/app/views/groups.js:78 +#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:78 #: static/scripts/app/views/invitations.js:141 -#: static/scripts/app/views/myhome-repos.js:86 -#: static/scripts/app/views/myhome-shared-repos.js:74 -#: static/scripts/app/views/organization.js:118 +#: static/scripts/app/views/myhome-repos.js:88 +#: static/scripts/app/views/myhome-shared-repos.js:76 +#: static/scripts/app/views/organization.js:120 #: static/scripts/app/views/share-admin-folders.js:93 #: static/scripts/app/views/share-admin-repos.js:95 #: static/scripts/app/views/share-admin-share-links.js:145 #: static/scripts/app/views/share-admin-upload-links.js:59 +#: static/scripts/app/views/share.js:151 static/scripts/app/views/share.js:452 +#: static/scripts/app/views/share.js:566 static/scripts/app/views/share.js:631 +#: static/scripts/sysadmin-app/views/admin-logs.js:124 #: static/scripts/sysadmin-app/views/dashboard.js:41 #: static/scripts/sysadmin-app/views/desktop-devices.js:100 #: static/scripts/sysadmin-app/views/device-errors.js:87 @@ -329,207 +354,220 @@ msgstr "" #: static/scripts/sysadmin-app/views/system-repo.js:54 #: static/scripts/sysadmin-app/views/trash-repos.js:137 msgid "Permission error" -msgstr "" +msgstr "權限錯誤" -#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:187 +#: static/scripts/app/views/dialogs/repo-folder-perm-admin.js:192 msgid "Please click and choose a directory." -msgstr "" +msgstr "請點擊選擇目標目錄。" #: static/scripts/app/views/dialogs/repo-history-settings.js:35 msgid "{placeholder} History Setting" -msgstr "" +msgstr "{placeholder} 歷史設置" #: static/scripts/app/views/dialogs/repo-history-settings.js:134 msgid "Successfully set library history." -msgstr "" +msgstr "成功設置資料庫歷史。" -#: static/scripts/app/views/dialogs/repo-share-link-admin.js:57 +#: static/scripts/app/views/dialogs/repo-share-link-admin.js:64 msgid "{placeholder} Share Links" -msgstr "" - -#: static/scripts/app/views/dir.js:50 -#: static/scripts/app/views/starred-file.js:60 -msgid "Close (Esc)" -msgstr "" +msgstr "{placeholder} 共享外鏈" #: static/scripts/app/views/dir.js:51 -#: static/scripts/app/views/starred-file.js:61 -msgid "Loading..." -msgstr "" +#: static/scripts/app/views/starred-file.js:106 +msgid "Close (Esc)" +msgstr "關閉 (Esc)" -#: static/scripts/app/views/dir.js:54 -#: static/scripts/app/views/starred-file.js:64 -msgid "Previous (Left arrow key)" -msgstr "" +#: static/scripts/app/views/dir.js:52 +#: static/scripts/app/views/starred-file.js:107 +msgid "Loading..." +msgstr "加載中..." #: static/scripts/app/views/dir.js:55 -#: static/scripts/app/views/starred-file.js:65 -msgid "Next (Right arrow key)" -msgstr "" +#: static/scripts/app/views/starred-file.js:110 +msgid "Previous (Left arrow key)" +msgstr "上一張 (左方向鍵)" #: static/scripts/app/views/dir.js:56 -#: static/scripts/app/views/starred-file.js:66 +#: static/scripts/app/views/starred-file.js:111 +msgid "Next (Right arrow key)" +msgstr "下一張 (右方向鍵)" + +#: static/scripts/app/views/dir.js:57 +#: static/scripts/app/views/starred-file.js:112 msgid "%curr% of %total%" -msgstr "" +msgstr "%curr% / %total%" -#: static/scripts/app/views/dir.js:61 -#: static/scripts/app/views/starred-file.js:72 +#: static/scripts/app/views/dir.js:62 +#: static/scripts/app/views/starred-file.js:118 msgid "Open in New Tab" -msgstr "" +msgstr "在新標籤頁打開" -#: static/scripts/app/views/dir.js:64 -#: static/scripts/app/views/starred-file.js:75 +#: static/scripts/app/views/dir.js:65 +#: static/scripts/app/views/starred-file.js:121 msgid "The image could not be loaded." -msgstr "" +msgstr " 圖片 無法被加載。" -#: static/scripts/app/views/dir.js:314 +#: static/scripts/app/views/dir.js:411 msgid "Password is required." -msgstr "" +msgstr "密碼為必填項。" -#: static/scripts/app/views/dir.js:501 static/scripts/app/views/dir.js:559 -#: static/scripts/app/views/groups.js:112 -#: static/scripts/app/views/invitations.js:54 -#: static/scripts/sysadmin-app/views/dir.js:82 -msgid "It is required." -msgstr "" - -#: static/scripts/app/views/dir.js:565 +#: static/scripts/app/views/dir.js:675 msgid "Only an extension there, please input a name." -msgstr "" +msgstr "請輸入完整的文件名。" -#: static/scripts/app/views/dir.js:813 static/scripts/app/views/dir.js:953 +#: static/scripts/app/views/dir.js:713 +msgid "New File" +msgstr "新建文件" + +#: static/scripts/app/views/dir.js:721 +msgid "New Markdown File" +msgstr "新建Markdown文件" + +#: static/scripts/app/views/dir.js:729 +msgid "New Excel File" +msgstr "新建Excel文件" + +#: static/scripts/app/views/dir.js:737 +msgid "New PowerPoint File" +msgstr "新建PowerPoint文件" + +#: static/scripts/app/views/dir.js:745 +msgid "New Word File" +msgstr "新建Word文件" + +#: static/scripts/app/views/dir.js:969 static/scripts/app/views/dir.js:1111 msgid "Processing..." -msgstr "" +msgstr "處理中..." -#: static/scripts/app/views/dir.js:850 +#: static/scripts/app/views/dir.js:1006 msgid "Successfully deleted %(name)s." -msgstr "" +msgstr "成功刪除 %(name)s" -#: static/scripts/app/views/dir.js:852 +#: static/scripts/app/views/dir.js:1008 msgid "Successfully deleted %(name)s and 1 other item." -msgstr "" +msgstr "成功刪除 %(name)s 和其他1項內容。" -#: static/scripts/app/views/dir.js:854 +#: static/scripts/app/views/dir.js:1010 msgid "Successfully deleted %(name)s and %(amount)s other items." -msgstr "" +msgstr "成功刪除 %(name)s 和其他 %(amount)s 項內容。" -#: static/scripts/app/views/dir.js:861 +#: static/scripts/app/views/dir.js:1019 msgid "Failed to delete %(name)s." -msgstr "" - -#: static/scripts/app/views/dir.js:863 -msgid "Failed to delete %(name)s and 1 other item." -msgstr "" - -#: static/scripts/app/views/dir.js:865 -msgid "Failed to delete %(name)s and %(amount)s other items." -msgstr "" - -#: static/scripts/app/views/dir.js:878 -msgid "Delete Items" -msgstr "" - -#: static/scripts/app/views/dir.js:879 -msgid "Are you sure you want to delete these selected items?" -msgstr "" - -#: static/scripts/app/views/dir.js:893 -msgid "Move selected item(s) to:" -msgstr "" - -#: static/scripts/app/views/dir.js:893 -msgid "Copy selected item(s) to:" -msgstr "" - -#: static/scripts/app/views/dir.js:997 -msgid "Successfully moved %(name)s." -msgstr "" - -#: static/scripts/app/views/dir.js:999 -msgid "Successfully moved %(name)s and 1 other item." -msgstr "" - -#: static/scripts/app/views/dir.js:1001 -msgid "Successfully moved %(name)s and %(amount)s other items." -msgstr "" - -#: static/scripts/app/views/dir.js:1005 -msgid "Successfully copied %(name)s." -msgstr "" - -#: static/scripts/app/views/dir.js:1007 -msgid "Successfully copied %(name)s and 1 other item." -msgstr "" - -#: static/scripts/app/views/dir.js:1009 -msgid "Successfully copied %(name)s and %(amount)s other items." -msgstr "" +msgstr "刪除 %(name)s 失敗。" #: static/scripts/app/views/dir.js:1021 -msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." -msgstr "" +msgid "Failed to delete %(name)s and 1 other item." +msgstr "刪除 %(name)s 以及另外1項失敗。" #: static/scripts/app/views/dir.js:1023 +msgid "Failed to delete %(name)s and %(amount)s other items." +msgstr "刪除 %(name)s 以及另外 %(amount)s 項失敗。" + +#: static/scripts/app/views/dir.js:1036 +msgid "Delete Items" +msgstr "刪除項目" + +#: static/scripts/app/views/dir.js:1037 +msgid "Are you sure you want to delete these selected items?" +msgstr "確定要刪除選中的條目嗎?" + +#: static/scripts/app/views/dir.js:1051 +msgid "Move selected item(s) to:" +msgstr "將已選條目移動到:" + +#: static/scripts/app/views/dir.js:1051 +msgid "Copy selected item(s) to:" +msgstr "將已選條目複製到:" + +#: static/scripts/app/views/dir.js:1155 +msgid "Successfully moved %(name)s." +msgstr "成功移動 %(name)s。" + +#: static/scripts/app/views/dir.js:1157 +msgid "Successfully moved %(name)s and 1 other item." +msgstr "成功移動 %(name)s 和另1項條目。" + +#: static/scripts/app/views/dir.js:1159 +msgid "Successfully moved %(name)s and %(amount)s other items." +msgstr "成功移動 %(name)s 和其他 %(amount)s 項條目。" + +#: static/scripts/app/views/dir.js:1164 +msgid "Successfully copied %(name)s." +msgstr "成功複製 %(name)s。" + +#: static/scripts/app/views/dir.js:1166 +msgid "Successfully copied %(name)s and 1 other item." +msgstr "成功複製 %(name)s 和另1項條目。" + +#: static/scripts/app/views/dir.js:1168 +msgid "Successfully copied %(name)s and %(amount)s other items." +msgstr "成功複製 %(name)s 和其他 %(amount)s 項條目。" + +#: static/scripts/app/views/dir.js:1180 +msgid "Internal error. Failed to move %(name)s and %(amount)s other item(s)." +msgstr "內部錯誤。移動 %(name)s 和其他 %(amount)s 項內容失敗。" + +#: static/scripts/app/views/dir.js:1182 msgid "Internal error. Failed to move %(name)s." -msgstr "" +msgstr "內部錯誤。移動 %(name)s 失敗" -#: static/scripts/app/views/dir.js:1027 +#: static/scripts/app/views/dir.js:1186 msgid "Internal error. Failed to copy %(name)s and %(amount)s other item(s)." -msgstr "" +msgstr "內部錯誤。複製 %(name)s 和其他 %(amount)s 項內容失敗。" -#: static/scripts/app/views/dir.js:1029 +#: static/scripts/app/views/dir.js:1188 msgid "Internal error. Failed to copy %(name)s." -msgstr "" +msgstr "內部錯誤。複製 %(name)s 失敗。" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Moving file %(index)s of %(total)s" -msgstr "" +msgstr "正在移動文件 %(index)s / %(total)s" -#: static/scripts/app/views/dir.js:1069 +#: static/scripts/app/views/dir.js:1228 msgid "Copying file %(index)s of %(total)s" -msgstr "" +msgstr "正在復製文件 %(index)s / %(total)s" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to move %(name)s" -msgstr "" +msgstr "移動 %(name)s 失敗" -#: static/scripts/app/views/dir.js:1091 +#: static/scripts/app/views/dir.js:1250 msgid "Failed to copy %(name)s" -msgstr "" +msgstr "複製 %(name)s 失敗" #: static/scripts/app/views/dirent-grid.js:59 -#: static/scripts/app/views/dirent.js:64 +#: static/scripts/app/views/dirent.js:69 msgid "locked by {placeholder}" -msgstr "" +msgstr "被 {placeholder} 鎖定" -#: static/scripts/app/views/dirent-grid.js:167 -#: static/scripts/app/views/dirent.js:207 +#: static/scripts/app/views/dirent-grid.js:174 +#: static/scripts/app/views/dirent.js:336 msgid "Successfully deleted %(name)s" -msgstr "" +msgstr "刪除 %(name)s 成功" #: static/scripts/app/views/fileupload.js:10 msgid "File is too big" -msgstr "" +msgstr "文件太大" #: static/scripts/app/views/fileupload.js:11 msgid "File is too small" -msgstr "" +msgstr "文件太小" #: static/scripts/app/views/fileupload.js:12 msgid "Filetype not allowed" -msgstr "" +msgstr "不支持的文件類型" #: static/scripts/app/views/fileupload.js:13 msgid "Max number of files exceeded" -msgstr "" +msgstr "文件太多" #: static/scripts/app/views/fileupload.js:14 msgid "Uploaded bytes exceed file size" -msgstr "" +msgstr "上傳大小超過了文件大小" #: static/scripts/app/views/fileupload.js:15 msgid "Empty file upload result" -msgstr "" +msgstr "空文件" #: static/scripts/app/views/fileupload.js:17 #: static/scripts/app/views/group-discussions.js:122 @@ -537,132 +575,134 @@ msgstr "" #: static/scripts/app/views/group-manage-members.js:114 #: static/scripts/app/views/group-manage-members.js:178 #: static/scripts/app/views/group-members.js:77 -#: static/scripts/app/views/group.js:137 static/scripts/app/views/groups.js:80 -#: static/scripts/app/views/myhome-repos.js:88 -#: static/scripts/app/views/myhome-shared-repos.js:76 -#: static/scripts/app/views/organization.js:120 +#: static/scripts/app/views/group.js:139 static/scripts/app/views/groups.js:80 +#: static/scripts/app/views/myhome-repos.js:90 +#: static/scripts/app/views/myhome-shared-repos.js:78 +#: static/scripts/app/views/organization.js:122 #: static/scripts/app/views/share-admin-folders.js:95 #: static/scripts/app/views/share-admin-repos.js:97 #: static/scripts/app/views/share-admin-share-links.js:147 #: static/scripts/app/views/share-admin-upload-links.js:61 +#: static/scripts/app/views/share.js:153 static/scripts/app/views/share.js:454 +#: static/scripts/app/views/share.js:568 static/scripts/app/views/share.js:633 msgid "Error" -msgstr "" +msgstr "錯誤" #: static/scripts/app/views/fileupload.js:18 msgid "uploaded" -msgstr "" +msgstr "已上載" #: static/scripts/app/views/fileupload.js:19 msgid "canceled" -msgstr "" +msgstr "已取消" #: static/scripts/app/views/fileupload.js:20 msgid "Start" -msgstr "" +msgstr "上傳" #: static/scripts/app/views/fileupload.js:21 msgid "Cancel" -msgstr "" +msgstr "取消" #: static/scripts/app/views/fileupload.js:22 msgid "Delete" -msgstr "" +msgstr "删除" #: static/scripts/app/views/fileupload.js:46 msgid "File Uploading..." -msgstr "" +msgstr "文件上傳中..." #: static/scripts/app/views/fileupload.js:47 msgid "File Upload complete" -msgstr "" +msgstr "文件上傳已完成" #: static/scripts/app/views/fileupload.js:48 msgid "File Upload canceled" -msgstr "" +msgstr "文件上傳已取消" #: static/scripts/app/views/fileupload.js:49 msgid "File Upload failed" -msgstr "" +msgstr "文件上傳失敗" -#: static/scripts/app/views/fileupload.js:189 +#: static/scripts/app/views/fileupload.js:209 msgid "Failed to get upload url" -msgstr "" +msgstr "無法獲得上傳鏈接" -#: static/scripts/app/views/fileupload.js:222 +#: static/scripts/app/views/fileupload.js:242 msgid "Failed to get update url" -msgstr "" +msgstr "無法獲得更新鏈接" -#: static/scripts/app/views/fileupload.js:233 +#: static/scripts/app/views/fileupload.js:253 msgid "Replace file {filename}?" -msgstr "" +msgstr "覆蓋文件 {filename} ?" -#: static/scripts/app/views/fileupload.js:259 +#: static/scripts/app/views/fileupload.js:279 msgid "File is locked" -msgstr "" +msgstr "文件已鎖定" -#: static/scripts/app/views/folder-perm.js:48 +#: static/scripts/app/views/folder-perm.js:60 msgid "Set {placeholder}'s permission" -msgstr "" +msgstr "設置 {placeholder} 權限" -#: static/scripts/app/views/folder-perm.js:100 -#: static/scripts/app/views/share.js:529 +#: static/scripts/app/views/folder-perm.js:113 +#: static/scripts/app/views/share.js:621 msgid "Select groups" -msgstr "" +msgstr "選擇群組" -#: static/scripts/app/views/folder-share-item.js:79 +#: static/scripts/app/views/folder-share-item.js:83 msgid "Edit failed" -msgstr "" +msgstr "編輯失敗" -#: static/scripts/app/views/folder-share-item.js:115 +#: static/scripts/app/views/folder-share-item.js:119 msgid "Delete failed" -msgstr "" +msgstr "刪除失敗" #: static/scripts/app/views/group-manage-members.js:71 msgid "{placeholder} Members" -msgstr "" +msgstr "{placeholder} 成員" -#: static/scripts/app/views/group-repo.js:57 -#: static/scripts/app/views/organization-repo.js:48 +#: static/scripts/app/views/group-repo.js:59 +#: static/scripts/app/views/organization-repo.js:50 msgid "Successfully unshared 1 item." -msgstr "" +msgstr "成功取消共享 1 個條目。" #: static/scripts/app/views/group-settings.js:155 -#: static/scripts/app/views/repo.js:207 +#: static/scripts/app/views/repo.js:232 #: static/scripts/sysadmin-app/views/group.js:75 #: static/scripts/sysadmin-app/views/groups.js:69 #: static/scripts/sysadmin-app/views/repo.js:89 msgid "You cannot select any more choices" -msgstr "" +msgstr "您不能選擇更多項" #: static/scripts/app/views/group-settings.js:182 msgid "" "Successfully transferred the group. You are now a normal member of the " "group." -msgstr "" +msgstr "成功轉讓群組。您現在已成為群主的普通成員。" #: static/scripts/app/views/group-settings.js:248 msgid "Please choose a CSV file" -msgstr "" +msgstr "請添加 CSV 文件" #: static/scripts/app/views/group-settings.js:279 msgid "Successfully imported." -msgstr "" +msgstr "導入成功。" #: static/scripts/app/views/group-settings.js:307 msgid "Dismiss Group" -msgstr "" +msgstr "解散群組" #: static/scripts/app/views/group-settings.js:308 msgid "Really want to dismiss this group?" -msgstr "" +msgstr "確定要解散該群組嗎?" #: static/scripts/app/views/group-settings.js:341 msgid "Quit Group" -msgstr "" +msgstr "退出群組" #: static/scripts/app/views/group-settings.js:342 msgid "Are you sure you want to quit this group?" -msgstr "" +msgstr "確定要退出該群組嗎?" #: static/scripts/app/views/invitation.js:37 #: static/scripts/app/views/share-admin-folder.js:91 @@ -670,197 +710,259 @@ msgstr "" #: static/scripts/app/views/share-admin-share-link.js:55 #: static/scripts/app/views/share-admin-upload-link.js:54 msgid "Successfully deleted 1 item" -msgstr "" +msgstr "成功刪除 1 個條目" -#: static/scripts/app/views/repo.js:62 +#: static/scripts/app/views/notifications.js:58 +msgid "You have logged out." +msgstr "你已經登出。" + +#: static/scripts/app/views/notifications.js:58 +msgid "Log in" +msgstr "登入" + +#: static/scripts/app/views/notifications.js:63 +msgid "Refresh" +msgstr "重新整理" + +#: static/scripts/app/views/repo.js:77 +#: static/scripts/sysadmin-app/views/admin-log.js:40 #: static/scripts/sysadmin-app/views/repo.js:46 #: static/scripts/sysadmin-app/views/trash-repo.js:28 msgid "Delete Library" -msgstr "" +msgstr "刪除資料庫" -#: static/scripts/app/views/repo.js:63 +#: static/scripts/app/views/repo.js:78 #: static/scripts/sysadmin-app/views/group-member.js:82 #: static/scripts/sysadmin-app/views/group.js:31 #: static/scripts/sysadmin-app/views/repo.js:47 #, javascript-format msgid "Are you sure you want to delete %s ?" -msgstr "" +msgstr "確定要刪除 %s 嗎?" -#: static/scripts/app/views/repo.js:73 +#: static/scripts/app/views/repo.js:88 #: static/scripts/sysadmin-app/views/repo.js:60 msgid "Successfully deleted." -msgstr "" +msgstr "刪除成功。" -#: static/scripts/app/views/repo.js:196 +#: static/scripts/app/views/repo.js:221 #: static/scripts/sysadmin-app/views/repo.js:78 msgid "Transfer Library {library_name} To" -msgstr "" +msgstr "轉移資料庫 {library_name} 給" -#: static/scripts/app/views/repo.js:235 +#: static/scripts/app/views/repo.js:260 #: static/scripts/sysadmin-app/views/repo.js:116 msgid "Successfully transferred the library." -msgstr "" +msgstr "資料庫轉讓成功。" #: static/scripts/app/views/share-admin-folder.js:63 #: static/scripts/app/views/share-admin-repo.js:65 msgid "Successfully modified permission" -msgstr "" +msgstr "成功更改權限" -#: static/scripts/app/views/share.js:57 +#: static/scripts/app/views/share.js:65 #: static/scripts/sysadmin-app/views/share.js:41 msgid "Share {placeholder}" -msgstr "" +msgstr "共享 {placeholder}" -#: static/scripts/app/views/share.js:123 +#: static/scripts/app/views/share.js:140 msgid "Expired" -msgstr "" +msgstr "已過期" -#: static/scripts/app/views/share.js:154 static/scripts/app/views/share.js:155 -#: static/scripts/app/views/share.js:176 static/scripts/app/views/share.js:177 +#: static/scripts/app/views/share.js:179 static/scripts/app/views/share.js:180 +#: static/scripts/app/views/share.js:201 static/scripts/app/views/share.js:202 msgid "Hide" -msgstr "" +msgstr "隱藏" -#: static/scripts/app/views/share.js:172 static/scripts/app/views/share.js:173 +#: static/scripts/app/views/share.js:197 static/scripts/app/views/share.js:198 msgid "Show" -msgstr "" +msgstr "顯示" -#: static/scripts/app/views/share.js:226 +#: static/scripts/app/views/share.js:251 msgid "Please enter days." -msgstr "" +msgstr "請輸入天數" -#: static/scripts/app/views/share.js:230 +#: static/scripts/app/views/share.js:255 msgid "Please enter valid days" -msgstr "" +msgstr "請輸入有效的天數" -#: static/scripts/app/views/share.js:312 +#: static/scripts/app/views/share.js:337 msgid "Please input at least an email." -msgstr "" +msgstr "請輸入至少一個郵箱。" -#: static/scripts/app/views/share.js:329 +#: static/scripts/app/views/share.js:354 msgid "Successfully sent to {placeholder}" -msgstr "" +msgstr "成功發送給 {placeholder}" -#: static/scripts/app/views/share.js:333 +#: static/scripts/app/views/share.js:358 msgid "Failed to send to {placeholder}" -msgstr "" +msgstr "發送給 {placeholder} 失敗" -#: static/scripts/app/views/shared-repo.js:26 +#: static/scripts/app/views/shared-repo.js:27 #: static/scripts/sysadmin-app/views/dirent.js:49 #: static/scripts/sysadmin-app/views/search-trash-repos.js:60 #: static/scripts/sysadmin-app/views/trash-repo.js:41 #: static/scripts/sysadmin-app/views/trash-repo.js:71 #: static/scripts/sysadmin-app/views/trash-repos.js:64 msgid "Success" -msgstr "" +msgstr "成功" -#: static/scripts/app/views/starred-file-item.js:45 +#: static/scripts/app/views/starred-file-item.js:60 msgid "Successfully unstared {placeholder}" -msgstr "" +msgstr "成功取消星標 {placeholder}" -#: static/scripts/common.js:587 +#: static/scripts/common.js:598 msgid "Search users or enter emails and press Enter" -msgstr "" +msgstr "搜索用戶或輸入電子郵件,然後按Enter" -#: static/scripts/common.js:595 static/scripts/common.js:666 +#: static/scripts/common.js:606 static/scripts/common.js:677 msgid "Please enter 1 or more character" -msgstr "" +msgstr "請輸入 1 個或更多字符" -#: static/scripts/common.js:596 static/scripts/common.js:667 +#: static/scripts/common.js:607 static/scripts/common.js:678 msgid "No matches" -msgstr "" +msgstr "沒有匹配項" -#: static/scripts/common.js:597 static/scripts/common.js:668 +#: static/scripts/common.js:608 static/scripts/common.js:679 msgid "Searching..." -msgstr "" +msgstr "搜索中..." -#: static/scripts/common.js:598 static/scripts/common.js:669 +#: static/scripts/common.js:609 static/scripts/common.js:680 msgid "Loading failed" -msgstr "" +msgstr "加載失敗" -#: static/scripts/common.js:658 +#: static/scripts/common.js:669 msgid "Search groups" -msgstr "" +msgstr "查找群組" -#: static/scripts/common.js:977 +#: static/scripts/common.js:1004 msgid "Packaging..." -msgstr "" +msgstr "正在封包" + +#: static/scripts/sysadmin-app/views/admin-log.js:41 +msgid "Deleted library {library_name}" +msgstr "刪除資料庫 {library_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:46 +msgid "Transfer Library" +msgstr "轉讓資料庫" + +#: static/scripts/sysadmin-app/views/admin-log.js:47 +msgid "Transferred library {library_name} from {user_from} to {user_to}" +msgstr "轉讓資料庫 {library_name} 由 {user_from} 到 {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:58 +msgid "Create Group" +msgstr "建立群組" + +#: static/scripts/sysadmin-app/views/admin-log.js:59 +msgid "Created group {group_name}" +msgstr "建立群組 {group_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:63 +msgid "Transfer Group" +msgstr "轉讓群組" + +#: static/scripts/sysadmin-app/views/admin-log.js:64 +msgid "Transferred group {group_name} from {user_from} to {user_to}" +msgstr "轉讓群組 {group_name} 由 {user_from} 到 {user_to}" + +#: static/scripts/sysadmin-app/views/admin-log.js:71 +#: static/scripts/sysadmin-app/views/group.js:30 +msgid "Delete Group" +msgstr "删除群组" + +#: static/scripts/sysadmin-app/views/admin-log.js:72 +msgid "Deleted group {group_name}" +msgstr "已刪除群組 {group_name}" + +#: static/scripts/sysadmin-app/views/admin-log.js:77 +msgid "Add User" +msgstr "新增使用者" + +#: static/scripts/sysadmin-app/views/admin-log.js:78 +msgid "Added user {user}" +msgstr "已新增使用者 {user}" + +#: static/scripts/sysadmin-app/views/admin-log.js:83 +msgid "Delete User" +msgstr "刪除使用者" + +#: static/scripts/sysadmin-app/views/admin-log.js:84 +msgid "Deleted user {user}" +msgstr "刪除使用者 {user}" #: static/scripts/sysadmin-app/views/device-errors.js:39 msgid "Successfully clean all errors." -msgstr "" +msgstr "清除所有錯誤成功。" #: static/scripts/sysadmin-app/views/group-member.js:81 msgid "Delete Member" -msgstr "" +msgstr "删除成員" #: static/scripts/sysadmin-app/views/group-member.js:95 msgid "Successfully deleted member {placeholder}" -msgstr "" +msgstr "成功刪除成員 {placeholder}" #: static/scripts/sysadmin-app/views/group-members.js:51 msgid "Email is required." -msgstr "" +msgstr "郵箱為必填項。" #: static/scripts/sysadmin-app/views/group-repo.js:28 msgid "Unshare Library" -msgstr "" +msgstr "取消共享資料庫" #: static/scripts/sysadmin-app/views/group-repo.js:29 #, javascript-format msgid "Are you sure you want to unshare %s ?" -msgstr "" +msgstr "確定要取消共享 %s 嗎?" #: static/scripts/sysadmin-app/views/group-repo.js:42 msgid "Successfully unshared library {placeholder}" -msgstr "" - -#: static/scripts/sysadmin-app/views/group.js:30 -msgid "Delete Group" -msgstr "" +msgstr "成功取消共享資料庫 {placeholder}" #: static/scripts/sysadmin-app/views/group.js:44 msgid "Successfully deleted 1 item." -msgstr "" +msgstr "成功刪除 1 個項目。" #: static/scripts/sysadmin-app/views/group.js:64 msgid "Transfer Group {group_name} To" -msgstr "" +msgstr "將群組 {group_name} 轉讓給" #: static/scripts/sysadmin-app/views/group.js:101 msgid "Successfully transferred the group." -msgstr "" +msgstr "群組轉讓成功。" #: static/scripts/sysadmin-app/views/groups.js:79 msgid "Name is required." -msgstr "" +msgstr "必須填寫名字。" #: static/scripts/sysadmin-app/views/search-trash-repos.js:46 msgid "Delete Library By Owner" -msgstr "" +msgstr "通過擁有者刪除資料庫" #: static/scripts/sysadmin-app/views/search-trash-repos.js:47 #, javascript-format msgid "Are you sure you want to delete all %s's libraries?" -msgstr "" +msgstr "確定要刪除所有 %s 的資料庫嗎?" #: static/scripts/sysadmin-app/views/trash-repo.js:29 #, javascript-format msgid "Are you sure you want to delete %s completely?" -msgstr "" +msgstr "確定要完全刪除 %s 嗎?" #: static/scripts/sysadmin-app/views/trash-repo.js:58 msgid "Restore Library" -msgstr "" +msgstr "還原資料庫" #: static/scripts/sysadmin-app/views/trash-repo.js:59 #, javascript-format msgid "Are you sure you want to restore %s?" -msgstr "" +msgstr "確定要還原 %s ?" #: static/scripts/sysadmin-app/views/trash-repos.js:49 msgid "Clear Trash" -msgstr "" +msgstr "清空回收站" #: static/scripts/sysadmin-app/views/trash-repos.js:50 msgid "Are you sure you want to clear trash?" -msgstr "" +msgstr "確定要清空回收站嗎?" diff --git a/seahub/settings.py b/seahub/settings.py index cbc791fdfb..842a3799e7 100644 --- a/seahub/settings.py +++ b/seahub/settings.py @@ -140,8 +140,12 @@ TEMPLATE_DIRS = ( # django.utils.translation -- that module depends on the settings. gettext_noop = lambda s: s LANGUAGES = ( - ('ca', gettext_noop('català')), + ('ar', gettext_noop(u'العربية')), + # ('bg', gettext_noop(u'български език')), + ('ca', gettext_noop(u'Català')), + # ('cs', gettext_noop(u'čeština')), ('de', gettext_noop(u'Deutsch')), + ('el', gettext_noop(u'ελληνικά')), ('en', gettext_noop('English')), ('es', gettext_noop('Español')), ('es-ar', gettext_noop('Español de Argentina')), @@ -154,17 +158,20 @@ LANGUAGES = ( ('it', gettext_noop('Italiano')), ('ja', gettext_noop('日本語')), ('ko', gettext_noop('한국어')), + # ('lt', gettext_noop(u'Lietuvių kalba')), ('lv', gettext_noop('Latvian')), + # ('mk', gettext_noop(u'македонски јазик')), ('nl', gettext_noop('Nederlands')), ('pl', gettext_noop('Polski')), ('pt-br', gettext_noop('Portuguese, Brazil')), ('ru', gettext_noop(u'Русский')), - ('sk', gettext_noop('Slovak')), + # ('sk', gettext_noop('Slovak')), ('sl', gettext_noop('Slovenian')), ('sv', gettext_noop('Svenska')), ('th', gettext_noop('ไทย')), ('tr', gettext_noop('Türkçe')), ('uk', gettext_noop('українська мова')), + ('vi', gettext_noop(u'Tiếng Việt')), ('zh-cn', gettext_noop(u'简体中文')), ('zh-tw', gettext_noop(u'繁體中文')), )