Forum Index   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jan 29, 2004 - 09:59 AM Reply with quote Back to top

Upcoming language defines will be put here !

admin.php :

Code:

// ADMIN
define('_PNCUPADMINTITLE',          'pncUserPoints Admin Page');
define('_PNCUPMAINLINK',            'User Page');
define('_PNCUPSUBMITBTN',           'Submit');
define('_PNCUPBACKBUTTON',          'Back');

// ADMIN MENU
define('_PNCUPMENU',                'pncUPAdmin Menu');
define('_PNCUPADMINCONFIG',         'Main Settings');
define('_PNCUPADMINPLUGPAGE',       'Administrate Plugins');
define('_PNCUPADMINEXCLUDE',        'Exclusions');

// MAIN CONFIG PAGE
define('_PNCUPCONFIGVARS',          'Module Variables');
define('_PNCUPINTERVALVALUELABEL',  'Interval Number');
define('_PNCUPINTERVALTYPELABEL',   'Interval Type');
define('_PNCUPSHOWHOWMANYLABEL',    'Show x Users on main Page');
define('_PNCUPSUBMITCONFIG',        'Submit');
// Interval Type
define('_PNCUPMINUTES',             'Minutes');
define('_PNCUPHOURS',               'Hours');
define('_PNCUPDAYS',                'Days');
define('_PNCUPMONTHS',              'Months');
define('_PNCUPYEARS',               'Years');
// UPDATE LOG
define('_PNCUPUPDATELOG',           'Update Log');
define('_PNCUPLASTUSRUPDATE',       'Last Update :');
define('_PNCUPLASTGRPUPDATE',       'Last Group Update :');
define('_PNCUPRESETUPLINK',         'Reset Activity Table');

// RESET ACTIVITY
define('_PNCUPRESETACTIVITY',       'Reset User Activity');
define('_PNCUPRESETCHECKBOX',       'Send to Archives actual activity ?');
define('_PNCUPRESETDONE',           'Reset Done');
define('_PNCUPRESETUSRBOX',         'Reset User Activity');
define('_PNCUPRESETGRPBOX',         'Reset Group Activity');
/*added by thoemme****************************************************/
define('_PNCUPCOMINGSOONBR',        '(Coming Soon!)');
/*********************************************************************/

// PLUGIN PAGE
define('_PNCUPCOREPLUGLIST',        'Internal Plugin List');
define('_PNCUPPLUGFORMNAME',        'Plugin Name');
define('_PNCUPPLUGFORMFUNC',        'Function');
define('_PNCUPPLUGFORMLANG',        'Lang Constant');
define('_PNCUPPLUGFORMACTIVE',      'Active');
define('_PNCUPPLUGFORMVALUE',       'Value in Points');
define('_PNCUPEXTPLUGLINK',         'External Plugin Page');
define('_PNCUPPLUGFORMTYPE',        'Type');
define('_PNCUPPLUGISCORE',          'Core');
define('_PNCUPPLUGNOCORE',          'External');
define('_PNCUPADDNEWPLUG',          'Add a New Plugin');
define('_PNCUPDELETEPLUGLINK',      'Delete');
define('_PNCUPSAVEPLUGPROBLEM',     'Problem while saving plugins : ');
define('_PNCUPPLUGPROBLEM',         'Problem with plugins !');
define('_PNCUPPLUGOK',              'Plug is ok !');
define('_PNCUPPLUGDELETEASK',       'Are you sure you want to delete this plugin : ');
/*added by thoemme****************************************************/
define('_PNRESETCORPL',             'Reset Core Plugins');
/*********************************************************************/

// CORE PLUG LIST
define('_PNCUPSTORIES',             'Stories');
define('_PNCUPCOMMENTS',            'Comments');
define('_PNCUPDWLN',                'Downloads');
define('_PNCUPCPOLL',               'Poll Comments');
define('_PNCUPDWLNVOTES',           'Votes on Downloads');
define('_PNCUPWLINKS',              'Web Links');
define('_PNCUPWLINKSVOTES',         'Votes on WLinks');
define('_PNCUPREVIEWS',             'Reviews');
define('_PNCUPCREVIEWS',            'Comments on Reviews');

