|
From: Benjamin C. <bc...@us...> - 2001-09-03 17:03:25
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv22033 Modified Files: de.php en.php no.php pt-br.php ru_koi8-r.php ru_windows-1251.php se.php Log Message: Added givelogin string Index: de.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/de.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- de.php 2001/08/29 08:05:39 1.4 +++ de.php 2001/09/03 17:03:22 1.5 @@ -23,10 +23,8 @@ // Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, // MA 02111-1307, USA. // ------------------------------------------------------------------------- +// $Id$ - - - $STRING = array( 'lang_charset' => 'iso8859-1', 'nouser' => 'Dieser Benutzer extistiert nicht', @@ -37,6 +35,7 @@ 'noprojects' => 'Keine Projekte gefunden', 'totalbugs' => 'Total Bugs', 'giveemail' => 'Bitte geben Sie eine gültige E-mail Adresse ein.', + 'givelogin' => 'Please enter a login', 'loginused' => 'Dieser Benutzername ist schon in Gebrauch', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Ihr phpBugTracker Passwort ist %s", Index: en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- en.php 2001/08/29 08:05:39 1.4 +++ en.php 2001/09/03 17:03:22 1.5 @@ -20,6 +20,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ $STRING = array( 'lang_charset' => 'us-ascii', @@ -31,6 +32,7 @@ 'noprojects' => 'No projects found', 'totalbugs' => 'Total Bugs', 'giveemail' => 'Please enter a valid email address', + 'givelogin' => 'Please enter a login', 'loginused' => 'That login has already been used', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Your phpBugTracker password is %s", Index: no.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/no.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- no.php 2001/08/29 08:05:39 1.2 +++ no.php 2001/09/03 17:03:22 1.3 @@ -21,6 +21,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ $STRING = array( 'lang_charset' => 'iso8859-1', @@ -32,6 +33,7 @@ 'noprojects' => 'Ingen prosjekter funnet', 'totalbugs' => 'Totalt antall feil', 'giveemail' => 'Vennligst skriv en gyldig email adresse', + 'givelogin' => 'Please enter a login', 'loginused' => 'Det brukernavnet er allerede i bruk', 'newacctsubject' => 'phpBugTracker Innlogging', 'newacctmessage' => "Ditt phpBugTracker passord er %s", Index: pt-br.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/pt-br.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pt-br.php 2001/08/29 08:05:39 1.4 +++ pt-br.php 2001/09/03 17:03:22 1.5 @@ -21,6 +21,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ $STRING = array( 'lang_charset' => 'iso8859-1', @@ -32,6 +33,7 @@ 'noprojects' => 'Nenhum projeto encontrado', 'totalbugs' => 'Total de Bugs', 'giveemail' => 'Por favor, digite um endereço de email válido', + 'givelogin' => 'Please enter a login', 'loginused' => 'Este login já está sendo usado', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Sua senha phpBugTracker é %s", Index: ru_koi8-r.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/ru_koi8-r.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ru_koi8-r.php 2001/08/29 08:05:39 1.1 +++ ru_koi8-r.php 2001/09/03 17:03:22 1.2 @@ -20,6 +20,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ $STRING = array( 'lang_charset' => 'koi8-r', @@ -31,6 +32,7 @@ 'noprojects' => 'ðÒÏÅËÔÏ× ÎÅ ÎÁÊÄÅÎÏ', 'totalbugs' => '÷ÓÅÇÏ ÐÒÏÂÌÅÍ', 'giveemail' => 'ðÏÖÁÌÕÊÓÔÁ, ÕËÁÖÉÔÅ ÒÁÂÏÔÁÀÝÉÊ email-ÁÄÒÅÓ', + 'givelogin' => 'Please enter a login', 'loginused' => 'ôÁËÏÊ ÌÏÇÉÎ ÕÖÅ ÚÁÎÑÔ', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "÷ÁÛ ÐÁÒÏÌØ × phpBugTracker - %s", Index: ru_windows-1251.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/ru_windows-1251.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ru_windows-1251.php 2001/08/29 08:05:39 1.1 +++ ru_windows-1251.php 2001/09/03 17:03:22 1.2 @@ -20,6 +20,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ $STRING = array( 'lang_charset' => 'windows-1251', @@ -31,6 +32,7 @@ 'noprojects' => 'Ïðîåêòîâ íå íàéäåíî', 'totalbugs' => 'Âñåãî ïðîáëåì', 'giveemail' => 'Ïîæàëóéñòà, óêàæèòå ðàáîòàþùèé email-àäðåñ', + 'givelogin' => 'Please enter a login', 'loginused' => 'Òàêîé ëîãèí óæå çàíÿò', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Âàø ïàðîëü â phpBugTracker - %s", Index: se.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/languages/se.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- se.php 2001/08/29 08:05:39 1.4 +++ se.php 2001/09/03 17:03:22 1.5 @@ -21,6 +21,7 @@ // along with phpBugTracker; if not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // ------------------------------------------------------------------------ +// $Id$ $STRING = array( 'lang_charset' => 'iso8859-1', @@ -32,6 +33,7 @@ 'noprojects' => 'Hittade inga projekt', 'totalbugs' => 'Totalt antal buggar', 'giveemail' => 'Skriv in en giltig e-postadress', + 'givelogin' => 'Please enter a login', 'loginused' => 'Användarnamnet är redan taget', 'newacctsubject' => 'phpBugTracker inloggning', 'newacctmessage' => "Ditt lösenord i phpBugTracker är %s", |