Skip to content

Commit

Permalink
1.copied strings for mass treatment and improved graphs in langages o…
Browse files Browse the repository at this point in the history
…ther than french, english and russian.

2. done some french translation


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1164 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
jctrosset committed Jul 4, 2002
1 parent 4250498 commit bf48809
Show file tree
Hide file tree
Showing 23 changed files with 845 additions and 96 deletions.
47 changes: 43 additions & 4 deletions lang/strings_chinese_simplified.txt
Expand Up @@ -6,11 +6,11 @@

# Chinese_Simplified: Kai-Zheng Cheng, neek@sina.com
# -------------------------------------------------
# $Revision: 1.7 $
# $Author: prescience $
# $Date: 2002-06-12 01:03:18 $
# $Revision: 1.8 $
# $Author: jctrosset $
# $Date: 2002-07-04 09:18:35 $
#
# $Id: strings_chinese_simplified.txt,v 1.7 2002-06-12 01:03:18 prescience Exp $
# $Id: strings_chinese_simplified.txt,v 1.8 2002-07-04 09:18:35 jctrosset Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -73,6 +73,45 @@
$s_make_private = 'Make Private';
$s_make_public = 'Make Public';

$s_hide_button = 'Hide Selected';

# bug_actiongroup_page.php : mass treatment
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these bugs ?';
$s_move_bugs_conf_msg = 'Move bugs to';
$s_assign_bugs_conf_msg = 'Assign bugs to';
$s_resolve_bugs_conf_msg = 'Choose bugs resolution';
$s_priority_bugs_conf_msg = 'Choose bugs priority';
$s_status_bugs_conf_msg = 'Choose bugs status';
$s_close_group_bugs_button = 'Close Bugs' ;
$s_delete_group_bugs_button = 'Delete Bugs' ;
$s_move_group_bugs_button = 'Move Bugs' ;
$s_assign_group_bugs_button = 'Assign Bugs' ;
$s_resolve_group_bugs_button = 'Resolve Bugs' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;

# improved JPgraphs strings
$s_graph_imp_status_title = 'Synthesis graphs by status' ;
$s_graph_imp_priority_title = 'Synthesis graphs by priority' ;
$s_graph_imp_severity_title = 'Synthesis graphs by severity';
$s_graph_imp_category_title = 'Synthesis graphs by category';
$s_graph_imp_resolution_title = 'Synthesis graphs by resolution';
$s_by_status_pct = 'by status percentage';
$s_by_priority_pct = 'by priority percentage';
$s_by_severity_pct = 'by severity percentage';
$s_by_category_pct = 'by category percentage';
$s_by_resolution_pct = 'by resolution percentage';
$s_by_severity_mix = 'by severity and status';
$s_by_priority_mix = 'by priority and status';
$s_by_resolution_mix = 'by resolution and status';
$s_synthesis_link = 'Synthesis';
$s_status_link = 'Per state';
$s_priority_link = 'Per priority';
$s_severity_link = 'Per severity';
$s_category_link = 'Per category';
$s_resolution_link = 'Per resolution';


# ERROR strings
$MANTIS_ERROR[ERROR_GENERIC] = "ERROR: An error occurred during this action. You may wish to report this error to your local administrator.";
Expand Down
47 changes: 43 additions & 4 deletions lang/strings_chinese_traditional.txt
Expand Up @@ -6,11 +6,11 @@

# Chinese_Traditional: Pao-Hsi Huang, doggy8088@mail2000.com.tw
# -------------------------------------------------
# $Revision: 1.26 $
# $Author: prescience $
# $Date: 2002-06-12 01:03:18 $
# $Revision: 1.27 $
# $Author: jctrosset $
# $Date: 2002-07-04 09:18:35 $
#
# $Id: strings_chinese_traditional.txt,v 1.26 2002-06-12 01:03:18 prescience Exp $
# $Id: strings_chinese_traditional.txt,v 1.27 2002-07-04 09:18:35 jctrosset Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -73,6 +73,45 @@
$s_make_private = 'Make Private';
$s_make_public = 'Make Public';

$s_hide_button = 'Hide Selected';

# bug_actiongroup_page.php : mass treatment
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these bugs ?';
$s_move_bugs_conf_msg = 'Move bugs to';
$s_assign_bugs_conf_msg = 'Assign bugs to';
$s_resolve_bugs_conf_msg = 'Choose bugs resolution';
$s_priority_bugs_conf_msg = 'Choose bugs priority';
$s_status_bugs_conf_msg = 'Choose bugs status';
$s_close_group_bugs_button = 'Close Bugs' ;
$s_delete_group_bugs_button = 'Delete Bugs' ;
$s_move_group_bugs_button = 'Move Bugs' ;
$s_assign_group_bugs_button = 'Assign Bugs' ;
$s_resolve_group_bugs_button = 'Resolve Bugs' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;

