[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-09-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Fix Released
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+16.10.20160825-0ubuntu1

---
webbrowser-app (0.23+16.10.20160825-0ubuntu1) yakkety; urgency=medium

  [ Florian Boucault ]
  * Load images needed at startup asynchronously.

  [ Michael Terry ]
  * Use less hard-coded colors in favor of theme colors. (LP: #1581047)

  [ Olivier Tilloy ]
  * Relax one unit test’s expectations to cater for different behaviours
in different Qt versions (LP: #1611403)
  * Revert the workaround for bug #1585942 now that the bug has been
properly fixed. (LP: #1585942)
  * Skip webapp container autopilot tests that exercise keyboard
shortcuts when not run on desktop. (LP: #1611832)
  * Add missing string to translation template. (LP: #1607713)
  * Fix a handful of harmless warnings in QML unit tests.
  * Add user agent overrides for Google recaptcha. (LP: #1599146)

 -- Olivier Tilloy   Thu, 25 Aug 2016
09:53:50 +

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-08-26 Thread Bill Filler
** Changed in: canonical-devices-system-image
Milestone: None => 13

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-08-26 Thread Olivier Tilloy
** Changed in: canonical-devices-system-image
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Fix Committed
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/missing-string-1607713

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-08-08 Thread Olivier Tilloy
** Changed in: webbrowser-app (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: webbrowser-app (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: webbrowser-app (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  In Progress

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-08-04 Thread Robin Heroldich
** Changed in: canonical-devices-system-image
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607713] Re: 'The website says "%2"' sentence's missing from translations

2016-08-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1607713

Title:
  'The website says "%2"' sentence's missing from translations

Status in Canonical System Image:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  Confirmed

Bug description:
  Website authentication's second sentence is missing from translations:

  In the code:
  text: request ? i18n.tr('The website at %1 requires authentication. The 
website says "%2"').arg(request.host).arg(request.realm) : ""

  On Launchpad:
  The website %1 requires authentication.

  So the 'The website says "%2"' part is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1607713/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp