[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-11-16 Thread Davide Casciato
** Changed in: revager
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  Fix Released
Status in RevAger 1.3 series:
  Won't Fix

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-11-01 Thread Johannes Wettinger
** Changed in: revager
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  Fix Committed
Status in RevAger 1.3 series:
  Won't Fix

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-10-30 Thread Launchpad Bug Tracker
** Branch linked: lp:revager

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  In Progress
Status in RevAger 1.3 series:
  Won't Fix

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-10-30 Thread Johannes Wettinger
Daniel, what do you mean exactly?

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  In Progress
Status in RevAger 1.3 series:
  Won't Fix

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-10-30 Thread Daniel Kulesz
Sounds nice. But what would happen in case of "partial" translations (in
the sense of not all the strings are translated)?

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  In Progress
Status in RevAger 1.3 series:
  Won't Fix

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-10-29 Thread Johannes Wettinger
I suggest to fix this issue using the following solution:

* The class org.revager.app.model.Data provides the following methods:
-- getDefLangSeverities
-- getDefLangRoles
-- getDefLangRecommendations
-- getDefLangCatalogs
-- getDefLangInvitationText

* In 'org.revager.app.ReviewManagement' there will be a new method
called 'organizeTranslations()'. It is called inside
'org.revager.app.ApplicationControl.loadReview()' and tries to migrate
the language-dependent strings of the review file using the methods in
'org.revager.app.model.Data' mentioned above.

* On the change of language the default catalogs for the selected
language will be loaded inside the Aspects Manager if they haven't been
loaded already.

** Changed in: revager
 Assignee: (unassigned) => Johannes Wettinger (jojow)

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  In Progress
Status in RevAger 1.3 series:
  Won't Fix

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-10-29 Thread Johannes Wettinger
** Changed in: revager/1.3
   Status: Confirmed => Won't Fix

** Changed in: revager
   Status: New => In Progress

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  In Progress
Status in RevAger 1.3 series:
  Won't Fix

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-10-23 Thread Johannes Wettinger
** Tags added: 1.4

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  New
Status in RevAger 1.3 series:
  Confirmed

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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


[Revager-developers] [Bug 601154] Re: Some language-dependent strings won't be adapted after changing the language

2011-07-06 Thread Daniel Kulesz
** Changed in: revager
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of RevAger
Developers, which is the registrant for RevAger.
https://bugs.launchpad.net/bugs/601154

Title:
  Some language-dependent strings won't be adapted after changing the
  language

Status in RevAger:
  New
Status in RevAger 1.3 series:
  Confirmed

Bug description:
  Some language-dependent strings won't be adapted after changing the language. 
The following strings are affected:
  * all the severities in the review
  * the invitation text inside the review protocols

  Maybe there are some more strings affected. The reason for this
  problem is the fact that these strings are stored either inside the
  review file or in the application settings database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/revager/+bug/601154/+subscriptions

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