# improved JPgraphs strings
$s_graph_imp_status_title = 'Synthesis graphs by status' ;
$s_graph_imp_priority_title = 'Synthesis graphs by priority' ;
$s_graph_imp_severity_title = 'Synthesis graphs by severity';
$s_graph_imp_category_title = 'Synthesis graphs by category';
$s_graph_imp_resolution_title = 'Synthesis graphs by resolution';
$s_by_status_pct = 'by status percentage';
$s_by_priority_pct = 'by priority percentage';
$s_by_severity_pct = 'by severity percentage';
$s_by_category_pct = 'by category percentage';
$s_by_resolution_pct = 'by resolution percentage';
$s_by_severity_mix = 'by severity and status';
$s_by_priority_mix = 'by priority and status';
$s_by_resolution_mix = 'by resolution and status';
$s_synthesis_link = 'Synthesis';
$s_status_link = 'Per state';
$s_priority_link = 'Per priority';
$s_severity_link = 'Per severity';
$s_category_link = 'Per category';
$s_resolution_link = 'Per resolution';


# ERROR strings
$MANTIS_ERROR[ERROR_GENERIC] = 'ERROR: An error occurred during this action. You may wish to report this error to your local administrator.';
Expand Down
47 changes: 43 additions & 4 deletions lang/strings_czech.txt
Expand Up @@ -7,11 +7,11 @@
# Czech: Pavel Loupal, Pavel.Loupal@seznam.cz
# Code page: ISO-8259-2
# -------------------------------------------------
# $Revision: 1.18 $
# $Author: prescience $
# $Date: 2002-06-12 01:03:18 $
# $Revision: 1.19 $
# $Author: jctrosset $
# $Date: 2002-07-04 09:18:35 $
#
# $Id: strings_czech.txt,v 1.18 2002-06-12 01:03:18 prescience Exp $
# $Id: strings_czech.txt,v 1.19 2002-07-04 09:18:35 jctrosset Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -74,6 +74,45 @@
$s_make_private = 'Make Private';
$s_make_public = 'Make Public';

$s_hide_button = 'Hide Selected';

# bug_actiongroup_page.php : mass treatment
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these bugs ?';
$s_move_bugs_conf_msg = 'Move bugs to';
$s_assign_bugs_conf_msg = 'Assign bugs to';
$s_resolve_bugs_conf_msg = 'Choose bugs resolution';
$s_priority_bugs_conf_msg = 'Choose bugs priority';
$s_status_bugs_conf_msg = 'Choose bugs status';
$s_close_group_bugs_button = 'Close Bugs' ;
$s_delete_group_bugs_button = 'Delete Bugs' ;
$s_move_group_bugs_button = 'Move Bugs' ;
$s_assign_group_bugs_button = 'Assign Bugs' ;
$s_resolve_group_bugs_button = 'Resolve Bugs' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;

# improved JPgraphs strings
$s_graph_imp_status_title = 'Synthesis graphs by status' ;
$s_graph_imp_priority_title = 'Synthesis graphs by priority' ;
$s_graph_imp_severity_title = 'Synthesis graphs by severity';
$s_graph_imp_category_title = 'Synthesis graphs by category';
$s_graph_imp_resolution_title = 'Synthesis graphs by resolution';
$s_by_status_pct = 'by status percentage';
$s_by_priority_pct = 'by priority percentage';
$s_by_severity_pct = 'by severity percentage';
$s_by_category_pct = 'by category percentage';
$s_by_resolution_pct = 'by resolution percentage';
$s_by_severity_mix = 'by severity and status';
$s_by_priority_mix = 'by priority and status';
$s_by_resolution_mix = 'by resolution and status';
$s_synthesis_link = 'Synthesis';
$s_status_link = 'Per state';
$s_priority_link = 'Per priority';
$s_severity_link = 'Per severity';
$s_category_link = 'Per category';
$s_resolution_link = 'Per resolution';


# ERROR strings
$MANTIS_ERROR[ERROR_GENERIC] = 'ERROR: An error occurred during this action. You may wish to report this error to your local administrator.';
Expand Down
47 changes: 43 additions & 4 deletions lang/strings_danish.txt
Expand Up @@ -6,11 +6,11 @@

# Danish: S�ren Mortensen, sm@artmus.dk
# -------------------------------------------------
# $Revision: 1.27 $
# $Author: prescience $
# $Date: 2002-06-12 01:03:18 $
# $Revision: 1.28 $
# $Author: jctrosset $
# $Date: 2002-07-04 09:18:35 $
#
# $Id: strings_danish.txt,v 1.27 2002-06-12 01:03:18 prescience Exp $
# $Id: strings_danish.txt,v 1.28 2002-07-04 09:18:35 jctrosset Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -73,6 +73,45 @@
$s_make_private = 'Make Private';
$s_make_public = 'Make Public';

