From: Lo?c C. <lo...@us...> - 2001-12-05 19:32:39
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech In directory usw-pr-cvs1:/tmp/cvs-serv469/chat/localization/czech Modified Files: chat.loc Log Message: new strings to use with the new privileges system Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/czech/chat.loc,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** chat.loc 2001/12/04 19:59:40 1.13 --- chat.loc 2001/12/05 19:32:06 1.14 *************** *** 156,174 **** // input frame define('L_HLP', 'Nápovìda'); define('L_BAD_CMD', 'Toto není platný pøíkaz !'); ! define('L_ADMIN', '%s je u¾ administrátor !'); ! define('L_IS_MODERATOR', '%s je u¾ moderátor !'); ! define('L_NO_MODERATOR', 'Tento pøíkaz mù¾e pou¾ít jen moderátor této místnosti.'); define('L_MODERATOR', '%s je nyní moderátorem této místnosti.'); define('L_NONEXIST_USER', 'U¾ivatel %s není v aktuální místnosti.'); define('L_NONREG_USER', 'U¾ivatel %s není registrován.'); define('L_NONREG_USER_IP', 'Jeho IP je: %s.'); ! define('L_NO_KICKED', 'U¾ivatel %s je moderátor nebo administrátor a nemù¾e být vyhozen.'); define('L_KICKED', 'U¾ivatel %s byl úspì¹nì vykopnut.'); ! define('L_NO_BANISHED', 'U¾ivatel %s je moderátor nebo administrátor a nemù¾e mu být zakázán pøístup.'); define('L_BANISHED', 'U¾ivateli %s byl úspì¹nì zakázán pøístup.'); define('L_SVR_TIME', 'Èas serveru: '); define('L_NO_SAVE', '®ádná zpráva k ulo¾ení!'); - define('L_NO_ADMIN', 'Tento pøíkaz mù¾e pou¾ít jen administrátor.'); define('L_ANNOUNCE', 'OZNÁMENÍ'); define('L_INVITE', '%s vám doporuèuje pøejít do místnosti <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.'); --- 156,173 ---- // input frame define('L_HLP', 'Nápovìda'); + define('L_NO_RIGHT', 'The right level you\'re granted isn\'t high enough to run this command.'); define('L_BAD_CMD', 'Toto není platný pøíkaz !'); ! define('L_CANT_PROMOTE', 'The right level you\'re granted isn\'t high enough to promote %s.'); ! define('L_PROMOTED', '%s is now %s.'); define('L_MODERATOR', '%s je nyní moderátorem této místnosti.'); define('L_NONEXIST_USER', 'U¾ivatel %s není v aktuální místnosti.'); define('L_NONREG_USER', 'U¾ivatel %s není registrován.'); define('L_NONREG_USER_IP', 'Jeho IP je: %s.'); ! define('L_CANT_KICK', 'The right level you\'re granted isn\'t high enough to kick away %s.'); define('L_KICKED', 'U¾ivatel %s byl úspì¹nì vykopnut.'); ! define('L_CANT_BANISH', 'The right level you\'re granted isn\'t high enough to banish %s.'); define('L_BANISHED', 'U¾ivateli %s byl úspì¹nì zakázán pøístup.'); define('L_SVR_TIME', 'Èas serveru: '); define('L_NO_SAVE', '®ádná zpráva k ulo¾ení!'); define('L_ANNOUNCE', 'OZNÁMENÍ'); define('L_INVITE', '%s vám doporuèuje pøejít do místnosti <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a>.'); *************** *** 251,256 **** define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>'); define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>'); ! define('L_RIGHT_2', 'Regular visitor in your current room'); ! define('L_RIGHT_1', 'Member in your current room'); define('L_RIGHT_0', 'Visitor'); --- 250,255 ---- define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>'); define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>'); ! define('L_RIGHT_2', 'Experienced member'); ! define('L_RIGHT_1', 'Member'); define('L_RIGHT_0', 'Visitor'); |