Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv322/languages Modified Files: de.php en.php es.php fr.php gb2312.php no.php pt-br.php ru_koi8-r.php ru_windows-1251.php se.php Log Message: Allow for filtering of the active or inactive users Index: de.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/de.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- de.php 28 Feb 2002 17:45:54 -0000 1.10 +++ de.php 1 Mar 2002 00:41:31 -0000 1.11 @@ -71,7 +71,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- en.php 28 Feb 2002 17:45:54 -0000 1.10 +++ en.php 1 Mar 2002 00:41:31 -0000 1.11 @@ -68,7 +68,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: es.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/es.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- es.php 28 Feb 2002 17:45:54 -0000 1.3 +++ es.php 1 Mar 2002 00:41:31 -0000 1.4 @@ -68,7 +68,11 @@ 'next_bug' => 'Siguiente', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: fr.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/fr.php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fr.php 28 Feb 2002 17:45:54 -0000 1.7 +++ fr.php 1 Mar 2002 00:41:31 -0000 1.8 @@ -69,7 +69,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: gb2312.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/gb2312.php,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gb2312.php 28 Feb 2002 17:45:54 -0000 1.6 +++ gb2312.php 1 Mar 2002 00:41:31 -0000 1.7 @@ -71,7 +71,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: no.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/no.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- no.php 28 Feb 2002 17:45:54 -0000 1.9 +++ no.php 1 Mar 2002 00:41:31 -0000 1.10 @@ -69,7 +69,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: pt-br.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/pt-br.php,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- pt-br.php 28 Feb 2002 17:45:54 -0000 1.11 +++ pt-br.php 1 Mar 2002 00:41:31 -0000 1.12 @@ -69,7 +69,11 @@ 'next_bug' => 'Próximo' , 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: ru_koi8-r.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/ru_koi8-r.php,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ru_koi8-r.php 28 Feb 2002 17:45:54 -0000 1.8 +++ ru_koi8-r.php 1 Mar 2002 00:41:31 -0000 1.9 @@ -68,7 +68,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: ru_windows-1251.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/ru_windows-1251.php,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ru_windows-1251.php 28 Feb 2002 17:45:54 -0000 1.8 +++ ru_windows-1251.php 1 Mar 2002 00:41:31 -0000 1.9 @@ -68,7 +68,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles Index: se.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/se.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- se.php 28 Feb 2002 17:45:54 -0000 1.10 +++ se.php 1 Mar 2002 00:41:31 -0000 1.11 @@ -69,7 +69,11 @@ 'next_bug' => 'Next', 'already_voted' => 'You have already voted for this bug', 'too_many_votes' => 'You have reached the maximum number of votes per user', - 'no_votes' => 'There are no votes for this bug' + 'no_votes' => 'There are no votes for this bug', + 'user_filter' => array( + 0 => 'All users', + 1 => 'Active users', + 2 => 'Inactive users') ); // Page titles |