$s_hide_button = 'Hide Selected';

# bug_actiongroup_page.php : mass treatment
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these bugs ?';
$s_move_bugs_conf_msg = 'Move bugs to';
$s_assign_bugs_conf_msg = 'Assign bugs to';
$s_resolve_bugs_conf_msg = 'Choose bugs resolution';
$s_priority_bugs_conf_msg = 'Choose bugs priority';
$s_status_bugs_conf_msg = 'Choose bugs status';
$s_close_group_bugs_button = 'Close Bugs' ;
$s_delete_group_bugs_button = 'Delete Bugs' ;
$s_move_group_bugs_button = 'Move Bugs' ;
$s_assign_group_bugs_button = 'Assign Bugs' ;
$s_resolve_group_bugs_button = 'Resolve Bugs' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;

# improved JPgraphs strings
$s_graph_imp_status_title = 'Synthesis graphs by status' ;
$s_graph_imp_priority_title = 'Synthesis graphs by priority' ;
$s_graph_imp_severity_title = 'Synthesis graphs by severity';
$s_graph_imp_category_title = 'Synthesis graphs by category';
$s_graph_imp_resolution_title = 'Synthesis graphs by resolution';
$s_by_status_pct = 'by status percentage';
$s_by_priority_pct = 'by priority percentage';
$s_by_severity_pct = 'by severity percentage';
$s_by_category_pct = 'by category percentage';
$s_by_resolution_pct = 'by resolution percentage';
$s_by_severity_mix = 'by severity and status';
$s_by_priority_mix = 'by priority and status';
$s_by_resolution_mix = 'by resolution and status';
$s_synthesis_link = 'Synthesis';
$s_status_link = 'Per state';
$s_priority_link = 'Per priority';
$s_severity_link = 'Per severity';
$s_category_link = 'Per category';
$s_resolution_link = 'Per resolution';


# ERROR strings
$MANTIS_ERROR[ERROR_GENERIC] = 'FEJL: Der opstod en uventet fejl. Du bedes kontakte din lokale administrator.';
Expand Down
47 changes: 43 additions & 4 deletions lang/strings_dutch.txt
Expand Up @@ -7,11 +7,11 @@
# Dutch: Jan-Bart de Vreede, jvreede@outdare.nl
# Dutch: Klaasjan Brand, kjb@dds.nl
# -------------------------------------------------
# $Revision: 1.29 $
# $Author: prescience $
# $Date: 2002-06-12 01:03:18 $
# $Revision: 1.30 $
# $Author: jctrosset $
# $Date: 2002-07-04 09:18:35 $
#
# $Id: strings_dutch.txt,v 1.29 2002-06-12 01:03:18 prescience Exp $
# $Id: strings_dutch.txt,v 1.30 2002-07-04 09:18:35 jctrosset Exp $
###########################################################################

?>
Expand Down Expand Up @@ -75,6 +75,45 @@
$s_make_private = 'Make Private';
$s_make_public = 'Make Public';

$s_hide_button = 'Hide Selected';

# bug_actiongroup_page.php : mass treatment
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
$s_delete_bugs_conf_msg = 'Are you sure you wish to delete these bugs ?';
$s_move_bugs_conf_msg = 'Move bugs to';
$s_assign_bugs_conf_msg = 'Assign bugs to';
$s_resolve_bugs_conf_msg = 'Choose bugs resolution';
$s_priority_bugs_conf_msg = 'Choose bugs priority';
$s_status_bugs_conf_msg = 'Choose bugs status';
$s_close_group_bugs_button = 'Close Bugs' ;
$s_delete_group_bugs_button = 'Delete Bugs' ;
$s_move_group_bugs_button = 'Move Bugs' ;
$s_assign_group_bugs_button = 'Assign Bugs' ;
$s_resolve_group_bugs_button = 'Resolve Bugs' ;
$s_priority_group_bugs_button = 'Update Priority' ;
$s_status_group_bugs_button = 'Update Status' ;

