{{ stylesheet_tag("generator_css") | safe }}
{{ _("Other actions") }} ▼
{{ _("Save to localStorage") }}
{{ _("Load from localStorage") }}
{{ _("Import userscript") }}
{{ _("Change background") }}
{% if config['ISSUE_REPORT_LINK'] -%}
{{ _("Report an issue") }}
{%- endif %}
{{ _("Smilepack") }}
{{ _("Name") }}:
{% if config['ALLOW_LIFETIME_SELECT'] -%} {{ _("Delete from server after") }}:
{{ _("Half an hour") }}
{% for tm, title in [[28800, _("8 hours")], [86400, _("1 day")], [604800, _("Week")], [2592000, _("30 days")]] -%} {%- if not config['MAX_LIFETIME'] or config['MAX_LIFETIME'] >= tm -%}
{{ title }}
{% endif -%} {%- endfor %} {%- if not config['MAX_LIFETIME'] -%}
{{ _("Keep forever") }}
{%- endif %}
{%- endif %} {% if pack %}
{{ _("Save new smilepack") }}
{{ _("Download last saved version") }}
{% else %}
{{ _("Save and download smilepack!") }}
{{ _("Download last saved version") }}
{% endif %} {% if pack_deletion_date %}
({{ _("smilepack will be deleted") }}
{{ pack_deletion_date }}
)
{% else %}
({{ _("smilepack will be deleted") }}
)
{% endif %}
{{ _("Move the entire category to smilepack") }}
{{ _("Add your smile") }}
{{ _("Adding a category") }}
{{ _("Changing a category") }}
{{ _("Category name") }}:
{{ _("Icon") }}:
{%- for icon in icons %}
{%- endfor %}
{{ _("Adding a smile") }}
{% if config.UPLOAD_METHOD != None -%}
{{ _("From link") }}
{{ _("From computer") }}
{% endif -%}
{{ _("Link") }}:
{{ _("Smile size") }}:
x
{{ _("Keep aspect ratio") }}
{{ _("The actual dimensions of the image will not be changed; if necessary, compress it yourself in a graphics editor.") }}
{{ _("Importing a userscript") }}
{{ _("Select an userscript file") }}
{{ _("Saving the smilepack") }}
{{ _("Create a smile") }}
%d
/
%d
...
{{ _("Saving...") }}
{{ _("Smilepack saved!") }}
{{ _("His id:") }}
{{ _("Now you can:") }}
{{ _("Download userscript") }}
{{ _("and install it in your browser to use smilepack at all sites that support HTML or BBCode.") }}
{{ _("Give a look to someone your smilepack by sharing this link:") }}
#
{{ _("Close this message and continue editing to create another smilepack (previous saved smilepack will be unchanged).") }}
{{ _("Back to editing") }}
{{ javascript_tag("generator_js") | safe }} {# TODO: This should loaded with ajax #}