diff --git a/lang/strings_chinese_simplified.txt b/lang/strings_chinese_simplified.txt index 363b33ac8e..8e6ec0803d 100644 --- a/lang/strings_chinese_simplified.txt +++ b/lang/strings_chinese_simplified.txt @@ -11,11 +11,11 @@ # Chinese_Simplified: liaobin@jite.net # Chinese_Simplified: NetCobra,netcobra@gmail.com # ------------------------------------------------- - # $Revision: 1.45 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.46 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_chinese_simplified.txt,v 1.45 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_chinese_simplified.txt,v 1.46 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ########################################################################### @@ -73,7 +73,7 @@ $s_field = ' $s_old_value = '¾ÉµÄÖµ'; $s_new_value = 'еÄÖµ'; $s_date_modified = 'ÈÕÆÚÐÞÕý'; -$s_Bugnote = 'Bug ×¢½â'; +$s_bugnote = 'Bug ×¢½â'; $s_change = '¸Ä±ä'; $s_bugnote_view_state = '²é¿´ Bug ×¢½â״̬'; $s_bug_monitor = 'Bug ¼àÊÓÈË'; @@ -233,13 +233,11 @@ $MANTIS_ERROR[ERROR_SPONSORSHIP_ASSIGNER_ACCESS_LEVEL_TOO_LOW] = 'Access Denied: $MANTIS_ERROR[ERROR_SPONSORSHIP_SPONSOR_NO_EMAIL] = 'Sponsor has not provided an email address. Please update your profile.'; $MANTIS_ERROR[ERROR_CONFIG_OPT_INVALID] = 'Configuration option \'%s\' has invalid value \'%s\''; $MANTIS_ERROR[ERROR_BUG_READ_ONLY_ACTION_DENIED] = 'The action cannot be performed because issue \'%d\' is read-only'; - $MANTIS_ERROR[ERROR_RELATIONSHIP_ALREADY_EXISTS] = "ERROR: There is already a relationship between these two issues."; $MANTIS_ERROR[ERROR_RELATIONSHIP_NOT_FOUND] = "ERROR: Relationship not found."; $MANTIS_ERROR[ERROR_RELATIONSHIP_ACCESS_LEVEL_TO_DEST_BUG_TOO_LOW] = "Access denied: The issue %d requires higher access level."; $MANTIS_ERROR[ERROR_RELATIONSHIP_SAME_BUG] = "ERROR: an issue can't be related to it self."; - $s_login_error = "ERROR: your account may be disabled or the username/password you entered is incorrect."; $s_login_cookies_disabled = 'ERROR: Your browser either doesn\'t know how to handle cookies, or refuses to handle them.'; @@ -290,10 +288,10 @@ $s_email_notification_title_for_status_bug_resolved = ' $s_email_notification_title_for_status_bug_closed = 'ÏÂÁÐ Bug ÒѾ­¹Ø±Õ'; $s_email_notification_title_for_action_bug_submitted = 'ÏÂÁÐ Bug ÒѾ­Ìá½»¡£'; +$s_email_notification_title_for_action_bug_assigned = 'ÏÂÁÐ Bug ÒѾ­±»Ö¸ÅÉ'; $s_email_notification_title_for_action_bug_reopened = 'ÏÂÁÐ Bug ÖØдò¿ª¡£'; -$s_email_notification_title_for_action_bug_deleted = 'ÏÂÁÐ Bug ÒѾ­±»É¾³ý'; $s_email_notification_title_for_action_bug_deleted = 'ÏÂÁÐ Issue ÒѾ­±»É¾³ý'; -$s_email_notification_title_for_action_bug_assigned = 'ÏÂÁÐ Bug ÒѾ­±»Ö¸ÅÉ'; +$s_email_notification_title_for_action_bug_updated = 'The following issue has been UPDATED.'; $s_email_notification_title_for_action_sponsorship_added = 'ÏÂÁÐ Bug ÒѾ­±» SPONSORED.'; $s_email_notification_title_for_action_sponsorship_updated = 'A sponsorship of the following issue was modified.'; $s_email_notification_title_for_action_sponsorship_deleted = 'A sponsorship of the following issue was withdrawn.'; @@ -407,6 +405,7 @@ $s_password_updated = ' # bug_assign.php $s_bug_assign_msg = "Òѳɹ¦Ö¸ÅÉ Bug..."; + # bug_change_status_page.php $s_new_bug_title = 'New Issue'; $s_feedback_bug_title = 'Provide Feedback to Issue'; @@ -511,17 +510,17 @@ $s_updating_bug_simple_title = " # bug_vote_add.php $s_vote_added_msg = "ͶƱÒÑÌí¼Ó..."; -# Bugnote_add.php +# bugnote_add.php $s_bugnote_added_msg = "ÒÑÌí¼Ó Bug ×¢½â..."; -# Bugnote_delete.php +# bugnote_delete.php $s_bugnote_deleted_msg = "ÒÑɾ³ý Bug ×¢½â..."; $s_bug_notes_title = "Bug ×¢½â"; -# Bugnote_edit_page.php +# bugnote_edit_page.php $s_edit_bugnote_title = "±à¼­ Bug ×¢½â"; -# Bugnote_inc.php +# bugnote_inc.php $s_no_bugnotes_msg = "Õâ¸ö Bug ûÓÐ×¢½âÐÅÏ¢"; $s_delete_link = "ɾ³ý"; $s_add_bugnote_title = "Ìí¼Ó Bug ×¢½â"; @@ -529,7 +528,7 @@ $s_add_bugnote_button = " $s_bugnote_edit_link = "±à¼­"; $s_closed_bug_button = "¹Ø±Õ Bug"; -# Bugnote_update.php +# bugnote_update.php $s_bugnote_updated_msg = "ÒѾ­±»³É¹¦¸üРBug ×¢½â..."; $s_edited_on = "±à¼­ÓÚ£º"; diff --git a/lang/strings_chinese_traditional.txt b/lang/strings_chinese_traditional.txt index 6754fbea6b..201db8b2b6 100644 --- a/lang/strings_chinese_traditional.txt +++ b/lang/strings_chinese_traditional.txt @@ -7,11 +7,11 @@ # Chinese_Traditional: Pao-Hsi Huang, doggy8088@mail2000.com.tw # ------------------------------------------------- - # $Revision: 1.58 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.59 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_chinese_traditional.txt,v 1.58 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_chinese_traditional.txt,v 1.59 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_croatian.txt b/lang/strings_croatian.txt index 2b698d6e06..15d3229130 100755 --- a/lang/strings_croatian.txt +++ b/lang/strings_croatian.txt @@ -9,11 +9,11 @@ ########################################################################### # Croatian strings for Mantis # ------------------------------------------------- - # $Revision: 1.11 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.12 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_croatian.txt,v 1.11 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_croatian.txt,v 1.12 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_czech.txt b/lang/strings_czech.txt index c5d690e57c..bf69415c67 100644 --- a/lang/strings_czech.txt +++ b/lang/strings_czech.txt @@ -6,19 +6,17 @@ # See the README and LICENSE files for details # Czech: Pavel Loupal, Pavel.Loupal@seznam.cz - # Czech: Jiri Kuchta, kuchta@feec.vutbr.cz - # Czech: Vít Jurásek, vit.jurasek@vegateam.cz - # Czech: Milan Cizek, cizek.milan@seznam.cz - # Czech: Jiri Kuchta, kuchta@feec.vutbr.cz - # Czech: Pøemek Brada, brada@kiv.zcu.cz - # Czech: Jiri Kuchta, kuchta@feec.vutbr.cz + # Czech: Jiri Kuchta, kuchta@feec.vutbr.cz + # Czech: Vít Jurásek, vit.jurasek@vegateam.cz + # Czech: Milan Cizek, cizek.milan@seznam.cz + # Czech: Pøemek Brada, brada@kiv.zcu.cz # Code page: ISO-8859-2 # ------------------------------------------------- - # $Revision: 1.57 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.58 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_czech.txt,v 1.57 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_czech.txt,v 1.58 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_danish.txt b/lang/strings_danish.txt index de7bc86de4..5ee0a1b1a1 100644 --- a/lang/strings_danish.txt +++ b/lang/strings_danish.txt @@ -7,11 +7,11 @@ # Danish: Søren Mortensen, sm@artmus.dk # ------------------------------------------------- - # $Revision: 1.63 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.64 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_danish.txt,v 1.63 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_danish.txt,v 1.64 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_dutch.txt b/lang/strings_dutch.txt index a66c3ebcb1..c8757399d4 100644 --- a/lang/strings_dutch.txt +++ b/lang/strings_dutch.txt @@ -9,11 +9,11 @@ # Dutch: Klaasjan Brand, kjb@dds.nl # Dutch: Jeroen Latour, jlatour@calaquendi.net # ------------------------------------------------- - # $Revision: 1.65 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.66 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_dutch.txt,v 1.65 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_dutch.txt,v 1.66 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> @@ -391,6 +391,7 @@ $s_password_updated = 'Wachtwoord is aangepast.'; # bug_assign.php $s_bug_assign_msg = 'Bug is toegewezen.'; + # bug_change_status_page.php $s_new_bug_title = 'New Issue'; $s_feedback_bug_title = 'Provide Feedback to Issue'; @@ -954,14 +955,14 @@ $s_custom_field_access_level_rw = 'Schrijftoegang'; $s_custom_field_length_min = 'Min. lengte'; $s_custom_field_length_max = 'Max. lengte'; $s_custom_field_advanced = 'Uitgebreid'; -s_custom_field_display_report = 'Display When Reporting Issues'; +$s_custom_field_display_report = 'Display When Reporting Issues'; $s_custom_field_display_update = 'Display When Updating Issues'; $s_custom_field_display_resolved = 'Display When Resolving Issues'; $s_custom_field_display_closed = 'Display When Closing Issues'; $s_custom_field_require_report = 'Required On Report'; $s_custom_field_require_update = 'Required On Update'; -$s_custom_field_require_resolve = 'Required On Resolve'; -$s_custom_field_require_close = 'Required On Close'; +$s_custom_field_require_resolved = 'Required On Resolve'; +$s_custom_field_require_closed = 'Required On Close'; $s_custom_field_sequence = 'Rij'; $s_custom_field_type_enum_string = '0:String,1:Numeriek,2:Drijvende komma,3:Enumeratie,4:E-mail,5:Checkbox,6:List,7:Multiselection list'; @@ -1004,7 +1005,6 @@ $s_changelog = 'Change Log'; # Http auth $s_http_auth_realm = "Mantis Login"; -# MASC RELATIONSHIP $s_bug = "issue"; $s_add_new_relationship = "New relationship"; $s_add_new_relationship_button = "Add"; @@ -1021,4 +1021,4 @@ $s_bug_created_from = "Issue generated from"; # Source Control Integration $s_checkin = 'Checkin'; -?> +?> \ No newline at end of file diff --git a/lang/strings_estonian.txt b/lang/strings_estonian.txt index f017e1ebda..cf6b2381d2 100644 --- a/lang/strings_estonian.txt +++ b/lang/strings_estonian.txt @@ -9,11 +9,11 @@ ########################################################################### # Estonian strings for Mantis # ------------------------------------------------- - # $Revision: 1.9 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.10 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_estonian.txt,v 1.9 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_estonian.txt,v 1.10 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_finnish.txt b/lang/strings_finnish.txt index 6edd3f2583..0b12012d9e 100755 --- a/lang/strings_finnish.txt +++ b/lang/strings_finnish.txt @@ -10,11 +10,11 @@ ########################################################################### # Finnish strings for Mantis # ------------------------------------------------- - # $Revision: 1.11 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.12 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_finnish.txt,v 1.11 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_finnish.txt,v 1.12 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_french.txt b/lang/strings_french.txt index faf2687aff..56f21aed01 100644 --- a/lang/strings_french.txt +++ b/lang/strings_french.txt @@ -14,11 +14,11 @@ # French: Laurent LABAT, wizzz@apinc.org # French: Alexandre Ghisoli, alexandre.ghisoli@ycom.ch # ------------------------------------------------- - # $Revision: 1.74 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:12 $ + # $Revision: 1.75 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:13 $ # - # $Id: strings_french.txt,v 1.74 2004-08-05 04:42:12 bigbadger Exp $ + # $Id: strings_french.txt,v 1.75 2004-08-08 08:45:13 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_german.txt b/lang/strings_german.txt index b9f740dff2..a0c0c31aad 100644 --- a/lang/strings_german.txt +++ b/lang/strings_german.txt @@ -12,11 +12,11 @@ # German: Andre Eisenbach, andre@eisenbach.com # German: Dr. Jürgen Kehrel, jkehrel@kehrel.de # ------------------------------------------------- - # $Revision: 1.102 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.103 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_german.txt,v 1.102 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_german.txt,v 1.103 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_hungarian.txt b/lang/strings_hungarian.txt index 5c1aaf1de1..3276ed605c 100644 --- a/lang/strings_hungarian.txt +++ b/lang/strings_hungarian.txt @@ -8,11 +8,11 @@ # Hungarian: Attila Vági, avagi@v-comp.hu # Hungarian: Gergõ Bácskai, gergo@bacskai.hu # ------------------------------------------------- - # $Revision: 1.51 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.52 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_hungarian.txt,v 1.51 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_hungarian.txt,v 1.52 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_italian.txt b/lang/strings_italian.txt index d626c54192..36a377bca5 100644 --- a/lang/strings_italian.txt +++ b/lang/strings_italian.txt @@ -9,11 +9,11 @@ # Italian: Marco Vassura, m.vassura@itools.it # Italian: Lele Gaifax, lele@seldati.it # ------------------------------------------------- - # $Revision: 1.71 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.72 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_italian.txt,v 1.71 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_italian.txt,v 1.72 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> ATTENZIONE. NON a $s_create_child_bug_button = "Genera figlio"; $s_bug_cloned_to = "Anomalia clonata"; $s_bug_created_from = "Anomalia generata da"; + # Source Control Integration $s_checkin = 'Checkin'; -?> +?> \ No newline at end of file diff --git a/lang/strings_japanese_euc.txt b/lang/strings_japanese_euc.txt index 7111252ec0..deddf2331f 100644 --- a/lang/strings_japanese_euc.txt +++ b/lang/strings_japanese_euc.txt @@ -8,11 +8,11 @@ # Japanese: Takeshi Hachikawa, seihachi@anet.ne.jp # Japanese: Seiji Sogabe, sogabe@alles.or.jp # ------------------------------------------------- - # $Revision: 1.54 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.55 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_japanese_euc.txt,v 1.54 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_japanese_euc.txt,v 1.55 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> $s_create_child_bug_button = "»Ò¤ÎºîÀ®"; $s_bug_cloned_to = "²þÁ±Í×µá¤òÊ£À½¤·¤Þ¤·¤¿"; $s_bug_created_from = "²þÁ±Í×µá¤òÀ¸À®¤·¤Þ¤·¤¿¡£ ÂоÝ"; + # Source Control Integration $s_checkin = 'Checkin'; -?> +?> \ No newline at end of file diff --git a/lang/strings_korean.txt b/lang/strings_korean.txt index d1363b061b..1af2faea20 100644 --- a/lang/strings_korean.txt +++ b/lang/strings_korean.txt @@ -8,11 +8,11 @@ # ÇÑ±Û ¹ø¿ª aporie@kornet.net # Ãß°¡ ¹ø¿ª torija@users.sourceforge.net # ------------------------------------------------- - # $Revision: 1.65 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.66 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_korean.txt,v 1.65 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_korean.txt,v 1.66 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_latvian.txt b/lang/strings_latvian.txt index 014def84ca..42920b0698 100755 --- a/lang/strings_latvian.txt +++ b/lang/strings_latvian.txt @@ -9,11 +9,11 @@ ########################################################################### # Latvian strings for Mantis # ------------------------------------------------- - # $Revision: 1.12 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.13 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_latvian.txt,v 1.12 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_latvian.txt,v 1.13 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_lithuanian.txt b/lang/strings_lithuanian.txt index de553a408f..66b3ae6f9f 100644 --- a/lang/strings_lithuanian.txt +++ b/lang/strings_lithuanian.txt @@ -8,11 +8,11 @@ ########################################################################## # Lithuanian: Virginija Baliukiene, tygra@one.lt (for Mantis 0.18.2) # ------------------------------------------------- - # $Revision: 1.7 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.8 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_lithuanian.txt,v 1.7 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_lithuanian.txt,v 1.8 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### # Problematiðki vertimai # Angliðki terminai - jø vertimas (vertimas pagal kompiuteriniø terminø anglø - lietuviø þodynà, URL http://www.likit.lt/frames/turinys/turinys.htm) @@ -400,6 +400,7 @@ $s_password_updated = 'Slapta # bug_assign.php $s_bug_assign_msg = 'Problema sëkmingai paskirta...'; + # bug_change_status_page.php $s_new_bug_title = 'New Issue'; $s_feedback_bug_title = 'Provide Feedback to Issue'; @@ -1029,4 +1030,4 @@ $s_bug_created_from = "Issue generated from"; # Source Control Integration $s_checkin = 'Checkin'; -?> +?> \ No newline at end of file diff --git a/lang/strings_norwegian.txt b/lang/strings_norwegian.txt index 533d961820..3770bbab5e 100644 --- a/lang/strings_norwegian.txt +++ b/lang/strings_norwegian.txt @@ -9,11 +9,11 @@ # Norwegian: Ingvald Skaug, dev@skaug.no # Norwegian: Alf-Ivar Holm, affi@csc.no # ------------------------------------------------- - # $Revision: 1.67 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.68 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_norwegian.txt,v 1.67 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_norwegian.txt,v 1.68 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_polish.txt b/lang/strings_polish.txt index a923899627..9771bf67b4 100644 --- a/lang/strings_polish.txt +++ b/lang/strings_polish.txt @@ -9,11 +9,11 @@ # Polish: Jaroslaw Lewandowski # Polish: Kacper Kruszewski # ------------------------------------------------- - # $Revision: 1.67 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.68 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_polish.txt,v 1.67 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_polish.txt,v 1.68 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_portuguese_brazil.txt b/lang/strings_portuguese_brazil.txt index 401e1debee..ad11610600 100644 --- a/lang/strings_portuguese_brazil.txt +++ b/lang/strings_portuguese_brazil.txt @@ -9,11 +9,11 @@ # Brazilian Portuguese: Fernando Machado, fm-nospam@fmachado.com # Brazilian Portuguese: Juliano Ravasi Ferraz, jferraz at users sourceforge net # ------------------------------------------------- - # $Revision: 1.64 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.65 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_portuguese_brazil.txt,v 1.64 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_portuguese_brazil.txt,v 1.65 2004-08-08 08:45:14 jlatour Exp $ # ------------------------------------------------- # Up-to-date with strings_english.txt revision 1.187 -- jferraz 2004/07/11 ########################################################################### @@ -392,6 +392,7 @@ $s_password_updated = 'Senha atualizada com sucesso'; # bug_assign.php $s_bug_assign_msg = 'O caso foi atribuído com sucesso...'; + # bug_change_status_page.php $s_new_bug_title = 'New Issue'; $s_feedback_bug_title = 'Provide Feedback to Issue'; @@ -1018,6 +1019,7 @@ $s_relationship_warning_blocking_bugs_not_resolved_2 = "ATEN $s_create_child_bug_button = "Criar filho"; $s_bug_cloned_to = "Caso clonado"; $s_bug_created_from = "Caso gerado à partir de"; + # Source Control Integration $s_checkin = 'Checkin'; -?> +?> \ No newline at end of file diff --git a/lang/strings_portuguese_standard.txt b/lang/strings_portuguese_standard.txt index ef48624266..1650d473a1 100644 --- a/lang/strings_portuguese_standard.txt +++ b/lang/strings_portuguese_standard.txt @@ -8,11 +8,11 @@ # Portuguese Standard: Luís Martins, lmar@ualg.pt # Rui Alexandre Coelho, rac@iosoft.pt # ------------------------------------------------- - # $Revision: 1.62 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.63 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_portuguese_standard.txt,v 1.62 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_portuguese_standard.txt,v 1.63 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_romanian.txt b/lang/strings_romanian.txt index 6926605c35..e5c31ab6a6 100644 --- a/lang/strings_romanian.txt +++ b/lang/strings_romanian.txt @@ -7,11 +7,11 @@ # Romanian: Adrian Spinei, aspinei@internal.metawings.com # ------------------------------------------------- - # $Revision: 1.58 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.59 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_romanian.txt,v 1.58 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_romanian.txt,v 1.59 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_russian.txt b/lang/strings_russian.txt index 6155a46f4c..1e385ece61 100644 --- a/lang/strings_russian.txt +++ b/lang/strings_russian.txt @@ -8,11 +8,11 @@ # Russian (Windows1251): Alexander Leschinsky aml@lair.pp.ru # Russian (Windows1251): Alex Volkov, alex@volkov.ru # ------------------------------------------------- - # $Revision: 1.62 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:13 $ + # $Revision: 1.63 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_russian.txt,v 1.62 2004-08-05 04:42:13 bigbadger Exp $ + # $Id: strings_russian.txt,v 1.63 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_slovak.txt b/lang/strings_slovak.txt index 24a0cba651..59075ca1f3 100644 --- a/lang/strings_slovak.txt +++ b/lang/strings_slovak.txt @@ -9,11 +9,11 @@ # Code page: ISO-8859-2 # Translation was developed for Platon SDG, http://www.platon.sk/ # ------------------------------------------------- - # $Revision: 1.20 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:14 $ + # $Revision: 1.21 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_slovak.txt,v 1.20 2004-08-05 04:42:14 bigbadger Exp $ + # $Id: strings_slovak.txt,v 1.21 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_spanish.txt b/lang/strings_spanish.txt index 01a8057d54..1dcd945f2a 100644 --- a/lang/strings_spanish.txt +++ b/lang/strings_spanish.txt @@ -11,11 +11,11 @@ # Spanish: Bernardo Hernández - b.magno@terra.es # Spanish: Alberto Serrano - apserrano@grupobbva.net # ------------------------------------------------- - # $Revision: 1.66 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:14 $ + # $Revision: 1.67 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_spanish.txt,v 1.66 2004-08-05 04:42:14 bigbadger Exp $ + # $Id: strings_spanish.txt,v 1.67 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_swedish.txt b/lang/strings_swedish.txt index bb39a57b09..0b145abc3c 100644 --- a/lang/strings_swedish.txt +++ b/lang/strings_swedish.txt @@ -7,11 +7,11 @@ # Swedish: Ludvig Omholt, ludde@ludde.net # ------------------------------------------------- - # $Revision: 1.64 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:14 $ + # $Revision: 1.65 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_swedish.txt,v 1.64 2004-08-05 04:42:14 bigbadger Exp $ + # $Id: strings_swedish.txt,v 1.65 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_turkish.txt b/lang/strings_turkish.txt index 8608754f24..e63a838c92 100644 --- a/lang/strings_turkish.txt +++ b/lang/strings_turkish.txt @@ -8,11 +8,11 @@ # Turkish: Oktay Altunergil - oktay@bellatlantic.net, founder of FreeLinuxCD.org # Türkçe tercüme , FreeLinuxCD.org kurucusu Oktay Altunergil tarafýndan gerçeklestirilmiþtir. # ------------------------------------------------- - # $Revision: 1.61 $ - # $Author: bigbadger $ - # $Date: 2004-08-05 04:42:14 $ + # $Revision: 1.62 $ + # $Author: jlatour $ + # $Date: 2004-08-08 08:45:14 $ # - # $Id: strings_turkish.txt,v 1.61 2004-08-05 04:42:14 bigbadger Exp $ + # $Id: strings_turkish.txt,v 1.62 2004-08-08 08:45:14 jlatour Exp $ ########################################################################### ?> +?> \ No newline at end of file