|
From: Benjamin C. <bc...@us...> - 2002-10-28 22:06:08
|
Update of /cvsroot/phpbt/phpbt/languages
In directory usw-pr-cvs1:/tmp/cvs-serv2442/languages
Modified Files:
cz.php cz_iso-8859-2.php de.php en.php fr.php pt-br.php
Log Message:
Use lower case for bugdisplay strings. Lower case should be used in all array keys, but this is a start. :)
Index: cz.php
===================================================================
RCS file: /cvsroot/phpbt/phpbt/languages/cz.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- cz.php 22 Oct 2002 21:13:20 -0000 1.23
+++ cz.php 28 Oct 2002 22:05:58 -0000 1.24
@@ -162,54 +162,54 @@
'Submit' => 'Pøidat'
),
'BUGDISPLAY' => array(
- 'Reporter' => 'Reportér',
- 'ReturnTo' => 'Návrat na',
- 'BugList' => 'seznam bugù',
- 'Project' => 'Projekt',
- 'Created' => 'Vytvoøen',
- 'Version' => 'Verze',
- 'ClosedInVersion' => 'Uzavøeno ve verzi',
- 'ToBeClosedInVersion' => 'K uzavøení ve verzi',
- 'AssignedTo' => 'Pøiøazeno',
- 'AssignedToNobody' => 'Nikdo',
- 'BugDependency' => 'Závislosti',
- 'Blocks' => 'Blocks',
- 'AddDependency' => 'Pøidat závislost',
- 'RemoveDependency' => 'Odebrat závislost',
- 'Summary' => 'Shrnutí',
- 'Status' => 'Status',
- 'Description' => 'Popis',
- 'Severity' => 'Dùleitost',
- 'Priority' => 'Priorita',
- 'Component' => 'Komponenta',
- 'Resolution' => 'Rozhodnutí',
- 'ResolutionNone' => 'Zatím není',
- 'AddCC' => 'Pøidat kopii',
- 'RemoveSelectedCC' => 'Odebrat vybranou kopii',
- 'AdditionalComments' => 'Dalí komentáøe',
- 'Attachments' => 'Pøílohy',
- 'CreateAttachment' => 'Vytvoøit pøílohu',
- 'SureDeleteAttachment' => 'Opravdu chcete odtranit tuto pøílohu?',
- 'Name' => 'Název',
- 'Size' => 'Velikost',
- 'Type' => 'Typ',
- 'Created' => 'Vytvoøeno',
- 'VoteForThisBug' => 'Hlasovat pro tento bug',
- 'ViewVotes' => 'Zobrazit volby',
- 'ForThisBug' => 'pro tento bug',
- 'ViewBugActivity' => 'Zobrazit aktivitu',
- 'PrintableView' => 'Tisknutelné zobrazení',
- 'NoAttachments' => 'Nemá pøílohy',
- 'Comments' => 'Komentáøe',
- 'PostedBy' => 'Zaslal',
- 'Date' => 'Dne',
- 'DateOn' => ' ', // This is correct
- 'Submit' => 'Odeslat zmíny',
- 'Site' => 'Prostøedí',
- 'Database' => 'Databáze',
- 'OS' => 'Operaèní systém',
- 'ChooseOne' => 'Vyberte',
- 'SuppressEmail' => 'Suppress notification email'
+ 'reporter' => 'Reportér',
+ 'returnto' => 'Návrat na',
+ 'buglist' => 'seznam bugù',
+ 'project' => 'Projekt',
+ 'created' => 'Vytvoøen',
+ 'version' => 'Verze',
+ 'closedinversion' => 'Uzavøeno ve verzi',
+ 'tobeclosedinversion' => 'K uzavøení ve verzi',
+ 'assignedto' => 'Pøiøazeno',
+ 'assignedtonobody' => 'Nikdo',
+ 'bugdependency' => 'Závislosti',
+ 'blocks' => 'Blocks',
+ 'adddependency' => 'Pøidat závislost',
+ 'removedependency' => 'Odebrat závislost',
+ 'summary' => 'Shrnutí',
+ 'status' => 'Status',
+ 'description' => 'Popis',
+ 'severity' => 'Dùleitost',
+ 'priority' => 'Priorita',
+ 'component' => 'Komponenta',
+ 'resolution' => 'Rozhodnutí',
+ 'resolutionnone' => 'Zatím není',
+ 'addcc' => 'Pøidat kopii',
+ 'removeselectedcc' => 'Odebrat vybranou kopii',
+ 'additionalcomments' => 'Dalí komentáøe',
+ 'attachments' => 'Pøílohy',
+ 'createattachment' => 'Vytvoøit pøílohu',
+ 'suredeleteattachment' => 'Opravdu chcete odtranit tuto pøílohu?',
+ 'name' => 'Název',
+ 'size' => 'Velikost',
+ 'type' => 'Typ',
+ 'created' => 'Vytvoøeno',
+ 'voteforthisbug' => 'Hlasovat pro tento bug',
+ 'viewvotes' => 'Zobrazit volby',
+ 'forthisbug' => 'pro tento bug',
+ 'viewbugactivity' => 'Zobrazit aktivitu',
+ 'printableview' => 'Tisknutelné zobrazení',
+ 'noattachments' => 'Nemá pøílohy',
+ 'comments' => 'Komentáøe',
+ 'postedby' => 'Zaslal',
+ 'date' => 'Dne',
+ 'dateon' => ' ', // This is correct
+ 'submit' => 'Odeslat zmíny',
+ 'site' => 'Prostøedí',
+ 'database' => 'Databáze',
+ 'os' => 'Operaèní systém',
+ '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.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- cz_iso-8859-2.php 22 Oct 2002 21:13:22 -0000 1.20
+++ cz_iso-8859-2.php 28 Oct 2002 22:05:59 -0000 1.21
@@ -162,54 +162,54 @@
'Submit' => 'Pøidat'
),
'BUGDISPLAY' => array(
- 'Reporter' => 'Reportér',
- 'ReturnTo' => 'Návrat na',
- 'BugList' => 'seznam bugù',
- 'Project' => 'Projekt',
- 'Created' => 'Vytvoøen',
- 'Version' => 'Verze',
- 'ClosedInVersion' => 'Uzavøeno ve verzi',
- 'ToBeClosedInVersion' => 'K uzavøení ve verzi',
- 'AssignedTo' => 'Pøiøazeno',
- 'AssignedToNobody' => 'Nikdo',
- 'BugDependency' => 'Závislosti',
- 'Blocks' => 'Blocks',
- 'AddDependency' => 'Pøidat závislost',
- 'RemoveDependency' => 'Odebrat závislost',
- 'Summary' => 'Shrnutí',
- 'Status' => 'Status',
- 'Description' => 'Popis',
- 'Severity' => 'Dùle¾itost',
- 'Priority' => 'Priorita',
- 'Component' => 'Komponenta',
- 'Resolution' => 'Rozhodnutí',
- 'ResolutionNone' => 'Zatím není',
- 'AddCC' => 'Pøidat kopii',
- 'RemoveSelectedCC' => 'Odebrat vybranou kopii',
- 'AdditionalComments' => 'Dal¹í komentáøe',
- 'Attachments' => 'Pøílohy',
- 'CreateAttachment' => 'Vytvoøit pøílohu',
- 'SureDeleteAttachment' => 'Opravdu chcete odtranit tuto pøílohu?',
- 'Name' => 'Název',
- 'Size' => 'Velikost',
- 'Type' => 'Typ',
- 'Created' => 'Vytvoøeno',
- 'VoteForThisBug' => 'Hlasovat pro tento bug',
- 'ViewVotes' => 'Zobrazit volby',
- 'ForThisBug' => 'pro tento bug',
- 'ViewBugActivity' => 'Zobrazit aktivitu',
- 'PrintableView' => 'Tisknutelné zobrazení',
- 'NoAttachments' => 'Nemá pøílohy',
- 'Comments' => 'Komentáøe',
- 'PostedBy' => 'Zaslal',
- 'Date' => 'Dne',
- 'DateOn' => ' ', // This is correct
- 'Submit' => 'Odeslat zmíny',
- 'Site' => 'Prostøedí',
- 'Database' => 'Databáze',
- 'OS' => 'Operaèní systém',
- 'ChooseOne' => 'Vyberte',
- 'SuppressEmail' => 'Suppress notification email'
+ 'reporter' => 'Reportér',
+ 'returnto' => 'Návrat na',
+ 'buglist' => 'seznam bugù',
+ 'project' => 'Projekt',
+ 'created' => 'Vytvoøen',
+ 'version' => 'Verze',
+ 'closedinversion' => 'Uzavøeno ve verzi',
+ 'tobeclosedinversion' => 'K uzavøení ve verzi',
+ 'assignedto' => 'Pøiøazeno',
+ 'assignedtonobody' => 'Nikdo',
+ 'bugdependency' => 'Závislosti',
+ 'blocks' => 'Blocks',
+ 'adddependency' => 'Pøidat závislost',
+ 'removedependency' => 'Odebrat závislost',
+ 'summary' => 'Shrnutí',
+ 'status' => 'Status',
+ 'description' => 'Popis',
+ 'severity' => 'Dùle¾itost',
+ 'priority' => 'Priorita',
+ 'component' => 'Komponenta',
+ 'resolution' => 'Rozhodnutí',
+ 'resolutionnone' => 'Zatím není',
+ 'addcc' => 'Pøidat kopii',
+ 'removeselectedcc' => 'Odebrat vybranou kopii',
+ 'additionalcomments' => 'Dal¹í komentáøe',
+ 'attachments' => 'Pøílohy',
+ 'createattachment' => 'Vytvoøit pøílohu',
+ 'suredeleteattachment' => 'Opravdu chcete odtranit tuto pøílohu?',
+ 'name' => 'Název',
+ 'size' => 'Velikost',
+ 'type' => 'Typ',
+ 'created' => 'Vytvoøeno',
+ 'voteforthisbug' => 'Hlasovat pro tento bug',
+ 'viewvotes' => 'Zobrazit volby',
+ 'forthisbug' => 'pro tento bug',
+ 'viewbugactivity' => 'Zobrazit aktivitu',
+ 'printableview' => 'Tisknutelné zobrazení',
+ 'noattachments' => 'Nemá pøílohy',
+ 'comments' => 'Komentáøe',
+ 'postedby' => 'Zaslal',
+ 'date' => 'Dne',
+ 'dateon' => ' ', // This is correct
+ 'submit' => 'Odeslat zmíny',
+ 'site' => 'Prostøedí',
+ 'database' => 'Databáze',
+ 'os' => 'Operaèní systém',
+ '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.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- de.php 22 Oct 2002 21:13:22 -0000 1.18
+++ de.php 28 Oct 2002 22:06:00 -0000 1.19
@@ -167,54 +167,54 @@
'Submit' => 'Absenden'
),
'BUGDISPLAY' => array(
- 'Reporter' => 'Berichterstatter',
- 'ReturnTo' => 'Zurück zu',
- 'BugList' => 'Bugliste',
- 'Project' => 'Projekt',
- 'Created' => 'Erzeugt',
- 'Version' => 'Version',
- 'ClosedInVersion' => 'Abgeschlossen in Version',
- 'ToBeClosedInVersion' => 'Abzuschließen in Version',
- 'AssignedTo' => 'Zugewiesen an',
- 'AssignedToNobody' => 'Niemand',
- 'BugDependency' => 'Abhängigkeiten',
- 'Blocks' => 'Blocks',
- 'AddDependency' => 'Abhängigkeit hinzufügen',
- 'RemoveDependency' => 'Abhängigkeit entfernen',
- 'Summary' => 'Zusammenfassung',
- 'Status' => 'Status',
- 'Description' => 'Beschreibung',
- 'Severity' => 'Schweregrad',
- 'Priority' => 'Priorität',
- 'Component' => 'Komponente',
- 'Resolution' => 'Lösung',
- 'ResolutionNone' => 'Keine',
- 'AddCC' => 'CC hinzufügen',
- 'RemoveSelectedCC' => 'Gewählte CCs entfernen',
- 'AdditionalComments' => 'Zusätzliche Kommentare',
- 'Attachments' => 'Anhang',
- 'CreateAttachment' => 'Anhang erzeugen',
- 'SureDeleteAttachment' => 'Sind sie sicher, dass sie diesen Anhang löschen wollen?',
- 'Name' => 'Name',
- 'Size' => 'Größe',
- 'Type' => 'Typ',
- 'Created' => 'Erzeugt',
- 'VoteForThisBug' => 'Für diesen Bug stimmen',
- 'ViewVotes' => 'Stimmen anzeigen',
- 'ForThisBug' => 'für diesen Fehler',
- 'ViewBugActivity' => 'Bug-Aktivität anzeigen',
- 'PrintableView' => 'Druckansicht',
- 'NoAttachments' => 'Keine Anhänge',
- 'Comments' => 'Kommentare',
- 'PostedBy' => 'Eingetragen durch',
- 'Date' => 'Datum',
- 'DateOn' => 'Am',
- 'Submit' => 'Absenden',
- 'Site' => 'Berichtet an Standort',
- 'Database' => 'Datenbank',
- 'OS' => 'OS',
- 'ChooseOne' => 'Eines auswählen',
- 'SuppressEmail' => 'Suppress notification email'
+ 'reporter' => 'Berichterstatter',
+ 'returnto' => 'Zurück zu',
+ 'buglist' => 'Bugliste',
+ 'project' => 'Projekt',
+ 'created' => 'Erzeugt',
+ 'version' => 'Version',
+ 'closedinversion' => 'Abgeschlossen in Version',
+ 'tobeclosedinversion' => 'Abzuschließen in Version',
+ 'assignedto' => 'Zugewiesen an',
+ 'assignedtonobody' => 'Niemand',
+ 'bugdependency' => 'Abhängigkeiten',
+ 'blocks' => 'Blocks',
+ 'adddependency' => 'Abhängigkeit hinzufügen',
+ 'removedependency' => 'Abhängigkeit entfernen',
+ 'summary' => 'Zusammenfassung',
+ 'status' => 'Status',
+ 'description' => 'Beschreibung',
+ 'severity' => 'Schweregrad',
+ 'priority' => 'Priorität',
+ 'component' => 'Komponente',
+ 'resolution' => 'Lösung',
+ 'resolutionnone' => 'Keine',
+ 'addcc' => 'CC hinzufügen',
+ 'removeselectedcc' => 'Gewählte CCs entfernen',
+ 'additionalcomments' => 'Zusätzliche Kommentare',
+ 'attachments' => 'Anhang',
+ 'createattachment' => 'Anhang erzeugen',
+ 'suredeleteattachment' => 'Sind sie sicher, dass sie diesen Anhang löschen wollen?',
+ 'name' => 'Name',
+ 'size' => 'Größe',
+ 'type' => 'Typ',
+ 'created' => 'Erzeugt',
+ 'voteforthisbug' => 'Für diesen Bug stimmen',
+ 'viewvotes' => 'Stimmen anzeigen',
+ 'forthisbug' => 'für diesen Fehler',
+ 'viewbugactivity' => 'Bug-Aktivität anzeigen',
+ 'printableview' => 'Druckansicht',
+ 'noattachments' => 'Keine Anhänge',
+ 'comments' => 'Kommentare',
+ 'postedby' => 'Eingetragen durch',
+ 'date' => 'Datum',
+ 'dateon' => 'Am',
+ 'submit' => 'Absenden',
+ 'site' => 'Berichtet an Standort',
+ 'database' => 'Datenbank',
+ 'os' => 'OS',
+ '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.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- en.php 22 Oct 2002 21:13:22 -0000 1.34
+++ en.php 28 Oct 2002 22:06:00 -0000 1.35
@@ -162,54 +162,54 @@
'Submit' => 'Submit'
),
'BUGDISPLAY' => array(
- 'Reporter' => 'Reporter',
- 'ReturnTo' => 'Return to',
- 'BugList' => 'bug list',
- 'Project' => 'Project',
- 'Created' => 'Created',
- 'Version' => 'Version',
- 'ClosedInVersion' => 'Closed in Version',
- 'ToBeClosedInVersion' => 'To be Closed in Version',
- 'AssignedTo' => 'Assigned To',
- 'AssignedToNobody' => 'Nobody',
- 'BugDependency' => 'Dependencies',
- 'Blocks' => 'Blocks',
- 'AddDependency' => 'Add Dependency',
- 'RemoveDependency' => 'Remove Dependency',
- 'Summary' => 'Summary',
- 'Status' => 'Status',
- 'Description' => 'Description',
- 'Severity' => 'Severity',
- 'Priority' => 'Priority',
- 'Component' => 'Component',
- 'Resolution' => 'Resolution',
- 'ResolutionNone' => 'None',
- 'AddCC' => 'Add CC',
- 'RemoveSelectedCC' => 'Remove selected CCs',
- 'AdditionalComments' => 'Additional Comments',
- 'Attachments' => 'Attachments',
- 'CreateAttachment' => 'Create Attachment',
- 'SureDeleteAttachment' => 'Are you sure you want to delete this attachment?',
- 'Name' => 'Name',
- 'Size' => 'Size',
- 'Type' => 'Type',
- 'Created' => 'Created',
- 'VoteForThisBug' => 'Vote for this bug',
- 'ViewVotes' => 'View votes',
- 'ForThisBug' => 'for this bug',
- 'ViewBugActivity' => 'View bug activity',
- 'PrintableView' => 'Printable View',
- 'NoAttachments' => 'No attachments',
- 'Comments' => 'Comments',
- 'PostedBy' => 'Posted By',
- 'Date' => 'Date',
- 'DateOn' => 'On',
- 'Submit' => 'Submit',
- 'Site' => 'Reported on Site',
- 'Database' => 'Database',
- 'OS' => 'OS',
- 'ChooseOne' => 'Choose One',
- 'SuppressEmail' => 'Suppress notification email'
+ 'reporter' => 'Reporter',
+ 'returnto' => 'Return to',
+ 'buglist' => 'bug list',
+ 'project' => 'Project',
+ 'created' => 'Created',
+ 'version' => 'Version',
+ 'closedinversion' => 'Closed in Version',
+ 'tobeclosedinversion' => 'To be Closed in Version',
+ 'assignedto' => 'Assigned To',
+ 'assignedtonobody' => 'Nobody',
+ 'bugdependency' => 'Dependencies',
+ 'blocks' => 'Blocks',
+ 'adddependency' => 'Add Dependency',
+ 'removedependency' => 'Remove Dependency',
+ 'summary' => 'Summary',
+ 'status' => 'Status',
+ 'description' => 'Description',
+ 'severity' => 'Severity',
+ 'priority' => 'Priority',
+ 'component' => 'Component',
+ 'resolution' => 'Resolution',
+ 'resolutionnone' => 'None',
+ 'addcc' => 'Add CC',
+ 'removeselectedcc' => 'Remove selected CCs',
+ 'additionalcomments' => 'Additional Comments',
+ 'attachments' => 'Attachments',
+ 'createattachment' => 'Create Attachment',
+ 'suredeleteattachment' => 'Are you sure you want to delete this attachment?',
+ 'name' => 'Name',
+ 'size' => 'Size',
+ 'type' => 'Type',
+ 'created' => 'Created',
+ 'voteforthisbug' => 'Vote for this bug',
+ 'viewvotes' => 'View votes',
+ 'forthisbug' => 'for this bug',
+ 'viewbugactivity' => 'View bug activity',
+ 'printableview' => 'Printable View',
+ 'noattachments' => 'No attachments',
+ 'comments' => 'Comments',
+ 'postedby' => 'Posted By',
+ 'date' => 'Date',
+ 'dateon' => 'On',
+ 'submit' => 'Submit',
+ 'site' => 'Reported on Site',
+ 'database' => 'Database',
+ 'os' => 'OS',
+ '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.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- fr.php 22 Oct 2002 21:13:22 -0000 1.15
+++ fr.php 28 Oct 2002 22:06:01 -0000 1.16
@@ -166,54 +166,54 @@
'Submit' => 'Soumettre'
),
'BUGDISPLAY' => array(
- 'Reporter' => 'Reporteur',
- 'ReturnTo' => 'Retourner à',
- 'BugList' => 'Liste de bogue',
- 'Project' => 'Projet',
- 'Created' => 'Créé',
- 'Version' => 'Version',
- 'ClosedInVersion' => 'Clos en version',
- 'ToBeClosedInVersion' => 'A clore en version',
- 'AssignedTo' => 'Assigné à',
- 'AssignedToNobody' => 'Personne',
- 'BugDependency' => 'Dependances',
- 'Blocks' => 'Blocks',
- 'AddDependency' => 'Ajouter une dépendance',
- 'RemoveDependency' => 'Supprimer la dépendance',
- 'Summary' => 'Résumé',
- 'Status' => 'Etat',
- 'Description' => 'Description',
- 'Severity' => 'Criticité',
- 'Priority' => 'Priorité',
- 'Component' => 'Composant',
- 'Resolution' => 'Resolution',
- 'ResolutionNone' => 'Aucun',
- 'AddCC' => 'Ajouter un contact',
- 'RemoveSelectedCC' => 'Retirer le contact selectionné',
- 'AdditionalComments' => 'Commentaires complémentaires',
- 'Attachments' => 'Pièces jointes',
- 'CreateAttachment' => 'Ajouter une pièce jointe',
- 'SureDeleteAttachment' => 'Etes vous certain de vouloir supprimer cette pièce jointe?',
- 'Name' => 'Nom',
- 'Size' => 'Taille',
- 'Type' => 'Type',
- 'Created' => 'Créé',
- 'VoteForThisBug' => 'Votez pour ce bogue',
- 'ViewVotes' => 'Voir les votes',
- 'ForThisBug' => 'Votez pour ce bug',
- 'ViewBugActivity' => 'Voir l\'activité de ce bogue',
- 'PrintableView' => 'Vue imprimable',
- 'NoAttachments' => 'Pas de pièce jointe',
- 'Comments' => 'Commentaires',
- 'PostedBy' => 'Posté par',
- 'Date' => 'Date',
- 'DateOn' => 'Sur',
- 'Submit' => 'Soumettre',
- 'Site' => 'Découvert sur le site',
- 'Database' => 'Base de données',
- 'OS' => 'Système d\'exploitation',
- 'ChooseOne' => 'Choisissez',
- 'SuppressEmail' => 'Suppress notification email'
+ 'reporter' => 'Reporteur',
+ 'returnto' => 'Retourner à',
+ 'buglist' => 'Liste de bogue',
+ 'project' => 'Projet',
+ 'created' => 'Créé',
+ 'version' => 'Version',
+ 'closedinversion' => 'Clos en version',
+ 'tobeclosedinversion' => 'A clore en version',
+ 'assignedto' => 'Assigné à',
+ 'assignedtonobody' => 'Personne',
+ 'bugdependency' => 'Dependances',
+ 'blocks' => 'Blocks',
+ 'adddependency' => 'Ajouter une dépendance',
+ 'removedependency' => 'Supprimer la dépendance',
+ 'summary' => 'Résumé',
+ 'status' => 'Etat',
+ 'description' => 'Description',
+ 'severity' => 'Criticité',
+ 'priority' => 'Priorité',
+ 'component' => 'Composant',
+ 'resolution' => 'Resolution',
+ 'resolutionnone' => 'Aucun',
+ 'addcc' => 'Ajouter un contact',
+ 'removeselectedcc' => 'Retirer le contact selectionné',
+ 'additionalcomments' => 'Commentaires complémentaires',
+ 'attachments' => 'Pièces jointes',
+ 'createattachment' => 'Ajouter une pièce jointe',
+ 'suredeleteattachment' => 'Etes vous certain de vouloir supprimer cette pièce jointe?',
+ 'name' => 'Nom',
+ 'size' => 'Taille',
+ 'type' => 'Type',
+ 'created' => 'Créé',
+ 'voteforthisbug' => 'Votez pour ce bogue',
+ 'viewvotes' => 'Voir les votes',
+ 'forthisbug' => 'Votez pour ce bug',
+ 'viewbugactivity' => 'Voir l\'activité de ce bogue',
+ 'printableview' => 'Vue imprimable',
+ 'noattachments' => 'Pas de pièce jointe',
+ 'comments' => 'Commentaires',
+ 'postedby' => 'Posté par',
+ 'date' => 'Date',
+ 'dateon' => 'Sur',
+ 'submit' => 'Soumettre',
+ 'site' => 'Découvert sur le site',
+ 'database' => 'Base de données',
+ 'os' => 'Système d\'exploitation',
+ '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.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pt-br.php 22 Oct 2002 21:13:23 -0000 1.19
+++ pt-br.php 28 Oct 2002 22:06:01 -0000 1.20
@@ -165,54 +165,54 @@
'Submit' => 'Submit'
),
'BUGDISPLAY' => array(
- 'Reporter' => 'Reporter',
- 'ReturnTo' => 'Return to',
- 'BugList' => 'bug list',
- 'Project' => 'Project',
- 'Created' => 'Created',
- 'Version' => 'Version',
- 'ClosedInVersion' => 'Closed in Version',
- 'ToBeClosedInVersion' => 'To be Closed in Version',
- 'AssignedTo' => 'Assigned To',
- 'AssignedToNobody' => 'Nobody',
- 'BugDependency' => 'Dependencies',
- 'Blocks' => 'Blocks',
- 'AddDependency' => 'Add Dependency',
- 'RemoveDependency' => 'Remove Dependency',
- 'Summary' => 'Summary',
- 'Status' => 'Status',
- 'Description' => 'Description',
- 'Severity' => 'Severity',
- 'Priority' => 'Priority',
- 'Component' => 'Component',
- 'Resolution' => 'Resolution',
- 'ResolutionNone' => 'None',
- 'AddCC' => 'Add CC',
- 'RemoveSelectedCC' => 'Remove selected CCs',
- 'AdditionalComments' => 'Additional Comments',
- 'Attachments' => 'Attachments',
- 'CreateAttachment' => 'Create Attachment',
- 'SureDeleteAttachment' => 'Are you sure you want to delete this attachment?',
- 'Name' => 'Name',
- 'Size' => 'Size',
- 'Type' => 'Type',
- 'Created' => 'Created',
- 'VoteForThisBug' => 'Vote for this bug',
- 'ViewVotes' => 'View votes',
- 'ForThisBug' => 'for this bug',
- 'ViewBugActivity' => 'View bug activity',
- 'PrintableView' => 'Printable View',
- 'NoAttachments' => 'No attachments',
- 'Comments' => 'Comments',
- 'PostedBy' => 'Posted By',
- 'Date' => 'Date',
- 'DateOn' => 'On',
- 'Submit' => 'Submit',
- 'Site' => 'Reported on Site',
- 'Database' => 'Database',
- 'OS' => 'OS',
- 'ChooseOne' => 'Choose One',
- 'SuppressEmail' => 'Suppress notification email'
+ 'reporter' => 'Reporter',
+ 'returnto' => 'Return to',
+ 'buglist' => 'bug list',
+ 'project' => 'Project',
+ 'created' => 'Created',
+ 'version' => 'Version',
+ 'closedinversion' => 'Closed in Version',
+ 'tobeclosedinversion' => 'To be Closed in Version',
+ 'assignedto' => 'Assigned To',
+ 'assignedtonobody' => 'Nobody',
+ 'bugdependency' => 'Dependencies',
+ 'blocks' => 'Blocks',
+ 'adddependency' => 'Add Dependency',
+ 'removedependency' => 'Remove Dependency',
+ 'summary' => 'Summary',
+ 'status' => 'Status',
+ 'description' => 'Description',
+ 'severity' => 'Severity',
+ 'priority' => 'Priority',
+ 'component' => 'Component',
+ 'resolution' => 'Resolution',
+ 'resolutionnone' => 'None',
+ 'addcc' => 'Add CC',
+ 'removeselectedcc' => 'Remove selected CCs',
+ 'additionalcomments' => 'Additional Comments',
+ 'attachments' => 'Attachments',
+ 'createattachment' => 'Create Attachment',
+ 'suredeleteattachment' => 'Are you sure you want to delete this attachment?',
+ 'name' => 'Name',
+ 'size' => 'Size',
+ 'type' => 'Type',
+ 'created' => 'Created',
+ 'voteforthisbug' => 'Vote for this bug',
+ 'viewvotes' => 'View votes',
+ 'forthisbug' => 'for this bug',
+ 'viewbugactivity' => 'View bug activity',
+ 'printableview' => 'Printable View',
+ 'noattachments' => 'No attachments',
+ 'comments' => 'Comments',
+ 'postedby' => 'Posted By',
+ 'date' => 'Date',
+ 'dateon' => 'On',
+ 'submit' => 'Submit',
+ 'site' => 'Reported on Site',
+ 'database' => 'Database',
+ 'os' => 'OS',
+ 'chooseone' => 'Choose One',
+ 'suppressemail' => 'Suppress notification email'
),
'USER_PREF' => array(
'ReceiveNotifications' => 'Receive notifications of bug changes via email',
|