# improved JPgraphs strings
$s_graph_imp_status_title = 'Synthesis graphs by status' ;
$s_graph_imp_priority_title = 'Synthesis graphs by priority' ;
$s_graph_imp_severity_title = 'Synthesis graphs by severity';
$s_graph_imp_category_title = 'Synthesis graphs by category';
$s_graph_imp_resolution_title = 'Synthesis graphs by resolution';
$s_by_status_pct = 'by status percentage';
$s_by_priority_pct = 'by priority percentage';
$s_by_severity_pct = 'by severity percentage';
$s_by_category_pct = 'by category percentage';
$s_by_resolution_pct = 'by resolution percentage';
$s_by_severity_mix = 'by severity and status';
$s_by_priority_mix = 'by priority and status';
$s_by_resolution_mix = 'by resolution and status';
$s_synthesis_link = 'Synthesis';
$s_status_link = 'Per state';
$s_priority_link = 'Per priority';
$s_severity_link = 'Per severity';
$s_category_link = 'Per category';
$s_resolution_link = 'Per resolution';


# ERROR strings
$MANTIS_ERROR[ERROR_GENERIC] = 'ERROR: An error occurred during this action. You may wish to report this error to your local administrator.';
Expand Down
9 changes: 5 additions & 4 deletions lang/strings_english.txt
Expand Up @@ -8,11 +8,11 @@
###########################################################################
# English strings for Mantis
# -------------------------------------------------
# $Revision: 1.55 $
# $Revision: 1.56 $
# $Author: jctrosset $
# $Date: 2002-06-24 10:04:09 $
# $Date: 2002-07-04 09:18:35 $
#
# $Id: strings_english.txt,v 1.55 2002-06-24 10:04:09 jctrosset Exp $
# $Id: strings_english.txt,v 1.56 2002-07-04 09:18:35 jctrosset Exp $
###########################################################################
?>
<?php
Expand Down Expand Up @@ -74,7 +74,8 @@

$s_make_private = 'Make Private';
$s_make_public = 'Make Public';


$s_hide_button = 'Hide Selected';

# bug_actiongroup_page.php : mass treatment
$s_close_bugs_conf_msg = 'Are you sure you wish to close these bugs ?';
Expand Down
23 changes: 13 additions & 10 deletions lang/strings_french.txt
Expand Up @@ -9,12 +9,13 @@
# French: Samuel Tardieu, sam@rfc1149.net
# French: Quentin Delance, quentin.delance@insalien.org
# French: Roland Meyer, Daniel Coquette
# French : Jean-Charles Trosset, jean-charles.trosset@laposte.net
# -------------------------------------------------
# $Revision: 1.30 $
# $Revision: 1.31 $
# $Author: jctrosset $
# $Date: 2002-06-24 10:04:09 $
# $Date: 2002-07-04 09:18:35 $
#
# $Id: strings_french.txt,v 1.30 2002-06-24 10:04:09 jctrosset Exp $
# $Id: strings_french.txt,v 1.31 2002-07-04 09:18:35 jctrosset Exp $
###########################################################################
?>
<?php
Expand All @@ -28,10 +29,10 @@
$s_date_order = 'Date Order';
$s_print_all_bug_page_link = 'Rapport imprimable';
$s_csv_export = 'CSV Export';
$s_login_anonymously = 'Login Anonymously';
$s_jump_to_bugnotes = 'Jump to Bugnotes';
$s_public_project_msg = 'This project is PUBLIC. All users have access to this project.';
$s_private_project_msg = 'This project is PRIVATE. Only administrators and manually added users have access.';
$s_login_anonymously = 'Se logger anonymememnt';
$s_jump_to_bugnotes = 'Aller aux Bugnotes';
$s_public_project_msg = 'Ce projet est PUBLIC. Tous les utilisateurs y ont acc�s.';
$s_private_project_msg = 'Ce projet est PRIVE. Seuls les administrateurs et les utilisateurs ajout�s manuellement y ont acc�s';
$s_access_level_project = 'Project Access Level';
$s_view_submitted_bug_link = 'View Submitted Bug';
$s_assigned_projects = 'Assigned Projects';
Expand All @@ -57,7 +58,7 @@
$s_delete_bugnote_sure_msg = 'Are you sure you wish to delete this bug?';
$s_bug_relationships = 'Relationships';

$s_duplicate_of = 'duplicate of %id';
$s_duplicate_of = 'doublon de %id';
$s_has_duplicate = 'has duplicate %id';
$s_related_to = 'related to %id';
$s_dependant_on = 'dependant on %id';
Expand All @@ -74,8 +75,10 @@
$s_file_added = 'File Added: ';
$s_file_deleted = 'File Deleted: ';

$s_make_private = 'Make Private';
$s_make_public = 'Make Public';
$s_make_private = 'Rendre Priv�';
$s_make_public = 'Rendre Public';

$s_hide_button = 'Cacher s�lection';

# bug_actiongroup_page.php : mass treatment
$s_close_bugs_conf_msg = 'Voulez-vous vraiment fermer ces bugs ?';
Expand Down

0 comments on commit bf48809

Please sign in to comment.