Skip to content

Commit

Permalink
Translate title attribute for remove button
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Aug 10, 2011
1 parent 29725d0 commit a634e99
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

Next release
------------

- Translate title attribute for remove button in sequence fields.


0.9.2 (2011-07-22)
------------------

Expand Down
8 changes: 6 additions & 2 deletions deform/locale/deform.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: deform 0.9.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2011-07-13 15:33+0200\n"
"POT-Creation-Date: 2011-08-10 09:33+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -89,10 +89,14 @@ msgstr ""
msgid "There was a problem with this section"
msgstr ""

#: deform/templates/mapping_item.pt:16 deform/templates/sequence_item.pt:14
#: deform/templates/mapping_item.pt:16 deform/templates/sequence_item.pt:15
msgid "${msg}"
msgstr ""

#: deform/templates/sequence_item.pt:6
msgid "Remove"
msgstr ""

#: deform/templates/readonly/checked_password.pt:2
#: deform/templates/readonly/password.pt:2
msgid "Password not displayed. "
Expand Down
Binary file modified deform/locale/nl/LC_MESSAGES/deform.mo
Binary file not shown.
8 changes: 6 additions & 2 deletions deform/locale/nl/LC_MESSAGES/deform.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: deform 0.0\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2011-07-13 15:33+0200\n"
"POT-Creation-Date: 2011-08-10 09:33+0200\n"
"PO-Revision-Date: 2011-06-04 00:12+0200\n"
"Last-Translator: Wichert Akkerman <wichert@wiggy.net>\n"
"Language-Team: nl <LL@li.org>\n"
Expand Down Expand Up @@ -89,10 +89,14 @@ msgstr "Er zaten één of meer fouten in uw formulier"
msgid "There was a problem with this section"
msgstr "Er zaten één of meer fouten in uw formulier"

#: deform/templates/mapping_item.pt:16 deform/templates/sequence_item.pt:14
#: deform/templates/mapping_item.pt:16 deform/templates/sequence_item.pt:15
msgid "${msg}"
msgstr ""

#: deform/templates/sequence_item.pt:6
msgid "Remove"
msgstr "Verwijderen"

#: deform/templates/readonly/checked_password.pt:2
#: deform/templates/readonly/password.pt:2
msgid "Password not displayed. "
Expand Down
1 change: 1 addition & 0 deletions deform/templates/sequence_item.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
id="${field.oid}-close"
tal:condition="not field.widget.hidden"
title="Remove"
i18n:attributes="title"
onclick="javascript:deform.removeSequenceItem(this);"></span>

<span tal:replace="structure field.serialize(cstruct)"/>
Expand Down

0 comments on commit a634e99

Please sign in to comment.