|
From: Benjamin C. <bc...@us...> - 2002-10-22 20:34:51
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv24282/languages
Modified Files:
cz.php cz_iso-8859-2.php de.php en.php fr.php pt-br.php
Log Message:
Added display of the bug ids a bug blocks.
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cz.php 22 Oct 2002 20:08:27 -0000 1.21
+++ cz.php 22 Oct 2002 20:34:48 -0000 1.22
@@ -173,6 +173,7 @@
'AssignedTo' => 'Pøiøazeno',
'AssignedToNobody' => 'Nikdo',
'BugDependency' => 'Závislosti',
+ 'Blocks' => 'Blocks',
'AddDependency' => 'Pøidat závislost',
'RemoveDependency' => 'Odebrat závislost',
'Summary' => 'Shrnutí',
Index: cz_iso-8859-2.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz_iso-8859-2.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cz_iso-8859-2.php 22 Oct 2002 20:08:28 -0000 1.18
+++ cz_iso-8859-2.php 22 Oct 2002 20:34:48 -0000 1.19
@@ -173,6 +173,7 @@
'AssignedTo' => 'Pøiøazeno',
'AssignedToNobody' => 'Nikdo',
'BugDependency' => 'Závislosti',
+ 'Blocks' => 'Blocks',
'AddDependency' => 'Pøidat závislost',
'RemoveDependency' => 'Odebrat závislost',
'Summary' => 'Shrnutí',
Index: de.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/de.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- de.php 22 Oct 2002 20:08:28 -0000 1.16
+++ de.php 22 Oct 2002 20:34:48 -0000 1.17
@@ -178,6 +178,7 @@
'AssignedTo' => 'Zugewiesen an',
'AssignedToNobody' => 'Niemand',
'BugDependency' => 'Abhängigkeiten',
+ 'Blocks' => 'Blocks',
'AddDependency' => 'Abhängigkeit hinzufügen',
'RemoveDependency' => 'Abhängigkeit entfernen',
'Summary' => 'Zusammenfassung',
Index: en.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/en.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- en.php 22 Oct 2002 20:08:28 -0000 1.32
+++ en.php 22 Oct 2002 20:34:48 -0000 1.33
@@ -173,6 +173,7 @@
'AssignedTo' => 'Assigned To',
'AssignedToNobody' => 'Nobody',
'BugDependency' => 'Dependencies',
+ 'Blocks' => 'Blocks',
'AddDependency' => 'Add Dependency',
'RemoveDependency' => 'Remove Dependency',
'Summary' => 'Summary',
Index: fr.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/fr.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fr.php 22 Oct 2002 20:08:28 -0000 1.13
+++ fr.php 22 Oct 2002 20:34:48 -0000 1.14
@@ -177,6 +177,7 @@
'AssignedTo' => 'Assigné à',
'AssignedToNobody' => 'Personne',
'BugDependency' => 'Dependances',
+ 'Blocks' => 'Blocks',
'AddDependency' => 'Ajouter une dépendance',
'RemoveDependency' => 'Supprimer la dépendance',
'Summary' => 'Résumé',
Index: pt-br.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/pt-br.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pt-br.php 22 Oct 2002 20:08:28 -0000 1.17
+++ pt-br.php 22 Oct 2002 20:34:48 -0000 1.18
@@ -176,6 +176,7 @@
'AssignedTo' => 'Assigned To',
'AssignedToNobody' => 'Nobody',
'BugDependency' => 'Dependencies',
+ 'Blocks' => 'Blocks',
'AddDependency' => 'Add Dependency',
'RemoveDependency' => 'Remove Dependency',
'Summary' => 'Summary',
|