Closed Bug 617358 Opened 14 years ago Closed 14 years ago

Copy for status info

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect, P1)

defect

Tracking

(Not tracked)

VERIFIED FIXED
5.12.6

People

(Reporter: jbalogh, Assigned: jbalogh)

Details

Please fill out the blank strings and make any other changes.  This corresponds to http://people.mozilla.com/~chowse/drop/amo/devtools/v3/manage_addon/05_versions.png.  I have purgatory from bug 615754 already.

  {% if addon.disabled_by_user %}
        {{ status('disabled', _('This add-on has been <b>disabled</b>.')) }}
        {{ _("Your add-on is disabled and will not show up in our gallery or update service.") }}      {% elif addon.status == amo.STATUS_NULL %}
        {{ status('incomplete', _('This add-on is <b>incomplete</b>.')) }}
        {{ _('Please complete your add-on.') }}
      {% elif addon.status = amo.STATUS_UNREVIEWED %}
        {{ status('unreviewed',  _('This add-on is <b>awaiting preliminary review</b>.')) }}
        {{ _('') }}
      {% elif addon.status == amo.STATUS_NOMINATED %}
        {{ status('nominated', _('This add-on is <b>awaiting full review</b>.')) }}
        {{ _('') }}
      {% elif addon.status == amo.STATUS_PUBLIC %}
        {{ status('fully-approved', _('This add-on has been <b>fully approved</b>.')) }}
        {{ _('') }}
      {% elif addon.status == amo.STATUS_DISABLED %}
        {{ status('admin-disabled', _('This add-on has been <b>disabled by the admins</b>.')) }}
        {{ _('') }}
      {% elif addon.status == amo.STATUS_LITE %}
        {{ status('lite', _('This add-on has been <b>preliminarily approved</b>.')) }}
        {{ _('') }}
      {% elif addon.status == amo.STATUS_LITE_AND_NOMINATED %}
        {{ status('lite-nom', _('This add-on has been <b>preliminarily approved</b> and is <b>awaiting full review</b>.')) }}        {{ _('') }}
      {% elif addon.status == amo.STATUS_PURGATORY %}
        {{ status('purgatory', _('Please select a review option.')) }}                    
        {{ _('') }}
      {% endif %}
The below text supersedes any other text in previously created mock-ups or bug comments, witness my hand in Redwood City, California this twelfth day of December, 2010.

----
[Please select a review option.]
All add-ons hosted in our gallery must now be reviewed by an editor. If you wish to continue hosting your add-on, please select a review process from the choices below. [Learn more]

This add-on is [awaiting preliminary review].
You will receive an email when the review is complete. Until then, your add-on is not listed in our gallery but can be accessed directly from its details page. [Learn more]

This add-on is [awaiting full review].
You will receive an email when the review is complete. Until then, your add-on is not listed in our gallery but can be accessed directly from its details page. [Learn more]

This add-on has been [preliminarily reviewed].
Your add-on is displayed in our gallery as experimental and users are receiving automatic updates. Some features are unavailable to your add-on. [Learn more]

This add-on has been [preliminarily approved] and is [awaiting full review].
You will receive an email when the full review is complete. Until then, your add-on is displayed in our gallery as experimental and users are receiving automatic updates. Some features are unavailable to your add-on. [Learn more]

This add-on has been [fully reviewed].
Your add-on is displayed in our gallery and users are receiving automatic updates. [Learn more]

You have [disabled] this add-on.
Your add-on's listing is disabled and is not showing anywhere in our gallery or update service. You may re-enable it at any time below.

This add-on has been [disabled by Mozilla].
Your add-on was disabled by a site administrator and is no longer shown in our gallery. If you have any questions, please email amo-admins@mozilla.org.

-----

All Learn More links should go to https://addons.mozilla.org/developers/docs/policies/reviews#selection
Assignee: fligtar → nobody
Whiteboard: [needs words]
Target Milestone: 5.12.5 → 5.12.6
Assignee: nobody → jbalogh
http://github.com/jbalogh/zamboni/commit/aa5b7cc
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Verified FIXED (and I'll note for the record that #selection doesn't actually have a corresponding anchor, but it might, someday!).
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.