Skip to content

Commit

Permalink
Merge branch '2.7' into 2.8
Browse files Browse the repository at this point in the history
* 2.7:
  do not depend on a fixed date in layout tests
  [Console] Escape default value when dumping help
  [Console] OS X Can't call cli_set_process_title php without superuser
  Polish translation improvement in Validator component
  [Console] Descriptors should use Helper::strlen
  [Config] Improve PHPdoc / IDE autocomplete
  [Debug] Wrap call to ->log in a try catch block
  [Debug] UndefinedMethodFatalErrorHandler - Handle anonymous classes
  [SecurityBundle] Made collection of user provider unique when injecting them to the RemberMeService
  • Loading branch information
nicolas-grekas committed Jan 2, 2017
2 parents df072e8 + 65a8eef commit a32ce2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/translations/validators.pl.xlf
Expand Up @@ -36,11 +36,11 @@
</trans-unit>
<trans-unit id="9">
<source>This field was not expected.</source>
<target>To pole nie spodziewano.</target>
<target>Tego pola się nie spodziewano.</target>
</trans-unit>
<trans-unit id="10">
<source>This field is missing.</source>
<target>To pole jest chybianie.</target>
<target>Tego pola brakuje.</target>
</trans-unit>
<trans-unit id="11">
<source>This value is not a valid date.</source>
Expand Down

0 comments on commit a32ce2b

Please sign in to comment.