There are a few untranslated strings in the webform ui. Here are some of them (the missing strings in the code tag):

  • At the creation of a new webform, no components are included. At the components list: No Components, add a component below.
  • Same page, Advanced Settings fieldset, Unlimited number of submissions.
  • At the creation of a new webform, after clicking on a component type, the user is presented with the component's edit page. The title at the top says Add new component.
  • Same page and if a file component is selected, Upload Filtering.
  • Administer » Site configuration » Webform, advanced settings fieldset, the drop down list is untranslated.
  • Same page, at the available components list, there is no description for the file type component (not sure this is a translation related issue).
  • At the component edit page, at the parent fieldset drop down list, Root.
  • At the Results submissions page, clicking on clear (results), This action cannot be undone.
  • Trying to submit a completed form with mandatory fields, if those fields are left empty, blah blah field is required.

That's it for now. If I discover more, I will follow-up here.

Comments

quicksketch’s picture

Status: Active » Fixed

Thanks! I've wrapped all the strings you've mentioned in t() functions. The last two aren't in webform however, they're in form.inc. I'm sure they're properly translated, but they don't come from webform.

I know you're trying to get a Greek translation completed. Please put it into 5.x and I'll release 1.4 as soon as possible.

GoofyX’s picture

Component: User interface » Translation

Thanks for the quick response.

I've already committed the Greek translation. I'll just have to update it in order to include the new strings. Thanks!

GoofyX’s picture

I also noticed that in line 1696 of webform.module, there is a variable as parameter to t() function:

$component_list[$file->name] = t($file->name);

Is this correct?

Anonymous’s picture

Status: Fixed » Closed (fixed)
avangelist’s picture

Would just like to say that the most recent build is also missing multilingual content on error messages

matiki’s picture

confirmed. Would appreciate to have this fixed.
edit: don't mind that, was an issue with my site translation