// EXCLUSION PAGE
define('_PNCUPEXCLUDELIST',         'Exclusion List');
/*added by thoemme****************************************************/
define('_ADD',                      'Add');
define('_EXCLGROUPS',               'Groups');
define('_EXCLUSERS',                'Users');
define('_GID',                      'Group ID');
define('_GNAME',                    'Group Name');
define('_REMOVE',                   'Remove');
define('_UID',                      'User ID');
define('_UNAME',                    'User Name');
/*********************************************************************/


Last edited by Chestnut on Jan 30, 2004 - 09:09 PM; edited 3 times in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jan 29, 2004 - 10:00 AM Reply with quote Back to top

user.php

Code:

// GENERAL
define('_PNCUPTITLE',               'User Points');
define('_PNCUPADMINLINK',           'Administration');
define('_PNCUPSUBMITBTN',           'Submit');
define('_PNCUPPOINTS',              'points');
define('_PNCUPLEGEND',              'Legend');

// ADMIN MENU
define('_PNCUPMENU',                'Menu');
define('_PNCUPMAINPAGE',            'User Activity');
define('_PNCUPGROUPPAGE',           'Group Activity');
define('_PNCUPSTATSPAGE',           'Statistics');
define('_PNCUPARCHIVESPAGE',        'Archives');

// CORE PLUG LIST
define('_PNCUPSTORIES',             'Stories');
define('_PNCUPCOMMENTS',            'Comments');
define('_PNCUPDOWNLOADS',           'Downloads');
define('_PNCUPPOLLCOMM',            'Poll Comments');
define('_PNCUPDOWNLOADSVOTES',      'Votes on Downloads');
define('_PNCUPWEBLINKS',            'Web Links');
define('_PNCUPWEBLINKSVOTES',       'Votes on WLinks');
define('_PNCUPREVIEWS',             'Reviews');
define('_PNCUPREVIEWSCOMM',         'Comments on Reviews');

// MAIN PAGE
define('_PNCUPRANK',                'Rank');
define('_PNCUPMEMBER',              'Member');
define('_PNCUPUNAME',               'UserName');
define('_PNCUPTOTAL',               'Total');
define('_PNCUPDETAILSON',           'Details ON');
define('_PNCUPDETAILSOFF',          'Details OFF');
define('_PNCUPUSERS',               'Users');
define('_PNCUPTOTAL',               'Total');

define('_PNCUPLASTUPDATE',          'Last update : ');
define('_PNCUPNEXTUPDATE',          'Next update : ');

// UTILS
define('_PNCUPCOMINGSOON',          'Coming soon...');


Last edited by Chestnut on Jan 30, 2004 - 08:37 PM; edited 1 time in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jan 29, 2004 - 10:01 AM Reply with quote Back to top

xforum.php :

Code:

define('_PNCUPXFORUM',              'XForum Posts');


phpbb_14.php :

Code:

define('_PNCUPPHPBB14',              'phpBB Posts');


pnphpbb2.php :

Code:

define('_PNCUPPNPHPBB2',              'PNphpBB2 Posts');
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
nandoOffline



Joined: Jan 23, 2004
Posts: 10
Location: 2
Status: Offline
Post   Posted: Feb 22, 2004 - 08:07 PM Reply with quote Back to top

In the Main Settings Page:

"Points from the beginning."

and

"Start date to count."

Are Not Language Defines, shouldn't them be??
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Feb 22, 2004 - 11:48 PM Reply with quote Back to top

This was for the 0.12, I didn't post the 0.13... It is hard to follow as it changes often and everybody make something on their side.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits
DarkMindZ