Download & Extend

Messages not available for translation

Project:UIE Forum
Version:5.x-1.x-dev
Component:User interface
Category:task
Priority:normal
Assigned:daniel.hunt
Status:active

Issue Summary

English is not my native language, so forgive me any mistakes... :)
First thank you very much for this great module. It is just a forum I've been looking for.

I've tried to translate it to polish but there's a lot of messages which are not in t('...') statement, including regular user interface and administration pages.
I have to change it for my site, so I'm afraid that I will have to change it with every new release.

I hope I can make diff file (not tried yet) so maybe you'll be interested in aplying the patches permanently?

Cheers, Greggus

Comments

#1

I did correction for this warnings/errors:

Invalid marker content in functions.inc.php:12 * t(variable_get('forum_rank_first','n00b'))
Invalid marker content in functions.inc.php:13 * t(variable_get('forum_rank_second','Killing Spree'))
Invalid marker content in functions.inc.php:14 * t(variable_get('forum_rank_third','Rampage'))
Invalid marker content in functions.inc.php:15 * t(variable_get('forum_rank_fourth','Dominating'))
Invalid marker content in functions.inc.php:16 * t(variable_get('forum_rank_fifth','Unstoppable'))
Invalid marker content in functions.inc.php:17 * t(variable_get('forum_rank_sixth','Godlike'))
Invalid marker content in functions.inc.php:18 * t(variable_get('forum_rank_seventh','Wicked Sick'))
Invalid marker content in functions.inc.php:19 * t(variable_get('forum_rank_eighth','Oh Emm Gee'))
Invalid marker content in functions.inc.php:2032 * t($PostID)
Invalid marker content in newpost.php:53 * t('Forum administrators require at least '.$timeout.' seconds between posts. You last posted '.$val.' seconds ago')
Invalid marker content in newpost.php:60 * t($ErrorMsg)
Invalid marker content in reportpost.php:31 * t('Click here to return to '.$refererText)
Invalid marker content in uieforum.module:202 * t("The security tab is where the uieforum module's user access security system can be integrated with the drupal system. Note that until the actual forums to be restricted have had the relevant security settings applied, these will have no effect.<br /><br />It is <strong>strongly</strong> recommended (ie: just don't) not to modify groups 1, 2 or3 in <strong>any</strong> way at all.<br /><br />Each entry must have a GroupShortName that is unique to all other groups, and a Secured-Group Name, that is unique to all other entries within Drupal's access control system.<br /><br />To add extra moderator groups, ensure that the Secured-Group Name of that group begins with 'moderate ' (eg: 'moderate ".uieforum_get_module_security_name()."_NUM_"."_".uieforum_get_module_security_name()."') - The 'moderate ".uieforum_get_module_security_name()." ' part is hard coded, and is neccessary to allow members of a group to have moderator priviledges, and the NUM is the id of the forum that the group is to be a moderator of")
Invalid marker content in uieforum.module:397 * t('Set the various paths for '.uieforum_get_module_name())
Invalid marker content in uieforum.module:409 * t('The path to the forum in urls. Arguably one of the most important, and useful, settings. Leave blank (or as default - '.uieforum_get_module_name().') for the default value. This value is used for access your forum: http://www.yoursite.com/THISVALUE - By setting this to "forum" you can simply swap over from using the default drupal forum, to using this one, in seconds. Don\'t add slashes, just leave it as if it is a single "folder". You can set this almost anything, but it is advised that you use only normal, one-word, words :)')
Invalid marker content in uieforum.module:419 * t('The path to the forum icons. Leave blank to disable icons. Don\'t add a trailing slash. Default icons are available in the "sites/all/modules/'.uieforum_get_module_name().'/uie" directory. You may use images of whatever size you wish, but it is recommended to use 15x15 or 16x16. ')
Invalid marker content in uieforum.module:428 * t('The path to the forum smilies. Don\'t add a trailing slash. Default icons are available in the "sites/all/modules/'.uieforum_get_module_name().'/uie/uiesmilies" directory.')
Invalid marker content in uieforum.module:437 * t('The path to the forum text formatting (bbcode) images. Don\'t add a trailing slash. Default icons are available in the "sites/all/modules/'.uieforum_get_module_name().'/uie/textformatting" directory.')
Invalid marker content in uieforum.module:2107 * t($PostID)
Invalid marker content in uieforum.module:2322 * t(uieforum_get_module_menu_name())
Invalid marker content in uieforum.module:2539 * t('Converts BBCode to html for the '.uieforum_get_module_name().' module, as well as taking care of the smilies')

The only one that I didn't corrcted:
Found a hook_perm() implementation in uieforum.module, but there were no literally provided permissions to record.

The patches in attachment.
If I did something wrong while creating patches, let me know.

Greggus

AttachmentSize
reportpost.php_.diff 2.92 KB
newpost.php_.diff 1.56 KB
functions.inc_.php_.diff 11.38 KB
uieforum.module.diff 12.46 KB

#2

Assigned to:Anonymous» daniel.hunt

These changes are no longer valid as I have modified so much of the code .... :(

nobody click here