[Mahara-contributors] [Bug 785068] Re: Translated string 'pendingmembers' in group.php not read

2011-05-24 Thread Emanuel Garcês
The 'group.php' is there and has the 'pendingmembers '. I've attached the 
language pack, so that you can test it.
I just installed version 1.4 and sure enough the string is appearing correctly, 
but in version 1.3.x, the one we are using, the problem still manifests.

** Attachment added: langpack-pt.tgz
   
https://bugs.launchpad.net/mahara/+bug/785068/+attachment/2140608/+files/langpack-pt.tgz

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/785068

Title:
  Translated string 'pendingmembers' in group.php not read

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  The translated string 'pendingmembers' in group.php is not being read.
  The bug is in the file group\requestjoin.php, line 104 - 109, the current 
code reads:
  'strings' = (object) array(
 'urltext' = (object) array(
 'key' = 'pendingmembers',
 'section' = 'group',
 ),
 ),
  it should be:
  'urltext' = get_string_from_language($adminlang, 'pendingmembers', 'group'),

  This is present in Mahara 1.3.6 and the latest 1.4rc1

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


[Mahara-contributors] [Bug 785068] [NEW] Translated string 'pendingmembers' in group.php not read

2011-05-19 Thread Emanuel Garcês
Public bug reported:

The translated string 'pendingmembers' in group.php is not being read.
The bug is in the file group\requestjoin.php, line 104 - 109, the current code 
reads:
'strings' = (object) array(
   'urltext' = (object) array(
   'key' = 'pendingmembers',
   'section' = 'group',
   ),
   ),
it should be:
'urltext' = get_string_from_language($adminlang, 'pendingmembers', 'group'),

This is present in Mahara 1.3.6 and the latest 1.4rc1

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/785068

Title:
  Translated string 'pendingmembers' in group.php not read

Status in Mahara ePortfolio:
  New

Bug description:
  The translated string 'pendingmembers' in group.php is not being read.
  The bug is in the file group\requestjoin.php, line 104 - 109, the current 
code reads:
  'strings' = (object) array(
 'urltext' = (object) array(
 'key' = 'pendingmembers',
 'section' = 'group',
 ),
 ),
  it should be:
  'urltext' = get_string_from_language($adminlang, 'pendingmembers', 'group'),

  This is present in Mahara 1.3.6 and the latest 1.4rc1

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


[Mahara-contributors] [Bug 677546] Re: Bug in string Recent Activity, Latest Views I`ms Topic Following

2010-12-20 Thread Emanuel Garcês
Besides those strings, there's also some strings in:

lib/pieforms/pieform/elements/expiry.php
lib/pieforms/pieform/rules

that need to be translated.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/677546

Title:
  Bug in string Recent Activity,Latest Views  I`ms Topic Following

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Bug in string Recent Activity,Latest Views  I`ms Topic Following. After 
installing Mahara is not possible to translate to and does not recognize the 
change in these strings in the file mahara.php.And the string continue in 
english.



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