|
From: Benjamin C. <bc...@us...> - 2002-10-22 21:13:27
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv19128/languages
Modified Files:
cz.php cz_iso-8859-2.php de.php en.php fr.php pt-br.php
Log Message:
Allow users to suppress the update email when changing a bug.
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- cz.php 22 Oct 2002 20:34:48 -0000 1.22
+++ cz.php 22 Oct 2002 21:13:20 -0000 1.23
@@ -208,7 +208,8 @@
'Site' => 'Prostøedí',
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
- 'ChooseOne' => 'Vyberte'
+ 'ChooseOne' => 'Vyberte',
+ 'SuppressEmail' => 'Suppress notification email'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Zasílat upozornìní o zmìnách bugù',
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- cz_iso-8859-2.php 22 Oct 2002 20:34:48 -0000 1.19
+++ cz_iso-8859-2.php 22 Oct 2002 21:13:22 -0000 1.20
@@ -208,7 +208,8 @@
'Site' => 'Prostøedí',
'Database' => 'Databáze',
'OS' => 'Operaèní systém',
- 'ChooseOne' => 'Vyberte'
+ 'ChooseOne' => 'Vyberte',
+ 'SuppressEmail' => 'Suppress notification email'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Zasílat upozornìní o zmìnách bugù',
Index: de.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/de.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- de.php 22 Oct 2002 20:34:48 -0000 1.17
+++ de.php 22 Oct 2002 21:13:22 -0000 1.18
@@ -213,7 +213,8 @@
'Site' => 'Berichtet an Standort',
'Database' => 'Datenbank',
'OS' => 'OS',
- 'ChooseOne' => 'Eines auswählen'
+ 'ChooseOne' => 'Eines auswählen',
+ 'SuppressEmail' => 'Suppress notification email'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Änderungen an Bugs per E-Mail erhalten',
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- en.php 22 Oct 2002 20:34:48 -0000 1.33
+++ en.php 22 Oct 2002 21:13:22 -0000 1.34
@@ -208,7 +208,8 @@
'Site' => 'Reported on Site',
'Database' => 'Database',
'OS' => 'OS',
- 'ChooseOne' => 'Choose One'
+ 'ChooseOne' => 'Choose One',
+ 'SuppressEmail' => 'Suppress notification email'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Receive notifications of bug changes via email',
Index: fr.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/fr.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fr.php 22 Oct 2002 20:34:48 -0000 1.14
+++ fr.php 22 Oct 2002 21:13:22 -0000 1.15
@@ -212,7 +212,8 @@
'Site' => 'Découvert sur le site',
'Database' => 'Base de données',
'OS' => 'Système d\'exploitation',
- 'ChooseOne' => 'Choisissez'
+ 'ChooseOne' => 'Choisissez',
+ 'SuppressEmail' => 'Suppress notification email'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Recevoir les mises à jour de bogue par email',
Index: pt-br.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/pt-br.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pt-br.php 22 Oct 2002 20:34:48 -0000 1.18
+++ pt-br.php 22 Oct 2002 21:13:23 -0000 1.19
@@ -211,7 +211,8 @@
'Site' => 'Reported on Site',
'Database' => 'Database',
'OS' => 'OS',
- 'ChooseOne' => 'Choose One'
+ 'ChooseOne' => 'Choose One',
+ 'SuppressEmail' => 'Suppress notification email'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Receive notifications of bug changes via email',
|