From cb5904050ac0dbf457fbd92cafc72dd25238135c Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Tue, 22 Apr 2014 17:40:16 -0400 Subject: [PATCH 1/3] Correct native spelling of Armenian language --- lms/envs/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 7136f56713..d163c839c8 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -565,7 +565,7 @@ LANGUAGES = ( # ('he', u'עברית'), # Hebrew ('hi', u'हिन्दी'), # Hindi # ('hu', u'magyar'), # Hungarian - ('hy-am', u'Հայերէն (Հայաստանի Հանրապետութիւն)'), # Armenian (Armenia) + ('hy-am', u'Հայերեն (Հայաստան)'), # Armenian (Armenia) ('id', u'Bahasa Indonesia'), # Indonesian ('it-it', u'Italiano (Italia)'), # Italian (Italy) ('ja-jp', u'日本語(日本)'), # Japanese (Japan) From 3422fcfe219a678a4b6f055b54b8f25e28e184ea Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sun, 27 Apr 2014 15:29:17 -0400 Subject: [PATCH 2/3] Update how translations are pulled --- i18n/branch_cleanup.py | 36 +++++++++++++++++++++++ i18n/transifex.py | 4 ++- i18n/validate.py | 2 ++ lms/envs/common.py | 66 +++++++++++++++++++++--------------------- 4 files changed, 74 insertions(+), 34 deletions(-) create mode 100644 i18n/branch_cleanup.py diff --git a/i18n/branch_cleanup.py b/i18n/branch_cleanup.py new file mode 100644 index 0000000000..9b1c1cc36c --- /dev/null +++ b/i18n/branch_cleanup.py @@ -0,0 +1,36 @@ +#!/usr/bin/env python +""" +Utility for cleaning up your local directory after switching between +branches with different translation levels (eg master branch, with only +reviewed translations, versus dev branch, with all translations) +""" +from __future__ import print_function +import os + +from i18n.config import CONFIGURATION +from i18n.execute import execute + + +def clean_conf_folder(locale): + """Remove the configuration directory for `locale`""" + dirname = CONFIGURATION.get_messages_dir(locale) + command = "rm -rf {}".format(dirname) + print(command) + try: + execute(command) + except Exception as exc: + print("Encountered error {}; continuing...".format(exc)) + return + + +def clean_configuration_directory(): + """ + Remove the configuration directories for all locales + in CONFIGURATION.translated_locales + """ + for locale in CONFIGURATION.translated_locales: + clean_conf_folder(locale) + + +if __name__ == '__main__': + clean_configuration_directory() diff --git a/i18n/transifex.py b/i18n/transifex.py index 82470ac7ba..dc30a645bc 100755 --- a/i18n/transifex.py +++ b/i18n/transifex.py @@ -18,6 +18,8 @@ def push(): def pull(): print("Pulling languages from transifex...") + # Pull translations from all languages where there is + # at least 10% reviewed translations execute('tx pull --mode=reviewed --all') clean_translated_locales() @@ -52,7 +54,7 @@ def clean_file(filename): except Exception as exc: # An exception can occur when a language is deleted from Transifex. # Don't totally fail here. - print("Encountered error %s with filename %s - does language project still exist on Transifex?", exc, filename) + print("Encountered error {} with filename {} - language project may no longer exist on Transifex".format(exc, filename)) return if po.header.find(EDX_MARKER) != -1: new_header = get_new_header(po) diff --git a/i18n/validate.py b/i18n/validate.py index 7e95e36d2d..48a4015822 100644 --- a/i18n/validate.py +++ b/i18n/validate.py @@ -213,4 +213,6 @@ if __name__ == '__main__': logging.basicConfig(stream=sys.stdout, level=log_level) # pylint: enable=invalid-name + print("Validating languages...") main(languages=args.language, empty=args.empty, verbosity=args.verbose) + print("Finished validating languages") diff --git a/lms/envs/common.py b/lms/envs/common.py index d163c839c8..6d8862568c 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -535,61 +535,61 @@ LANGUAGES = ( ('fake2', u'Fake translations'), # Another dummy language for testing (not pushed to prod) ('ar', u'العربية'), # Arabic -# ('az', u'azərbaycanca'), # Azerbaijani -# ('bg-bg', u'български (България)'), # Bulgarian (Bulgaria) -# ('bn', u'বাংলা'), # Bengali -# ('bn-bd', u'বাংলা (বাংলাদেশ)'), # Bengali (Bangladesh) -# ('bs', u'bosanski'), # Bosnian + ('az', u'azərbaycanca'), # Azerbaijani + ('bg-bg', u'български (България)'), # Bulgarian (Bulgaria) + ('bn', u'বাংলা'), # Bengali + ('bn-bd', u'বাংলা (বাংলাদেশ)'), # Bengali (Bangladesh) + ('bs', u'bosanski'), # Bosnian ('ca', u'Català'), # Catalan -# ('ca@valencia', u'Català (València)'), # Catalan (Valencia) + ('ca@valencia', u'Català (València)'), # Catalan (Valencia) ('cs', u'Čeština'), # Czech -# ('cy', u'Cymraeg'), # Welsh + ('cy', u'Cymraeg'), # Welsh ('de-de', u'Deutsch (Deutschland)'), # German (Germany) -# ('el', u'Ελληνικά'), # Greek + ('el', u'Ελληνικά'), # Greek ('en@lolcat', u'LOLCAT English'), # LOLCAT English ('en@pirate', u'Pirate English'), # Pirate English ('es-419', u'Español (Latinoamérica)'), # Spanish (Latin America) -# ('es-ar', u'Español (Argentina)'), # Spanish (Argentina) -# ('es-ec', u'Español (Ecuador)'), # Spanish (Ecuador) + ('es-ar', u'Español (Argentina)'), # Spanish (Argentina) + ('es-ec', u'Español (Ecuador)'), # Spanish (Ecuador) ('es-es', u'Español (España)'), # Spanish (Spain) -# ('es-mx', u'Español (México)'), # Spanish (Mexico) -# ('es-pe', u'Español (Perú)'), # Spanish (Peru) -# ('es-us', u'Español (Estados Unidos)'), # Spanish (United States) -# ('et-ee', u'Eesti (Eesti)'), # Estonian (Estonia) -# ('eu-es', u'euskara (Espainia)'), # Basque (Spain) -# ('fa', u'فارسی'), # Persian -# ('fa-ir', u'فارسی (ایران)'), # Persian (Iran) -# ('fi-fi', u'Suomi (Suomi)'), # Finnish (Finland) + ('es-mx', u'Español (México)'), # Spanish (Mexico) + ('es-pe', u'Español (Perú)'), # Spanish (Peru) + ('es-us', u'Español (Estados Unidos)'), # Spanish (United States) + ('et-ee', u'Eesti (Eesti)'), # Estonian (Estonia) + ('eu-es', u'euskara (Espainia)'), # Basque (Spain) + ('fa', u'فارسی'), # Persian + ('fa-ir', u'فارسی (ایران)'), # Persian (Iran) + ('fi-fi', u'Suomi (Suomi)'), # Finnish (Finland) ('fr', u'Français'), # French -# ('gl', u'Galego'), # Galician -# ('he', u'עברית'), # Hebrew + ('gl', u'Galego'), # Galician + ('he', u'עברית'), # Hebrew ('hi', u'हिन्दी'), # Hindi -# ('hu', u'magyar'), # Hungarian + ('hu', u'magyar'), # Hungarian ('hy-am', u'Հայերեն (Հայաստան)'), # Armenian (Armenia) ('id', u'Bahasa Indonesia'), # Indonesian ('it-it', u'Italiano (Italia)'), # Italian (Italy) ('ja-jp', u'日本語(日本)'), # Japanese (Japan) -# ('kk-kz', u'қазақ тілі (Қазақстан)'), # Kazakh (Kazakhstan) -# ('km-kh', u'ភាសាខ្មែរ (កម្ពុជា)'), # Khmer (Cambodia) + ('kk-kz', u'қазақ тілі (Қазақстан)'), # Kazakh (Kazakhstan) + ('km-kh', u'ភាសាខ្មែរ (កម្ពុជា)'), # Khmer (Cambodia) ('ko-kr', u'한국어(대한민국)'), # Korean (Korea) ('lt-lt', u'Lietuvių (Lietuva)'), # Lithuanian (Lithuania) -# ('ml', u'മലയാളം'), # Malayalam -# ('mn', u'Монгол хэл'), # Mongolian -# ('ms', u'Bahasa Melayu'), # Malay + ('ml', u'മലയാളം'), # Malayalam + ('mn', u'Монгол хэл'), # Mongolian + ('ms', u'Bahasa Melayu'), # Malay ('nb', u'Norsk bokmål'), # Norwegian Bokmål -# ('ne', u'नेपाली'), # Nepali + ('ne', u'नेपाली'), # Nepali ('nl-nl', u'Nederlands (Nederland)'), # Dutch (Netherlands) ('pl', u'Polski'), # Polish ('pt-br', u'Português (Brasil)'), # Portuguese (Brazil) -# ('pt-pt', u'Português (Portugal)'), # Portuguese (Portugal) -# ('ru', u'Русский'), # Russian -# ('si', u'සිංහල'), # Sinhala -# ('sk', u'Slovenčina'), # Slovak + ('pt-pt', u'Português (Portugal)'), # Portuguese (Portugal) + ('ru', u'Русский'), # Russian + ('si', u'සිංහල'), # Sinhala + ('sk', u'Slovenčina'), # Slovak ('sl', u'Slovenščina'), # Slovenian -# ('th', u'ไทย'), # Thai + ('th', u'ไทย'), # Thai ('tr-tr', u'Türkçe (Türkiye)'), # Turkish (Turkey) ('uk', u'Українська'), # Ukranian -# ('ur', u'اردو'), # Urdu + ('ur', u'اردو'), # Urdu ('vi', u'Tiếng Việt'), # Vietnamese ('zh-cn', u'中文(简体)'), # Chinese (China) ('zh-tw', u'中文(台灣)'), # Chinese (Taiwan) From 51188099a45cde64eb2566c6d0afc012e4d499df Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sun, 27 Apr 2014 17:19:54 -0400 Subject: [PATCH 3/3] Update translations (autogenerated message) --- conf/locale/ar/LC_MESSAGES/django.mo | Bin 1283 -> 1283 bytes conf/locale/ar/LC_MESSAGES/django.po | 117 +- conf/locale/ar/LC_MESSAGES/djangojs.mo | Bin 1031 -> 1031 bytes conf/locale/ar/LC_MESSAGES/djangojs.po | 13 +- conf/locale/ca/LC_MESSAGES/django.mo | Bin 16884 -> 50097 bytes conf/locale/ca/LC_MESSAGES/django.po | 820 ++++++--- conf/locale/ca/LC_MESSAGES/djangojs.mo | Bin 9332 -> 38442 bytes conf/locale/ca/LC_MESSAGES/djangojs.po | 606 ++++--- conf/locale/cs/LC_MESSAGES/django.mo | Bin 1381 -> 1381 bytes conf/locale/cs/LC_MESSAGES/django.po | 115 +- conf/locale/cs/LC_MESSAGES/djangojs.mo | Bin 1097 -> 1097 bytes conf/locale/cs/LC_MESSAGES/djangojs.po | 13 +- conf/locale/de_DE/LC_MESSAGES/django.mo | Bin 28133 -> 28133 bytes conf/locale/de_DE/LC_MESSAGES/django.po | 115 +- conf/locale/de_DE/LC_MESSAGES/djangojs.mo | Bin 25116 -> 25116 bytes conf/locale/de_DE/LC_MESSAGES/djangojs.po | 13 +- conf/locale/en@lolcat/LC_MESSAGES/django.mo | Bin 43324 -> 43324 bytes conf/locale/en@lolcat/LC_MESSAGES/django.po | 115 +- conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo | Bin 15614 -> 15614 bytes conf/locale/en@lolcat/LC_MESSAGES/djangojs.po | 13 +- conf/locale/en@pirate/LC_MESSAGES/django.mo | Bin 27047 -> 27047 bytes conf/locale/en@pirate/LC_MESSAGES/django.po | 115 +- conf/locale/en@pirate/LC_MESSAGES/djangojs.mo | Bin 1013 -> 1013 bytes conf/locale/en@pirate/LC_MESSAGES/djangojs.po | 13 +- conf/locale/eo/LC_MESSAGES/django.mo | Bin 413771 -> 416316 bytes conf/locale/eo/LC_MESSAGES/django.po | 121 +- conf/locale/eo/LC_MESSAGES/djangojs.mo | Bin 48263 -> 48585 bytes conf/locale/eo/LC_MESSAGES/djangojs.po | 15 +- conf/locale/es_419/LC_MESSAGES/django.mo | Bin 282913 -> 291137 bytes conf/locale/es_419/LC_MESSAGES/django.po | 252 ++- conf/locale/es_419/LC_MESSAGES/djangojs.mo | Bin 31219 -> 39367 bytes conf/locale/es_419/LC_MESSAGES/djangojs.po | 156 +- conf/locale/es_ES/LC_MESSAGES/django.mo | Bin 17161 -> 32989 bytes conf/locale/es_ES/LC_MESSAGES/django.po | 467 +++-- conf/locale/es_ES/LC_MESSAGES/djangojs.mo | Bin 21117 -> 38924 bytes conf/locale/es_ES/LC_MESSAGES/djangojs.po | 237 ++- conf/locale/fr/LC_MESSAGES/django.mo | Bin 268453 -> 268453 bytes conf/locale/fr/LC_MESSAGES/django.po | 116 +- conf/locale/fr/LC_MESSAGES/djangojs.mo | Bin 31407 -> 31412 bytes conf/locale/fr/LC_MESSAGES/djangojs.po | 16 +- conf/locale/hi/LC_MESSAGES/django.mo | Bin 338494 -> 338714 bytes conf/locale/hi/LC_MESSAGES/django.po | 121 +- conf/locale/hi/LC_MESSAGES/djangojs.mo | Bin 52453 -> 52847 bytes conf/locale/hi/LC_MESSAGES/djangojs.po | 26 +- conf/locale/hy_AM/LC_MESSAGES/django.mo | Bin 86207 -> 86266 bytes conf/locale/hy_AM/LC_MESSAGES/django.po | 118 +- conf/locale/hy_AM/LC_MESSAGES/djangojs.mo | Bin 522 -> 522 bytes conf/locale/hy_AM/LC_MESSAGES/djangojs.po | 13 +- conf/locale/id/LC_MESSAGES/django.mo | Bin 512 -> 512 bytes conf/locale/id/LC_MESSAGES/django.po | 115 +- conf/locale/id/LC_MESSAGES/djangojs.mo | Bin 23561 -> 23561 bytes conf/locale/id/LC_MESSAGES/djangojs.po | 13 +- conf/locale/it_IT/LC_MESSAGES/django.mo | Bin 5871 -> 5871 bytes conf/locale/it_IT/LC_MESSAGES/django.po | 115 +- conf/locale/it_IT/LC_MESSAGES/djangojs.mo | Bin 7345 -> 7345 bytes conf/locale/it_IT/LC_MESSAGES/djangojs.po | 13 +- conf/locale/ja_JP/LC_MESSAGES/django.mo | Bin 3337 -> 3337 bytes conf/locale/ja_JP/LC_MESSAGES/django.po | 115 +- conf/locale/ja_JP/LC_MESSAGES/djangojs.mo | Bin 571 -> 557 bytes conf/locale/ja_JP/LC_MESSAGES/djangojs.po | 15 +- conf/locale/ko_KR/LC_MESSAGES/django.mo | Bin 77929 -> 77929 bytes conf/locale/ko_KR/LC_MESSAGES/django.po | 116 +- conf/locale/ko_KR/LC_MESSAGES/djangojs.mo | Bin 511 -> 511 bytes conf/locale/ko_KR/LC_MESSAGES/djangojs.po | 13 +- conf/locale/lt_LT/LC_MESSAGES/django.mo | Bin 29227 -> 29227 bytes conf/locale/lt_LT/LC_MESSAGES/django.po | 116 +- conf/locale/lt_LT/LC_MESSAGES/djangojs.mo | Bin 3996 -> 3996 bytes conf/locale/lt_LT/LC_MESSAGES/djangojs.po | 13 +- conf/locale/nb/LC_MESSAGES/django.mo | Bin 103531 -> 103531 bytes conf/locale/nb/LC_MESSAGES/django.po | 115 +- conf/locale/nb/LC_MESSAGES/djangojs.mo | Bin 9414 -> 9884 bytes conf/locale/nb/LC_MESSAGES/djangojs.po | 40 +- conf/locale/nl_NL/LC_MESSAGES/django.mo | Bin 6565 -> 6568 bytes conf/locale/nl_NL/LC_MESSAGES/django.po | 121 +- conf/locale/nl_NL/LC_MESSAGES/djangojs.mo | Bin 1065 -> 1065 bytes conf/locale/nl_NL/LC_MESSAGES/djangojs.po | 14 +- conf/locale/pl/LC_MESSAGES/django.mo | Bin 6948 -> 6948 bytes conf/locale/pl/LC_MESSAGES/django.po | 116 +- conf/locale/pl/LC_MESSAGES/djangojs.mo | Bin 1299 -> 1299 bytes conf/locale/pl/LC_MESSAGES/djangojs.po | 13 +- conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 176263 -> 176263 bytes conf/locale/pt_BR/LC_MESSAGES/django.po | 115 +- conf/locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 13538 -> 13524 bytes conf/locale/pt_BR/LC_MESSAGES/djangojs.po | 15 +- conf/locale/sl/LC_MESSAGES/django.mo | Bin 580 -> 580 bytes conf/locale/sl/LC_MESSAGES/django.po | 115 +- conf/locale/sl/LC_MESSAGES/djangojs.mo | Bin 6770 -> 6770 bytes conf/locale/sl/LC_MESSAGES/djangojs.po | 13 +- conf/locale/tr_TR/LC_MESSAGES/django.mo | Bin 284649 -> 284649 bytes conf/locale/tr_TR/LC_MESSAGES/django.po | 115 +- conf/locale/tr_TR/LC_MESSAGES/djangojs.mo | Bin 36719 -> 36879 bytes conf/locale/tr_TR/LC_MESSAGES/djangojs.po | 23 +- conf/locale/uk/LC_MESSAGES/django.mo | Bin 602 -> 602 bytes conf/locale/uk/LC_MESSAGES/django.po | 115 +- conf/locale/uk/LC_MESSAGES/djangojs.mo | Bin 581 -> 581 bytes conf/locale/uk/LC_MESSAGES/djangojs.po | 13 +- conf/locale/vi/LC_MESSAGES/django.mo | Bin 60491 -> 60491 bytes conf/locale/vi/LC_MESSAGES/django.po | 115 +- conf/locale/vi/LC_MESSAGES/djangojs.mo | Bin 9910 -> 9910 bytes conf/locale/vi/LC_MESSAGES/djangojs.po | 13 +- conf/locale/zh_CN/LC_MESSAGES/django.mo | Bin 125892 -> 193599 bytes conf/locale/zh_CN/LC_MESSAGES/django.po | 1546 ++++++++++------- conf/locale/zh_CN/LC_MESSAGES/djangojs.mo | Bin 28006 -> 34350 bytes conf/locale/zh_CN/LC_MESSAGES/djangojs.po | 134 +- conf/locale/zh_TW/LC_MESSAGES/django.mo | Bin 181719 -> 184768 bytes conf/locale/zh_TW/LC_MESSAGES/django.po | 178 +- conf/locale/zh_TW/LC_MESSAGES/djangojs.mo | Bin 29976 -> 29976 bytes conf/locale/zh_TW/LC_MESSAGES/djangojs.po | 15 +- 108 files changed, 5392 insertions(+), 1922 deletions(-) diff --git a/conf/locale/ar/LC_MESSAGES/django.mo b/conf/locale/ar/LC_MESSAGES/django.mo index 90df62fedada5e3a7c3b97de51ff84c0d7723f5c..cd89d039ae1720043ba70f768006deae98ca82f0 100644 GIT binary patch delta 20 bcmZqXYUbLY$HZ=~U}$J%Xt>#w=^PUPH1Y)z delta 20 bcmZqXYUbLY$HZ==U|?xwV6@qk=^PUPH1h=$ diff --git a/conf/locale/ar/LC_MESSAGES/django.po b/conf/locale/ar/LC_MESSAGES/django.po index 17b1b08d83..c552598562 100644 --- a/conf/locale/ar/LC_MESSAGES/django.po +++ b/conf/locale/ar/LC_MESSAGES/django.po @@ -50,6 +50,7 @@ # may , 2014 # najwan , 2013 # najwan , 2013 +# sarina , 2014 # #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2014 edX @@ -62,6 +63,7 @@ # jkfreij , 2014 # khateeb , 2013 # najwan , 2013 +# sarina , 2014 # #-#-#-#-# messages.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2013 edX @@ -83,7 +85,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-11 14:11+0000\n" "Last-Translator: Almaazon \n" "Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" @@ -216,6 +218,16 @@ msgstr "" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -856,6 +868,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3849,7 +3865,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4190,11 +4207,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4743,6 +4796,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5069,6 +5137,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5539,6 +5627,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6470,6 +6562,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7141,10 +7237,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7168,6 +7260,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7207,6 +7303,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7309,10 +7410,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/ar/LC_MESSAGES/djangojs.mo b/conf/locale/ar/LC_MESSAGES/djangojs.mo index 2fed1367cf447113638aba8d5c6a209e04140843..9a005f6a8f9cf4d6f319292e961d5b7ac197b7b0 100644 GIT binary patch delta 33 ocmZqYXy@4Qf|1=^!O+mk&|va=Mg\n" "Language-Team: Arabic (http://www.transifex.com/projects/p/edx-platform/language/ar/)\n" "MIME-Version: 1.0\n" @@ -379,6 +379,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -565,6 +566,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1639,6 +1644,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/ca/LC_MESSAGES/django.mo b/conf/locale/ca/LC_MESSAGES/django.mo index 1e3a86b0497497b900d0529a1ab8fd2c5c364ad6..74e668efe0e2e074355bd04f52378a563b3f9770 100644 GIT binary patch literal 50097 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%0AwQ`v7recoTSPfG2QDBQ* zW>A<1MfwFNZ)fJNqV4D_zLK9<=Px|CgWfoN}d)f99q+AI4;0uDhHN}T05CPBuw086$XFCdNyl38PaRPM|OiI$wrb^WNFkYLF z&NdWWoAKlYilvj&Q^lmwJU+x{(;|o0pIDmpgI-KKAQ@& z$rG7J+C@-0RT*W8aGm+NToy{pBM&5bbpERqf)`triX+1I6{L6}(AA9$`jwB}D)%*U z@-JJryPu4wG;c*wACv)pr+qabpdvA2%-=n(yUGt3xwg~^)Ot}(hug;CeLTR{CUnJR`lI|g0NAMC!sr)}#&85NW%@GH(}#6TGO zLRyynQOOvJmzBf^BvYx{m70$-J;BAG z;D)t)8DnAkv#(6Z5KY4P--y-_!D*XV zaA7`C9{LRP(}J{MS6H?)yOF|3hMr;O+ZaB6IW;6h8a7Xiu}npzp@#VZjRz481t$Ym ztK0IZwFCIydtFTx#q=^qw=4~51C*-Iwc^e|+e|?0qL)CISavu;kJ0)Vh0hvcxyItH z6*#d1+!U;2mWDc(Nvg+7gMLBUWI~xLa|bRak29iD{G%^zLQe0JW#0dtrJiv(=Xya9 z%pQZN;`N?ylPDc>ao>rIK>1{>*ueon(|WUKUIdxfzdJjRDmH~Mmm8y-82SHUc3DY0 zU7zm<#?2yyO{N23{4ldpeMqwJ^sfrO!VfG%la(0T%_%B3Vzx^a^o(w52v8 zLgDG4os00JpTT>JF3i@f6!}ABMHZG}=n&+{sCDJ#8sd=u0C={*Ez}Z@vI`lvqKmar(SBmm+6^0MZAh%>6!P zf%Ekj#nnEu)Av{^kIb9vXtL<&K8|E%c>LmeGgH>OqFLM~fDjhq7_$Hq@!-5s`Z(br zvtP5g-_?5x9AW+wSCodQd9`vr7>!PJFc#UUuzq(DiT^AzRc+8&rXR-=N5}pSW58cs1e~YGj~CwChO&lk{Gnfe2( z%amWOaPjaMv1Q)s^BtLVM&Z&v)2ML0m>gCi^k+?b({cv5hsC7MoDUe#iDujMd5nll5lSKv}hY8^z!Si~iXQ zSktCerbggVN9=8@C=zyl6f{~Exu!l$OSYvNh1a|&5I0p^#kp8ngV4PJ{ozrCPKT9< z@zev31A z5wb3Okxdr0$Kn=wA}K1oEARw5MzqTOGh@Eix5xG9op%TV`b{1y1@Y{OKA}uGL zW_p$OX>_g@dsRy!+w9P2(JBjMy^}B%gNypIAdSEptCtY^nW=2`>seSa>WG;N%n{AK zSOuND!qCKDq98N6NM|&Govx1)seM7uQdF#4nN{7ag)GiyD6;W4I^U(6ze8)AEbuwk z9E;3&vo$OfCqfUiu*Nf@nj+VGKEgSy&7sr0OQduj|eD@t2 zvCb7iO)tRW_;Zumvr*$nJ2=i^>cJ6YOij5KeEY^(&7^opm8{oF>vQ&%w4|=7Ff$yn+h`zXsCNq@>2L344=60 zIm_kl3hKGMV-%(siWbJ1H_zNfy?5d_41WbTxCDfBLsSB^n5^_k+csJ@Yz?lsHjm z1XM70gBy)zQ6~(L7#Bj9iao^%V2z!E>kRHiH4BdVk!i{nIxq?gZi82d)%FxC|PW=f8T<6*YNm1o!Ds7xg^mGh>PJ_2^5j7aY8B)oAl* z)CHMB%5;W0o;1UJM5T+u(| zx>IzLFUpx!Gi^T~Mr1S^5FuBtxn#}S(fKhM^_x=B`bcVkYF?d~d5C|N2j83OKpRrf ztO)7KXck6uBFm_^_|jF8uyignkR&41`!;RfFV8IbU~=NCje0c}m~AaWLu?Kc)!M8w zr#fXr!Iq(m7@(6Z@I2@6Wx@$RgZ$X+JRnWd{_OeOyD$svJKH71X)UfGbDkorRe}H$ zP;_r??}IXsRDZpwu7wLRjDN>hqqZI#e@fjLo^fRjw%n9SSpTirB=7SAJ4=cKF)yqo zw>U&>rdf2OT`3E!DN+({=Ekp$5bbe?)k>?G)g_Xa$zi_2I@SC^jX<~2(#(5UAdgOE ztzgzZdNHy#8$;rOxfh^G{%)HZcD{L~V2fVc6!v;-T>XAF>i~!^eGS|L~R4M67LiC`?W|nEK zh8cMB@9&9PtWlVvr@%;hAp&<_?Z6Qmv^mRw@BK&%7aa9v(e_Kb?OYBy3m6jen5e& z|74H$l~R zk8R<1k|E$O3C5ZfHWU5)ktx=IhRL2b@jf13vKW5kCDc0%Tm=NMrSaJBm7V#l zLr;Zbxe4anuGcR;L(eI>fJKGp(L6fY?hCE}#PQOb-taI<$``T-N`G!bMt?9w39CL9 zf)lk-al`0ap?9;5G(M-h(?h45VJg7`u=^3UW3YjIQ8T zeUvY9H_yGPzw&cs>_BTveg7}^)x-dZLMCjh$(>R6d=DnZo)|K=$U$3d-jG`42ZF9{YdoLAwTWn?;p_(F7*pjeJ8qwqhOMDtEiHc}= z+x7zqH#Ko@W}?5^4xhA>PAq$tS0ZO)roLiO0L0WZT6gNP(IHJlP6Gri3LM`VIGqLVjQ?Hs`U&Z8_PxMhnsq+pa$) zjU*~Mah^J1)T>q@)$H~j>KnARtSS2H8y`ZrAt)lzrkya*BsVD-JH1!?B)>xyg-OF0 ap&7(Yd!eYE#Eo+gSxaYa=c%2+lK%rxZ-6EM delta 4669 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 Zz{+IZb7j4LsoX%2afCy`aKs6l{{w~wD)#^Y diff --git a/conf/locale/ca/LC_MESSAGES/django.po b/conf/locale/ca/LC_MESSAGES/django.po index 2bb6da514c..fcc30902e9 100644 --- a/conf/locale/ca/LC_MESSAGES/django.po +++ b/conf/locale/ca/LC_MESSAGES/django.po @@ -21,6 +21,7 @@ # # Translators: # claudi , 2014 +# mcolomer , 2014 # #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2014 edX @@ -42,13 +43,14 @@ # # Translators: # claudi , 2014 +# mcolomer , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" -"PO-Revision-Date: 2014-03-23 19:30+0000\n" -"Last-Translator: claudi \n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" +"PO-Revision-Date: 2014-04-25 17:00+0000\n" +"Last-Translator: mcolomer \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -75,15 +77,15 @@ msgstr "Inscripcions tancades" #: common/djangoapps/course_modes/views.py msgid "Enrollment mode not supported" -msgstr "" +msgstr "Mode d'inscripció insuportable." #: common/djangoapps/course_modes/views.py msgid "Invalid amount selected." -msgstr "" +msgstr "Quantitat sel·leccionada invàlida." #: common/djangoapps/course_modes/views.py msgid "No selected price or selected price is too low." -msgstr "" +msgstr "Preu no sel·leccionat o massa baix." #: common/djangoapps/django_comment_common/models.py msgid "Administrator" @@ -179,6 +181,16 @@ msgstr "No estàs inscrit en aquest curs" msgid "Enrollment action is invalid" msgstr "La inscripció no és vàlida" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -202,7 +214,7 @@ msgstr "" msgid "Too many failed login attempts. Try again later." msgstr "Massa errors per entrar. Prova-ho de nou més tard." -#: common/djangoapps/student/views.py +#: common/djangoapps/student/views.py lms/templates/provider_login.html msgid "Email or password is incorrect." msgstr "Email contrasenya incorrectes." @@ -826,6 +838,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -948,11 +964,11 @@ msgstr "" #: common/lib/xmodule/xmodule/capa_base.py msgid "Check" -msgstr "" +msgstr "Comprovar" #: common/lib/xmodule/xmodule/capa_base.py msgid "Final Check" -msgstr "" +msgstr "Comprovació final" #: common/lib/xmodule/xmodule/capa_base.py msgid "Checking..." @@ -1089,8 +1105,10 @@ msgstr "" msgid "Course Info" msgstr "" +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# #. Translators: "Progress" is the name of the student's course progress page #: common/lib/xmodule/xmodule/tabs.py +#: lms/templates/peer_grading/peer_grading.html msgid "Progress" msgstr "Progrés" @@ -1126,9 +1144,10 @@ msgstr "" msgid "Peer grading" msgstr "" +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# #. Translators: "Syllabus" appears on a tab that, when clicked, opens the #. syllabus of the course. -#: common/lib/xmodule/xmodule/tabs.py +#: common/lib/xmodule/xmodule/tabs.py lms/templates/courseware/syllabus.html msgid "Syllabus" msgstr "Síl·laba" @@ -1379,10 +1398,13 @@ msgstr "Índex" #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html #: lms/templates/wiki/plugins/attachments/index.html +#: lms/templates/discussion/_thread_list_template.html msgid "Search" msgstr "Cerca" #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html +#: lms/templates/static_templates/copyright.html +#: lms/templates/static_templates/copyright.html msgid "Copyright" msgstr "Copyright" @@ -1440,7 +1462,7 @@ msgstr "" msgid "User {username} has never accessed problem {location}" msgstr "" -#: lms/djangoapps/courseware/features/video.py +#: lms/djangoapps/courseware/features/video.py lms/templates/video.html msgid "ERROR: No playable video sources found!" msgstr "ERROR: no s'han trobat fonts de vídeo visibles!" @@ -1791,15 +1813,23 @@ msgstr "La tasca ja s'està executant." #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/tools.py +#: lms/templates/instructor/instructor_dashboard_2/metrics.html +#: lms/templates/instructor/instructor_dashboard_2/metrics.html msgid "Username" msgstr "Nom d'usuari" -#: lms/djangoapps/instructor/views/api.py +#: lms/djangoapps/instructor/views/api.py lms/templates/help_modal.html +#: lms/templates/instructor/instructor_dashboard_2/metrics.html +#: lms/templates/instructor/instructor_dashboard_2/metrics.html +#: lms/templates/open_ended_problems/open_ended_flagged_problems.html msgid "Name" msgstr "Nom" #: lms/djangoapps/instructor/views/api.py #: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/dashboard.html +#: lms/templates/courseware/instructor_dashboard.html +#: lms/templates/university_profile/edge.html msgid "Email" msgstr "Email" @@ -1885,10 +1915,12 @@ msgid "Extensions" msgstr "" #: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Data Download" msgstr "Descàrrega de dades" #: lms/djangoapps/instructor/views/instructor_dashboard.py +#: lms/templates/courseware/instructor_dashboard.html msgid "Analytics" msgstr "Analítica" @@ -2198,10 +2230,11 @@ msgstr "" msgid "reset" msgstr "" +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# #. Translators: This is a past-tense verb that is inserted into task progress #. messages as {action}. #: lms/djangoapps/instructor_task/tasks.py -#: lms/templates/wiki/plugins/attachments/index.html +#: lms/templates/wiki/plugins/attachments/index.html wiki/models/article.py msgid "deleted" msgstr "esborrat" @@ -2372,72 +2405,82 @@ msgstr "" #: lms/djangoapps/open_ended_grading/utils.py msgid "AI Assessment" -msgstr "" +msgstr "Avaluació d'Al" #: lms/djangoapps/open_ended_grading/utils.py msgid "Peer Assessment" -msgstr "" +msgstr "Avaluació per parelles" #: lms/djangoapps/open_ended_grading/utils.py msgid "Not yet available" -msgstr "" +msgstr "Encara no està disponible" #: lms/djangoapps/open_ended_grading/utils.py msgid "Automatic Checker" -msgstr "" +msgstr "Comprovador automàtic" #: lms/djangoapps/open_ended_grading/utils.py msgid "Instructor Assessment" -msgstr "" +msgstr "Avaluació de l'instructor" #: lms/djangoapps/open_ended_grading/utils.py msgid "" "Error occurred while contacting the grading service. Please notify course " "staff." msgstr "" +"Hi ha hagut un error mentre es contactava amb el servei de qualificacions. " +"Si us plau, notifica-ho al personal del curs." #: lms/djangoapps/open_ended_grading/utils.py msgid "" "Error occurred while contacting the grading service. Please notify your edX" " point of contact." msgstr "" +"Hi ha hagut un error mentre es contactava amb el servei de qualificacions. " +"Si us plau, notifica-ho al teu punt de contacte de l'edX." #: lms/djangoapps/open_ended_grading/utils.py msgid "for course {0} and student {1}." -msgstr "" +msgstr "pel curs {0} i l'estudiant {1}." #: lms/djangoapps/open_ended_grading/views.py msgid "" "View all problems that require peer assessment in this particular course." msgstr "" +"Veure tots els problemes que requereixen avaluació per parelles en aquest " +"curs en particular." #: lms/djangoapps/open_ended_grading/views.py msgid "" "View ungraded submissions submitted by students for the open ended problems " "in the course." msgstr "" +"Veure les presentacions sense qualificar dels estudiants per els problemes " +"oberts en el curs." #: lms/djangoapps/open_ended_grading/views.py msgid "" "View open ended problems that you have previously submitted for grading." -msgstr "" +msgstr "Veure els problemes oberts que prèviament ha presentat per avaluar." #: lms/djangoapps/open_ended_grading/views.py msgid "View submissions that have been flagged by students as inappropriate." msgstr "" +"Veure els submissions que han estat bandejades pels estudiants com a " +"inapropiades." #: lms/djangoapps/open_ended_grading/views.py #: lms/djangoapps/open_ended_grading/views.py msgid "New submissions to grade" -msgstr "" +msgstr "Noves submissions per avaluar" #: lms/djangoapps/open_ended_grading/views.py msgid "New grades have been returned" -msgstr "" +msgstr "Noves avaluacions han sigut tornades" #: lms/djangoapps/open_ended_grading/views.py msgid "Submissions have been flagged for review" -msgstr "" +msgstr "Les submissions han sigut etiquetades per revisió" #: lms/djangoapps/open_ended_grading/views.py msgid "" @@ -2447,6 +2490,10 @@ msgid "" " Please check back later for this.\n" " " msgstr "" +"\n" +"Error inicialitzant l'avaluació per parelles.\n" +"No s'ha creat un mòdul d'avaluació per parelles en el curs que t'autoritzi a avaluar altres persones.\n" +"Sisplau, torna-ho a provar més tard." #: lms/djangoapps/shoppingcart/models.py msgid "Order Payment Confirmation" @@ -2542,7 +2589,11 @@ msgstr "" msgid "Currency" msgstr "" -#: lms/djangoapps/shoppingcart/reports.py +#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/templates/shoppingcart/receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/templates/shoppingcart/verified_cert_receipt.html +#: wiki/plugins/attachments/forms.py msgid "Description" msgstr "Descripció" @@ -2637,7 +2688,7 @@ msgstr "Ha d'iniciar la sessió per afegir una cistella de compra" #: lms/djangoapps/shoppingcart/views.py #: lms/djangoapps/shoppingcart/tests/test_views.py msgid "The course you requested does not exist." -msgstr "" +msgstr "El curs que ha demanat no existeix." #: lms/djangoapps/shoppingcart/views.py #: lms/djangoapps/shoppingcart/tests/test_views.py @@ -2651,7 +2702,7 @@ msgstr "Vostè ja està afegit al curs {0}." #: lms/djangoapps/shoppingcart/views.py msgid "Course added to cart." -msgstr "" +msgstr "Curs afegit a la cistella." #: lms/djangoapps/shoppingcart/views.py msgid "You do not have permission to view this page." @@ -2659,23 +2710,29 @@ msgstr "" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The payment processor did not return a required parameter: {0}" -msgstr "" +msgstr "El processedor de pagament no retorna un paràmetre obligatori: {0}" #: lms/djangoapps/shoppingcart/processors/CyberSource.py #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The payment processor returned a badly-typed value {0} for param {1}." msgstr "" +"El processedor de pagament ha retornat un valor mal escrit {0} per el param " +"{1}." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" "The payment processor accepted an order whose number is not in our system." msgstr "" +"El processedor de pagaments ha acceptat una ordre el número de la qual no " +"està al nostre sistema." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" "The amount charged by the processor {0} {1} is different than the total cost" " of the order {2} {3}." msgstr "" +"La quantitat carregada per el processador {0} {1} és diferent que el cost " +"total de la comanda {2} {3}." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2728,15 +2785,15 @@ msgstr "" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "Successful transaction." -msgstr "" +msgstr "Transacció exitosa." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The request is missing one or more required fields." -msgstr "" +msgstr "Falten un o més camps requerits a la sol·licitud." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "One or more fields in the request contains invalid data." -msgstr "" +msgstr "Un o més camps de la sol·licitud contenen informació no vàlida." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2752,6 +2809,8 @@ msgid "" "Error: General system failure. Possible fix: retry the payment after a few " "minutes." msgstr "" +"Error: fallada del sistema general. Torni a provar de fer el pagament d'aquí" +" uns quants minuts." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2775,6 +2834,8 @@ msgid "" "The issuing bank has questions about the request. Possible fix: retry with " "another form of payment" msgstr "" +"El banc emissor té qüestions sobre la sol·licitud. Pot tornar-ho a intentar " +"mitjançant una altra forma de pagament." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2798,16 +2859,18 @@ msgid "" "Insufficient funds in the account. Possible fix: retry with another form of " "payment" msgstr "" +"Fons insuficients en el compte. Pot tornar-ho a provar mitjançant una altra " +"forma de pagament." #: lms/djangoapps/shoppingcart/processors/CyberSource.py #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "Unknown reason" -msgstr "" +msgstr "Raó desconeguda" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" "Issuing bank unavailable. Possible fix: retry again after a few minutes" -msgstr "" +msgstr "Banc emissor no disponible. Pot tornar-ho a provar d'aquí uns minuts." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2822,17 +2885,23 @@ msgid "" "The card has reached the credit limit. Possible fix: retry with another form" " of payment" msgstr "" +"La tarjeta ha arribat al límit de crèdit. Pot tornar-ho a provar amb una " +"altra forma de pagament." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" "Invalid card verification number. Possible fix: retry with another form of " "payment" msgstr "" +"Número de verificació de la tarjeta invàlid. Pot tornar-ho a provar amb una " +"altra forma de pagament." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" "Invalid account number. Possible fix: retry with another form of payment" msgstr "" +"Número de compte no vàlid. Pot tornar-ho a provar amb una altra forma de " +"pagament" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2847,6 +2916,8 @@ msgid "" "General decline by the processor. Possible fix: retry with another form of " "payment" msgstr "" +"Disminució general del processador. Pot tornar-ho a provar mitjançant una " +"altra forma de pagament" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2857,20 +2928,22 @@ msgstr "" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The requested amount exceeds the originally authorized amount." -msgstr "" +msgstr "La quantitat demanada sobrepassa la quantitat originalment permesa." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "Processor Failure. Possible fix: retry the payment" -msgstr "" +msgstr "Fallada del processedor. Torni a provar el pagament" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The authorization has already been captured" -msgstr "" +msgstr "L'autorització ja ha sigut capturada" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" "The requested transaction amount must match the previous transaction amount." msgstr "" +"La quantitat demanada de transacció ha de concordar amb la quantitat prèvia " +"de transacció." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2882,7 +2955,7 @@ msgstr "" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The request ID is invalid." -msgstr "" +msgstr "L'ID sol·licitat és invàlid." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2893,7 +2966,7 @@ msgstr "" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The transaction has already been settled or reversed." -msgstr "" +msgstr "La transacció ja ha estat col·locada o invertida." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2906,6 +2979,8 @@ msgstr "" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "You requested a credit for a capture that was previously voided" msgstr "" +"Vostè ha sol·licitat un crèdit per una captura que ha sigut prèviament " +"anul·lada." #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -3062,6 +3137,8 @@ msgstr "" "(*)." #: lms/templates/registration/password_reset_confirm.html +#: lms/templates/forgot_password_modal.html lms/templates/login.html +#: lms/templates/register-shib.html lms/templates/register.html msgid "Required Information" msgstr "Informació obligatòria" @@ -3095,6 +3172,8 @@ msgid "Password Reset Help" msgstr "Ajuda sobre restablir la contrasenya" #: lms/templates/registration/password_reset_confirm.html +#: cms/templates/login.html lms/templates/login-sidebar.html +#: lms/templates/register-sidebar.html msgid "Need Help?" msgstr "Necessites ajuda?" @@ -3165,6 +3244,11 @@ msgstr "Esborrar article" #: lms/templates/wiki/delete.html #: lms/templates/wiki/plugins/attachments/index.html +#: cms/templates/component.html cms/templates/studio_xblock_wrapper.html +#: cms/templates/studio_xblock_wrapper.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache msgid "Delete" msgstr "Esborrar" @@ -3200,7 +3284,14 @@ msgstr "... i més!" msgid "You are deleting an article. Please confirm." msgstr "Estàs esborrant un article. Si us plau, confirma-ho." -#: lms/templates/wiki/edit.html +#: lms/templates/wiki/edit.html cms/templates/component.html +#: cms/templates/studio_xblock_wrapper.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/wiki/includes/article_menu.html msgid "Edit" msgstr "Editar" @@ -3208,12 +3299,26 @@ msgstr "Editar" msgid "Save changes" msgstr "Guardar els canvis" -#: lms/templates/wiki/edit.html +#: lms/templates/wiki/edit.html cms/templates/unit.html msgid "Preview" msgstr "Previsualitzar" +#. #-#-#-#-# mako.po (edx-platform) #-#-#-#-# +#. Translators: this is a control to allow users to exit out of this modal +#. interface (a menu or piece of UI that takes the full focus of the screen) #: lms/templates/wiki/edit.html lms/templates/wiki/history.html #: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html +#: lms/templates/dashboard.html lms/templates/dashboard.html +#: lms/templates/dashboard.html lms/templates/dashboard.html +#: lms/templates/dashboard.html lms/templates/forgot_password_modal.html +#: lms/templates/help_modal.html lms/templates/help_modal.html +#: lms/templates/help_modal.html lms/templates/signup_modal.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/_underscore_templates.html +#: lms/templates/discussion/mustache/_inline_thread_show.mustache +#: lms/templates/instructor/instructor_dashboard_2/metrics.html +#: lms/templates/modal/_modal-settings-language.html +#: lms/templates/modal/accessible_confirm.html msgid "Close" msgstr "Tancar" @@ -3455,6 +3560,7 @@ msgid "" msgstr "" #: lms/templates/wiki/plugins/attachments/index.html +#: wiki/plugins/attachments/wiki_plugin.py msgid "Attachments" msgstr "Adjunts" @@ -3541,98 +3647,114 @@ msgstr "No hi ha dades adjuntes per aquest article." #: cms/djangoapps/contentstore/course_info_model.py #: cms/djangoapps/contentstore/course_info_model.py msgid "Invalid course update id." -msgstr "" +msgstr "Id d'actualització de curs invàlid" #: cms/djangoapps/contentstore/course_info_model.py msgid "Course update not found." -msgstr "" +msgstr "No s'ha trobat l'actualització del curs." #: cms/djangoapps/contentstore/git_export_utils.py msgid "" "GIT_REPO_EXPORT_DIR not set or path {0} doesn't exist, please create it, or " "configure a different path with GIT_REPO_EXPORT_DIR" msgstr "" +"No s'ha configurat GIT_REPO_EXPORT_DIR o el camí {0} no existeix. Si us " +"plau, crea'l o configura un camí diferent mitjançant GIT_REPO_EXPORT_DIR " #: cms/djangoapps/contentstore/git_export_utils.py msgid "" "Non writable git url provided. Expecting something like: " "git@github.com:mitocw/edx4edx_lite.git" msgstr "" +"No s'ha indicat cap url git amb permisos d'escriptura. S'esperava quelcom " +"similar a: git@github.com:mitocw/edx4edx_lite.git" #: cms/djangoapps/contentstore/git_export_utils.py msgid "" "If using http urls, you must provide the username and password in the url. " "Similar to https://user:pass@github.com/user/course." msgstr "" +"Si utilitzes urls http has d'indicar el nom d'usuari i contrasenya en la " +"url. Similar a https://user:pass@github.com/user/course." #: cms/djangoapps/contentstore/git_export_utils.py msgid "Unable to determine branch, repo in detached HEAD mode" -msgstr "" +msgstr "No s'ha pogut determinar la branca, repositori en mode HEAD detached." #: cms/djangoapps/contentstore/git_export_utils.py msgid "Unable to update or clone git repository." -msgstr "" +msgstr "No s'ha pogut actualitzar o clonar el repositori git." #: cms/djangoapps/contentstore/git_export_utils.py msgid "Unable to export course to xml." -msgstr "" +msgstr "No s'ha pogut exportar el curs a xml." #: cms/djangoapps/contentstore/git_export_utils.py msgid "Unable to configure git username and password" -msgstr "" +msgstr "No s'ha pogut configurar el nom d'usuari i contrasenya del git" #: cms/djangoapps/contentstore/git_export_utils.py msgid "" "Unable to commit changes. This is usually because there are no changes to be" " committed" msgstr "" +"No s'han pogut enviar els canvis. Segurament perquè no hi ha canvis a " +"enviar." #: cms/djangoapps/contentstore/git_export_utils.py msgid "" "Unable to push changes. This is usually because the remote repository " "cannot be contacted" msgstr "" +"No s'han pogut posar els canvis. Normalment es deu que no es pot accedir al " +"repositori remot." #: cms/djangoapps/contentstore/git_export_utils.py msgid "Bad course location provided" -msgstr "" +msgstr "S'ha indicat una localització de curs incorrecta" #: cms/djangoapps/contentstore/git_export_utils.py msgid "Missing branch on fresh clone" -msgstr "" +msgstr "Falta branca en clonació recent" #: cms/djangoapps/contentstore/git_export_utils.py msgid "Command was: {0!r}. Working directory was: {1!r}" -msgstr "" +msgstr "La comanda ha estat: {0!r}. El directori de treball ha estat: {1!r}" #: cms/djangoapps/contentstore/git_export_utils.py msgid "Command output was: {0!r}" -msgstr "" +msgstr "El resultat de la comanda ha estat: {0!r}" #: cms/djangoapps/contentstore/git_export_utils.py msgid "" "Directory already exists, doing a git reset and pull instead of git clone." msgstr "" +"El directori ja existeix. Aplicant un reset al git i fent \"pull\" en lloc " +"de clonar." #: cms/djangoapps/contentstore/utils.py lms/templates/notes.html msgid "My Notes" -msgstr "" +msgstr "Les meves notes" #: cms/djangoapps/contentstore/management/commands/git_export.py msgid "" "Take the specified course and attempt to export it to a git repository\n" ". Course directory must already be a git repository. Usage: git_export " msgstr "" +"Prendre el curs especificat i provar d'exportar-lo a un repositori git\n" +". El directori del curs ha de ser un repositori git. Ús: git_export " #: cms/djangoapps/contentstore/views/assets.py msgid "Upload completed" -msgstr "" +msgstr "Càrrega completada" #: cms/djangoapps/contentstore/views/course.py msgid "" "Special characters not allowed in organization, course number, and course " "run." msgstr "" +"No es permeten caràcters especials en l'organització, número de curs i " +"progrés del curs." #: cms/djangoapps/contentstore/views/course.py msgid "" @@ -3640,6 +3762,9 @@ msgid "" "\n" "{err}" msgstr "" +"No s'ha pogut crear el curs '{name}'.\n" +"\n" +"{err}" #: cms/djangoapps/contentstore/views/course.py msgid "" @@ -3647,6 +3772,9 @@ msgid "" " and course run. Please change either organization or course number to be " "unique." msgstr "" +"Ja existeix un curs definit amb la mateixa organització, número de curs i " +"progrés. Si us plau, canvia o bé l'organització o bé el número de curs per a" +" que sigui únic." #: cms/djangoapps/contentstore/views/course.py #: cms/djangoapps/contentstore/views/course.py @@ -3655,106 +3783,112 @@ msgstr "" msgid "" "Please change either the organization or course number so that it is unique." msgstr "" +"Si us plau, canvia l'organització o el número de curs per a que sigui únic." #: cms/djangoapps/contentstore/views/course.py msgid "" "There is already a course defined with the same organization and course " "number. Please change at least one field to be unique." msgstr "" +"Ja existeix un curs definit amb la mateixa organització i número de curs. Si" +" us plau, canvia almenys un dels camps per a que sigui únic." #: cms/djangoapps/contentstore/views/export_git.py msgid "Course successfully exported to git repository" -msgstr "" +msgstr "Curs exportat correctament a repositori git" #: cms/djangoapps/contentstore/views/import_export.py msgid "We only support uploading a .tar.gz file." -msgstr "" +msgstr "Només se suporta la càrrega de fitxers .tar.gz." #: cms/djangoapps/contentstore/views/import_export.py msgid "File upload corrupted. Please try again" -msgstr "" +msgstr "Càrrega de fitxer corrupta. Si us plau, intenta-ho de nou." #: cms/djangoapps/contentstore/views/import_export.py msgid "Could not find the course.xml file in the package." -msgstr "" +msgstr "No s'ha trobat el fitxer course.xml en el paquet." #: cms/djangoapps/contentstore/views/item.py msgid "Duplicate of {0}" -msgstr "" +msgstr "Duplicat de {0}" #: cms/djangoapps/contentstore/views/item.py msgid "Duplicate of '{0}'" -msgstr "" +msgstr "Duplicat de '{0}'" #: cms/djangoapps/contentstore/views/transcripts_ajax.py msgid "Incoming video data is empty." -msgstr "" +msgstr "No s'han rebut dades del vídeo." #: cms/djangoapps/contentstore/views/transcripts_ajax.py msgid "Can't find item by locator." -msgstr "" +msgstr "No s'ha trobat l'element per localitzador." #: cms/djangoapps/contentstore/views/transcripts_ajax.py msgid "Transcripts are supported only for \"video\" modules." -msgstr "" +msgstr "Només se suporten les transcripcions per a mòduls \"vídeo\"." #: cms/djangoapps/contentstore/views/user.py msgid "Insufficient permissions" -msgstr "" +msgstr "Permisos insuficients" #: cms/djangoapps/contentstore/views/user.py msgid "Could not find user by email address '{email}'." -msgstr "" +msgstr "No s'ha trobat l'usuari a partir de l'adreça d'email '{email}'" #: cms/djangoapps/contentstore/views/user.py msgid "User {email} has registered but has not yet activated his/her account." msgstr "" +"L'usuari {email} s'ha enregistrat però encara no ha activat el seu compte." #: cms/djangoapps/contentstore/views/user.py msgid "`role` is required" -msgstr "" +msgstr "es requereix `rol`" #: cms/djangoapps/contentstore/views/user.py msgid "Only instructors may create other instructors" -msgstr "" +msgstr "Només els instructors poden crear altres instructors" #: cms/djangoapps/contentstore/views/user.py msgid "You may not remove the last instructor from a course" -msgstr "" +msgstr "No hauries d'eliminar l'últim instructor d'un curs" #: cms/djangoapps/course_creators/models.py msgid "unrequested" -msgstr "" +msgstr "no sol·licitat" #: cms/djangoapps/course_creators/models.py msgid "pending" -msgstr "" +msgstr "pendent" #: cms/djangoapps/course_creators/models.py msgid "granted" -msgstr "" +msgstr "permès" #: cms/djangoapps/course_creators/models.py msgid "denied" -msgstr "" +msgstr "denegat" #: cms/djangoapps/course_creators/models.py msgid "Studio user" -msgstr "" +msgstr "Usuari d'Studio" #: cms/djangoapps/course_creators/models.py msgid "The date when state was last updated" -msgstr "" +msgstr "Data de quan es va actualitzar l'estat per últim cop" #: cms/djangoapps/course_creators/models.py msgid "Current course creator state" -msgstr "" +msgstr "Estat del creador del curs actual" #: cms/djangoapps/course_creators/models.py msgid "" "Optional notes about this user (for example, why course creation access was " "denied)" msgstr "" +"Notes opcionals sobre aquest usuari (per exemple, per què l'accés a la " +"creació del curs es va denegar)" #: cms/templates/404.html cms/templates/error.html #: lms/templates/static_templates/404.html @@ -3775,7 +3909,7 @@ msgstr "" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/instructor/instructor_dashboard_2/metrics.html msgid "Loading..." -msgstr "" +msgstr "Carregant...." #. Translators: this is a verb describing the action of viewing more details #: cms/templates/container_xblock_component.html @@ -3803,7 +3937,7 @@ msgstr "" #: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache #: lms/templates/verify_student/face_upload.html msgid "Cancel" -msgstr "" +msgstr "Cancel·lar" #: cms/templates/index.html #: lms/templates/instructor/instructor_dashboard_2/course_info.html @@ -3829,7 +3963,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -3839,7 +3974,7 @@ msgstr "" #: cms/templates/widgets/header.html #: lms/templates/wiki/includes/article_menu.html msgid "Settings" -msgstr "" +msgstr "Configuració" #: cms/templates/manage_users.html #: lms/templates/courseware/instructor_dashboard.html @@ -3853,7 +3988,7 @@ msgstr "" #: lms/templates/combinedopenended/selfassessment/self_assessment_prompt.html #: lms/templates/verify_student/face_upload.html msgid "Save" -msgstr "" +msgstr "Guardar" #: cms/templates/register.html cms/templates/widgets/header.html #: lms/templates/index.html @@ -3901,7 +4036,7 @@ msgstr "" #: lms/templates/navigation.html lms/templates/static_templates/help.html #: lms/templates/static_templates/help.html wiki/plugins/help/wiki_plugin.py msgid "Help" -msgstr "" +msgstr "Ajuda" #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" @@ -4032,7 +4167,7 @@ msgstr "" #: common/templates/course_modes/choose.html msgid "or" -msgstr "" +msgstr "o" #: common/templates/course_modes/choose.html msgid "Audit This Course" @@ -4048,7 +4183,7 @@ msgstr "" #: lms/templates/admin_dashboard.html msgid "{platform_name}-wide Summary" -msgstr "" +msgstr "Resum {platform_name}" #: lms/templates/annotatable.html lms/templates/textannotation.html #: lms/templates/videoannotation.html @@ -4058,43 +4193,43 @@ msgstr "" #: lms/templates/open_ended_problems/open_ended_problems.html #: lms/templates/peer_grading/peer_grading.html msgid "Instructions" -msgstr "" +msgstr "Instruccions" #: lms/templates/annotatable.html lms/templates/textannotation.html #: lms/templates/videoannotation.html msgid "Collapse Instructions" -msgstr "" +msgstr "Col·lapsar instruccions" #: lms/templates/annotatable.html msgid "Guided Discussion" -msgstr "" +msgstr "Discussió guiada" #: lms/templates/annotatable.html msgid "Hide Annotations" -msgstr "" +msgstr "Ocultar anotacions" #: lms/templates/contact.html lms/templates/static_templates/about.html #: lms/templates/static_templates/about.html msgid "Vision" -msgstr "" +msgstr "Visió" #: lms/templates/contact.html msgid "Faq" -msgstr "" +msgstr "FAQ" #: lms/templates/contact.html lms/templates/footer.html msgid "Press" -msgstr "" +msgstr "Premsa" #: lms/templates/contact.html lms/templates/footer.html #: lms/templates/static_templates/contact.html #: lms/templates/static_templates/contact.html msgid "Contact" -msgstr "" +msgstr "Contacte" #: lms/templates/contact.html msgid "Class Feedback" -msgstr "" +msgstr "Comentaris i suggeriments de la classe" #: lms/templates/contact.html msgid "" @@ -4103,10 +4238,14 @@ msgid "" " issues specific to a particular class, please post on the discussion forums" " of that class." msgstr "" +"Et demanem que ens facis comentaris i suggeriments per millorar els nostres " +"cursos. Si ets usuari enregistrat i tens alguna pregunta o dubtes sobre " +"alguna classe particular, fes-nos-ho saber enviant un missatge als fòrums de" +" discussió de la classe en qüestió." #: lms/templates/contact.html msgid "General Inquiries and Feedback" -msgstr "" +msgstr "Preguntes generals i suggeriments" #: lms/templates/contact.html msgid "" @@ -4119,7 +4258,7 @@ msgstr "" #: lms/templates/contact.html msgid "Technical Inquiries and Feedback" -msgstr "" +msgstr "Preguntes tècniques i suggeriments" #: lms/templates/contact.html msgid "" @@ -4134,17 +4273,20 @@ msgstr "" #: lms/templates/contact.html msgid "Media" -msgstr "" +msgstr "Mitjans de comunicació" #: lms/templates/contact.html msgid "" "Please visit our {link_start}media/press page{link_end} for more " "information. For any media or press inquiries, please email {email}." msgstr "" +"Si us plau, visit el nostre {link_start}media/press page{link_end} per més " +"informació. Per qualsevol consulta dels mitjans de comunicació, si us plau, " +"envieu un correu a {email}." #: lms/templates/contact.html msgid "Universities" -msgstr "" +msgstr "Universitats" #: lms/templates/contact.html msgid "" @@ -4170,11 +4312,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4373,7 +4551,7 @@ msgstr "" #: lms/templates/folditbasic.html #: lms/templates/courseware/instructor_dashboard.html msgid "Submitted" -msgstr "" +msgstr "Enviat" #: lms/templates/folditchallenge.html msgid "Puzzle Leaderboard" @@ -4524,7 +4702,7 @@ msgstr "" #: lms/templates/instructor/staff_grading.html #: lms/templates/peer_grading/peer_grading_problem.html msgid "Submit" -msgstr "" +msgstr "Enviar" #: lms/templates/help_modal.html msgid "Thank You!" @@ -4723,6 +4901,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -4887,11 +5080,11 @@ msgstr "" #: lms/templates/problem.html msgid "Show Answer" -msgstr "" +msgstr "Mostrar resposta" #: lms/templates/problem.html msgid "Reveal Answer" -msgstr "" +msgstr "Revelar resposta" #: lms/templates/problem.html msgid "You have used {num_used} of {num_total} submissions" @@ -5049,6 +5242,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5264,11 +5477,11 @@ msgstr "" #: lms/templates/staticbook.html msgid "Previous page" -msgstr "" +msgstr "Pàgina anterior" #: lms/templates/staticbook.html msgid "Next page" -msgstr "" +msgstr "Pàgina següent" #: lms/templates/sysadmin_dashboard.html #: lms/templates/sysadmin_dashboard_gitlogs.html @@ -5463,11 +5676,11 @@ msgstr "" #: lms/templates/video.html msgid "Video position" -msgstr "" +msgstr "Posició del vídeo" #: lms/templates/video.html msgid "Play" -msgstr "" +msgstr "Iniciar" #: lms/templates/video.html msgid "Speeds" @@ -5479,19 +5692,19 @@ msgstr "" #: lms/templates/video.html msgid "Volume" -msgstr "" +msgstr "Volum" #: lms/templates/video.html msgid "Fill browser" -msgstr "" +msgstr "Navegador complet" #: lms/templates/video.html msgid "HD off" -msgstr "" +msgstr "HD desactivat" #: lms/templates/video.html lms/templates/video.html msgid "Turn off captions" -msgstr "" +msgstr "Desactivar textos" #: lms/templates/video.html msgid "Skip to end of transcript." @@ -5519,6 +5732,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -5538,7 +5755,7 @@ msgstr "" #: lms/templates/combinedopenended/combined_open_ended.html #: lms/templates/peer_grading/peer_grading_problem.html msgid "Hide Question" -msgstr "" +msgstr "Ocultar pregunta" #: lms/templates/combinedopenended/combined_open_ended.html msgid "New Submission" @@ -5844,7 +6061,7 @@ msgstr "" #: lms/templates/courseware/courseware.html msgid "Open Calculator" -msgstr "" +msgstr "Obrir la calculadora" #: lms/templates/courseware/courseware.html msgid "Calculator Input Field" @@ -6355,11 +6572,11 @@ msgstr "" #: lms/templates/courseware/instructor_dashboard.html msgid "Task Type" -msgstr "" +msgstr "Tipus de tasca" #: lms/templates/courseware/instructor_dashboard.html msgid "Task inputs" -msgstr "" +msgstr "Entrades de tasca" #: lms/templates/courseware/instructor_dashboard.html msgid "Task Id" @@ -6367,7 +6584,7 @@ msgstr "" #: lms/templates/courseware/instructor_dashboard.html msgid "Requester" -msgstr "" +msgstr "Sol·licitant" #: lms/templates/courseware/instructor_dashboard.html msgid "Task State" @@ -6375,11 +6592,11 @@ msgstr "" #: lms/templates/courseware/instructor_dashboard.html msgid "Duration (sec)" -msgstr "" +msgstr "Durada (segons)" #: lms/templates/courseware/instructor_dashboard.html msgid "Task Progress" -msgstr "" +msgstr "Progrés de tasca" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -6442,6 +6659,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -6737,7 +6958,7 @@ msgstr "" #: lms/templates/discussion/_discussion_module.html msgid "Show Discussion" -msgstr "" +msgstr "Mostrar discussió" #: lms/templates/discussion/_discussion_module_studio.html msgid "To view live discussions, click Preview or View Live in Unit Settings." @@ -6811,7 +7032,7 @@ msgstr "" #: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache #: wiki/forms.py wiki/forms.py wiki/forms.py msgid "Title" -msgstr "" +msgstr "Títol" #: lms/templates/discussion/_inline_new_post.html #: lms/templates/discussion/_new_post.html @@ -6849,7 +7070,7 @@ msgstr "" #: lms/templates/discussion/_similar_posts.html msgid "Hide" -msgstr "" +msgstr "Ocultar" #: lms/templates/discussion/_thread_list_template.html msgid "Discussion Home" @@ -6919,7 +7140,7 @@ msgstr "" #: lms/templates/discussion/mustache/_inline_thread_show.mustache #: lms/templates/discussion/mustache/_profile_thread.mustache msgid "anonymous" -msgstr "" +msgstr "anònim" #: lms/templates/discussion/_underscore_templates.html msgid "• This thread is closed." @@ -6938,16 +7159,16 @@ msgstr "" #: lms/templates/discussion/_underscore_templates.html #: lms/templates/discussion/_underscore_templates.html msgid "Report Misuse" -msgstr "" +msgstr "Informar de mal ús" #: lms/templates/discussion/_underscore_templates.html msgid "Pin Thread" -msgstr "" +msgstr "Fixar fil" #: lms/templates/discussion/_underscore_templates.html #: lms/templates/discussion/mustache/_inline_thread_show.mustache msgid "Pinned" -msgstr "" +msgstr "Fixat" #: lms/templates/discussion/_underscore_templates.html msgid "(this post is about %(courseware_title_linked)s)" @@ -7072,7 +7293,7 @@ msgstr "" #: lms/templates/discussion/_user_profile.html msgid ", " -msgstr "" +msgstr "," #: lms/templates/discussion/_user_profile.html msgid "%s discussion started" @@ -7105,10 +7326,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7126,12 +7343,16 @@ msgstr "" #: lms/templates/discussion/mustache/_pagination.mustache #: lms/templates/discussion/mustache/_pagination.mustache msgid "…" -msgstr "" +msgstr "..." #: lms/templates/discussion/mustache/_profile_thread.mustache msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7171,6 +7392,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7273,10 +7499,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" @@ -7422,7 +7644,7 @@ msgstr "" #: lms/templates/instructor/staff_grading.html msgid "(Hide)" -msgstr "" +msgstr "(Ocultar)" #: lms/templates/instructor/staff_grading.html #: lms/templates/peer_grading/peer_grading_problem.html @@ -8141,7 +8363,7 @@ msgstr "" #: lms/templates/open_ended_problems/open_ended_problems.html #: lms/templates/peer_grading/peer_grading.html msgid "Problem Name" -msgstr "" +msgstr "Nom del problema" #: lms/templates/open_ended_problems/open_ended_problems.html msgid "Grader Type" @@ -8177,7 +8399,7 @@ msgstr "" #: lms/templates/peer_grading/peer_grading.html msgid "Graded" -msgstr "" +msgstr "Puntuat" #: lms/templates/peer_grading/peer_grading.html msgid "Available" @@ -8185,7 +8407,7 @@ msgstr "" #: lms/templates/peer_grading/peer_grading.html msgid "Required" -msgstr "" +msgstr "Requerit" #: lms/templates/peer_grading/peer_grading.html msgid "No due date" @@ -8297,11 +8519,11 @@ msgstr "" #: lms/templates/registration/activation_complete.html msgid "Activation Complete!" -msgstr "" +msgstr "Activació completa!" #: lms/templates/registration/activation_complete.html msgid "Account already active!" -msgstr "" +msgstr "El compte ja està actiu!" #: lms/templates/registration/activation_complete.html msgid "You can now {link_start}log in{link_end}." @@ -8309,7 +8531,7 @@ msgstr "" #: lms/templates/registration/activation_invalid.html msgid "Activation Invalid" -msgstr "" +msgstr "Activació no vàlida" #: lms/templates/registration/activation_invalid.html msgid "" @@ -8317,10 +8539,14 @@ msgid "" "e-mail programs will sometimes split it into two lines. If you still have " "issues, e-mail us to let us know what happened at {email}." msgstr "" +"Alguna cosa ha anat malament. Comprova que la URL a la que has anat és " +"correcta -- els programes d'email de vegades les trenquen en dues línies. Si" +" encara tens problemes, envia'ns un email i fes-nos saber què passa a " +"{email}." #: lms/templates/registration/activation_invalid.html msgid "Or you can go back to the {link_start}home page{link_end}." -msgstr "" +msgstr "O bé pots anar enrere a {link_start}la pàgina d'inici{link_end}." #: lms/templates/registration/password_reset_done.html msgid "Password reset successful" @@ -9575,60 +9801,69 @@ msgstr "" #: cms/templates/404.html msgid "The page that you were looking for was not found." -msgstr "" +msgstr "No s'ha trobat la pàgina que estaves buscant." #: cms/templates/404.html msgid "" "Go back to the {homepage} or let us know about any pages that may have been " "moved at {email}." msgstr "" +"Vés enrere a la {homepage} o informa'ns de qualsevol pàgina que hagi estat " +"moguda a {email}." #: cms/templates/500.html msgid "Studio Server Error" -msgstr "" +msgstr "Error de Studio Server" #: cms/templates/500.html msgid "The Studio servers encountered an error" -msgstr "" +msgstr "Els servidors Studio trobat un error" #: cms/templates/500.html msgid "" "An error occurred in Studio and the page could not be loaded. Please try " "again in a few moments." msgstr "" +"Ha succeït un error en l'Studio i la pàgina no s'ha pogut carregar. Si us " +"plau, torna-ho a intentar en breu." #: cms/templates/500.html msgid "" "We've logged the error and our staff is currently working to resolve this " "error as soon as possible." msgstr "" +"Hem pres nota de l'error i el nostre personal hi està treballant per " +"solucionar-lo el més aviat possible." #: cms/templates/500.html msgid "If the problem persists, please email us at {email_link}." msgstr "" +"Si el problema persisteix, si us plau envia'ns un correu a {email_link}." #: cms/templates/activation_active.html cms/templates/activation_complete.html #: cms/templates/activation_invalid.html msgid "Studio Account Activation" -msgstr "" +msgstr "Activació del compte Studio" #: cms/templates/activation_active.html msgid "Your account is already active" -msgstr "" +msgstr "El teu compte ja està actiu" #: cms/templates/activation_active.html msgid "" "This account, set up using {0}, has already been activated. Please sign in " "to start working within edX Studio." msgstr "" +"Aquest compte, configurat utilitzant {0}, ja ha estat activat. Si us plau, " +"entra per començar a treballar en edX Studio." #: cms/templates/activation_active.html cms/templates/activation_complete.html msgid "Sign into Studio" -msgstr "" +msgstr "Entrar a Studio" #: cms/templates/activation_complete.html msgid "Your account activation is complete!" -msgstr "" +msgstr "El teu compte ha estat activat!" #: cms/templates/activation_complete.html msgid "" @@ -9738,7 +9973,7 @@ msgstr "" #: cms/templates/asset_index.html msgid "Your file has been deleted." -msgstr "" +msgstr "El teu fitxer s'ha esborrat." #: cms/templates/asset_index.html msgid "close alert" @@ -11014,7 +11249,7 @@ msgstr "" #: cms/templates/overview.html msgid "Collapse All Sections" -msgstr "" +msgstr "Col·lapsa totes les seccions" #: cms/templates/overview.html msgid "New Section" @@ -11030,11 +11265,11 @@ msgstr "" #: cms/templates/overview.html msgid "Release date:" -msgstr "" +msgstr "Data de lliurament:" #: cms/templates/overview.html msgid "Edit section release date" -msgstr "" +msgstr "Edita la data de lliurament de la secció" #: cms/templates/overview.html msgid "Delete section" @@ -11396,7 +11631,7 @@ msgstr "" #: cms/templates/settings_advanced.html msgid "Your policy changes have been saved." -msgstr "" +msgstr "Els teus canvis de política s'han guardat." #: cms/templates/settings_advanced.html msgid "There was an error saving your information. Please see below." @@ -11815,7 +12050,7 @@ msgstr "" #: cms/templates/widgets/sock.html msgid "Looking for Help with Studio?" -msgstr "" +msgstr "Busques ajuda amb l'Studio?" #: cms/templates/widgets/sock.html msgid "edX Studio Help" @@ -11872,23 +12107,24 @@ msgstr "" # empty msgid "This is a key string." -msgstr "" +msgstr "Aquesta és una cadena clau" #: wiki/admin.py wiki/models/article.py msgid "created" -msgstr "" +msgstr "creat" #: wiki/forms.py msgid "Only localhost... muahahaha" -msgstr "" +msgstr "Només hostes locals... muahahaha" #: wiki/forms.py msgid "Initial title of the article. May be overridden with revision titles." msgstr "" +"Títol inicial de l'article. Pot ser sobreescrit amb revisions de títols." #: wiki/forms.py msgid "Type in some contents" -msgstr "" +msgstr "Escriu un contingut" #: wiki/forms.py msgid "" @@ -11896,19 +12132,24 @@ msgid "" "can use more complex features like adding plugins, meta data, related " "articles etc..." msgstr "" +"Aquest és només el contingut inicial del teu article. Després de crear-lo, " +"pots utilitzar característiques més complexes com afegir plugins, meta " +"dades, articles relacionats, etc..." #: wiki/forms.py wiki/forms.py msgid "Contents" -msgstr "" +msgstr "Contingut" #: wiki/forms.py wiki/forms.py msgid "Summary" -msgstr "" +msgstr "Resum" #: wiki/forms.py msgid "" "Give a short reason for your edit, which will be stated in the revision log." msgstr "" +"Dóna un motiu breu de la teva edició, la qual es mostrarà en el diari de " +"revisions." #: wiki/forms.py msgid "" @@ -11916,18 +12157,21 @@ msgid "" "have been automatically merged with the new contents. Please review the text" " below." msgstr "" +"Mentre estaves editant, algú altre ha canviat la revisió. El teu contingut " +"ha estat automàticament fusionat amb el nou contingut. Si us plau, revisa el" +" text següent." #: wiki/forms.py msgid "No changes made. Nothing to save." -msgstr "" +msgstr "No s'han fet canvis. Res a guardar." #: wiki/forms.py msgid "Select an option" -msgstr "" +msgstr "Selecciona una opció" #: wiki/forms.py msgid "Slug" -msgstr "" +msgstr "URL amigable" #: wiki/forms.py msgid "" @@ -11935,30 +12179,33 @@ msgid "" "alphanumeric characters and - or _. Note that you cannot change the slug " "after creating the article." msgstr "" +"Aquesta serà l'adreça on el teu article serà trobat. Utilitza només " +"caràcters alfanumèrics i - o _. Tingues en compte que no podràs canviar la " +"URL amigable després de crear l'article." #: wiki/forms.py msgid "Write a brief message for the article's history log." -msgstr "" +msgstr "Escriu un missatge breu per al diari de l'article." #: wiki/forms.py msgid "A slug may not begin with an underscore." -msgstr "" +msgstr "La URL amigable no hauria de començar amb guionet baix." #: wiki/forms.py msgid "A deleted article with slug \"%s\" already exists." -msgstr "" +msgstr "Un article esborrat amb URL amigable \"%s\" ja existeix." #: wiki/forms.py msgid "A slug named \"%s\" already exists." -msgstr "" +msgstr "Una URL amigable \"%s\" ja existeix." #: wiki/forms.py msgid "Yes, I am sure" -msgstr "" +msgstr "Sí, n'estic segur" #: wiki/forms.py msgid "Purge" -msgstr "" +msgstr "Purgar" #: wiki/forms.py msgid "" @@ -11966,236 +12213,254 @@ msgid "" " Purging is a good idea if you want to free the slug such that users can " "create new articles in its place." msgstr "" +"Purgar l'article: esborrar-lo completament (i tot el seu contingut) sense " +"possibilitat de desfer els canvis. Purgar és una bona idea si vols alliberar" +" URL amigables per a que siguin utilitzades per altres usuaris que creïn " +"nous articles." #: wiki/forms.py wiki/plugins/attachments/forms.py #: wiki/plugins/images/forms.py msgid "You are not sure enough!" -msgstr "" +msgstr "No estàs prou segur!" #: wiki/forms.py msgid "While you tried to delete this article, it was modified. TAKE CARE!" msgstr "" +"Mentre provaves d'esborrar aquest article, ha estat modificat. VIGILA!" #: wiki/forms.py msgid "Lock article" -msgstr "" +msgstr "Bloquejar l'article" #: wiki/forms.py msgid "Deny all users access to edit this article." -msgstr "" +msgstr "Denegar l'accés de tots els usuaris a editar aquest article." #: wiki/forms.py msgid "Permissions" -msgstr "" +msgstr "Permisos" #: wiki/forms.py msgid "Owner" -msgstr "" +msgstr "Propietari" #: wiki/forms.py msgid "Enter the username of the owner." -msgstr "" +msgstr "Entra el nom d'usuari del propietari." #: wiki/forms.py msgid "(none)" -msgstr "" +msgstr "(cap)" #: wiki/forms.py msgid "Inherit permissions" -msgstr "" +msgstr "Heretar permisos" #: wiki/forms.py msgid "" "Check here to apply the above permissions recursively to articles under this" " one." msgstr "" +"Marca aquí per aplicar els permisos anteriors als articles per sota d'aquest" +" de manera recursiva." #: wiki/forms.py msgid "Permission settings for the article were updated." -msgstr "" +msgstr "S'han actualitzat els permisos de l'article." #: wiki/forms.py msgid "Your permission settings were unchanged, so nothing saved." -msgstr "" +msgstr "No s'han canviat els teus permisos. Res a guardar." #: wiki/forms.py msgid "No user with that username" -msgstr "" +msgstr "No hi ha cap usuari amb aquest nom" #: wiki/forms.py msgid "Article locked for editing" -msgstr "" +msgstr "Article bloquejat per editar" #: wiki/forms.py msgid "Article unlocked for editing" -msgstr "" +msgstr "Article desbloquejat per editar" #: wiki/forms.py msgid "Filter..." -msgstr "" +msgstr "Filtre..." #: wiki/core/plugins/base.py msgid "Settings for plugin" -msgstr "" +msgstr "Configuració del plugin" #: wiki/models/article.py wiki/models/pluginbase.py #: wiki/plugins/attachments/models.py msgid "current revision" -msgstr "" +msgstr "revisió actual" #: wiki/models/article.py msgid "" "The revision being displayed for this article. If you need to do a roll-" "back, simply change the value of this field." msgstr "" +"La revisió mostrada per aquest article. Si necessites tirar enrere, " +"simplement canvia el valor d'aquest camp." #: wiki/models/article.py msgid "modified" -msgstr "" +msgstr "modificat" #: wiki/models/article.py msgid "Article properties last modified" -msgstr "" +msgstr "Propietats de l'article darrerament modificades" #: wiki/models/article.py msgid "owner" -msgstr "" +msgstr "propietari" #: wiki/models/article.py msgid "" "The owner of the article, usually the creator. The owner always has both " "read and write access." msgstr "" +"El propietari de l'article, normalment el creador. El propietari sempre té " +"permisos de lectura i escriptura." #: wiki/models/article.py msgid "group" -msgstr "" +msgstr "grup" #: wiki/models/article.py msgid "" "Like in a UNIX file system, permissions can be given to a user according to " "group membership. Groups are handled through the Django auth system." msgstr "" +"Com en un sistema d'arxius UNIX, els permisos es poden donar a un usuari " +"d'acord amb la seva pertinença a un grup. Els grups es mantenen a través el " +"sistema auth de Django." #: wiki/models/article.py msgid "group read access" -msgstr "" +msgstr "accés de lectura del grup" #: wiki/models/article.py msgid "group write access" -msgstr "" +msgstr "accés d'escriptura del grup" #: wiki/models/article.py msgid "others read access" -msgstr "" +msgstr "accés de lectura d'altres" #: wiki/models/article.py msgid "others write access" -msgstr "" +msgstr "accés d'escriptura d'altres" #: wiki/models/article.py msgid "Article without content (%(id)d)" -msgstr "" +msgstr "Article sense contingut (%(id)d)" #: wiki/models/article.py msgid "content type" -msgstr "" +msgstr "tipus de contingut" #: wiki/models/article.py msgid "object ID" -msgstr "" +msgstr "ID d'objecte" #: wiki/models/article.py msgid "Article for object" -msgstr "" +msgstr "Article per l'objecte" #: wiki/models/article.py msgid "Articles for object" -msgstr "" +msgstr "Articles per l'objecte" #: wiki/models/article.py msgid "revision number" -msgstr "" +msgstr "número de revisió" #: wiki/models/article.py msgid "IP address" -msgstr "" +msgstr "Adreça IP" #: wiki/models/article.py msgid "user" -msgstr "" +msgstr "usuari" #: wiki/models/article.py msgid "locked" -msgstr "" +msgstr "bloquejat" #: wiki/models/article.py wiki/models/pluginbase.py msgid "article" -msgstr "" +msgstr "article" #: wiki/models/article.py msgid "article contents" -msgstr "" +msgstr "contingut de l'article" #: wiki/models/article.py msgid "article title" -msgstr "" +msgstr "títol d'article" #: wiki/models/article.py msgid "" "Each revision contains a title field that must be filled out, even if the " "title has not changed" msgstr "" +"Cada revisió conté un camp de títol que s'ha d'omplir, inclús si el títol no" +" ha canviat" #: wiki/models/pluginbase.py msgid "original article" -msgstr "" +msgstr "article original" #: wiki/models/pluginbase.py msgid "Permissions are inherited from this article" -msgstr "" +msgstr "Els permisos s'hereten d'aquest article" #: wiki/models/pluginbase.py msgid "A plugin was changed" -msgstr "" +msgstr "S'ha canviat un plugin" #: wiki/models/pluginbase.py msgid "" "The revision being displayed for this plugin.If you need to do a roll-back, " "simply change the value of this field." msgstr "" +"La revisió mostrada per aquest plugin. Si necessites fer-te enrere, " +"simplement canvia el valor d'aquest camp." #: wiki/models/urlpath.py msgid "Cache lookup value for articles" -msgstr "" +msgstr "Valor de cerca d'articles en memòria" #: wiki/models/urlpath.py msgid "slug" -msgstr "" +msgstr "url amigable" #: wiki/models/urlpath.py msgid "(root)" -msgstr "" +msgstr "(arrel)" #: wiki/models/urlpath.py msgid "URL path" -msgstr "" +msgstr "Camí URL" #: wiki/models/urlpath.py msgid "URL paths" -msgstr "" +msgstr "Camins URL" #: wiki/models/urlpath.py msgid "Sorry but you cannot have a root article with a slug." -msgstr "" +msgstr "Ho sentim, no pots tenir un article arrel amb url amigable." #: wiki/models/urlpath.py msgid "A non-root note must always have a slug." -msgstr "" +msgstr "Una nota no-arrel ha de tenir sempre una url amigable." #: wiki/models/urlpath.py msgid "There is already a root node on %s" -msgstr "" +msgstr "Ja hi ha un node arrel en %s" #: wiki/models/urlpath.py msgid "" @@ -12204,273 +12469,290 @@ msgid "" "\n" "The children of this article have had their parents deleted. You should probably find a new home for them." msgstr "" +"Articles que han perdut els seus pares\n" +"===============================\n" +"\n" +"Als fills d'aquest article se'ls ha esborrat els pares. Els hi hauràs de buscar un nou origen." #: wiki/models/urlpath.py msgid "Lost and found" -msgstr "" +msgstr "Perduts i trobats" #: wiki/plugins/attachments/forms.py msgid "A short summary of what the file contains" -msgstr "" +msgstr "Resum breu del contingut del fitxer" #: wiki/plugins/attachments/forms.py msgid "Yes I am sure..." -msgstr "" +msgstr "Sí, n'estic segur..." #: wiki/plugins/attachments/markdown_extensions.py msgid "Click to download file" -msgstr "" +msgstr "Clica per descarregar fitxer" #: wiki/plugins/attachments/models.py msgid "" "The revision of this attachment currently in use (on all articles using the " "attachment)" msgstr "" +"La revisió d'aquest adjunt actualment en ús (en tots els articles que " +"utilitzen l'adjunt)" #: wiki/plugins/attachments/models.py msgid "original filename" -msgstr "" +msgstr "nom de fitxer original" #: wiki/plugins/attachments/models.py msgid "attachment" -msgstr "" +msgstr "adjunt" #: wiki/plugins/attachments/models.py msgid "attachments" -msgstr "" +msgstr "adjunts" #: wiki/plugins/attachments/models.py msgid "file" -msgstr "" +msgstr "fitxer" #: wiki/plugins/attachments/models.py msgid "attachment revision" -msgstr "" +msgstr "revisió de l'adjunt" #: wiki/plugins/attachments/models.py msgid "attachment revisions" -msgstr "" +msgstr "revisions dels adjunts" #: wiki/plugins/attachments/views.py msgid "%s was successfully added." -msgstr "" +msgstr "%s correctament afegit." #: wiki/plugins/attachments/views.py wiki/plugins/attachments/views.py msgid "Your file could not be saved: %s" -msgstr "" +msgstr "El teu fitxer no s'ha pogut guardar: %s" #: wiki/plugins/attachments/views.py wiki/plugins/attachments/views.py msgid "" "Your file could not be saved, probably because of a permission error on the " "web server." msgstr "" +"El teu fitxer no s'ha pogut guardar, probablement perquè hi ha hagut un " +"error de permisos en el servidor web." #: wiki/plugins/attachments/views.py msgid "%s uploaded and replaces old attachment." -msgstr "" +msgstr "%s carregat i substitueix l'antic adjunt." #: wiki/plugins/attachments/views.py msgid "" "Your new file will automatically be renamed to match the file already " "present. Files with different extensions are not allowed." msgstr "" +"El teu nou fitxer es reanomenarà automàticament perquè coincideixi amb el " +"fitxer present actualment. No es permeten fitxers amb diferents extensions." #: wiki/plugins/attachments/views.py msgid "Current revision changed for %s." -msgstr "" +msgstr "La revisió actual ha canviat per %s." #: wiki/plugins/attachments/views.py msgid "Added a reference to \"%(att)s\" from \"%(art)s\"." -msgstr "" +msgstr "Referència afegida a \"%(att)s\" des de \"%(art)s\"." #: wiki/plugins/attachments/views.py msgid "The file %s was deleted." -msgstr "" +msgstr "El fitxer %s s'ha esborrat." #: wiki/plugins/attachments/views.py msgid "This article is no longer related to the file %s." -msgstr "" +msgstr "Aquest article ja no està relacionat amb el fitxer %s." #: wiki/plugins/attachments/wiki_plugin.py msgid "A file was changed: %s" -msgstr "" +msgstr "S'ha canviat un fitxer: %s" #: wiki/plugins/attachments/wiki_plugin.py msgid "A file was deleted: %s" -msgstr "" +msgstr "S'ha esborrat un fitxer: %s" #: wiki/plugins/images/forms.py msgid "" "New image %s was successfully uploaded. You can use it by selecting it from " "the list of available images." msgstr "" +"S'ha carregat una nova imatge %s. Pots utilitzar-la seleccionant-la de la " +"llista d'imatges disponibles." #: wiki/plugins/images/forms.py msgid "Are you sure?" -msgstr "" +msgstr "Segur?" #: wiki/plugins/images/models.py msgid "image" -msgstr "" +msgstr "imatge" #: wiki/plugins/images/models.py msgid "images" -msgstr "" +msgstr "imatges" #: wiki/plugins/images/models.py msgid "Image: %s" -msgstr "" +msgstr "Imatge: %s" #: wiki/plugins/images/models.py msgid "Current revision not set!!" -msgstr "" +msgstr "No s'ha establert la revisió actual!!" #: wiki/plugins/images/models.py msgid "image revision" -msgstr "" +msgstr "revisió d'imatge" #: wiki/plugins/images/models.py msgid "image revisions" -msgstr "" +msgstr "revisions d'imatge" #: wiki/plugins/images/models.py msgid "Image Revsion: %d" -msgstr "" +msgstr "Revisió d'imatge: %d" #: wiki/plugins/images/views.py msgid "%s has been restored" -msgstr "" +msgstr "%s ha estat restablert" #: wiki/plugins/images/views.py msgid "%s has been marked as deleted" -msgstr "" +msgstr "%s ha estat marcat com esborrat" #: wiki/plugins/images/views.py msgid "%(file)s has been changed to revision #%(revision)d" -msgstr "" +msgstr "%(file)s ha estat canviat a la revisió #%(revision)d" #: wiki/plugins/images/views.py msgid "%(file)s has been saved." -msgstr "" +msgstr "%(file)s ha estat guardat." #: wiki/plugins/images/wiki_plugin.py msgid "Images" -msgstr "" +msgstr "Imatges" #: wiki/plugins/images/wiki_plugin.py msgid "An image was added: %s" -msgstr "" +msgstr "S'ha afegit una imatge: %s" #: wiki/plugins/links/wiki_plugin.py msgid "Links" -msgstr "" +msgstr "Enllaços" #: wiki/plugins/notifications/forms.py msgid "Notifications" -msgstr "" +msgstr "Notificacions" #: wiki/plugins/notifications/forms.py msgid "When this article is edited" -msgstr "" +msgstr "Quan aquest article és editat" #: wiki/plugins/notifications/forms.py msgid "Also receive emails about article edits" -msgstr "" +msgstr "Rebre també emails sobre edicions d'article" #: wiki/plugins/notifications/forms.py msgid "Your notification settings were updated." -msgstr "" +msgstr "S'ha actualitzat la configuració de notificacions." #: wiki/plugins/notifications/forms.py msgid "Your notification settings were unchanged, so nothing saved." -msgstr "" +msgstr "La teva configuració de notificacions no han canviat. Res a guardar." #: wiki/plugins/notifications/models.py msgid "%(user)s subscribing to %(article)s (%(type)s)" -msgstr "" +msgstr "%(user)s subscrit a %(article)s (%(type)s)" #: wiki/plugins/notifications/models.py msgid "Article deleted: %s" -msgstr "" +msgstr "Article esborrat: %s" #: wiki/plugins/notifications/models.py msgid "Article modified: %s" -msgstr "" +msgstr "Article modificat: %s" #: wiki/plugins/notifications/models.py msgid "New article created: %s" -msgstr "" +msgstr "Nou article creat: %s" #: wiki/views/accounts.py msgid "You are now sign up... and now you can sign in!" -msgstr "" +msgstr "Ja estàs enregistrat... ara pots entrar!" #: wiki/views/accounts.py msgid "You are no longer logged in. Bye bye!" -msgstr "" +msgstr "Has sortit del sistema. Adéu!" #: wiki/views/accounts.py msgid "You are now logged in! Have fun!" -msgstr "" +msgstr "Ja ets dins! Diverteix-te!" #: wiki/views/article.py msgid "New article '%s' created." -msgstr "" +msgstr "S'ha creat un nou article '%s'." #: wiki/views/article.py msgid "There was an error creating this article: %s" -msgstr "" +msgstr "Hi ha hagut un error creant l'article: %s" #: wiki/views/article.py msgid "There was an error creating this article." -msgstr "" +msgstr "Error creant l'article." #: wiki/views/article.py msgid "" "This article cannot be deleted because it has children or is a root article." msgstr "" +"No s'ha pogut esborrar l'article perquè té fills o no és un article arrel." #: wiki/views/article.py msgid "" "This article together with all its contents are now completely gone! Thanks!" -msgstr "" +msgstr "L'article juntament amb el seu contingut s'han eliminat. Gràcies!" #: wiki/views/article.py msgid "" "The article \"%s\" is now marked as deleted! Thanks for keeping the site " "free from unwanted material!" msgstr "" +"L'article \"%s\" s'ha marcat com esborrat! Gràcies per mantenir el lloc " +"lliure de material indesitjat!" #: wiki/views/article.py msgid "Your changes were saved." -msgstr "" +msgstr "S'han guardat els teus canvis." #: wiki/views/article.py msgid "A new revision of the article was succesfully added." -msgstr "" +msgstr "S'ha afegit correctament una nova revisió de l'article." #: wiki/views/article.py msgid "Restoring article" -msgstr "" +msgstr "Restablint l'article" #: wiki/views/article.py msgid "The article \"%s\" and its children are now restored." -msgstr "" +msgstr "L'article \"%s\" i els seus fills s'han restablert." #: wiki/views/article.py msgid "The article %s is now set to display revision #%d" -msgstr "" +msgstr "L'article %s s'ha configurat per mostrar la revisió #%d" #: wiki/views/article.py msgid "New title" -msgstr "" +msgstr "Nou títol" #: wiki/views/article.py msgid "Merge between Revision #%(r1)d and Revision #%(r2)d" -msgstr "" +msgstr "Fusiona la Revisió #%(r1)d i la Revisió #%(r2)d" #: wiki/views/article.py msgid "" "A new revision was created: Merge between Revision #%(r1)d and Revision " "#%(r2)d" msgstr "" +"S'ha creat una nova revisió: fusió entre la Revisió #%(r1)d i la Revisió " +"#%(r2)d" diff --git a/conf/locale/ca/LC_MESSAGES/djangojs.mo b/conf/locale/ca/LC_MESSAGES/djangojs.mo index 16965bcd1fd8380e6dd7693123acc6fa89df4f0d..b5938cdf4ffcfe17150dbeb2a56856edd591c8b1 100644 GIT binary patch literal 38442 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 RFUGw8L5#H-kh|Tv{{aZ6hGhT% diff --git a/conf/locale/ca/LC_MESSAGES/djangojs.po b/conf/locale/ca/LC_MESSAGES/djangojs.po index 857f0943f6..6ce311e022 100644 --- a/conf/locale/ca/LC_MESSAGES/djangojs.po +++ b/conf/locale/ca/LC_MESSAGES/djangojs.po @@ -18,9 +18,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:18+0000\n" -"Last-Translator: sarina \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-25 16:10+0000\n" +"Last-Translator: mcolomer \n" "Language-Team: Catalan (http://www.transifex.com/projects/p/edx-platform/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +33,7 @@ msgstr "" #: cms/static/js/views/modals/edit_xblock.js #: common/static/coffee/src/discussion/utils.js msgid "OK" -msgstr "" +msgstr "D'acord" #: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/unit.js #: cms/static/js/base.js cms/static/js/views/asset.js @@ -44,35 +44,35 @@ msgstr "" #: lms/static/admin/js/admin/DateTimeShortcuts.js #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Cancel" -msgstr "" +msgstr "Cancel·lar" #: cms/static/js/base.js lms/static/js/verify_student/photocapture.js msgid "This link will open in a new browser window/tab" -msgstr "" +msgstr "Aquest enllaç s'obrirà en una nova finestra/pestanya del navegador" #: common/lib/xmodule/xmodule/js/src/annotatable/display.js msgid "Show Annotations" -msgstr "" +msgstr "Mostrar anotacions" #: common/lib/xmodule/xmodule/js/src/annotatable/display.js msgid "Hide Annotations" -msgstr "" +msgstr "Ocultar anotacions" #: common/lib/xmodule/xmodule/js/src/annotatable/display.js msgid "Expand Instructions" -msgstr "" +msgstr "Expandir instruccions" #: common/lib/xmodule/xmodule/js/src/annotatable/display.js msgid "Collapse Instructions" -msgstr "" +msgstr "Col·lapsar instruccions" #: common/lib/xmodule/xmodule/js/src/annotatable/display.js msgid "Commentary" -msgstr "" +msgstr "Comentaris" #: common/lib/xmodule/xmodule/js/src/annotatable/display.js msgid "Reply to Annotation" -msgstr "" +msgstr "Respondre anotació" #. Translators: %(earned)s is the number of points earned. %(total)s is the #. total number of points (examples: 0/1, 1/1, 2/3, 5/10). The total number of @@ -81,59 +81,59 @@ msgstr "" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "(%(earned)s/%(possible)s point)" msgid_plural "(%(earned)s/%(possible)s points)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "(%(earned)s/%(possible)s punt)" +msgstr[1] "(%(earned)s/%(possible)s punts)" #. Translators: %(num_points)s is the number of points possible (examples: 1, #. 3, 10). There will always be at least 1 point possible.; #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "(%(num_points)s point possible)" msgid_plural "(%(num_points)s points possible)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "(%(num_points)s punt possible)" +msgstr[1] "(%(num_points)s punts possibles)" #: common/lib/xmodule/xmodule/js/src/capa/display.js #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Answer:" -msgstr "" +msgstr "Resposta:" #. Translators: the word Answer here refers to the answer to a problem the #. student must solve.; #: common/lib/xmodule/xmodule/js/src/capa/display.js #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Hide Answer" -msgstr "" +msgstr "Ocultar resposta" #. Translators: the word Answer here refers to the answer to a problem the #. student must solve.; #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Show Answer" -msgstr "" +msgstr "Mostrar resposta" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Reveal Answer" -msgstr "" +msgstr "Revelar resposta" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Answer hidden" -msgstr "" +msgstr "Resposta oculta" #. Translators: the word unanswered here is about answering a problem the #. student must solve.; #: common/lib/xmodule/xmodule/js/src/capa/display.js #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "unanswered" -msgstr "" +msgstr "no respostes" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Status: unsubmitted" -msgstr "" +msgstr "Estat: no enviat" #. Translators: A "rating" is a score a student gives to indicate how well #. they feel they were graded on this problem #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "You need to pick a rating before you can submit." -msgstr "" +msgstr "Necessites seleccionar una valoració abans d'enviar la sol·licitud." #. Translators: this message appears when transitioning between openended #. grading @@ -142,55 +142,62 @@ msgstr "" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Your score did not meet the criteria to move to the next step." -msgstr "" +msgstr "La teva puntuació no compleix els criteris per anar al següent pas." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Submit" -msgstr "" +msgstr "Enviar" #. Translators: one clicks this button after one has finished filling out the #. grading #. form for an openended assessment #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Submit assessment" -msgstr "" +msgstr "Sol·licita avaluació" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" "Your response has been submitted. Please check back later for your grade." msgstr "" +"La teva resposta ha estat enviada. Si us plau, comprova més tard la teva " +"puntuació." #. Translators: this button is clicked to submit a student's rating of #. an evaluator's assessment #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Submit post-assessment" -msgstr "" +msgstr "Envia post-avaluació" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Answer saved, but not yet submitted." -msgstr "" +msgstr "Resposta guardada, però encara no enviada." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" "Please confirm that you wish to submit your work. You will not be able to " "make any changes after submitting." msgstr "" +"Si us plau, confirma que vols enviar la teva feina. No podràs fer cap canvi " +"un cop enviada." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" "You are trying to upload a file that is too large for our system. Please " "choose a file under 2MB or paste a link to it into the answer box." msgstr "" +"Estàs intentant carregar un fitxer massa gran per al nostre sistema. Si us " +"plau, selecciona un fitxer de menys de 2MB o enganxa un enllaç extern en el " +"requadre de resposta." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" "Are you sure you want to remove your previous response to this question?" -msgstr "" +msgstr "Segur que vols eliminar la resposta anterior a aquesta pregunta?" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Moved to next step." -msgstr "" +msgstr "Avançat al següent pas." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" @@ -199,6 +206,10 @@ msgid "" " uploaded the image to another website, you can paste a link to it into the " "answer box." msgstr "" +"Aquesta pregunta requereix la càrrega de fitxers, però el teu navegador no " +"les suporta. Prova la versió més nova de Google Chrome. Alternativament, si " +"has carregat la imatge a un altre lloc web, pots enganxar un enllaça a ella " +"en el requadre de resposta." #. Translators: "Show Question" is some text that, when clicked, shows a #. question's @@ -206,133 +217,136 @@ msgstr "" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Show Question" -msgstr "" +msgstr "Mostrar pregunta" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Hide Question" -msgstr "" +msgstr "Ocultar pregunta" #: common/lib/xmodule/xmodule/js/src/sequence/display.js msgid "" "Sequence error! Cannot navigate to tab %(tab_name)s in the current " "SequenceModule. Please contact the course staff." msgstr "" +"Error de seqüència! No s'ha pogut navegar a la pestanya %(tab_name)s en el " +"mòdul de seqüència actual. Si us plau, posa't en contacte amb el personal " +"del curs." #: common/lib/xmodule/xmodule/js/src/video/04_video_control.js msgid "Video slider" -msgstr "" +msgstr "Slider de vídeo" #: common/lib/xmodule/xmodule/js/src/video/04_video_control.js msgid "Pause" -msgstr "" +msgstr "Pausa" #: common/lib/xmodule/xmodule/js/src/video/04_video_control.js msgid "Play" -msgstr "" +msgstr "Iniciar" #: common/lib/xmodule/xmodule/js/src/video/04_video_control.js msgid "Fill browser" -msgstr "" +msgstr "Navegador complet" #: common/lib/xmodule/xmodule/js/src/video/04_video_control.js msgid "Exit full browser" -msgstr "" +msgstr "Surt del navegador complet" #: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js msgid "HD on" -msgstr "" +msgstr "HD activat" #: common/lib/xmodule/xmodule/js/src/video/05_video_quality_control.js msgid "HD off" -msgstr "" +msgstr "HD desactivat" #: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js #: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js msgid "Video position" -msgstr "" +msgstr "Posició del vídeo" #: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js msgid "Video ended" -msgstr "" +msgstr "Video finalitzat" #: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js msgid "%(value)s hour" msgid_plural "%(value)s hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s hora" +msgstr[1] "%(value)s hores" #: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js msgid "%(value)s minute" msgid_plural "%(value)s minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s minut" +msgstr[1] "%(value)s minuts" #: common/lib/xmodule/xmodule/js/src/video/06_video_progress_slider.js msgid "%(value)s second" msgid_plural "%(value)s seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(value)s segon" +msgstr[1] "%(value)s segons" #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Volume" -msgstr "" +msgstr "Volum" #. Translators: Volume level equals 0%. #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Muted" -msgstr "" +msgstr "Mut" #. Translators: Volume level in range (0,20]% #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Very low" -msgstr "" +msgstr "Molt baix" #. Translators: Volume level in range (20,40]% #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Low" -msgstr "" +msgstr "Baix" #. Translators: Volume level in range (40,60]% #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Average" -msgstr "" +msgstr "Mig" #. Translators: Volume level in range (60,80]% #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Loud" -msgstr "" +msgstr "Alt" #. Translators: Volume level in range (80,100)% #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Very loud" -msgstr "" +msgstr "Molt alt" #. Translators: Volume level equals 100%. #: common/lib/xmodule/xmodule/js/src/video/07_video_volume_control.js msgid "Maximum" -msgstr "" +msgstr "Màxim" #: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js msgid "Caption will be displayed when " -msgstr "" +msgstr "El text es mostrarà quan" #: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js msgid "Turn on captions" -msgstr "" +msgstr "Activar textos" #: common/lib/xmodule/xmodule/js/src/video/09_video_caption.js msgid "Turn off captions" -msgstr "" +msgstr "Desactivar textos" #: common/static/coffee/src/discussion/discussion_module_view.js #: common/static/coffee/src/discussion/discussion_module_view.js msgid "Hide Discussion" -msgstr "" +msgstr "Ocultar discussió" #: common/static/coffee/src/discussion/discussion_module_view.js msgid "Show Discussion" -msgstr "" +msgstr "Mostrar discussió" #: common/static/coffee/src/discussion/discussion_module_view.js #: common/static/coffee/src/discussion/discussion_module_view.js @@ -341,32 +355,40 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" -msgstr "" +msgstr "Ho sentim" #: common/static/coffee/src/discussion/discussion_module_view.js msgid "We had some trouble loading the discussion. Please try again." msgstr "" +"Hem tingut problemes carregant la discussió. Si us plau, prova-ho de nou." #: common/static/coffee/src/discussion/discussion_module_view.js msgid "" "We had some trouble loading the threads you requested. Please try again." msgstr "" +"Hem tingut problemes carregant els fils que has sol·licitat. Si us plau, " +"intenta-ho de nou." #: common/static/coffee/src/discussion/utils.js msgid "Loading content" -msgstr "" +msgstr "Carregant el contingut" #: common/static/coffee/src/discussion/utils.js msgid "" "We had some trouble processing your request. Please ensure you have copied " "any unsaved work and then reload the page." msgstr "" +"Hem tingut problemes processant la teva sol·licitud. Si us plau, assegura't " +"que hagis copiat qualsevol feina no guardada i torna a carregar la pàgina." #: common/static/coffee/src/discussion/utils.js msgid "We had some trouble processing your request. Please try again." msgstr "" +"Hem tingut problemes processant la teva sol·licitud. Si us plau, intenta-ho " +"de nou." #: common/static/coffee/src/discussion/utils.js #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js @@ -376,63 +398,64 @@ msgstr "" #: common/static/coffee/src/discussion/views/new_post_view.js #: common/static/coffee/src/discussion/views/new_post_view.js msgid "…" -msgstr "" +msgstr "..." #: common/static/coffee/src/discussion/views/discussion_content_view.js #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "Close" -msgstr "" +msgstr "Tancar" #: common/static/coffee/src/discussion/views/discussion_content_view.js #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "Open" -msgstr "" +msgstr "Obrir" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "remove vote" -msgstr "" +msgstr "eliminar vot" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "vote" -msgstr "" +msgstr "vot" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "vote (click to remove your vote)" msgid_plural "votes (click to remove your vote)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "vots (clica aquí per esborrar el teu vot)" +msgstr[1] "vots (clica aquí per esborrar el teu vot)" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "vote (click to vote)" msgid_plural "votes (click to vote)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "vots (clica aquí per votar)" +msgstr[1] "vots (clica aquí per votar)" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "Load more" -msgstr "" +msgstr "Carrega més" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "Loading more threads" -msgstr "" +msgstr "Carregant més fils" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "We had some trouble loading more threads. Please try again." msgstr "" +"Hem tingut problemes carregant més fils. Si us plau, intenta-ho de nou." #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "%(unread_count)s new comment" msgid_plural "%(unread_count)s new comments" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(unread_count)s comentari nou" +msgstr[1] "%(unread_count)s comentaris nous" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "Loading thread list" -msgstr "" +msgstr "Carregant llista de fils" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Click to remove report" -msgstr "" +msgstr "Clica per eliminar l'informe" #. Translators: The text between start_sr_span and end_span is not shown #. in most browsers but will be read by screen readers. @@ -440,230 +463,253 @@ msgstr "" #: common/static/coffee/src/discussion/views/thread_response_show_view.js msgid "Misuse Reported%(start_sr_span)s, click to remove report%(end_span)s" msgstr "" +"S'ha informat d'un mal ús %(start_sr_span)s, clica per eliminar " +"l'informe%(end_span)s" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js #: common/static/coffee/src/discussion/views/response_comment_show_view.js #: common/static/coffee/src/discussion/views/response_comment_show_view.js #: common/static/coffee/src/discussion/views/thread_response_show_view.js msgid "Report Misuse" -msgstr "" +msgstr "Informar de mal ús" #. Translators: The text between start_sr_span and end_span is not shown #. in most browsers but will be read by screen readers. #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Pinned%(start_sr_span)s, click to unpin%(end_span)s" -msgstr "" +msgstr "Fixat%(start_sr_span)s, clica per alliberar%(end_span)s" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Click to unpin" -msgstr "" +msgstr "Clica per alliberar" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Pinned" -msgstr "" +msgstr "Fixat" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Pin Thread" -msgstr "" +msgstr "Fixar fil" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "" "The thread you selected has been deleted. Please select another thread." msgstr "" +"El fil que ha seleccionat ha sigut esborrat. Si us plau, seleccioneu-ne un " +"altre." #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "We had some trouble loading responses. Please reload the page." msgstr "" +"Hem tingut problemes carregant les respostes. Si us plau, recarrega la " +"pàgina." #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "We had some trouble loading more responses. Please try again." msgstr "" +"Hem tingut problemes carregant més respostes. Si us plau, intenta-ho de nou." #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "%(numResponses)s response" msgid_plural "%(numResponses)s responses" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(numResponses)s resposta" +msgstr[1] "%(numResponses)s respostes" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Showing all responses" -msgstr "" +msgstr "Mostrant totes les respostes" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Showing first response" msgid_plural "Showing first %(numResponses)s responses" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Mostrant la primera resposta" +msgstr[1] "Mostrant les primeres %(numResponses)s respostes" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Load all responses" -msgstr "" +msgstr "Carrega totes les respostes" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Load next %(numResponses)s responses" -msgstr "" +msgstr "Carrega les següents %(numResponses)s respostes" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Are you sure you want to delete this post?" +msgstr "Segur que vols esborrar aquest post?" + +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." msgstr "" +"Estem tenint alguns problemes carregant la pàgina que ha demanat. Si us " +"plau, torna-ho a provar." #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" -msgstr "" +msgstr "anònim" #: common/static/coffee/src/discussion/views/response_comment_show_view.js #: common/static/coffee/src/discussion/views/thread_response_show_view.js msgid "staff" -msgstr "" +msgstr "personal" #: common/static/coffee/src/discussion/views/response_comment_show_view.js #: common/static/coffee/src/discussion/views/thread_response_show_view.js msgid "Community TA" -msgstr "" +msgstr "Comunitat TA" #: common/static/coffee/src/discussion/views/response_comment_show_view.js #: common/static/coffee/src/discussion/views/response_comment_show_view.js #: common/static/coffee/src/discussion/views/thread_response_show_view.js msgid "Misuse Reported, click to remove report" -msgstr "" +msgstr "Informe de mal ús enviat, feu clic per eliminar-lo." #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Are you sure you want to delete this comment?" -msgstr "" +msgstr "Segur que vols esborrar aquest comentari?" #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "We had some trouble deleting this comment. Please try again." msgstr "" +"Hem tingut problemes esborrant aquest comentari. Si us plau, intenta-ho de " +"nou." #: common/static/coffee/src/discussion/views/thread_response_view.js msgid "Are you sure you want to delete this response?" -msgstr "" +msgstr "Segur que vols esborrar aquesta resposta?" #: common/static/js/src/jquery.timeago.locale.js msgid "%s ago" -msgstr "" +msgstr "fa %s" #: common/static/js/src/jquery.timeago.locale.js msgid "%s from now" -msgstr "" +msgstr "%s des d'ara" #: common/static/js/src/jquery.timeago.locale.js msgid "less than a minute" -msgstr "" +msgstr "menys d'un minut" #: common/static/js/src/jquery.timeago.locale.js msgid "about a minute" -msgstr "" +msgstr "aproximadament un minut" #: common/static/js/src/jquery.timeago.locale.js msgid "%d minute" msgid_plural "%d minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d minut" +msgstr[1] "%d minuts" #: common/static/js/src/jquery.timeago.locale.js msgid "about an hour" -msgstr "" +msgstr "aproximadament una hora" #: common/static/js/src/jquery.timeago.locale.js msgid "about %d hour" msgid_plural "about %d hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "aproximadament %d hora" +msgstr[1] "aproximadament %d hores" #: common/static/js/src/jquery.timeago.locale.js msgid "a day" -msgstr "" +msgstr "un dia" #: common/static/js/src/jquery.timeago.locale.js msgid "%d day" msgid_plural "%d days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d dia" +msgstr[1] "%d dies" #: common/static/js/src/jquery.timeago.locale.js msgid "about a month" -msgstr "" +msgstr "aproximadament un mes" #: common/static/js/src/jquery.timeago.locale.js msgid "%d month" msgid_plural "%d months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d mes" +msgstr[1] "%d mesos" #: common/static/js/src/jquery.timeago.locale.js msgid "about a year" -msgstr "" +msgstr "aproximadament un any" #: common/static/js/src/jquery.timeago.locale.js msgid "%d year" msgid_plural "%d years" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d any" +msgstr[1] "%d anys" #: lms/static/admin/js/SelectFilter2.js msgid "Available %s" -msgstr "" +msgstr "Disponible %s" #: lms/static/admin/js/SelectFilter2.js msgid "" "This is the list of available %s. You may choose some by selecting them in " "the box below and then clicking the \"Choose\" arrow between the two boxes." msgstr "" +"Aquesta és la llista dels %s disponibles. Pots triar-ne alguns seleccionant-" +"los al requadre inferior i clicant a continuació la fletxa \"Escollir\" " +"entre els dos requadres." #: lms/static/admin/js/SelectFilter2.js msgid "Type into this box to filter down the list of available %s." -msgstr "" +msgstr "Escriu en aquest requadre per filtrar la llista dels %s disponibles." #: lms/static/admin/js/SelectFilter2.js msgid "Filter" -msgstr "" +msgstr "Filtrar" #: lms/static/admin/js/SelectFilter2.js msgid "Choose all" -msgstr "" +msgstr "Escollir-ho tot" #: lms/static/admin/js/SelectFilter2.js msgid "Click to choose all %s at once." -msgstr "" +msgstr "Clica per escollir-los tots els %s a la vegada." #: lms/static/admin/js/SelectFilter2.js msgid "Choose" -msgstr "" +msgstr "Escollir" #: lms/static/admin/js/SelectFilter2.js msgid "Remove" -msgstr "" +msgstr "Eliminar" #: lms/static/admin/js/SelectFilter2.js msgid "Chosen %s" -msgstr "" +msgstr "Escollit %s" #: lms/static/admin/js/SelectFilter2.js msgid "" "This is the list of chosen %s. You may remove some by selecting them in the " "box below and then clicking the \"Remove\" arrow between the two boxes." msgstr "" +"Aquesta és la llista dels %s escollits. Pots esborrar-ne alguns " +"seleccionant-los en el requadre inferior i clicant a continuació la fletxa " +"\"Eliminar\" entre els dos requadres." #: lms/static/admin/js/SelectFilter2.js msgid "Remove all" -msgstr "" +msgstr "Elimina-ho tot" #: lms/static/admin/js/SelectFilter2.js msgid "Click to remove all chosen %s at once." -msgstr "" +msgstr "Clica per eliminar tots els %s escollits a la vegada." #: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js msgid "%(sel)s of %(cnt)s selected" msgid_plural "%(sel)s of %(cnt)s selected" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(sel)s de %(cnt)s seleccionats" +msgstr[1] "%(sel)s de %(cnt)s seleccionades" #: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js msgid "" "You have unsaved changes on individual editable fields. If you run an " "action, your unsaved changes will be lost." msgstr "" +"No has guardat els canvis en els camps editables individuals. Si realitzes " +"una acció, els teus canvis es perdran." #: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js msgid "" @@ -671,6 +717,9 @@ msgid "" "individual fields yet. Please click OK to save. You'll need to re-run the " "action." msgstr "" +"Has seleccionat una acció, però encara no has guardat els canvis en els " +"camps individuals. Si us plau, clica \"D'acord\" per guardar-ho. Hauràs de " +"tornar a realitzar l'acció." #: lms/static/admin/js/actions.js lms/static/admin/js/actions.min.js msgid "" @@ -678,235 +727,250 @@ msgid "" "fields. You're probably looking for the Go button rather than the Save " "button." msgstr "" +"Has seleccionat una acció, però encara no has guardat els canvis en els " +"camps individuals. Deus buscar el botó Anar en lloc del de Guardar." #. Translators: the names of months, keep the pipe (|) separators. #: lms/static/admin/js/calendar.js lms/static/admin/js/dateparse.js msgid "" "January|February|March|April|May|June|July|August|September|October|November|December" msgstr "" +"Gener|Febrer|Març|Abril|Maig|Juny|Juliol|Agost|Setembre|Octubre|Novembre|Desembre" #. Translators: abbreviations for days of the week, keep the pipe (|) #. separators. #: lms/static/admin/js/calendar.js msgid "S|M|T|W|T|F|S" -msgstr "" +msgstr "Dg|Dl|Dm|Dc|Dj|Dv|Ds" #: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.js.c #: lms/static/admin/js/collapse.min.js msgid "Show" -msgstr "" +msgstr "Mostrar" #: lms/static/admin/js/collapse.js lms/static/admin/js/collapse.min.js msgid "Hide" -msgstr "" +msgstr "Ocultar" #. Translators: the names of days, keep the pipe (|) separators. #: lms/static/admin/js/dateparse.js msgid "Sunday|Monday|Tuesday|Wednesday|Thursday|Friday|Saturday" -msgstr "" +msgstr "Diumenge|Dilluns|Dimarts|Dimecres|Dijous|Divendres|Dissabte" #: lms/static/admin/js/admin/DateTimeShortcuts.js #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Now" -msgstr "" +msgstr "Ara" #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Clock" -msgstr "" +msgstr "Rellotge" #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Choose a time" -msgstr "" +msgstr "Escull una hora" #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Midnight" -msgstr "" +msgstr "Mitjanit" #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "6 a.m." -msgstr "" +msgstr "6 a.m." #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Noon" -msgstr "" +msgstr "Migdia" #: lms/static/admin/js/admin/DateTimeShortcuts.js #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Today" -msgstr "" +msgstr "Avui" #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Calendar" -msgstr "" +msgstr "Calendari" #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Yesterday" -msgstr "" +msgstr "Ahir" #: lms/static/admin/js/admin/DateTimeShortcuts.js msgid "Tomorrow" -msgstr "" +msgstr "Demà" #: lms/static/coffee/src/calculator.js msgid "Open Calculator" -msgstr "" +msgstr "Obrir la calculadora" #: lms/static/coffee/src/calculator.js msgid "Close Calculator" -msgstr "" +msgstr "Tancar la calculadora" #: lms/static/coffee/src/customwmd.js msgid "Preview" -msgstr "" +msgstr "Previsualitzar" #: lms/static/coffee/src/customwmd.js msgid "Post body" -msgstr "" +msgstr "Cos del missatge" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Error fetching distribution." -msgstr "" +msgstr "Error obtenint distribució." #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Unavailable metric display." -msgstr "" +msgstr "Mètrica de visualització no disponible" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Error fetching grade distributions." -msgstr "" +msgstr "Error obtenint distribució de puntuacions." #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Last Updated: <%= timestamp %>" -msgstr "" +msgstr "Darrera actualització: <%= timestamp %>" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "<%= num_students %> students scored." -msgstr "" +msgstr "<%= num_students %> estudiants puntuats." #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "Loading..." -msgstr "" +msgstr "Carregant...." #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "Error getting student list." -msgstr "" +msgstr "Error obtenint la llista d'estudiants." #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "Error retrieving grading configuration." -msgstr "" +msgstr "Error obtenint la configuració de graus" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "Error generating grades. Please try again." -msgstr "" +msgstr "Error generant puntuacions. Si us plau, intenta-ho de nou." #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "File Name" -msgstr "" +msgstr "Nom del fitxer" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" "Links are generated on demand and expire within 5 minutes due to the " "sensitive nature of student information." msgstr "" +"Els enllaços es generen sota demanda i caduquen en 5 minuts degut a la " +"naturalesa sensible de la informació de l'estudiant." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Username" -msgstr "" +msgstr "Nom d'usuari" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Email" -msgstr "" +msgstr "Email" #: lms/static/coffee/src/instructor_dashboard/membership.js #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Revoke access" -msgstr "" +msgstr "Revocar l'accés" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Enter username or email" -msgstr "" +msgstr "Entra el nom d'usuari o email" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Please enter a username or email." -msgstr "" +msgstr "Si us plau, entra el nom d'usuari o email." #. Translators: A rolename appears this sentence.; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error fetching list for role" -msgstr "" +msgstr "Error obtenint la llista per al perfil" #: lms/static/coffee/src/instructor_dashboard/membership.js #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error changing user's permissions." -msgstr "" +msgstr "Error canviant els permisos d'usuari." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Could not find a user with username or email address '<%= identifier %>'." msgstr "" +"No s'ha pogut trobar l'usuari amb el nom d'usuari o adreça d'email '<%= " +"identifier %>'." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Error: User '<%= username %>' has not yet activated their account. Users " "must create and activate their accounts before they can be assigned a role." msgstr "" +"Error: l'usuari'<%= username %>' encara no ha activat el seu compte. Els " +"usuaris han de crear i activar els seus comptes abans de poder assignar-los " +"un rol." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error: You cannot remove yourself from the Instructor group!" -msgstr "" +msgstr "Error: no pots eliminar-te tu mateix del grup d'instructors!" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." -msgstr "" +msgstr "Error afegint o eliminant usuaris com a beta testers." #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were successfully added as beta testers:" -msgstr "" +msgstr "Aquests usuaris s'han afegit correctament com a beta testers:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were successfully removed as beta testers:" -msgstr "" +msgstr "Aquests usuaris han estat correctament eliminats com a beta testers:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were not added as beta testers:" -msgstr "" +msgstr "Aquests usuaris no s'han afegit com a beta testers:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were not removed as beta testers:" -msgstr "" +msgstr "Aquests usuaris no s'han esborrat com a beta testers:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Users must create and activate their account before they can be promoted to " "beta tester." msgstr "" +"Els usuaris han de crear i activar els seus comptes abans de poder ser " +"promoguts a beta tester." #. Translators: A list of identifiers (which are email addresses and/or #. usernames) appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Could not find users associated with the following identifiers:" msgstr "" +"No s'han pogut trobar usuaries associats amb el següents identificadors:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error enrolling/unenrolling users." -msgstr "" +msgstr "Error donant d'alta/baixa usuaris." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "The following email addresses and/or usernames are invalid:" -msgstr "" +msgstr "Les següents adreces de correu i/o noms d'usuaris són invàlids:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Successfully enrolled and sent email to the following users:" msgstr "" +"Els següents usuaris han estat donats d'alta correctament i se'ls ha enviat " +"un email:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Successfully enrolled the following users:" -msgstr "" +msgstr "Els següents usuaris han estat donats d'alta correctament:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -914,11 +978,13 @@ msgid "" "Successfully sent enrollment emails to the following users. They will be " "allowed to enroll once they register:" msgstr "" +"S'han enviat correctament els emails d'alta dels següents usuaris. Es podran" +" donar d'alta un cop s'enregistrin:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users will be allowed to enroll once they register:" -msgstr "" +msgstr "Aquests usuaris poden donar-se d'alta un cop s'enregistrin:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -926,11 +992,13 @@ msgid "" "Successfully sent enrollment emails to the following users. They will be " "enrolled once they register:" msgstr "" +"S'han enviat correctament els emails d'alta als següents usuaris. Seran " +"donats d'alta un cop s'enregistrin:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users will be enrolled once they register:" -msgstr "" +msgstr "Aquests usuaris seran donats d'alta un cop s'enregistrin:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -938,47 +1006,58 @@ msgid "" "Emails successfully sent. The following users are no longer enrolled in the " "course:" msgstr "" +"Emails enviats correctament. Els següents usuaris ja no estan donats d'alta " +"al curs:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "The following users are no longer enrolled in the course:" -msgstr "" +msgstr "Els usuaris següents ja no estan donats d'alta al curs:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "These users were not affiliated with the course so could not be unenrolled:" msgstr "" +"Aquests usuaris no han estat afiliats al curs i, per tant, no han pogut ser " +"donats de baixa:" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Your message must have a subject." -msgstr "" +msgstr "El teu missatge ha de tenir un tema." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Your message cannot be blank." -msgstr "" +msgstr "El teu missatge no pot estar en blanc." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Your email was successfully queued for sending." -msgstr "" +msgstr "El teu email s'ha posat en cua per ser enviat." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" "You are about to send an email titled '<%= subject %>' to yourself. Is this " "OK?" msgstr "" +"Estàs a punt d'enviar un email titulat '<%= subject %>' a tu mateix. És " +"correcte?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" "You are about to send an email titled '<%= subject %>' to everyone who is " "staff or instructor on this course. Is this OK?" msgstr "" +"Estàs a punt d'enviar un email titulat '<%= subject %>' a tothom que sigui " +"personal o instructor d'aquest curs. És correcte?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" "You are about to send an email titled '<%= subject %>' to ALL (everyone who " "is enrolled in this course as student, staff, or instructor). Is this OK?" msgstr "" +"Estàs a punt d'enviar un email titulat '<%= subject %>' a TOTHOM (qualsevol " +"que estigui enregistrat al curs com estudiant, personal o instructor). És " +"correcte?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" @@ -986,18 +1065,23 @@ msgid "" "classes, it may take up to an hour (or more, if other courses are " "simultaneously sending email) to send all emails." msgstr "" +"El teu email ha estat posat en cua per ser enviat. Si us plau, tingues en " +"compte que per a classes nombroses, pot portar fins a una hora (o més si " +"altres cursos estan enviant emails simultàniament) per enviar tots els " +"emails." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Error sending email." -msgstr "" +msgstr "Error enviant email." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "There is no email history for this course." -msgstr "" +msgstr "No hi ha històric d'emails per aquest curs." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "There was an error obtaining email task history for this course." msgstr "" +"Hi ha hagut un error obtenint l'email d'històric de tasques per aquest curs." #: lms/static/coffee/src/instructor_dashboard/student_admin.js #: lms/static/coffee/src/instructor_dashboard/student_admin.js @@ -1005,13 +1089,15 @@ msgstr "" #: lms/static/coffee/src/instructor_dashboard/student_admin.js #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Please enter a student email address or username." -msgstr "" +msgstr "Si us plau entra una adreça d'email d'estudiant o nom d'usuari." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error getting student progress url for '<%= student_id %>'. Check that the " "student identifier is spelled correctly." msgstr "" +"Error obtenint el progrés de l'estudiant '<%= student_id %>'. Comprova que " +"l'identificador d'estudiant està correctament escrit." #: lms/static/coffee/src/instructor_dashboard/student_admin.js #: lms/static/coffee/src/instructor_dashboard/student_admin.js @@ -1021,13 +1107,15 @@ msgstr "" #: lms/static/coffee/src/instructor_dashboard/student_admin.js #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Please enter a problem urlname." -msgstr "" +msgstr "Si us plau, entra un nom per al problema." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Success! Problem attempts reset for problem '<%= problem_id %>' and student " "'<%= student_id %>'." msgstr "" +"Correcte! Els intents de problema han estat re-iniciats per al problema '<%=" +" problem_id %>' i l'estudiant '<%= student_id %>'." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1035,21 +1123,29 @@ msgid "" " '<%= student_id %>'. Check that the problem and student identifiers are " "spelled correctly." msgstr "" +"Error reiniciant els intents de problema per al problema '<%= problem_id %>'" +" i l'estudiant '<%= student_id %>'. Comprova que els identificadors del " +"problema i d'estudiant han estat escrits correctament." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Delete student '<%= student_id %>'s state on problem '<%= problem_id %>'?" msgstr "" +"Vols esborrar l'estat de l'estudiant '<%= student_id %>' per al problema " +"'<%= problem_id %>'?" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error deleting student '<%= student_id %>'s state on problem '<%= problem_id" " %>'. Check that the problem and student identifiers are spelled correctly." msgstr "" +"Error esborrant l'estat de l'estudiant '<%= student_id %>' sobre el problema" +" '<%= problem_id %>'. Comprova que els identificadors d'estudiant i problema" +" estan correctament escrits." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Module state successfully deleted." -msgstr "" +msgstr "Estat del mòdul esborrat correctament." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1057,6 +1153,10 @@ msgid "" "'<%= student_id %>'. Click the 'Show Background Task History for Student' " "button to see the status of the task." msgstr "" +"Iniciada la tasca de re-puntuació de problema per al problema '<%= " +"problem_id %>' i estudiant '<%= student_id %>'. Feu clic al botó 'Mostrar " +"Històric de Tasques en Segon Pla per a l'Estudiant' per veure l'estat de la " +"tasca." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1064,6 +1164,9 @@ msgid "" "'<%= student_id %>'. Check that the problem and student identifiers are " "spelled correctly." msgstr "" +"Error iniciant una tasca de re-puntuació de problema per al problema '<%= " +"problem_id %>' per a l'estudiant '<%= student_id %>'. Comprova que els " +"identificadors de problema i estudiant estiguin escrits correctament." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1071,10 +1174,15 @@ msgid "" "student_id %>'. Check that the problem and student identifiers are spelled " "correctly." msgstr "" +"Error obtenint l'històric de tasques per al problema '<%= problem_id %> i " +"estudiant '<%= student_id %>'. Comprova que els identificadors de problema i" +" estudiant estan escrits correctament." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Reset attempts for all students on problem '<%= problem_id %>'?" msgstr "" +"Vols reiniciar els intents de tots els estudiants sobre el problema '<%= " +"problem_id %>'?" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1082,16 +1190,23 @@ msgid "" " Click the 'Show Background Task History for Problem' button to see the " "status of the task." msgstr "" +"S'ha iniciat correctament la tasca per reiniciar els intents del problema " +"'<%= problem_id %>'. Feu clic al botó 'Mostrar Històric de Tasques en Segon " +"Pla per a l'Estudiant' per veure l'estat de la tasca." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error starting a task to reset attempts for all students on problem '<%= " "problem_id %>'. Check that the problem identifier is spelled correctly." msgstr "" +"Error iniciant una tasca per re-iniciar els intents de tots els estudiants " +"per al problema '<%= problem_id %>'. Comprova que l'identificador de " +"problema està escrit correctament." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Rescore problem '<%= problem_id %>' for all students?" msgstr "" +"Vols re-puntuar el problema '<%= problem_id %>' per a tots els estudiants?" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1099,245 +1214,252 @@ msgid "" "students. Click the 'Show Background Task History for Problem' button to see" " the status of the task." msgstr "" +"S'ha iniciat correctament la tasca per re-puntuar el problema '<%= " +"problem_id %>' per a tots els estudiants. Clica el botó 'Mostrar Històric de" +" Tasques en Segon Pla del Problema' per veure l'estat de la tasca." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error starting a task to rescore problem '<%= problem_id %>'. Check that the" " problem identifier is spelled correctly." msgstr "" +"Error iniciant una tasca per re-puntuar el problema '<%= problem_id %>'. " +"Comprova que l'identificador de problema està escrit correctament." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Error listing task history for this student and problem." -msgstr "" +msgstr "Error llistant l'històric de tasques per aquest estudiant i problema." #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task Type" -msgstr "" +msgstr "Tipus de tasca" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task inputs" -msgstr "" +msgstr "Entrades de tasca" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task ID" -msgstr "" +msgstr "ID de tasca" #. Translators: a "Requester" is a username that requested a task such as #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Requester" -msgstr "" +msgstr "Sol·licitant" #. Translators: A timestamp of when a task (eg, sending email) was submitted #. appears after this #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Submitted" -msgstr "" +msgstr "Enviat" #. Translators: The length of a task (eg, sending email) in seconds appears #. this #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Duration (sec)" -msgstr "" +msgstr "Durada (segons)" #. Translators: The state (eg, "In progress") of a task (eg, sending email) #. appears after this. #: lms/static/coffee/src/instructor_dashboard/util.js msgid "State" -msgstr "" +msgstr "Estat" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task Status" -msgstr "" +msgstr "Estat de tasca" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task Progress" -msgstr "" +msgstr "Progrés de tasca" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Grades saved. Fetching the next submission to grade." msgstr "" +"Puntuacions guardades. Obtenint la següent sol·licitud per valorar-la." #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Problem Name" -msgstr "" +msgstr "Nom del problema" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Graded" -msgstr "" +msgstr "Puntuat" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Available to Grade" -msgstr "" +msgstr "Disponible per puntuar" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Required" -msgstr "" +msgstr "Requerit" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Progress" -msgstr "" +msgstr "Progrés" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Back to problem list" -msgstr "" +msgstr "Tornar a la llista de problemes" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Try loading again" -msgstr "" +msgstr "Prova de carregar-ho de nou" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "<%= num %> available " -msgstr "" +msgstr "<%= num %> disponible" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "<%= num %> graded " -msgstr "" +msgstr "<%= num %> puntuat" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "<%= num %> more needed to start ML" -msgstr "" +msgstr "Es necessiten <%= num %> més per iniciar ML" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Re-check for submissions" -msgstr "" +msgstr "Re-comprova sol·licituds" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "System got into invalid state: <%= state %>" -msgstr "" +msgstr "El sistema ha obtingut un estat invàlid: <%= state %>" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "System got into invalid state for submission: " -msgstr "" +msgstr "El sistema ha obtingut un estat invàlid per a la sol·licitud:" #: lms/static/coffee/src/staff_grading/staff_grading.js #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "(Hide)" -msgstr "" +msgstr "(Ocultar)" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "(Show)" -msgstr "" +msgstr "(Mostrar)" #: lms/static/js/Markdown.Editor.js msgid "Insert Hyperlink" -msgstr "" +msgstr "Inserta l'hipervincle" #. Translators: Please keep the quotation marks (") around this text #: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js.c msgid "\"optional title\"" -msgstr "" +msgstr "\"títol opcional\"" #: lms/static/js/Markdown.Editor.js msgid "Insert Image (upload file or type url)" -msgstr "" +msgstr "Inserta una imatge (puja un fitxer o escriu una url)" #: lms/static/js/Markdown.Editor.js msgid "Markdown Editing Help" -msgstr "" +msgstr "Ajuda d'edició amb etiquetes" #: lms/static/js/Markdown.Editor.js msgid "Bold (Ctrl+B)" -msgstr "" +msgstr "Negreta (Ctrl+B)" #: lms/static/js/Markdown.Editor.js msgid "Italic (Ctrl+I)" -msgstr "" +msgstr "Cursiva (Ctrl+I)" #: lms/static/js/Markdown.Editor.js msgid "Hyperlink (Ctrl+L)" -msgstr "" +msgstr "Enllaç (Ctrl+L)" #: lms/static/js/Markdown.Editor.js msgid "Blockquote (Ctrl+Q)" -msgstr "" +msgstr "Cita (Ctrl+Q)" #: lms/static/js/Markdown.Editor.js msgid "Code Sample (Ctrl+K)" -msgstr "" +msgstr "Exemple de codi (Ctrl+K)" #: lms/static/js/Markdown.Editor.js msgid "Image (Ctrl+G)" -msgstr "" +msgstr "Imatge (Ctrl+G)" #: lms/static/js/Markdown.Editor.js msgid "Numbered List (Ctrl+O)" -msgstr "" +msgstr "Llista numerada (Ctrl+O)" #: lms/static/js/Markdown.Editor.js msgid "Bulleted List (Ctrl+U)" -msgstr "" +msgstr "Llista amb pics (Ctrl+U)" #: lms/static/js/Markdown.Editor.js msgid "Heading (Ctrl+H)" -msgstr "" +msgstr "Capçalera (Ctrl+H)" #: lms/static/js/Markdown.Editor.js msgid "Horizontal Rule (Ctrl+R)" -msgstr "" +msgstr "Línia horitzontal (Ctrl+R)" #: lms/static/js/Markdown.Editor.js msgid "Undo (Ctrl+Z)" -msgstr "" +msgstr "Desfer (Ctrl+Z)" #: lms/static/js/Markdown.Editor.js msgid "Redo (Ctrl+Y)" -msgstr "" +msgstr "Refer (Ctrl+Y)" #: lms/static/js/Markdown.Editor.js msgid "Redo (Ctrl+Shift+Z)" -msgstr "" +msgstr "Refer (Ctrl+Shift+Z)" #: lms/static/js/Markdown.Editor.js msgid "strong text" -msgstr "" +msgstr "text en negreta" #: lms/static/js/Markdown.Editor.js msgid "emphasized text" -msgstr "" +msgstr "text emfatitzat" #: lms/static/js/Markdown.Editor.js msgid "enter image description here" -msgstr "" +msgstr "entreu aquí la descripció de la imatge" #: lms/static/js/Markdown.Editor.js msgid "enter link description here" -msgstr "" +msgstr "entra aquí la descripció de l'enllaç" #: lms/static/js/Markdown.Editor.js msgid "Blockquote" -msgstr "" +msgstr "Cita" #: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js msgid "enter code here" -msgstr "" +msgstr "entra el codi aquí" #: lms/static/js/Markdown.Editor.js msgid "List item" -msgstr "" +msgstr "Item de llista" #: lms/static/js/Markdown.Editor.js msgid "Heading" -msgstr "" +msgstr "Capçalera" #: lms/templates/class_dashboard/all_section_metrics.js #: lms/templates/class_dashboard/all_section_metrics.js msgid "Unable to retrieve data, please try again later." msgstr "" +"No s'ha pogut obtenir les dades. Si us plau, intenta-ho més endavant." #: lms/templates/class_dashboard/d3_stacked_bar_graph.js msgid "Number of Students" -msgstr "" +msgstr "Nombre d'estudiants" #: cms/static/coffee/src/main.js msgid "" @@ -1554,7 +1676,7 @@ msgstr "Carregar un nou PDF a “<%= name %>”" #: cms/static/js/views/edit_chapter.js msgid "Please select a PDF file to upload." -msgstr "" +msgstr "Si us plau, seleccioneu un fitxer PDF per pujar-lo." #: cms/static/js/views/edit_textbook.js #: cms/static/js/views/overview_assignment_grader.js @@ -1573,6 +1695,10 @@ msgstr "" "Format de fitxer no suportat. Si us plau, carregueu un fitxer amb una " "extensió tar.gz." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "Carregar fitxer" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Col·lapsa totes les seccions" @@ -1641,7 +1767,7 @@ msgstr "Esborrant" #: cms/static/js/views/uploads.js msgid "Upload" -msgstr "" +msgstr "Pujar" #: cms/static/js/views/uploads.js msgid "We're sorry, there was an error" @@ -1676,23 +1802,23 @@ msgstr "Els canvis s'han guardat" #: cms/static/js/views/xblock_editor.js msgid "Editor" -msgstr "" +msgstr "Editor" #: cms/static/js/views/xblock_editor.js msgid "Settings" -msgstr "" +msgstr "Configuració" #: cms/static/js/views/modals/base_modal.js msgid "Save" -msgstr "" +msgstr "Guardar" #: cms/static/js/views/modals/edit_xblock.js msgid "Component" -msgstr "" +msgstr "Component" #: cms/static/js/views/modals/edit_xblock.js msgid "Editing: %(title)s" -msgstr "" +msgstr "Editant: %(title)s" #: cms/static/js/views/settings/advanced.js msgid "" @@ -1734,4 +1860,4 @@ msgstr "" #: cms/static/js/views/video/translations_editor.js msgid "Upload translation" -msgstr "" +msgstr "Pujar traducció" diff --git a/conf/locale/cs/LC_MESSAGES/django.mo b/conf/locale/cs/LC_MESSAGES/django.mo index dbe1c7065da2697bd6abf8c493172378f4433675..69f63e9ec64268c098a5c7130a1ec3d3f4d5a143 100644 GIT binary patch delta 20 bcmaFL^^|MFO(u481w%tCL&MDvm|B?tPn`zh delta 20 bcmaFL^^|MFO(u3D1p`Yf1Eb9km|B?tPo4(k diff --git a/conf/locale/cs/LC_MESSAGES/django.po b/conf/locale/cs/LC_MESSAGES/django.po index 89c891ead9..9bd4a33fcd 100644 --- a/conf/locale/cs/LC_MESSAGES/django.po +++ b/conf/locale/cs/LC_MESSAGES/django.po @@ -53,7 +53,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: Slamic \n" "Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" @@ -186,6 +186,16 @@ msgstr "" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -826,6 +836,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3825,7 +3839,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4166,11 +4181,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4719,6 +4770,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5045,6 +5111,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5515,6 +5601,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6440,6 +6530,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7105,10 +7199,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7132,6 +7222,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7171,6 +7265,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7273,10 +7372,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/cs/LC_MESSAGES/djangojs.mo b/conf/locale/cs/LC_MESSAGES/djangojs.mo index 99aa55a8878325493719a71d3594577a7ddc2653..62a16ac7ecf2b45cc51b1906c6ff9dfef1823ced 100644 GIT binary patch delta 32 ocmX@fagt+0Digc8f}x?6p~2)FCIxmQ69q$KE2GVmnYJ+k0Fx&Ok^lez delta 32 ocmX@fagt+0Digbrf`O%#f#KvFCIxmw0|g@kE91?RnYJ+k0FwU*jsO4v diff --git a/conf/locale/cs/LC_MESSAGES/djangojs.po b/conf/locale/cs/LC_MESSAGES/djangojs.po index 0f9153c3dc..f3e1ab11f5 100644 --- a/conf/locale/cs/LC_MESSAGES/djangojs.po +++ b/conf/locale/cs/LC_MESSAGES/djangojs.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Czech (http://www.transifex.com/projects/p/edx-platform/language/cs/)\n" "MIME-Version: 1.0\n" @@ -348,6 +348,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -519,6 +520,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1575,6 +1580,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/de_DE/LC_MESSAGES/django.mo b/conf/locale/de_DE/LC_MESSAGES/django.mo index 0f3c52df1dd2aa2a5c55adaa55fa57166a00a56b..c05b8c826c149c1d716c29a74aabe969b810e84b 100644 GIT binary patch delta 22 ecmaEQoAK#w#tq$e?B)uFhE|4#njMCAV+dUU delta 22 ecmaEQoAK#w#tq$e>_!R(mR1HvnjMCAWC&jX diff --git a/conf/locale/de_DE/LC_MESSAGES/django.po b/conf/locale/de_DE/LC_MESSAGES/django.po index 3879dd09db..f44371ad73 100644 --- a/conf/locale/de_DE/LC_MESSAGES/django.po +++ b/conf/locale/de_DE/LC_MESSAGES/django.po @@ -73,7 +73,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-04-10 11:30+0000\n" "Last-Translator: andreas.frey \n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/)\n" @@ -206,6 +206,16 @@ msgstr "Sie sind nicht in diesem Kurs eingeschrieben" msgid "Enrollment action is invalid" msgstr "Die Einschreibung ist ungültig" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -857,6 +867,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3912,7 +3926,8 @@ msgstr "Passwort vergessen?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "Passwort" @@ -4254,11 +4269,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4815,6 +4866,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5141,6 +5207,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5611,6 +5697,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6534,6 +6624,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7197,10 +7291,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7224,6 +7314,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7263,6 +7357,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7365,10 +7464,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/de_DE/LC_MESSAGES/djangojs.mo b/conf/locale/de_DE/LC_MESSAGES/djangojs.mo index f5d01a02f5c23462a85e54be7b9f7ef865065ff5..24ec2cdc5c6e2092af9a148678e5ab15cf7cf097 100644 GIT binary patch delta 34 qcmbPpgmKOh#tl{G?B)uFhE|3KlN-$y*o{mS42`XfHm@)*(E_!R(mR1IalN-$y*bNO7j0~)dH?J@+(E\n" "Language-Team: German (Germany) (http://www.transifex.com/projects/p/edx-platform/language/de_DE/)\n" "MIME-Version: 1.0\n" @@ -351,6 +351,7 @@ msgstr "Diskussion anzeigen" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Entschuldigung" @@ -528,6 +529,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "Sind Sie sich sicher das Sie den Beitrag löschen wollen?" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "Anonym" @@ -1632,6 +1637,10 @@ msgstr "" "Das Dateiformat wird nicht unterstützt. Bitte laden Sie eine Datei mit der " "Endung tar.gz hoch." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Alle Sektionen verbergen" diff --git a/conf/locale/en@lolcat/LC_MESSAGES/django.mo b/conf/locale/en@lolcat/LC_MESSAGES/django.mo index b62efec5d962bba0e5f8a189b1fb112f87ecaa2c..9ea55dfedf995650aa7378b7e0ae9914724315d0 100644 GIT binary patch delta 22 ecmdmUiD}OzrVV>D*v%CT4Xq3fHy_EUZ~y>ra|r1G delta 22 ecmdmUiD}OzrVV>D*o_nnEUgTTHXq5TZ~y>rbO`GJ diff --git a/conf/locale/en@lolcat/LC_MESSAGES/django.po b/conf/locale/en@lolcat/LC_MESSAGES/django.po index bac3c3ac8c..e098a6cbda 100644 --- a/conf/locale/en@lolcat/LC_MESSAGES/django.po +++ b/conf/locale/en@lolcat/LC_MESSAGES/django.po @@ -47,7 +47,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n" @@ -180,6 +180,16 @@ msgstr "U R NOT ENROLLD IN DIS COURSE" msgid "Enrollment action is invalid" msgstr "ENROLLMENT ACSHUN IZ INVALID" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "THAR WUZ AN ERROR RECEIVIN UR LOGIN INFORMASHUN. PLZ EMAIL US. " @@ -827,6 +837,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3839,7 +3853,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4187,11 +4202,47 @@ msgstr "O NOES D: ERROR OKURD CUD U PLZ TRI AGAN L8R??!?" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "EDIT" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "RESET PASWORD" @@ -4771,6 +4822,21 @@ msgstr "AKOWNT PREFERENCEZ" msgid "Remember me" msgstr "PLZ 2 B MEMBERIN ME" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5117,6 +5183,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "CUD U PLZ COMPLEET TEH FOLLOWIN FIELDZ 2 REGISTR 4 AN AKOWNT?" @@ -5595,6 +5681,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "UR WORDZ:" @@ -6531,6 +6621,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "COURSE PROGRES 4 STUDENT '{username}' ({email})" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7203,10 +7297,6 @@ msgstr "" msgid "User Profile" msgstr "USR PROFIEL" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "ACTIVE FWEDZ" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7230,6 +7320,10 @@ msgstr "..." msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "ACTIVE FWEDZ" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7269,6 +7363,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7371,10 +7470,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo b/conf/locale/en@lolcat/LC_MESSAGES/djangojs.mo index 62b32826fe39865a87f320a522966430405c5738..ef02b84aade60c0b34b9ca29db5760edb09fbe30 100644 GIT binary patch delta 33 ocmexY`LA+=nku`wf}x?6p}}NbRRs\n" "Language-Team: LOLCAT English (http://www.transifex.com/projects/p/edx-platform/language/en@lolcat/)\n" "MIME-Version: 1.0\n" @@ -341,6 +341,7 @@ msgstr "SHOW DISCUSHUN" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "OMG!1!! SRY SRY!1!" @@ -521,6 +522,10 @@ msgstr "LOAD NEXT %(numResponses)s RESPONSEZ" msgid "Are you sure you want to delete this post?" msgstr "O HAI. R U SHUR U WANT 2 DELET DIS POST??" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "ANYMOUZ" @@ -1600,6 +1605,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/en@pirate/LC_MESSAGES/django.mo b/conf/locale/en@pirate/LC_MESSAGES/django.mo index 8795bf991c4df33ea8825594c0f24ecf3ff700ef..5cfb943a8b34aa040045db14dd92eaff692da929 100644 GIT binary patch delta 22 ecmZ2}nQ{4L#tl=f+07LU4Xq3fH_x`_(E|WwCI^)O delta 22 ecmZ2}nQ{4L#tl=f*^LwoEUgTTHqW-^(E|WwCkK}R diff --git a/conf/locale/en@pirate/LC_MESSAGES/django.po b/conf/locale/en@pirate/LC_MESSAGES/django.po index d80e739766..1243a43040 100644 --- a/conf/locale/en@pirate/LC_MESSAGES/django.po +++ b/conf/locale/en@pirate/LC_MESSAGES/django.po @@ -50,7 +50,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-04-10 20:10+0000\n" "Last-Translator: Diana Huang \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)\n" @@ -183,6 +183,16 @@ msgstr "Ye not be enrolled in this course" msgid "Enrollment action is invalid" msgstr "Ye enrollment action 'tis invalid" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -828,6 +838,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3841,7 +3855,8 @@ msgstr "Forgot yer secret code?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4191,11 +4206,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "correctin' meself" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Reset Me Secret Code" @@ -4758,6 +4809,21 @@ msgstr "" msgid "Remember me" msgstr "Keep me afloat" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5088,6 +5154,26 @@ msgstr "Ahoy, matey!" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5569,6 +5655,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "Yer words:" @@ -6499,6 +6589,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7165,10 +7259,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7192,6 +7282,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7236,6 +7330,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7338,10 +7437,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo b/conf/locale/en@pirate/LC_MESSAGES/djangojs.mo index 5892ebe64fedc0962c117b7245c2fc14a600d353..9fefa46462a687c29e63e96aa519a30d6a44ec99 100644 GIT binary patch delta 32 ocmey${*`^hK1OzP1w%tCLxagj85P)#OcV@_tqeB5VdP{20IXRFLI3~& delta 32 ocmey${*`^hK1OyU1p`Yf1H;Kj85P(K4HS$Ftc*9mVdP{20IWR;KmY&$ diff --git a/conf/locale/en@pirate/LC_MESSAGES/djangojs.po b/conf/locale/en@pirate/LC_MESSAGES/djangojs.po index e751b6eaa6..066979c24a 100644 --- a/conf/locale/en@pirate/LC_MESSAGES/djangojs.po +++ b/conf/locale/en@pirate/LC_MESSAGES/djangojs.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:00+0000\n" "Last-Translator: sarina \n" "Language-Team: Pirate English (http://www.transifex.com/projects/p/edx-platform/language/en@pirate/)\n" "MIME-Version: 1.0\n" @@ -339,6 +339,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -505,6 +506,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1558,6 +1563,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/eo/LC_MESSAGES/django.mo b/conf/locale/eo/LC_MESSAGES/django.mo index 9dfbe37d48536a7e451448d623372b119c8a16fb..4a3711230be818a2ffe47600434800a547231135 100644 GIT binary patch delta 56470 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

60e#FFI4qekc?Y6H80+CifgvEzlY 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 delta 54693 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 diff --git a/conf/locale/eo/LC_MESSAGES/django.po b/conf/locale/eo/LC_MESSAGES/django.po index b2ef8914ad..34762505bd 100644 --- a/conf/locale/eo/LC_MESSAGES/django.po +++ b/conf/locale/eo/LC_MESSAGES/django.po @@ -37,8 +37,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.1a\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 10:03-0400\n" -"PO-Revision-Date: 2014-04-22 14:03:27.086386\n" +"POT-Creation-Date: 2014-04-27 17:15-0400\n" +"PO-Revision-Date: 2014-04-27 21:15:36.951764\n" "Last-Translator: \n" "Language-Team: openedx-translation \n" "MIME-Version: 1.0\n" @@ -173,6 +173,19 @@ msgstr "Ýöü äré nöt énrölléd ïn thïs çöürsé Ⱡ'σяєм ιρ#" msgid "Enrollment action is invalid" msgstr "Énröllmént äçtïön ïs ïnvälïd Ⱡ'σяєм #" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" +"Théré ïs nö {platform_name} äççöünt ässöçïätéd wïth ýöür {provider_name} " +"äççöünt. Pléäsé üsé ýöür {platform_name} çrédéntïäls ör pïçk änöthér " +"prövïdér. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢#" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -846,6 +859,12 @@ msgstr "" "Süßmïttéd. Às söön äs ä réspönsé ïs rétürnéd, thïs méssägé wïll ßé répläçéd " "ßý thät féédßäçk. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт,#" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" +"Nö réspönsé fröm Xqüéüé wïthïn {xqueue_timeout} séçönds. Àßörtéd. Ⱡ'σяєм " +"ιρѕυм ∂σ#" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "Érrör {err} ïn évälüätïng hïnt fünçtïön {hintfn}. Ⱡ'σяєм ιρѕυ#" @@ -4286,7 +4305,8 @@ msgstr "Förgöt pässwörd? Ⱡ'σ#" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "Pässwörd #" @@ -4696,11 +4716,50 @@ msgstr "Àn érrör öççürréd. Pléäsé trý ägäïn lätér. Ⱡ'σяєм msgid "Please verify your new email" msgstr "Pléäsé vérïfý ýöür néw émäïl Ⱡ'σяєм #" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" +"Thé séléçtéd {provider_name} äççöünt ïs älréädý lïnkéd tö änöthér " +"{platform_name} äççöünt. Pléäsé {link_start}lög öüt{link_end}, thén lög ïn " +"wïth ýöür {provider_name} äççöünt. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєт#" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "édït Ⱡ'σяєм#" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "Àççöünt Lïnks Ⱡ'#" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "ünlïnk Ⱡ'σяєм ιρѕ#" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "lïnk Ⱡ'σяєм#" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Rését Pässwörd Ⱡ'#" @@ -5313,6 +5372,23 @@ msgstr "Àççöünt Préférénçés Ⱡ'σя#" msgid "Remember me" msgstr "Rémémßér mé Ⱡ#" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" +"ör, ïf ýöü hävé çönnéçtéd öné öf thésé prövïdérs, lög ïn ßélöw. Ⱡ'σяєм ιρѕυм" +" ∂σłσя#" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "Sïgn ïn wïth {provider_name} Ⱡ'σ#" + #: lms/templates/lti.html msgid "External resource" msgstr "Éxtérnäl résöürçé Ⱡ'σ#" @@ -5685,6 +5761,29 @@ msgstr "Wélçömé! #" msgid "Register below to create your {platform_name} account" msgstr "Régïstér ßélöw tö çréäté ýöür {platform_name} äççöünt Ⱡ'σяєм ιρѕυ#" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "Régïstér tö stärt léärnïng tödäý! Ⱡ'σяєм ι#" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" +"ör çréäté ýöür öwn {platform_name} äççöünt ßý çömplétïng äll " +"réqüïréd* fïélds ßélöw. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "Ýöü'vé süççéssfüllý sïgnéd ïn wïth {selected_provider}. Ⱡ'σяєм ιρѕ#" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" +"Fïnïsh ýöür äççöünt régïsträtïön ßélöw tö stärt léärnïng. Ⱡ'σяєм ιρѕυм ∂σł#" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -6182,6 +6281,10 @@ msgstr "Döwnlöäd tränsçrïpt Ⱡ'σя#" msgid "{file_format}" msgstr "{file_format} Ⱡ'σя#" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "Döwnlöäd Händöüt Ⱡ'σ#" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "Ýöür wörds: Ⱡ#" @@ -7204,6 +7307,10 @@ msgstr "Vïéw Grädïng ïn stüdïö Ⱡ'σяє#" msgid "Course Progress for Student '{username}' ({email})" msgstr "Çöürsé Prögréss för Stüdént '{username}' ({email}) Ⱡ'σяєм ιρѕ#" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "Döwnlöäd ýöür çértïfïçäté Ⱡ'σяєм#" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "{earned:.3n} öf {total:.3n} pössïßlé pöïnts Ⱡ'σяєм#" @@ -7926,10 +8033,6 @@ msgstr "" msgid "User Profile" msgstr "Ûsér Pröfïlé Ⱡ#" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "Àçtïvé Thréäds Ⱡ'#" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7953,6 +8056,10 @@ msgstr "… #" msgid "View discussion" msgstr "Vïéw dïsçüssïön Ⱡ'#" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "Àçtïvé Thréäds Ⱡ'#" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " diff --git a/conf/locale/eo/LC_MESSAGES/djangojs.mo b/conf/locale/eo/LC_MESSAGES/djangojs.mo index 2122903fdaf14251669774dff7d6cfa7a551717e..6828c5d8b362c02943434b5239412b0ad81c0309 100644 GIT binary patch delta 7781 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 R9RpXMc(QTnxgEt}{{f>>*MtB7 delta 7618 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\n" "MIME-Version: 1.0\n" @@ -349,6 +349,7 @@ msgstr "Shöw Dïsçüssïön Ⱡ'#" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Sörrý Ⱡ'σяєм ι#" @@ -534,6 +535,12 @@ msgstr "Löäd néxt %(numResponses)s réspönsés Ⱡ'σяє#" msgid "Are you sure you want to delete this post?" msgstr "Àré ýöü süré ýöü wänt tö délété thïs pöst? Ⱡ'σяєм ιρѕυ#" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" +"Wé häd sömé tröüßlé löädïng thé pägé ýöü réqüéstéd. Pléäsé trý ägäïn. Ⱡ'σяєм" +" ιρѕυм ∂σłσя ѕ#" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "änönýmöüs #" @@ -1713,6 +1720,10 @@ msgstr "" "Fïlé förmät nöt süppörtéd. Pléäsé üplöäd ä fïlé wïth ä tär.gz " "éxténsïön. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт #" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "Ûplöäd Fïlé Ⱡ#" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Çölläpsé Àll Séçtïöns Ⱡ'σя#" diff --git a/conf/locale/es_419/LC_MESSAGES/django.mo b/conf/locale/es_419/LC_MESSAGES/django.mo index 539d08d9eb6fdc3f058987ab3f912bfb13ac161f..8a16fa97b0cf43259c39f9c6c4305ca34253d5f2 100644 GIT binary patch delta 56806 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 GIsXM&+IZdo delta 49493 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ξ}*9buszUfcM+5o;Zv22~_mASr%}H<78Cu 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 SrrG9JSI, 2013 # apardo , 2013 +# ovnicraft , 2014 # dsalazar , 2014 # diegobe , 2014 # dsalazar , 2014 @@ -26,6 +27,7 @@ # # Translators: # apardo , 2013 +# ovnicraft , 2014 # ferabra , 2014 # juancamilom , 2013-2014 # juancamilom , 2014 @@ -48,6 +50,7 @@ # ferabra , 2013 # ferabra , 2013 # Herty Nava , 2013 +# jimenaianina , 2014 # juancamilom , 2013-2014 # juancamilom , 2013-2014 # juancamilom , 2013 @@ -59,6 +62,7 @@ # Natalia_m, 2013-2014 # ovnicraft , 2013 # preteric, 2014 +# Santiagoz , 2014 # #-#-#-#-# mako-studio.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2014 edX @@ -98,7 +102,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-01 15:39+0000\n" "Last-Translator: ovnicraft \n" "Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" @@ -185,23 +189,23 @@ msgstr "Doctorado" #: common/djangoapps/student/models.py msgid "Master's or professional degree" -msgstr "" +msgstr "Master o postgrado" #: common/djangoapps/student/models.py msgid "Bachelor's degree" -msgstr "" +msgstr "Pregrado" #: common/djangoapps/student/models.py msgid "Associate's degree" -msgstr "" +msgstr "Grado técnico - tecnológico" #: common/djangoapps/student/models.py msgid "Secondary/high school" -msgstr "" +msgstr "Bachillerato" #: common/djangoapps/student/models.py msgid "Junior secondary/junior high/middle school" -msgstr "" +msgstr "Formación media" #: common/djangoapps/student/models.py msgid "Elementary/primary school" @@ -210,7 +214,7 @@ msgstr "Primaria" #. Translators: 'None' refers to the student's level of education #: common/djangoapps/student/models.py msgid "None" -msgstr "" +msgstr "Ninguno" #: common/djangoapps/student/views.py msgid "Course id not specified" @@ -233,6 +237,16 @@ msgstr "Usted no está inscrito en este curso" msgid "Enrollment action is invalid" msgstr "La Inscripción es inválida" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -861,15 +875,15 @@ msgstr "incorrecto" #: common/lib/capa/capa/inputtypes.py msgid "incomplete" -msgstr "" +msgstr "imcompleto" #: common/lib/capa/capa/inputtypes.py common/lib/capa/capa/inputtypes.py msgid "unanswered" -msgstr "" +msgstr "sin responder" #: common/lib/capa/capa/inputtypes.py msgid "queued" -msgstr "" +msgstr "en cola" #: common/lib/capa/capa/inputtypes.py msgid "" @@ -895,6 +909,10 @@ msgstr "" "Enviado. Tan pronto se reciba una respuesta, este mensaje será reemplazado " "por los comentarios correspondientes." +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "Error {err} al evaluar la función de ayuda contextual {hintfn}." @@ -922,7 +940,7 @@ msgstr "" #. translated. #: common/lib/capa/capa/responsetypes.py msgid "answer-pool value should be an integer" -msgstr "" +msgstr "Valores de lista de respuestas deben ser números enteros." #. Translators: 'Choicegroup' is an input type and should not be translated. #: common/lib/capa/capa/responsetypes.py @@ -1623,6 +1641,8 @@ msgstr "La rama remota especificada no está disponible." #: lms/djangoapps/dashboard/git_import.py msgid "Unable to switch to specified branch. Please check your branch name." msgstr "" +"No fue posible cambiar la la rama especificada. Por favor verifique el " +"nombre de la misma." #: lms/djangoapps/dashboard/sysadmin.py msgid "Failed in authenticating {0}, error {1}\n" @@ -1775,6 +1795,8 @@ msgstr "" msgid "" "Unable to clone or pull repository. Please check your url. Output was: {0!r}" msgstr "" +"No fue posible clonar o halar el repositorio. Por favor verifique la url. La" +" respuesta fue: {0!r}" #: lms/djangoapps/dashboard/sysadmin.py msgid "Failed to clone repository to {0}" @@ -1782,7 +1804,7 @@ msgstr "Falló la clonación del repositorio a {0}" #: lms/djangoapps/dashboard/sysadmin.py msgid "Successfully switched to branch: {branch_name}" -msgstr "" +msgstr "Se cambió exitosamente la rama: {branch_name}" #: lms/djangoapps/dashboard/sysadmin.py msgid "Loaded course {0} {1}
Errors:" @@ -1970,32 +1992,34 @@ msgstr "Ubicación" #: lms/djangoapps/instructor/views/api.py msgid "Birth Year" -msgstr "" +msgstr "Año de nacimiento" -#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/djangoapps/instructor/views/api.py lms/templates/register.html +#: lms/templates/signup_modal.html msgid "Gender" msgstr "Género" +#: lms/djangoapps/instructor/views/api.py #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "Level of Education" msgstr "Nivel educativo" -#: lms/templates/register.html +#: lms/djangoapps/instructor/views/api.py lms/templates/register.html msgid "Mailing Address" msgstr "Dirección de correspondencia" #: lms/djangoapps/instructor/views/api.py msgid "Goals" -msgstr "" +msgstr "Objetivos" #: lms/djangoapps/instructor/views/api.py msgid "Module does not exist." -msgstr "" +msgstr "No existe el módulo." #: lms/djangoapps/instructor/views/api.py #: lms/djangoapps/instructor/views/legacy.py msgid "An error occurred while deleting the score." -msgstr "" +msgstr "Ha ocurrido un error borrando la calificación." #: lms/djangoapps/instructor/views/api.py #: lms/templates/verify_student/midcourse_reverify_dash.html @@ -2057,15 +2081,17 @@ msgstr "Analíticas" #: lms/djangoapps/instructor/views/legacy.py msgid "Course Statistics At A Glance" -msgstr "" +msgstr "Resumen de estadísticas del curso" #: lms/djangoapps/instructor/views/legacy.py msgid "Found a single student. " -msgstr "" +msgstr "Un estudiante encontrado." #: lms/djangoapps/instructor/views/legacy.py msgid "Couldn't find student with that email or username." msgstr "" +"No se encontró ningún estudiante con ese nombre de usuario o correo " +"electrónico." #: lms/djangoapps/instructor/views/legacy.py msgid "List of students enrolled in {course_id}" @@ -2091,7 +2117,7 @@ msgstr "" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to create a background task for rescoring \"{url}\": {message}." -msgstr "" +msgstr "Falló al crear la tarea para repuntuar \"{url}\": {message}." #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to create a background task for resetting \"{problem_url}\"." @@ -2109,7 +2135,7 @@ msgstr "" #: lms/djangoapps/instructor/views/legacy.py msgid "Found module. " -msgstr "" +msgstr "Módulo encontrado." #: lms/djangoapps/instructor/views/legacy.py msgid "Couldn't find module with that urlname: {url}. " @@ -2125,7 +2151,7 @@ msgstr "" #: lms/djangoapps/instructor/views/legacy.py msgid "Module state successfully reset!" -msgstr "" +msgstr "El estado del módulo ha sido reiniciado!" #: lms/djangoapps/instructor/views/legacy.py msgid "Couldn't reset module state for {id}/{url}. " @@ -2652,7 +2678,7 @@ msgstr "Intentando añadir una moneda diferente en el carrito" #: lms/djangoapps/shoppingcart/models.py msgid "Registration for Course: {course_name}" -msgstr "" +msgstr "Registro para Curso: {course_name}" #: lms/djangoapps/shoppingcart/models.py msgid "" @@ -3555,8 +3581,11 @@ msgstr "Guardar cambios" msgid "Preview" msgstr "Vista previa" +#. #-#-#-#-# mako.po (edx-platform) #-#-#-#-# #. Translators: this is a control to allow users to exit out of this modal #. interface (a menu or piece of UI that takes the full focus of the screen) +#: lms/templates/wiki/edit.html lms/templates/wiki/history.html +#: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard.html lms/templates/forgot_password_modal.html @@ -4003,6 +4032,8 @@ msgid "" "Special characters not allowed in organization, course number, and course " "run." msgstr "" +"No se permiten caracteres especiales en los campos de organización, número " +"del curso, y número de ejecución del curso." #: cms/djangoapps/contentstore/views/course.py msgid "" @@ -4212,7 +4243,8 @@ msgstr "¿Olvidó su contraseña?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "Contraseña" @@ -4595,11 +4627,47 @@ msgstr "Ocurrió un error. Por favor intente nuevamente más tarde." msgid "Please verify your new email" msgstr "Por favor verifique su correo" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "editar" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Restablecer Contraseña" @@ -5202,6 +5270,21 @@ msgstr "Preferencias de la Cuenta" msgid "Remember me" msgstr "Recordarme" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "Recurso externo" @@ -5565,6 +5648,26 @@ msgstr "Bienvenido!" msgid "Register below to create your {platform_name} account" msgstr "Regístrese a continuación para crear su cuenta en {platform_name}" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "Por favor complete los siguientes campos para crear su cuenta." @@ -6057,6 +6160,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "Tus palabras:" @@ -7054,6 +7161,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "Progreso del curso para el estudiante '{username}' ({email})" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "{earned:.3n} de {total:.3n} puntos posibles" @@ -7763,10 +7874,6 @@ msgstr "" msgid "User Profile" msgstr "Perfil de Usuario" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "Hilos Activos" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7790,6 +7897,10 @@ msgstr "..." msgid "View discussion" msgstr "Ver discusión" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "Hilos Activos" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7829,6 +7940,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7931,10 +8047,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" @@ -10644,7 +10756,7 @@ msgstr "Acciones de página" #: cms/templates/asset_index.html msgid "Loading…" -msgstr "" +msgstr "Cargando…" #: cms/templates/asset_index.html msgid "What files are listed here?" @@ -10766,31 +10878,35 @@ msgstr "Contenedor" #: cms/templates/container.html msgid "This page has no content yet." -msgstr "" +msgstr "Esta página no tiene contenidos aún" #: cms/templates/container.html cms/templates/container.html msgid "Publishing Status" -msgstr "" +msgstr "Estado de publicación" #: cms/templates/container.html msgid "Published" -msgstr "" +msgstr "Publicado" #: cms/templates/container.html msgid "" "To make changes to the content of this page, you need to edit unit " "{unit_link} as a draft." msgstr "" +"Para realizar cambios al contenido de esta página, necesita editar la " +"unidad {unit_link} como un borrador." #: cms/templates/container.html msgid "Draft" -msgstr "" +msgstr "Borrador" #: cms/templates/container.html msgid "" "You can edit the content of this page, and your changes will be published " "with unit {unit_link}." msgstr "" +"Puede editar el contenido de esta página, y sus cambios serán publicados con" +" la unidad {unit_link}." #: cms/templates/container.html msgid "" @@ -10799,6 +10915,10 @@ msgid "" " you have properly configured your experiment groups and make changes to " "existing content." msgstr "" +"Puede ver y editar los componentes del curso que contengan otros componentes" +" en esta pagina. En el caso de bloques de experimentos, esto le permite " +"confirmar que ha configurado correctamente los grupos de su experimento y " +"hacer cambios al contenido existente." #: cms/templates/course_info.html cms/templates/course_info.html msgid "Course Updates" @@ -10825,7 +10945,7 @@ msgstr "" #: cms/templates/edit-tabs.html cms/templates/edit-tabs.html #: cms/templates/export.html cms/templates/widgets/header.html msgid "Pages" -msgstr "" +msgstr "Páginas" #: cms/templates/edit-tabs.html msgid "New Page" @@ -10843,30 +10963,33 @@ msgid "" "view the page even if they are not registered for or logged in to your " "course." msgstr "" +"Nota: Las páginas estarán disponibles públicamente. Si los usuarios conocen " +"la dirección url de la página, podrán visitarla, incluso si no están " +"registrados o no han iniciado sesión en el curso." #: cms/templates/edit-tabs.html msgid "Show this page" -msgstr "" +msgstr "Mostrar esta página" #: cms/templates/edit-tabs.html cms/templates/edit-tabs.html msgid "Show/hide page" -msgstr "" +msgstr "Mostrar/esconder página" #: cms/templates/edit-tabs.html cms/templates/edit-tabs.html msgid "This page cannot be reordered" -msgstr "" +msgstr "Esta página no puede ser reordenada" #: cms/templates/edit-tabs.html msgid "You can add additional custom pages to your course." -msgstr "" +msgstr "Usted puede agregar páginas personalizadas adicionales en su curso." #: cms/templates/edit-tabs.html msgid "Add a New Page" -msgstr "" +msgstr "Agregar nueva página" #: cms/templates/edit-tabs.html msgid "What are pages?" -msgstr "" +msgstr "¿Qué son páginas?" #: cms/templates/edit-tabs.html msgid "" @@ -10874,10 +10997,14 @@ msgid "" "(Courseware, Course info, Discussion, Wiki, and Progress) are followed by " "textbooks and custom pages that you create." msgstr "" +"Las páginas se listan en forma horizontal en la parte superior del curso. " +"Las páginas por defecto (Contenidos, información, discusión, wiki y " +"progreso) vienen seguidas por los libros de texto y las páginas " +"personalizadas que usted crea." #: cms/templates/edit-tabs.html msgid "Custom pages" -msgstr "" +msgstr "Páginas personalizadas" #: cms/templates/edit-tabs.html msgid "" @@ -10885,28 +11012,35 @@ msgid "" "course content. For example, you can create pages for the grading policy, " "course slides, and a course calendar. " msgstr "" +"Puede crear y editar páginas personalizadas para dar a los estudiantes " +"contenidos adicionales dentro del curso. Por ejemplo, puede crear páginas " +"para presentar la política de calificaciones, las diapositivas del curso, el" +" calendario, entre otras." #: cms/templates/edit-tabs.html msgid "How do pages look to students in my course?" -msgstr "" +msgstr "¿Como verán las páginas los estudiantes del curso?" #: cms/templates/edit-tabs.html msgid "" "Students see the default and custom pages at the top of your course and use " "these links to navigate." msgstr "" +"Los estudiantes ven las páginas por defecto y las páginas personalizadas en " +"la parte superior del curso, y usan estos vínculos para navegar por las " +"diferentes areas del curso." #: cms/templates/edit-tabs.html msgid "See an example" -msgstr "" +msgstr "Ver un ejemplo" #: cms/templates/edit-tabs.html msgid "Pages in Your Course" -msgstr "" +msgstr "Páginas en su curso" #: cms/templates/edit-tabs.html msgid "Preview of Pages in your course" -msgstr "" +msgstr "Vista previa de páginas en su curso" #: cms/templates/edit-tabs.html msgid "" @@ -10914,6 +11048,9 @@ msgid "" "(Courseware, Course Info, Discussion, Wiki, and Progress) are followed by " "textbooks and custom pages." msgstr "" +"Las páginas aparecen en la parte superior del curso. Las páginas por defecto" +" (Contenidos, información, discusión, wiki y progreso) vienen seguidas por " +"los libros de texto y las páginas personalizadas." #: cms/templates/edit-tabs.html cms/templates/howitworks.html #: cms/templates/howitworks.html cms/templates/howitworks.html @@ -12447,6 +12584,13 @@ msgid "" " Manager\">PM or Conrad Warre (conrad@edx.org)." msgstr "" +"Estas fechas afectan el momento en que su curso puede ser " +"visto pero no son las fechas que se mostrarán en la página " +"de resumen del curso. Para ingresar las fechas de inicio y las " +"fechas de registro que se mostrarán en la página de resumen del curso, siga " +"las instrucciones dadas por su Administrador" +" de Programa o Conrad Warre (conrad@edx.org)." #: cms/templates/settings.html msgid "Introducing Your Course" @@ -12833,12 +12977,18 @@ msgid "" "This unit is scheduled to be released to students on " "{date} with the subsection {link_start}{name}{link_end}" msgstr "" +"Esta unidad ya está programada para ser liberada a los " +"estudiantes el {date} dentro de la " +"subsección {link_start}{name}{link_end}" #: cms/templates/unit.html msgid "" "This unit is scheduled to be released to students with the " "subsection {link_start}{name}{link_end}" msgstr "" +"Esta unidad ya está programada para ser liberada a los " +"estudiantes dentro de la subsección " +"{link_start}{name}{link_end}" #: cms/templates/unit.html msgid "Delete Draft" @@ -12884,6 +13034,8 @@ msgid "" "User '{user}' with e-mail {email} has requested Studio course creator " "privileges on edge." msgstr "" +"El usuario '{user}' con el correo electrónico {email} ha solicitado " +"privilegios de creador de cursos Studio a través de edge." #: cms/templates/emails/course_creator_admin_user_pending.txt msgid "To grant or deny this request, use the course creator admin table." diff --git a/conf/locale/es_419/LC_MESSAGES/djangojs.mo b/conf/locale/es_419/LC_MESSAGES/djangojs.mo index b6778e57bd5925c597c8c1cba51f1337b9246b27..81cb612f37ffa9dd201e35c7cbf7c2807a4998db 100644 GIT binary patch delta 14276 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 diff --git a/conf/locale/es_419/LC_MESSAGES/djangojs.po b/conf/locale/es_419/LC_MESSAGES/djangojs.po index 46b864201c..b352c90d67 100644 --- a/conf/locale/es_419/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_419/LC_MESSAGES/djangojs.po @@ -39,9 +39,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-11 05:40+0000\n" -"Last-Translator: juancamilom \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 15:04+0000\n" +"Last-Translator: ovnicraft \n" "Language-Team: Spanish (Latin America) (http://www.transifex.com/projects/p/edx-platform/language/es_419/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -116,28 +116,28 @@ msgstr[1] "(%(num_points)s puntos posibles)" #: common/lib/xmodule/xmodule/js/src/capa/display.js #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Answer:" -msgstr "" +msgstr "Respuesta:" #. Translators: the word Answer here refers to the answer to a problem the #. student must solve.; #: common/lib/xmodule/xmodule/js/src/capa/display.js #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Hide Answer" -msgstr "" +msgstr "Ocultar Respuesta" #. Translators: the word Answer here refers to the answer to a problem the #. student must solve.; #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Show Answer" -msgstr "" +msgstr "Mostrar Respuesta" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Reveal Answer" -msgstr "" +msgstr "Mostrar respuesta" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Answer hidden" -msgstr "" +msgstr "Respuesta oculta" #. Translators: the word unanswered here is about answering a problem the #. student must solve.; @@ -378,6 +378,7 @@ msgstr "Mostrar Discusión" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Lo sentimos" @@ -442,14 +443,14 @@ msgstr "votar" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "vote (click to remove your vote)" msgid_plural "votes (click to remove your vote)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "voto (Haga clic para borrar su voto)" +msgstr[1] "votos (Haga clic para borrar su voto)" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "vote (click to vote)" msgid_plural "votes (click to vote)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "voto (Haga clic para votar)" +msgstr[1] "votos (Haga clic para votar)" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "Load more" @@ -518,6 +519,8 @@ msgstr "Marcar conversación" msgid "" "The thread you selected has been deleted. Please select another thread." msgstr "" +"La discusión que seleccionó ha sido borrada. Por favor seleccione otra " +"discusión." #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "We had some trouble loading responses. Please reload the page." @@ -559,6 +562,10 @@ msgstr "Cargar las siguientes %(numResponses)s respuestas" msgid "Are you sure you want to delete this post?" msgstr "¿Está seguro de que desea borrar esta publicación?" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "anónimo" @@ -833,23 +840,23 @@ msgstr "Cuerpo de la publicación" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Error fetching distribution." -msgstr "" +msgstr "Error al generar la distribución." #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Unavailable metric display." -msgstr "" +msgstr "Métrica no disponible para visualización" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Error fetching grade distributions." -msgstr "" +msgstr "Error al generar las distribuciones de calificaciones." #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Last Updated: <%= timestamp %>" -msgstr "" +msgstr "Última actualización: <%= timestamp %>" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "<%= num_students %> students scored." -msgstr "" +msgstr "<%= num_students %> estudiantes calificados." #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "Loading..." @@ -869,112 +876,129 @@ msgstr "Error al generar las calificaciones. Por favor inténtelo nuevamente." #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "File Name" -msgstr "" +msgstr "Nombre de archivo" #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "" "Links are generated on demand and expire within 5 minutes due to the " "sensitive nature of student information." msgstr "" +"Los vínculos se generan por demanda y expiran en los siguientes 5 minutos " +"dado a la naturaleza sensible de la información de calificaciones de " +"estudiantes." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Username" -msgstr "" +msgstr "Nombre de usuario" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Email" -msgstr "" +msgstr "Correo electrónico" #: lms/static/coffee/src/instructor_dashboard/membership.js #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Revoke access" -msgstr "" +msgstr "Quitar el acceso" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Enter username or email" -msgstr "" +msgstr "Ingrese el nombre de usuario o el correo electrónico." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Please enter a username or email." msgstr "" +"Por favor ingrese su nombre de usuario o dirección de correo electrónico." #. Translators: A rolename appears this sentence.; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error fetching list for role" -msgstr "" +msgstr "Error al generar la lista para el rol" #: lms/static/coffee/src/instructor_dashboard/membership.js #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error changing user's permissions." -msgstr "" +msgstr "Error al cambiar los permisos del usuario." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Could not find a user with username or email address '<%= identifier %>'." msgstr "" +"No se encontró ningún usuario con nombre de usuario o dirección '<%= " +"identifier %>'." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Error: User '<%= username %>' has not yet activated their account. Users " "must create and activate their accounts before they can be assigned a role." msgstr "" +"Error: El usuario '<%= username %>' aún no ha activado su cuenta. Los " +"usuarios deben crear y activar su cuenta antes de que puedan tener un rol " +"asignado." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error: You cannot remove yourself from the Instructor group!" -msgstr "" +msgstr "Error: No puede eliminarse a usted mismo del grupo de instructores!" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." -msgstr "" +msgstr "Error añadiendo o eliminando usuarios de pruebas." #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were successfully added as beta testers:" msgstr "" +"Los siguientes usuarios fueron añadidos exitósamente como usuarios de " +"prueba:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were successfully removed as beta testers:" msgstr "" +"Los siguientes usuarios fueron eliminados exitósamente como usuarios de " +"prueba:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were not added as beta testers:" -msgstr "" +msgstr "Los siguientes usuarios no fueron añadidos como usuarios de prueba:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were not removed as beta testers:" -msgstr "" +msgstr "Los siguientes usuarios no fueron eliminados como usuarios de prueba:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Users must create and activate their account before they can be promoted to " "beta tester." msgstr "" +"Los usuarios deben crear y activar su cuenta antes de que puedan ser " +"promovidos a usuarios de prueba." #. Translators: A list of identifiers (which are email addresses and/or #. usernames) appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Could not find users associated with the following identifiers:" -msgstr "" +msgstr "No se puede encontrar el usuario asociado al siguiente identificador:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error enrolling/unenrolling users." -msgstr "" +msgstr "Error al inscribir o des inscribir usuarios." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "The following email addresses and/or usernames are invalid:" -msgstr "" +msgstr "El correo electrónico y/o el nombre de usuario no son válidos:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Successfully enrolled and sent email to the following users:" msgstr "" +"Se inscribió exitósamente y se le envió el correo electrónico a los " +"siguientes usuarios:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Successfully enrolled the following users:" -msgstr "" +msgstr "Se inscribió exitósamente a los siguientes usuarios:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -982,11 +1006,13 @@ msgid "" "Successfully sent enrollment emails to the following users. They will be " "allowed to enroll once they register:" msgstr "" +"Se envió el correo electrónico a los siguientes usuarios. Podrán inscribirse" +" una vez se hayan registrado:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users will be allowed to enroll once they register:" -msgstr "" +msgstr "Estos usuarios podrán inscribirse una vez que se hayan registrado:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -994,11 +1020,13 @@ msgid "" "Successfully sent enrollment emails to the following users. They will be " "enrolled once they register:" msgstr "" +"Se envió el correo electrónico a los siguientes usuarios. Estarán inscritos " +"al curso una vez se hayan registrado:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users will be enrolled once they register:" -msgstr "" +msgstr "Estos usuarios quedarán inscritos una vez que se hayan registrado:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -1006,17 +1034,21 @@ msgid "" "Emails successfully sent. The following users are no longer enrolled in the " "course:" msgstr "" +"Los correos electrónicos fueron enviados exitósamente. Los siguientes " +"usuarios ya no están inscritos en el curso:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "The following users are no longer enrolled in the course:" -msgstr "" +msgstr "Los siguientes usuarios ya no están inscritos en el curso:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "These users were not affiliated with the course so could not be unenrolled:" msgstr "" +"Estos usuarios no estaban vinculados con el curso, por lo que no pudieron " +"ser retirados:" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Your message must have a subject." @@ -1035,18 +1067,25 @@ msgid "" "You are about to send an email titled '<%= subject %>' to yourself. Is this " "OK?" msgstr "" +"Está a punto de enviarse un correo electrónico con asunto '<%= subject %>' " +"a usted mismo. ¿Está seguro de proceder?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" "You are about to send an email titled '<%= subject %>' to everyone who is " "staff or instructor on this course. Is this OK?" msgstr "" +"Está a punto de enviarse un correo electrónico con asunto '<%= subject %>' " +"a todos los instructores y funcionarios del curso. ¿Está seguro de proceder?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" "You are about to send an email titled '<%= subject %>' to ALL (everyone who " "is enrolled in this course as student, staff, or instructor). Is this OK?" msgstr "" +"Está a punto de enviarse un correo electrónico con asunto '<%= subject %>' " +"a todos los usuarios asociados al curso (estudiantes, instructores y " +"funcionarios). ¿Está seguro de proceder?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" @@ -1229,55 +1268,55 @@ msgstr "" #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task Type" -msgstr "" +msgstr "Tipo de Tarea" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task inputs" -msgstr "" +msgstr "Valores de entrada para la tarea" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task ID" -msgstr "" +msgstr "Id de la tarea" #. Translators: a "Requester" is a username that requested a task such as #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Requester" -msgstr "" +msgstr "Solicitante" #. Translators: A timestamp of when a task (eg, sending email) was submitted #. appears after this #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Submitted" -msgstr "" +msgstr "Enviado" #. Translators: The length of a task (eg, sending email) in seconds appears #. this #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Duration (sec)" -msgstr "" +msgstr "Duración (segundos)" #. Translators: The state (eg, "In progress") of a task (eg, sending email) #. appears after this. #: lms/static/coffee/src/instructor_dashboard/util.js msgid "State" -msgstr "" +msgstr "Estado" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task Status" -msgstr "" +msgstr "Estado de la tarea" #. Translators: a "Task" is a background process such as grading students or #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task Progress" -msgstr "" +msgstr "Progreso de la Tarea" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Grades saved. Fetching the next submission to grade." @@ -1346,16 +1385,16 @@ msgstr "(Mostrar)" #: lms/static/js/Markdown.Editor.js msgid "Insert Hyperlink" -msgstr "" +msgstr "Insertar hipervínculo" #. Translators: Please keep the quotation marks (") around this text #: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js.c msgid "\"optional title\"" -msgstr "" +msgstr "\"título opcional\"" #: lms/static/js/Markdown.Editor.js msgid "Insert Image (upload file or type url)" -msgstr "" +msgstr "Insertar imagen (subir archivo o escribir url)" #: lms/static/js/Markdown.Editor.js msgid "Markdown Editing Help" @@ -1540,6 +1579,7 @@ msgstr "Por favor, no usar espacios o caracteres especiales en este campo." #: cms/static/js/index.js msgid "Please do not use any spaces or special characters in this field." msgstr "" +"Por favor, no utilizar espacios o caracteres especiales en este campo." #: cms/static/js/index.js msgid "" @@ -1677,7 +1717,7 @@ msgstr "Subiendo un nuevo PDF a “<%= name %>”" #: cms/static/js/views/edit_chapter.js msgid "Please select a PDF file to upload." -msgstr "" +msgstr "Por favor seleccione un archivo PDF para subir." #: cms/static/js/views/edit_textbook.js #: cms/static/js/views/overview_assignment_grader.js @@ -1696,6 +1736,10 @@ msgstr "" "Formato de archivo no soportado. Por favor cargue un archivo con extensión " "tar.gz." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "Subir archivo" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Colapsar todas las secciones" @@ -1764,7 +1808,7 @@ msgstr "Borrando" #: cms/static/js/views/uploads.js msgid "Upload" -msgstr "" +msgstr "Subir" #: cms/static/js/views/uploads.js msgid "We're sorry, there was an error" @@ -1798,23 +1842,23 @@ msgstr "Sus cambios han sido guardados." #: cms/static/js/views/xblock_editor.js msgid "Editor" -msgstr "" +msgstr "Editor" #: cms/static/js/views/xblock_editor.js msgid "Settings" -msgstr "" +msgstr "Configuración" #: cms/static/js/views/modals/base_modal.js msgid "Save" -msgstr "" +msgstr "Guardar" #: cms/static/js/views/modals/edit_xblock.js msgid "Component" -msgstr "" +msgstr "Componente" #: cms/static/js/views/modals/edit_xblock.js msgid "Editing: %(title)s" -msgstr "" +msgstr "Editando: %(title)s" #: cms/static/js/views/settings/advanced.js msgid "" @@ -1852,7 +1896,9 @@ msgid "" "Sorry, there was an error parsing the subtitles that you uploaded. Please " "check the format and try again." msgstr "" +"Lo sentimos. Ocurrió un error en la interpretación de los subtítulos " +"enviados. Por favor revise el formato e intente nuevamente." #: cms/static/js/views/video/translations_editor.js msgid "Upload translation" -msgstr "" +msgstr "Subir traducción" diff --git a/conf/locale/es_ES/LC_MESSAGES/django.mo b/conf/locale/es_ES/LC_MESSAGES/django.mo index 10d988d6654371d7e4bfdf52da0603e006ae5a99..31caf85bd2b730a0586a54ff685ec671ed665abc 100644 GIT binary patch literal 32989 zcmcJY3!Gh7UGI0HEi{F`=!3rKPD`2@Ix|W7fHHm1$>h;MUS!hJ0vh(5vuEZcXU;x7 z`sh+aWdE?n#P_y4cG&pwl+ z<=)S|hpzngbM3YM>;GPB4PQU xf~U3)?lT?GF5DN*z;j_-b&u13+&1yR%ihrz4B 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 XHEfx&9f;@N8;qsia@=cM{%QOV1z%d| diff --git a/conf/locale/es_ES/LC_MESSAGES/django.po b/conf/locale/es_ES/LC_MESSAGES/django.po index 1c697bfdc6..4fa83ce59d 100644 --- a/conf/locale/es_ES/LC_MESSAGES/django.po +++ b/conf/locale/es_ES/LC_MESSAGES/django.po @@ -82,14 +82,15 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# spentamanyu , 2014 # jorts , 2014 # juanan , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" -"PO-Revision-Date: 2014-04-22 13:33+0000\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" +"PO-Revision-Date: 2014-04-25 10:00+0000\n" "Last-Translator: spentamanyu \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" "MIME-Version: 1.0\n" @@ -221,6 +222,16 @@ msgstr "No está inscrito en este curso" msgid "Enrollment action is invalid" msgstr "La inscripción no es válida" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -368,6 +379,8 @@ msgstr "Se requiere un e-mail válido." #: common/djangoapps/student/views.py msgid "Username should only consist of A-Z and 0-9, with no spaces." msgstr "" +"El nombre de usuario ha de estar formado por caracteres A-Z y 0-9 sin " +"espacios." #: common/djangoapps/student/views.py common/djangoapps/student/views.py msgid "Password: " @@ -380,6 +393,8 @@ msgstr "No se ha podido enviar el e-mail de activación." #: common/djangoapps/student/views.py msgid "Unknown error. Please e-mail us to let us know how it happened." msgstr "" +"Error desconocido. Por favor, póngase en contacto por e-mail para hacernos " +"saber cómo se ha producido." #: common/djangoapps/student/views.py msgid "" @@ -399,11 +414,11 @@ msgstr "" #: common/djangoapps/student/views.py msgid "No inactive user with this e-mail exists" -msgstr "" +msgstr "No existe ningún usuario inactivo con ese e-mail." #: common/djangoapps/student/views.py msgid "Unable to send reactivation email" -msgstr "" +msgstr "No ha sido posible enviar el e-mail de reactivación." #: common/djangoapps/student/views.py msgid "Invalid password" @@ -411,15 +426,15 @@ msgstr "Password no válido" #: common/djangoapps/student/views.py msgid "Valid e-mail address required." -msgstr "" +msgstr "Se requiere una dirección de e-mail válida." #: common/djangoapps/student/views.py msgid "An account with this e-mail already exists." -msgstr "" +msgstr "Ya existe una cuenta con ese e-mail." #: common/djangoapps/student/views.py msgid "Old email is the same as the new email." -msgstr "" +msgstr "El anterior e-mail es el mismo que el nuevo." #: common/djangoapps/student/views.py msgid "Name required" @@ -866,6 +881,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -1405,11 +1424,11 @@ msgstr "" #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" -msgstr "" +msgstr "Navegación" #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "About these documents" -msgstr "" +msgstr "Acerca de estos documentos" #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Index" @@ -1793,16 +1812,18 @@ msgstr "" #: lms/djangoapps/django_comment_client/base/views.py msgid "allowed file types are '%(file_types)s'" -msgstr "" +msgstr "los tipos de ficheros permitidos son '%(file_types)s'" #: lms/djangoapps/django_comment_client/base/views.py msgid "maximum upload file size is %(file_size)sK" -msgstr "" +msgstr "el tamaño máximo de fichero para subir es %(file_size)sK" #: lms/djangoapps/django_comment_client/base/views.py msgid "" "Error uploading file. Please contact the site administrator. Thank you." msgstr "" +"Error subiendo el fichero. Por favor, contacte con el administrador del " +"sitio. Gracias." #: lms/djangoapps/django_comment_client/base/views.py msgid "Good" @@ -2238,13 +2259,9 @@ msgstr "" msgid "reset" msgstr "" -#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# -#. Translators: This is a past-tense verb that is inserted into task progress -#. messages as {action}. -#: lms/djangoapps/instructor_task/tasks.py -#: lms/templates/wiki/plugins/attachments/index.html wiki/models/article.py +#: wiki/models/article.py msgid "deleted" -msgstr "" +msgstr "eliminado" #. Translators: This is a past-tense verb that is inserted into task progress #. messages as {action}. @@ -2583,13 +2600,9 @@ msgstr "" msgid "Currency" msgstr "" -#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html -#: lms/templates/shoppingcart/receipt.html -#: lms/templates/shoppingcart/verified_cert_receipt.html -#: lms/templates/shoppingcart/verified_cert_receipt.html #: wiki/plugins/attachments/forms.py msgid "Description" -msgstr "" +msgstr "Descripción" #: lms/djangoapps/shoppingcart/reports.py msgid "Comments" @@ -3140,10 +3153,12 @@ msgid "" "You're receiving this e-mail because you requested a password reset for your" " user account at edx.org." msgstr "" +"Usted ha recibido este correo porque solicitó un reinicio de la contraseña " +"para su cuenta en edx.org" #: lms/templates/registration/password_reset_email.html msgid "Please go to the following page and choose a new password:" -msgstr "" +msgstr "Por favor, vaya a la siguiente página y elija una nueva contraseña:" #: lms/templates/registration/password_reset_email.html msgid "" @@ -3153,7 +3168,7 @@ msgstr "" #: lms/templates/registration/password_reset_email.html msgid "Thanks for using our site!" -msgstr "" +msgstr "Gracias por utilizar nuestro sitio!" #: lms/templates/registration/password_reset_email.html msgid "The edX Team" @@ -3169,82 +3184,75 @@ msgstr "" #: lms/templates/wiki/article.html msgid "This article was last modified:" -msgstr "" +msgstr "El artículo se modificó por última vez:" #: lms/templates/wiki/create.html lms/templates/wiki/create.html.py msgid "Add new article" -msgstr "" +msgstr "Añadir un nuevo artículo" #: lms/templates/wiki/create.html msgid "Create article" -msgstr "" +msgstr "Crear artículo" #: lms/templates/wiki/create.html lms/templates/wiki/delete.html #: lms/templates/wiki/delete.html.py msgid "Go back" -msgstr "" +msgstr "Volver atrás" #: lms/templates/wiki/delete.html lms/templates/wiki/delete.html.py #: lms/templates/wiki/edit.html msgid "Delete article" -msgstr "" +msgstr "Eliminar artículo" #: lms/templates/wiki/delete.html #: lms/templates/wiki/plugins/attachments/index.html -#: cms/templates/component.html cms/templates/studio_xblock_wrapper.html -#: cms/templates/studio_xblock_wrapper.html -#: lms/templates/discussion/_underscore_templates.html -#: lms/templates/discussion/_underscore_templates.html -#: lms/templates/discussion/mustache/_inline_thread_show.mustache msgid "Delete" -msgstr "" +msgstr "Eliminar" #: lms/templates/wiki/delete.html msgid "You cannot delete a root article." -msgstr "" +msgstr "No puede eliminar un artículo raíz." #: lms/templates/wiki/delete.html msgid "" "You cannot delete this article because you do not have permission to delete " "articles with children. Try to remove the children manually one-by-one." msgstr "" +"No puede eliminar este artículo porque no tiene permisos para eliminar " +"artículos con artículos hijo. Intente eliminar los artículos hijo " +"manualmente uno por uno." #: lms/templates/wiki/delete.html msgid "" "You are deleting an article. This means that its children will be deleted as" " well. If you choose to purge, children will also be purged!" msgstr "" +"Va a eliminar un artículo. Los artículos hijo también serán eliminados. Si " +"elige purgar, los artículos hijo también serán purgados!" #: lms/templates/wiki/delete.html msgid "Articles that will be deleted" -msgstr "" +msgstr "Artículos que serán eliminados" #: lms/templates/wiki/delete.html msgid "...and more!" -msgstr "" +msgstr "...y más!" #: lms/templates/wiki/delete.html msgid "You are deleting an article. Please confirm." -msgstr "" +msgstr "Va a eliminar un artículo. Por favor, confírmelo." -#: lms/templates/wiki/edit.html cms/templates/component.html -#: cms/templates/studio_xblock_wrapper.html -#: lms/templates/discussion/_underscore_templates.html -#: lms/templates/discussion/_underscore_templates.html -#: lms/templates/discussion/_underscore_templates.html -#: lms/templates/discussion/_underscore_templates.html -#: lms/templates/discussion/mustache/_inline_thread_show.mustache -#: lms/templates/wiki/includes/article_menu.html +#: lms/templates/wiki/edit.html msgid "Edit" -msgstr "" +msgstr "Editar" #: lms/templates/wiki/edit.html lms/templates/wiki/edit.html.py msgid "Save changes" -msgstr "" +msgstr "Guardar cambios" -#: lms/templates/wiki/edit.html cms/templates/unit.html +#: lms/templates/wiki/edit.html msgid "Preview" -msgstr "" +msgstr "Previsualizar" #. #-#-#-#-# mako.po (edx-platform) #-#-#-#-# #. Translators: this is a control to allow users to exit out of this modal @@ -3283,11 +3291,11 @@ msgstr "" #: lms/templates/wiki/edit.html msgid "Back to editor" -msgstr "" +msgstr "Volver al editor" #: lms/templates/wiki/history.html msgid "History" -msgstr "" +msgstr "Historial" #: lms/templates/wiki/history.html msgid "" @@ -3303,23 +3311,23 @@ msgstr "" #: lms/templates/wiki/history.html msgid "Preview this revision" -msgstr "" +msgstr "Previsualizar esta revisión" #: lms/templates/wiki/history.html msgid "Auto log:" -msgstr "" +msgstr "Auto registro:" #: lms/templates/wiki/history.html msgid "Change" -msgstr "" +msgstr "Cambiar" #: lms/templates/wiki/history.html lms/templates/wiki/history.html msgid "Merge selected with current..." -msgstr "" +msgstr "Fusionar lo seleccionado con lo actual..." #: lms/templates/wiki/history.html msgid "Switch to selected version" -msgstr "" +msgstr "Cambiar a la versión seleccionada" #: lms/templates/wiki/history.html msgid "Wiki Revision Preview" @@ -3327,11 +3335,11 @@ msgstr "" #: lms/templates/wiki/history.html lms/templates/wiki/history.html msgid "Back to history view" -msgstr "" +msgstr "Volver a la vista de historial" #: lms/templates/wiki/history.html lms/templates/wiki/history.html msgid "Switch to this version" -msgstr "" +msgstr "Cambiar a esta versión" #: lms/templates/wiki/history.html msgid "Merge Revision" @@ -3339,21 +3347,23 @@ msgstr "" #: lms/templates/wiki/history.html msgid "Merge with current" -msgstr "" +msgstr "Combinar con la actual" #: lms/templates/wiki/history.html msgid "" "When you merge a revision with the current, all data will be retained from " "both versions and merged at its approximate location from each revision." msgstr "" +"Al combinar una revisión con la actual, todos los datos de ambas versiones " +"se mantienen y se combinan en su posición aproximada. " #: lms/templates/wiki/history.html msgid "After this, it's important to do a manual review." -msgstr "" +msgstr "Después de esto, es importante hacer una revisión manual." #: lms/templates/wiki/history.html lms/templates/wiki/history.html msgid "Create new merged version" -msgstr "" +msgstr "Creada una nueva versión combinada" #: lms/templates/wiki/preview_inline.html msgid "Previewing revision:" @@ -3377,10 +3387,12 @@ msgid "" " You need to log in or sign up to use this function.\n" " " msgstr "" +"\n" +"Debes identificarte o registrarte para usar esta función." #: lms/templates/wiki/includes/anonymous_blocked.html msgid "You need to log in or sign up to use this function." -msgstr "" +msgstr "Necesita iniciar sesión o registrarse para usar esta función." #: lms/templates/wiki/includes/cheatsheet.html msgid "Wiki Cheatsheet" @@ -3491,7 +3503,7 @@ msgstr "" #: lms/templates/wiki/plugins/attachments/index.html #: wiki/plugins/attachments/wiki_plugin.py msgid "Attachments" -msgstr "" +msgstr "Adjuntos" #: lms/templates/wiki/plugins/attachments/index.html msgid "Upload new file" @@ -3860,7 +3872,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -3928,11 +3941,9 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: cms/templates/widgets/header.html lms/templates/help_modal.html -#: lms/templates/navigation.html lms/templates/static_templates/help.html -#: lms/templates/static_templates/help.html wiki/plugins/help/wiki_plugin.py +#: wiki/plugins/help/wiki_plugin.py msgid "Help" -msgstr "" +msgstr "Ayuda" #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" @@ -4211,11 +4222,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "editar" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Restablecer Contraseña" @@ -4787,6 +4834,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5113,6 +5175,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5583,6 +5665,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6506,6 +6592,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7166,10 +7256,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7193,6 +7279,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7232,6 +7322,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7334,10 +7429,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" @@ -12095,14 +12186,16 @@ msgid "" "Check here to apply the above permissions recursively to articles under this" " one." msgstr "" +"Comprueba aquí para aplicar los permisos de arriba recursivamente a los " +"artículos por debajo de este." #: wiki/forms.py msgid "Permission settings for the article were updated." -msgstr "" +msgstr "Se actualizaron los permisos para el artículo." #: wiki/forms.py msgid "Your permission settings were unchanged, so nothing saved." -msgstr "" +msgstr "Los permisos no se cambiaron, no se ha guardado nada." #: wiki/forms.py msgid "No user with that username" @@ -12110,178 +12203,189 @@ msgstr "No hay ningún usuario con ese nombre de usuario." #: wiki/forms.py msgid "Article locked for editing" -msgstr "" +msgstr "Artículo bloqueado para edición" #: wiki/forms.py msgid "Article unlocked for editing" -msgstr "" +msgstr "Artículo desbloqueado para edición" #: wiki/forms.py msgid "Filter..." -msgstr "" +msgstr "Filtrar..." #: wiki/core/plugins/base.py msgid "Settings for plugin" -msgstr "" +msgstr "Ajustes del plugin" #: wiki/models/article.py wiki/models/pluginbase.py #: wiki/plugins/attachments/models.py msgid "current revision" -msgstr "" +msgstr "revisión actual" #: wiki/models/article.py msgid "" "The revision being displayed for this article. If you need to do a roll-" "back, simply change the value of this field." msgstr "" +"Se está mostrando la revisión para este artículo. Si necesitas hacer un " +"roll-back, simplemente cambia el valor de este campo." #: wiki/models/article.py msgid "modified" -msgstr "" +msgstr "modificado" #: wiki/models/article.py msgid "Article properties last modified" -msgstr "" +msgstr "Propiedades del artículo modificadas por última vez" #: wiki/models/article.py msgid "owner" -msgstr "" +msgstr "propietario" #: wiki/models/article.py msgid "" "The owner of the article, usually the creator. The owner always has both " "read and write access." msgstr "" +"El propietario del artículo, normalmente el creador. El propietario siempre " +"tiene permisos de lectura y escritura." #: wiki/models/article.py msgid "group" -msgstr "" +msgstr "grupo" #: wiki/models/article.py msgid "" "Like in a UNIX file system, permissions can be given to a user according to " "group membership. Groups are handled through the Django auth system." msgstr "" +"Al igual que ocurre en el sistema de archivos UNIX, los permisos pueden ser " +"otorgados a un usuario de acuerdo a su pertenencia a ciertos grupos. Los " +"grupos se gestionan a través del sistema de autenticación Django." #: wiki/models/article.py msgid "group read access" -msgstr "" +msgstr "acceso de lectura al grupo" #: wiki/models/article.py msgid "group write access" -msgstr "" +msgstr "acceso de escritura al grupo" #: wiki/models/article.py msgid "others read access" -msgstr "" +msgstr "acceso de lectura a otros" #: wiki/models/article.py msgid "others write access" -msgstr "" +msgstr "acceso de escritura a otros" #: wiki/models/article.py msgid "Article without content (%(id)d)" -msgstr "" +msgstr "Artículo sin contenido (%(id)d)" #: wiki/models/article.py msgid "content type" -msgstr "" +msgstr "tipo de contenido" #: wiki/models/article.py msgid "object ID" -msgstr "" +msgstr "ID del objeto" #: wiki/models/article.py msgid "Article for object" -msgstr "" +msgstr "Artículo para el objeto" #: wiki/models/article.py msgid "Articles for object" -msgstr "" +msgstr "Artículos para el objeto" #: wiki/models/article.py msgid "revision number" -msgstr "" +msgstr "número de revisión" #: wiki/models/article.py msgid "IP address" -msgstr "" +msgstr "dirección IP" #: wiki/models/article.py msgid "user" -msgstr "" +msgstr "usuario" #: wiki/models/article.py msgid "locked" -msgstr "" +msgstr "bloqueado" #: wiki/models/article.py wiki/models/pluginbase.py msgid "article" -msgstr "" +msgstr "artículo" #: wiki/models/article.py msgid "article contents" -msgstr "" +msgstr "contenido del artículo" #: wiki/models/article.py msgid "article title" -msgstr "" +msgstr "título del artículo" #: wiki/models/article.py msgid "" "Each revision contains a title field that must be filled out, even if the " "title has not changed" msgstr "" +"Cada revisión contiene un campo título que debe ser cumplimentado, incluso " +"si el título no ha sido cambiado" #: wiki/models/pluginbase.py msgid "original article" -msgstr "" +msgstr "artículo original" #: wiki/models/pluginbase.py msgid "Permissions are inherited from this article" -msgstr "" +msgstr "Los permisos son heredados de este artículo" #: wiki/models/pluginbase.py msgid "A plugin was changed" -msgstr "" +msgstr "Un plugin fue modificado" #: wiki/models/pluginbase.py msgid "" "The revision being displayed for this plugin.If you need to do a roll-back, " "simply change the value of this field." msgstr "" +"La revisión está siendo mostrada para este plugin. Si necesitas hacer un " +"roll-back, simplemente cambia el valor de este campo." #: wiki/models/urlpath.py msgid "Cache lookup value for articles" -msgstr "" +msgstr "Valor de la búsqueda en cache para los artículos" #: wiki/models/urlpath.py msgid "slug" -msgstr "" +msgstr "indicador" #: wiki/models/urlpath.py msgid "(root)" -msgstr "" +msgstr "(raíz)" #: wiki/models/urlpath.py msgid "URL path" -msgstr "" +msgstr "dirección URL" #: wiki/models/urlpath.py msgid "URL paths" -msgstr "" +msgstr "direcciones URL" #: wiki/models/urlpath.py msgid "Sorry but you cannot have a root article with a slug." -msgstr "" +msgstr "Lo sentimos, pero no puedes tener un artículo raíz con enlace." #: wiki/models/urlpath.py msgid "A non-root note must always have a slug." -msgstr "" +msgstr "Una nota que no sea raíz debe tener siempre un enlace." #: wiki/models/urlpath.py msgid "There is already a root node on %s" -msgstr "" +msgstr "Ya existe un nodo raíz en %s" #: wiki/models/urlpath.py msgid "" @@ -12290,273 +12394,294 @@ msgid "" "\n" "The children of this article have had their parents deleted. You should probably find a new home for them." msgstr "" +"Artículos que perdieron su artículo padre\n" +"===============================\n" +"\n" +"El artículo padre de estos artículos fue eliminado. Es aconsejable asignarlos a otro artículo." #: wiki/models/urlpath.py msgid "Lost and found" -msgstr "" +msgstr "Objetos Perdidos" #: wiki/plugins/attachments/forms.py msgid "A short summary of what the file contains" -msgstr "" +msgstr "Un pequeño resumen del contenido del archivo" #: wiki/plugins/attachments/forms.py msgid "Yes I am sure..." -msgstr "" +msgstr "Sí, estoy seguro..." #: wiki/plugins/attachments/markdown_extensions.py msgid "Click to download file" -msgstr "" +msgstr "Click para descargar" #: wiki/plugins/attachments/models.py msgid "" "The revision of this attachment currently in use (on all articles using the " "attachment)" msgstr "" +"La revisión de este adjunto esta actualmente en uso (en todos los artículos " +"usando el adjunto)" #: wiki/plugins/attachments/models.py msgid "original filename" -msgstr "" +msgstr "nombre del archivo original" #: wiki/plugins/attachments/models.py msgid "attachment" -msgstr "" +msgstr "adjunto" #: wiki/plugins/attachments/models.py msgid "attachments" -msgstr "" +msgstr "adjuntos" #: wiki/plugins/attachments/models.py msgid "file" -msgstr "" +msgstr "fichero" #: wiki/plugins/attachments/models.py msgid "attachment revision" -msgstr "" +msgstr "revisión del adjunto" #: wiki/plugins/attachments/models.py msgid "attachment revisions" -msgstr "" +msgstr "revisiones del adjunto" #: wiki/plugins/attachments/views.py msgid "%s was successfully added." -msgstr "" +msgstr "%s fue agregado con éxito." #: wiki/plugins/attachments/views.py wiki/plugins/attachments/views.py msgid "Your file could not be saved: %s" -msgstr "" +msgstr "Su archivo no ha sido grabado: %s" #: wiki/plugins/attachments/views.py wiki/plugins/attachments/views.py msgid "" "Your file could not be saved, probably because of a permission error on the " "web server." msgstr "" +"Tu archivo no ha sido grabado. Es posible que exista un problema con los " +"permisos en el servidor web." #: wiki/plugins/attachments/views.py msgid "%s uploaded and replaces old attachment." -msgstr "" +msgstr "%s ha sido grabado y reemplazará al adjunto antiguo." #: wiki/plugins/attachments/views.py msgid "" "Your new file will automatically be renamed to match the file already " "present. Files with different extensions are not allowed." msgstr "" +"El nuevo archivo será renombrado como el archivo antiguo. Los archivos con " +"diferentes extensiones no son permitidos." #: wiki/plugins/attachments/views.py msgid "Current revision changed for %s." -msgstr "" +msgstr "La revisión actual de %s ha cambiado." #: wiki/plugins/attachments/views.py msgid "Added a reference to \"%(att)s\" from \"%(art)s\"." -msgstr "" +msgstr "Ha sido agregada una referencia a \"%(att)s\" desde \"%(art)s\"." #: wiki/plugins/attachments/views.py msgid "The file %s was deleted." -msgstr "" +msgstr "El archivo %s ha sido borrado." #: wiki/plugins/attachments/views.py msgid "This article is no longer related to the file %s." -msgstr "" +msgstr "Este artículo ya no esta relacionado con el archivo %s." #: wiki/plugins/attachments/wiki_plugin.py msgid "A file was changed: %s" -msgstr "" +msgstr "Un archivo ha cambiado: %s" #: wiki/plugins/attachments/wiki_plugin.py msgid "A file was deleted: %s" -msgstr "" +msgstr "Un archivo ha sido borrado: %s" #: wiki/plugins/images/forms.py msgid "" "New image %s was successfully uploaded. You can use it by selecting it from " "the list of available images." msgstr "" +"La nueva imagen %s fue grabada con éxito. Puedes usarla seleccionandola de " +"la lista de imágenes disponibles" #: wiki/plugins/images/forms.py msgid "Are you sure?" -msgstr "" +msgstr "¿Estás seguro?" #: wiki/plugins/images/models.py msgid "image" -msgstr "" +msgstr "imagen" #: wiki/plugins/images/models.py msgid "images" -msgstr "" +msgstr "imágenes" #: wiki/plugins/images/models.py msgid "Image: %s" -msgstr "" +msgstr "Imagen: %s" #: wiki/plugins/images/models.py msgid "Current revision not set!!" -msgstr "" +msgstr "Revisión actual no determinada!!" #: wiki/plugins/images/models.py msgid "image revision" -msgstr "" +msgstr "Revisión de imagen" #: wiki/plugins/images/models.py msgid "image revisions" -msgstr "" +msgstr "Revisiones de imágenes" #: wiki/plugins/images/models.py msgid "Image Revsion: %d" -msgstr "" +msgstr "Revisión de imagen: %d" #: wiki/plugins/images/views.py msgid "%s has been restored" -msgstr "" +msgstr "%s fue restaurado" #: wiki/plugins/images/views.py msgid "%s has been marked as deleted" -msgstr "" +msgstr "%s fue marcado como borrado" #: wiki/plugins/images/views.py msgid "%(file)s has been changed to revision #%(revision)d" -msgstr "" +msgstr "%(file)s ha cambiado a la revisión #%(revision)d" #: wiki/plugins/images/views.py msgid "%(file)s has been saved." -msgstr "" +msgstr "%(file)s fue grabado con éxito." #: wiki/plugins/images/wiki_plugin.py msgid "Images" -msgstr "" +msgstr "Imágenes" #: wiki/plugins/images/wiki_plugin.py msgid "An image was added: %s" -msgstr "" +msgstr "Se añadió una imagen: %s" #: wiki/plugins/links/wiki_plugin.py msgid "Links" -msgstr "" +msgstr "Enlaces" #: wiki/plugins/notifications/forms.py msgid "Notifications" -msgstr "" +msgstr "Notificaciones" #: wiki/plugins/notifications/forms.py msgid "When this article is edited" -msgstr "" +msgstr "Cuándo fue editado este artículo" #: wiki/plugins/notifications/forms.py msgid "Also receive emails about article edits" -msgstr "" +msgstr "Recibir emails también sobre ediciones de artículos" #: wiki/plugins/notifications/forms.py msgid "Your notification settings were updated." -msgstr "" +msgstr "La configuración de notificaciones ha sido actualizada." #: wiki/plugins/notifications/forms.py msgid "Your notification settings were unchanged, so nothing saved." msgstr "" +"La configuración de notificaciones no ha cambiado, por lo que no se guardó " +"nada." #: wiki/plugins/notifications/models.py msgid "%(user)s subscribing to %(article)s (%(type)s)" -msgstr "" +msgstr "%(user)s suscrito al %(article)s (%(type)s)" #: wiki/plugins/notifications/models.py msgid "Article deleted: %s" -msgstr "" +msgstr "Artículo borrado: %s" #: wiki/plugins/notifications/models.py msgid "Article modified: %s" -msgstr "" +msgstr "Artículo modificado: %s" #: wiki/plugins/notifications/models.py msgid "New article created: %s" -msgstr "" +msgstr "Nuevo artículo creado: %s" #: wiki/views/accounts.py msgid "You are now sign up... and now you can sign in!" -msgstr "" +msgstr "Ya estás inscrito... ¡ahora puedes identificarte en el sistema!" #: wiki/views/accounts.py msgid "You are no longer logged in. Bye bye!" -msgstr "" +msgstr "Has cerrado la sesión. ¡Adiós!" #: wiki/views/accounts.py msgid "You are now logged in! Have fun!" -msgstr "" +msgstr "¡Te has identificado correctamente!. ¡A disfrutar!" #: wiki/views/article.py msgid "New article '%s' created." -msgstr "" +msgstr "Nuevo artículo '%s' creado." #: wiki/views/article.py msgid "There was an error creating this article: %s" -msgstr "" +msgstr "Ocurrió un error al crear el artículo: %s" #: wiki/views/article.py msgid "There was an error creating this article." -msgstr "" +msgstr "Ocurrió un error al crear este artículo." #: wiki/views/article.py msgid "" "This article cannot be deleted because it has children or is a root article." msgstr "" +"El artículo no puede ser borrado ya que tiene sub-artículos o es el artículo" +" raíz." #: wiki/views/article.py msgid "" "This article together with all its contents are now completely gone! Thanks!" msgstr "" +"El artículo y todos sus contenidos han sido totalmente eliminados. ¡Gracias!" #: wiki/views/article.py msgid "" "The article \"%s\" is now marked as deleted! Thanks for keeping the site " "free from unwanted material!" msgstr "" +"El artículo \"%s\" ha sido marcado como borrado. ¡Gracias por mantener el " +"sitio libre de material innecesario!" #: wiki/views/article.py msgid "Your changes were saved." -msgstr "" +msgstr "Los cambios han sido grabados." #: wiki/views/article.py msgid "A new revision of the article was succesfully added." -msgstr "" +msgstr "Se añadió correctamente una nueva revisión del artículo." #: wiki/views/article.py msgid "Restoring article" -msgstr "" +msgstr "Restaurando artículo" #: wiki/views/article.py msgid "The article \"%s\" and its children are now restored." -msgstr "" +msgstr "El artículo \"%s\" y sus subartículos hijos han sido restaurados." #: wiki/views/article.py msgid "The article %s is now set to display revision #%d" -msgstr "" +msgstr "El artículo %s se configuró para mostrar la revisión #%d" #: wiki/views/article.py msgid "New title" -msgstr "" +msgstr "Nuevo título" #: wiki/views/article.py msgid "Merge between Revision #%(r1)d and Revision #%(r2)d" -msgstr "" +msgstr "Fusión entre la revisión #%(r1)d y la revisión #%(r2)d" #: wiki/views/article.py msgid "" "A new revision was created: Merge between Revision #%(r1)d and Revision " "#%(r2)d" msgstr "" +"Se creó una nueva revisión: Fusión entre la Revisión #%(r1)d y la Revisión " +"#%(r2)d" diff --git a/conf/locale/es_ES/LC_MESSAGES/djangojs.mo b/conf/locale/es_ES/LC_MESSAGES/djangojs.mo index 3c177175581931267780e0c9ddbfa6a55bdb70d9..4c165a672fb46aee5cffd35c8ca4eb65e86c89a3 100644 GIT binary patch literal 38924 zcmds=37lkAeebU#Fbs<<3K~%Ej1Dsm(>*inG|Mn6GcX(U03yP8yXtm#L3Q1tZq>~6 zFhtbgiUx=pH++H{7>ODJ4|y>rH0Bu%CK98G#`Qsxr!gib#x05O`}?1BZr$pxS%Bn| z&*#-=ZvXCb?pgllfBxG!=gv2ee$Lw?e%qcEMJIsIJ2Z;E#ra{!>TVRh;YCq&B=|<~ zbnxBaS>T_7!{EU$jw1d=EBP}YOg#P?cm&rU0iOpx2p$c70aSk91P=m#2vTJ9ui%B? zvrlxm3e@vo^Y~_ucYx35{<}cs_i<3=J_5cJd=gZ-bK@vF9DE_D`wPK?!42RbxE0(8 zz6LxQ{4;O}`~|oeJb7Letpl$F?*ZQr9tN(bFqL}+sQhZ6+IIsu7knLf40t=J@;?NM zl=p*kz|Vtf*PnxDf?orva&**7-2G*s-a8vqerv%)z)L};yBa(Ryb)BscY|v0r@#Zj z&w2bJC^~-`RQ;X=MYo@OJQAWP|C2zqYZ<6=E&$hq>%isU9iY-Z4yxYY0O|VZ3GfBr zvlqDZ$Aiiz1y!#W_(JfFpxXTb@KxZ)K-G6KjS&Bw3#y*mLDB8?pq{@6)cYR=Mej$! zgTSwX2ZG-ON5Ch*o!pBuY>%Ha)12+@C>d$>aV{Iiavh}9t{2f z6n%dTJ_kH#sk=TDJe2Dbz~_RCz{A0_{qwb;`u9pu^lyUdm)H8|cYu&S`T(f+KM$(@ zUjvtcOZmf)jz+;r@YSH&`9o0o{mfq8}1uK;^p}R6c7!_1hMZq|ue2(!UwJ7`zQsK3@l6ooF4M zxdLp18t)H+kSh8LhzN@2AT&+}PX^Vl%R%FJ@O@mr9~6HtM@Wm_6;O1U1P=o{py=}& zQ2qO6@EGuep!)wIkADQJ-d_gQj<17C_c#9e&q3ushryxzjt13#$AeTgIt7&cNI>=5 zU7+&+jK{}7(c$Z$>h*0<<^2E@pZyD%g9n`B^4|d}{mtN!;4Pr|_Z^_hy&F{izXRR} z{sH)Wuz`?KJ$?;TzdQ=oz|VsZfv2DA?*9N(`~De31VjfjXjPx3;8EaN;IZI(Q0;yt z_)73Pkblt^_@jQAb3SE)r-3PWH>mo|xxmSf2SJ(^T}!1H;?Zw{>i0haRsSD>>aXZR zcRdGGJC6lb?tD%;MYLW={umx`vItNe9SthS55*|&V}I1!1bW$d$+&;F;MS60E!>~5EP&O8L0ff z0gAp)fOK&*Z@sJ6Hjplk-UI6X*Fcg)FSyw0hXmB~uYxCn$3j%K^Gxtpz;)muU(f7xo_~A{PoId;oDEb`3OD_OdgQtPlfG-Ab2h~5H z0Aac4i{P8UBeuAHc^CNmT>mjB`o7^(m;Qs`Jgy%BUkW|}(!}VH%UrugK=tDt;0fS6 zLDBC4Q2p~Lco_J&zy21e_Wr=*Pr$icKWoH|>%%;r04l%5pz5<8JQ_^FXM;PzL%|zC zmH&Ew{T5L9y$gH}_(2fXj_w6d2LB#B1w3x6llQB@uRM#f0V@9&U*Y(B8F(Sr6W|)~ zUQl%WAvhmA;z~!4W#ExqUjaT390#8Z?)LX@1=Zd=LDA(S;Dz9Wp!(q_{`pxjrP8ec z#c!8@l4qBJ%69_17`zFTy!{-g`u+!~@{hX8wQD}8_HP20f>(hwEqW6;2!0D(0v`Ty zXOEo^!dlTz@Nw|7p!)5dS35rXFev(d1{D8(78G5d1eNZ4pvwO#cszK>D_r>tz&Ttm z1;sDtfa0Imf@{cpYfv`umT94{-l6fBo85I=Oo*sP=ssR6U*q#V0=nhrl_B>*upTmA?Tz1{?vY zdNdB63Vs$m7yKzW0G>YT^v$)P@;R(R9l>+K)4^AOCxN$v7lIG@>z{#d;5x2CEAU=$ zE!aqr5#R&hS>V{1lb`PczsmJP;Jd-w#<8KnQzp>K;FI8);O?4}YxjfdhcANSvgSh@}Q0;sGRR8@GxC;C?P<(S?-Hrdv;2f^629F1OL+F zKZ1I1&JC`Aj{%kLqu^2CC;aszpy>QL@G$Tj;Q8S9K)t`H<@D`oAf$?J1&6?&gDb&- z-1UDQ+{E>J!4=^5LD6@x?d+V2$J@Yr-3m(PwHK6F6fuh@upx(a)TnoMfycGNfcp|uDhkI`` zsQeO8{nZ4Y3+@D!&l^DHe+T$6@PnYzUAoiZRiN6DfJ)Z^mEY^ZqrrE84}$lCF9u&Z zYq@?82uY(8Z-NKFw|l(ySDidq_$ntyt_9EJ`8zvH(d=FH6f9ane zbF-6U^T1!{{z_1EejHo|zVy{j9$x{DaD6{`4S4WtT%0Ebm+L;b4*X~E6!1JMt#(X+ zCxH)v%I{m?S>RC&;s&@LJV(#L3&9_GJna@|_q09U4~qUj0`CTodY$Xf-vw1(@_Hw? z-U5D{>o0)^fUkaoqwg)?uW$VRRk;CsQZfJ&dg#kKDdQ2qT4Q1$wI@Hya|w?@%#fro>)fu8~s z@M1ds{ouzyl13YOcrW;MunFFByQ9~?f zc*JkG{{C(7hg|;+sCs?nZH~Wxex_=#pJ=Wzc_eGq;> z;^fsF2k`7+@E087UH#NH^{@J({7d}Bg+9OV>da}9^v>8j*oC4e$4+G1^+h( zY!Q8kBj@;ij+gW9-QcC*g&<w)9-BXJb!+s#}|U9ar}(ums%>v=Q{lc$3;B5 z$=`q6<7V!`Ud8XloSn+Oqd7KmFtno+!Se4+F22O^PaNAgc5!@+L%-8Wdl)z$oDUud zp2P9yoUaA-V_4bmGaeBu(ZM`>k$--RzkeTiqdymXn&T533w*jZ=Rf9nCC7U1{T28! z@c)3}w}$JZx%hRC^EpoN56%UT;n{MIM>*HH9O8T-#|oe3c+M~9{1osKe=oqdIoZIm zfaA9~^g|6tALV!{$B7)_cQGd#|N8yFfyvWb{kg_?#_=!yS};hN&*wOdL%(Z1x-0kh zs?t4FMD#6=KjAo?;~ozE{wK#jaI`oW_R+EaoxkNAwQaxGcoZ!2&oB0PHTPoO=csao z-*>`E3E%F||FCp#iO=U1+#B@wp9D|h{&&G=gQtPVbG(@ImvB75`BymfJDF?!zRXeK z80UC`I4bHU9VKjC;MNBAw~aYI|{2s@1c;_#`^Elqmv5xCuj(_G{ziEzn9BVl~&T$#fuHab3aV^(d!E3#+jjPF&2fGZpRpTNXPP0aPLaFS;(oLlam8!-t2xcA1}XOOJhue&)HX}5ezFt(`izvp?B_~WBv@CgrsOj+k?k0W z&Ww|x$)V`H1?R`S7B9FUPPQktdP1e*^4;-PQcbHpwXk=E|M!q9$#S^tEuY{{S*`8Jx$D^G# zq-#UdcAR%cCu?o^iyZ8g;b;Z5n94dl@+UizMq3rC!iw!QZco(mz+B7sJ2m5gx-XBn z>g}YW!4g-JhUzhz#+^o$=hR_;%7*mq{VX^Py8TSvX;zbVx|hVQbTZp+Cd}1aoYwdJ$C|=(#(SxkhR-RVp&7HfVo@a5=n1bYuHYB8o zq#f65jqCFzt#piJMY+l--chU9>E5`WHOAq99a-!8cu_huJ`|6(vg^}ET$@bBQ~ID$ zU6Qq2Mg!4`f=L(Tr3+egkr%}p4K}r`QP|H)4pes$O$Vt=KDZ0$C-0+Hpn&DJeYnJfY_#b#L!ESu1U3t#7u#x8RTkyiR%uA0z|Phrf8kRt z4@KC}?zuq2da)L6fA{A1n&cO~7F_V%oA2~*(@d8{?S<>oo$b*qyS_ByodndVH2(6! zmabsr+b~bzI*q(qJFYb(pj$|U4nkr_(n@JdBiUXXH=6h{A-TZ_aO}y@FmkH=QbUT% zqA4-rxtT&;iEFFQY$+XbDzwe&PLt6<;Ux{Uy3=yC!KSGUL~E*4oHG;rEqXSAcO`A@ z2`>)E3l^E}L=0JpVf-~>H}{vm>QpLl-5BCyii{fVA#_QZjXbL%D!S4yZM0xB*bb73 z=^Vv|qcw=q)@;^}*0fr%ISfvPkgf=OQ7AAmQkX!jyh^;hu#*Y zLOY78kEQL(gzh3p+pQX=0}TuB7Z1&t=}9s>18E8deJiFMI^768o;FY`Vw>2q$cN%B zjx*Y=DNMbjR+KfKwk=&~q_PY3nE4E%jGKh&wCYx*4eQ>)KZ}wf<1Y0y6!u8FP-Z*H zugA>F;nyiEEA&VoQDVa>l(Ro|3VA)P-W7#J*;zHT@gJ(8tbH+ooRH2FyC@$Eak7c! zss0N$|JxhbO5sRsFwZ?gY^1T;xR*SkJqQbpXQ#c2o3gHTmjSIVM6%Lu8Pj`hpa>91 z_g~(F<^eqAI?m$k&|&+@+5Jn!SHS%0a)HbpPYC?gy=u^BSfSzgav38=ZAoG?Mo{1J zM1t1yevCYd?Pg#g6>Es_3Zh;*Lht7BWC!6>!9_;hi{nFb$*R*TQ(Wdth3SGa{9vi@D%KalAI@RY#tk z-V-;wLDe>OI25g04Y9@y8qqo;JV=9p-WOOm5Gep*f8rH#n#}CV!wtm&-1+KSUg=l~ z?)p;irn;*Uq6@VwUYFLJ(YmZv+l9MHIP0=b;dNX_N%&qZBdv2pHVj1TigSGOCh(~6x$moTn#0$n&eSpz## zJ~c*0j7KV)Zn0uEyvfP7#bSm*R_@Tlms?z*I*b!~zPXIZ$jK%aezZY;xLH}=mVpJ} z@G72?#0*Eev&ks3K}bPogm_n6?U*^Q{zpN<#PB{wd|Oc$21rmcwT5Fx8>8kj%gc{8 z*!V__ptM|w(cO}(?9LjDZA@w!bXiC;(2Z5(mPooqB*2<3uFctQPbi$&P2{efx38jk zacF3Wce3l12URr2aiYd?(sG`5s{Gjz(RJ5XvmK3CcD>RYlWk0P)+RfX(Z*V}Q5&CV zbCM(9=r!~ylE z99h_sK=5b_?{BpZ*C}BX4}0qX3tRLMehXoi$Xo9rLLlZ&W$BxVU^=8JX@UEmw-?*+ zAW6fdqH}4nRm^lB3R#&&*P29rqwN%y+~Ff=E^_JKQjlxNG_sF=nNYTvE3$Mlxn8oL z(JogF;wEDZb~@ccpJL@uST!?^CN5NZ*bbM|`HuJk$oD#I;oI0hEd#-H0g{u_P!$p@ zd&mLypc+YGZz2a}+Y}{)=Rp+oMqen2dYUyf>y7ZBh}q0cK@^a}6(7W<-I3A-ORYDS zEnT|jq;w2}1);6D+st&0tTEU~6@WmD`OJ%~P)ahY=s{)%YIyzL3a}_fGhCcI324+o@Amz3Uz}U+iQiR~B$}-c8xCUrsLgf=}D>*ZU~6hIK5ODyzdBCI*O*bkxS}DI>+rJm`u5 zwM=*7JS>%k2>OGOXv0<)^s$E`_B5iVD>i0=W**|r0>?fa=5%Z_s^C&Gx=rH?EeIP) zGq%OwBhN2PYA5%%@eC$uDYuw$?D5Z!?mX}=@mY1%? zx6JlA9`|a@i{62J&}8gDUKX`+#srQ{5wcuN|Me7X9FD#C8^AFUaN4RT3y|`Z_cDMIph>Q@Hnu_f2Vs(p*B|JN1 zjP)p@0IvZWsmB;s79*sQK_ARgk!}Xz`AYGm5m^=JV_MKNAS?`^!5jSLrx)OG zCJLo5w64~KiF`jK+g8OH)|Em<-bPrc8M!uABO^RdH9(wQ!qgJItSeOwu9K}|e>?dw zQ)XU)G1i^MMexy!!8QeI!VzynlrzaE9T|<7&hsGGmXT(Y#O{G+HQR%;Zp-8uapBi_ zagcsRGypmxBAzMXLIEzmTf}Xp5ftq8Qx8zcb!?bBkfvkSz}IfZ%ll61vbNBt$lyxx z6KbjL)_s)+qK{hYRD)a;oQSCB;0Polz}OYsbD3=PF* zGI~G0R`-=9KQWu9z{s8__M4G=Liw|6J5%HAWkCKH*OM8^sofh{)BtS7T^3%MRvYeY z>jd*Jy0x~2Q8TrBMBW=G(a02?KN*i>yI=}2XVWmd$9o&1wT)df5QgKuCwES#^HXp* zM|N-Ay><7M9BX%vL?%+!uXac;I8(&#N?LSs_e9QxJF7LC9h{P_2o)F0MGwbDUzNIR3U++_l%c46u+GF&~cX8A9!NPa32hU%_M&|CjCLAp|vF{l%afJ8s zUd2F3KUGYdozn;lK+3TVi~aMg9ZV|{NiDF2@7Z7vw^!K#jc1khZh6StP(f^AZs z2Q;GhNsA*=pE2d_xrKRI&is5k+#e?2(&`@a@>96`QF2cpV}GmL^V0s6^^{a#4=w$h zd(~!J>G3_U5wfQwfbA?GCBfBQW3_-e#H(Q7$wdCX7JFd)G8>QS>p0e%l9Ry+AR0`6 zqRO3}sBnaZnS#kVpCuvWGM{lo#9m!*{<2DM?_h>K+nF-i*{@Q?YLIS?{7k_!tda8& z_oqe{sx^ZpQ|Jf3CqYJ6@wsq22+6s6_e-S}gg%b%(=Ne*a_L1|_;w;`lBwu4npPA^ zvYrTLyNxKVQouqZ@UKvW*`bOJuwDx!HV>4jpU)ug5`D`AC_o)vKdA_SM) z6pn{@EkVI>o@hEHR;Yq{&RTF1Qng#mc2FvjmT=3+?`4opq)?`hAlb?OPLt8ym@wW3 z^?^!Ev`Kq>DNUVuh%aBPYd71n21GLqzl<6e+`sPD^xMa)=%<(wb;wBB}FukW&je$@^o&n}b| zF^cF1#@~Czm5TKkelq8&R$OoUdTT`D9=O<1clvN2^rNp8q0uNamhu@C^=&5BZjWz%vBIe(kB^J0EWSbJEvv^TSW`MtA3$bXY@K`n^u`A;ff6#Sc8ca zoMM$LD-rPsat1(oZ4x*9(8Rv*5ntjqiZ|IzRLw8w%US~jKBfJ5WAi1;pFyo=R>%sI zobHyTxhy}#WV`=ol`OVF8;|wRkDe57K{sc_h1m`Z`OxZi#_HCjrFjG@YbwV4Ev8ky zZR!=jpZ_NIf+#V9p|T_VPWlSk1T(pBB*GnIc4=7fs`u_($J)fB2H76*0D zhOEc;STz#as8#}1&5bt^yqNw_t7lfu1=Iui%=O=ViSao3nEkSlsD~D(>t-t*l>28i za~ix`sW8ODWJ@n8Qf2^6X9k-17{0PA5!mWGGp7)EVSOxf^XedT2i@E|roEZ&c0bg! zsU^Iu+dvJ%P+o1R*V?(0PUgGB)puvFq7Qswx+Mru`$ULmb9<{S1r&hPW-}7=Jr41_v5W9siG#C z@zy&d!&sXn<_96+|GYer!;n-xYg(WzJ*>G?ql5F|Bzk*X4Ae~rKC&a9;#+!MyIf*o;1;T|l_t(1bi&uU(>e3f^)@SD zS>4Ytm6#X*SaSw!P?+FnK-ewJe`~I0ZV?G`59!n3FS}=xC``?K!g!*UVjlIRK~UG; z3{Okp4Y8+Gh)>}s$-b)R9vzU zVWN0w8-M&G*J}~Jdt+*nK8cdN;`$_FO-(puZ5qU{?UIOM?L#C^)Ea3-vxcg_b}NYV zTC3)^3X~q2QkeCO`FQDDiKkF!7AJdGZo76pnC9efi#->v@J_=i6HHu7p+E7Wnd=vf z?s_y}sq%fMC?)9sn!9_WZJ@eo$&HvT{1q*4(w2l9#r-!8-{>fRQ+)Z>Rnd2E{;*~= z#cPA>tAkkSTB9`_r`4T<%(b>P?&rGM#=(vGc&$3PvNN6!Zq0^c`IJgl@-;3Tw}oA{ z+ASZ#ikiD+^VY#tnmH!dL9Ol|j!#{>?DWBs5iH`Q))goH)-=W#LyX*|9A{)`_z2`lP==W@IdlvP) z-=0O?*W{h;eVn~z(OwJB_5Nn9kw{vcZN!*r>1_7KMO;i=V`UlHrWUuIF%?OZD(xfS zLjWhmbw@OoQcTih&DtgiUpjeLBF&8EtFuC~l2mHb_ajL=?TmD7Zp3@o;@JBF#KZ1m z5NMeq8xj?CTQU7ff<0)0tXK_j8ScFCZ0wpCb#LTJeS1<>a3*bOoevJ!_8K=(VpZlz zlc8?f;pmaitjXKcccJ@PO|GqvF;+_peKLwyNrU7Ry5<=VFApzZ>XhH$Ep|o`wx97D zbd`Eq9#cx96%R%f($!e$f}dy|ITSMO&9k=_3C*Abt4UFXy{DFqU<4}C@4L#XVH-z= zSs|-v@oH~TP$^HTPrb%qfkrv*vUG4QW79_{799%hUV&6~T0;xbe*OjpgA!J^{U3v?H?Y1D|a(U*|T781#sLF}@E zq{cniMw_4-uc(jjXwe)9bJ_>f~I5fwk(BX?mX<70GOXF32se=SL6A zKm0&)!@>yjB-@m*C2ap?X=`OIV|yf%$C$~iTcqz|IDtiq-5#@%JA0$0AA6!2 z@xtl57{1zXDIuUWpmbbq)TiZe)W{ni3#0u9> zKiptui$&GwUU3ZX+A1G6pvcTNie>%xcRI!?GAwdJ*V!IVx>B5MOfin|lcX+ocvfH; zB*AdBHpP=sy^-HmY_!tks@iLNJBzy5eTFPn9s4^&yR^@=Hz7+hl!H%+qQR`s5TGt! zILO3~f6O@dS|skXF*NX8cMQ5jbh!3B7yCk2PTx<7b(M1I-o<>k9<$>0%U#PgNFXh= z@>-k*=M$`SMBbE}2G1iSn3xgqx~y}UtYAfF=n7V}76Meg!HTs!8|qenO;0^dl){o;(^<>H zwo(EY(!b5DDhZ27p*EF{WO}ufVWHFg?$WZF*XB}JFAUFdx4YDt8H7n3XEj*?RhS!Y zgxIh`<+v@U5=?zIovwn7G(DluZnQ{Tt02DQODJM1g8|mI0aAgUV(+2YiNJ!}yWEw> zQw%wEE4G9}g7P|15F&J-;Bd5_k;!WGU6?`*)?^TVp}Jv!YKYFR&{{1%QomtoGK5-7 zLO+N1R7W~gEbGRc^3=o(n`>?BCGS?m526|sg7~liC*7jMPB~KA&@xV>C1H$poB8wy z(NK)PX=b76WYr|>QuDGx6)Kf9RT`8zvdi~`6p?Ee$sL(-dFZ_*U8!L0^kgM@LBcxW zGsim^ytc>H-t5weMG4xc>f~f8g{syyQYEfSxt3mXI^8QWZ6b@idAnUB%3I55f`x2( z#WG~ZlI>XwleN`Ji5XF#c|xJFbWKrCVK@}Bt)NLc8S0l!v19~mC~W8?Yl*^rcQy9( z5}e!9N#thIHHcI)V_1(O`{_Aj_&)XJ6}PUVM(wB$atBKq^U*R3#*gQ$Udh{)&qY)F zNb!YC2lQ0CKXdied}>DNeL0N!T8|n-ggTcR<2qWFWQnR%HWbkwxEaL&g#3I7!;e7C zi_5#~wyq#TzXf{?gnhJrKN?@oW1l07b_X$SO-CEJy|zI?%w*thLrrix`C(C+?h~X` z;UQufRXRmxC5E8fL1#0Er}SDuoqo!>OT=eRq^HFp|3&SZAus!n#DX$d6G1+fxUQ%g zcC{!D3wKAKF>imqWRP~v=`Qo_C&NC|nh(co>Or~1{dNOO&!YL=&R*<1yiYTFxrM>& zlys2(4D(T>lS?Z{6++2CmMvrkD{Xb&4vQmcAZ`-bn9swm8z!u?x+f?hIJB(XD3rQ) zd>Q!?V&kn&)66t)y7PsAG@r-zg*vW`1TaOR#?5eN<^&(lZToeO4pr&(1Xkd5N?W7d z^ko^$9~!H$ERVE_dcB^TA*E@EvWCOr#l$-8KpwpddG++LYm)A!-_ssyYL zzKtWl*%_{E7^P5E3g@buv+XLzfp<0n?m{?qoDdU`W|aaS28+eT)E3y*`C(+Z zol+Hnu^1i!2=*7lxna!cvN&Iru&N7_oO0ZW_gL9)?4yU#8m5VCZk?H#HjOZk)jy0c z3xo^FiFD*>+^UHzi+WU3WjSi)yeHd5w$Txa+VF zx#25m8<7jEdR+~A({#LGyfua+JCxa+uZ_#R5C(zoS_N}twb;loYl)97;p*^t0iQX$ zlhM`P<0TW6HDd{$USs;7fZFSE#?sM7J#5#eIpFz`jg^2Xy)KJZ*fSUn(h%OM3~qA#Esk1KFb@9A2J>>*Wvy62 z7?13xUX8LtgSW_k#KsL3w4r0mJkY2mxy=TC^m5oR9rj)K>P30~l4o9*Ntu}94>F?C z!LcX$BF>jyBFat78%E#5PHg5XkPa>PH%4;n+in&a)E4YSJLFk+A!2%7BvZ}G`T!%% zTG5oOB>2#$|J}5*k51-^rEK+dJM*^+F;u8R$*W|@bIV%U;yZZA6Z4UYV#-ueW7PF= zlQ1^{eWU`qqS=|gH}}dWZg&bdQX6HxyQ*d=i05o5Hv=NwBkKiKj|3ZKU<}1{yh1>% z&tVfNa|@_SqLT{hvP8KwS7fD9ADBUcgpA;*qBMjd3&mI#Q`25;DyWehDlZ3}5Y(*X zij0MnVn5Jb}PUFnE8 zmpN3Jb>3txWyi!rH(-Q;Fe@!t^obeu%Ylt#%D@jc1+y@E07Ujuy4&pr58Yan+xymJ zGDQkm%S-oN1YPAfiTCyi14-=W4R&P)r7%)3GlRf1X3Of#&S=gMUT|s>$C|K#F$d|5 zZz%+NYVM{x@8W!bks5>FW^8;!LAq2Hs1LI+jZ|aKL2O+v$x7&HTrrhk1Ppez)?^za zn7qJhNL%IsAU6>d$#p5~n{7a;oWx5)>;F(4jd_d8FrzStD6ml=OHhVe&P^8*p0%62 ze47pBMR>g&1m&xD-a#o&{M5^3j0JDV;s2N^C;8(ReK0KHkwnUeO}frTfKhl#H?i+c z`jjEYAokbNjMU!Sm?cNOUl_y4)z_`mydV{G0TMXA6ddWB-i@Qe_w7^I@-Wk;os-Bu z=qpCCP?!Sy32oy0Lo`?fG5bMxGD&9Jl%7QwnUT#$fE*&p38B(4?iy2|dsc+6AGxcD zOcH?BUiDfsPr@(gD9c<+RL!vBy?Q%cAv=cD;6uESbQb5yw=wgLvWFbm&5D^V%j@fLo#q_J*}SEhmT zldbgBwz|_&xX*U9Ys^EFzFXeQ%1+Crnbnl8w6Xn6cD#41-JP6+cN}vBDydb7E51x5 zv!v@WmKrUC)j!|6xw=I*Oe0}dRc1BLuWbB@&L}Dl4sels7V@AityG$btYJ$$Mp^Dc z7MLo%PCoG-A3jF01fvsI*iV~|nBVDxLartM9f3GEdkbrhW^Gwi3j-5vO}szt6uHyvZv8za*d7G}_9 zmxbI2H70V0dbf24ZkDPoAH!veRgMsq#i(gdnGIaJz4xr>_|L4v7MrUKQ+TdiGgt`X znItcjI&(zP`ytNS^_B`&bUp359Ytfa6hYhd&V}?*Y1;B&&filQI6+13d))kg(~#8} z>TW#Sy@9Q^xxzK5xZN9>3vX5Uq+?E`2F0K6zJj${N-#2gmu5}n`{pP~ECVx&r|*}I zDmm=r3A?VR@4`ft8{?17zkbQBMJnFGB*J&>twYEMYJ_~A zO7S9MSpfECP6KBq=n_ed)Av~10=nMTxfgwfdh;w*xToa($k^yTvqI!9E2A52b9w^z zxU@oog$_%!rczu`UPGXrAw(8gmF7kYOMl`S*_A~7eyx_EJ11&{pq#Y#aT=TY$u$)H ze1DJiTk_Uy3PA4<;eHWtpDInUoux$~d+!ypk;EG%9GtMn#Vvs$Vr;Z={ z^ja|njhPA zH;X;hU=87XxW8+m$T)#Eu8DdU3=(Johw;c82T;+J>h=gdba+t2PMU_dNkQ+5B1_>*bs+njX*peligp!>YBHSW-L(YdLF7Z(K zOslI5MUF8XnZ%k;fS>i6^G)SQhfx9Yt0dPkJ7r3%PZf*up;Eb$ekJFgtEqm{=-ERx zi#9aFecYc{>>=VA)KkUCKYZng$tOObfi zL93=XE%X$EM1ECb-iAKF5N2BCvFghU3Uffn5bdRdSz0&!Fq#`|=*MuwZS+{7B63j_{Cd+IYwwdO{=lvw3q(QM(I9kEx(d{N7y7#uG6~2b3db?&@ zaLEKRvPUtAz45jQ^%SQW&B^XH$zZihb4%iAz9%Gqx`_C}*KHO=G7WFi+SXRNSs~;( z-&EdcpJ*^ksF<-c)>? zp0_c@#ED*{S8Usw84K!7xAJmRFuH<3>=mmP>1>#u)R)is{DvY!p5Bbc{a)|@hicK9 zm!McsuwzS~!X-mZbLm78{pgD6`}AdpV76gFZ(&PH*LuS`=DC*c!lZcmVV$XlXg%50 zW$illf+cmIfZ)^DtQb#>;U&@)tFu+BVO^ph9~zA;YBt86*{zYOaHNP!b^4QhKly1&B{&Yl__vPb1JbDW|y68f7<0hWoCIy{V)!iDRTjmYCUA_ z66bcvOqbZI!vZ)FStiLa=Q_%q~u)grYFgkiH5&Ipfn! zxuGC@XvgA&B7;Q|^3pddcx~(E)tg6R;;T~C>cB$aqcp8$rzl;; z?uGar)pSMzD%q1p5f__M3^d`xIKD2{I!~YQ;R}evETo_DcCJD}WBE?R|J@cV_!R>8 z$y7E6Mu7;9bW+zk=g-~7E7w*jxgcRxg;T)A!bTVF7J(7f)|)|x`NH=6#0I%z1E-C{ zn|{dvTG7{7+=3ryrfAVKJnptg`{~VN5B-K~P<~DZd`74(a~qZ=MuSjee?KBlg2`TD zU`q@5Dbrc6Gt#udq~F^J{~0gCvQV5}o2{$hk9CxG#PFUIK~LqacuSYXX_F0A zGx>~uR*1foK?@|KBYV2tPCi7w z?5D+as6{HsQwjocszs}ouM>N&O*GBLSr|?>A;o+8;s$+{CId2hgW)WR(-YPy)6iIq zIHE+m#0vjiPo4dZj$nSq9f^qkSM8|)G-b3n0j^TI%t$8P8UOyA*)_Y0O1Tb7dPMT} zPRhhGx$Rf*2hyAL+|F11h;H!TMD5MawIMNh0mRea8be1?q)r- fFL%J<`%cr7#B%TVu7A+~3my<9@B0xCtw;QS<%qN$9=TB#)9%1d+2^$CKMb{@CaXoU0vH zYB+9?rsPZoV={cktf`^1#vH9{OjkUH5$LODOmp-*Q?WYrT;vi{jJ0tA*2J|~9$&^P zxXaZKcm~W-3j8zg^G9F&7S-SltcDfp8`Bc&A$>DRn29Oa0ZXtQ?!zs35vyWp1FyXe zsPFAUb?{BBj2~hh6ENm11>NWh@?G;MR>b-Zy`D#67wXX%iKE>4hf&{~i)wHQR>HNY z>o#LFzJqG_5|+bqjXbMhP3~`MQBcpCqh_M3GZWSDIMj$Hqi!(Eou7xA+7b-M<;XqE zF4XlWQ8)e^`Dd>3M+2+c*l66Qp43#AQb@v$s5Scn>)=nQFNQVorZNI`!#LDP5|GI< zJ+LhfMgEyb`O^y5q6T&tYvE_8b}u^FaDlQB)n(@m;e!a&S{I>4uo88{O&EhOx%ye> zc~nP!M6K}^)Bt|PFs#h9s9poL`TVGT-43;M-NKm%UC@^kn!1swO<07Qna5FIScdB0 zCXB=1QA^Q*M?xl`Mw)^e;oYdEn}}R$9zbMptb1k z%s_Q$IBJArQByk6eI7tHyb#sUa@2^{p{9B}s=brWGpLbYKy~0Us{P-wx}Jkjx~qn2 zqb_WM+7o`%rinw{pgX>VnW(Az4fD{~(sdA9QxBkSum#o8ZJ2<2Q60OAnh_I4``q7D zq@WAy>I6pM6l{yhxEkBx$Ec+Ui)QEIotT1iP)l+I8I-w#U9m3fqZ#RkOYweOjDI3c znZ@)r5JO=%g@yP%mc!yU-i*vbJ-2h6%TP131=X>=s1aSq@)$}l)Np0gW{gF>KT@$G zj>1Zq>*`b5GXEO!Oit)=n}=GXrKkqiW7(!db>t}WPBNdN8oG|F@K4kTSFvL?b1_Vp zUQFvykM$mm#}AMP%9LyG%}mSo%zsZ#q;O&Z&PL5hHGWxmNty1bDIAV$XfqvIKC==v zQ*R;f8gmG%<5#E|`3bAyO;@i%qv~)YXA7)My}jnY289G?Z&ZWBP#q{nP32+?!HuXH z+l=Z!(AD>%8a#|)cnX;e^AU!kFV>jTKE8v!sGs32rkMzYcl0(*H`K_+pw@UU>Wx;4 zHE^pt{~Br}Cr~5)$korImh2Mh&2}C2{VL3RZSIl3H#tSY^mq}R|@KR z1V8c`Q50(JI-wf69o4bBPKf2FvqL#8T&tiS-it0#z)OEvE z=l&+2f_C?GR73NTC()E(6z)a!{0r13`~lU0%Dh!{J{osnjH`c(>C`Ww2GAwZyJ0%A zAI%8V(#*$zZum5XI`|xR#J$)HFJd&dXFa&5$-+kXBsRuPs1Y8(dUy^ske_i3mQVI( zE*I62WvKgYM*f+XlbL@_$pvbf`s=9O9oEeoSxr=fjj#gVhU$5|JKr1iy%DGzWepU8HTbGb=@k| z46SqZov6*b2X*~n9EPV*Yu~1q_nR>cwW$NEDQE^xAa6(G;}=GDz->4ZbzzkhZxbb> zZqOgKXGWqnVF7BF&p=J_B3EDMKHrU6s{QW#`$)$F<~s_S@*Aj`2ut-EsE(1;BT*yl ziE3aFYKq6A)^-Bwdoxhi&32zJb*@2mbff!x52~Hx_^O`&PbsLuk~Hu4dMLTV8Lo&bF7ISQ8Sc^8u<{cjH9s% z=Ao`DMve3_RQu~uGjS5t?yu;>s)4(_O;jDV$(o`rXyMLxK`liZcEG-Wa_dSrSe9l6%RI8dc$W+Q<811)V{$_(w+~oC(|3-pVNof4ZYKB!;Im<(V2UEcI<$9!FvW2`s~6% z4+WRp)xc*PWNoR?(I1re diff --git a/conf/locale/es_ES/LC_MESSAGES/djangojs.po b/conf/locale/es_ES/LC_MESSAGES/djangojs.po index 6d5caebfa1..f927bf0075 100644 --- a/conf/locale/es_ES/LC_MESSAGES/djangojs.po +++ b/conf/locale/es_ES/LC_MESSAGES/djangojs.po @@ -31,8 +31,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-15 15:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-26 10:59+0000\n" "Last-Translator: spentamanyu \n" "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/edx-platform/language/es_ES/)\n" "MIME-Version: 1.0\n" @@ -94,16 +94,16 @@ msgstr "Responder a anotación" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "(%(earned)s/%(possible)s point)" msgid_plural "(%(earned)s/%(possible)s points)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "(%(earned)s/%(possible)s punto)" +msgstr[1] "(%(earned)s/%(possible)s puntos)" #. Translators: %(num_points)s is the number of points possible (examples: 1, #. 3, 10). There will always be at least 1 point possible.; #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "(%(num_points)s point possible)" msgid_plural "(%(num_points)s points possible)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "(%(num_points)s punto posible)" +msgstr[1] "(%(num_points)s puntos posibles)" #: common/lib/xmodule/xmodule/js/src/capa/display.js #: common/lib/xmodule/xmodule/js/src/capa/display.js @@ -146,7 +146,7 @@ msgstr "Estado: por enviar" #. they feel they were graded on this problem #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "You need to pick a rating before you can submit." -msgstr "" +msgstr "Debe elegir una calificación antes de enviar." #. Translators: this message appears when transitioning between openended #. grading @@ -155,7 +155,7 @@ msgstr "" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Your score did not meet the criteria to move to the next step." -msgstr "" +msgstr "Su puntuación no llega al criterio para pasar al siguiente paso." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: lms/static/coffee/src/staff_grading/staff_grading.js @@ -167,18 +167,20 @@ msgstr "Enviar" #. form for an openended assessment #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Submit assessment" -msgstr "" +msgstr "Enviar examen" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" "Your response has been submitted. Please check back later for your grade." msgstr "" +"Tu respuesta ha sido enviada. Por favor, vuelve a comprobar más tarde tu " +"nota." #. Translators: this button is clicked to submit a student's rating of #. an evaluator's assessment #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Submit post-assessment" -msgstr "" +msgstr "Enviar puntuación de la evaluación" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Answer saved, but not yet submitted." @@ -189,21 +191,27 @@ msgid "" "Please confirm that you wish to submit your work. You will not be able to " "make any changes after submitting." msgstr "" +"Por favor confirme que quiere enviar su trabajo. No podra realizar ninguna " +"modificación despues de el envio." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" "You are trying to upload a file that is too large for our system. Please " "choose a file under 2MB or paste a link to it into the answer box." msgstr "" +"Esta intentando subir un archivo demasiado grande para nuestro sistema. Por " +"favor, elija un fichero de menos de 2MB o pegue un enlace en el cuadro de " +"respuesta." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" "Are you sure you want to remove your previous response to this question?" msgstr "" +"¿Está seguro de que desea eliminar su anterior respuesta a esta cuestión?" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Moved to next step." -msgstr "" +msgstr "Movido al siguiente paso." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "" @@ -212,6 +220,10 @@ msgid "" " uploaded the image to another website, you can paste a link to it into the " "answer box." msgstr "" +"La subida de ficheros es necesaria para esta cuestión, pero no esta " +"soportada por su navegador. Intente la última versión de Google Chrome. Como" +" alternativa, si ha subido la imagen en otro website, puede pegar el enlace " +"en el cuadro de respuesta." #. Translators: "Show Question" is some text that, when clicked, shows a #. question's @@ -219,7 +231,7 @@ msgstr "" #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js msgid "Show Question" -msgstr "" +msgstr "Mostrar cuestión." #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js #: common/lib/xmodule/xmodule/js/src/combinedopenended/display.js @@ -231,6 +243,9 @@ msgid "" "Sequence error! Cannot navigate to tab %(tab_name)s in the current " "SequenceModule. Please contact the course staff." msgstr "" +"¡Error de secuencia! No se puede acceder a la pestaña %(tab_name)s en el " +"módulo de secuencia -SequenceModule- actual. Por favor, contacta con el " +"administrador del curso." #: common/lib/xmodule/xmodule/js/src/video/04_video_control.js msgid "Video slider" @@ -354,6 +369,7 @@ msgstr "Mostrar Debate" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Perdona" @@ -361,25 +377,33 @@ msgstr "Perdona" #: common/static/coffee/src/discussion/discussion_module_view.js msgid "We had some trouble loading the discussion. Please try again." msgstr "" +"Tuvimos algunos problemas cargando los foros. Por favor, inténtalo otra vez." #: common/static/coffee/src/discussion/discussion_module_view.js msgid "" "We had some trouble loading the threads you requested. Please try again." msgstr "" +"Tuvimos algunos problemas cargando los hilos de discusión solicitados. Por " +"favor, inténtalo otra vez." #: common/static/coffee/src/discussion/utils.js msgid "Loading content" -msgstr "" +msgstr "Cargando contenido" #: common/static/coffee/src/discussion/utils.js msgid "" "We had some trouble processing your request. Please ensure you have copied " "any unsaved work and then reload the page." msgstr "" +"Tuvimos algunos problemas procesando tu petición. Por favor, asegúrate de " +"haber copiado cualquier trabajo que no hayas guardado aún y recarga la " +"página." #: common/static/coffee/src/discussion/utils.js msgid "We had some trouble processing your request. Please try again." msgstr "" +"Hemos tenido problemas procesando tu solicitud. Inténtalo de nuevo por " +"favor." #: common/static/coffee/src/discussion/utils.js #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js @@ -412,14 +436,14 @@ msgstr "votar" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "vote (click to remove your vote)" msgid_plural "votes (click to remove your vote)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "voto (pulse para eliminar su voto)" +msgstr[1] "votos (pulse para eliminar su voto)" #: common/static/coffee/src/discussion/views/discussion_content_view.js msgid "vote (click to vote)" msgid_plural "votes (click to vote)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "voto (pulse para votar)" +msgstr[1] "votos (pulse para votar)" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "Load more" @@ -432,12 +456,14 @@ msgstr "Cargando más conversaciones" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "We had some trouble loading more threads. Please try again." msgstr "" +"Tuvimos algunos problemas cargando más conversaciones. Por favor, inténtalo " +"de nuevo." #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "%(unread_count)s new comment" msgid_plural "%(unread_count)s new comments" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(unread_count)s comentario nuevo" +msgstr[1] "%(unread_count)s comentarios nuevos" #: common/static/coffee/src/discussion/views/discussion_thread_list_view.js msgid "Loading thread list" @@ -453,6 +479,8 @@ msgstr "Pulsa para eliminar informe" #: common/static/coffee/src/discussion/views/thread_response_show_view.js msgid "Misuse Reported%(start_sr_span)s, click to remove report%(end_span)s" msgstr "" +"Notificado Abuso, %(start_sr_span)s, pulsa para eliminar el " +"informe%(end_span)s" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js #: common/static/coffee/src/discussion/views/response_comment_show_view.js @@ -465,11 +493,11 @@ msgstr "Reportar un abuso" #. in most browsers but will be read by screen readers. #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Pinned%(start_sr_span)s, click to unpin%(end_span)s" -msgstr "" +msgstr "Apuntados%(start_sr_span)s, click para desapuntar%(end_span)s" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Click to unpin" -msgstr "" +msgstr "Click para dejar de promocionar" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Pinned" @@ -477,47 +505,54 @@ msgstr "Promocionado" #: common/static/coffee/src/discussion/views/discussion_thread_show_view.js msgid "Pin Thread" -msgstr "" +msgstr "Marcar conversación" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "" "The thread you selected has been deleted. Please select another thread." msgstr "" +"El hilo que selecciono ha sido borrado. Por favor, seleccione otro hilo." #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "We had some trouble loading responses. Please reload the page." msgstr "" +"Hubo algún problema al cargar las respuestas. Por favor, recarga la página." #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "We had some trouble loading more responses. Please try again." msgstr "" +"Hubo algún problema al cargar más respuestas. Por favor, recarga la página." #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "%(numResponses)s response" msgid_plural "%(numResponses)s responses" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%(numResponses)s respuesta" +msgstr[1] "%(numResponses)s respuestas" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Showing all responses" -msgstr "" +msgstr "Mostrando todas las respuestas" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Showing first response" msgid_plural "Showing first %(numResponses)s responses" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Mostrando la primera respuesta" +msgstr[1] "Mostrando las primeras %(numResponses)s respuestas" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Load all responses" -msgstr "" +msgstr "Cargar todas las respuestas" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Load next %(numResponses)s responses" -msgstr "" +msgstr "Cargar las siguientes %(numResponses)s respuestas" #: common/static/coffee/src/discussion/views/discussion_thread_view.js msgid "Are you sure you want to delete this post?" +msgstr "¿Está seguro de querer borrar esta entrada?" + +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." msgstr "" #: common/static/coffee/src/discussion/views/response_comment_show_view.js @@ -542,11 +577,11 @@ msgstr "Notificado Abuso, pulsa para eliminar el informe" #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Are you sure you want to delete this comment?" -msgstr "" +msgstr "¿Está seguro de querer borrar este comentario?" #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "We had some trouble deleting this comment. Please try again." -msgstr "" +msgstr "Ha habido problemas al borrar este comentario. Inténtalo de nuevo" #: common/static/coffee/src/discussion/views/thread_response_view.js msgid "Are you sure you want to delete this response?" @@ -793,23 +828,23 @@ msgstr "Cuerpo del mensaje" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Error fetching distribution." -msgstr "" +msgstr "Fallo al lograr la distribución" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Unavailable metric display." -msgstr "" +msgstr "Metrica de pantalla no disponible." #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Error fetching grade distributions." -msgstr "" +msgstr "Error al obtener la distribución de calificaciones." #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "Last Updated: <%= timestamp %>" -msgstr "" +msgstr "Última actualización: <%= timestamp %>" #: lms/static/coffee/src/instructor_dashboard/analytics.js msgid "<%= num_students %> students scored." -msgstr "" +msgstr "<%= num_students %> calificación de los estudiantes." #: lms/static/coffee/src/instructor_dashboard/data_download.js msgid "Loading..." @@ -836,6 +871,8 @@ msgid "" "Links are generated on demand and expire within 5 minutes due to the " "sensitive nature of student information." msgstr "" +"Los enlaces se generan al solicitarlo y expiran en 5 minutos debido a la " +"naturaleza sensible de la información sobre el estudiante." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Username" @@ -856,85 +893,94 @@ msgstr "Introduzca nombre de usuario o correo electrónico" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Please enter a username or email." -msgstr "" +msgstr "Por favor, introduzca un nombre de usuario o correo electrónico." #. Translators: A rolename appears this sentence.; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error fetching list for role" -msgstr "" +msgstr "Fallo al obtener la lista para el rol " #: lms/static/coffee/src/instructor_dashboard/membership.js #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error changing user's permissions." -msgstr "" +msgstr "Error al cambiar los permisos de usuario." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Could not find a user with username or email address '<%= identifier %>'." msgstr "" +"No se encuentra ningún usuario con la dirección de correo '<%= identifier " +"%>'." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Error: User '<%= username %>' has not yet activated their account. Users " "must create and activate their accounts before they can be assigned a role." msgstr "" +"Error: El usuario r '<%= username %>' no ha activado su cuenta aún. Los " +"usuarios deben activar sus cuentas antes de que se les pueda asignar un rol." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error: You cannot remove yourself from the Instructor group!" -msgstr "" +msgstr "Error: no puedes eliminarte del grupo de Instructores!" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error adding/removing users as beta testers." -msgstr "" +msgstr "Fallo al añadir/eliminar usuarios como probadores de betas" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were successfully added as beta testers:" -msgstr "" +msgstr "Los usuarios fuero añadidos con exito a los probadores de betas" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were successfully removed as beta testers:" -msgstr "" +msgstr "Los usuarios fueron eliminados con exito de los probadores beta:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were not added as beta testers:" -msgstr "" +msgstr "Los usuarios no fueron añadidos a los probadores beta:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users were not removed as beta testers:" -msgstr "" +msgstr "Los usuarios no fueron eliminados de los probadores beta:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "Users must create and activate their account before they can be promoted to " "beta tester." msgstr "" +"Los usuarios tienen que crear y activar sus cuentas antes de que se les " +"pueda asignar el rol de beta tester." #. Translators: A list of identifiers (which are email addresses and/or #. usernames) appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Could not find users associated with the following identifiers:" -msgstr "" +msgstr "No se encuentran usuarios asociados a los siguientes identificadores:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error enrolling/unenrolling users." -msgstr "" +msgstr "Error de inscripción/borrado de los usuarios." #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "The following email addresses and/or usernames are invalid:" msgstr "" +"Los siguientes correos electrónicos y/o nombres de usuarios no son válidos:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Successfully enrolled and sent email to the following users:" msgstr "" +"Estudiantes inscritos correctamente y correo enviado a los siguientes " +"usuarios:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Successfully enrolled the following users:" -msgstr "" +msgstr "Estudiantes inscritos correctamente:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -942,11 +988,13 @@ msgid "" "Successfully sent enrollment emails to the following users. They will be " "allowed to enroll once they register:" msgstr "" +"Email de inscripción enviado correctamente a los siguientes estudiantes. Les" +" será permitido inscribirse una vez que se registren:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users will be allowed to enroll once they register:" -msgstr "" +msgstr "Estos estudiantes seran inscritos una vez se hayan registrado:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -954,11 +1002,13 @@ msgid "" "Successfully sent enrollment emails to the following users. They will be " "enrolled once they register:" msgstr "" +"Email de inscripción enviado correctamente a los siguientes estudiantes. " +"Podrán inscribirse en cuanto se registren:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "These users will be enrolled once they register:" -msgstr "" +msgstr "Estos estudiantes seran inscritos una vez se hayan registrado:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js @@ -966,17 +1016,21 @@ msgid "" "Emails successfully sent. The following users are no longer enrolled in the " "course:" msgstr "" +"Emails enviados correctamente. Los siguientes estudiantes ya no están " +"inscritos en el curso:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "The following users are no longer enrolled in the course:" -msgstr "" +msgstr " Los siguientes estudiantes ya no están inscritos en el curso:" #. Translators: A list of users appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "" "These users were not affiliated with the course so could not be unenrolled:" msgstr "" +" Los siguientes estudiantes no estaban afiliados al curso, por lo que no se " +"pudieron anular sus inscripciones:" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Your message must have a subject." @@ -995,18 +1049,25 @@ msgid "" "You are about to send an email titled '<%= subject %>' to yourself. Is this " "OK?" msgstr "" +"Estás a punto de enviar un email con el asunto '<%= subject %>' a ti " +"mismo. ¿Es eso correcto?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" "You are about to send an email titled '<%= subject %>' to everyone who is " "staff or instructor on this course. Is this OK?" msgstr "" +"Está a punto de enviar un correo titulado '<%= subject %>' a todos los que " +"están apuntados o son profesores de este curso. ¿Es eso correcto?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" "You are about to send an email titled '<%= subject %>' to ALL (everyone who " "is enrolled in this course as student, staff, or instructor). Is this OK?" msgstr "" +"Esta a punto de enviar un correo titulado '<%= subject %>' a TODOS (todos " +"los que están apuntados a este curso, estudiantes, personal o instructores)." +" ¿Es eso correcto?" #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "" @@ -1014,6 +1075,10 @@ msgid "" "classes, it may take up to an hour (or more, if other courses are " "simultaneously sending email) to send all emails." msgstr "" +"Tu email fue encolado correctamente para ser enviado. Por favor, ten en " +"cuenta que para clases con muchos inscritos, el envío podría llevar su " +"tiempo (una hora o más, si otros cursos amplios intentan enviar emails de " +"forma simultánea)." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "Error sending email." @@ -1026,6 +1091,8 @@ msgstr "No hay historial de emails para este curso." #: lms/static/coffee/src/instructor_dashboard/send_email.js msgid "There was an error obtaining email task history for this course." msgstr "" +"Hubo un error relacionado con la tarea de histórico de emails para este " +"curso." #: lms/static/coffee/src/instructor_dashboard/student_admin.js #: lms/static/coffee/src/instructor_dashboard/student_admin.js @@ -1034,12 +1101,16 @@ msgstr "" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Please enter a student email address or username." msgstr "" +"Por favor introduce la dirección email del estudiante o su nombre de " +"usuario." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error getting student progress url for '<%= student_id %>'. Check that the " "student identifier is spelled correctly." msgstr "" +"Error al obtener la url de progreso del estudiante '<%= student_id %>'. " +"Verifica que el identificador del estudiante está bien escrito." #: lms/static/coffee/src/instructor_dashboard/student_admin.js #: lms/static/coffee/src/instructor_dashboard/student_admin.js @@ -1056,6 +1127,8 @@ msgid "" "Success! Problem attempts reset for problem '<%= problem_id %>' and student " "'<%= student_id %>'." msgstr "" +"¡Exito! Intentos de reseteo para el ejercicio '<%= problem_id %>' y el " +"estudiante '<%= student_id %>'." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1063,17 +1136,25 @@ msgid "" " '<%= student_id %>'. Check that the problem and student identifiers are " "spelled correctly." msgstr "" +"Error al resetear los intentos para el ejercicio '<%= problem_id %>' y " +"estudiante '<%= student_id %>'. Verifica que los identificadores de " +"estudiante y ejercicio son correctos." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Delete student '<%= student_id %>'s state on problem '<%= problem_id %>'?" msgstr "" +"¿Borrar el estado del estudiante '<%= student_id %> para el ejercicio '<%= " +"problem_id %>'?" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error deleting student '<%= student_id %>'s state on problem '<%= problem_id" " %>'. Check that the problem and student identifiers are spelled correctly." msgstr "" +"Error al borrar el estado del estudiante '<%= student_id %> para el " +"ejercicio '<%= problem_id %>'. Verifica que los identificadores de " +"estudiante y ejercicio son correctos." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Module state successfully deleted." @@ -1085,6 +1166,9 @@ msgid "" "'<%= student_id %>'. Click the 'Show Background Task History for Student' " "button to see the status of the task." msgstr "" +"Se ha comenzado la ejecución de la tarea de re-evaluación del ejercicio " +"'<%= problem_id %>' para el estudiante '<%= student_id %>'. Pulsa el botón " +"'Mostrar Tarea de Historial del Estudiante' para ver el estado de la tarea." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1092,6 +1176,9 @@ msgid "" "'<%= student_id %>'. Check that the problem and student identifiers are " "spelled correctly." msgstr "" +"Error al comenzar la ejecución de la tarea de re-evaluación del ejercicio " +"'<%= problem_id %>' para el estudiante '<%= student_id %>'. Verifica que los" +" identificadores del estudiante y del ejercicio son correctos." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1099,10 +1186,15 @@ msgid "" "student_id %>'. Check that the problem and student identifiers are spelled " "correctly." msgstr "" +"Error al obtener el historial de la tarea del ejercicio '<%= problem_id %>'" +" para el estudiante '<%= student_id %>'. Verifica que los identificadores " +"del estudiante y del ejercicio son correctos." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Reset attempts for all students on problem '<%= problem_id %>'?" msgstr "" +"¿Resetear intentos para todos los estudiantes del ejercicio '<%= problem_id " +"%>'?" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1110,16 +1202,22 @@ msgid "" " Click the 'Show Background Task History for Problem' button to see the " "status of the task." msgstr "" +"Se ha comenzado a ejecutar con éxito la tarea para resetear los intentos del" +" ejercicio '<%= problem_id %>'. Pulsa el botón 'Mostrar Tarea de Historial " +"del Ejercicio' para ver el estado de la tarea." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error starting a task to reset attempts for all students on problem '<%= " "problem_id %>'. Check that the problem identifier is spelled correctly." msgstr "" +"Error al comenzar a ejecutar la tarea para resetear los intentos de todos " +"los estudiantes para el ejercicio '<%= problem_id %>'. Verifica que el " +"identificador del ejercicio es correcto." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Rescore problem '<%= problem_id %>' for all students?" -msgstr "" +msgstr "¿Re-evaluar ejercicio '<%= problem_id %>' para todos los estudiantes?" #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" @@ -1127,16 +1225,23 @@ msgid "" "students. Click the 'Show Background Task History for Problem' button to see" " the status of the task." msgstr "" +"Se ha comenzado a ejecutar con éxito la tarea para resetear los intentos del" +" ejercicio '<%= problem_id %>'. Pulsa el botón 'Mostrar Tarea de Historial " +"del Ejercicio' para ver el estado de la tarea." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "" "Error starting a task to rescore problem '<%= problem_id %>'. Check that the" " problem identifier is spelled correctly." msgstr "" +"Error al comenzar la ejecución de la tarea de re-evaluación del ejercicio " +"'<%= problem_id %>'. Verifica que el identificador del ejercicio es " +"correcto." #: lms/static/coffee/src/instructor_dashboard/student_admin.js msgid "Error listing task history for this student and problem." msgstr "" +"Error al listar la tarea de historial para este estudiante y problema." #. Translators: a "Task" is a background process such as grading students or #. sending email @@ -1172,13 +1277,13 @@ msgstr "Enviado" #. this #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Duration (sec)" -msgstr "" +msgstr "Duración (seg)" #. Translators: The state (eg, "In progress") of a task (eg, sending email) #. appears after this. #: lms/static/coffee/src/instructor_dashboard/util.js msgid "State" -msgstr "" +msgstr "Estado de la tarea" #. Translators: a "Task" is a background process such as grading students or #. sending email @@ -1190,11 +1295,11 @@ msgstr "Estado de la tarea." #. sending email #: lms/static/coffee/src/instructor_dashboard/util.js msgid "Task Progress" -msgstr "" +msgstr "Progreso de la Tarea" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Grades saved. Fetching the next submission to grade." -msgstr "" +msgstr "Calificaciones guardadas. Obteniendo el siguiente envío a evaluar." #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Problem Name" @@ -1235,18 +1340,19 @@ msgstr "<%= num %> evaluados" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "<%= num %> more needed to start ML" msgstr "" +"se necesitan <%= num %> más para comenzar la calificación automática ML" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "Re-check for submissions" -msgstr "" +msgstr "Re-verificar envíos" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "System got into invalid state: <%= state %>" -msgstr "" +msgstr "El sistema entró en un estado inválido: <%= state %>" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "System got into invalid state for submission: " -msgstr "" +msgstr "El sistema entró en un estado inválido por el envío:" #: lms/static/coffee/src/staff_grading/staff_grading.js #: lms/static/coffee/src/staff_grading/staff_grading.js @@ -1255,20 +1361,20 @@ msgstr "(Ocultar)" #: lms/static/coffee/src/staff_grading/staff_grading.js msgid "(Show)" -msgstr "" +msgstr "(Mostrar)" #: lms/static/js/Markdown.Editor.js msgid "Insert Hyperlink" -msgstr "" +msgstr "Introduzca Hipervínculo" #. Translators: Please keep the quotation marks (") around this text #: lms/static/js/Markdown.Editor.js lms/static/js/Markdown.Editor.js.c msgid "\"optional title\"" -msgstr "" +msgstr "\"título opcional\"" #: lms/static/js/Markdown.Editor.js msgid "Insert Image (upload file or type url)" -msgstr "" +msgstr "Inserte Imagen (suba un fichero o escriba una url)" #: lms/static/js/Markdown.Editor.js msgid "Markdown Editing Help" @@ -1362,6 +1468,7 @@ msgstr "Cabecera" #: lms/templates/class_dashboard/all_section_metrics.js msgid "Unable to retrieve data, please try again later." msgstr "" +"No hemos podido descargar los datos, por favor inténtalo de nuevo más tarde" #: lms/templates/class_dashboard/d3_stacked_bar_graph.js msgid "Number of Students" @@ -1609,6 +1716,10 @@ msgstr "" "Formato de archivo no soportado. Por favor, suba un archivo con extensión " "tar.gz." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "Subir archivo" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Contraer todas las secciones" diff --git a/conf/locale/fr/LC_MESSAGES/django.mo b/conf/locale/fr/LC_MESSAGES/django.mo index 3002dd687abd3ed9d896850ec2c55f7575072705..15c06dfd31f7cfb3f250112760be1571425340a7 100644 GIT binary patch delta 31 ncmZ3wQDEstfrb{wEli3w?B)uFhE|4#?HV>r+cj*MYwrL6q$mlc delta 31 ncmZ3wQDEstfrb{wEli3w>_!R(mR1Hv?HV>r+cj*MYwrL6q%#Sp diff --git a/conf/locale/fr/LC_MESSAGES/django.po b/conf/locale/fr/LC_MESSAGES/django.po index 199d7248f1..d2f0028e74 100644 --- a/conf/locale/fr/LC_MESSAGES/django.po +++ b/conf/locale/fr/LC_MESSAGES/django.po @@ -60,6 +60,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# aissam , 2014 # Bertrand Marron , 2013-2014 # chrisc , 2014 # ClaudeCoulombe , 2014 @@ -124,7 +125,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-03 14:01+0000\n" "Last-Translator: antoviaque \n" "Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" @@ -259,6 +260,16 @@ msgstr "Vous n'êtes pas inscrit à ce cours" msgid "Enrollment action is invalid" msgstr "Action d'inscription invalide" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -923,6 +934,10 @@ msgstr "" "Soumis. Dès qu'une réponse sera envoyée, ce message sera remplacé par cette " "réponse. " +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "Erreur {err} dans la fonction d'indice {hintfn}." @@ -4267,7 +4282,8 @@ msgstr "Mot de passe oublié ?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "Mot de passe" @@ -4654,11 +4670,47 @@ msgstr "Une erreur s'est produite. Merci d'essayer de nouveau plus tard." msgid "Please verify your new email" msgstr "Veuillez vérifier votre nouvelle adresse email" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "éditer" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Réinitialiser le mot de passe" @@ -5260,6 +5312,21 @@ msgstr "Préférences du compte" msgid "Remember me" msgstr "Se souvenir de moi" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "Ressource externe" @@ -5622,6 +5689,26 @@ msgstr "Bienvenue !" msgid "Register below to create your {platform_name} account" msgstr "Inscrivez-vous ci-dessous pour créer votre compte sur {platform_name}" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "Complétez les champs suivants pour créer votre compte." @@ -6114,6 +6201,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "Vos mots :" @@ -7114,6 +7205,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "Progression dans le cours de l'étudiant '{username}' ({email})" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "{earned:.3n} point(s) sur {total:.3n}" @@ -7825,10 +7920,6 @@ msgstr "" msgid "User Profile" msgstr "Profil utilisateur" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "Fils actifs" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7852,6 +7943,10 @@ msgstr "…" msgid "View discussion" msgstr "Afficher la discussion" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "Fils actifs" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7891,6 +7986,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7993,10 +8093,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/fr/LC_MESSAGES/djangojs.mo b/conf/locale/fr/LC_MESSAGES/djangojs.mo index d0178013169c27f6edebe5df7b681309e3a1ef24..40248cb7ff56bc403210e37b0f41e2e74aa03b28 100644 GIT binary patch delta 2361 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, 2014 # Bertrand Marron , 2014 # chrisc , 2014 # Encolpe Degoute , 2013 @@ -42,9 +43,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" -"Last-Translator: sarina \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-27 16:20+0000\n" +"Last-Translator: aissam \n" "Language-Team: French (http://www.transifex.com/projects/p/edx-platform/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -379,6 +380,7 @@ msgstr "Afficher la discussion" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Désolé" @@ -562,6 +564,10 @@ msgstr "Charger les %(numResponses)s prochaines réponses" msgid "Are you sure you want to delete this post?" msgstr "Voulez-vous vraiment supprimer ce message ?" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "anonyme" @@ -1701,6 +1707,10 @@ msgstr "" "Format de fichier non supporté. Uploadez un fichier avec une extension " "tar.gz." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Replier toutes les Sections" diff --git a/conf/locale/hi/LC_MESSAGES/django.mo b/conf/locale/hi/LC_MESSAGES/django.mo index ed6abfefce4077c461c6e8a834152136b8b033c0..0f43af7bdce7091afd7d1220b331610971c89248 100644 GIT binary patch delta 39484 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 delta 39402 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 diff --git a/conf/locale/hi/LC_MESSAGES/django.po b/conf/locale/hi/LC_MESSAGES/django.po index 2413377026..7dfaa7f136 100644 --- a/conf/locale/hi/LC_MESSAGES/django.po +++ b/conf/locale/hi/LC_MESSAGES/django.po @@ -64,7 +64,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-28 05:40+0000\n" "Last-Translator: ria1234 \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" @@ -201,6 +201,16 @@ msgstr "आप इस पाठ्यक्रम में दाखिल न msgid "Enrollment action is invalid" msgstr "नामांकन क्रिया अमान्य है" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -860,6 +870,10 @@ msgstr "" "दर्ज़ कर दिया गया है। जैसे ही एक प्रतिक्रिया वापिस आएगी, यह संदेश उस राय से " "बदल दिया जाएगा।" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "संकेत फ़ंक्शन {hintfn} के मूल्यांकन में त्रुटि {err}।" @@ -1896,6 +1910,8 @@ msgstr "कार्य पहले से ही चल रहा है।" #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/tools.py +#: lms/templates/instructor/instructor_dashboard_2/metrics.html +#: lms/templates/instructor/instructor_dashboard_2/metrics.html msgid "Username" msgstr "उपयोगकर्ता नाम" @@ -4070,7 +4086,7 @@ msgstr "" #: cms/djangoapps/course_creators/models.py msgid "Current course creator state" -msgstr "" +msgstr "वर्तमान पाठ्यक्रम निर्माता स्थिति" #: cms/djangoapps/course_creators/models.py msgid "" @@ -4151,7 +4167,8 @@ msgstr "पासवर्ड भूल गए?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "पासवर्ड" @@ -4533,11 +4550,47 @@ msgstr "कुछ गड़बड़ हो गई। कृपया बाद msgid "Please verify your new email" msgstr "कृपया अपना नया ई-मेल वैरीफ़ाई करें" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "बदलें" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "पासवर्ड रीसेट" @@ -5135,6 +5188,21 @@ msgstr "खाते की प्राथमिकताएं" msgid "Remember me" msgstr "मुझे याद रखें" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "बाहरी संसाधन" @@ -5308,7 +5376,7 @@ msgstr "रीसेट करें" #: lms/templates/problem.html msgid "Show Answer" -msgstr "" +msgstr "जवाब देखें" #: lms/templates/problem.html msgid "Reveal Answer" @@ -5488,6 +5556,26 @@ msgstr "आपका स्वागत है!" msgid "Register below to create your {platform_name} account" msgstr "अपने {platform_name} का खाता बनाने के लिए नीचे रजिस्टर करें" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "खाता खोलने के लिए कृपया नीचे दिए गए ख़ाने भरें। " @@ -5977,6 +6065,10 @@ msgstr "प्रतिलिपि डाउनलोड करें" msgid "{file_format}" msgstr "{file_format}" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "आपके शब्द:" @@ -6970,6 +7062,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "छात्र '{username}' ({email}) की पाठ्यक्रम प्रगति" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "{total:.3n} संभव अंकों में से {earned:.3n} " @@ -7678,10 +7774,6 @@ msgstr "" msgid "User Profile" msgstr "उपयोगकर्ता की प्रोफ़ाइल" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "सक्रिय कड़ियां" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7705,6 +7797,10 @@ msgstr "…" msgid "View discussion" msgstr "चर्चा देखें" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "सक्रिय कड़ियां" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7744,6 +7840,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7846,10 +7947,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/hi/LC_MESSAGES/djangojs.mo b/conf/locale/hi/LC_MESSAGES/djangojs.mo index 763db2bb2d7c0c2757e849855ac3b7a67e0bdad4..f393fd2c75fa73f2f226cb932fea301023cc0fa6 100644 GIT binary patch delta 7063 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 delta 6774 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 NoL?&BuF3f#;{U%Ud7uCQ diff --git a/conf/locale/hi/LC_MESSAGES/djangojs.po b/conf/locale/hi/LC_MESSAGES/djangojs.po index 84197adb1b..02708ef50e 100644 --- a/conf/locale/hi/LC_MESSAGES/djangojs.po +++ b/conf/locale/hi/LC_MESSAGES/djangojs.po @@ -6,6 +6,7 @@ # Translators: # ammubhave , 2013-2014 # anantvima , 2014 +# Chandra Shekhar Sharma , 2014 # ria1234 , 2014 # ria1234 , 2014 # sarina , 2014 @@ -24,9 +25,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" -"Last-Translator: sarina \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-26 15:31+0000\n" +"Last-Translator: Chandra Shekhar Sharma \n" "Language-Team: Hindi (http://www.transifex.com/projects/p/edx-platform/language/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -108,13 +109,13 @@ msgstr "" #: common/lib/xmodule/xmodule/js/src/capa/display.js #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Hide Answer" -msgstr "" +msgstr "जवाब छिपाएं" #. Translators: the word Answer here refers to the answer to a problem the #. student must solve.; #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Show Answer" -msgstr "" +msgstr "जवाब देखें" #: common/lib/xmodule/xmodule/js/src/capa/display.js msgid "Reveal Answer" @@ -360,6 +361,7 @@ msgstr " चर्चा दिखाएं" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "माफ़ करें" @@ -537,6 +539,10 @@ msgstr "अगला जवाब %(numResponses)s लोड करें" msgid "Are you sure you want to delete this post?" msgstr "क्या आप वाकई इस पोस्ट को हटाना चाहते हैं?" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "गुमनाम" @@ -1671,6 +1677,10 @@ msgstr "" "फ़ाइल फॉर्मेट समर्थित नहीं है. कृपया tar.gz एक्सटेंशन की फाइल " "अपलोड करें." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "फ़ाइल अपलोड करें" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "सभी वर्गों को संक्षिप्त करें" @@ -1772,15 +1782,15 @@ msgstr "आपके द्वारा किये गए परिवर् #: cms/static/js/views/xblock_editor.js msgid "Editor" -msgstr "" +msgstr "संपादक" #: cms/static/js/views/xblock_editor.js msgid "Settings" -msgstr "" +msgstr "सेटिंग्स" #: cms/static/js/views/modals/base_modal.js msgid "Save" -msgstr "" +msgstr "सेव करें" #: cms/static/js/views/modals/edit_xblock.js msgid "Component" diff --git a/conf/locale/hy_AM/LC_MESSAGES/django.mo b/conf/locale/hy_AM/LC_MESSAGES/django.mo index c6e64ef856144ef2aa06dd30f342debc8f14b540..6073bb03a5d4c2d0044709a73b54b619e23a343d 100644 GIT binary patch delta 12288 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 z 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 G+xWlid?Bs? delta 12242 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 N17>aC73CDv{|~_x2lM~{ diff --git a/conf/locale/hy_AM/LC_MESSAGES/django.po b/conf/locale/hy_AM/LC_MESSAGES/django.po index 63bc2faa5f..220ff314d8 100644 --- a/conf/locale/hy_AM/LC_MESSAGES/django.po +++ b/conf/locale/hy_AM/LC_MESSAGES/django.po @@ -37,6 +37,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# pgayane , 2014 # #-#-#-#-# wiki.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2014 edX @@ -47,7 +48,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-18 02:31+0000\n" "Last-Translator: nedbat \n" "Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" @@ -182,6 +183,16 @@ msgstr "Դուք գրանցված չեք այս դասընթացի համար" msgid "Enrollment action is invalid" msgstr "Գրացման գործողությունը սխալ է " +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -839,6 +850,10 @@ msgstr "" "Գրանցված է: Երբ պատասխանը ստացվի, այս հաղորդագրությունը կփոխարինվի այդ " "պատասխանով:" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "Սխալ {err} հուշող ֆունկցիայի {hintfn} մշակման ժամանակ" @@ -3955,7 +3970,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4296,11 +4312,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4849,6 +4901,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5175,6 +5242,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5645,6 +5732,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6568,6 +6659,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7231,10 +7326,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7258,6 +7349,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7297,6 +7392,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7399,10 +7499,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" @@ -11998,7 +12094,7 @@ msgstr "" # empty msgid "This is a key string." -msgstr "" +msgstr "Սա բանալի է" #: wiki/admin.py wiki/models/article.py msgid "created" diff --git a/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo b/conf/locale/hy_AM/LC_MESSAGES/djangojs.mo index 95d386ac55f51f336f3e1f5658b7a6b19485ab98..331b887d403dccf9a0aad8737deeafd5546599df 100644 GIT binary patch delta 30 lcmeBT>0+6%k=0+6%k=;naz|zXVaN-UH4nqS4BLgc#i;WMo7y*ON2yOrX diff --git a/conf/locale/hy_AM/LC_MESSAGES/djangojs.po b/conf/locale/hy_AM/LC_MESSAGES/djangojs.po index ad12bfd199..a11edb6f71 100644 --- a/conf/locale/hy_AM/LC_MESSAGES/djangojs.po +++ b/conf/locale/hy_AM/LC_MESSAGES/djangojs.po @@ -14,8 +14,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:18+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Armenian (Armenia) (http://www.transifex.com/projects/p/edx-platform/language/hy_AM/)\n" "MIME-Version: 1.0\n" @@ -337,6 +337,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -503,6 +504,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1553,6 +1558,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/id/LC_MESSAGES/django.mo b/conf/locale/id/LC_MESSAGES/django.mo index 1d47aee3f40d3574d59099ed6a28602f2c7e0ab2..f6505fea3b1b854ae975e0b387e467c54478a496 100644 GIT binary patch delta 18 ZcmZo*X<(VKk=required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5523,6 +5609,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6444,6 +6534,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7105,10 +7199,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7132,6 +7222,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7171,6 +7265,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7273,10 +7372,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/id/LC_MESSAGES/djangojs.mo b/conf/locale/id/LC_MESSAGES/djangojs.mo index da82fcb62344df37f5f4262318fb6a15c7ae712a..31926211ec63e339c5e26fbac813b701c886a3ff 100644 GIT binary patch delta 34 pcmeC&!PvQjaYMX0ySaj)p_QS*\n" "Language-Team: Indonesian (http://www.transifex.com/projects/p/edx-platform/language/id/)\n" "MIME-Version: 1.0\n" @@ -353,6 +353,7 @@ msgstr "Tampilkan Diskusi" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Maaf" @@ -524,6 +525,10 @@ msgstr "Memuat %(numResponses)s tanggapan berikutnya" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "anonim" @@ -1599,6 +1604,10 @@ msgstr "" "Format berkas tidak didukung. Mohon unggah berkas dengan ekstensi " "tar.gz." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Lipat Semua Bagian" diff --git a/conf/locale/it_IT/LC_MESSAGES/django.mo b/conf/locale/it_IT/LC_MESSAGES/django.mo index 92cd148d4173b950998a18c7328d441d0b462532..9f5f75f6d818fb318e456bd99deb36cb8419818e 100644 GIT binary patch delta 20 bcmaE_`(Ag$5?*$51w%tCL&MFhd0jXGQdS18 delta 20 bcmaE_`(Ag$5?*#A1p`Yf1EbBWd0jXGQdb7B diff --git a/conf/locale/it_IT/LC_MESSAGES/django.po b/conf/locale/it_IT/LC_MESSAGES/django.po index a8a062e4bd..7fcae6a82d 100644 --- a/conf/locale/it_IT/LC_MESSAGES/django.po +++ b/conf/locale/it_IT/LC_MESSAGES/django.po @@ -62,7 +62,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-04 17:12+0000\n" "Last-Translator: eevidal\n" "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" @@ -195,6 +195,16 @@ msgstr "Non sei iscritto a questo corso" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -835,6 +845,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3840,7 +3854,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4181,11 +4196,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4734,6 +4785,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5060,6 +5126,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5530,6 +5616,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6453,6 +6543,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7116,10 +7210,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7143,6 +7233,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7182,6 +7276,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7284,10 +7383,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/it_IT/LC_MESSAGES/djangojs.mo b/conf/locale/it_IT/LC_MESSAGES/djangojs.mo index 256cd29405ea0e68f0398de6ad8d560b4c7c9f0d..375a41788fda9e11d32cf12819b9a77d7d8254ea 100644 GIT binary patch delta 59 zcmdmJxzTdNYkoa*1w%tCLjzp{69WUT0Ds+})UwRt%=|oEm&B4(D+MD1LldB!u91m? Np|O?0W=Vk=JOCEk5On|m delta 59 zcmdmJxzTdNYkoZ=1p`Yf14CT{69WUT0Ds+})UwRt%=|oEm&B4(D+MD1LldB!uAu>t MX=S`wQeXxT02cKSa{vGU diff --git a/conf/locale/it_IT/LC_MESSAGES/djangojs.po b/conf/locale/it_IT/LC_MESSAGES/djangojs.po index 714a92e72f..3c76d986e1 100644 --- a/conf/locale/it_IT/LC_MESSAGES/djangojs.po +++ b/conf/locale/it_IT/LC_MESSAGES/djangojs.po @@ -30,8 +30,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:00+0000\n" "Last-Translator: sarina \n" "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/edx-platform/language/it_IT/)\n" "MIME-Version: 1.0\n" @@ -353,6 +353,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -519,6 +520,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1585,6 +1590,10 @@ msgstr "" "Formato del file non supportato. Per favore carica un file con estensione " "tar.gz" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Nascondi Tutte le Sezioni" diff --git a/conf/locale/ja_JP/LC_MESSAGES/django.mo b/conf/locale/ja_JP/LC_MESSAGES/django.mo index 48f54f6e57571086b820b7f11e0d4a2358c16b92..9050d95a0a4d8781807742da34ffeb9f61a93ca7 100644 GIT binary patch delta 20 bcmeB_>Xh10%*Jl6U}$J%Xt=qGt)C45JpToh delta 20 bcmeB_>Xh10%*Jk{U|?xwV6?f4t)C45Jpcuk diff --git a/conf/locale/ja_JP/LC_MESSAGES/django.po b/conf/locale/ja_JP/LC_MESSAGES/django.po index e1bf8885c7..75f1a93032 100644 --- a/conf/locale/ja_JP/LC_MESSAGES/django.po +++ b/conf/locale/ja_JP/LC_MESSAGES/django.po @@ -70,7 +70,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: h_yoshida \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" @@ -203,6 +203,16 @@ msgstr "この講座に受講登録されていません。" msgid "Enrollment action is invalid" msgstr "登録は無効です" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "ログイン情報の受信にエラーが発生しました。 管理者へメールをお願いします。" @@ -843,6 +853,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3846,7 +3860,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4187,11 +4202,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4740,6 +4791,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5066,6 +5132,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5536,6 +5622,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6457,6 +6547,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7118,10 +7212,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "活動中のスレッド" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7145,6 +7235,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "活動中のスレッド" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7184,6 +7278,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7286,10 +7385,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo b/conf/locale/ja_JP/LC_MESSAGES/djangojs.mo index 8697e2a7dceed9c8d793633290d39eaff159adfb..ec50a87cd485226585093380346d231f07f7db16 100644 GIT binary patch delta 73 zcmdnZvX*6n4)1YB28IX*1_mA=R+wlxo!wl)(9p`zVB&QJb|Vu7Lt`tWiT@pMn*;er&bgr delta 87 zcmZ3>vYTas4)0Y)28IX*1_mA=)|+TKo!v;mz|zXVaN>0Zc0&sVLnAALiT@;2GU6-q ii!(A)5*2LVOo!aWlH$_beBI*8V!h=2+|4?SjEn#aMH&47 diff --git a/conf/locale/ja_JP/LC_MESSAGES/djangojs.po b/conf/locale/ja_JP/LC_MESSAGES/djangojs.po index c447fd68c7..719b56b6eb 100644 --- a/conf/locale/ja_JP/LC_MESSAGES/djangojs.po +++ b/conf/locale/ja_JP/LC_MESSAGES/djangojs.po @@ -21,9 +21,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-18 12:00+0000\n" -"Last-Translator: h_yoshida \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" +"Last-Translator: sarina \n" "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/edx-platform/language/ja_JP/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -339,6 +339,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -500,6 +501,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1544,6 +1549,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/ko_KR/LC_MESSAGES/django.mo b/conf/locale/ko_KR/LC_MESSAGES/django.mo index 21ab852bdb1c9935d337e7364419425e729a3e3b..53013434f710c90768ac9841688a041a8e193012 100644 GIT binary patch delta 22 ecmaF)faT=_mJP>Nvzsdz8d@0|Za%wuP745jz6xUi delta 22 ecmaF)faT=_mJP>Nvl}TGSXvnvZ9cntP745jzY1jl diff --git a/conf/locale/ko_KR/LC_MESSAGES/django.po b/conf/locale/ko_KR/LC_MESSAGES/django.po index dc41de8873..82e9d6b512 100644 --- a/conf/locale/ko_KR/LC_MESSAGES/django.po +++ b/conf/locale/ko_KR/LC_MESSAGES/django.po @@ -35,6 +35,7 @@ # 김 규동 , 2014 # jdpark7 , 2013 # chans , 2014 +# JiyeonLee , 2014 # SunahLim , 2013 # #-#-#-#-# messages.po (edx-platform) #-#-#-#-# # edX translation file @@ -57,7 +58,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-04-15 15:10+0000\n" "Last-Translator: 김 규동 \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" @@ -190,6 +191,16 @@ msgstr "" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -830,6 +841,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3804,7 +3819,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4154,11 +4170,47 @@ msgstr "오류가 발생하였습니다. 다음에 다시 시도하십시요." msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "편집" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "암호 재설정" @@ -4722,6 +4774,21 @@ msgstr "계정 선호사항 설정" msgid "Remember me" msgstr "내 로그인 정보 기억" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5064,6 +5131,26 @@ msgstr "환영합니다!" msgid "Register below to create your {platform_name} account" msgstr "{platform_name} 계정을 만들기 위해서는 아래에 등록하세요." +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "계정에 등록하기 위해서는 다음 항목들을 입력하십시요." @@ -5540,6 +5627,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "당신의 단어들:" @@ -6476,6 +6567,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "학생 '{username}' ({email})의 강좌 진도" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7137,10 +7232,6 @@ msgstr "포럼이 현재 유지 관리 중입니다. 잠시후에 사용할 수 msgid "User Profile" msgstr "사용자 정보" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "활성화된 글타래" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7164,6 +7255,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "활성화된 글타래" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7203,6 +7298,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7305,10 +7405,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo b/conf/locale/ko_KR/LC_MESSAGES/djangojs.mo index 73397da81bc2fb68dd33c01f923d048d122a07ee..967bb05ef382be3a476eaa0c3c9a4a0b8d2cb487 100644 GIT binary patch delta 29 lcmey*{GWNkMs{-rLqjV=gNZv7*o{mS42`XfHr`iY1OSz+2^atX delta 29 lcmey*{GWNkMs_0w14}Cd!-+c-*bNO7j0~)dH{MrZ1OSzW2^0VT diff --git a/conf/locale/ko_KR/LC_MESSAGES/djangojs.po b/conf/locale/ko_KR/LC_MESSAGES/djangojs.po index efac02ce73..3ee0f08728 100644 --- a/conf/locale/ko_KR/LC_MESSAGES/djangojs.po +++ b/conf/locale/ko_KR/LC_MESSAGES/djangojs.po @@ -20,8 +20,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/edx-platform/language/ko_KR/)\n" "MIME-Version: 1.0\n" @@ -338,6 +338,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -499,6 +500,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1543,6 +1548,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/lt_LT/LC_MESSAGES/django.mo b/conf/locale/lt_LT/LC_MESSAGES/django.mo index b0dd9d80850d64c2e85c3db1e52f45b33a4df932..1ac28fbf3f573587ab8bc4e3024d4f88d6ab0bfb 100644 GIT binary patch delta 22 dcmZ4egmLu~#towO?B)uFhE|4#n`P|zjR9Xn2GIZj delta 22 dcmZ4egmLu~#towO>_!R(mR1Hvn`P|zjR9Xo2Gall diff --git a/conf/locale/lt_LT/LC_MESSAGES/django.po b/conf/locale/lt_LT/LC_MESSAGES/django.po index c0c0e18409..2eba9cbd1b 100644 --- a/conf/locale/lt_LT/LC_MESSAGES/django.po +++ b/conf/locale/lt_LT/LC_MESSAGES/django.po @@ -23,6 +23,7 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# Eva Pavlova , 2014 # Gediminas Trakas , 2013-2014 # zzygis , 2013 # zzygis , 2013 @@ -54,7 +55,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-02-13 21:00+0000\n" "Last-Translator: Edukometrija \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" @@ -187,6 +188,16 @@ msgstr "Jūs nesate užsiregistravęs šiam kursui." msgid "Enrollment action is invalid" msgstr "Registracija negalima" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -836,6 +847,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3915,7 +3930,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4256,11 +4272,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4809,6 +4861,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5135,6 +5202,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5605,6 +5692,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6530,6 +6621,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7195,10 +7290,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7222,6 +7313,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7261,6 +7356,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7363,10 +7463,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo b/conf/locale/lt_LT/LC_MESSAGES/djangojs.mo index 0be8b8a3597ed488d10dfc58e975c5dab6868538..8e7ada4e2baad57ea4b40f9d118eae9070ef62b8 100644 GIT binary patch delta 32 ocmbOuKSzE;DF?f`f}x?6p~2)D4h42269q$KE2GVeIexMM0Fo#O@Bjb+ delta 32 ocmbOuKSzE;DF?fef`O%#f#KvD4h42Y0|g@kE91?JIexMM0FnR*>;M1& diff --git a/conf/locale/lt_LT/LC_MESSAGES/djangojs.po b/conf/locale/lt_LT/LC_MESSAGES/djangojs.po index c8b958bdad..ee4a352504 100644 --- a/conf/locale/lt_LT/LC_MESSAGES/djangojs.po +++ b/conf/locale/lt_LT/LC_MESSAGES/djangojs.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/projects/p/edx-platform/language/lt_LT/)\n" "MIME-Version: 1.0\n" @@ -349,6 +349,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -520,6 +521,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1588,6 +1593,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/nb/LC_MESSAGES/django.mo b/conf/locale/nb/LC_MESSAGES/django.mo index 5d743a3f99a7680f67691d50de222ca541edf2e7..2294b1a5a4cb88436718902f0f776d1a9c90ceb4 100644 GIT binary patch delta 22 ecmaF8g6;JRwhb%4v70Lx8d@0|Zr<>1_gnyZ{R)o& delta 22 ecmaF8g6;JRwhb%4u^TBESXvnvZQk&0_gnyZ{tA%* diff --git a/conf/locale/nb/LC_MESSAGES/django.po b/conf/locale/nb/LC_MESSAGES/django.po index c63f509a1c..ca7105b54c 100644 --- a/conf/locale/nb/LC_MESSAGES/django.po +++ b/conf/locale/nb/LC_MESSAGES/django.po @@ -70,7 +70,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-31 22:11+0000\n" "Last-Translator: Paalmessenlien \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" @@ -205,6 +205,16 @@ msgstr "De er ikke meldt på dette kurset" msgid "Enrollment action is invalid" msgstr "Ugyldig påmeldingsvalg" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -862,6 +872,10 @@ msgid "" msgstr "" "Levert. Når du får svar, blir denne meldingen erstattet av tilbakemeldingen." +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "Error {err} in evaluating hint function {hintfn}." @@ -4106,7 +4120,8 @@ msgstr "Glemt passord?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "Passord" @@ -4453,11 +4468,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "rediger" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Nullstill passord" @@ -5012,6 +5063,21 @@ msgstr "Kontoinnstillinger" msgid "Remember me" msgstr "Husk meg" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5342,6 +5408,26 @@ msgstr "Velkommen!" msgid "Register below to create your {platform_name} account" msgstr "Registrer nedenfor for å lage din {platform_name} konto" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "Fyll ut følgende felt for å opprette en konto." @@ -5812,6 +5898,10 @@ msgstr "" msgid "{file_format}" msgstr "{file_format}" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "Dine ord:" @@ -6737,6 +6827,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "Kursfremgang for studenten '{username}' ({email})" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7402,10 +7496,6 @@ msgstr "" msgid "User Profile" msgstr "Brukerprofil" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "Aktive tråder" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7429,6 +7519,10 @@ msgstr "…" msgid "View discussion" msgstr "Se diskusjon" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "Aktive tråder" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7468,6 +7562,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7570,10 +7669,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/nb/LC_MESSAGES/djangojs.mo b/conf/locale/nb/LC_MESSAGES/djangojs.mo index c30df4bf59d19b88f4b889d595585474994743ec..c345001d6899ce322718242f7ceedd6149476860 100644 GIT binary patch delta 2436 zcmZYATWl0n9LMpqz0f(0NQVNt7+H$E>pj;F$3!T=5VRqRWNRWpG zHO7#D=teiVxudti!W76TiZD@Gj26W2}O%Igh1U*(Ex9;Z@WN?;vBFd#IF|()7ynP#LL2 z=4htl2iSmNypHwQ#cHDH;1V3gxmf)`dZOLf&h<+e@1*l39nCbKytQHjYC=1)77yc5 zd=E9DMdVWxXh%KoMIIR!wFQT9I-Wv?HlN^Ryn>VPHnR7|l#~C3SY2++H0(pY*umv^ z1dredPQd{xOMAB$RjjWgNis=PNyJnK-W}15OG1Ll9ppMm9q<+j5R2Bb-B+2}R zT45EHsps{`u9;=18rg=;7)6q1-bK~G=eUCRn;UeF<223^C&PS*P5J^__#5gNRWM6g zhsxAq)Qfvj6W*FJgt=Vr!Ul|DK+g%a>@;RE#+UN3o>-f?NfJ_p(t-1d4MZogkx)Tt z&sPxoJ28i#uv3$Q|1_<*KXYeUMy;A%Of^lIb;VOvs5_4kn}{xAB{6|e)81+ywWp60 zn+Y`?yEUnvF^^@`iBKbE)T zsVS9e+GDjMLiM4hf*or!=qx8xGvkOtqKD8avWQ+nb)dFjkdJOcg>-*Y;cO>V4`WT| zSo_*XY$LJ=Rq~@mkWekC(%XsqTT`+m@0CD7S7c8#;@YmCd^`VCplUGehuz^etG3<` z`;I-wGpo22i6vVKo$Q(YjvexB%d;JOr*DO<{*~Rvzg*<=Wrp)&vu{Nta78$gy_94+2in+dLyB#~iJG=v4qZ>(nT2UEDY?(AU zd8hK=eXC16Q&n5E!`>aUhkV=d?BvO+p}>?4_F#C}j@bDitYiAEF8*YqU5sHrPi?Yf>Hb{v*($C5wQ^rxy3ESv4##k9LkWJW47?AzLA2w{%UDB2ggE5hY zL;F)@CB?Hl7sPe13JwSAxS zoacRacJSu5%h{u!uKWah@@SSb~FSVIwB+BA&qqaLW>7*5VF) z5RYO$p2Nj>376vxR^Zpj_cG=VgEAKGVI>9w#xOK>n89XL09P=IpI|ZG#}Ed%ioUlT zHSfUP*pIb%9#`W{)c5|t7R(DOAg<8Kz|X=6@;9>wr!bCv_#LjoFyU^(eq4#iupVde z5&Q|yp|8LgUgjO%if{(C^Bc%V%xzRg7O+q|{G9>UFdnw~J{I6OevA!R$FHPt2-o9v zY{b7&0X49#E}X#4cmWmAFW7+vCAk24u#Wj&Jcch}MhoRjb1B?_Vdf*q-^@XLNFT&< zd>3_gbJ&LS_%H^@yLQ-s8?hH(#v@pTC8fEeXhPN4FzQH?rR1N@n?o!pHLs%Pr;y_{ z7f?s?0aBM{4s{gQ@kQ9wGXFHl7oBHCH(Ly}~CME#i7QMERVy3Tk7`B$MI zWI>TWkG#w&-gG2a-T5`w?~#HxckwyAkNTl$Dp19F7Dxx<~U$}RHq3ID=wtS7&!ji<30PvQ#v4Bx~B z)bG5&c`4A$aRxOE&bterqpEWrbw;;Px8nl7hxagrZxfv^TtdNUz7f~q3|jazuE%^P zQS3!+>@e~&v%IzI4*!9Him<3U7il}Hc=n*G{|>77iYaM=Hw~!Bdr%LW-AJ;`BHfdPAfgYTh1EPYRQ;P>ccC(|4|U;ZP&M-+Dl@OR z^Ao7zJdGYy7S(jl%7mH%R_muLTWh)ge~kdM_pg3bXQqp)*wmClHC3^KPyifxwn$f_ zGWh@2!=#t~q`TOHL-ba9v%B^vX4>2do6n|E#o?zbWlFn6=bW-lS?YAhUffQnptHNy z@(%hI4QL&7)km==v<-9~2igB2Ds;DHOt(AIT~JNmO4qHTHbB>zs-kt4UG!nPZn>Rw z)q`3-U3ZI)P3;M~FFVSe`Qz?b=()0uPJPmpLz)Urjibvx!TNBGGoN?d$oJx*dCb%5M*a>YbyZurIIGigZRJE%uc%tGy*+wML?CkyQ~|{y=Q{K+~>t zEHOP5JCICAt?5{LJQ1_Ha(0i6KHHp3$DLq#na7(<*{O@xH*WMehc3uzr{r2UWmCmm, 2014 +# Erland Flaten , 2014 # Frode , 2014 # Paalmessenlien , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" -"Last-Translator: sarina \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 19:11+0000\n" +"Last-Translator: Frode \n" "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/edx-platform/language/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -345,6 +346,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -511,6 +513,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1367,14 +1373,14 @@ msgstr "Lagrer…" #: cms/static/coffee/src/views/tabs.js msgid "Delete Component Confirmation" -msgstr "Slett komponent godkjenning" +msgstr "Slett komponent bekreftelse" #: cms/static/coffee/src/views/tabs.js msgid "" "Are you sure you want to delete this component? This action cannot be " "undone." msgstr "" -"Er du sikker op at du vil slette dette komponenten? Dette kan ikke angres." +"Er du sikker på at du vil slette dette komponenten? Dette kan ikke angres." #: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/unit.js #: cms/static/js/base.js cms/static/js/views/course_info_update.js @@ -1553,7 +1559,7 @@ msgstr "Last opp en ny PDF til “<%= name %>”" #: cms/static/js/views/edit_chapter.js msgid "Please select a PDF file to upload." -msgstr "" +msgstr "Velg PDF fil som skal lastes opp" #: cms/static/js/views/edit_textbook.js #: cms/static/js/views/overview_assignment_grader.js @@ -1572,6 +1578,10 @@ msgstr "" "Filformatet støttes ikke. Vennligst last opp en fil med tar.gz " "extension." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "Last opp fil" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Kollaps alle seksjoner" @@ -1594,11 +1604,11 @@ msgstr "Rediger seksjonens releasedato" #: cms/static/js/views/overview_assignment_grader.js msgid "Not Graded" -msgstr "Ikke gradert" +msgstr "Ikke rettet" #: cms/static/js/views/paging.js msgid "ascending" -msgstr "øker" +msgstr "stigende" #: cms/static/js/views/paging.js msgid "descending" @@ -1640,7 +1650,7 @@ msgstr "Sletter" #: cms/static/js/views/uploads.js msgid "Upload" -msgstr "" +msgstr "Last opp" #: cms/static/js/views/uploads.js msgid "We're sorry, there was an error" @@ -1675,23 +1685,23 @@ msgstr "Dine endringer er lagret" #: cms/static/js/views/xblock_editor.js msgid "Editor" -msgstr "" +msgstr "Editor" #: cms/static/js/views/xblock_editor.js msgid "Settings" -msgstr "" +msgstr "Innstillinger" #: cms/static/js/views/modals/base_modal.js msgid "Save" -msgstr "" +msgstr "Lagre" #: cms/static/js/views/modals/edit_xblock.js msgid "Component" -msgstr "" +msgstr "Component" #: cms/static/js/views/modals/edit_xblock.js msgid "Editing: %(title)s" -msgstr "" +msgstr "Redigerer: %(title)s" #: cms/static/js/views/settings/advanced.js msgid "" @@ -1732,4 +1742,4 @@ msgstr "" #: cms/static/js/views/video/translations_editor.js msgid "Upload translation" -msgstr "" +msgstr "Last opp oversettelse" diff --git a/conf/locale/nl_NL/LC_MESSAGES/django.mo b/conf/locale/nl_NL/LC_MESSAGES/django.mo index 5a56011b839583aa77f1b55bcb4b8b0295b3c46d..377f7bf23c7eca93aa7d9c99331365fe7b433865 100644 GIT binary patch delta 972 zcmXZZOK1~O6vpvmV>>pjkJ_j$SQ->6DhZRO8i^u`ZWQqmiXe(Glu)Cc1e>&oAhVIW zu`YBWDkvxgK}DfZSAq*4C=|NsG6*6RQ4~ZlbRqsfdqbGtoOABu+&fd*$JrNGW6|$r zX0Z-4u*O=mc3i~e=yjT{!*=9vn|M&Nov3k#Fo!3x4R7EIyo(z52-n~YHsgEraMn5B zX_2*(sFR4{0&1aeNKf_$S7B?ytOdJ}l=b2^%)0zp)cm5eglZ&oj-xh?P>oze?K7E( zmR|0-!W8niCp@&^YnOk6I?+ee&D2qie|GinxSIHvt2c3NyNNy24IIFYIEZTOB5uaZ z5icuwxsO`#DfZzEYGNJL=?_%ri>RBh^=2EuL!GP_)xZ|)#+=Kazy|Rt)W!uSX`j=m zI4ZhC8Ml(Sg!;A*@fAMDE)037feF+nxsLio_fQKyLmlKL>gL`$KVTE_Eb8XwTs*(z zEw7~~QvD0D4zhr1>?dl!2I|0nUEIv+RBv-8oIR-deW-oX&Ma!3U8sHbqUP^MjX&IN zNB zI9{rjD&^F{pjON$`~A!SwN(EOjm!GmeSYyHLA90|91Y6Vk)T!?%_lDe=g*Cms$o!0 X?%_S{f_=kbP#Q@ORl?~{9q+tPL@8t*Wu1l2 zsPS>%G(1Bdwa7~*Tr&B0C_DOuaxyiP!oQgIHQY}8!?gd!0pd8vCnqq3DLjc%n2$Yp zBjRH#ACFKbe1QkCiZZZ0sd4)PkHu)r?0x!a3#EW#X2, 2014 # #-#-#-#-# messages.po (edx-platform) #-#-#-#-# # edX translation file # Copyright (C) 2013 edX @@ -43,13 +44,14 @@ # # Translators: # GlassParade , 2014 +# kajhuisman , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" -"PO-Revision-Date: 2014-03-11 15:31+0000\n" -"Last-Translator: GlassParade \n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" +"PO-Revision-Date: 2014-04-25 11:30+0000\n" +"Last-Translator: kajhuisman \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -180,6 +182,16 @@ msgstr "" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -825,6 +837,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3825,7 +3841,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4166,11 +4183,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "wijzig" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Reset Wachtwoord" @@ -4719,6 +4772,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5045,6 +5113,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5515,6 +5603,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6438,6 +6530,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7100,10 +7196,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7127,6 +7219,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7166,6 +7262,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7268,10 +7369,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo b/conf/locale/nl_NL/LC_MESSAGES/djangojs.mo index d65e7207f3292b5e92a507255e1b3bf6114047bb..4ab707aadf73366731220d1caf2ae24d45fe605e 100644 GIT binary patch delta 33 ocmZ3769q$KD+9yL%}mP}0grd0|g@kD?^LT%}mP}0gr(QLjV8( diff --git a/conf/locale/nl_NL/LC_MESSAGES/djangojs.po b/conf/locale/nl_NL/LC_MESSAGES/djangojs.po index 1ccea74392..08daae21d8 100644 --- a/conf/locale/nl_NL/LC_MESSAGES/djangojs.po +++ b/conf/locale/nl_NL/LC_MESSAGES/djangojs.po @@ -11,12 +11,13 @@ # This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. # # Translators: +# kajhuisman , 2014 msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:18+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:01+0000\n" "Last-Translator: sarina \n" "Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/edx-platform/language/nl_NL/)\n" "MIME-Version: 1.0\n" @@ -338,6 +339,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -504,6 +506,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "anoniem" @@ -1554,6 +1560,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/pl/LC_MESSAGES/django.mo b/conf/locale/pl/LC_MESSAGES/django.mo index 77f0de47f8bf45ab0fe58b19e26cb2590b0b0aa2..d9678c07ba06cb59006198417a82cde59018ae1a 100644 GIT binary patch delta 20 bcmZ2tw!~}$r!c#@f}x?6q2Xo$VG#}hJp2UD delta 20 bcmZ2tw!~}$r!c#bf`O%#fzf6GVG#}hJpBaG diff --git a/conf/locale/pl/LC_MESSAGES/django.po b/conf/locale/pl/LC_MESSAGES/django.po index 9f14936276..c3748c4e67 100644 --- a/conf/locale/pl/LC_MESSAGES/django.po +++ b/conf/locale/pl/LC_MESSAGES/django.po @@ -29,6 +29,7 @@ # kmti , 2014 # lazarus_zamenhof , 2014 # Cairath, 2014 +# Oninix , 2014 # rutek , 2014 # kmti , 2014 # ajafo , 2014 @@ -61,7 +62,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-14 16:10+0000\n" "Last-Translator: Cairath\n" "Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" @@ -194,6 +195,16 @@ msgstr "" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -834,6 +845,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3833,7 +3848,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4172,11 +4188,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4725,6 +4777,21 @@ msgstr "Ustawienia konta" msgid "Remember me" msgstr "Zapamiętaj" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5051,6 +5118,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5521,6 +5608,10 @@ msgstr "" msgid "{file_format}" msgstr "{file_format}" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6446,6 +6537,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7106,10 +7201,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7133,6 +7224,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7172,6 +7267,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7274,10 +7374,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/pl/LC_MESSAGES/djangojs.mo b/conf/locale/pl/LC_MESSAGES/djangojs.mo index 9fb7bd6fb0809c856e31539feacc647d8f9d57dd..a5f5cd9d04b5aa2d486316c5534969502db64426 100644 GIT binary patch delta 59 zcmbQtHJNL}Y$iQ(1w%tCLjzp{69WUT0Ds+})UwRt%=|oEm&B4(D+MD1LldB!u91m? Np|O?G=95fbOaS7s56S=l delta 59 zcmbQtHJNL}Y$iP;1p`Yf14CT{69WUT0Ds+})UwRt%=|oEm&B4(D+MD1LldB!uAu>t MX=S|mB$F2t0OG$7#sB~S diff --git a/conf/locale/pl/LC_MESSAGES/djangojs.po b/conf/locale/pl/LC_MESSAGES/djangojs.po index 347b5552ba..d1912b4745 100644 --- a/conf/locale/pl/LC_MESSAGES/djangojs.po +++ b/conf/locale/pl/LC_MESSAGES/djangojs.po @@ -23,8 +23,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Polish (http://www.transifex.com/projects/p/edx-platform/language/pl/)\n" "MIME-Version: 1.0\n" @@ -351,6 +351,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -522,6 +523,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1579,6 +1584,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/pt_BR/LC_MESSAGES/django.mo b/conf/locale/pt_BR/LC_MESSAGES/django.mo index c70c8ea48b1c97dbb1da58efc4292f171d141631..4b3eadb091454f9cacc47607a8963acfbab92975 100644 GIT binary patch delta 29 kcmZpF$kqOkt6>XcaUHw4f}x?6p<#Pf9pm<@IwoEt0HmA=*8l(j delta 29 kcmZpF$kqOkt6>XcaUHvnf`O%#fl+%^9pm<@IwoEt0Hmi0*#H0l diff --git a/conf/locale/pt_BR/LC_MESSAGES/django.po b/conf/locale/pt_BR/LC_MESSAGES/django.po index f6299b02ab..a0786411fe 100644 --- a/conf/locale/pt_BR/LC_MESSAGES/django.po +++ b/conf/locale/pt_BR/LC_MESSAGES/django.po @@ -103,7 +103,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-03-26 06:01+0000\n" "Last-Translator: Álex Filipe \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" @@ -237,6 +237,16 @@ msgstr "Você não está matriculado neste curso" msgid "Enrollment action is invalid" msgstr "Ação de matrícula inválida" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -897,6 +907,10 @@ msgstr "" "Enviado. Assim que uma resposta seja retornada esta mensagem será " "substituída pelo feedback." +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "Ocorreu um erro {err} ao avaliar a função de sugestão {hintfn}." @@ -4166,7 +4180,8 @@ msgstr "Esqueceu a senha?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "Senha" @@ -4547,11 +4562,47 @@ msgstr "Ocorreu um erro. Por favor tente novamente mais tarde." msgid "Please verify your new email" msgstr "Por favor verifique a sua nova mensagem de email" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "editar" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Redefinir senha" @@ -5136,6 +5187,21 @@ msgstr "Preferências da conta" msgid "Remember me" msgstr "Lembrar minhas informações" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "Recurso externo" @@ -5495,6 +5561,26 @@ msgstr "Bem-vindo!" msgid "Register below to create your {platform_name} account" msgstr "Faça sua inscrição abaixo para criar sua conta na {platform_name} " +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5984,6 +6070,10 @@ msgstr "" msgid "{file_format}" msgstr "{file_format}" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "Suas palavras:" @@ -6971,6 +7061,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "Progresso do Curso do Aluno '{username}' ({email})" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "{earned:.3n} de {total:.3n} pontos possíveis" @@ -7646,10 +7740,6 @@ msgstr "" msgid "User Profile" msgstr "Perfil do Usuário" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "Tópicos Ativos" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7673,6 +7763,10 @@ msgstr "…" msgid "View discussion" msgstr "Ver discussão" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "Tópicos Ativos" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7712,6 +7806,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7814,10 +7913,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo b/conf/locale/pt_BR/LC_MESSAGES/djangojs.mo index bce7f9d67e300b153cd51abf6fd59f5567d7f8d0..3730a03441890a30f68b094380efe2899d2643e2 100644 GIT binary patch delta 1422 zcmXZcOKi+h6vy$?=(IJMDs9nvjHojdYNT5 zG}o-g%q|Db7}^^w!*MLfqWNZ1Fp5Q3j|I3F^RW{r;%O|z3s{Rca2_Hfp1@3(Rt`52xXEEX4;n6`$iA{DhP659VPWRcKuS zYVM#Cttd~K1sF8&Ko#!BrFaOVcnS4|=ctWGP=P+8Hu#OZ(6=y?Pzx$>0=51uHe(Nx zi+#r`%wLq*XJd*1-LWJ#;1!&QUr`ljEj9~b0ZzyDn2S46iL{^}Pods-V=i7rb!5OZ zjkA~!qdNBq6+bn`K&{VOlBr}mMwlPL<2ZooPzh~OWlK?=s=;h*L?3R$65NTom_Q|V z61DCO=HUg@`d(z;l=U;1!GpWriy_Y^s6a1Jf!^UB97VclHOtJ%&029HUPN`I4|S)~ zs17_u#d(iP{2S`%#{R$O{Qojgg@NUng>z6}TCp!Q5$rlE^QAU z#mAnNE6l>o?|6Q|+064Dv&rmlD;VhPs!$tmMkTZt^|L&J^>`0A;V*AqyON}spT|0U zg}qq3iX?Cl)uAdkbD8&{j^Y|B;Q>s|)ItUU9KtpD8ntnNo2R?68K+_k?#52^<1?Iu zBi{Q_R3Sf69m=Kb?HIr&jG@l{0qTF|VVLu$7#rb%ZhiJ@v&C4B`c*U{r(^A?fc;2p zyNSBZuTgjB2kOkTxw$H+6m?V)RN~dBKdvpPpJ6L1{<#RdPGd0018wjKRnag`z?bQb z{_(=*%3vrI4Y`gRab5q`CTDxwv3N4x(eBj6y4s?_up5f-&Iw0?q1Dl_yWHjDZ;U0o noE?c+d-8Cst0NH&CS!?sdn~v%V{KdOiIp9RgXvrIs*C;saX6ogzp_cWi9D zny~PQka(nth_VrBtgJi|q(Mn7(0J|G@cnh}Y(D4QbMF6t&i|Y{ucDu#{lVM$Eu zms{GV(`e>_0`77rq;NU?9{hm!QHjpYH_O56SctcA4nD>yIE1A*iuvea^?5iQHLuL= z*P#~LSdliHOk+C_w8MS47!P3xFQWnsp%Rav0)0az$X&p@ScFZ$ooFn%)>s^{3}S_wB4XFg9i`Yf#J5QFrGr>dXtdx!TZT)KN8{7T%2dAk|FP4Z!B`eyCxco9*B5XhUx4XYu6{bQ?W#1fA#J}d=;;C?(GimjrcZ4 R!ts!|Es;#!yIodU{2x^)w=@6% diff --git a/conf/locale/pt_BR/LC_MESSAGES/djangojs.po b/conf/locale/pt_BR/LC_MESSAGES/djangojs.po index 630a5248e6..4657229def 100644 --- a/conf/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/conf/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -37,9 +37,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 22:20+0000\n" -"Last-Translator: Álex Filipe \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" +"Last-Translator: sarina \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/edx-platform/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -360,6 +360,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Desculpe" @@ -528,6 +529,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "anônimo" @@ -1605,6 +1610,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/sl/LC_MESSAGES/django.mo b/conf/locale/sl/LC_MESSAGES/django.mo index 122abae3810878c2fa3f4b19653aa516af9fe3e6..054b4a641e47b7c20a4d4931dab043e9bf704825 100644 GIT binary patch delta 18 ZcmX@Ya)f2VMs{-rLqjV=!;L$77y&$A1|$Fg delta 18 ZcmX@Ya)f2VMs_0w14}Cdqm4Uy7y&$91||Ri diff --git a/conf/locale/sl/LC_MESSAGES/django.po b/conf/locale/sl/LC_MESSAGES/django.po index 0200dc7abe..3bee4553ca 100644 --- a/conf/locale/sl/LC_MESSAGES/django.po +++ b/conf/locale/sl/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-02-06 03:04+0000\n" "Last-Translator: nedbat \n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" @@ -173,6 +173,16 @@ msgstr "" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -813,6 +823,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3816,7 +3830,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4157,11 +4172,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4710,6 +4761,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5036,6 +5102,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5506,6 +5592,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6433,6 +6523,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7100,10 +7194,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7127,6 +7217,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7166,6 +7260,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7268,10 +7367,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/sl/LC_MESSAGES/djangojs.mo b/conf/locale/sl/LC_MESSAGES/djangojs.mo index f2913c5c50bcb1c9a6df007b28d4e32dc1208ddb..ed69c208890a1902b3de3df8813068243454947c 100644 GIT binary patch delta 33 ocmexl^2ua_g8;j^f}x?6p}}N#0R;{t69q$KD+7bg`2x&b0IApreE\n" "Language-Team: Slovenian (http://www.transifex.com/projects/p/edx-platform/language/sl/)\n" "MIME-Version: 1.0\n" @@ -349,6 +349,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -525,6 +526,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1598,6 +1603,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/tr_TR/LC_MESSAGES/django.mo b/conf/locale/tr_TR/LC_MESSAGES/django.mo index 31cadf9fc76147450024e86522759ca9b259a85a..74fc6d99b58693a5dea969c57c8dbf4a2c636c24 100644 GIT binary patch delta 31 ncmaF4Uhw65!G;#bEljt|+07LU4Xq3f+aHxPZGTkG%>DoX(uxe2 delta 31 ncmaF4Uhw65!G;#bEljt|*^LwoEUgTT+8>oOZGTkG%>DoX(v=LF diff --git a/conf/locale/tr_TR/LC_MESSAGES/django.po b/conf/locale/tr_TR/LC_MESSAGES/django.po index dbbe9f4f09..cfcf2ae289 100644 --- a/conf/locale/tr_TR/LC_MESSAGES/django.po +++ b/conf/locale/tr_TR/LC_MESSAGES/django.po @@ -73,7 +73,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-02-24 17:06+0000\n" "Last-Translator: Hakan Senel \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" @@ -208,6 +208,16 @@ msgstr "Bu ders için kaydolmadınız " msgid "Enrollment action is invalid" msgstr "Kayıt işlemi başarısız" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "Giriş bilgilerinizi alırken bir hata oluştu. Lütfen bize eposta atın." @@ -868,6 +878,10 @@ msgstr "" "Yüklendi. Ne zaman bir cevap dönerse, bu mesaj o geribeslemeyle yer " "değiştirecektir." +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "Tavsiye fonksiyonunda {hintfn} hata {err} " @@ -4154,7 +4168,8 @@ msgstr "Şifremi unuttum" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "Şifre" @@ -4529,11 +4544,47 @@ msgstr "Bir hata oluştu. Lütfen daha sonra tekrar deneyin" msgid "Please verify your new email" msgstr "Yeni e-postanızı onaylayınız" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "düzenle" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Parola Sıfırla" @@ -5124,6 +5175,21 @@ msgstr "Hesap Ayarları" msgid "Remember me" msgstr "Beni hatırla" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "Dış kaynak" @@ -5479,6 +5545,26 @@ msgstr "Hoşgeldiniz!" msgid "Register below to create your {platform_name} account" msgstr "{platform_name} hesabınızı oluşturmak için aşağıda kaydolun" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "Kayıt olmak için lütfen aşağıdaki gerekli alanları tamamlayın." @@ -5966,6 +6052,10 @@ msgstr "Altyazı indir" msgid "{file_format}" msgstr "{file_format}" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "Senin kelimelerin:" @@ -6957,6 +7047,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "Öğrenci için Ders Gidişatı {username}' ({email})" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "{total:.3n} puanın büyük olasılıkla {earned:.3n}'ü " @@ -7661,10 +7755,6 @@ msgstr "Forumda bakım yapılıyor. En kısa zamanda çalışır hale getireceğ msgid "User Profile" msgstr "Kullanıcı Profili" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "Aktif Tehlikeler" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7688,6 +7778,10 @@ msgstr "..." msgid "View discussion" msgstr "Tartışamayı görüntüle" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "Aktif Tehlikeler" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7727,6 +7821,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7829,10 +7928,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo b/conf/locale/tr_TR/LC_MESSAGES/djangojs.mo index 5f2193c1b25594a2719623ee283a6e9399053c89..8d36c3a5f306a9faf94eb7f809491f253d116b3f 100644 GIT binary patch delta 7573 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 OQ`b~z9CCB_p#K7_9jdzk delta 7427 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, 2013 +# brscvs , 2013-2014 # brscvs , 2013 # burakozalp , 2013 # burakozalp , 2013 @@ -30,9 +30,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-13 10:40+0000\n" -"Last-Translator: Hakan Senel \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 17:38+0000\n" +"Last-Translator: brscvs \n" "Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/edx-platform/language/tr_TR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -359,6 +359,7 @@ msgstr "Tartışmayı Göster" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "Özür Dilerim" @@ -531,6 +532,10 @@ msgstr "Bir sonraki %(numResponses)s yanıtları yükle" msgid "Are you sure you want to delete this post?" msgstr "Bu gönderiyi silmek istiyor musunuz?" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "anonim" @@ -1669,6 +1674,10 @@ msgstr "" "Dosya formatı desteklenmiyor. Lütfen dosyayı tar.gz uzantısı " "ile yükleyiniz." +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "Dosya yükle" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Bütün Bölümleri Daralt" @@ -1737,7 +1746,7 @@ msgstr "Siliniyor" #: cms/static/js/views/uploads.js msgid "Upload" -msgstr "" +msgstr "Yükle" #: cms/static/js/views/uploads.js msgid "We're sorry, there was an error" @@ -1782,11 +1791,11 @@ msgstr "Kaydet" #: cms/static/js/views/modals/edit_xblock.js msgid "Component" -msgstr "" +msgstr "Bileşen" #: cms/static/js/views/modals/edit_xblock.js msgid "Editing: %(title)s" -msgstr "" +msgstr "Düzeltiliyor: %(title)s" #: cms/static/js/views/settings/advanced.js msgid "" diff --git a/conf/locale/uk/LC_MESSAGES/django.mo b/conf/locale/uk/LC_MESSAGES/django.mo index 9406fa91114979965927d86bb5a5995856b15b34..cb67935c8431e66322ad354a32fa9e526819ffc9 100644 GIT binary patch delta 18 acmcb`a*JicMs{-rLqjV=!;L!@F#-TTcLrtv delta 18 acmcb`a*JicMs_0w14}Cdqm4TjF#-TTb_Qqw diff --git a/conf/locale/uk/LC_MESSAGES/django.po b/conf/locale/uk/LC_MESSAGES/django.po index 1cc6f91028..54fdcfad68 100644 --- a/conf/locale/uk/LC_MESSAGES/django.po +++ b/conf/locale/uk/LC_MESSAGES/django.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-04-18 01:40+0000\n" "Last-Translator: nedbat \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" @@ -173,6 +173,16 @@ msgstr "" msgid "Enrollment action is invalid" msgstr "" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -813,6 +823,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3816,7 +3830,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4157,11 +4172,47 @@ msgstr "" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "" @@ -4710,6 +4761,21 @@ msgstr "" msgid "Remember me" msgstr "" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5036,6 +5102,26 @@ msgstr "" msgid "Register below to create your {platform_name} account" msgstr "" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "" @@ -5506,6 +5592,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6431,6 +6521,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7096,10 +7190,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7123,6 +7213,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7162,6 +7256,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7264,10 +7363,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/uk/LC_MESSAGES/djangojs.mo b/conf/locale/uk/LC_MESSAGES/djangojs.mo index 1369634dd2827cd1e2e098da25a0583f5000a5d9..24dd482e47960abd6891c2006291a92e957a5c7a 100644 GIT binary patch delta 30 mcmX@ga+GDlMs{-rLqjV=gNZv7IE+jb42`Xf3^qPUWds0`u?Zaj delta 30 mcmX@ga+GDlMs_0w14}Cd!-+c-I1CLGj0~&{EjB(#Wds0`qX{1X diff --git a/conf/locale/uk/LC_MESSAGES/djangojs.po b/conf/locale/uk/LC_MESSAGES/djangojs.po index 6e9b1fec7e..69dab0963f 100644 --- a/conf/locale/uk/LC_MESSAGES/djangojs.po +++ b/conf/locale/uk/LC_MESSAGES/djangojs.po @@ -16,8 +16,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:18+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/edx-platform/language/uk/)\n" "MIME-Version: 1.0\n" @@ -344,6 +344,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -515,6 +516,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1571,6 +1576,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "" diff --git a/conf/locale/vi/LC_MESSAGES/django.mo b/conf/locale/vi/LC_MESSAGES/django.mo index ba2333f19c2e848f285cba5c39bccd9fab3575f7..38690fe37ffc7a04650c0338c44ff353ec284e9e 100644 GIT binary patch delta 22 ecmX?ogZcCg<_*bJ?B)uFhE|4#o3pAO76Jfna0wp( delta 22 ecmX?ogZcCg<_*bJ>_!R(mR1Hvo3pAO76JfnaS0&+ diff --git a/conf/locale/vi/LC_MESSAGES/django.po b/conf/locale/vi/LC_MESSAGES/django.po index 0ff29ccf0d..7c2abb067f 100644 --- a/conf/locale/vi/LC_MESSAGES/django.po +++ b/conf/locale/vi/LC_MESSAGES/django.po @@ -90,7 +90,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-04-15 05:10+0000\n" "Last-Translator: JosephTrong \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" @@ -223,6 +223,16 @@ msgstr "Bạn chưa được ghi danh vào khóa học này" msgid "Enrollment action is invalid" msgstr "Hành động ghi danh không hợp lệ" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "" @@ -869,6 +879,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -3950,7 +3964,8 @@ msgstr "Quên mật khẩu?" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4297,11 +4312,47 @@ msgstr "Có lỗi xảy ra. Xin thử lại sau." msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "chỉnh sửa" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "Đặt Lại Mật Khẩu" @@ -4870,6 +4921,21 @@ msgstr "" msgid "Remember me" msgstr "Ghi nhớ" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5213,6 +5279,26 @@ msgstr "Chào mừng!" msgid "Register below to create your {platform_name} account" msgstr "Đăng ký tài khoản {platform_name} của bạn" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "Vui lòng điền thông tin cho tài khoản của bạn." @@ -5683,6 +5769,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "" @@ -6604,6 +6694,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7267,10 +7361,6 @@ msgstr "" msgid "User Profile" msgstr "" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7294,6 +7384,10 @@ msgstr "" msgid "View discussion" msgstr "Xem thảo luận" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7333,6 +7427,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7435,10 +7534,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" diff --git a/conf/locale/vi/LC_MESSAGES/djangojs.mo b/conf/locale/vi/LC_MESSAGES/djangojs.mo index 92965b65d083bd3259ebdc6711bf1e69f347f91c..a393a52021dcb69d538154bdd793cd9bec9e6164 100644 GIT binary patch delta 32 ncmdnyyUlk4y9m3vf}x?6p}}N65e0T569q$KE2GV(B8@@-kTwVI delta 32 ncmdnyyUlk4y9m3Hf`O%#f#GC65e0Tb0|g@kE91?kB8@@-kPZjx diff --git a/conf/locale/vi/LC_MESSAGES/djangojs.po b/conf/locale/vi/LC_MESSAGES/djangojs.po index 13cd3b8bb3..22788c2f4c 100644 --- a/conf/locale/vi/LC_MESSAGES/djangojs.po +++ b/conf/locale/vi/LC_MESSAGES/djangojs.po @@ -30,8 +30,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Vietnamese (http://www.transifex.com/projects/p/edx-platform/language/vi/)\n" "MIME-Version: 1.0\n" @@ -348,6 +348,7 @@ msgstr "" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "" @@ -509,6 +510,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "" @@ -1571,6 +1576,10 @@ msgid "" "extension." msgstr "" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "Thu Gọn Tất Cả Mục" diff --git a/conf/locale/zh_CN/LC_MESSAGES/django.mo b/conf/locale/zh_CN/LC_MESSAGES/django.mo index 164862c14df9a21cd1d1c52a98633576e9ffe32d..fb90e5456d21db91e1ff93d149e16d781cf6bb60 100644 GIT binary patch literal 193599 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 TldrR6ogO%I`5b@btg!zd<3X)d diff --git a/conf/locale/zh_CN/LC_MESSAGES/django.po b/conf/locale/zh_CN/LC_MESSAGES/django.po index 923d0961a1..04db7ca7bf 100644 --- a/conf/locale/zh_CN/LC_MESSAGES/django.po +++ b/conf/locale/zh_CN/LC_MESSAGES/django.po @@ -157,9 +157,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" -"PO-Revision-Date: 2014-04-16 08:31+0000\n" -"Last-Translator: jiangnan.hugo \n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" +"PO-Revision-Date: 2014-04-24 12:34+0000\n" +"Last-Translator: pku9104038 \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -174,7 +174,7 @@ msgstr "" #. needs to grade #: cms/djangoapps/contentstore/utils.py common/lib/xmodule/xmodule/tabs.py msgid "Open Ended Panel" -msgstr "" +msgstr "开放问题面板" #: common/djangoapps/course_modes/models.py msgid "Honor Code Certificate" @@ -198,76 +198,76 @@ msgstr "未选择价格或选择的价格过低。" #: common/djangoapps/django_comment_common/models.py msgid "Administrator" -msgstr "" +msgstr "管理员" #: common/djangoapps/django_comment_common/models.py msgid "Moderator" -msgstr "" +msgstr "版主" #: common/djangoapps/django_comment_common/models.py msgid "Community TA" -msgstr "" +msgstr "社区助教" #: common/djangoapps/django_comment_common/models.py msgid "Student" -msgstr "" +msgstr "学生" #: common/djangoapps/student/middleware.py msgid "" "Your account has been disabled. If you believe this was done in error, " "please contact us at {link_start}{support_email}{link_end}" -msgstr "" +msgstr "您的账号已被停用。如果您有疑问,请通过{link_start}{support_email}{link_end}联系我们。" #: common/djangoapps/student/middleware.py msgid "Disabled Account" -msgstr "" +msgstr "已停用账号" #: common/djangoapps/student/models.py msgid "Male" -msgstr "" +msgstr "男" #: common/djangoapps/student/models.py msgid "Female" -msgstr "" +msgstr "女" #. Translators: 'Other' refers to the student's gender #. Translators: 'Other' refers to the student's level of education #: common/djangoapps/student/models.py common/djangoapps/student/models.py msgid "Other" -msgstr "" +msgstr "其他" #: common/djangoapps/student/models.py msgid "Doctorate" -msgstr "" +msgstr "博士" #: common/djangoapps/student/models.py msgid "Master's or professional degree" -msgstr "" +msgstr "硕士" #: common/djangoapps/student/models.py msgid "Bachelor's degree" -msgstr "" +msgstr "学士" #: common/djangoapps/student/models.py msgid "Associate's degree" -msgstr "" +msgstr "专科" #: common/djangoapps/student/models.py msgid "Secondary/high school" -msgstr "" +msgstr "高中" #: common/djangoapps/student/models.py msgid "Junior secondary/junior high/middle school" -msgstr "" +msgstr "初中" #: common/djangoapps/student/models.py msgid "Elementary/primary school" -msgstr "" +msgstr "小学" #. Translators: 'None' refers to the student's level of education #: common/djangoapps/student/models.py msgid "None" -msgstr "" +msgstr "无" #: common/djangoapps/student/views.py msgid "Course id not specified" @@ -278,9 +278,8 @@ msgid "Course id is invalid" msgstr "课程编号无效" #: common/djangoapps/student/views.py -#: lms/templates/courseware/course_about.html msgid "Course is full" -msgstr "" +msgstr "该课程已满" #: common/djangoapps/student/views.py msgid "You are not enrolled in this course" @@ -290,6 +289,16 @@ msgstr "您还没有注册本课程" msgid "Enrollment action is invalid" msgstr "注册操作无效" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "接受您的登录信息时出现错误,请发电子邮件给我们。" @@ -298,14 +307,14 @@ msgstr "接受您的登录信息时出现错误,请发电子邮件给我们。 msgid "" "This account has been temporarily locked due to excessive login failures. " "Try again later." -msgstr "" +msgstr "由于过多的登录失败该账号被暂时锁定。请稍晚一点再重新尝试。" #: common/djangoapps/student/views.py msgid "" "Your password has expired due to password policy on this account. You must " "reset your password before you can log in again. Please click the Forgot " "Password\" link on this page to reset your password before logging in again." -msgstr "" +msgstr "根据本站安全策略,您的密码已经过期。您必须重新变更密码方可登录。请点击本页面的“忘记密码”来修改您的密码" #: common/djangoapps/student/views.py msgid "Too many failed login attempts. Try again later." @@ -328,27 +337,27 @@ msgstr "该账号尚未激活。我们已经重新发送账号激活操作信息 #: common/djangoapps/student/views.py msgid "Please enter a username" -msgstr "" +msgstr "请输入用户名" #: common/djangoapps/student/views.py msgid "Please choose an option" -msgstr "" +msgstr "请选择" #: common/djangoapps/student/views.py msgid "User with username {} does not exist" -msgstr "" +msgstr "用户名 {} 不存在" #: common/djangoapps/student/views.py msgid "Successfully disabled {}'s account" -msgstr "" +msgstr "成功停用{}的账号" #: common/djangoapps/student/views.py msgid "Successfully reenabled {}'s account" -msgstr "" +msgstr "成功重新启用{}的账号" #: common/djangoapps/student/views.py msgid "Unexpected account status" -msgstr "" +msgstr "异常账号状态" #: common/djangoapps/student/views.py msgid "An account with the Public Username '{username}' already exists." @@ -372,63 +381,63 @@ msgstr "您必须接受本服务条款。" #: common/djangoapps/student/views.py msgid "Username must be minimum of two characters long" -msgstr "" +msgstr "用户名至少得两个字符串" #: common/djangoapps/student/views.py msgid "A properly formatted e-mail is required" -msgstr "" +msgstr "需要正确的邮件格式" #: common/djangoapps/student/views.py msgid "Your legal name must be a minimum of two characters long" -msgstr "" +msgstr "你的合法名字必须至少包含两个字符的长度" #: common/djangoapps/student/views.py msgid "A valid password is required" -msgstr "" +msgstr "需要一个有效的密码" #: common/djangoapps/student/views.py msgid "Accepting Terms of Service is required" -msgstr "" +msgstr "需要接受服务条款" #: common/djangoapps/student/views.py msgid "Agreeing to the Honor Code is required" -msgstr "" +msgstr "需要同意荣誉法则" #: common/djangoapps/student/views.py msgid "A level of education is required" -msgstr "" +msgstr "需要以上学历" #: common/djangoapps/student/views.py msgid "Your gender is required" -msgstr "" +msgstr "你的性别是必填项" #: common/djangoapps/student/views.py msgid "Your year of birth is required" -msgstr "" +msgstr "你的出生年份是必填项" #: common/djangoapps/student/views.py msgid "Your mailing address is required" -msgstr "" +msgstr "你的邮件地址是必填项" #: common/djangoapps/student/views.py msgid "A description of your goals is required" -msgstr "" +msgstr "你的目标描述是必填项" #: common/djangoapps/student/views.py msgid "A city is required" -msgstr "" +msgstr "城市是必填项" #: common/djangoapps/student/views.py msgid "A country is required" -msgstr "" +msgstr "国家是必填项" #: common/djangoapps/student/views.py msgid "Username cannot be more than {0} characters long" -msgstr "" +msgstr "用户名不能超过{0}字符长度" #: common/djangoapps/student/views.py msgid "Email cannot be more than {0} characters long" -msgstr "" +msgstr "电子邮件不能超过{0}字符长度" #: common/djangoapps/student/views.py msgid "Valid e-mail is required." @@ -440,7 +449,7 @@ msgstr "用户名只能包含英文字母A-Z大小写和阿拉伯数字0-9,不 #: common/djangoapps/student/views.py common/djangoapps/student/views.py msgid "Password: " -msgstr "" +msgstr "密码: " #: common/djangoapps/student/views.py msgid "Could not send activation e-mail." @@ -454,17 +463,17 @@ msgstr "未知错误。请给我们发电子邮件,告知错误是如何发生 msgid "" "You are re-using a password that you have used recently. You must have {0} " "distinct password(s) before reusing a previous password." -msgstr "" +msgstr "您的密码最近使用过。至少使用过({0})个不同密码之后才可以重新使用先前的密码" #: common/djangoapps/student/views.py msgid "" "You are resetting passwords too frequently. Due to security policies, {0} " "day(s) must elapse between password resets" -msgstr "" +msgstr "密码变更太频繁。根据安全本站策略,变更密码必须间隔( {0}) 天" #: common/djangoapps/student/views.py msgid "Password reset unsuccessful" -msgstr "" +msgstr "重新设置密码不成功" #: common/djangoapps/student/views.py msgid "No inactive user with this e-mail exists" @@ -504,7 +513,7 @@ msgstr "无效的ID" #. See http://strftime.org for details. #: common/djangoapps/util/date_utils.py msgid "LONG_DATE_FORMAT" -msgstr "" +msgstr "%Y年%m月%d日" #. Translators: the translation for "DATE_TIME_FORMAT" must be a format #. string for formatting dates with times. For example, the American @@ -512,7 +521,7 @@ msgstr "" #. See http://strftime.org for details. #: common/djangoapps/util/date_utils.py msgid "DATE_TIME_FORMAT" -msgstr "" +msgstr "%Y年%m月%d日 %H:%M" #. Translators: the translation for "SHORT_DATE_FORMAT" must be a #. format string for formatting dates in a brief form. For example, @@ -520,14 +529,14 @@ msgstr "" #. See http://strftime.org for details. #: common/djangoapps/util/date_utils.py msgid "SHORT_DATE_FORMAT" -msgstr "" +msgstr "%Y/%m/%d" #. Translators: the translation for "TIME_FORMAT" must be a format #. string for formatting times. For example, the American English #. form is "%H:%M:%S". See http://strftime.org for details. #: common/djangoapps/util/date_utils.py msgid "TIME_FORMAT" -msgstr "" +msgstr "%H:%M:%S" #. Translators: This is an AM/PM indicator for displaying times. It is #. used for the %p directive in date-time formats. See http://strftime.org @@ -535,7 +544,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "am/pm indicator" msgid "AM" -msgstr "" +msgstr "上午" #. Translators: This is an AM/PM indicator for displaying times. It is #. used for the %p directive in date-time formats. See http://strftime.org @@ -543,7 +552,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "am/pm indicator" msgid "PM" -msgstr "" +msgstr "下午" #. Translators: this is a weekday name that will be used when displaying #. dates, as in "Monday Februrary 10, 2014". It is used for the %A @@ -551,7 +560,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "weekday name" msgid "Monday" -msgstr "" +msgstr "星期一" #. Translators: this is a weekday name that will be used when displaying #. dates, as in "Tuesday Februrary 11, 2014". It is used for the %A @@ -559,7 +568,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "weekday name" msgid "Tuesday" -msgstr "" +msgstr "星期二" #. Translators: this is a weekday name that will be used when displaying #. dates, as in "Wednesday Februrary 12, 2014". It is used for the %A @@ -567,7 +576,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "weekday name" msgid "Wednesday" -msgstr "" +msgstr "星期三" #. Translators: this is a weekday name that will be used when displaying #. dates, as in "Thursday Februrary 13, 2014". It is used for the %A @@ -575,7 +584,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "weekday name" msgid "Thursday" -msgstr "" +msgstr "星期四" #. Translators: this is a weekday name that will be used when displaying #. dates, as in "Friday Februrary 14, 2014". It is used for the %A @@ -583,7 +592,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "weekday name" msgid "Friday" -msgstr "" +msgstr "星期五" #. Translators: this is a weekday name that will be used when displaying #. dates, as in "Saturday Februrary 15, 2014". It is used for the %A @@ -591,7 +600,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "weekday name" msgid "Saturday" -msgstr "" +msgstr "星期六" #. Translators: this is a weekday name that will be used when displaying #. dates, as in "Sunday Februrary 16, 2014". It is used for the %A @@ -599,7 +608,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "weekday name" msgid "Sunday" -msgstr "" +msgstr "星期天" #. Translators: this is an abbreviated weekday name that will be used when #. displaying dates, as in "Mon Feb 10, 2014". It is used for the %a @@ -607,7 +616,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated weekday name" msgid "Mon" -msgstr "" +msgstr "周一" #. Translators: this is an abbreviated weekday name that will be used when #. displaying dates, as in "Tue Feb 11, 2014". It is used for the %a @@ -615,7 +624,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated weekday name" msgid "Tue" -msgstr "" +msgstr "周二" #. Translators: this is an abbreviated weekday name that will be used when #. displaying dates, as in "Wed Feb 12, 2014". It is used for the %a @@ -623,7 +632,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated weekday name" msgid "Wed" -msgstr "" +msgstr "周三" #. Translators: this is an abbreviated weekday name that will be used when #. displaying dates, as in "Thu Feb 13, 2014". It is used for the %a @@ -631,7 +640,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated weekday name" msgid "Thu" -msgstr "" +msgstr "周四" #. Translators: this is an abbreviated weekday name that will be used when #. displaying dates, as in "Fri Feb 14, 2014". It is used for the %a @@ -639,7 +648,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated weekday name" msgid "Fri" -msgstr "" +msgstr "周五" #. Translators: this is an abbreviated weekday name that will be used when #. displaying dates, as in "Sat Feb 15, 2014". It is used for the %a @@ -647,7 +656,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated weekday name" msgid "Sat" -msgstr "" +msgstr "周六" #. Translators: this is an abbreviated weekday name that will be used when #. displaying dates, as in "Sun Feb 16, 2014". It is used for the %a @@ -655,7 +664,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated weekday name" msgid "Sun" -msgstr "" +msgstr "周日" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Jan 10, 2014". It is used for the %b @@ -663,7 +672,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Jan" -msgstr "" +msgstr "一月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Feb 10, 2014". It is used for the %b @@ -671,7 +680,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Feb" -msgstr "" +msgstr "二月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Mar 10, 2014". It is used for the %b @@ -679,7 +688,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Mar" -msgstr "" +msgstr "三月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Apr 10, 2014". It is used for the %b @@ -687,7 +696,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Apr" -msgstr "" +msgstr "四月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "May 10, 2014". It is used for the %b @@ -695,7 +704,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "May" -msgstr "" +msgstr "五月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Jun 10, 2014". It is used for the %b @@ -703,7 +712,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Jun" -msgstr "" +msgstr "六月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Jul 10, 2014". It is used for the %b @@ -711,7 +720,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Jul" -msgstr "" +msgstr "七月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Aug 10, 2014". It is used for the %b @@ -719,7 +728,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Aug" -msgstr "" +msgstr "八月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Sep 10, 2014". It is used for the %b @@ -727,7 +736,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Sep" -msgstr "" +msgstr "九月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Oct 10, 2014". It is used for the %b @@ -735,7 +744,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Oct" -msgstr "" +msgstr "十月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Nov 10, 2014". It is used for the %b @@ -743,7 +752,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Nov" -msgstr "" +msgstr "十一月" #. Translators: this is an abbreviated month name that will be used when #. displaying dates, as in "Dec 10, 2014". It is used for the %b @@ -751,7 +760,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "abbreviated month name" msgid "Dec" -msgstr "" +msgstr "十二月" #. Translators: this is a month name that will be used when displaying #. dates, as in "January 10, 2014". It is used for the %B directive in @@ -759,7 +768,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "January" -msgstr "" +msgstr "一月" #. Translators: this is a month name that will be used when displaying #. dates, as in "February 10, 2014". It is used for the %B directive in @@ -767,7 +776,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "February" -msgstr "" +msgstr "二月" #. Translators: this is a month name that will be used when displaying #. dates, as in "March 10, 2014". It is used for the %B directive in @@ -775,7 +784,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "March" -msgstr "" +msgstr "三月" #. Translators: this is a month name that will be used when displaying #. dates, as in "April 10, 2014". It is used for the %B directive in @@ -783,7 +792,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "April" -msgstr "" +msgstr "四月" #. Translators: this is a month name that will be used when displaying #. dates, as in "May 10, 2014". It is used for the %B directive in @@ -791,7 +800,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "May" -msgstr "" +msgstr "五月" #. Translators: this is a month name that will be used when displaying #. dates, as in "June 10, 2014". It is used for the %B directive in @@ -799,7 +808,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "June" -msgstr "" +msgstr "六月" #. Translators: this is a month name that will be used when displaying #. dates, as in "July 10, 2014". It is used for the %B directive in @@ -807,7 +816,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "July" -msgstr "" +msgstr "七月" #. Translators: this is a month name that will be used when displaying #. dates, as in "August 10, 2014". It is used for the %B directive in @@ -815,7 +824,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "August" -msgstr "" +msgstr "八月" #. Translators: this is a month name that will be used when displaying #. dates, as in "September 10, 2014". It is used for the %B directive in @@ -823,7 +832,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "September" -msgstr "" +msgstr "九月" #. Translators: this is a month name that will be used when displaying #. dates, as in "October 10, 2014". It is used for the %B directive in @@ -831,7 +840,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "October" -msgstr "" +msgstr "十月" #. Translators: this is a month name that will be used when displaying #. dates, as in "November 10, 2014". It is used for the %B directive in @@ -839,7 +848,7 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "November" -msgstr "" +msgstr "十一月" #. Translators: this is a month name that will be used when displaying #. dates, as in "December 10, 2014". It is used for the %B directive in @@ -847,165 +856,169 @@ msgstr "" #: common/djangoapps/util/date_utils.py msgctxt "month name" msgid "December" -msgstr "" +msgstr "十二月" #: common/djangoapps/util/password_policy_validators.py msgid "Invalid Length ({0})" -msgstr "" +msgstr "无效长度 ({0})" #: common/djangoapps/util/password_policy_validators.py msgid "must be {0} characters or more" -msgstr "" +msgstr "须有 {0} 个字符或更多" #: common/djangoapps/util/password_policy_validators.py msgid "must be {0} characters or less" -msgstr "" +msgstr "须有 {0} 个字符或更少" #: common/djangoapps/util/password_policy_validators.py msgid "Must be more complex ({0})" -msgstr "" +msgstr "须更加复杂({0})" #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more uppercase characters" -msgstr "" +msgstr "必须包含{0}个或者更多大写字母" #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more lowercase characters" -msgstr "" +msgstr "必须包含{0}个或者更多小写字母" #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more digits" -msgstr "" +msgstr "必须包含{0}个或者更多数字" #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more punctuation characters" -msgstr "" +msgstr "必须包含{0}个或者更多标点符号" #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more non ascii characters" -msgstr "" +msgstr "必须包含{0}个或更多非ASCII字符" #: common/djangoapps/util/password_policy_validators.py msgid "must contain {0} or more unique words" -msgstr "" +msgstr "必须包含{0}个或更多不重复的单词" #: common/djangoapps/util/password_policy_validators.py msgid "Too similar to a restricted dictionary word." -msgstr "" +msgstr "与受限词字典中的词语过于相似." #: common/lib/capa/capa/capa_problem.py msgid "Cannot rescore problems with possible file submissions" -msgstr "" +msgstr "无法对可能的文件提交重新评分" #: common/lib/capa/capa/inputtypes.py msgid "correct" -msgstr "" +msgstr "正确" #: common/lib/capa/capa/inputtypes.py msgid "incorrect" -msgstr "" +msgstr "不正确" #: common/lib/capa/capa/inputtypes.py msgid "incomplete" -msgstr "" +msgstr "不完整" #: common/lib/capa/capa/inputtypes.py common/lib/capa/capa/inputtypes.py msgid "unanswered" -msgstr "" +msgstr "未答复" #: common/lib/capa/capa/inputtypes.py msgid "queued" -msgstr "" +msgstr "已经在队列中" #: common/lib/capa/capa/inputtypes.py msgid "" "Your file(s) have been submitted. As soon as your submission is graded, this" " message will be replaced with the grader's feedback." -msgstr "" +msgstr "你的文件已经被发布。当评定完成,此消息将被评定者的反馈所替代。" #: common/lib/capa/capa/inputtypes.py msgid "" "Your answer has been submitted. As soon as your submission is graded, this " "message will be replaced with the grader's feedback." -msgstr "" +msgstr "你的答案已经发布。当评定完成,此消息将被显示评定者的反馈所替代。" #: common/lib/capa/capa/inputtypes.py msgid "" "Submitted. As soon as a response is returned, this message will be replaced " "by that feedback." +msgstr "发布。当响应返回,该消息将被反馈信息所替代。" + +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." msgstr "" #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." -msgstr "" +msgstr "在评价提示功能{hintfn}发生错误{err}。" #: common/lib/capa/capa/responsetypes.py msgid "(Source code line unavailable)" -msgstr "" +msgstr "(源代码不可用 )" #: common/lib/capa/capa/responsetypes.py msgid "See XML source line {sourcenum}." -msgstr "" +msgstr "查看XML源文件{sourcenum}." #. Translators: 'unmask_name' is a method name and should not be translated. #: common/lib/capa/capa/responsetypes.py msgid "unmask_name called on response that is not masked" -msgstr "" +msgstr "unmask_name被未掩蔽的响应调用" #. Translators: 'shuffle' and 'answer-pool' are attribute names and should not #. be translated. #: common/lib/capa/capa/responsetypes.py msgid "Do not use shuffle and answer-pool at the same time" -msgstr "" +msgstr "请勿同时使用拖拽和答案池" #. Translators: 'answer-pool' is an attribute name and should not be #. translated. #: common/lib/capa/capa/responsetypes.py msgid "answer-pool value should be an integer" -msgstr "" +msgstr "答案池的值必须是整数" #. Translators: 'Choicegroup' is an input type and should not be translated. #: common/lib/capa/capa/responsetypes.py msgid "Choicegroup must include at least 1 correct and 1 incorrect choice" -msgstr "" +msgstr "Choicegroup必须至少包含1个正确选项和1个错误选项" #: common/lib/capa/capa/responsetypes.py common/lib/capa/capa/responsetypes.py msgid "There was a problem with the staff answer to this problem." -msgstr "" +msgstr "工作人员对这个问题的答案有问题。" #: common/lib/capa/capa/responsetypes.py msgid "Could not interpret '{student_answer}' as a number." -msgstr "" +msgstr "无法将 '{student_answer}' 处理为一个数字." #: common/lib/capa/capa/responsetypes.py msgid "You may not use variables ({bad_variables}) in numerical problems." -msgstr "" +msgstr "你可能在数学问题中无法使用变量 ({bad_variables}) ." #: common/lib/capa/capa/responsetypes.py msgid "factorial function evaluated outside its domain:'{student_answer}'" -msgstr "" +msgstr "超出自动评价功能的有效范围:'{student_answer}'" #: common/lib/capa/capa/responsetypes.py msgid "Invalid math syntax: '{student_answer}'" -msgstr "" +msgstr "无效的数学表达式: '{student_answer}'" #: common/lib/capa/capa/responsetypes.py msgid "You may not use complex numbers in range tolerance problems" -msgstr "" +msgstr "范围公差类型的问题不可以使用复数" #: common/lib/capa/capa/responsetypes.py msgid "" "There was a problem with the staff answer to this problem: complex boundary." -msgstr "" +msgstr "工作人员对此问题的解答存在问题:复杂边界。" #: common/lib/capa/capa/responsetypes.py msgid "" "There was a problem with the staff answer to this problem: empty boundary." -msgstr "" +msgstr "工作人员对此问题的解答存在问题:空白边界。" #: common/lib/capa/capa/responsetypes.py msgid "CustomResponse: check function returned an invalid dictionary!" -msgstr "" +msgstr "客户端响应:检查函数返回无效字典!" #: common/lib/capa/capa/responsetypes.py msgid "" @@ -1021,25 +1034,25 @@ msgstr "" #: common/lib/capa/capa/responsetypes.py #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "Invalid grader reply. Please contact the course staff." -msgstr "" +msgstr "无效评定回复。请联系课程工作人员。" #: common/lib/capa/capa/responsetypes.py msgid "Invalid input: {bad_input} not permitted in answer." -msgstr "" +msgstr "无效输入:{bad_input}不允许出现在回答中。" #: common/lib/capa/capa/responsetypes.py msgid "" "factorial function not permitted in answer for this problem. Provided answer" " was: {bad_input}" -msgstr "" +msgstr "针对该问题的回答不在自动评价功能允许范围之内。提交的回答是:{bad_input}" #: common/lib/capa/capa/responsetypes.py msgid "Invalid input: Could not parse '{bad_input}' as a formula." -msgstr "" +msgstr "无效输入:无法将'{bad_input}解析为公式。" #: common/lib/capa/capa/responsetypes.py msgid "Invalid input: Could not parse '{bad_input}' as a formula" -msgstr "" +msgstr "无效输入:无法将'{bad_input}'解析为一个公式" #. Translators: 'SchematicResponse' is a problem type and should not be #. translated. @@ -1049,11 +1062,11 @@ msgstr "" #: common/lib/capa/capa/responsetypes.py msgid "The Staff answer could not be interpreted as a number." -msgstr "" +msgstr "工作人员的大幅无法被解析为一个数字。" #: common/lib/capa/capa/responsetypes.py msgid "Could not interpret '{given_answer}' as a number." -msgstr "" +msgstr "无法将'{given_answer}'解析为一个数字。" #: common/lib/xmodule/xmodule/capa_base.py msgid "Check" @@ -1065,11 +1078,11 @@ msgstr "最终检查" #: common/lib/xmodule/xmodule/capa_base.py msgid "Checking..." -msgstr "" +msgstr "正在检测..." #: common/lib/xmodule/xmodule/capa_base.py msgid "Warning: The problem has been reset to its initial state!" -msgstr "" +msgstr "警告:这个问题已经被重置为其初始状态!" #. Translators: Following this message, there will be a bulleted list of #. items. @@ -1077,11 +1090,11 @@ msgstr "" msgid "" "The problem's state was corrupted by an invalid submission. The submission " "consisted of:" -msgstr "" +msgstr "该问题的描述被一个无效的发布损坏。该发布包含:" #: common/lib/xmodule/xmodule/capa_base.py msgid "If this error persists, please contact the course staff." -msgstr "" +msgstr "如果该问题依然存在,请联系课程工作人员。" #. Translators: 'closed' means the problem's due date has passed. You may no #. longer attempt to solve the problem. @@ -1089,151 +1102,159 @@ msgstr "" #: common/lib/xmodule/xmodule/capa_base.py #: common/lib/xmodule/xmodule/capa_base.py msgid "Problem is closed." -msgstr "" +msgstr "问题已结束。" #: common/lib/xmodule/xmodule/capa_base.py msgid "Problem must be reset before it can be checked again." -msgstr "" +msgstr "在检查问题之前必须把它重新设置" #: common/lib/xmodule/xmodule/capa_base.py msgid "You must wait at least {wait} seconds between submissions." -msgstr "" +msgstr "在两次发布之间你至少需要等待{wait}秒。" #: common/lib/xmodule/xmodule/capa_base.py msgid "" "You must wait at least {wait_secs} between submissions. {remaining_secs} " "remaining." -msgstr "" +msgstr "在两次提交之间需要等待 {wait_secs} 秒。还需等待{remaining_secs}秒。" #. Translators: {msg} will be replaced with a problem's error message. #: common/lib/xmodule/xmodule/capa_base.py msgid "Error: {msg}" -msgstr "" +msgstr "错误: {msg}" #: common/lib/xmodule/xmodule/capa_base.py msgid "{num_hour} hour" -msgstr "" +msgstr "{num_hour} 小时" #: common/lib/xmodule/xmodule/capa_base.py msgid "{num_minute} minute" -msgstr "" +msgstr "{num_minute} 分钟" #: common/lib/xmodule/xmodule/capa_base.py msgid "{num_second} second" -msgstr "" +msgstr "{num_second} 秒钟" #. Translators: 'rescoring' refers to the act of re-submitting a student's #. solution so it can get a new score. #: common/lib/xmodule/xmodule/capa_base.py msgid "Problem's definition does not support rescoring." -msgstr "" +msgstr "问题定义不支持重新打分。" #: common/lib/xmodule/xmodule/capa_base.py msgid "Problem must be answered before it can be graded again." -msgstr "" +msgstr "问题必须回答才能够重新评定。" #: common/lib/xmodule/xmodule/capa_base.py msgid "Problem needs to be reset prior to save." -msgstr "" +msgstr "问题在保存之前需要重置。" #: common/lib/xmodule/xmodule/capa_base.py msgid "Your answers have been saved." -msgstr "" +msgstr "您的答案已被保存." #: common/lib/xmodule/xmodule/capa_base.py msgid "" "Your answers have been saved but not graded. Click 'Check' to grade them." -msgstr "" +msgstr "你的答案已经保存但尚未得分,点击检查看分数" #: common/lib/xmodule/xmodule/capa_base.py msgid "Refresh the page and make an attempt before resetting." -msgstr "" +msgstr "在重置之前请刷新页面并做一次尝试回答。" #: common/lib/xmodule/xmodule/capa_module.py msgid "" "We're sorry, there was an error with processing your request. Please try " "reloading your page and trying again." -msgstr "" +msgstr "很抱歉,在处理你的请求时出现错误。请重新加载你的页面并再次尝试操作。" #: common/lib/xmodule/xmodule/capa_module.py msgid "" "The state of this problem has changed since you loaded this page. Please " "refresh your page." -msgstr "" +msgstr "该问题的描述在你加载本页面之后已经发生变化了。请刷新你的页面。" #: common/lib/xmodule/xmodule/course_module.py msgid "General" -msgstr "" +msgstr "一般" #. Translators: TBD stands for 'To Be Determined' and is used when a course #. does not yet have an announced start date. #: common/lib/xmodule/xmodule/course_module.py msgid "TBD" -msgstr "" +msgstr "待定" #: common/lib/xmodule/xmodule/lti_module.py msgid "" "Could not parse custom parameter: {custom_parameter}. Should be \"x=y\" " "string." -msgstr "" +msgstr "无法解析自定义参数:{custom_parameter}。参数格式必须类似于“x=y”。" #: common/lib/xmodule/xmodule/lti_module.py msgid "" "Could not parse LTI passport: {lti_passport}. Should be \"id:key:secret\" " "string." -msgstr "" +msgstr "无法解析LTI通行证:{lti_passport}。其格式应当是由“身份标识:键:密码“构成的字符串。" +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: 'Courseware' refers to the tab in the courseware that leads to +#. the content of a course +#: common/lib/xmodule/xmodule/tabs.py #: lms/templates/courseware/courseware-error.html +#, fuzzy msgid "Courseware" -msgstr "课程" +msgstr "" +"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" +"课件\n" +"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" +"课程" #. Translators: "Course Info" is the name of the course's information and #. updates page #: common/lib/xmodule/xmodule/tabs.py #: lms/djangoapps/instructor/views/instructor_dashboard.py msgid "Course Info" -msgstr "" +msgstr "课程信息" -#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# #. Translators: "Progress" is the name of the student's course progress page #: common/lib/xmodule/xmodule/tabs.py -#: lms/templates/peer_grading/peer_grading.html msgid "Progress" -msgstr "" +msgstr "进度" #. Translators: "Wiki" is the name of the course's wiki page #: common/lib/xmodule/xmodule/tabs.py lms/djangoapps/course_wiki/views.py #: lms/templates/wiki/base.html msgid "Wiki" -msgstr "" +msgstr "维基" #. Translators: "Discussion" is the title of the course forum page #. Translators: 'Discussion' refers to the tab in the courseware that leads to #. the discussion forums #: common/lib/xmodule/xmodule/tabs.py common/lib/xmodule/xmodule/tabs.py msgid "Discussion" -msgstr "" +msgstr "讨论" -#: cms/templates/textbooks.html cms/templates/textbooks.html -#: cms/templates/widgets/header.html +#: common/lib/xmodule/xmodule/tabs.py cms/templates/textbooks.html +#: cms/templates/textbooks.html cms/templates/widgets/header.html msgid "Textbooks" msgstr "教材" -#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# #. Translators: "Staff grading" appears on a tab that allows #. staff to view open-ended problems that require staff grading #: common/lib/xmodule/xmodule/tabs.py -#: lms/templates/instructor/staff_grading.html msgid "Staff grading" -msgstr "" +msgstr "员工评分" #. Translators: "Peer grading" appears on a tab that allows #. students to view open-ended problems that require grading #: common/lib/xmodule/xmodule/tabs.py msgid "Peer grading" -msgstr "" +msgstr "互评" -#: lms/templates/courseware/syllabus.html +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# +#. Translators: "Syllabus" appears on a tab that, when clicked, opens the +#. syllabus of the course. +#: common/lib/xmodule/xmodule/tabs.py lms/templates/courseware/syllabus.html msgid "Syllabus" msgstr "教学大纲" @@ -1243,52 +1264,52 @@ msgstr "教学大纲" #. their course #: common/lib/xmodule/xmodule/tabs.py msgid "Instructor" -msgstr "" +msgstr "主讲教师" #. Translators: "Self" is used to denote an openended response that is self- #. graded #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "Self" -msgstr "" +msgstr "我" #. Translators: "AI" is used to denote an openended response that is machine- #. graded #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "AI" -msgstr "" +msgstr "系统" #. Translators: "Peer" is used to denote an openended response that is peer- #. graded #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "Peer" -msgstr "" +msgstr "对方" #. Translators: "Not started" is used to communicate to a student that their #. response #. has not yet been graded #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "Not started." -msgstr "" +msgstr "尚未开始." #. Translators: "Being scored." is used to communicate to a student that their #. response #. are in the process of being scored #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "Being scored." -msgstr "" +msgstr "进球" #. Translators: "Scoring finished" is used to communicate to a student that #. their response #. have been scored, but the full scoring process is not yet complete #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "Scoring finished." -msgstr "" +msgstr "评分已经完成" #. Translators: "Complete" is used to communicate to a student that their #. openended response has been fully scored #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "Complete." -msgstr "" +msgstr "完成" #. Translators: "Scored rubric" appears to a user as part of a longer #. string that looks something like: "Scored rubric from grader 1". @@ -1297,42 +1318,43 @@ msgstr "" #. returned from one of the graders of their openended response problem. #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "Scored rubric" -msgstr "" +msgstr "得分专栏" #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "" "You have attempted this question {number_of_student_attempts} times. You are" " only allowed to attempt it {max_number_of_attempts} times." msgstr "" +"你已经尝试回答该问题{number_of_student_attempts}次。你总共可以尝试回答{max_number_of_attempts}次。" #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py msgid "The problem state got out-of-sync. Please try reloading the page." -msgstr "" +msgstr "这个问题已经还没有同步,请重载页面 ." #. Translators: "Self-Assessment" refers to the self-assessed mode of #. openended evaluation #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_rubric.py msgid "Self-Assessment" -msgstr "" +msgstr "自我评价" #. Translators: "Peer-Assessment" refers to the peer-assessed mode of #. openended evaluation #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_rubric.py msgid "Peer-Assessment" -msgstr "" +msgstr "同伴评价" #. Translators: "Instructor-Assessment" refers to the instructor-assessed mode #. of openended evaluation #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_rubric.py msgid "Instructor-Assessment" -msgstr "" +msgstr "主讲教师-判分" #. Translators: "AI-Assessment" refers to the machine-graded mode of openended #. evaluation #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_rubric.py #: common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_rubric.py msgid "AI-Assessment" -msgstr "" +msgstr "所有评价" #. Translators: 'tag' is one of 'feedback', 'submission_id', #. 'grader_id', or 'score'. They are categories that a student @@ -1346,23 +1368,23 @@ msgstr "" #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "There was an error saving your feedback. Please contact course staff." -msgstr "" +msgstr "保存你的反馈出错。请联系课程工作人员。" #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "Couldn't submit feedback." -msgstr "" +msgstr "无法提交反馈" #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "Successfully saved your feedback." -msgstr "" +msgstr "你的反馈已提交成功." #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "Unable to save your feedback. Please try again later." -msgstr "" +msgstr "无法保存你的反馈信息,请重试 ." #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "Successfully saved your submission." -msgstr "" +msgstr "成功保存你的提交" #. Translators: the `grader` refers to the grading service open response #. problems @@ -1371,7 +1393,7 @@ msgstr "" #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "" "Unable to submit your submission to the grader. Please try again later." -msgstr "" +msgstr "无法将你发布的内容提交给评定者,请稍晚再重新尝试。" #. Translators: the `grader` refers to the grading service open response #. problems @@ -1380,7 +1402,7 @@ msgstr "" #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "Error getting feedback from grader." -msgstr "" +msgstr "从评定者处获取反馈出错。" #. Translators: the `grader` refers to the grading service open response #. problems @@ -1388,85 +1410,85 @@ msgstr "" #. graded. #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "No feedback available from grader." -msgstr "" +msgstr "尚无有效的评定者反馈。" #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "Error handling action. Please try again." -msgstr "" +msgstr "操作失败。请重试。" #. Translators: this string appears once an openended response #. is submitted but before it has been graded #: common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py msgid "" "Your response has been submitted. Please check back later for your grade." -msgstr "" +msgstr "您的" #. Translators: "Not started" communicates to a student that their response #. has not yet been graded #: common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py msgid "Not started" -msgstr "" +msgstr "没有开始" #. Translators: "In progress" communicates to a student that their response #. is currently in the grading process #: common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py msgid "In progress" -msgstr "" +msgstr "进度" #. Translators: "Done" communicates to a student that their response #. has been fully graded #: common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py #: common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py msgid "Done" -msgstr "" +msgstr "完成" #: common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py msgid "" "We could not find a file in your submission. Please try choosing a file or " "pasting a URL to your file into the answer box." -msgstr "" +msgstr "我们没有在你的提交信息中找到文件.请重新选择文件上传或者复制一个文件路径到你的答案中" #: common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py msgid "" "We are having trouble saving your file. Please try another file or paste a " "URL to your file into the answer box." -msgstr "" +msgstr "保存你的文件遇到错误.请重新选择文件提交或者复制一个路径到你的答案处" #: common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py msgid "Error saving your score. Please notify course staff." -msgstr "" +msgstr "保存评分信息遇到错误.请通知课程管理员." #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Can't receive transcripts from Youtube for {youtube_id}. Status code: " "{status_code}." -msgstr "" +msgstr "不能从Youtube接受{youtube_id}的成绩单。状态码为:{status_code}。" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "Can't find any transcripts on the Youtube service." -msgstr "" +msgstr "在Youtube服务上找不到任何字幕。" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "We support only SubRip (*.srt) transcripts format." -msgstr "" +msgstr "我们只支持SubRip (*.srt)格式的字幕。" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "" "Something wrong with SubRip transcripts file during parsing. Inner message " "is {error_message}" -msgstr "" +msgstr "解析SubRip字幕文件时出错。内部消息是{error_message}" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "Something wrong with SubRip transcripts file during parsing." -msgstr "" +msgstr "解析SubRip字幕文件时出错。" #: common/lib/xmodule/xmodule/video_module/transcripts_utils.py msgid "{exception_message}: Can't find uploaded transcripts: {user_filename}" -msgstr "" +msgstr "{exception_message}: 找不到上传的成绩单: {user_filename}" #: common/lib/xmodule/xmodule/video_module/video_module.py msgid "A YouTube URL or a link to a file hosted anywhere on the web." -msgstr "" +msgstr "一个YouTube URL或者一个任意地址的网络文件的链接。" #: common/static/js/vendor/mathjax-MathJax-c9db6ac/docs/source/mjtheme/layout.html msgid "Navigation" @@ -1494,54 +1516,58 @@ msgid "" "{label} {problem_name} - {count_grade} {students} ({percent:.0f}%: " "{grade:.0f}/{max_grade:.0f} {questions})" msgstr "" +"{label} {problem_name} - {count_grade} {students} ({percent:.0f}%: " +"{grade:.0f}/{max_grade:.0f} {questions})" #: lms/djangoapps/class_dashboard/dashboard_data.py #: lms/djangoapps/class_dashboard/dashboard_data.py msgid "students" -msgstr "" +msgstr "学生们" #: lms/djangoapps/class_dashboard/dashboard_data.py #: lms/djangoapps/class_dashboard/dashboard_data.py msgid "questions" -msgstr "" +msgstr "问题" #: lms/djangoapps/class_dashboard/dashboard_data.py msgid "" "{num_students} student(s) opened Subsection {subsection_num}: " "{subsection_name}" -msgstr "" +msgstr "{num_students} 学生打开二级章节 {subsection_num}: {subsection_name}" #: lms/djangoapps/class_dashboard/dashboard_data.py msgid "" "{problem_info_x} {problem_info_n} - {count_grade} {students} " "({percent:.0f}%: {grade:.0f}/{max_grade:.0f} {questions})" msgstr "" +"{problem_info_x} {problem_info_n} - {count_grade} {students} " +"({percent:.0f}%: {grade:.0f}/{max_grade:.0f} {questions})" #. Translators: this string includes wiki markup. Leave the ** and the _ #. alone. #: lms/djangoapps/course_wiki/views.py msgid "This is the wiki for **{organization}**'s _{course_name}_." -msgstr "" +msgstr "这是**{organization}**_{course_name}_的wiki。" #: lms/djangoapps/course_wiki/views.py msgid "Course page automatically created." -msgstr "" +msgstr "课程网页已经自动创建" #: lms/djangoapps/course_wiki/views.py msgid "Welcome to the edX Wiki" -msgstr "" +msgstr "欢迎访问edX Wiki" #: lms/djangoapps/course_wiki/views.py msgid "Visit a course wiki to add an article." -msgstr "" +msgstr "浏览课程维基添加课程标题" #: lms/djangoapps/courseware/views.py msgid "User {username} does not exist." -msgstr "" +msgstr "用户{username} 不存在" #: lms/djangoapps/courseware/views.py msgid "User {username} has never accessed problem {location}" -msgstr "" +msgstr "用户{username} 从来没有访问{location}问答" #: lms/djangoapps/courseware/features/video.py lms/templates/video.html msgid "ERROR: No playable video sources found!" @@ -1551,129 +1577,131 @@ msgstr "错误:没有找到可以播放的视频源!" msgid "" "Path {0} doesn't exist, please create it, or configure a different path with" " GIT_REPO_DIR" -msgstr "" +msgstr "路径 {0} 不存在,请创建,或为GIT_REPO_DIR设置一个不同的路径。" #: lms/djangoapps/dashboard/git_import.py msgid "" "Non usable git url provided. Expecting something like: " "git@github.com:mitocw/edx4edx_lite.git" -msgstr "" +msgstr "没有可写的Git地址。期待类似这样的地址:git@github.com:mitocw/edx4edx_lite.git" #: lms/djangoapps/dashboard/git_import.py msgid "Unable to get git log" -msgstr "" +msgstr "不能取得git 日志" #: lms/djangoapps/dashboard/git_import.py msgid "git clone or pull failed!" -msgstr "" +msgstr "git clone或pull失败!" #: lms/djangoapps/dashboard/git_import.py msgid "Unable to run import command." -msgstr "" +msgstr "不能执行导入命令。" #: lms/djangoapps/dashboard/git_import.py msgid "The underlying module store does not support import." -msgstr "" +msgstr "底层模块存储不支持导入。" #. Translators: This is an error message when they ask for a #. particular version of a git repository and that version isn't #. available from the remote source they specified #: lms/djangoapps/dashboard/git_import.py msgid "The specified remote branch is not available." -msgstr "" +msgstr "指定的远程分支无效。" #. Translators: Error message shown when they have asked for a git #. repository branch, a specific version within a repository, that #. doesn't exist, or there is a problem changing to it. #: lms/djangoapps/dashboard/git_import.py msgid "Unable to switch to specified branch. Please check your branch name." -msgstr "" +msgstr "无法切换到指定的分支。请检查你的分支名。" #: lms/djangoapps/dashboard/sysadmin.py msgid "Failed in authenticating {0}, error {1}\n" -msgstr "" +msgstr "认证失败{0},错误{1}\n" #: lms/djangoapps/dashboard/sysadmin.py msgid "Failed in authenticating {0}\n" -msgstr "" +msgstr "认证失败{0}\n" #: lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "fixed password" -msgstr "" +msgstr "修改后的密码" #: lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "All ok!" -msgstr "" +msgstr "一切正常!" #: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "Must provide username" -msgstr "" +msgstr "请提供用户名" #: lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "Must provide full name" -msgstr "" +msgstr "请提供全名" #: lms/djangoapps/dashboard/sysadmin.py msgid "email must end in" -msgstr "" +msgstr "电子邮件地址必须结束于" #: lms/djangoapps/dashboard/sysadmin.py msgid "Failed - email {0} already exists as external_id" -msgstr "" +msgstr "失败 - 电子邮件 {0} 作为外部ID已经存在了" #: lms/djangoapps/dashboard/sysadmin.py msgid "Password must be supplied if not using certificates" -msgstr "" +msgstr "没有使用认证时必须提供密码。" #: lms/djangoapps/dashboard/sysadmin.py msgid "email address required (not username)" -msgstr "" +msgstr "电子邮件地址必填(不是用户名)" #: lms/djangoapps/dashboard/sysadmin.py msgid "Oops, failed to create user {0}, IntegrityError" -msgstr "" +msgstr "啊,创建用户{0}失败,完整性错误" #: lms/djangoapps/dashboard/sysadmin.py msgid "User {0} created successfully!" -msgstr "" +msgstr "用户 {0} 创建成功!" #: lms/djangoapps/dashboard/sysadmin.py msgid "Cannot find user with email address {0}" -msgstr "" +msgstr "未找到邮件地址 为{0} 的用户" #: lms/djangoapps/dashboard/sysadmin.py msgid "Cannot find user with username {0} - {1}" -msgstr "" +msgstr "未找到用户名 {0} - {1} 的用户" #: lms/djangoapps/dashboard/sysadmin.py msgid "Deleted user {0}" -msgstr "" +msgstr "已删除用户 {0}" #: lms/djangoapps/dashboard/sysadmin.py msgid "Statistic" -msgstr "" +msgstr "统计" #: lms/djangoapps/dashboard/sysadmin.py msgid "Value" -msgstr "" +msgstr "值" #: lms/djangoapps/dashboard/sysadmin.py msgid "Site statistics" -msgstr "" +msgstr "网站统计" #: lms/djangoapps/dashboard/sysadmin.py msgid "Total number of users" -msgstr "" +msgstr "用户总数" #: lms/djangoapps/dashboard/sysadmin.py msgid "Courses loaded in the modulestore" -msgstr "" +msgstr "已加载课程至模块仓库" +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py +#: lms/djangoapps/dashboard/tests/test_sysadmin.py #: lms/templates/tracking_log.html msgid "username" msgstr "用户名" @@ -1681,28 +1709,28 @@ msgstr "用户名" #: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "email" -msgstr "" +msgstr "电子邮件" #: lms/djangoapps/dashboard/sysadmin.py msgid "Repair Results" -msgstr "" +msgstr "修复结果" #: lms/djangoapps/dashboard/sysadmin.py msgid "Create User Results" -msgstr "" +msgstr "创建用户结果" #: lms/djangoapps/dashboard/sysadmin.py msgid "Delete User Results" -msgstr "" +msgstr "删除用户结果" #: lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "The git repo location should end with '.git', and be a valid url" -msgstr "" +msgstr "Git仓库应为以'.git'结尾的有效url" #: lms/djangoapps/dashboard/sysadmin.py msgid "Added Course" -msgstr "" +msgstr "添加课程" #: lms/djangoapps/dashboard/sysadmin.py msgid "" @@ -1711,12 +1739,13 @@ msgid "" "We recommend you enable the MongoDB based module store instead, unless this " "is a development environment." msgstr "" +"拒绝导入。GIT_IMPORT_WITH_XMLMODULESTORE未被设置为on,且以多线程方式导入到XMLModuleStore中通常存在不安全因素。在非开发环境中,推荐您采用基于MongoDB的模块仓库。" #: lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "" "The course {0} already exists in the data directory! (reloading anyway)" -msgstr "" +msgstr "课程 {0} 已在数据目录中存在!(强制重新加载)" #. Translators: unable to download the course content from #. the source git repository. Clone occurs if this is brand @@ -1725,133 +1754,134 @@ msgstr "" #: lms/djangoapps/dashboard/sysadmin.py msgid "" "Unable to clone or pull repository. Please check your url. Output was: {0!r}" -msgstr "" +msgstr "无法克隆或拉取代码仓库。请检查你的url。输出是:{0!r}" #: lms/djangoapps/dashboard/sysadmin.py msgid "Failed to clone repository to {0}" -msgstr "" +msgstr "无法clone仓库到 {0}" #: lms/djangoapps/dashboard/sysadmin.py msgid "Successfully switched to branch: {branch_name}" -msgstr "" +msgstr "成功切换到分支:{branch_name}" #: lms/djangoapps/dashboard/sysadmin.py msgid "Loaded course {0} {1}
Errors:" -msgstr "" +msgstr "加载课程 {0} {1}
错误:" +#: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py #: cms/templates/index.html cms/templates/settings.html msgid "Course Name" msgstr "课程名称" #: lms/djangoapps/dashboard/sysadmin.py msgid "Directory/ID" -msgstr "" +msgstr "目录/ID" #: lms/djangoapps/dashboard/sysadmin.py msgid "Git Commit" -msgstr "" +msgstr "Git提交" #: lms/djangoapps/dashboard/sysadmin.py msgid "Last Change" -msgstr "" +msgstr "最后一次修改" #: lms/djangoapps/dashboard/sysadmin.py msgid "Last Editor" -msgstr "" +msgstr "最后一次编辑者" #: lms/djangoapps/dashboard/sysadmin.py msgid "Information about all courses" -msgstr "" +msgstr "所有课程信息" #: lms/djangoapps/dashboard/sysadmin.py msgid "Error - cannot get course with ID {0}

{1}
" -msgstr "" +msgstr "错误,不能通过 ID {0}
{1}
取得课程" #: lms/djangoapps/dashboard/sysadmin.py msgid "Deleted" -msgstr "" +msgstr "已删除" #: lms/djangoapps/dashboard/sysadmin.py lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "course_id" -msgstr "" +msgstr "课程ID" #: lms/djangoapps/dashboard/sysadmin.py msgid "# enrolled" -msgstr "" +msgstr "# 已注册" #: lms/djangoapps/dashboard/sysadmin.py msgid "# staff" -msgstr "" +msgstr "# 员工" #: lms/djangoapps/dashboard/sysadmin.py msgid "instructors" -msgstr "" +msgstr "主讲教师" #: lms/djangoapps/dashboard/sysadmin.py msgid "Enrollment information for all courses" -msgstr "" +msgstr "所有课程的注册信息" #: lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "role" -msgstr "" +msgstr "角色" #: lms/djangoapps/dashboard/sysadmin.py #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "full_name" -msgstr "" +msgstr "全名" #: lms/djangoapps/dashboard/management/commands/git_add_course.py msgid "" "Import the specified git repository and optional branch into the modulestore" " and optionally specified directory." -msgstr "" +msgstr "倒入指定的git代码仓库和可选分支到模块库与可选的指定目录。" #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "Cannot find user with email address" -msgstr "" +msgstr "无法通过邮件地址找到用户" #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "Cannot find user with username" -msgstr "" +msgstr "无法通过用户名找到用户" #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "Failed in authenticating" -msgstr "" +msgstr "认证失败" #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "Unable to clone or pull repository" -msgstr "" +msgstr "无法clone或者pull仓库" #: lms/djangoapps/dashboard/tests/test_sysadmin.py msgid "Error - cannot get course with ID" -msgstr "" +msgstr "错误,不能通过 ID 取得课程" #: lms/djangoapps/django_comment_client/mustache_helpers.py msgid "Re-open thread" -msgstr "" +msgstr "重新开启帖子" #: lms/djangoapps/django_comment_client/mustache_helpers.py msgid "Close thread" -msgstr "" +msgstr "关闭帖子" #: lms/djangoapps/django_comment_client/base/views.py #: lms/djangoapps/django_comment_client/base/views.py msgid "Title can't be empty" -msgstr "" +msgstr "标题不能为空" #: lms/djangoapps/django_comment_client/base/views.py #: lms/djangoapps/django_comment_client/base/views.py #: lms/djangoapps/django_comment_client/base/views.py #: lms/djangoapps/django_comment_client/base/views.py msgid "Body can't be empty" -msgstr "" +msgstr "内容不能为空" #: lms/djangoapps/django_comment_client/base/views.py #: lms/djangoapps/django_comment_client/base/views.py msgid "Comment level too deep" -msgstr "" +msgstr "评论层级过深" #: lms/djangoapps/django_comment_client/base/views.py msgid "allowed file types are '%(file_types)s'" @@ -1868,8 +1898,9 @@ msgstr "上传文件出错,请联系网站管理员,谢谢。" #: lms/djangoapps/django_comment_client/base/views.py msgid "Good" -msgstr "" +msgstr "好" +#: lms/djangoapps/django_comment_client/forum/views.py #: lms/templates/discussion/_inline_new_post.html #: lms/templates/discussion/_new_post.html msgid "All Groups" @@ -1888,18 +1919,15 @@ msgstr "任务已在运行中。" #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/tools.py -#: lms/templates/instructor/instructor_dashboard_2/metrics.html -#: lms/templates/instructor/instructor_dashboard_2/metrics.html msgid "Username" -msgstr "" +msgstr "用户名" -#: lms/djangoapps/instructor/views/api.py lms/templates/help_modal.html -#: lms/templates/instructor/instructor_dashboard_2/metrics.html -#: lms/templates/instructor/instructor_dashboard_2/metrics.html -#: lms/templates/open_ended_problems/open_ended_flagged_problems.html +#: lms/djangoapps/instructor/views/api.py msgid "Name" -msgstr "" +msgstr "名称" +#: lms/djangoapps/instructor/views/api.py +#: lms/djangoapps/instructor/views/instructor_dashboard.py #: lms/templates/dashboard.html #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/university_profile/edge.html @@ -1908,70 +1936,71 @@ msgstr "电子邮件" #: lms/djangoapps/instructor/views/api.py msgid "Language" -msgstr "" +msgstr "语言" #: lms/djangoapps/instructor/views/api.py msgid "Location" -msgstr "" +msgstr "所在地" #: lms/djangoapps/instructor/views/api.py msgid "Birth Year" -msgstr "" +msgstr "出生年度" -#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/djangoapps/instructor/views/api.py lms/templates/register.html +#: lms/templates/signup_modal.html msgid "Gender" msgstr "性别" +#: lms/djangoapps/instructor/views/api.py #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "Level of Education" msgstr "教育水平" -#: lms/templates/register.html +#: lms/djangoapps/instructor/views/api.py lms/templates/register.html msgid "Mailing Address" msgstr "邮寄地址" #: lms/djangoapps/instructor/views/api.py msgid "Goals" -msgstr "" +msgstr "目标" #: lms/djangoapps/instructor/views/api.py msgid "Module does not exist." -msgstr "" +msgstr "模块不存在。" #: lms/djangoapps/instructor/views/api.py #: lms/djangoapps/instructor/views/legacy.py msgid "An error occurred while deleting the score." -msgstr "" +msgstr "删除该分数时出错。" #: lms/djangoapps/instructor/views/api.py -#: lms/templates/verify_student/midcourse_reverify_dash.html msgid "Complete" -msgstr "" +msgstr "已完成" #: lms/djangoapps/instructor/views/api.py msgid "Incomplete" -msgstr "" +msgstr "未完成" #: lms/djangoapps/instructor/views/api.py msgid "" "Your grade report is being generated! You can view the status of the " "generation task in the 'Pending Instructor Tasks' section." -msgstr "" +msgstr "您的成绩报告已经生成!您可以在'主讲教师待处理任务处理'板块查看生成任务的状态。" #: lms/djangoapps/instructor/views/api.py msgid "" "A grade report generation task is already in progress. Check the 'Pending " "Instructor Tasks' table for the status of the task. When completed, the " "report will be available for download in the table below." -msgstr "" +msgstr "一个成绩报告生成任务已在处理中。可在'主讲教师待处理任务'列表中查看任务状态。当任务完成时,报告可在表格下方下载。" #: lms/djangoapps/instructor/views/api.py msgid "Successfully changed due date for student {0} for {1} to {2}" -msgstr "" +msgstr "成功修改了学生{0}的截止日期从{1}变为{2}" #: lms/djangoapps/instructor/views/api.py msgid "Successfully reset due date for student {0} for {1} to {2}" -msgstr "" +msgstr "成功重置了学生{0}的截止日期从{1}变为{2}" #: lms/djangoapps/instructor/views/instructor_dashboard.py msgid "Membership" @@ -1983,7 +2012,7 @@ msgstr "学生管理" #: lms/djangoapps/instructor/views/instructor_dashboard.py msgid "Extensions" -msgstr "" +msgstr "扩展" #: lms/djangoapps/instructor/views/instructor_dashboard.py #: lms/templates/instructor/instructor_dashboard_2/data_download.html @@ -1997,141 +2026,141 @@ msgstr "分析" #: lms/djangoapps/instructor/views/legacy.py msgid "Course Statistics At A Glance" -msgstr "" +msgstr "课程统计信息概览" #: lms/djangoapps/instructor/views/legacy.py msgid "Found a single student. " -msgstr "" +msgstr "寻找单个学生" #: lms/djangoapps/instructor/views/legacy.py msgid "Couldn't find student with that email or username." -msgstr "" +msgstr "用该邮箱或用户名找不到对应的学生" #: lms/djangoapps/instructor/views/legacy.py msgid "List of students enrolled in {course_id}" -msgstr "" +msgstr "选修课程{course_id}的学生清单" #: lms/djangoapps/instructor/views/legacy.py msgid "Summary Grades of students enrolled in {course_id}" -msgstr "" +msgstr "选修课程{course_id}的学生成绩汇总" #: lms/djangoapps/instructor/views/legacy.py msgid "Raw Grades of students enrolled in {course_id}" -msgstr "" +msgstr "选修课程{course_id}的学生原始成绩" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to create a background task for rescoring \"{problem_url}\"." -msgstr "" +msgstr "无法为\"{problem_url}\"问答创建后台评分任务。" #: lms/djangoapps/instructor/views/legacy.py msgid "" "Failed to create a background task for rescoring \"{problem_url}\": problem " "not found." -msgstr "" +msgstr "无法为\"{problem_url}\"问答创建后台评分任务,问答不存在。" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to create a background task for rescoring \"{url}\": {message}." -msgstr "" +msgstr "无法为\"{url}\": {message}重新评分创建后台任务。" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to create a background task for resetting \"{problem_url}\"." -msgstr "" +msgstr "无法创建后台任务来重新设置\"{problem_url}\"问答。" #: lms/djangoapps/instructor/views/legacy.py msgid "" "Failed to create a background task for resetting \"{problem_url}\": problem " "not found." -msgstr "" +msgstr "无法创建后台任务来重新设置\"{problem_url}\"问答:问答不存在。" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to create a background task for resetting \"{url}\": {message}." -msgstr "" +msgstr "无法为\"{url}\": {message}重新设置创建后台任务。" #: lms/djangoapps/instructor/views/legacy.py msgid "Found module. " -msgstr "" +msgstr "发现模块" #: lms/djangoapps/instructor/views/legacy.py msgid "Couldn't find module with that urlname: {url}. " -msgstr "" +msgstr "无法通过地址:{url}找到模块。" #: lms/djangoapps/instructor/views/legacy.py msgid "Deleted student module state for {state}!" -msgstr "" +msgstr "删除“ {state}!”学生模块状态" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to delete module state for {id}/{url}. " -msgstr "" +msgstr "删除{id}/{url}的模块状态失败。" #: lms/djangoapps/instructor/views/legacy.py msgid "Module state successfully reset!" -msgstr "" +msgstr "重新设置模块状态成功!" #: lms/djangoapps/instructor/views/legacy.py msgid "Couldn't reset module state for {id}/{url}. " -msgstr "" +msgstr "无法重新设置{id}/{url}的模块状态。" #: lms/djangoapps/instructor/views/legacy.py msgid "" "Failed to create a background task for rescoring \"{key}\" for student {id}." -msgstr "" +msgstr "无法为学生 {id}的\"{key}\"重新评分创建后台任务。" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to create a background task for rescoring \"{key}\": {id}." -msgstr "" +msgstr "无法为\"{key}\": {id}重新评分创建后台任务。" #: lms/djangoapps/instructor/views/legacy.py msgid "Progress page for username: {username} with email address: {email}" -msgstr "" +msgstr "用户: {username} (邮箱:{email})的进度页面。" #: lms/djangoapps/instructor/views/legacy.py msgid "Assignment Name" -msgstr "" +msgstr "作业名称" #: lms/djangoapps/instructor/views/legacy.py msgid "Please enter an assignment name" -msgstr "" +msgstr "请输入作业名称" #: lms/djangoapps/instructor/views/legacy.py msgid "Invalid assignment name '{name}'" -msgstr "" +msgstr "作业名称 '{name}'无效" #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/legacy.py msgid "External email" -msgstr "" +msgstr "外部邮箱" #: lms/djangoapps/instructor/views/legacy.py msgid "Grades for assignment \"{name}\"" -msgstr "" +msgstr " 作业'{name}'的成绩" #: lms/djangoapps/instructor/views/legacy.py msgid "List of Staff" -msgstr "" +msgstr "职员名单" #: lms/djangoapps/instructor/views/legacy.py msgid "List of Instructors" -msgstr "" +msgstr "主讲教师名单" #: lms/djangoapps/instructor/views/legacy.py msgid "Student profile data for course {course_id}" -msgstr "" +msgstr "课程 {course_id}的学员选课信息" #: lms/djangoapps/instructor/views/legacy.py msgid "Found {num} records to dump." -msgstr "" +msgstr "共有 {num} 条记录需要转储" #: lms/djangoapps/instructor/views/legacy.py msgid "Couldn't find module with that urlname." -msgstr "" +msgstr "无法找到该地址对应的模块" #: lms/djangoapps/instructor/views/legacy.py msgid "Student state for problem {problem}" -msgstr "" +msgstr "{problem}问答的学生状态" #: lms/djangoapps/instructor/views/legacy.py msgid "List of Beta Testers" -msgstr "" +msgstr "Beta测试人员名单" #: lms/djangoapps/instructor/views/legacy.py msgid "" @@ -2139,168 +2168,165 @@ msgid "" "classes, it may take up to an hour (or more, if other courses are " "simultaneously sending email) to send all emails." msgstr "" +"你的电子邮件已成功加入发送队列。需要注意的是,对于大型课程,可能需要花费一小时以上(甚至更多,如果其他课程也在同时发送邮件)来发送所有邮件。" #: lms/djangoapps/instructor/views/legacy.py msgid "Your email was successfully queued for sending." -msgstr "" +msgstr "你的电子邮件已成功加入发送队列。" #: lms/djangoapps/instructor/views/legacy.py msgid "Grades from {course_id}" -msgstr "" +msgstr "课程“{course_id}”的成绩" #: lms/djangoapps/instructor/views/legacy.py msgid "No remote gradebook defined in course metadata" -msgstr "" +msgstr "课程元数据中没有定义远程成绩簿" #: lms/djangoapps/instructor/views/legacy.py msgid "No remote gradebook url defined in settings.FEATURES" -msgstr "" +msgstr "在settings.FEATURES中没有定义远程成绩簿的链接地址" #: lms/djangoapps/instructor/views/legacy.py msgid "No gradebook name defined in course remote_gradebook metadata" -msgstr "" +msgstr "远程成绩簿元数据中没有定义成绩簿名称" #: lms/djangoapps/instructor/views/legacy.py msgid "Failed to communicate with gradebook server at {url}" -msgstr "" +msgstr "同位于{url}的成绩簿服务器通讯失败" #: lms/djangoapps/instructor/views/legacy.py msgid "Error: {err}" -msgstr "" +msgstr "错误:{err}" #: lms/djangoapps/instructor/views/legacy.py msgid "Remote gradebook response for {action}" -msgstr "" +msgstr "远程成绩簿对{action}的应答" #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/legacy.py msgid "Full name" -msgstr "" +msgstr "全名" #: lms/djangoapps/instructor/views/legacy.py msgid "Roles" -msgstr "" +msgstr "角色" #: lms/djangoapps/instructor/views/legacy.py msgid "List of Forum {name}s in course {id}" -msgstr "" +msgstr "课程{id}的论坛{name}列表" #: lms/djangoapps/instructor/views/legacy.py #: lms/djangoapps/instructor/views/legacy.py msgid "Error: unknown rolename \"{rolename}\"" -msgstr "" +msgstr "错误:未知的角色名称\"{rolename}\"" #: lms/djangoapps/instructor/views/legacy.py msgid "Error: unknown username \"{username}\"" -msgstr "" +msgstr "错误:未知的用户名称\"{username}\"" #: lms/djangoapps/instructor/views/legacy.py msgid "" "Error: user \"{username}\" does not have rolename \"{rolename}\", cannot " "remove" -msgstr "" +msgstr "错误:用户\"{username}\"没有\"{rolename}\"角色,不能删除" #: lms/djangoapps/instructor/views/legacy.py msgid "Removed \"{username}\" from \"{course_id}\" forum role = \"{rolename}\"" -msgstr "" +msgstr "用户\"{username}\"已取消课程\"{course_id}\"论坛的\"{rolename}\"角色" #: lms/djangoapps/instructor/views/legacy.py msgid "Error: user \"{username}\" already has rolename \"{rolename}\", cannot add" -msgstr "" +msgstr "错误:用户\"{username}\"已经拥有\"{rolename}\"角色,不能重复添加" #: lms/djangoapps/instructor/views/legacy.py msgid "" "Error: user \"{username}\" should first be added as staff before adding as a" " forum administrator, cannot add" -msgstr "" +msgstr "错误:用户\"{username}\"在添加为论坛管理员之前必须先添加为职员,添加失败" #: lms/djangoapps/instructor/views/legacy.py msgid "Added \"{username}\" to \"{course_id}\" forum role = \"{rolename}\"" -msgstr "" +msgstr "用户\"{username}\"已添加为课程\"{course_id}\"论坛的\"{rolename}\"角色" #: lms/djangoapps/instructor/views/legacy.py msgid "{title} in course {course_id}" -msgstr "" +msgstr "课程{course_id}的标题:{title}" #: lms/djangoapps/instructor/views/legacy.py msgid "ID" -msgstr "" +msgstr "身份标识" #: lms/djangoapps/instructor/views/legacy.py -#: lms/djangoapps/instructor/views/tools.py cms/templates/register.html -#: lms/templates/dashboard.html lms/templates/register-shib.html -#: lms/templates/register.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html -#: lms/templates/verify_student/_modal_editname.html -#: lms/templates/verify_student/face_upload.html +#: lms/djangoapps/instructor/views/tools.py msgid "Full Name" -msgstr "" +msgstr "全名" #: lms/djangoapps/instructor/views/legacy.py msgid "edX email" -msgstr "" +msgstr "edX邮箱" #: lms/djangoapps/instructor/views/legacy.py msgid "Enrollment of students" -msgstr "" +msgstr "学生注册" #: lms/djangoapps/instructor/views/legacy.py msgid "Un-enrollment of students" -msgstr "" +msgstr "学生取消注册" #: lms/djangoapps/instructor/views/legacy.py msgid "" "Failed to find any background tasks for course \"{course}\", module " "\"{problem}\" and student \"{student}\"." -msgstr "" +msgstr "寻找针对课程\"{course}\",模块\"{problem}\"及学生\"{student}\"的后台任务失败。" #: lms/djangoapps/instructor/views/legacy.py msgid "" "Failed to find any background tasks for course \"{course}\" and module " "\"{problem}\"." -msgstr "" +msgstr "寻找针对课程\"{course}\",模块\"{problem}\"的后台任务失败。" #: lms/djangoapps/instructor/views/tools.py msgid "Unable to parse date: " -msgstr "" +msgstr "不能解析日期" #: lms/djangoapps/instructor/views/tools.py msgid "Couldn't find module for url: {0}" -msgstr "" +msgstr "不能为url {0} 找到合适的模块" #: lms/djangoapps/instructor/views/tools.py #: lms/djangoapps/instructor/views/tools.py msgid "Extended Due Date" -msgstr "" +msgstr "扩展截止日期" #: lms/djangoapps/instructor/views/tools.py msgid "Users with due date extensions for {0}" -msgstr "" +msgstr "拥有到期扩展{0}的用户" #: lms/djangoapps/instructor/views/tools.py msgid "Unit" -msgstr "" +msgstr "单元" #: lms/djangoapps/instructor/views/tools.py msgid "Due date extensions for {0} {1} ({2})" -msgstr "" +msgstr "到期扩展{0} {1} ({2})" #. Translators: This is a past-tense verb that is inserted into task progress #. messages as {action}. #: lms/djangoapps/instructor_task/tasks.py msgid "rescored" -msgstr "" +msgstr "已复评" #. Translators: This is a past-tense verb that is inserted into task progress #. messages as {action}. #: lms/djangoapps/instructor_task/tasks.py msgid "reset" -msgstr "" +msgstr "重置" +#. #-#-#-#-# django-partial.po (edx-platform) #-#-#-#-# #. Translators: This is a past-tense verb that is inserted into task progress #. messages as {action}. #: lms/djangoapps/instructor_task/tasks.py -#: lms/templates/wiki/plugins/attachments/index.html +#: lms/templates/wiki/plugins/attachments/index.html wiki/models/article.py msgid "deleted" msgstr "已删除" @@ -2308,132 +2334,132 @@ msgstr "已删除" #. messages as {action}. #: lms/djangoapps/instructor_task/tasks.py msgid "emailed" -msgstr "" +msgstr "已邮件通知" #: lms/djangoapps/instructor_task/tasks.py msgid "graded" -msgstr "" +msgstr "已评价" #: lms/djangoapps/instructor_task/views.py #: lms/djangoapps/instructor_task/views.py msgid "No status information available" -msgstr "" +msgstr "尚无状态信息" #: lms/djangoapps/instructor_task/views.py msgid "No task_output information found for instructor_task {0}" -msgstr "" +msgstr "无主讲教师任务 {0}的输出信息" #: lms/djangoapps/instructor_task/views.py msgid "No parsable task_output information found for instructor_task {0}: {1}" -msgstr "" +msgstr "未找到主讲教师任务{0}:{1} 的可解析的任务输出信息" #: lms/djangoapps/instructor_task/views.py msgid "No parsable status information available" -msgstr "" +msgstr "尚无可解析的状态信息" #: lms/djangoapps/instructor_task/views.py msgid "No message provided" -msgstr "" +msgstr "尚无消息" #: lms/djangoapps/instructor_task/views.py msgid "Invalid task_output information found for instructor_task {0}: {1}" -msgstr "" +msgstr "发现主讲教师任务{0}: {1}的无效的任务输出信息" #: lms/djangoapps/instructor_task/views.py msgid "No progress status information available" -msgstr "" +msgstr "尚无进度状态信息" #: lms/djangoapps/instructor_task/views.py msgid "No parsable task_input information found for instructor_task {0}: {1}" -msgstr "" +msgstr "未找到主讲教师任务{0}:{1} 的可解析的任务输入信息" #. Translators: {action} is a past-tense verb that is localized separately. #. {attempted} and {succeeded} are counts. #: lms/djangoapps/instructor_task/views.py msgid "Progress: {action} {succeeded} of {attempted} so far" -msgstr "" +msgstr "进度: 目前 {attempted}的{action} {succeeded} " #. Translators: {action} is a past-tense verb that is localized separately. #. {student} is a student identifier. #: lms/djangoapps/instructor_task/views.py msgid "Unable to find submission to be {action} for student '{student}'" -msgstr "" +msgstr "无法找到学生'{student}'为{action}的提交" #. Translators: {action} is a past-tense verb that is localized separately. #. {student} is a student identifier. #: lms/djangoapps/instructor_task/views.py msgid "Problem failed to be {action} for student '{student}'" -msgstr "" +msgstr "学生'{student}'的问题{action}失败" #. Translators: {action} is a past-tense verb that is localized separately. #. {student} is a student identifier. #: lms/djangoapps/instructor_task/views.py msgid "Problem successfully {action} for student '{student}'" -msgstr "" +msgstr "学生'{student}'的问题{action}成功" #. Translators: {action} is a past-tense verb that is localized separately. #: lms/djangoapps/instructor_task/views.py msgid "Unable to find any students with submissions to be {action}" -msgstr "" +msgstr "无法找到任何为{action}提交的学生" #. Translators: {action} is a past-tense verb that is localized separately. #. {attempted} is a count. #: lms/djangoapps/instructor_task/views.py msgid "Problem failed to be {action} for any of {attempted} students" -msgstr "" +msgstr "对于{attempted}学生的问题{action}失败" #. Translators: {action} is a past-tense verb that is localized separately. #. {attempted} is a count. #: lms/djangoapps/instructor_task/views.py msgid "Problem successfully {action} for {attempted} students" -msgstr "" +msgstr "对于{attempted}学生的问题{action}成功" #. Translators: {action} is a past-tense verb that is localized separately. #. {succeeded} and {attempted} are counts. #: lms/djangoapps/instructor_task/views.py msgid "Problem {action} for {succeeded} of {attempted} students" -msgstr "" +msgstr "对于{attempted} 学生的问题 {action}{succeeded}" #. Translators: {action} is a past-tense verb that is localized separately. #: lms/djangoapps/instructor_task/views.py msgid "Unable to find any recipients to be {action}" -msgstr "" +msgstr "无法找到{action}的接受者" #. Translators: {action} is a past-tense verb that is localized separately. #. {attempted} is a count. #: lms/djangoapps/instructor_task/views.py msgid "Message failed to be {action} for any of {attempted} recipients " -msgstr "" +msgstr "对{attempted}接受者的消息{action}失败" #. Translators: {action} is a past-tense verb that is localized separately. #. {attempted} is a count. #: lms/djangoapps/instructor_task/views.py msgid "Message successfully {action} for {attempted} recipients" -msgstr "" +msgstr "对于{attempted}接受者的消息{action}成功" #. Translators: {action} is a past-tense verb that is localized separately. #. {succeeded} and {attempted} are counts. #: lms/djangoapps/instructor_task/views.py msgid "Message {action} for {succeeded} of {attempted} recipients" -msgstr "" +msgstr "对于{attempted}接受者的消息{action}{succeeded}" #. Translators: {action} is a past-tense verb that is localized separately. #. {succeeded} and {attempted} are counts. #: lms/djangoapps/instructor_task/views.py msgid "Status: {action} {succeeded} of {attempted}" -msgstr "" +msgstr "状态: 对于{attempted}{action} {succeeded} " #. Translators: {skipped} is a count. This message is appended to task #. progress status messages. #: lms/djangoapps/instructor_task/views.py msgid " (skipping {skipped})" -msgstr "" +msgstr "(忽略 {skipped})" #. Translators: {total} is a count. This message is appended to task progress #. status messages. #: lms/djangoapps/instructor_task/views.py msgid " (out of {total})" -msgstr "" +msgstr "( /{total} )" #: lms/djangoapps/linkedin/templates/linkedin_email.html msgid "" @@ -2441,6 +2467,8 @@ msgid "" " Dear %(student_name)s,\n" " " msgstr "" +"\n" +"亲爱的%(student_name)s同学," #: lms/djangoapps/linkedin/templates/linkedin_email.html msgid "" @@ -2451,23 +2479,27 @@ msgid "" " certificate to your profile.\n" " " msgstr "" +"祝贺你取得%(course_name)s的课程认证!\n" +"你有LinkIn账号,可以将你取得的认证展示给同伴。\n" +"点击以下按钮\n" +"将课程认证添加到你在LinkIn的背景信息。" #: lms/djangoapps/linkedin/templates/linkedin_email.html msgid "Add to profile" -msgstr "" +msgstr "添加到配置文件" #: lms/djangoapps/open_ended_grading/staff_grading_service.py msgid "" "Could not contact the external grading server. Please contact the " "development team at {email}." -msgstr "" +msgstr "无法联系上外部的评分服务器。请联系开发团队{email}。" #: lms/djangoapps/open_ended_grading/staff_grading_service.py msgid "" "Cannot find any open response problems in this course. Have you submitted " "answers to any open response assessment questions? If not, please do so and " "return to this page." -msgstr "" +msgstr "没有发现该课程任何开放问题的应答,您是否已经提交过任何开放问题的答案?如果没,请提交并返回该页面。" #: lms/djangoapps/open_ended_grading/utils.py msgid "AI Assessment" @@ -2493,50 +2525,50 @@ msgstr "主讲教师评分" msgid "" "Error occurred while contacting the grading service. Please notify course " "staff." -msgstr "" +msgstr "连接评分服务出现错误,请通知课程员工。" #: lms/djangoapps/open_ended_grading/utils.py msgid "" "Error occurred while contacting the grading service. Please notify your edX" " point of contact." -msgstr "" +msgstr "连接评分服务时发生错误,请告知您的edX联系点。" #: lms/djangoapps/open_ended_grading/utils.py msgid "for course {0} and student {1}." -msgstr "" +msgstr "于课程 {0} 与学生 {1}。" #: lms/djangoapps/open_ended_grading/views.py msgid "" "View all problems that require peer assessment in this particular course." -msgstr "" +msgstr "查看该课程中所有需要同行评议的问题。" #: lms/djangoapps/open_ended_grading/views.py msgid "" "View ungraded submissions submitted by students for the open ended problems " "in the course." -msgstr "" +msgstr "查看学生对该课程中开放性问题的更新。" #: lms/djangoapps/open_ended_grading/views.py msgid "" "View open ended problems that you have previously submitted for grading." -msgstr "" +msgstr "查看您此前提交评分的开放性问题。" #: lms/djangoapps/open_ended_grading/views.py msgid "View submissions that have been flagged by students as inappropriate." -msgstr "" +msgstr "查看提交内容中被学生标注为不妥的内容。" #: lms/djangoapps/open_ended_grading/views.py #: lms/djangoapps/open_ended_grading/views.py msgid "New submissions to grade" -msgstr "" +msgstr "供评分的新提交" #: lms/djangoapps/open_ended_grading/views.py msgid "New grades have been returned" -msgstr "" +msgstr "返回新的评分" #: lms/djangoapps/open_ended_grading/views.py msgid "Submissions have been flagged for review" -msgstr "" +msgstr "提交已被标记为审阅" #: lms/djangoapps/open_ended_grading/views.py msgid "" @@ -2546,6 +2578,11 @@ msgid "" " Please check back later for this.\n" " " msgstr "" +"\n" +" 初始化互评时出现错误。\n" +" 该课件尚未创建一个允许您评价其他同学的模块。\n" +" 请稍后再检查确认。\n" +" " #: lms/djangoapps/shoppingcart/models.py msgid "Order Payment Confirmation" @@ -2557,25 +2594,25 @@ msgstr "尝试添加不同的货币到购物车" #: lms/djangoapps/shoppingcart/models.py msgid "Registration for Course: {course_name}" -msgstr "" +msgstr "登记课程:{course_name}" #: lms/djangoapps/shoppingcart/models.py msgid "" "Please visit your
dashboard to see your new" " enrollments." -msgstr "" +msgstr "请访问 工作台以查看您最新注册的课程。" #: lms/djangoapps/shoppingcart/models.py msgid "[Refund] User-Requested Refund" -msgstr "" +msgstr "[Refund] 用户申请退款" #: lms/djangoapps/shoppingcart/models.py msgid "Mode {mode} does not exist for {course_id}" -msgstr "" +msgstr "{course_id}不存在 {mode}模式" #: lms/djangoapps/shoppingcart/models.py msgid "Certificate of Achievement, {mode_name} for course {course}" -msgstr "" +msgstr "获得了课程{course}的{mode_name}成绩证书" #: lms/djangoapps/shoppingcart/models.py msgid "" @@ -2584,153 +2621,149 @@ msgid "" "contact {billing_email}. Please include your order number in your e-mail. " "Please do NOT include your credit card information." msgstr "" +"注意:您可以在课程开始的两周之内取消身份认证证书选项,并申请退款。欲取得退款,请联系{billing_email},并在e-" +"mail中注明您的订单号,但不要包含您的信用卡信息。" #: lms/djangoapps/shoppingcart/reports.py msgid "Order Number" -msgstr "" +msgstr "订单号" #: lms/djangoapps/shoppingcart/reports.py msgid "Customer Name" -msgstr "" +msgstr "客户姓名" #: lms/djangoapps/shoppingcart/reports.py msgid "Date of Original Transaction" -msgstr "" +msgstr "原本事务的日期" #: lms/djangoapps/shoppingcart/reports.py msgid "Date of Refund" -msgstr "" +msgstr "偿还日期" #: lms/djangoapps/shoppingcart/reports.py msgid "Amount of Refund" -msgstr "" +msgstr "偿还总数" #: lms/djangoapps/shoppingcart/reports.py #: lms/djangoapps/shoppingcart/reports.py msgid "Service Fees (if any)" -msgstr "" +msgstr "服务费(如果有的话)" #: lms/djangoapps/shoppingcart/reports.py msgid "Purchase Time" -msgstr "" +msgstr "购买时间" #: lms/djangoapps/shoppingcart/reports.py msgid "Order ID" -msgstr "" +msgstr "订单ID" +#: lms/djangoapps/shoppingcart/reports.py #: lms/templates/open_ended_problems/open_ended_problems.html #: lms/templates/shoppingcart/verified_cert_receipt.html msgid "Status" msgstr "状态" -#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html +#: lms/djangoapps/shoppingcart/reports.py msgid "Quantity" -msgstr "" +msgstr "数量" #: lms/djangoapps/shoppingcart/reports.py msgid "Unit Cost" -msgstr "" +msgstr "单位价格" #: lms/djangoapps/shoppingcart/reports.py msgid "Total Cost" -msgstr "" +msgstr "总价格" -#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html -#: lms/templates/shoppingcart/receipt.html +#: lms/djangoapps/shoppingcart/reports.py msgid "Currency" -msgstr "" +msgstr "货币" -#: lms/djangoapps/shoppingcart/reports.py lms/templates/shoppingcart/list.html -#: lms/templates/shoppingcart/receipt.html -#: lms/templates/shoppingcart/verified_cert_receipt.html -#: lms/templates/shoppingcart/verified_cert_receipt.html -#: wiki/plugins/attachments/forms.py +#: lms/djangoapps/shoppingcart/reports.py wiki/plugins/attachments/forms.py msgid "Description" -msgstr "" +msgstr "描述" #: lms/djangoapps/shoppingcart/reports.py msgid "Comments" -msgstr "" +msgstr "评论" #: lms/djangoapps/shoppingcart/reports.py #: lms/djangoapps/shoppingcart/reports.py msgid "University" -msgstr "" +msgstr "大学" #: lms/djangoapps/shoppingcart/reports.py -#: lms/djangoapps/shoppingcart/reports.py cms/templates/widgets/header.html -#: cms/templates/widgets/header.html -#: lms/templates/shoppingcart/verified_cert_receipt.html +#: lms/djangoapps/shoppingcart/reports.py msgid "Course" -msgstr "" +msgstr "课程" #: lms/djangoapps/shoppingcart/reports.py msgid "Course Announce Date" -msgstr "" +msgstr "课程发布日期" -#: cms/templates/settings.html +#: lms/djangoapps/shoppingcart/reports.py cms/templates/settings.html msgid "Course Start Date" msgstr "课程开始日期" #: lms/djangoapps/shoppingcart/reports.py msgid "Course Registration Close Date" -msgstr "" +msgstr "课程注册截止日期" #: lms/djangoapps/shoppingcart/reports.py msgid "Course Registration Period" -msgstr "" +msgstr "课程注册期" #: lms/djangoapps/shoppingcart/reports.py msgid "Total Enrolled" -msgstr "" +msgstr "总参与数量" #: lms/djangoapps/shoppingcart/reports.py msgid "Audit Enrollment" -msgstr "" +msgstr "旁听注册" #: lms/djangoapps/shoppingcart/reports.py msgid "Honor Code Enrollment" -msgstr "" +msgstr "荣誉注册" #: lms/djangoapps/shoppingcart/reports.py msgid "Verified Enrollment" -msgstr "" +msgstr "已确认的注册" #: lms/djangoapps/shoppingcart/reports.py msgid "Gross Revenue" -msgstr "" +msgstr "总收入" #: lms/djangoapps/shoppingcart/reports.py msgid "Gross Revenue over the Minimum" -msgstr "" +msgstr "总收入超过最低" #: lms/djangoapps/shoppingcart/reports.py msgid "Number of Verified Students Contributing More than the Minimum" -msgstr "" +msgstr "已验证的学生贡献数量超过最低" #: lms/djangoapps/shoppingcart/reports.py msgid "Number of Refunds" -msgstr "" +msgstr "偿还数量" #: lms/djangoapps/shoppingcart/reports.py msgid "Dollars Refunded" -msgstr "" +msgstr "已偿还金额" #: lms/djangoapps/shoppingcart/reports.py msgid "Number of Transactions" -msgstr "" +msgstr "事务数量" #: lms/djangoapps/shoppingcart/reports.py msgid "Total Payments Collected" -msgstr "" +msgstr "总的已收集支付" #: lms/djangoapps/shoppingcart/reports.py msgid "Number of Successful Refunds" -msgstr "" +msgstr "成功偿还的数量" #: lms/djangoapps/shoppingcart/reports.py msgid "Total Amount of Refunds" -msgstr "" +msgstr "总偿还数量" #: lms/djangoapps/shoppingcart/views.py msgid "You must be logged-in to add to a shopping cart" @@ -2757,7 +2790,7 @@ msgstr "课程添加到购物车。" #: lms/djangoapps/shoppingcart/views.py msgid "You do not have permission to view this page." -msgstr "" +msgstr "你没有访问此页面的权限。" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The payment processor did not return a required parameter: {0}" @@ -2791,6 +2824,15 @@ msgid "" "

\n" " " msgstr "" +"\n" +"

\n" +"抱歉! 支付系统处理没有受理你的缴费申请。\n" +"答复是: {decision},\n" +"原因为 {reason_code}:{reason_msg}。\n" +"您尚未缴费,请尝试其他支付形式。\n" +"相关问题请联系 {email}。\n" +"

\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2803,6 +2845,14 @@ msgid "" "

\n" " " msgstr "" +"\n" +"

\n" +"抱歉! 支付系统返回的支付确认数据不一致。\n" +"无法确认支付成功并进一步处理您的订单,我们深表歉意。\n" +"具体的错误信息为:{msg}\n" +"您的信用卡可能已经被扣费了。相关问题请联系{email}。\n" +"

\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2814,6 +2864,13 @@ msgid "" "

\n" " " msgstr "" +"\n" +"

\n" +"抱歉!实际扣费金额与订单总额不符!\n" +"具体的错误信息为: {msg}。\n" +"您的信用卡可能已被扣费。相关问题请联系{email}。\n" +"

\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2827,6 +2884,14 @@ msgid "" "

\n" " " msgstr "" +"\n" +"

\n" +"抱歉! 支付系统返回信息受损,无法正确解析系统返回结果。\n" +"具体的错误信息为: {msg}。\n" +"无法验证扣费成功,也不能进一步处理您的订单,对此我们深表歉意。\n" +"您的信用卡可能已被扣费。相关问题请联系 {email}。\n" +"

\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "Successful transaction." @@ -2848,6 +2913,11 @@ msgid "" " Possible fix: retry the payment after 15 minutes.\n" " " msgstr "" +"\n" +"此次授权请求的merchantReferenceCode\n" +"与您15分钟内所发起的另一个授权请求的merchantReferenceCode一致。\n" +"解决方法:15分钟后再尝试支付。\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2863,6 +2933,11 @@ msgid "" " Possible fix: retry the payment after some time.\n" " " msgstr "" +"\n" +"错误: 请求已接受但服务器响应超时。\n" +"此错误不包括客户端与服务器之间的超时。\n" +"解决方法:稍后重试支付。\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2871,6 +2946,10 @@ msgid "" " Possible fix: retry the payment after some time.\n" " " msgstr "" +"\n" +"错误:请求已接受,但是服务未按时完成\n" +"解决办法:稍后再尝试支付。\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2886,6 +2965,11 @@ msgid "" " Possible fix: retry with another form of payment\n" " " msgstr "" +"\n" +"信用卡已过期。也有可能是由于您所提供的有效期\n" +"与银行提供的日期不一致。\n" +"解决办法:尝试其他支付形式\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2894,6 +2978,10 @@ msgid "" " Possible fix: retry with another form of payment\n" " " msgstr "" +"\n" +"拒绝支付。发卡行未提供其他信息。\n" +"解决办法:尝试其他支付形式\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2918,6 +3006,10 @@ msgid "" " Possible fix: retry with another form of payment\n" " " msgstr "" +"\n" +"未激活的卡或卡主未授权无卡交易。\n" +"解决办法:尝试其他交易形式\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2943,6 +3035,10 @@ msgid "" " Possible fix: retry with another form of payment\n" " " msgstr "" +"\n" +"支付系统不受理该信用卡类型。\n" +"解决办法:尝试其他支付形式\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2956,6 +3052,9 @@ msgid "" " There is a problem with our CyberSource merchant configuration. Please let us know at {0}\n" " " msgstr "" +"\n" +"此问题可能与CyberSource商务系统配置相关。请通知我们 {0}\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The requested amount exceeds the originally authorized amount." @@ -2967,7 +3066,7 @@ msgstr "处理器故障。可能的解决方法:重试支付。" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The authorization has already been captured" -msgstr "授权已经被获取" +msgstr "预授权完成" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -2981,6 +3080,10 @@ msgid "" " Possible fix: retry with the same card or another form of payment\n" " " msgstr "" +"\n" +"所发送的信用卡类型无效或者所关联的信用卡卡号错误。\n" +"解决办法:以此卡重试或者尝试其他支付形式\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The request ID is invalid." @@ -2992,6 +3095,9 @@ msgid "" " You requested a capture through the API, but there is no corresponding, unused authorization record.\n" " " msgstr "" +"\n" +"你通过API发起预授权请求,但是当前没有相关的、未使用的授权记录。\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "The transaction has already been settled or reversed." @@ -3004,10 +3110,14 @@ msgid "" " submitted to your processor. Or, you requested a void for a type of transaction that cannot be voided.\n" " " msgstr "" +"\n" +"扣费/预授权申请信息已经提交到支付系统,不可撤销。\n" +"或者,你所请求的交易类型是不可撤销的。\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "You requested a credit for a capture that was previously voided" -msgstr "" +msgstr "您请求确认扣款的预授权已经撤销" #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -3016,6 +3126,10 @@ msgid "" " Possible fix: retry the payment.\n" " " msgstr "" +"\n" +" 错误:请求已收到,但是支付服务超时。\n" +" 可能的解决办法:重试交易\n" +" " #: lms/djangoapps/shoppingcart/processors/CyberSource.py msgid "" @@ -3024,59 +3138,60 @@ msgid "" " Possible fix: retry with a different form of payment.\n" " " msgstr "" +"\n" +" 授权请求已被发卡行通过但被CyberSouce拒绝。'\n" +" 可能的解决办法:尝试其他支付形式\n" +" " #: lms/djangoapps/shoppingcart/tests/test_views.py -#: lms/templates/shoppingcart/download_report.html msgid "Download CSV Reports" -msgstr "" +msgstr "下载CSV报告" #: lms/djangoapps/shoppingcart/tests/test_views.py -#: lms/templates/shoppingcart/download_report.html msgid "" "There was an error in your date input. It should be formatted as YYYY-MM-DD" -msgstr "" +msgstr "你输入的日期有误。其格式应为YYYY-MM-DD" #: lms/djangoapps/verify_student/models.py msgid "No photo ID was provided." -msgstr "" +msgstr "照片ID未提供" #: lms/djangoapps/verify_student/models.py msgid "We couldn't read your name from your photo ID image." -msgstr "" +msgstr "我们无法从你的照片ID图像中读取你的姓名。" #: lms/djangoapps/verify_student/models.py msgid "" "The name associated with your account and the name on your ID do not match." -msgstr "" +msgstr "你账户中的姓名与你ID中的名字不相符。" #: lms/djangoapps/verify_student/models.py msgid "The image of your face was not clear." -msgstr "" +msgstr "你面部的图像不够清晰。" #: lms/djangoapps/verify_student/models.py msgid "Your face was not visible in your self-photo" -msgstr "" +msgstr "在你的个人照片中未找到面部" #: lms/djangoapps/verify_student/models.py msgid "There was an error verifying your ID photos." -msgstr "" +msgstr "验证你的ID照片时发生一个错误" #: lms/djangoapps/verify_student/views.py msgid "Selected price is not valid number." -msgstr "" +msgstr "选择的价格不是有效数字。" #: lms/djangoapps/verify_student/views.py msgid "This course doesn't support verified certificates" -msgstr "" +msgstr "本课程不支持认证证书。" #: lms/djangoapps/verify_student/views.py msgid "No selected price or selected price is below minimum." -msgstr "" +msgstr "未选择价格或选择的价格低于最低价。" -#: lms/templates/main_django.html cms/templates/base.html -#: lms/templates/main.html +#: lms/templates/main_django.html msgid "Skip to this view's content" -msgstr "" +msgstr "跳过本内容页" #: lms/templates/registration/password_reset_complete.html #: lms/templates/registration/password_reset_complete.html @@ -3125,7 +3240,7 @@ msgstr "" #: lms/templates/registration/password_reset_confirm.html msgid "The following errors occurred while processing your registration: " -msgstr "" +msgstr "在处理你注册的过程中出现以下问题:" #: lms/templates/registration/password_reset_confirm.html msgid "You must complete all fields." @@ -3226,7 +3341,7 @@ msgstr "请到以下页面设置新的密码:" msgid "" "If you didn't request this change, you can disregard this email - we have " "not yet reset your password." -msgstr "" +msgstr "如果你没有请求该变更,请忽略本邮件——我们尚未重置你的密码。" #: lms/templates/registration/password_reset_email.html msgid "Thanks for using our site!" @@ -3311,8 +3426,11 @@ msgstr "保存修改" msgid "Preview" msgstr "预览" +#. #-#-#-#-# mako.po (edx-platform) #-#-#-#-# #. Translators: this is a control to allow users to exit out of this modal #. interface (a menu or piece of UI that takes the full focus of the screen) +#: lms/templates/wiki/edit.html lms/templates/wiki/history.html +#: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard.html lms/templates/forgot_password_modal.html @@ -3329,19 +3447,12 @@ msgstr "关闭" #: lms/templates/wiki/edit.html msgid "Wiki Preview" -msgstr "" +msgstr "Wiki预览" -#. #-#-#-#-# mako.po (edx-platform) #-#-#-#-# -#. Translators: this text gives status on if the modal interface (a menu or -#. piece of UI that takes the full focus of the screen) is open or not #: lms/templates/wiki/edit.html lms/templates/wiki/history.html #: lms/templates/wiki/history.html lms/templates/wiki/includes/cheatsheet.html -#: lms/templates/dashboard.html lms/templates/dashboard.html -#: lms/templates/dashboard.html lms/templates/dashboard.html -#: lms/templates/dashboard.html -#: lms/templates/modal/_modal-settings-language.html msgid "window open" -msgstr "" +msgstr "窗口打开" #: lms/templates/wiki/edit.html msgid "Back to editor" @@ -3362,7 +3473,7 @@ msgstr "" #: lms/templates/wiki/history.html msgid "(no log message)" -msgstr "" +msgstr "(无日志消息)" #: lms/templates/wiki/history.html msgid "Preview this revision" @@ -3386,7 +3497,7 @@ msgstr "转到选择的版本" #: lms/templates/wiki/history.html msgid "Wiki Revision Preview" -msgstr "" +msgstr "Wiki修订预览" #: lms/templates/wiki/history.html lms/templates/wiki/history.html msgid "Back to history view" @@ -3398,7 +3509,7 @@ msgstr "切换到这个版本" #: lms/templates/wiki/history.html msgid "Merge Revision" -msgstr "" +msgstr "合并修订" #: lms/templates/wiki/history.html msgid "Merge with current" @@ -3420,11 +3531,11 @@ msgstr "创建新的合并版本" #: lms/templates/wiki/preview_inline.html msgid "Previewing revision:" -msgstr "" +msgstr "预览修改:" #: lms/templates/wiki/preview_inline.html msgid "Previewing a merge between two revisions:" -msgstr "" +msgstr "预览两个合并的版本" #: lms/templates/wiki/preview_inline.html msgid "This revision has been deleted." @@ -3449,7 +3560,7 @@ msgstr "您需要注册或者登录才能使用这个功能。" #: lms/templates/wiki/includes/cheatsheet.html msgid "Wiki Cheatsheet" -msgstr "" +msgstr "Wiki小抄" #: lms/templates/wiki/includes/cheatsheet.html msgid "Wiki Syntax Help" @@ -3490,7 +3601,7 @@ msgstr "edX 附加:" #: lms/templates/wiki/includes/cheatsheet.html msgid "Math Expression" -msgstr "" +msgstr "数学表达式" #: lms/templates/wiki/includes/cheatsheet.html msgid "Useful examples:" @@ -3498,11 +3609,11 @@ msgstr "实用的例子:" #: lms/templates/wiki/includes/cheatsheet.html msgid "Wikipedia" -msgstr "" +msgstr "Wikipedia" #: lms/templates/wiki/includes/cheatsheet.html msgid "edX Wiki" -msgstr "" +msgstr "edX Wiki" #: lms/templates/wiki/includes/cheatsheet.html msgid "Huge Header" @@ -3552,8 +3663,11 @@ msgid "" " Markdown syntax is allowed. See the %(start_link)scheatsheet%(end_link)s for help.\n" " " msgstr "" +"\n" +"允许Markdown语法。查看%(start_link)s 备忘 %(end_link)s 以获得帮助" #: lms/templates/wiki/plugins/attachments/index.html +#: wiki/plugins/attachments/wiki_plugin.py msgid "Attachments" msgstr "附件" @@ -3704,7 +3818,7 @@ msgstr "命令是:{0!r}。工作目录是:{1!r}" #: cms/djangoapps/contentstore/git_export_utils.py msgid "Command output was: {0!r}" -msgstr "" +msgstr "命令输出: {0!r}" #: cms/djangoapps/contentstore/git_export_utils.py msgid "" @@ -3931,7 +4045,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -3999,11 +4114,9 @@ msgstr "" msgid "Privacy Policy" msgstr "" -#: cms/templates/widgets/header.html lms/templates/help_modal.html -#: lms/templates/navigation.html lms/templates/static_templates/help.html -#: lms/templates/static_templates/help.html wiki/plugins/help/wiki_plugin.py +#: wiki/plugins/help/wiki_plugin.py msgid "Help" -msgstr "" +msgstr "帮助" #: common/templates/course_modes/choose.html msgid "Upgrade Your Registration for {} | Choose Your Track" @@ -4275,11 +4388,47 @@ msgstr "出现错误,请稍后再试。" msgid "Please verify your new email" msgstr "" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "编辑" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "重设密码" @@ -4567,6 +4716,8 @@ msgid "" "this course, post in the {link_start}course discussion " "forum{link_end}." msgstr "" +"有关本课程的讲座内容,家庭作业,工具或资料等方面的问题,请发帖到 " +"{link_start}课程论坛{link_end}。" #: lms/templates/help_modal.html msgid "" @@ -4839,6 +4990,21 @@ msgstr "账户参数" msgid "Remember me" msgstr "记住我" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "" @@ -5174,6 +5340,26 @@ msgstr "欢迎!" msgid "Register below to create your {platform_name} account" msgstr "注册以创建你在 {platform_name}的账户" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "请将以下字段补充完整以完成账户注册。" @@ -5646,6 +5832,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "您的话:" @@ -5915,7 +6105,7 @@ msgstr "课程结束" #: lms/templates/courseware/course_about.html msgid "Estimated Effort" -msgstr "" +msgstr "预期课程目标" #: lms/templates/courseware/course_about.html msgid "Prerequisites" @@ -6173,14 +6363,14 @@ msgstr "作业名称:" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/instructor/instructor_dashboard_2/student_admin.html msgid "Course-specific grade adjustment" -msgstr "" +msgstr "调整特定课程的分数" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/instructor/instructor_dashboard_2/student_admin.html #: lms/templates/instructor/instructor_dashboard_2/student_admin.html msgid "Specify a particular problem in the course here by its url:" -msgstr "" +msgstr "通过一个特定问题的url地址来明确课程中的该问题:" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -6239,13 +6429,13 @@ msgstr "后台正在重新评分,活跃任务状态会出现在如下表格中 #: lms/templates/courseware/instructor_dashboard.html msgid "Select a problem and an action:" -msgstr "" +msgstr "选择问题和操作:" #: lms/templates/courseware/instructor_dashboard.html msgid "" "User requires forum administrator privileges to perform administration " "tasks. See instructor." -msgstr "" +msgstr "用户需要论坛管理员权限来完成管理任务。请联系主讲教师。" #: lms/templates/courseware/instructor_dashboard.html msgid "Explanation of Roles:" @@ -6277,13 +6467,13 @@ msgstr "课程注册数据" #: lms/templates/courseware/instructor_dashboard.html msgid "Pull enrollment from remote gradebook" -msgstr "" +msgstr "从远程成绩单中获取注册人数" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/instructor/instructor_dashboard_2/metrics.html msgid "Section:" -msgstr "" +msgstr "章节:" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/instructor/instructor_dashboard_2/membership.html @@ -6298,7 +6488,7 @@ msgstr "" #: lms/templates/courseware/instructor_dashboard.html msgid "Notify students by email" -msgstr "" +msgstr "通过邮件通知学生" #: lms/templates/courseware/instructor_dashboard.html msgid "Auto-enroll students when they activate" @@ -6569,6 +6759,10 @@ msgstr "" msgid "Course Progress for Student '{username}' ({email})" msgstr "" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -6931,14 +7125,9 @@ msgstr "我的同伴" msgid "new post title" msgstr "" -#: lms/templates/discussion/_inline_new_post.html -#: lms/templates/discussion/_new_post.html -#: lms/templates/discussion/_underscore_templates.html -#: lms/templates/discussion/mustache/_inline_discussion.mustache -#: lms/templates/discussion/mustache/_inline_discussion_cohorted.mustache #: wiki/forms.py wiki/forms.py wiki/forms.py msgid "Title" -msgstr "" +msgstr "标题" #: lms/templates/discussion/_inline_new_post.html #: lms/templates/discussion/_new_post.html @@ -7230,10 +7419,6 @@ msgstr "论坛现在正在维护,将尽快恢复正常。" msgid "User Profile" msgstr "用户资料" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7257,6 +7442,10 @@ msgstr "" msgid "View discussion" msgstr "" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7296,6 +7485,11 @@ msgid "" "by a member of the course staff." msgstr "" +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" +msgstr "" + #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." msgstr "" @@ -7398,10 +7592,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" @@ -9849,7 +10039,7 @@ msgid "" "You use the External URL value to reference the file or image from outside " "of your course. Do not use the External URL as a link value within your " "course." -msgstr "" +msgstr "你可以通过设定外部URL的值来引用你课程外的文件或者图像。请不要将外部URL值作为课程内部链接值直接使用。" #: cms/templates/asset_index.html cms/templates/container.html #: cms/templates/overview.html cms/templates/settings_graders.html @@ -10115,7 +10305,7 @@ msgstr "上述日期与尚未设定的{name}的发布日期不同。" #: cms/templates/edit_subsection.html msgid "The date above differs from the release date of {name} - {start_time}" -msgstr "" +msgstr "以上日期与{name} 的发布日期- {start_time}不一致" #: cms/templates/edit_subsection.html msgid "Sync to {name}." @@ -12036,58 +12226,58 @@ msgstr "这是一个关键字字符串。" #: wiki/admin.py wiki/models/article.py msgid "created" -msgstr "" +msgstr "创建" #: wiki/forms.py msgid "Only localhost... muahahaha" -msgstr "" +msgstr "只有localhost……哇哈哈哈" #: wiki/forms.py msgid "Initial title of the article. May be overridden with revision titles." -msgstr "" +msgstr "文章的最初标题。可能会被修正标题所覆盖。" #: wiki/forms.py msgid "Type in some contents" -msgstr "" +msgstr "请键入一些内容" #: wiki/forms.py msgid "" "This is just the initial contents of your article. After creating it, you " "can use more complex features like adding plugins, meta data, related " "articles etc..." -msgstr "" +msgstr "这只是您文章的最初内容。在创建它以后,您可以使用更复杂的特性,比如说增加插件、元数据、相关文章等等......" #: wiki/forms.py wiki/forms.py msgid "Contents" -msgstr "" +msgstr "内容" #: wiki/forms.py wiki/forms.py msgid "Summary" -msgstr "" +msgstr "摘要" #: wiki/forms.py msgid "" "Give a short reason for your edit, which will be stated in the revision log." -msgstr "" +msgstr "给个编辑的理由,这理由将会被记录到修正日志里。" #: wiki/forms.py msgid "" "While you were editing, someone else changed the revision. Your contents " "have been automatically merged with the new contents. Please review the text" " below." -msgstr "" +msgstr "当你在编辑之时,别人进行了修改,您的内容已自动与其合并,请检查以下的文字。" #: wiki/forms.py msgid "No changes made. Nothing to save." -msgstr "" +msgstr "没有变更,不需要保存。" #: wiki/forms.py msgid "Select an option" -msgstr "" +msgstr "请选择" #: wiki/forms.py msgid "Slug" -msgstr "" +msgstr "固定链接地址" #: wiki/forms.py msgid "" @@ -12095,267 +12285,268 @@ msgid "" "alphanumeric characters and - or _. Note that you cannot change the slug " "after creating the article." msgstr "" +"这个地址将用于定位你的文档。请使用由数字、字母、-(减号)、_(下划线)组成的字符串。注意:一旦文档创建完毕将不能再对此固定链接地址进行修改。" #: wiki/forms.py msgid "Write a brief message for the article's history log." -msgstr "" +msgstr "为文章的历史记录写一个 简短的报告" #: wiki/forms.py msgid "A slug may not begin with an underscore." -msgstr "" +msgstr "不能使用下划线作为固定链接的起始字符。" #: wiki/forms.py msgid "A deleted article with slug \"%s\" already exists." -msgstr "" +msgstr "已经存在一个固定链接地址为\"%s\"的已删除文档。" #: wiki/forms.py msgid "A slug named \"%s\" already exists." -msgstr "" +msgstr "以\"%s\"命名的固定链接地址已经存在。" #: wiki/forms.py msgid "Yes, I am sure" -msgstr "" +msgstr "是的,我确定" #: wiki/forms.py msgid "Purge" -msgstr "" +msgstr "清除" #: wiki/forms.py msgid "" "Purge the article: Completely remove it (and all its contents) with no undo." " Purging is a good idea if you want to free the slug such that users can " "create new articles in its place." -msgstr "" +msgstr "清除文档:完全删除它(以及其中的内容)且无法恢复。当你需要释放该固定链接地址以便可以创建一个新文档继承使用该固定链接地址时选择清除操作。" #: wiki/forms.py wiki/plugins/attachments/forms.py #: wiki/plugins/images/forms.py msgid "You are not sure enough!" -msgstr "" +msgstr "你还不够确定!" #: wiki/forms.py msgid "While you tried to delete this article, it was modified. TAKE CARE!" -msgstr "" +msgstr "在您试图删除该文章期间,它已经被修改。请特别注意!" #: wiki/forms.py msgid "Lock article" -msgstr "" +msgstr "锁定文章" #: wiki/forms.py msgid "Deny all users access to edit this article." -msgstr "" +msgstr "不允许其他用户编辑该文章。" #: wiki/forms.py msgid "Permissions" -msgstr "" +msgstr "权限" #: wiki/forms.py msgid "Owner" -msgstr "" +msgstr "所有者" #: wiki/forms.py msgid "Enter the username of the owner." -msgstr "" +msgstr "请输入所有者用户名。" #: wiki/forms.py msgid "(none)" -msgstr "" +msgstr "(空)" #: wiki/forms.py msgid "Inherit permissions" -msgstr "" +msgstr "继承权限" #: wiki/forms.py msgid "" "Check here to apply the above permissions recursively to articles under this" " one." -msgstr "" +msgstr "选择此项将使上述权限对以下的文档递归生效。" #: wiki/forms.py msgid "Permission settings for the article were updated." -msgstr "" +msgstr "文档的权限设置已更新。" #: wiki/forms.py msgid "Your permission settings were unchanged, so nothing saved." -msgstr "" +msgstr "你的权限设置没有变更,不需要保存。" #: wiki/forms.py msgid "No user with that username" -msgstr "" +msgstr "找不到此用户名所对应的用户" #: wiki/forms.py msgid "Article locked for editing" -msgstr "" +msgstr "文章在编辑中,已被锁定" #: wiki/forms.py msgid "Article unlocked for editing" -msgstr "" +msgstr "文章已解锁,可以编辑" #: wiki/forms.py msgid "Filter..." -msgstr "" +msgstr "过滤..." #: wiki/core/plugins/base.py msgid "Settings for plugin" -msgstr "" +msgstr "插件设置" #: wiki/models/article.py wiki/models/pluginbase.py #: wiki/plugins/attachments/models.py msgid "current revision" -msgstr "" +msgstr "当前版本" #: wiki/models/article.py msgid "" "The revision being displayed for this article. If you need to do a roll-" "back, simply change the value of this field." -msgstr "" +msgstr "显示该文档的对应版本。如果你需要回滚到历史版本,请修改空格里的值。" #: wiki/models/article.py msgid "modified" -msgstr "" +msgstr "已修改" #: wiki/models/article.py msgid "Article properties last modified" -msgstr "" +msgstr "最后更新的文章属性" #: wiki/models/article.py msgid "owner" -msgstr "" +msgstr "所有者" #: wiki/models/article.py msgid "" "The owner of the article, usually the creator. The owner always has both " "read and write access." -msgstr "" +msgstr "文章的所有者,通常是创建者。所有者总是拥有读写权限。" #: wiki/models/article.py msgid "group" -msgstr "" +msgstr "分组" #: wiki/models/article.py msgid "" "Like in a UNIX file system, permissions can be given to a user according to " "group membership. Groups are handled through the Django auth system." -msgstr "" +msgstr "类似UNIX文件系统,权限可以根据用户的用户组授予。用户组通过Django的认证系统管理。" #: wiki/models/article.py msgid "group read access" -msgstr "" +msgstr "用户组读访问权限" #: wiki/models/article.py msgid "group write access" -msgstr "" +msgstr "用户组写访问权限" #: wiki/models/article.py msgid "others read access" -msgstr "" +msgstr "其他用户读访问权限" #: wiki/models/article.py msgid "others write access" -msgstr "" +msgstr "其他用户写访问权限" #: wiki/models/article.py msgid "Article without content (%(id)d)" -msgstr "" +msgstr "文档中没有内容(%(id)d)" #: wiki/models/article.py msgid "content type" -msgstr "" +msgstr "内容类型" #: wiki/models/article.py msgid "object ID" -msgstr "" +msgstr "对象ID" #: wiki/models/article.py msgid "Article for object" -msgstr "" +msgstr "对象的文档" #: wiki/models/article.py msgid "Articles for object" -msgstr "" +msgstr "对象的文档" #: wiki/models/article.py msgid "revision number" -msgstr "" +msgstr "版本修订号" #: wiki/models/article.py msgid "IP address" -msgstr "" +msgstr "IP地址" #: wiki/models/article.py msgid "user" -msgstr "" +msgstr "用户" #: wiki/models/article.py msgid "locked" -msgstr "" +msgstr "已锁定" #: wiki/models/article.py wiki/models/pluginbase.py msgid "article" -msgstr "" +msgstr "文档" #: wiki/models/article.py msgid "article contents" -msgstr "" +msgstr "文档内容" #: wiki/models/article.py msgid "article title" -msgstr "" +msgstr "文档标题" #: wiki/models/article.py msgid "" "Each revision contains a title field that must be filled out, even if the " "title has not changed" -msgstr "" +msgstr "每一次版本修订都必须包含有标题,即使标题本身并没有发生变化" #: wiki/models/pluginbase.py msgid "original article" -msgstr "" +msgstr "原始文档" #: wiki/models/pluginbase.py msgid "Permissions are inherited from this article" -msgstr "" +msgstr "从该文档继承的权限" #: wiki/models/pluginbase.py msgid "A plugin was changed" -msgstr "" +msgstr "一个插件被变更" #: wiki/models/pluginbase.py msgid "" "The revision being displayed for this plugin.If you need to do a roll-back, " "simply change the value of this field." -msgstr "" +msgstr "显示插件修订版本信息。如果你需要回滚到历史版本,请修改此处的值。" #: wiki/models/urlpath.py msgid "Cache lookup value for articles" -msgstr "" +msgstr "缓存文档的查找值" #: wiki/models/urlpath.py msgid "slug" -msgstr "" +msgstr "固定链接地址" #: wiki/models/urlpath.py msgid "(root)" -msgstr "" +msgstr "(root)" #: wiki/models/urlpath.py msgid "URL path" -msgstr "" +msgstr "URL路径" #: wiki/models/urlpath.py msgid "URL paths" -msgstr "" +msgstr "URL路径" #: wiki/models/urlpath.py msgid "Sorry but you cannot have a root article with a slug." -msgstr "" +msgstr "抱歉,你无法对根文档设置固定链接地址。" #: wiki/models/urlpath.py msgid "A non-root note must always have a slug." -msgstr "" +msgstr "非根节点必须有固定链接地址。" #: wiki/models/urlpath.py msgid "There is already a root node on %s" -msgstr "" +msgstr "在%s已经存在一个根节点" #: wiki/models/urlpath.py msgid "" @@ -12364,273 +12555,276 @@ msgid "" "\n" "The children of this article have had their parents deleted. You should probably find a new home for them." msgstr "" +"丢失父链接的文档\n" +"===============================\n" +"该子文档的父链接已经被删除。你可以可以重新为他们寻找一个新的链接点。" #: wiki/models/urlpath.py msgid "Lost and found" -msgstr "" +msgstr "失物招领" #: wiki/plugins/attachments/forms.py msgid "A short summary of what the file contains" -msgstr "" +msgstr "该文档包含内容的简要说明" #: wiki/plugins/attachments/forms.py msgid "Yes I am sure..." -msgstr "" +msgstr "是的我很确定......" #: wiki/plugins/attachments/markdown_extensions.py msgid "Click to download file" -msgstr "" +msgstr "点击以下载文件" #: wiki/plugins/attachments/models.py msgid "" "The revision of this attachment currently in use (on all articles using the " "attachment)" -msgstr "" +msgstr "该附件的修订版本正在使用中(适用于所有使用该附件的文档)" #: wiki/plugins/attachments/models.py msgid "original filename" -msgstr "" +msgstr "原始文件名" #: wiki/plugins/attachments/models.py msgid "attachment" -msgstr "" +msgstr "附件" #: wiki/plugins/attachments/models.py msgid "attachments" -msgstr "" +msgstr "附件" #: wiki/plugins/attachments/models.py msgid "file" -msgstr "" +msgstr "文件" #: wiki/plugins/attachments/models.py msgid "attachment revision" -msgstr "" +msgstr "附件修订版本" #: wiki/plugins/attachments/models.py msgid "attachment revisions" -msgstr "" +msgstr "附件修订版本" #: wiki/plugins/attachments/views.py msgid "%s was successfully added." -msgstr "" +msgstr "%s已经成功添加。" #: wiki/plugins/attachments/views.py wiki/plugins/attachments/views.py msgid "Your file could not be saved: %s" -msgstr "" +msgstr "你的文件无法被保存:%s" #: wiki/plugins/attachments/views.py wiki/plugins/attachments/views.py msgid "" "Your file could not be saved, probably because of a permission error on the " "web server." -msgstr "" +msgstr "你的文件无法被保存,可能是由于或者Web服务器的权限异常。" #: wiki/plugins/attachments/views.py msgid "%s uploaded and replaces old attachment." -msgstr "" +msgstr "%s上传成功并覆盖原有附件。" #: wiki/plugins/attachments/views.py msgid "" "Your new file will automatically be renamed to match the file already " "present. Files with different extensions are not allowed." -msgstr "" +msgstr "你的新文件将被自动重命名以匹配已经存在的文件。不允许使用不同的文件扩展名。" #: wiki/plugins/attachments/views.py msgid "Current revision changed for %s." -msgstr "" +msgstr "对%s当前修订版本的变更。" #: wiki/plugins/attachments/views.py msgid "Added a reference to \"%(att)s\" from \"%(art)s\"." -msgstr "" +msgstr "从“%(art)s”添加一个引用到\"%(att)s\"。" #: wiki/plugins/attachments/views.py msgid "The file %s was deleted." -msgstr "" +msgstr "文档%s被删除。" #: wiki/plugins/attachments/views.py msgid "This article is no longer related to the file %s." -msgstr "" +msgstr "该文档与文件%s不再关联。" #: wiki/plugins/attachments/wiki_plugin.py msgid "A file was changed: %s" -msgstr "" +msgstr "文件被修改:%s" #: wiki/plugins/attachments/wiki_plugin.py msgid "A file was deleted: %s" -msgstr "" +msgstr "文件被删除:%s" #: wiki/plugins/images/forms.py msgid "" "New image %s was successfully uploaded. You can use it by selecting it from " "the list of available images." -msgstr "" +msgstr "新图片%s已经成功上传,您可以从图片库中选择使用它。" #: wiki/plugins/images/forms.py msgid "Are you sure?" -msgstr "" +msgstr "您确定?" #: wiki/plugins/images/models.py msgid "image" -msgstr "" +msgstr "图片" #: wiki/plugins/images/models.py msgid "images" -msgstr "" +msgstr "图片" #: wiki/plugins/images/models.py msgid "Image: %s" -msgstr "" +msgstr "图片:%s" #: wiki/plugins/images/models.py msgid "Current revision not set!!" -msgstr "" +msgstr "尚未设置当前的修订版本!!" #: wiki/plugins/images/models.py msgid "image revision" -msgstr "" +msgstr "图片修订版本" #: wiki/plugins/images/models.py msgid "image revisions" -msgstr "" +msgstr "图片修订版本" #: wiki/plugins/images/models.py msgid "Image Revsion: %d" -msgstr "" +msgstr "图片修订版本:%d" #: wiki/plugins/images/views.py msgid "%s has been restored" -msgstr "" +msgstr "%s已经被恢复" #: wiki/plugins/images/views.py msgid "%s has been marked as deleted" -msgstr "" +msgstr "%s已经被标注为已删除" #: wiki/plugins/images/views.py msgid "%(file)s has been changed to revision #%(revision)d" -msgstr "" +msgstr "%(file)s已经被变更到修订版本#%(revision)d" #: wiki/plugins/images/views.py msgid "%(file)s has been saved." -msgstr "" +msgstr "%(file)s已经被保存。" #: wiki/plugins/images/wiki_plugin.py msgid "Images" -msgstr "" +msgstr "图片" #: wiki/plugins/images/wiki_plugin.py msgid "An image was added: %s" -msgstr "" +msgstr "已经添加图片:%s" #: wiki/plugins/links/wiki_plugin.py msgid "Links" -msgstr "" +msgstr "链接" #: wiki/plugins/notifications/forms.py msgid "Notifications" -msgstr "" +msgstr "通知" #: wiki/plugins/notifications/forms.py msgid "When this article is edited" -msgstr "" +msgstr "当这篇文章被编辑" #: wiki/plugins/notifications/forms.py msgid "Also receive emails about article edits" -msgstr "" +msgstr "接收关于该文档编辑的电子邮件" #: wiki/plugins/notifications/forms.py msgid "Your notification settings were updated." -msgstr "" +msgstr "你的通知设置已经更新。" #: wiki/plugins/notifications/forms.py msgid "Your notification settings were unchanged, so nothing saved." -msgstr "" +msgstr "你的通知设置没有变更,因此无需保存。" #: wiki/plugins/notifications/models.py msgid "%(user)s subscribing to %(article)s (%(type)s)" -msgstr "" +msgstr "%(user)s订阅%(article)s(%(type)s)" #: wiki/plugins/notifications/models.py msgid "Article deleted: %s" -msgstr "" +msgstr "被删除的文档:%s" #: wiki/plugins/notifications/models.py msgid "Article modified: %s" -msgstr "" +msgstr "被修改文档:%s" #: wiki/plugins/notifications/models.py msgid "New article created: %s" -msgstr "" +msgstr "创建的新文档:%s" #: wiki/views/accounts.py msgid "You are now sign up... and now you can sign in!" -msgstr "" +msgstr "您已经注册...现在可以登录了!" #: wiki/views/accounts.py msgid "You are no longer logged in. Bye bye!" -msgstr "" +msgstr "您已经退出。再见!" #: wiki/views/accounts.py msgid "You are now logged in! Have fun!" -msgstr "" +msgstr "您已经登录!好好体验吧!" #: wiki/views/article.py msgid "New article '%s' created." -msgstr "" +msgstr "新文档'%s'已经创建。" #: wiki/views/article.py msgid "There was an error creating this article: %s" -msgstr "" +msgstr "该文档创建过程中出错:%s" #: wiki/views/article.py msgid "There was an error creating this article." -msgstr "" +msgstr "在文档创建过程中出错了。" #: wiki/views/article.py msgid "" "This article cannot be deleted because it has children or is a root article." -msgstr "" +msgstr "这篇文章不能被删除,因为它有子类或是根文章。" #: wiki/views/article.py msgid "" "This article together with all its contents are now completely gone! Thanks!" -msgstr "" +msgstr "文档及其所有内容已经删除!谢谢!" #: wiki/views/article.py msgid "" "The article \"%s\" is now marked as deleted! Thanks for keeping the site " "free from unwanted material!" -msgstr "" +msgstr "文档\"%s\"当前被标记为删除!感谢您为网站清除不必要的材料!" #: wiki/views/article.py msgid "Your changes were saved." -msgstr "" +msgstr "您的更改已被保存。" #: wiki/views/article.py msgid "A new revision of the article was succesfully added." -msgstr "" +msgstr "成功添加了这篇文章的新的版本" #: wiki/views/article.py msgid "Restoring article" -msgstr "" +msgstr "恢复文档" #: wiki/views/article.py msgid "The article \"%s\" and its children are now restored." -msgstr "" +msgstr "文档\"%s\"及其子链接已经被恢复。" #: wiki/views/article.py msgid "The article %s is now set to display revision #%d" -msgstr "" +msgstr "文档%s当前被设置为显示修订版本#%d" #: wiki/views/article.py msgid "New title" -msgstr "" +msgstr "新标题" #: wiki/views/article.py msgid "Merge between Revision #%(r1)d and Revision #%(r2)d" -msgstr "" +msgstr "合并修订版本#%(r1)d与#%(r2)d" #: wiki/views/article.py msgid "" "A new revision was created: Merge between Revision #%(r1)d and Revision " "#%(r2)d" -msgstr "" +msgstr "产生新的修订版本:合并修订版本#%(r1)d与#%(r2)d" diff --git a/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo b/conf/locale/zh_CN/LC_MESSAGES/djangojs.mo index d27d368873bbe771548c3305dbb5873b31d65f3f..f70eb863c02ba3d0b092308998bdeeff5e8f2f50 100644 GIT binary patch delta 13081 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 JAn#G*e*k1S#z+7F delta 6777 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 Mr=1SIJbA78A3<{9 diff --git a/conf/locale/zh_CN/LC_MESSAGES/djangojs.po b/conf/locale/zh_CN/LC_MESSAGES/djangojs.po index ac30b419d2..ef060198cd 100644 --- a/conf/locale/zh_CN/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_CN/LC_MESSAGES/djangojs.po @@ -58,9 +58,9 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-21 14:45+0000\n" -"Last-Translator: fmyzjs \n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" +"Last-Translator: sarina \n" "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/edx-platform/language/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -376,6 +376,7 @@ msgstr "显示讨论" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "很抱歉" @@ -537,6 +538,10 @@ msgstr "加载下面的%(numResponses)s条回复" msgid "Are you sure you want to delete this post?" msgstr "您确定要删除这个帖子?" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "匿名" @@ -913,7 +918,7 @@ msgstr "成为beta测试者之前,需要创建并激活账户。" #. usernames) appears after this sentence; #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Could not find users associated with the following identifiers:" -msgstr "" +msgstr "未能找到与以下ID关联的用户:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Error enrolling/unenrolling users." @@ -921,7 +926,7 @@ msgstr "用户登记/取消登记出错。" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "The following email addresses and/or usernames are invalid:" -msgstr "" +msgstr "以下电子邮件地址/用户名无效:" #: lms/static/coffee/src/instructor_dashboard/membership.js msgid "Successfully enrolled and sent email to the following users:" @@ -1376,11 +1381,11 @@ msgstr "学生数目" msgid "" "This may be happening because of an error with our server or your internet " "connection. Try refreshing the page or making sure you are online." -msgstr "" +msgstr "此情况可能由于服务器错误或者你的网络连接错误导致。尝试刷新页面或者确保网络畅通。" #: cms/static/coffee/src/main.js msgid "Studio's having trouble saving your work" -msgstr "" +msgstr "Studio 保存您工作时遇到问题" #: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/tabs.js #: cms/static/coffee/src/views/unit.js @@ -1394,13 +1399,13 @@ msgstr "保存中…" #: cms/static/coffee/src/views/tabs.js msgid "Delete Component Confirmation" -msgstr "" +msgstr "删除组件确认" #: cms/static/coffee/src/views/tabs.js msgid "" "Are you sure you want to delete this component? This action cannot be " "undone." -msgstr "" +msgstr "您确定删除此组件吗?此操作不可恢复。" #: cms/static/coffee/src/views/tabs.js cms/static/coffee/src/views/unit.js #: cms/static/js/base.js cms/static/js/views/course_info_update.js @@ -1410,23 +1415,23 @@ msgstr "删除中…" #: cms/static/coffee/src/views/unit.js msgid "Adding…" -msgstr "" +msgstr "增加…" #: cms/static/coffee/src/views/unit.js cms/static/js/views/pages/container.js msgid "Duplicating…" -msgstr "" +msgstr "复制…" #: cms/static/coffee/src/views/unit.js cms/static/js/views/pages/container.js msgid "Delete this component?" -msgstr "" +msgstr "删除此组件?" #: cms/static/coffee/src/views/unit.js cms/static/js/views/pages/container.js msgid "Deleting this component is permanent and cannot be undone." -msgstr "" +msgstr "删除此组件是永久性的且不可恢复。" #: cms/static/coffee/src/views/unit.js cms/static/js/views/pages/container.js msgid "Yes, delete this component" -msgstr "" +msgstr "是的,删除这个组件" #: cms/static/js/base.js msgid "This link will open in a modal window" @@ -1446,11 +1451,11 @@ msgstr "确认,删除" #: cms/static/js/index.js msgid "Please do not use any spaces in this field." -msgstr "" +msgstr "此字段的内容不能包含空格。" #: cms/static/js/index.js msgid "Please do not use any spaces or special characters in this field." -msgstr "" +msgstr "此字段的内容不能包含空格或特殊字符。" #: cms/static/js/index.js msgid "" @@ -1478,7 +1483,7 @@ msgstr "您必须指定一个名称" msgid "" "Only <%= fileTypes %> files can be uploaded. Please select a file ending in " "<%= fileExtensions %> to upload." -msgstr "" +msgstr "只有 <%= fileTypes %> 格式的文件可以上传。请选择一个以 <%= fileExtensions %> 结尾的文件上传。" #: cms/static/js/models/uploads.js msgid "or" @@ -1510,31 +1515,31 @@ msgstr "关键字只能包含字母、数字、下划线和连字符。" #: cms/static/js/models/settings/course_grader.js msgid "There's already another assignment type with this name." -msgstr "" +msgstr "已经有另一个作业类型使用了这个名字。" #: cms/static/js/models/settings/course_grader.js msgid "Please enter an integer between 0 and 100." -msgstr "" +msgstr "请输入一个0到100之间的整数。" #: cms/static/js/models/settings/course_grader.js msgid "Please enter an integer greater than 0." -msgstr "" +msgstr "请输入一个大于0的整数。" #: cms/static/js/models/settings/course_grader.js msgid "Please enter non-negative integer." -msgstr "" +msgstr "请输入非负整数。" #: cms/static/js/models/settings/course_grader.js msgid "Cannot drop more <% attrs.types %> than will assigned." -msgstr "" +msgstr "删除的<% attrs.types %>不能超过将分配的数量。" #: cms/static/js/models/settings/course_grading_policy.js msgid "Grace period must be specified in HH:MM format." -msgstr "" +msgstr "宽限时间必须以 HH:MM 格式设定。" #: cms/static/js/views/asset.js msgid "Delete File Confirmation" -msgstr "" +msgstr "删除文件确认" #: cms/static/js/views/asset.js msgid "" @@ -1569,62 +1574,66 @@ msgstr "你确定要删除这份更新吗?" #: cms/static/js/views/course_info_update.js msgid "This action cannot be undone." -msgstr "" +msgstr "这个动作无法取消。" #: cms/static/js/views/edit_chapter.js msgid "Upload a new PDF to “<%= name %>”" -msgstr "" +msgstr "上传一个新的PDF文件至\"<%= name %>\"" #: cms/static/js/views/edit_chapter.js msgid "Please select a PDF file to upload." -msgstr "" +msgstr "请选择上传一个PDF文件。" #: cms/static/js/views/edit_textbook.js #: cms/static/js/views/overview_assignment_grader.js msgid "Saving" -msgstr "" +msgstr "保存中" #: cms/static/js/views/import.js msgid "There was an error with the upload" -msgstr "" +msgstr "文件上传错误" #: cms/static/js/views/import.js msgid "" "File format not supported. Please upload a file with a tar.gz " "extension." +msgstr "文件格式不支持。请上传一个后缀名为tar.gz的文件。" + +#: cms/static/js/views/metadata.js +msgid "Upload File" msgstr "" #: cms/static/js/views/overview.js msgid "Collapse All Sections" -msgstr "" +msgstr "折叠所有章节" #: cms/static/js/views/overview.js msgid "Expand All Sections" -msgstr "" +msgstr "展开所有章节" #: cms/static/js/views/overview.js msgid "Release date:" -msgstr "" +msgstr "发布日期:" #: cms/static/js/views/overview.js msgid "{month}/{day}/{year} at {hour}:{minute} UTC" -msgstr "" +msgstr "{year} 年{month}月{day}日 {hour}时{minute}分 国际标准时间" #: cms/static/js/views/overview.js msgid "Edit section release date" -msgstr "" +msgstr "修改章节发布日期" #: cms/static/js/views/overview_assignment_grader.js msgid "Not Graded" -msgstr "" +msgstr "未评分" #: cms/static/js/views/paging.js msgid "ascending" -msgstr "" +msgstr "升序" #: cms/static/js/views/paging.js msgid "descending" -msgstr "" +msgstr "降序" #: cms/static/js/views/paging_header.js msgid "" @@ -1632,112 +1641,115 @@ msgid "" "%(total_span)s%(total)s total%(end_span)s, sorted by " "%(order_span)s%(sort_order)s%(end_span)s %(sort_direction)s" msgstr "" +"总计%(total_span)s%(total)s%(end_span)s,以 " +"%(order_span)s%(sort_order)s%(end_span)s " +"%(sort_direction)s方式排序,显示为%(current_span)s%(start)s-%(end)s%(end_span)s" #: cms/static/js/views/section_edit.js msgid "Your change could not be saved" -msgstr "" +msgstr "您的更改无法保存" #: cms/static/js/views/section_edit.js msgid "Return and resolve this issue" -msgstr "" +msgstr "返回并解决这个问题" #: cms/static/js/views/show_textbook.js msgid "Delete “<%= name %>”?" -msgstr "" +msgstr "删除\"<%= name %>\"?" #: cms/static/js/views/show_textbook.js msgid "" "Deleting a textbook cannot be undone and once deleted any reference to it in" " your courseware's navigation will also be removed." -msgstr "" +msgstr "删除教材的操作无法撤销,同时课件导航中对该教材的引用也将被移除。" #: cms/static/js/views/show_textbook.js msgid "Deleting" -msgstr "" +msgstr "删除中" #: cms/static/js/views/uploads.js msgid "Upload" -msgstr "" +msgstr "上传" #: cms/static/js/views/uploads.js msgid "We're sorry, there was an error" -msgstr "" +msgstr "很抱歉,出现错误" #: cms/static/js/views/validation.js msgid "You've made some changes" -msgstr "" +msgstr "您已更改" #: cms/static/js/views/validation.js msgid "Your changes will not take effect until you save your progress." -msgstr "" +msgstr "您所作变更在保存后才能生效。" #: cms/static/js/views/validation.js msgid "You've made some changes, but there are some errors" -msgstr "" +msgstr "您所作变更存在错误" #: cms/static/js/views/validation.js msgid "" "Please address the errors on this page first, and then save your progress." -msgstr "" +msgstr "请先解决本页存在的错误,然后保存。" #: cms/static/js/views/validation.js msgid "Save Changes" -msgstr "" +msgstr "保存更改" #: cms/static/js/views/validation.js msgid "Your changes have been saved." -msgstr "" +msgstr "您所作变更已保存。" #: cms/static/js/views/xblock_editor.js msgid "Editor" -msgstr "" +msgstr "编辑器" #: cms/static/js/views/xblock_editor.js msgid "Settings" -msgstr "" +msgstr "设置" #: cms/static/js/views/modals/base_modal.js msgid "Save" -msgstr "" +msgstr "保存" #: cms/static/js/views/modals/edit_xblock.js msgid "Component" -msgstr "" +msgstr "组件" #: cms/static/js/views/modals/edit_xblock.js msgid "Editing: %(title)s" -msgstr "" +msgstr "编辑:%(title)s" #: cms/static/js/views/settings/advanced.js msgid "" "Your changes will not take effect until you save your progress. Take care " "with key and value formatting, as validation is not implemented." -msgstr "" +msgstr "变更在保存之后生效。由于系统暂时不支持校验功能,请仔细检查策略键值对设置。" #: cms/static/js/views/settings/advanced.js msgid "Your policy changes have been saved." -msgstr "" +msgstr "您的策略变更已保存。" #: cms/static/js/views/settings/advanced.js msgid "" "Please note that validation of your policy key and value pairs is not " "currently in place yet. If you are having difficulties, please review your " "policy pairs." -msgstr "" +msgstr "请注意:当前策略键值对并未校验。如果遇到问题,请重新检查策略键值对设置。" #: cms/static/js/views/settings/main.js msgid "Upload your course image." -msgstr "" +msgstr "上传您的课程图片。" #: cms/static/js/views/settings/main.js msgid "Files must be in JPEG or PNG format." -msgstr "" +msgstr "文件必须是JPEG或者PNG格式。" #: cms/static/js/views/video/translations_editor.js msgid "" "Sorry, there was an error parsing the subtitles that you uploaded. Please " "check the format and try again." -msgstr "" +msgstr "对不起,您上传的字幕文件存在格式错误,请检查并重新上传。" #: cms/static/js/views/video/translations_editor.js msgid "Upload translation" diff --git a/conf/locale/zh_TW/LC_MESSAGES/django.mo b/conf/locale/zh_TW/LC_MESSAGES/django.mo index 4ffd865886c40cfbe5fd1f936b4034b763d987c0..9b97ca72be3b6309b1a33b53f8370af7358f256f 100644 GIT binary patch delta 39653 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 N&5fFS+TAG8{{x}txc>kE delta 36888 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, 2013 # JoeyChiou , 2013 # okalright , 2013 +# bhsfmiao , 2014 # okalright , 2013-2014 # tosti , 2013 # 毅 歐陽 , 2014 @@ -39,6 +40,7 @@ # JoeyChiou , 2013 # lin31504 , 2014 # okalright , 2013-2014 +# bhsfmiao , 2014 # okalright , 2013-2014 # TSHIH , 2013 # tosti , 2013 @@ -51,7 +53,9 @@ # # Translators: # JoeyChiou , 2013 +# lin31504 , 2014 # okalright , 2014 +# bhsfmiao , 2014 # okalright , 2013-2014 # tosti , 2013 # TSHIH , 2013 @@ -79,7 +83,7 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:02-0400\n" +"POT-Creation-Date: 2014-04-27 11:11-0400\n" "PO-Revision-Date: 2014-04-10 20:10+0000\n" "Last-Translator: Yu-Ren Chen \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n" @@ -212,6 +216,16 @@ msgstr "您還沒有註冊本課程" msgid "Enrollment action is invalid" msgstr "註冊操作無效" +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like +#. Google or LinkedIn). +#: common/djangoapps/student/views.py +msgid "" +"There is no {platform_name} account associated with your {provider_name} " +"account. Please use your {platform_name} credentials or pick another " +"provider." +msgstr "" + #: common/djangoapps/student/views.py msgid "There was an error receiving your login information. Please email us." msgstr "接受您的登入訊息時發生錯誤,請用電子郵件與我們聯絡。" @@ -858,6 +872,10 @@ msgid "" "by that feedback." msgstr "" +#: common/lib/capa/capa/inputtypes.py +msgid "No response from Xqueue within {xqueue_timeout} seconds. Aborted." +msgstr "" + #: common/lib/capa/capa/responsetypes.py msgid "Error {err} in evaluating hint function {hintfn}." msgstr "" @@ -1923,13 +1941,8 @@ msgstr "" #: lms/djangoapps/instructor/views/instructor_dashboard.py #: lms/templates/instructor/instructor_dashboard_2/data_download.html -#, fuzzy msgid "Data Download" -msgstr "" -"#-#-#-#-# django-partial.po (edx-platform) #-#-#-#-#\n" -"資料下載\n" -"#-#-#-#-# mako.po (edx-platform) #-#-#-#-#\n" -"數據下載" +msgstr "資料下載" #: lms/djangoapps/instructor/views/instructor_dashboard.py #: lms/templates/courseware/instructor_dashboard.html @@ -1938,7 +1951,7 @@ msgstr "分析" #: lms/djangoapps/instructor/views/legacy.py msgid "Course Statistics At A Glance" -msgstr "" +msgstr "課程統計一覽" #: lms/djangoapps/instructor/views/legacy.py msgid "Found a single student. " @@ -1950,7 +1963,7 @@ msgstr "無法透過電子郵件或是使用者名稱找到學生。" #: lms/djangoapps/instructor/views/legacy.py msgid "List of students enrolled in {course_id}" -msgstr "" +msgstr "已註冊{course_id}的學生清單" #: lms/djangoapps/instructor/views/legacy.py msgid "Summary Grades of students enrolled in {course_id}" @@ -2174,7 +2187,7 @@ msgstr "全名" #: lms/djangoapps/instructor/views/legacy.py msgid "edX email" -msgstr "" +msgstr "edX 電子郵件帳號" #: lms/djangoapps/instructor/views/legacy.py msgid "Enrollment of students" @@ -3874,7 +3887,8 @@ msgstr "" #: cms/templates/login.html cms/templates/register.html #: lms/templates/login.html lms/templates/provider_login.html #: lms/templates/provider_login.html lms/templates/register.html -#: lms/templates/signup_modal.html lms/templates/sysadmin_dashboard.html +#: lms/templates/register.html lms/templates/signup_modal.html +#: lms/templates/sysadmin_dashboard.html #: lms/templates/university_profile/edge.html msgid "Password" msgstr "" @@ -4221,11 +4235,47 @@ msgstr "發生錯誤。請稍後再試一次。" msgid "Please verify your new email" msgstr "請驗證您的新電子郵件信箱" +#. Translators: this message is displayed when a user tries to link their +#. account with a third-party authentication provider (for example, Google or +#. LinkedIn) with a given edX account, but their third-party account is +#. already +#. associated with another edX account. provider_name is the name of the +#. third-party authentication provider, and platform_name is the name of the +#. edX deployment. +#: lms/templates/dashboard.html +msgid "" +"The selected {provider_name} account is already linked to another " +"{platform_name} account. Please {link_start}log out{link_end}, then log in " +"with your {provider_name} account." +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html #: lms/templates/dashboard/_dashboard_info_language.html msgid "edit" msgstr "編輯" +#. Translators: this section lists all the third-party authentication +#. providers +#. (for example, Google and LinkedIn) the user can link with or unlink from +#. their edX account. +#: lms/templates/dashboard.html +msgid "Account Links" +msgstr "" + +#. Translators: clicking on this removes the link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "unlink" +msgstr "" + +#. Translators: clicking on this creates a link between a user's edX account +#. and their account with an external authentication provider (like Google or +#. LinkedIn). +#: lms/templates/dashboard.html +msgid "link" +msgstr "" + #: lms/templates/dashboard.html lms/templates/dashboard.html msgid "Reset Password" msgstr "重置密碼" @@ -4788,6 +4838,21 @@ msgstr "帳戶偏好" msgid "Remember me" msgstr "記住我" +#. Translators: this is the last choice of a number of choices of how to log +#. in +#. to the site. +#: lms/templates/login.html +msgid "or, if you have connected one of these providers, log in below." +msgstr "" + +#. Translators: provider_name is the name of an external, third-party user +#. authentication provider (like Google or LinkedIn). +#. Translators: provider_name is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/login.html lms/templates/register.html +msgid "Sign in with {provider_name}" +msgstr "" + #: lms/templates/lti.html msgid "External resource" msgstr "外部資源" @@ -5125,6 +5190,26 @@ msgstr "歡迎 !" msgid "Register below to create your {platform_name} account" msgstr "請在下面註冊創建您的 {platform_name} 帳號" +#: lms/templates/register.html +msgid "Register to start learning today!" +msgstr "" + +#: lms/templates/register.html +msgid "" +"or create your own {platform_name} account by completing all " +"required* fields below." +msgstr "" + +#. Translators: selected_provider is the name of an external, third-party user +#. authentication service (like Google or LinkedIn). +#: lms/templates/register.html +msgid "You've successfully signed in with {selected_provider}." +msgstr "" + +#: lms/templates/register.html +msgid "Finish your account registration below to start learning." +msgstr "" + #: lms/templates/register.html msgid "Please complete the following fields to register for an account. " msgstr "請完整填寫下列欄位以註冊帳戶。" @@ -5600,6 +5685,10 @@ msgstr "" msgid "{file_format}" msgstr "" +#: lms/templates/video.html +msgid "Download Handout" +msgstr "" + #: lms/templates/word_cloud.html msgid "Your words:" msgstr "您的話:" @@ -5886,7 +5975,7 @@ msgstr "額外資源" #. notification image that indicates the tab "needs attention". #: lms/templates/courseware/course_navigation.html msgid "needs attention" -msgstr "" +msgstr "需要注意" #: lms/templates/courseware/course_navigation.html #: lms/templates/courseware/course_navigation.html @@ -6376,7 +6465,7 @@ msgstr "學生" #: lms/templates/courseware/instructor_dashboard.html msgid "Score distribution for problems" -msgstr "" +msgstr "問題成績分布" #: lms/templates/courseware/instructor_dashboard.html #: lms/templates/courseware/instructor_dashboard.html @@ -6529,6 +6618,10 @@ msgstr "在Studio中檢視評分" msgid "Course Progress for Student '{username}' ({email})" msgstr "學生 '{username}' ({email}) 的課程進度" +#: lms/templates/courseware/progress.html +msgid "Download your certificate" +msgstr "" + #: lms/templates/courseware/progress.html msgid "{earned:.3n} of {total:.3n} possible points" msgstr "" @@ -7190,10 +7283,6 @@ msgstr "論壇現在正在維護,將儘快恢復正常。" msgid "User Profile" msgstr "使用者資料" -#: lms/templates/discussion/user_profile.html -msgid "Active Threads" -msgstr "活動主題" - #: lms/templates/discussion/mustache/_inline_thread.mustache #: lms/templates/discussion/mustache/_inline_thread_cohorted.mustache msgid "Expand discussion" @@ -7217,6 +7306,10 @@ msgstr "" msgid "View discussion" msgstr "檢視討論" +#: lms/templates/discussion/mustache/_user_profile.mustache +msgid "Active Threads" +msgstr "活動主題" + #: lms/templates/emails/activation_email.txt msgid "" "Thank you for signing up for {platform_name}! To activate your account, " @@ -7254,11 +7347,16 @@ msgstr "親愛的 {full_name}" msgid "" "You have been invited to be a beta tester for {course_name} at {site_name} " "by a member of the course staff." +msgstr "您已被{site_name}上{course_name}課程的工作人員邀請成為課程的beta測試者。" + +#: lms/templates/emails/add_beta_tester_email_message.txt +#: lms/templates/emails/enroll_email_enrolledmessage.txt +msgid "To start accessing course materials, please visit {course_url}" msgstr "" #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {course_about_url} to join the course and begin the beta test." -msgstr "" +msgstr "拜訪{course_about_url}以加入課程並成為beta測試者。" #: lms/templates/emails/add_beta_tester_email_message.txt msgid "Visit {site_name} to enroll in the course and begin the beta test." @@ -7273,7 +7371,7 @@ msgstr "此封電子郵件由{site_name}自動寄給{email_address}" #: lms/templates/emails/add_beta_tester_email_subject.txt msgid "You have been invited to a beta test for {course_name}" -msgstr "" +msgstr "您已被邀請參加{course_name}的beta測試。" #: lms/templates/emails/confirm_email_change.txt msgid "" @@ -7361,10 +7459,6 @@ msgid "" "course staff. The course should now appear on your {site_name} dashboard." msgstr "" -#: lms/templates/emails/enroll_email_enrolledmessage.txt -msgid "To start accessing course materials, please visit {course_url}" -msgstr "" - #: lms/templates/emails/enroll_email_enrolledmessage.txt #: lms/templates/emails/unenroll_email_enrolledmessage.txt msgid "This email was automatically sent from {site_name} to {full_name}" @@ -7536,7 +7630,7 @@ msgstr "跳過" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "Score Distribution" -msgstr "" +msgstr "成績分布" #: lms/templates/instructor/instructor_dashboard_2/analytics.html msgid "" @@ -7628,7 +7722,7 @@ msgstr "對於小型課程,點選個人資訊清單以直接加入學生至課 #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "List enrolled students' profile information" -msgstr "" +msgstr "列出註冊學生個人資料資訊" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" @@ -7644,7 +7738,7 @@ msgstr "評分標準" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Click to download a CSV of anonymized student IDs:" -msgstr "" +msgstr "點選以下載匿名表示學生ID的CSV檔案:" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "Get Student Anonymized IDs CSV" @@ -7659,7 +7753,7 @@ msgid "" "Click to generate a CSV grade report for all currently enrolled students. " "Links to generated reports appear in a table below when report generation is" " complete." -msgstr "" +msgstr "點選以產生所有目前註冊學生CSV格式的成績報告,報告的連結將會在生成後顯示在下方的表格中。" #: lms/templates/instructor/instructor_dashboard_2/data_download.html msgid "" @@ -7853,7 +7947,7 @@ msgstr "" msgid "" "Note: Users must have an activated {platform_name} account before they can " "be enrolled as a beta tester." -msgstr "" +msgstr "注意:使用者在加入beta測試者之前,必須有個於{platform_name}上啟用的帳號。" #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "" @@ -7867,11 +7961,11 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Add beta testers" -msgstr "" +msgstr "新增beta測試者" #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Remove beta testers" -msgstr "" +msgstr "移除beta測試者" #. Translators: an "Administration List" is a list, such as Course Staff, that #. users can be added to. @@ -7884,7 +7978,7 @@ msgstr "管理員列表管理" #. users can be added to. #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Select an Administrator Group:" -msgstr "" +msgstr "選擇一個管理群組:" #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Getting available lists..." @@ -7941,7 +8035,7 @@ msgstr "Beta測試者可以在其餘學生之前看到課程內容。他們可 #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Add Beta Tester" -msgstr "" +msgstr "新增Beta測試者" #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Discussion Admins" @@ -7956,7 +8050,7 @@ msgstr "" #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Add Discussion Admin" -msgstr "" +msgstr "新增討論管理員" #: lms/templates/instructor/instructor_dashboard_2/membership.html msgid "Discussion Moderators" @@ -8437,7 +8531,7 @@ msgstr "我們已經給您的郵箱發送郵件,您應該能夠很快收到, #: lms/templates/shoppingcart/download_report.html msgid "Download CSV Data" -msgstr "下載CSV數據" +msgstr "下載CSV格式資料" #: lms/templates/shoppingcart/download_report.html msgid "These reports are delimited by start and end dates." @@ -8773,7 +8867,7 @@ msgstr "" msgid "" "Please wait a few seconds and then reload the page. If the problem persists," " please email us at {email}." -msgstr "" +msgstr "請等待數秒後重新載入頁面。如果問題依然存在,請透過電子郵件{email}與我們聯絡" #: lms/templates/static_templates/server-overloaded.html msgid "Currently the {platform_name} servers are overloaded" @@ -9804,7 +9898,7 @@ msgstr "頁面功能" #: cms/templates/asset_index.html msgid "Loading…" -msgstr "" +msgstr "載入中…" #: cms/templates/asset_index.html msgid "What files are listed here?" @@ -9910,7 +10004,7 @@ msgstr "" #: cms/templates/container.html msgid "This page has no content yet." -msgstr "" +msgstr "本頁面尚無內容" #: cms/templates/container.html cms/templates/container.html msgid "Publishing Status" @@ -9918,13 +10012,13 @@ msgstr "發佈狀態" #: cms/templates/container.html msgid "Published" -msgstr "" +msgstr "已發佈" #: cms/templates/container.html msgid "" "To make changes to the content of this page, you need to edit unit " "{unit_link} as a draft." -msgstr "" +msgstr "要改變這個頁面的內容,您需要將單元{unit_link}設定為草稿" #: cms/templates/container.html msgid "Draft" @@ -9934,7 +10028,7 @@ msgstr "" msgid "" "You can edit the content of this page, and your changes will be published " "with unit {unit_link}." -msgstr "" +msgstr "您可以編輯這個頁面的內容,所有變更將會發布在單元{unit_link}" #: cms/templates/container.html msgid "" @@ -9997,7 +10091,7 @@ msgstr "無法復原此頁面" #: cms/templates/edit-tabs.html msgid "You can add additional custom pages to your course." -msgstr "" +msgstr "您可以增加額外的自訂頁面到您的課程中" #: cms/templates/edit-tabs.html msgid "Add a New Page" @@ -10037,7 +10131,7 @@ msgstr "" #: cms/templates/edit-tabs.html msgid "See an example" -msgstr "" +msgstr "瞧瞧範例" #: cms/templates/edit-tabs.html msgid "Pages in Your Course" diff --git a/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo b/conf/locale/zh_TW/LC_MESSAGES/djangojs.mo index 6f53fb43528a357c7fe38378880042ac1b770e6a..e86133b2d42aad5c2d8835b3280dd3a90d44c161 100644 GIT binary patch delta 34 qcmbR7igCs(#tmT}?B)uFhE|3KlVd#;*o{mS42`XfHn(_8(E$L;Gzz2u delta 34 qcmbR7igCs(#tmT}>_!R(mR1IalVd#;*bNO7j0~)dH@A39(E$L;3<{tC diff --git a/conf/locale/zh_TW/LC_MESSAGES/djangojs.po b/conf/locale/zh_TW/LC_MESSAGES/djangojs.po index bfeb302c91..67eae10f66 100644 --- a/conf/locale/zh_TW/LC_MESSAGES/djangojs.po +++ b/conf/locale/zh_TW/LC_MESSAGES/djangojs.po @@ -9,6 +9,7 @@ # JoeyChiou , 2013 # lin31504 , 2014 # okalright , 2013-2014 +# bhsfmiao , 2014 # okalright , 2013 # Yu-Ren Chen , 2013-2014 # Yu-Ren Chen , 2013 @@ -22,6 +23,7 @@ # christtabris , 2014 # JoeyChiou , 2014 # JoeyChiou , 2013 +# bhsfmiao , 2014 # okalright , 2013 # Yu-Ren Chen , 2014 # Yu-Ren Chen , 2013 @@ -30,8 +32,8 @@ msgid "" msgstr "" "Project-Id-Version: edx-platform\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-04-22 09:01-0400\n" -"PO-Revision-Date: 2014-04-10 20:30+0000\n" +"POT-Creation-Date: 2014-04-27 11:10-0400\n" +"PO-Revision-Date: 2014-04-24 13:20+0000\n" "Last-Translator: sarina \n" "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/edx-platform/language/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -350,6 +352,7 @@ msgstr "顯示討論" #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js #: common/static/coffee/src/discussion/views/discussion_thread_view.js +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js #: common/static/coffee/src/discussion/views/response_comment_view.js msgid "Sorry" msgstr "抱歉" @@ -511,6 +514,10 @@ msgstr "" msgid "Are you sure you want to delete this post?" msgstr "你確定要刪除這項post?" +#: common/static/coffee/src/discussion/views/discussion_user_profile_view.js +msgid "We had some trouble loading the page you requested. Please try again." +msgstr "" + #: common/static/coffee/src/discussion/views/response_comment_show_view.js msgid "anonymous" msgstr "匿名" @@ -1564,6 +1571,10 @@ msgid "" "extension." msgstr "檔案格式不支援,請上傳 tar.gz 格式的檔案。" +#: cms/static/js/views/metadata.js +msgid "Upload File" +msgstr "" + #: cms/static/js/views/overview.js msgid "Collapse All Sections" msgstr "折疊所有章節"