Re: [Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/i18n-fixes into lp:activity-log-manager

2012-03-02 Thread Daniel Holbach
Review: Approve

Great work, thanks! I took the liberty to write a debian/changelog entry for 
you and massage your changes into a distro patch - I hope this will be picked 
up upstream soon.
-- 
https://code.launchpad.net/~kelemeng/activity-log-manager/i18n-fixes/+merge/95472
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~kelemeng/activity-log-manager/i18n-fixes into lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package activity-log-manager - 0.9.2-0ubuntu3

---
activity-log-manager (0.9.2-0ubuntu3) precise; urgency=low

  * debian/patches/fix-i18n.patch:
- Add policy.in file to POTFILES.in,
- Makefile changes to make the policy file translatable
- Add type description to the ui file, to extract its messages correctly,
- Rename policy file to make it translatable, also remove gettext domain
  info.
  * Run dh_translations during build, also build-dep on it. (LP: #944362)
 -- Gabor Kelemen kelem...@gnome.hu   Fri, 02 Mar 2012 09:36:44 +0100

** Changed in: activity-log-manager (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-02 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-02 Thread मनीष सिन्हा
** Changed in: activity-log-manager
   Importance: Undecided = High

** Changed in: activity-log-manager
   Status: New = Confirmed

** Changed in: activity-log-manager
Milestone: None = 0.9.3

** Changed in: activity-log-manager
 Assignee: (unassigned) = Manish Sinha (मनीष सिन्हा) (manishsinha)

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  Confirmed
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/i18n-fixes into lp:activity-log-manager

2012-03-02 Thread मनीष सिन्हा
Review: Approve i18n

Looks great. Thanks 


revno: 97
committer: Manish Sinha manishsi...@ubuntu.com
branch nick: alm
timestamp: Fri 2012-03-02 21:11:12 +0530
message:
  Add Gabor Kelemen to AUTHORS

revno: 96
committer: Manish Sinha manishsi...@ubuntu.com
branch nick: alm
timestamp: Fri 2012-03-02 21:09:07 +0530
message:
  Bump 0.9.2 to 0.9.3

revno: 95 [merge]
fixes bug: https://launchpad.net/bugs/944362
committer: Manish Sinha manishsi...@ubuntu.com
branch nick: alm
timestamp: Fri 2012-03-02 21:08:11 +0530
message:
  Fix the i18n issues in alm. See the bug LP #944362

-- 
https://code.launchpad.net/~kelemeng/activity-log-manager/i18n-fixes/+merge/95472
Your team Activity Log Manager is subscribed to branch lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-02 Thread Launchpad Bug Tracker
** Branch linked: lp:activity-log-manager

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  Confirmed
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/i18n-fixes into lp:activity-log-manager

2012-03-02 Thread noreply
The proposal to merge lp:~kelemeng/activity-log-manager/i18n-fixes into 
lp:activity-log-manager has been updated.

Status: Needs review = Merged

For more details, see:
https://code.launchpad.net/~kelemeng/activity-log-manager/i18n-fixes/+merge/95472
-- 
https://code.launchpad.net/~kelemeng/activity-log-manager/i18n-fixes/+merge/95472
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~kelemeng/activity-log-manager/i18n-fixes into lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-02 Thread मनीष सिन्हा
** Changed in: activity-log-manager
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  Fix Committed
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 934021] Re: Add Elementary switchboard integration

2012-03-02 Thread मनीष सिन्हा
** Changed in: activity-log-manager
Milestone: 0.9.3 = None

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/934021

Title:
  Add Elementary switchboard integration

Status in Activity Log Manager for Zeitgeist:
  Confirmed

Bug description:
  Activity Log Manager has gnome-control-center integration. Just like
  g-c-c there should be an optional switchboard integration such that
  activity log manager acts as a plug

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/934021/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp