diff --git a/lang/strings_chinese_simplified.txt b/lang/strings_chinese_simplified.txt index 4f872f9505..061dfe4d42 100644 --- a/lang/strings_chinese_simplified.txt +++ b/lang/strings_chinese_simplified.txt @@ -12,11 +12,11 @@ # Chinese_Simplified: NetCobra, netcobra@gmail.com # Chinese_Simplified: Hacked by justin schnell_18@yahoo.com # ------------------------------------------------- - # $Revision: 1.69 $ - # $Author: vboctor $ - # $Date: 2005-06-20 11:12:25 $ + # $Revision: 1.70 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:41 $ # - # $Id: strings_chinese_simplified.txt,v 1.69 2005-06-20 11:12:25 vboctor Exp $ + # $Id: strings_chinese_simplified.txt,v 1.70 2005-07-20 14:17:41 thraxisp Exp $ ########################################################################### ########################################################################### @@ -273,7 +273,7 @@ $MANTIS_ERROR[ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED] = 'Max. numb $MANTIS_ERROR[ERROR_PROJECT_RECURSIVE_HIERARCHY] = 'That operation would create a loop in the subproject hierarchy.'; $MANTIS_ERROR[ERROR_USER_CHANGE_LAST_ADMIN] = 'You cannot change the access level of the only ADMINISTRATOR in the system.'; -#$s_login_error = '您的账号可能已被禁用或被暂时锁定(可能是由于尝试登录的失败次数太多所至),或者您输入的用户名和密码不正确。'; +#$s_login_error = 'Your account may be disabled or blocked (due to too many failed login attempts) or the username/password you entered is incorrect.'; $s_login_error = '很遗憾,你无法登陆,请确认是否你正确地输入了用户名和密码并尝试重新登录;如果仍然无法登录,请咨询管理员是否你的账号被锁定。'; $s_login_cookies_disabled = '你的浏览器禁用了 Cookies 功能,或者你可能使用了不支持 Cookie 的旧版浏览器;请启用 Cookie,或者升级你的浏览器。'; @@ -305,6 +305,7 @@ $s_status_enum_string = '10: $s_resolution_enum_string = '10:未处理,20:已修正,30:重新打开,40:无法重现,50:无法修复,60:重复问题,70:不是问题,80:暂停,90:不做修改'; $s_projection_enum_string = '10:无,30:很小的改动,50:较小的修正,70:重要修正,90:重新设计'; $s_eta_enum_string = '10:无,20:小于 1 天,30:2-3 天,40:小于 1 星期,50:小于 1 个月,60:超过 1 个月'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = '问题跟踪系统帐号注册'; @@ -388,6 +389,8 @@ $s_no_password_change = ' $s_confirm_password = '确认密码'; $s_access_level = '存取权限'; $s_update_user_button = '更新帐号信息'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = '缺省帐号设置'; @@ -450,6 +453,23 @@ $s_submit_button = ' # account_profile_update.php $s_profile_updated_msg = '平台配置更新...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = '帐号信息更新成功...'; $s_email_updated = 'Email 地址更新成功'; @@ -1162,6 +1182,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = '已添加 Sponsorship'; $s_sponsorship_updated = '已修改 Sponsorship'; $s_sponsorship_deleted = '已删除 Sponsorship'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = '关于 Sponsorship 的更多信息'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1233,7 +1254,7 @@ $s_manage_news = ' $s_view_list_of_attachments = '查看附件列表'; $s_download_attachments = '下载附件'; $s_delete_attachments = '删除附件'; -$s_upload_issue_attachments = '上传问题附件'; +$s_delete_attachment_button = "Delete"; $s_delete_attachment_sure_msg = '你确定要删除该附件吗?'; $s_upload_issue_attachments = 'Upload issue attachments'; $s_filters = '过滤器'; @@ -1277,4 +1298,4 @@ $s_before = ' $s_after = '晚于' ; $s_on_or_after = '等于或者晚于' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_chinese_traditional.txt b/lang/strings_chinese_traditional.txt index 8959cc4f9d..2002b59a8c 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.80 $ - # $Author: bigbadger $ - # $Date: 2005-05-18 18:25:40 $ + # $Revision: 1.81 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:41 $ # - # $Id: strings_chinese_traditional.txt,v 1.80 2005-05-18 18:25:40 bigbadger Exp $ + # $Id: strings_chinese_traditional.txt,v 1.81 2005-07-20 14:17:41 thraxisp Exp $ ########################################################################### ?> 1 month'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Account registration'; @@ -369,6 +371,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = '絋粄盞絏'; $s_access_level = '舦'; $s_update_user_button = '穝ㄏノ'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = '箇砞眀腹尺砞﹚'; @@ -431,6 +435,23 @@ $s_submit_button = ' # account_profile_update.php $s_profile_updated_msg = '砞﹚穝...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = '眀め竒Θ穝...'; $s_email_updated = 'Email address successfully updated'; @@ -440,6 +461,9 @@ $s_password_updated = 'Password successfully updated'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = '挛竒Θ砆﹚...'; @@ -541,6 +565,7 @@ $s_description = ' $s_steps_to_reproduce = '挛祇ネ ˙艼弧'; $s_update_information_button = '穝戈癟'; $s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = '秈顶穝'; @@ -1139,6 +1164,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1254,4 +1280,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_croatian.txt b/lang/strings_croatian.txt index a90a961acf..4d08610eff 100755 --- a/lang/strings_croatian.txt +++ b/lang/strings_croatian.txt @@ -9,11 +9,11 @@ ########################################################################### # Croatian strings for Mantis # ------------------------------------------------- - # $Revision: 1.34 $ - # $Author: bigbadger $ - # $Date: 2005-05-18 18:25:50 $ + # $Revision: 1.35 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:41 $ # - # $Id: strings_croatian.txt,v 1.34 2005-05-18 18:25:50 bigbadger Exp $ + # $Id: strings_croatian.txt,v 1.35 2005-07-20 14:17:41 thraxisp Exp $ ########################################################################### ?> 1 mjesec"; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Account registration'; @@ -371,6 +373,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = "Potvrdi zaporku"; $s_access_level = "Razina pristupa"; $s_update_user_button = "A緐riraj korisnika"; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = "Korisni鑛e preference"; @@ -433,6 +437,23 @@ $s_submit_button = "Izvr # account_profile_update.php $s_profile_updated_msg = "Profil a緐riran..."; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = "Va korisni鑛i ra鑥n je uspje筺o a緐riran..."; $s_email_updated = 'Email address successfully updated'; @@ -442,6 +463,9 @@ $s_password_updated = 'Password successfully updated'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = "Bug je uspje筺o dodijeljen..."; @@ -543,6 +567,7 @@ $s_description = "Opis"; $s_steps_to_reproduce = "Koraci za reproduciranje"; $s_update_information_button = "A緐riraj informaciju"; $s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = "A緐riraj napredno"; @@ -1141,6 +1166,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1256,4 +1282,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_czech.txt b/lang/strings_czech.txt index 8e3708489b..c0a434618c 100644 --- a/lang/strings_czech.txt +++ b/lang/strings_czech.txt @@ -12,11 +12,11 @@ # Czech: P鴈mek Brada, brada@kiv.zcu.cz # Code page: ISO-8859-2 # ------------------------------------------------- - # $Revision: 1.80 $ - # $Author: bigbadger $ - # $Date: 2005-05-18 18:25:50 $ + # $Revision: 1.81 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:41 $ # - # $Id: strings_czech.txt,v 1.80 2005-05-18 18:25:50 bigbadger Exp $ + # $Id: strings_czech.txt,v 1.81 2005-07-20 14:17:41 thraxisp Exp $ ########################################################################### ?> 1 m靤韈'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Registrace nov閔o u緄vatelsk閔o tu'; @@ -374,6 +376,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Heslo znovu'; $s_access_level = '趓ove pstupu'; $s_update_user_button = 'Aktualizovat u緄vatele'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Nastaven tu'; @@ -436,6 +440,23 @@ $s_submit_button = 'Ulo # account_profile_update.php $s_profile_updated_msg = 'Profil aktualizov醤...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'V峁 et byl 鷖p旃n aktualizov醤...'; $s_email_updated = 'Elektronick adresa byla 鷖p旃n aktualizov醤a'; @@ -445,6 +466,9 @@ $s_password_updated = 'Heslo bylo # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Probl閙 byl 鷖p旃n p鴌鴄zen...'; @@ -546,6 +570,7 @@ $s_description = 'Popis'; $s_steps_to_reproduce = 'Kroky k vyvol醤'; $s_update_information_button = 'Ulo緄t'; $s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Roz鬼鴈n aktualizace'; @@ -1144,6 +1169,7 @@ $s_sponsors = '%d sponzor(- $s_sponsorship_added = 'Sponzoring p鴌d醤'; $s_sponsorship_updated = 'Sponzoring zm靚靚'; $s_sponsorship_deleted = 'Sponzoring zru筫n'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'V韈e informac o sponzoringu'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1259,4 +1285,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_danish.txt b/lang/strings_danish.txt index 08e5ad17bc..1c081aef9d 100644 --- a/lang/strings_danish.txt +++ b/lang/strings_danish.txt @@ -9,11 +9,11 @@ # Danish Update Gunner Poulsen, gp@lyngbjerggaardskolen.dk # Translations: Bug, Isssue - Fejl # ------------------------------------------------- - # $Revision: 1.88 $ - # $Author: vboctor $ - # $Date: 2005-06-08 11:06:38 $ + # $Revision: 1.89 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:42 $ # - # $Id: strings_danish.txt,v 1.88 2005-06-08 11:06:38 vboctor Exp $ + # $Id: strings_danish.txt,v 1.89 2005-07-20 14:17:42 thraxisp Exp $ ########################################################################### ?> 1 m錸ed'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Kontoregistrering'; @@ -371,6 +373,8 @@ $s_no_password_change = 'Adgangskoden er kontrolleret af et andet system, s $s_confirm_password = 'Bekr鎓t adgangskode'; $s_access_level = 'Rettigheder'; $s_update_user_button = 'Opdater bruger'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Satadardpr鎓erencer for konto'; @@ -433,6 +437,23 @@ $s_submit_button = 'Send'; # account_profile_update.php $s_profile_updated_msg = 'Profil opdateret...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Din konto er blevet opdateret...'; $s_email_updated = 'Vellykket opdatering af E-mail-adresse'; @@ -442,6 +463,9 @@ $s_password_updated = 'Vellykket opdatering af adgangskode'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Fejlen er blevet tildelt...'; @@ -543,6 +567,7 @@ $s_description = 'Beskrivelse'; $s_steps_to_reproduce = 'Handlinger for at genfrembringe'; $s_update_information_button = 'Opdater information'; $s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Opdater avanceret'; @@ -1141,6 +1166,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorat tilf鴍et'; $s_sponsorship_updated = 'Sponsorat opdateret'; $s_sponsorship_deleted = 'Sponsorat slettet'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Flere oplysninger om sponsorering'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1252,8 +1278,8 @@ $s_loading = 'Indl $s_between = 'Mellem' ; $s_on_or_before = 'P eller f鴕' ; $s_before = 'F鴕' ; -# $s_on = 'P' ; # @@@ (thraxisp) denne eksisterer allerede (~ line 499) +# $s_on = 'On' ; # @@@ (thraxisp) this already exists (~ line 499) $s_after = 'Efter' ; $s_on_or_after = 'P eller efter' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_dutch.txt b/lang/strings_dutch.txt index b96c9f070b..e78fad7e74 100644 --- a/lang/strings_dutch.txt +++ b/lang/strings_dutch.txt @@ -10,11 +10,11 @@ # Dutch: Jeroen Latour, jlatour@calaquendi.net # Dutch: Hans van Zijst, hzi@syncera.nl # ------------------------------------------------- - # $Revision: 1.91 $ - # $Author: bigbadger $ - # $Date: 2005-05-18 18:25:51 $ + # $Revision: 1.92 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:42 $ # - # $Id: strings_dutch.txt,v 1.91 2005-05-18 18:25:51 bigbadger Exp $ + # $Id: strings_dutch.txt,v 1.92 2005-07-20 14:17:42 thraxisp Exp $ ########################################################################### ?> @@ -110,6 +110,7 @@ $s_bug_actiongroup_status = 'Deze bug kan niet op de gevraagde status gezet word $s_bug_actiongroup_category = 'Deze bug kan niet naar de gewenste categorie gewijzigd worden'; $s_close_bugs_conf_msg = 'Weet u zeker dat u deze bugs wilt sluiten?'; $s_delete_bugs_conf_msg = 'Weet u zeker dat u deze bugs wilt verwijderen?';$s_move_bugs_conf_msg = 'Verplaats bugs naar'; +$s_move_bugs_conf_msg = 'Move issues to'; $s_copy_bugs_conf_msg = 'Kopieer bugs naar'; $s_assign_bugs_conf_msg = 'Toewijzen bugs aan'; $s_resolve_bugs_conf_msg = 'Kies afhandeling van bugs'; @@ -208,6 +209,7 @@ $MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED] = 'FOUT: Een array werd verwacht, maar e $MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'Een string werd verwacht maar een array ontvangen.'; $MANTIS_ERROR[ERROR_GPC_NOT_NUMBER] = 'Een nummer was verwacht voor %s.'; $MANTIS_ERROR[ERROR_BUG_NOT_FOUND] = 'Bug %d niet gevonden.'; +$MANTIS_ERROR[ERROR_FILTER_NOT_FOUND] = 'Filter %d not found.'; $MANTIS_ERROR[ERROR_EMAIL_INVALID] = 'Ongeldig e-mail adres.'; $MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Profiel niet gevonden.'; $MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED] = 'FOUT: Dat file type mag niet ge-upload worden.'; @@ -257,6 +259,7 @@ $MANTIS_ERROR[ERROR_LOST_PASSWORD_MAX_IN_PROGRESS_ATTEMPTS_REACHED] = 'Max. aant $MANTIS_ERROR[ERROR_PROJECT_RECURSIVE_HIERARCHY] = 'Deze bewerking zou een lus maken in de subproject hiërarchie.'; $MANTIS_ERROR[ERROR_USER_CHANGE_LAST_ADMIN] = 'U kunt het toegangsniveau van de enige beheerder van het systeem niet aanpassen.'; +#$s_login_error = 'Your account may be disabled or blocked (due to too many failed login attempts) or the username/password you entered is incorrect.'; $s_login_error = 'FOUT: Uw account kan uitgeschakeld zijn of de gebruikersnaam/wachtwoord combinatie die u ingevoerd heeft is niet juist.'; $s_login_cookies_disabled = 'FOUT: Ofwel uw browser ondersteunt geen cookies, of deze zijn uitgeschakeld.'; @@ -288,6 +291,7 @@ $s_status_enum_string = '10:nieuw,20:feedback,30:onderkend,40:bevest $s_resolution_enum_string = '10:open,20:opgelost,30:heropend,40:niet te dupliceren,50:niet oplosbaar,60:dubbele melding,70:geen bug,80:uitgesteld,90:zal niet opgelost worden'; $s_projection_enum_string = '10:geen,30:tweak,50:eenvoudige oplossing,70:ingewikkelde oplossing,90:herschrijven nodig'; $s_eta_enum_string = '10:geen,20:< 1 dag,30:2-3 dagen,40:< 1 week,50:< 1 maand,60:> 1 maand'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Account registratie'; @@ -371,6 +375,8 @@ $s_no_password_change = 'Het wachtwoord wordt bepaald door een ander systeem en $s_confirm_password = 'Bevestig wachtwoord'; $s_access_level = 'Toegangsniveau'; $s_update_user_button = 'Aanpassen gebruiker'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Standaard account instellingen'; @@ -433,6 +439,23 @@ $s_submit_button = 'Verder'; # account_profile_update.php $s_profile_updated_msg = 'Profiel aangepast.'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Uw account is aangepast.'; $s_email_updated = 'E-mail adres is aangepast.'; @@ -442,6 +465,9 @@ $s_password_updated = 'Wachtwoord is aangepast.'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Bug is toegewezen.'; @@ -542,6 +568,8 @@ $s_summary = 'Samenvatting'; $s_description = 'Beschrijving'; $s_steps_to_reproduce = 'Stappen om te reproduceren'; $s_update_information_button = 'Aanpassen informatie'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Uitgebreid aanpassen'; @@ -650,14 +678,20 @@ $s_edit_user_link = 'Aanpassen gebruiker'; # manage_config_email_page $s_config_all_projects = 'LET OP: Deze configuratie is van toepassing op ALLE PROJECTEN.'; $s_config_project = 'Let op: Deze configuratie heeft alleen invloer op het %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'Gebruiker die de bug meldde'; $s_issue_handler = 'Gebruiker die de bug behandelt'; $s_users_added_bugnote = 'Gebruiker voegt herinnering toe'; $s_change_configuration = 'Configuratie bijgewerkt'; +$s_message = 'Message'; $s_default_notify = 'Standaard meldingsvlaggen gezet op'; $s_action_notify = 'Zet actie meldingsvlaggen op'; $s_notify_defaults_change_access = 'Verander gebruikers die de standaard meldingen kunnen zetten naar'; $s_notify_actions_change_access = 'Verander gebruikers die de actie meldingen kunnen zetten naar'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'bestaat niet'; @@ -681,6 +715,9 @@ $s_desc_bug_resolved_status_threshold = 'Status waarbij een bug als afgehandeld $s_workflow_change_access = 'Verander gebruikers die de werkwijze kunnen wijzigen naar'; $s_access_change_access = 'Verander gebruiker die de status kunnen wijzigen naar'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Wijs een bug toe'; $s_allow_close_immediate = 'Sta het afsluiten van een bug bij afgehandeld toe'; @@ -696,6 +733,11 @@ $s_readonly_status = 'Status waarbij een bug alleen-lezen wordt gezet'; $s_reopen_status = 'Status waarop een heropende bug wordt gezet'; $s_reopen_resolution = 'Afhandeling waar een heropende bug op wordt gezet'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Project is succesvol toegevoegd.'; @@ -1126,6 +1168,7 @@ $s_sponsors = '%d sponsor(en)'; $s_sponsorship_added = 'Sponsoring toegevoegd'; $s_sponsorship_updated = 'Sponsoring aangepast'; $s_sponsorship_deleted = 'Sponsoring verwijderd'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Meer informatie over sponsoring'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1237,8 +1280,8 @@ $s_loading = 'Loading...'; $s_between = 'Tussen' ; $s_on_or_before = 'Op of voor' ; $s_before = 'Voor' ; -# $s_on = 'Op' ; # @@@ (thraxisp) this already exists (~ line 499) +# $s_on = 'On' ; # @@@ (thraxisp) this already exists (~ line 499) $s_after = 'Na' ; $s_on_or_after = 'Op of na' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_english.txt b/lang/strings_english.txt index 336c78a080..53714fc718 100644 --- a/lang/strings_english.txt +++ b/lang/strings_english.txt @@ -9,11 +9,11 @@ ########################################################################### # English strings for Mantis # ------------------------------------------------- - # $Revision: 1.262 $ + # $Revision: 1.263 $ # $Author: thraxisp $ - # $Date: 2005-07-19 15:31:50 $ + # $Date: 2005-07-20 14:17:42 $ # - # $Id: strings_english.txt,v 1.262 2005-07-19 15:31:50 thraxisp Exp $ + # $Id: strings_english.txt,v 1.263 2005-07-20 14:17:42 thraxisp Exp $ ########################################################################### ?> 1 kuu'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Kasutajakonto registreerimine'; @@ -370,6 +374,8 @@ $s_no_password_change = 'Kuna paroole hallatakse teise süsteemi poolt, ei o $s_confirm_password = 'Kinnita parool'; $s_access_level = 'Pöördusõiguste tase'; $s_update_user_button = 'Uuenda kasutaja'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Kasutajakonto eelistused'; @@ -432,6 +438,23 @@ $s_submit_button = 'Saada'; # account_profile_update.php $s_profile_updated_msg = 'Profiil uuendatud...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Sinu kasutajakonto on uuendatud...'; $s_email_updated = 'Sinu E-posti aadress on uuendatud'; @@ -441,6 +464,9 @@ $s_password_updated = 'Sinu parool on vahetatud'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Kanne on määratud...'; @@ -541,6 +567,8 @@ $s_summary = 'Kokkuvõte'; $s_description = 'Kirjeldus'; $s_steps_to_reproduce = 'Kordamise sammud'; $s_update_information_button = 'Uuenda info'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Spetsiaalne uuendus'; @@ -649,14 +677,20 @@ $s_edit_user_link = 'Redigeeri kasutajat'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Uuenda konfiguratsiooni'; +$s_message = 'Message'; $s_default_notify = 'Määra vaikimise teavitamise väärtus'; $s_action_notify = 'Määra tegevuste teavitamise väärtus'; $s_notify_defaults_change_access = 'Määra kasutajad, kes saavad muuta teavitamise vaikeväärtusi'; $s_notify_actions_change_access = 'Määra kasutajad, kes saavad muuta teavitamise väärtusi'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'mitte-eksisteeriv'; @@ -680,6 +714,9 @@ $s_desc_bug_resolved_status_threshold = 'Lahendatud kande staatus'; $s_workflow_change_access = 'Muuda kasutajaid, kes saavad töövoogu muuta'; $s_access_change_access = 'Muuda kasutajaid, kes saavad muuta staatuse muutmise ligipääsu tasemeid'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +732,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Projekt lisatud...'; @@ -1125,6 +1167,7 @@ $s_sponsors = '%d sponsor(eid)'; $s_sponsorship_added = 'Sponsorlus lisatud'; $s_sponsorship_updated = 'Sponsorlus Uuendatud'; $s_sponsorship_deleted = 'Sponsorlus Kustutatud'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Rohkem informatsiooni sponsorluse kohta'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1239,4 +1282,5 @@ $s_before = 'Enne'; # $s_on = 'On' ; # @@@ (thraxisp) this already exists (~ line 499) $s_after = 'Peale'; $s_on_or_after = 'Praegu või enne'; -?> + +?> \ No newline at end of file diff --git a/lang/strings_finnish.txt b/lang/strings_finnish.txt index c329d81a50..c14a9dca06 100755 --- a/lang/strings_finnish.txt +++ b/lang/strings_finnish.txt @@ -11,11 +11,11 @@ ########################################################################### # Finnish strings for Mantis # ------------------------------------------------- - # $Revision: 1.36 $ - # $Author: vboctor $ - # $Date: 2005-06-12 05:24:31 $ + # $Revision: 1.37 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:43 $ # - # $Id: strings_finnish.txt,v 1.36 2005-06-12 05:24:31 vboctor Exp $ + # $Id: strings_finnish.txt,v 1.37 2005-07-20 14:17:43 thraxisp Exp $ ########################################################################### ?> 1 kuukausi'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'K鋣tt鋔鋞ilin rekister鰅nti'; @@ -372,6 +375,8 @@ $s_no_password_change = 'Salasanaa ei voi muokata, koska sen yll $s_confirm_password = 'Vahvista salasana'; $s_access_level = 'K鋣tt鰋ikeustaso'; $s_update_user_button = 'P鋓vit k鋣tt鋔鋞unnustiedot'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'K鋣tt鋔鋞ilin asetukset'; @@ -434,6 +439,23 @@ $s_submit_button = 'L # account_profile_update.php $s_profile_updated_msg = 'Profiili p鋓vitetty...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'K鋣tt鋔鋞unnuksesi on onnistuneesti p鋓vitetty...'; $s_email_updated = 'S鋒k鰌ostiosoite onnistuneesti p鋓vitetty '; @@ -443,6 +465,9 @@ $s_password_updated = 'Salasana onnistuneesti vaihdettu'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Tapahtuma on onnistuneesti osoitettu...'; @@ -543,6 +568,8 @@ $s_summary = 'Yhteenveto'; $s_description = 'Kuvaus'; $s_steps_to_reproduce = 'Toisto-ohjeet'; $s_update_information_button = 'P鋓vit tiedot'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'P鋓vit yksityiskohtaiset tiedot'; @@ -651,14 +678,20 @@ $s_edit_user_link = 'Muokkaa k # manage_config_email_page $s_config_all_projects = 'HUOMAA: N鋗 asetukset vaikuttavat KAIKKIIN PROJEKTEIHIN.'; $s_config_project = 'HUOMAA: N鋗 asetukset vaikuttavat projektiin %s.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'K鋣tt鋔鋖le, joka lis鋝i tapahtuman'; $s_issue_handler = 'K鋣tt鋔鋖le, joka k鋝ittelee tapahtumaa'; $s_users_added_bugnote = 'K鋣tt鋔鋖le, joka on lis鋘nyt tapahtumaan muistiinpanon'; $s_change_configuration = 'P鋓vit asetukset'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'K鋣tt鋔鋞aso, jolla voidaan muokata oletusmuistutusten muokkaustasoa'; $s_notify_actions_change_access = 'K鋣tt鋔鋞aso, jolla voidaan muokata muistutuksia'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'ei olemassa'; @@ -682,6 +715,9 @@ $s_desc_bug_resolved_status_threshold = 'Tapahtuman tila, jolla tapahtumaa pidet $s_workflow_change_access = 'Tapahtumaketjua voi muokata k鋣tt鋔鋞asolla'; $s_access_change_access = 'K鋣tt鋔鋞aso, jolla voidaan vaihtaa tilojen k鋣tt鰋ikeustason muokkaustasoa'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Osoita tapahtuma'; $s_allow_close_immediate = 'Salli tapahtuman sulkeminen ratkaisun j鋖keen'; @@ -697,6 +733,11 @@ $s_readonly_status = 'Tapahtuman tila, jolla tapahtumaa ei voida en $s_reopen_status = 'Tapahtuman tila, jolle uudelleenavatut tapahtumat asetetaan'; $s_reopen_resolution = 'Ratkaisuaste, jolle uudelleeavattu tapahtuma asetetaan'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Projekti lis鋞ty...'; @@ -1127,6 +1168,7 @@ $s_sponsors = '%d sponsoria'; $s_sponsorship_added = 'Sponsori lis鋞ty'; $s_sponsorship_updated = 'Sponsori p鋓vitetty'; $s_sponsorship_deleted = 'Sponsori poistettu'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Lis滗 tietoa sponsoroinnista'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1242,4 +1284,4 @@ $s_before = 'Ennen' ; $s_after = 'J鋖keen' ; $s_on_or_after = 'T鋖l鰅n tai j鋖keen' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_french.txt b/lang/strings_french.txt index 29f6629564..d337099b98 100644 --- a/lang/strings_french.txt +++ b/lang/strings_french.txt @@ -15,11 +15,11 @@ # French: Alexandre Ghisoli, alexandre.ghisoli@ycom.ch # French: R閐a Bourebaba, bzctoons@free.fr # ------------------------------------------------- - # $Revision: 1.102 $ - # $Author: vboctor $ - # $Date: 2005-06-08 11:06:38 $ + # $Revision: 1.103 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:43 $ # - # $Id: strings_french.txt,v 1.102 2005-06-08 11:06:38 vboctor Exp $ + # $Id: strings_french.txt,v 1.103 2005-07-20 14:17:43 thraxisp Exp $ ########################################################################### ?> 1 mois'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Enregistrement de compte'; @@ -378,6 +379,8 @@ $s_no_password_change = 'Le mot de passe est controll $s_confirm_password = 'Confirmation du mot de passe'; $s_access_level = 'Droits d\'acc鑣'; $s_update_user_button = 'Mettre jour l\'utilisateur'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Pr閒閞ences du compte'; @@ -440,6 +443,23 @@ $s_submit_button = 'Soumettre'; # account_profile_update.php $s_profile_updated_msg = 'Profil mis jour...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Votre compte a 閠 mis jour avec succ鑣...'; $s_email_updated = 'Adresse e-mail mise jour avec succ鑣'; @@ -449,6 +469,9 @@ $s_password_updated = 'Mot de passe mis # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Le bug a 閠 assign avec succ鑣...'; @@ -1149,6 +1172,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsoring ajout'; $s_sponsorship_updated = 'Sponsoring mis jour'; $s_sponsorship_deleted = 'Sponsoring supprim'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Plus d\'information sur le sponsoring'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1264,4 +1288,4 @@ $s_before = 'Avant' ; $s_after = 'Apr鑣' ; $s_on_or_after = 'Pendant Ou Apr鑣' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_french_canadian.txt b/lang/strings_french_canadian.txt index d5c579d5a2..3a4e8ff5c0 100644 --- a/lang/strings_french_canadian.txt +++ b/lang/strings_french_canadian.txt @@ -16,11 +16,11 @@ # French: R閐a Bourebaba, bzctoons@free.fr # French-Canadian: Francis Labrie, flabrie@smoguli.com # ------------------------------------------------- - # $Revision: 1.1 $ - # $Author: vboctor $ - # $Date: 2005-06-09 12:55:08 $ + # $Revision: 1.2 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:44 $ # - # $Id: strings_french_canadian.txt,v 1.1 2005-06-09 12:55:08 vboctor Exp $ + # $Id: strings_french_canadian.txt,v 1.2 2005-07-20 14:17:44 thraxisp Exp $ ########################################################################### ?> 1 mois'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Enregistrement de compte'; @@ -379,6 +380,8 @@ $s_no_password_change = 'Le mot de passe est contr $s_confirm_password = 'Confirmation du mot de passe'; $s_access_level = 'Droits d\'acc鑣'; $s_update_user_button = 'Mettre jour l\'utilisateur'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Pr閒閞ences du compte'; @@ -441,6 +444,23 @@ $s_submit_button = 'Soumettre'; # account_profile_update.php $s_profile_updated_msg = 'Profil mis jour...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Votre compte a 閠 mis jour avec succ鑣...'; $s_email_updated = 'Adresse de courriel mise jour avec succ鑣'; @@ -450,6 +470,9 @@ $s_password_updated = 'Mot de passe mis # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Le bogue a 閠 assign avec succ鑣...'; @@ -1150,6 +1173,7 @@ $s_sponsors = '%d commanditaire(s)'; $s_sponsorship_added = 'Commandite ajout閑'; $s_sponsorship_updated = 'Commandite mise jour'; $s_sponsorship_deleted = 'Commandite supprim閑'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Plus d\'information sur la commandite'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1264,4 +1288,5 @@ $s_before = 'Avant'; # $s_on = 'On' ; # @@@ (thraxisp) this already exists (~ line 499) $s_after = 'Apr鑣'; $s_on_or_after = 'Pendant ou apr鑣'; -?> + +?> \ No newline at end of file diff --git a/lang/strings_german.txt b/lang/strings_german.txt index 28356e81f4..40c196e478 100644 --- a/lang/strings_german.txt +++ b/lang/strings_german.txt @@ -12,11 +12,11 @@ # German: Andre Eisenbach, andre@eisenbach.com # German: Dr. J黵gen Kehrel, jkehrel@kehrel.de # ------------------------------------------------- - # $Revision: 1.132 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:42 $ + # $Revision: 1.133 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:44 $ # - # $Id: strings_german.txt,v 1.132 2005-04-21 06:52:42 bigbadger Exp $ + # $Id: strings_german.txt,v 1.133 2005-07-20 14:17:44 thraxisp Exp $ ########################################################################### ?> 1 Monat'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Konto Registrierung'; @@ -374,6 +376,8 @@ $s_no_password_change = 'Das Passwort wird durch ein anderes System kontrolliert $s_confirm_password = 'Best鋞ige Passwort'; $s_access_level = 'Zugangsberechtigung'; $s_update_user_button = 'Benutzer aktualisieren'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Kontoeinstellungen'; @@ -436,6 +440,23 @@ $s_submit_button = 'Absenden'; # account_profile_update.php $s_profile_updated_msg = 'Profil aktualisiert...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Ihr Konto wurde erfolgreich aktualisiert...'; $s_email_updated = 'E-Mail Adresse erfolgreich aktualisiert.'; @@ -445,6 +466,9 @@ $s_password_updated = 'Passwort erfolgreich aktualisiert.'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Das Problem wurde zugewiesen...'; @@ -545,6 +569,8 @@ $s_summary = 'Zusammenfassung'; $s_description = 'Beschreibung'; $s_steps_to_reproduce = 'Schritte zur Reproduktion'; $s_update_information_button = 'Information aktualisieren'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'erweiterte Aktualisierung'; @@ -653,14 +679,20 @@ $s_edit_user_link = 'Benutzer bearbeiten'; # manage_config_email_page $s_config_all_projects = 'Hinweis: Diese Einstellungen betreffen ALLE PROJEKTE.'; $s_config_project = 'Hinweis: Diese Einstellungen betreffen nur Projekt %s.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Konfiguration 鋘dern'; +$s_message = 'Message'; $s_default_notify = 'Setze Standard-Benachrichtigungen auf'; $s_action_notify = 'Setze Aktionsbenachrichtigungen auf'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'nicht vorhanden'; @@ -684,6 +716,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Ein Problem zuweisen'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -699,6 +734,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Projekt wurde hinzugef黦t...'; @@ -1129,6 +1169,7 @@ $s_sponsors = '%d Sponsor(en)'; $s_sponsorship_added = 'Sponsorenschaft hinzugef黦t'; $s_sponsorship_updated = 'Sponsorenschaft aktualisiert'; $s_sponsorship_deleted = 'Sponsorenschaft gel鰏cht'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Mehr Informationen 黚er die Sponsorenschaft'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1244,4 +1285,4 @@ $s_before = 'Vor' ; $s_after = 'Nach' ; $s_on_or_after = 'Ab' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_hungarian.txt b/lang/strings_hungarian.txt index 799f1fb223..1660084a24 100644 --- a/lang/strings_hungarian.txt +++ b/lang/strings_hungarian.txt @@ -8,11 +8,11 @@ # Hungarian: Attila V醙i, avagi@v-comp.hu # Hungarian: Gerg B醕skai, gergo@bacskai.hu # ------------------------------------------------- - # $Revision: 1.73 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:42 $ + # $Revision: 1.74 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:44 $ # - # $Id: strings_hungarian.txt,v 1.73 2005-04-21 06:52:42 bigbadger Exp $ + # $Id: strings_hungarian.txt,v 1.74 2005-07-20 14:17:44 thraxisp Exp $ ########################################################################### ?> 1 h髇ap'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Fi髃 regisztr醠醩'; @@ -370,6 +372,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Jelsz meger鮯韙閟e'; $s_access_level = 'Hozz醘閞閟i szint'; $s_update_user_button = 'Adatok ment閟e'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Fi髃 be醠l韙醩ai'; @@ -432,6 +436,23 @@ $s_submit_button = 'V # account_profile_update.php $s_profile_updated_msg = 'Profil m骴os韙va...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'A fi髃 adatait siker黮t m骴os韙ani...'; $s_email_updated = 'Email c韒 sikeresen friss黮t'; @@ -441,6 +462,9 @@ $s_password_updated = 'Jelsz # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'A hib醫 siker黮t kiosztani...'; @@ -541,6 +565,8 @@ $s_summary = ' $s_description = 'Le韗醩'; $s_steps_to_reproduce = 'Reproduk醠醩 l閜閟ei'; $s_update_information_button = 'Inform醕i ment閟e'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'R閟zletes m骴os韙醩'; @@ -649,14 +675,20 @@ $s_edit_user_link = 'Felhaszn # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -680,6 +712,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +730,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'A projektet siker黮t felvenni...'; @@ -1125,6 +1165,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,4 +1281,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_icelandic.txt b/lang/strings_icelandic.txt index f01fbfb1f2..b584235ebf 100644 --- a/lang/strings_icelandic.txt +++ b/lang/strings_icelandic.txt @@ -9,11 +9,11 @@ ########################################################################### # Icelandic strings for Mantis 1.0.0a3 # ------------------------------------------------- - # $Revision: 1.1 $ - # $Author: vboctor $ - # $Date: 2005-06-12 05:24:32 $ + # $Revision: 1.2 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:45 $ # - # $Id: strings_icelandic.txt,v 1.1 2005-06-12 05:24:32 vboctor Exp $ + # $Id: strings_icelandic.txt,v 1.2 2005-07-20 14:17:45 thraxisp Exp $ ########################################################################### ?> 1 m醤u饀r'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'A餲angs skr醤ing'; @@ -311,6 +312,7 @@ $s_email_notification_title_for_status_bug_confirmed = 'Eftirfarandi atri $s_email_notification_title_for_status_bug_assigned = 'Eftirfarandi atri餴 hefur veri 赥HLUTA.'; $s_email_notification_title_for_status_bug_resolved = 'Eftirfarandi atri餴 hefur veri LEYST.'; $s_email_notification_title_for_status_bug_closed = 'Eftirfarandi atri餴 hefur veri LOKA.'; + $s_email_notification_title_for_action_bug_submitted = 'Eftirfarandi atri餴 hefur veri SENT.'; $s_email_notification_title_for_action_bug_assigned = 'Eftirfarandi atri餴 hefur veri 赥HLUTA.'; $s_email_notification_title_for_action_bug_reopened = 'Eftirfarandi atri餴 hefur veri OPNA AFTUR.'; @@ -371,6 +373,8 @@ $s_no_password_change = 'Lykilor $s_confirm_password = 'Sta餱estu lykilor'; $s_access_level = 'A餲angs stig'; $s_update_user_button = 'Uppf鎟i notanda'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'A餲angsstillingar'; @@ -412,7 +416,7 @@ $s_profile_deleted_msg = 'Sni # account_profile_edit_page.php $s_edit_profile_title = 'Skrifa sni'; -$s_platform = 'Platform'; +$s_platform = 'Platform'; $s_operating_system = 'St齬ikerfi'; $s_additional_description = 'Vi餬髏ar l齭ing'; $s_update_profile_button = 'Uppf鎟a sni'; @@ -433,6 +437,23 @@ $s_submit_button = 'Senda'; # account_profile_update.php $s_profile_updated_msg = 'Sni uppf鎟t...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'A餲angur 㱮nn hefur veri uppf鎟饀r...'; $s_email_updated = 'T鰈vup髎tfang uppf鎟t'; @@ -442,6 +463,9 @@ $s_password_updated = 'Lykilor # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Efninu hefur veri 鷗hluta...'; @@ -789,7 +813,7 @@ $s_delete_version_button = 'Ey # manage_proj_version_edit_page.php $s_edit_project_version_title = 'Skrifa verkefna 鷗g醘u'; $s_update_version_button = 'Uppf鎟a 鷗g醘u'; -$s_released = 'Released'; +$s_released = 'Released'; # manage_proj_version_update.php $s_version_updated_msg = '趖g醘an hefur veri uppf鎟...'; @@ -1142,6 +1166,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1181,6 +1206,7 @@ $s_dependency_graph = "Tengsla graf $s_vertical = "L箴r閠t"; $s_horizontal = "L醨閠t"; $s_view_issue = "Sko餫 atri餴"; + # Source Control Integration $s_checkin = 'Skr醤ing inn'; @@ -1223,7 +1249,7 @@ $s_create_project = 'Skapa verkefni'; $s_delete_project = 'Ey餫 verkefni'; $s_manage_project = 'Stj髍na verkefni'; $s_manage_user_access_to_project = 'Stj髍na a餲angi notanda a verkefni'; -$s_automatically_included_in_private_projects = 'Fylgir sj醠fkrafa me l鎠tum verkefnum'; +$s_automatically_included_in_private_projects = 'Fylgir sj醠fkrafa me l鎠tum verkefnum'; $s_project_documents = 'VERKEFNA SKJ諰'; $s_view_project_documents = 'Sko餫 verkefna skj鰈'; $s_upload_project_documents = 'Upphala verkefna skj鰈'; diff --git a/lang/strings_italian.txt b/lang/strings_italian.txt index 89590918cc..a4fe79fbe9 100644 --- a/lang/strings_italian.txt +++ b/lang/strings_italian.txt @@ -10,13 +10,15 @@ # Italian: Lele Gaifax, lele@seldati.it # Italian: Marcello Scata' marcello@marcelloscata.com # ------------------------------------------------- - # $Revision: 1.104 $ - # $Author: marcelloscata $ - # $Date: 2005-05-15 12:28:46 $ + # $Revision: 1.105 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:45 $ # - # $Id: strings_italian.txt,v 1.104 2005-05-15 12:28:46 marcelloscata Exp $ + # $Id: strings_italian.txt,v 1.105 2005-07-20 14:17:45 thraxisp Exp $ ########################################################################### +?> + +?> \ No newline at end of file diff --git a/lang/strings_japanese_euc.txt b/lang/strings_japanese_euc.txt index 1d7c40c8b9..93a2fdb9ce 100644 --- a/lang/strings_japanese_euc.txt +++ b/lang/strings_japanese_euc.txt @@ -9,11 +9,11 @@ # Japanese: Seiji Sogabe, sogabe@alles.or.jp # Japanese: Tadashi Jokagi, elf2000@users.sourceforge.net # ------------------------------------------------- - # $Revision: 1.77 $ - # $Author: bigbadger $ - # $Date: 2005-05-30 23:54:44 $ + # $Revision: 1.78 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:45 $ # - # $Id: strings_japanese_euc.txt,v 1.77 2005-05-30 23:54:44 bigbadger Exp $ + # $Id: strings_japanese_euc.txt,v 1.78 2005-07-20 14:17:45 thraxisp Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_japanese_sjis.txt b/lang/strings_japanese_sjis.txt index a817fe7c6c..5dd11386d8 100644 --- a/lang/strings_japanese_sjis.txt +++ b/lang/strings_japanese_sjis.txt @@ -9,11 +9,11 @@ # Japanese: Seiji Sogabe, sogabe@alles.or.jp # Japanese: Tadashi Jokagi, elf2000@users.sourceforge.net # ------------------------------------------------- - # $Revision: 1.78 $ - # $Author: bigbadger $ - # $Date: 2005-05-30 23:54:45 $ + # $Revision: 1.79 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:46 $ # - # $Id: strings_japanese_sjis.txt,v 1.78 2005-05-30 23:54:45 bigbadger Exp $ + # $Id: strings_japanese_sjis.txt,v 1.79 2005-07-20 14:17:46 thraxisp Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_japanese_utf8.txt b/lang/strings_japanese_utf8.txt index c27f61253a..00716947ec 100644 --- a/lang/strings_japanese_utf8.txt +++ b/lang/strings_japanese_utf8.txt @@ -9,11 +9,11 @@ # Japanese: Seiji Sogabe, sogabe@alles.or.jp # Japanese: Tadashi Jokagi, elf2000@users.sourceforge.net # ------------------------------------------------- - # $Revision: 1.25 $ - # $Author: bigbadger $ - # $Date: 2005-05-30 23:54:46 $ + # $Revision: 1.26 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:46 $ # - # $Id: strings_japanese_utf8.txt,v 1.25 2005-05-30 23:54:46 bigbadger Exp $ + # $Id: strings_japanese_utf8.txt,v 1.26 2005-07-20 14:17:46 thraxisp Exp $ ########################################################################### ?> +?> \ No newline at end of file diff --git a/lang/strings_korean.txt b/lang/strings_korean.txt index fe4747270a..7b72325f61 100644 --- a/lang/strings_korean.txt +++ b/lang/strings_korean.txt @@ -11,11 +11,11 @@ # miren.info@gmail.com # yesdi@nate.com - (付瘤阜 荐沥老: 2005/04/23) # ------------------------------------------------- - # $Revision: 1.89 $ - # $Author: bigbadger $ - # $Date: 2005-04-28 13:58:19 $ + # $Revision: 1.90 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:46 $ # - # $Id: strings_korean.txt,v 1.89 2005-04-28 13:58:19 bigbadger Exp $ + # $Id: strings_korean.txt,v 1.90 2005-07-20 14:17:46 thraxisp Exp $ ########################################################################### ?> 1 崔'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = '拌沥 殿废'; @@ -373,6 +375,8 @@ $s_no_password_change = ' $s_confirm_password = '厚剐锅龋 犬牢'; $s_access_level = '立辟 饭骇'; $s_update_user_button = '沥焊 盎脚'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = '扁夯 拌沥 汲沥惑怕'; @@ -435,6 +439,23 @@ $s_submit_button = '犬 # account_profile_update.php $s_profile_updated_msg = '橇肺颇老 盎脚....'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = '寸脚狼 拌沥 沥焊啊 函版登菌嚼聪促...'; $s_email_updated = '捞皋老 林家啊 函版登菌嚼聪促...'; @@ -444,6 +465,9 @@ $s_password_updated = ' # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = '捞酱啊 且寸登菌嚼聪促...'; @@ -544,6 +568,8 @@ $s_summary = ' $s_description = '汲 疙'; $s_steps_to_reproduce = '犁惯积 窜拌'; $s_update_information_button = '沥焊荤亲 函版'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = '惑技沥焊 盎脚拳搁'; @@ -652,14 +678,20 @@ $s_edit_user_link = ' # manage_config_email_page $s_config_all_projects = '畴飘: 捞 汲沥荤亲篮 葛电 橇肺璃飘俊 康氢阑 尝抹聪促.'; $s_config_project = '畴飘: 捞 汲沥荤亲篮 坷流 %s 橇肺璃飘俊父 康氢阑 尝抹聪促.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = '捞酱甫 焊绊茄 荤侩磊'; $s_issue_handler = '捞酱甫 促风绊 乐绰 荤侩磊'; $s_users_added_bugnote = '滚弊畴飘甫 眠啊茄 荤侩磊'; $s_change_configuration = '汲沥荤亲 盎脚'; +$s_message = 'Message'; $s_default_notify = '扁夯 舅覆 敲贰弊甫 促澜苞 鞍捞 汲沥钦聪促 :'; $s_action_notify = '青悼 舅覆 敲贰弊甫 促澜苞 鞍捞 汲沥钦聪促 :'; $s_notify_defaults_change_access = '扁夯 舅覆汲沥阑 函版且 荐 乐绰 荤侩磊甫 促澜栏肺 函版钦聪促 :'; $s_notify_actions_change_access = '舅覆汲沥阑 函版且 荐 乐绰 荤侩磊甫 促澜栏肺 函版钦聪促 :'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = '粮犁窍瘤 臼澜'; @@ -683,6 +715,9 @@ $s_desc_bug_resolved_status_threshold = ' $s_workflow_change_access = '况农敲肺快甫 函版且 荐 乐绰 荤侩磊甸阑 促澜苞 鞍捞 函版钦聪促 :'; $s_access_change_access = '惑怕 函版 立辟 饭骇阑 函版且 荐 乐绰 荤侩磊甸阑 促澜苞 鞍捞 函版钦聪促 :'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = '捞酱 且寸'; $s_allow_close_immediate = '[秦搬]惑怕狼 捞酱甫 [企尖]且 荐 乐档废 钦'; @@ -698,6 +733,11 @@ $s_readonly_status = ' $s_reopen_status = '犁坷锹等 捞酱啊 汲沥登绢 乐绰 惑怕'; $s_reopen_resolution = '犁坷锹等 捞酱啊 汲沥登绢 乐绰 巴俊 措茄 秦搬氓'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = '橇肺璃飘啊 眠啊登菌嚼聪促....'; @@ -1067,7 +1107,6 @@ $s_no_users_sponsoring_bug = ' $s_users_sponsoring_bug = '捞 捞酱甫 饶盔窍绰 荤侩磊甸'; $s_sponsors_list = '饶盔磊 格废'; $s_total_sponsorship_amount = '醚 饶盔 = %s'; -$s_sponsor_issue = '饶盔 捞酱'; # is this removed? - yesdi # custom field strings $s_add_custom_field_button = '货肺款 目胶乓 鞘靛'; @@ -1129,6 +1168,7 @@ $s_sponsors = '%d $s_sponsorship_added = 'Sponsorship 眠啊凳'; $s_sponsorship_updated = 'Sponsorship 盎脚凳'; $s_sponsorship_deleted = 'Sponsorship 昏力凳'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = '饶盔俊 措茄 歹 腹篮 沥焊'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,8 +1280,8 @@ $s_loading = ' $s_between = '荤捞' ; $s_on_or_before = '悼救 肚绰 捞傈' ; $s_before = '捞傈' ; -# $s_on = '悼救' ; # @@@ (thraxisp) this already exists (~ line 499) +# $s_on = 'On' ; # @@@ (thraxisp) this already exists (~ line 499) $s_after = '捞饶' ; $s_on_or_after = '悼救 肚绰 捞饶' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_korean_utf8.txt b/lang/strings_korean_utf8.txt index 2caff08fee..dbcddc1b16 100644 --- a/lang/strings_korean_utf8.txt +++ b/lang/strings_korean_utf8.txt @@ -11,11 +11,11 @@ # miren.info@gmail.com # yesdi@nate.com - (毵堨毵 靾橃爼鞚: 2005/04/23) # ------------------------------------------------- - # $Revision: 1.12 $ - # $Author: bigbadger $ - # $Date: 2005-04-28 13:58:19 $ + # $Revision: 1.13 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:47 $ # - # $Id: strings_korean_utf8.txt,v 1.12 2005-04-28 13:58:19 bigbadger Exp $ + # $Id: strings_korean_utf8.txt,v 1.13 2005-07-20 14:17:47 thraxisp Exp $ ########################################################################### ?> 1 雼'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = '瓿勳爼 霌彪'; @@ -373,6 +375,8 @@ $s_no_password_change = '牍勲皜氩堩樃電 雼るジ 鞁滌姢韰滌棎靹 甏毽晿氙搿 $s_confirm_password = '牍勲皜氩堩樃 頇曥澑'; $s_access_level = '鞝戧芳 霠堧波'; $s_update_user_button = '鞝曤炒 臧膘嫚'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = '旮半掣 瓿勳爼 靹れ爼靸來儨'; @@ -435,6 +439,23 @@ $s_submit_button = '頇曥澑'; # account_profile_update.php $s_profile_updated_msg = '頂勲韺岇澕 臧膘嫚....'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = '雼轨嫚鞚 瓿勳爼 鞝曤炒臧 氤瓴诫悩鞐堨姷雼堧嫟...'; $s_email_updated = '鞚措⿺鞚 欤检唽臧 氤瓴诫悩鞐堨姷雼堧嫟...'; @@ -444,6 +465,9 @@ $s_password_updated = '牍勲皜氩堩樃臧 氤瓴诫悩鞐堨姷雼堧嫟...'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = '鞚挫妶臧 頃犽嫻霅橃棃鞀惦媹雼...'; @@ -544,6 +568,8 @@ $s_summary = '鞖旍暯'; $s_description = '靹 氇'; $s_steps_to_reproduce = '鞛皽靸 雼硠'; $s_update_information_button = '鞝曤炒靷暛 氤瓴'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = '靸侅劯鞝曤炒 臧膘嫚頇旊┐'; @@ -652,14 +678,20 @@ $s_edit_user_link = '靷毄鞛 韼胳'; # manage_config_email_page $s_config_all_projects = '雲疙姼: 鞚 靹れ爼靷暛鞚 氇摖 頂勲鞝濏姼鞐 鞓來枼鞚 雭检供雼堧嫟.'; $s_config_project = '雲疙姼: 鞚 靹れ爼靷暛鞚 鞓れ %s 頂勲鞝濏姼鞐愲 鞓來枼鞚 雭检供雼堧嫟.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = '鞚挫妶毳 氤搓碃頃 靷毄鞛'; $s_issue_handler = '鞚挫妶毳 雼る(瓿 鞛堧姅 靷毄鞛'; $s_users_added_bugnote = '氩勱犯雲疙姼毳 於旉皜頃 靷毄鞛'; $s_change_configuration = '靹れ爼靷暛 臧膘嫚'; +$s_message = 'Message'; $s_default_notify = '旮半掣 鞎岆 頂岆灅攴鸽ゼ 雼れ潓瓿 臧欖澊 靹れ爼頃╇媹雼 :'; $s_action_notify = '頄夒彊 鞎岆 頂岆灅攴鸽ゼ 雼れ潓瓿 臧欖澊 靹れ爼頃╇媹雼 :'; $s_notify_defaults_change_access = '旮半掣 鞎岆靹れ爼鞚 氤瓴巾暊 靾 鞛堧姅 靷毄鞛愲ゼ 雼れ潓鞙茧 氤瓴巾暕雼堧嫟 :'; $s_notify_actions_change_access = '鞎岆靹れ爼鞚 氤瓴巾暊 靾 鞛堧姅 靷毄鞛愲ゼ 雼れ潓鞙茧 氤瓴巾暕雼堧嫟 :'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = '臁挫灛頃橃 鞎婌潓'; @@ -683,6 +715,9 @@ $s_desc_bug_resolved_status_threshold = '鞚挫妶臧 頃搓舶霅 瓴冹溂搿 臧勳<霅 $s_workflow_change_access = '鞗岉伂頂岆鞖半ゼ 氤瓴巾暊 靾 鞛堧姅 靷毄鞛愲摛鞚 雼れ潓瓿 臧欖澊 氤瓴巾暕雼堧嫟 :'; $s_access_change_access = '靸來儨 氤瓴 鞝戧芳 霠堧波鞚 氤瓴巾暊 靾 鞛堧姅 靷毄鞛愲摛鞚 雼れ潓瓿 臧欖澊 氤瓴巾暕雼堧嫟 :'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = '鞚挫妶 頃犽嫻'; $s_allow_close_immediate = '[頃搓舶]靸來儨鞚 鞚挫妶毳 [韽愳噭]頃 靾 鞛堧弰搿 頃'; @@ -698,6 +733,11 @@ $s_readonly_status = '鞚挫妶臧 鞚疥赴 鞝勳毄鞚 霅橃柎 鞛堧姅 靸來儨'; $s_reopen_status = '鞛槫頂堧悳 鞚挫妶臧 靹れ爼霅橃柎 鞛堧姅 靸來儨'; $s_reopen_resolution = '鞛槫頂堧悳 鞚挫妶臧 靹れ爼霅橃柎 鞛堧姅 瓴冹棎 雽頃 頃搓舶毂'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = '頂勲鞝濏姼臧 於旉皜霅橃棃鞀惦媹雼....'; @@ -1067,7 +1107,6 @@ $s_no_users_sponsoring_bug = '鞚 鞚挫妶毳 頉勳洂頃橂姅 靷毄鞛愱皜 鞐嗢姷雼 $s_users_sponsoring_bug = '鞚 鞚挫妶毳 頉勳洂頃橂姅 靷毄鞛愲摛'; $s_sponsors_list = '頉勳洂鞛 氇╇'; $s_total_sponsorship_amount = '齑 頉勳洂 = %s'; -$s_sponsor_issue = '頉勳洂 鞚挫妶'; # is this removed? - yesdi # custom field strings $s_add_custom_field_button = '靸堧鞖 旎れ姢韰 頃勲摐'; @@ -1129,6 +1168,7 @@ $s_sponsors = '%d 頉勳洂(霌)'; $s_sponsorship_added = 'Sponsorship 於旉皜霅'; $s_sponsorship_updated = 'Sponsorship 臧膘嫚霅'; $s_sponsorship_deleted = 'Sponsorship 靷牅霅'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = '頉勳洂鞐 雽頃 雿 毵庫潃 鞝曤炒'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,8 +1280,8 @@ $s_loading = '攵堧煬鞓る姅 欷...'; $s_between = '靷澊' ; $s_on_or_before = '霃欖晥 霕愲姅 鞚挫爠' ; $s_before = '鞚挫爠' ; -# $s_on = '霃欖晥' ; # @@@ (thraxisp) this already exists (~ line 499) +# $s_on = 'On' ; # @@@ (thraxisp) this already exists (~ line 499) $s_after = '鞚错泟' ; $s_on_or_after = '霃欖晥 霕愲姅 鞚错泟' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_latvian.txt b/lang/strings_latvian.txt index 8351b9bc5f..059948109d 100755 --- a/lang/strings_latvian.txt +++ b/lang/strings_latvian.txt @@ -9,11 +9,11 @@ ########################################################################### # Latvian strings for Mantis # ------------------------------------------------- - # $Revision: 1.33 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:44 $ + # $Revision: 1.34 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:47 $ # - # $Id: strings_latvian.txt,v 1.33 2005-04-21 06:52:44 bigbadger Exp $ + # $Id: strings_latvian.txt,v 1.34 2005-07-20 14:17:47 thraxisp Exp $ ########################################################################### ?> 1 m鏽esi"; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Account registration'; @@ -371,6 +373,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = "Apstipriniet paroli"; $s_access_level = "Pieejas l頼enis"; $s_update_user_button = "Saglab鈚 izmai騛s"; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = "Lietot鈐a opcijas"; @@ -433,6 +437,23 @@ $s_submit_button = "Nos # account_profile_update.php $s_profile_updated_msg = "Profils saglab鈚s..."; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = "Lietot鈐a konts saglab鈚s..."; $s_email_updated = 'Email address successfully updated'; @@ -442,6 +463,9 @@ $s_password_updated = 'Password successfully updated'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = "K稃das atbild頶ais tika noteikts..."; @@ -542,6 +566,8 @@ $s_summary = " $s_description = "Apraksts"; $s_steps_to_reproduce = "Darb頱as, kas j鈜eic, lai atk鈘totu k稃du"; $s_update_information_button = "Saglab鈚"; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = "Papla餴n鈚 labo餫na"; @@ -650,14 +676,20 @@ $s_edit_user_link = "Labot lietot # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -681,6 +713,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -696,6 +731,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = "Projekts pievienots..."; @@ -1126,6 +1166,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1241,4 +1282,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_lithuanian.txt b/lang/strings_lithuanian.txt index ea40fbc5da..a17abe7e26 100644 --- a/lang/strings_lithuanian.txt +++ b/lang/strings_lithuanian.txt @@ -9,11 +9,11 @@ # Lithuanian: Virginija Baliukiene, tygra@one.lt (for Mantis 0.18.2) # Lithuanian: Vilius 衭mskas, vilius@lnk.lt (for Mantis 0.19.0-RC1) # ------------------------------------------------- - # $Revision: 1.29 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:44 $ + # $Revision: 1.30 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:47 $ # - # $Id: strings_lithuanian.txt,v 1.29 2005-04-21 06:52:44 bigbadger Exp $ + # $Id: strings_lithuanian.txt,v 1.30 2005-07-20 14:17:47 thraxisp Exp $ ########################################################################### # Problemati餶i vertimai # Angli餶i terminai - j vertimas (vertimas pagal kompiuterini termin angl - lietuvi 䁖dyn, URL http://www.likit.lt/frames/turinys/turinys.htm) @@ -218,6 +218,7 @@ $MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED] = 'Vietoj masyvo buvo gauta eilut $MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'Vietoj eilut雜 buvo gautas masyvas.'; $MANTIS_ERROR[ERROR_GPC_NOT_NUMBER] = 'A number was expected for %s.'; $MANTIS_ERROR[ERROR_BUG_NOT_FOUND] = 'Klaida nerasta.'; +$MANTIS_ERROR[ERROR_FILTER_NOT_FOUND] = 'Filter %d not found.'; $MANTIS_ERROR[ERROR_EMAIL_INVALID] = 'Neteisingas elektroninio pa餿o adresas.'; $MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Apra饄mas nerastas.'; $MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED] = 'Neleistinas failo tipas.'; @@ -299,6 +300,7 @@ $s_status_enum_string = '10:nauja,20:reikalauja atsakymo,30:u $s_resolution_enum_string = '10:atvira,20:i餾pr鎠ta,30:v雔 atidaryta,40:nepakartojama,50:ne醡anoma i餾pr鎠ti,60:pasikartojanti,70:ne problema,80:atid雝a,90:nebus i餾pr鎠ta'; $s_projection_enum_string = '10:n雛a,30:ne⺻m鹲 patobulinimai,50:nedideli pakeitimai,70:dideli pakeitimai,90:esminiai pakeitimai'; $s_eta_enum_string = '10:n雛a,20:< 1 diena,30:2-3 dienos,40:< 1 savait,50:< 1 m雗uo,60:> 1 m雗uo'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Vartotojo registracija'; @@ -382,6 +384,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Slapta䁖dis (dar kart)'; $s_access_level = 'Pri雑imo lygis'; $s_update_user_button = 'Atnaujinti vartotojo vard'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Nustatymai'; @@ -444,6 +448,23 @@ $s_submit_button = 'Vykdyti'; # account_profile_update.php $s_profile_updated_msg = 'Apra饄mas pakeistas...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'J鹲 vartotojo vardas s雓mingai atnaujintas...'; $s_email_updated = 'Elektroninio pa餿o adresas s雓mingai pakeistas'; @@ -453,6 +474,9 @@ $s_password_updated = 'Slapta # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Klaida s雓mingai priskirta...'; @@ -553,6 +577,8 @@ $s_summary = 'Santrauka'; $s_description = 'Apra饄mas'; $s_steps_to_reproduce = '辤ngsniai atgaminimui'; $s_update_information_button = 'Atnaujinti duomenis'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Atnaujinti detali informacij'; @@ -661,14 +687,20 @@ $s_edit_user_link = 'Redaguoti vartotoj # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -692,6 +724,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -707,6 +742,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Projektas s雓mingai sukurtas...'; @@ -1137,6 +1177,7 @@ $s_sponsors = '%d r $s_sponsorship_added = 'R雖imas prid雝as'; $s_sponsorship_updated = 'R雖imas atnaujintas'; $s_sponsorship_deleted = 'R雖imas i餿rintas'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Daugiau informacijos apie r雖im'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1252,4 +1293,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_norwegian.txt b/lang/strings_norwegian.txt index 764b6aebfd..5c93953909 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.92 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:44 $ + # $Revision: 1.93 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:48 $ # - # $Id: strings_norwegian.txt,v 1.92 2005-04-21 06:52:44 bigbadger Exp $ + # $Id: strings_norwegian.txt,v 1.93 2005-07-20 14:17:48 thraxisp Exp $ ########################################################################### ?> 1 mnd'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Kontoregistrering'; @@ -371,6 +373,8 @@ $s_no_password_change = 'Passordet er kontrollert av et annet system, det kan de $s_confirm_password = 'Bekreft passord'; $s_access_level = 'Tilgangsniv'; $s_update_user_button = 'Oppdater bruker'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Standard kontoinnstillinger'; @@ -433,6 +437,23 @@ $s_submit_button = 'OK'; # account_profile_update.php $s_profile_updated_msg = 'Profilen har blitt oppdatert ...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Kontoen din har blitt oppdatert ...'; $s_email_updated = 'Epostadressen har blitt oppdatert'; @@ -442,6 +463,9 @@ $s_password_updated = 'Passordet er oppdatert'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Saken har blitt delegert ...'; @@ -542,6 +566,8 @@ $s_summary = 'Oppsummering'; $s_description = 'Beskrivelse'; $s_steps_to_reproduce = 'Steg for reprodusere'; $s_update_information_button = 'Oppdater informasjon'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Oppdater avansert'; @@ -650,14 +676,20 @@ $s_edit_user_link = 'Rediger bruker'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -681,6 +713,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -696,6 +731,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Prosjektet har blitt lagt til ...'; @@ -1126,6 +1166,7 @@ $s_sponsors = '%d sponsor(er)'; $s_sponsorship_added = 'Sponsing lagt til'; $s_sponsorship_updated = 'Sponsing oppdatert'; $s_sponsorship_deleted = 'Sponsing slettet'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Mer informasjon om sponsing'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1241,4 +1282,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_polish.txt b/lang/strings_polish.txt index e7bec2f390..45d34fa40d 100644 --- a/lang/strings_polish.txt +++ b/lang/strings_polish.txt @@ -11,11 +11,11 @@ # Polish: Tomasz Czerniejewski 2005/04/06 # Polish: Arkadiusz Hutta 2005/06/23 # ------------------------------------------------- - # $Revision: 1.90 $ - # $Author: vboctor $ - # $Date: 2005-06-23 13:35:36 $ + # $Revision: 1.91 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:48 $ # - # $Id: strings_polish.txt,v 1.90 2005-06-23 13:35:36 vboctor Exp $ + # $Id: strings_polish.txt,v 1.91 2005-07-20 14:17:48 thraxisp Exp $ ########################################################################### ?> 1 miesi眂'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Rejestracja konta'; @@ -373,6 +375,8 @@ $s_no_password_change = 'Has $s_confirm_password = 'Potwierd has硂'; $s_access_level = 'Poziom dost阷u'; $s_update_user_button = 'Aktualizuj'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Preferencje konta'; @@ -435,6 +439,23 @@ $s_submit_button = 'Wy # account_profile_update.php $s_profile_updated_msg = 'Profil zosta zaktualizowany...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Twoje konto zosta硂 zaktualizowane...'; $s_email_updated = 'Adres email zosta zaktualizowany'; @@ -444,6 +465,9 @@ $s_password_updated = 'Has # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Zagadnienie zosta硂 pomy秎nie przypisane...'; @@ -709,7 +733,6 @@ $s_readonly_status = 'Status przy kt $s_reopen_status = 'Status na kt髍y jest ustawiane ponownie otwarte zagadnienie'; $s_reopen_resolution = 'Rozwi眤anie na kt髍e jest ustawiane ponownie otwarte zagadnienie'; - # manage_config_revert_page $s_config_delete_sure = 'Are you sure you want to delete the settings for'; $s_in_project = 'in project'; @@ -1145,6 +1168,7 @@ $s_sponsors = '%d sponsor( $s_sponsorship_added = 'Sponsoring dodany'; $s_sponsorship_updated = 'Sponsoring zaktualizowany'; $s_sponsorship_deleted = 'Sponsoring usuni阾y'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Wi阠ej informacji o sponsorowaniu'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1260,4 +1284,4 @@ $s_before = 'Przed' ; $s_after = 'Po' ; $s_on_or_after = 'W lub po' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_portuguese_brazil.txt b/lang/strings_portuguese_brazil.txt index 800d83171a..6fe560a307 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.92 $ - # $Author: vboctor $ - # $Date: 2005-06-15 13:20:16 $ + # $Revision: 1.93 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:48 $ # - # $Id: strings_portuguese_brazil.txt,v 1.92 2005-06-15 13:20:16 vboctor Exp $ + # $Id: strings_portuguese_brazil.txt,v 1.93 2005-07-20 14:17:48 thraxisp Exp $ # ------------------------------------------------- # Up-to-date with strings_english.txt revision 1.258 -- jferraz 2005/06/07 ########################################################################### @@ -209,7 +209,7 @@ $MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED] = 'Um \'array\' era esperado, mas um \' $MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'Um \'string\' era esperado, mas um \'array\' foi recebido para %s.'; $MANTIS_ERROR[ERROR_GPC_NOT_NUMBER] = 'Um n鷐ero era esperado para %s.'; $MANTIS_ERROR[ERROR_BUG_NOT_FOUND] = 'Caso %d n鉶 encontrado.'; -$MANTIS_ERROR[ERROR_FILTER_NOT_FOUND] = 'Filtro %d n鉶 encontrado.'; +$MANTIS_ERROR[ERROR_FILTER_NOT_FOUND] = 'Filter %d not found.'; $MANTIS_ERROR[ERROR_EMAIL_INVALID] = 'E-mail inv醠ido.'; $MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Perfil n鉶 encontrado.'; $MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED] = 'Tipo de arquivo n鉶 permitido para carregamento.'; @@ -291,6 +291,7 @@ $s_status_enum_string = '10:novo,20:retorno,30:admitido,40:confirmado,50:atribu $s_resolution_enum_string = '10:aberto,20:corrigido,30:reaberto,40:incapaz de reproduzir,50:n鉶 corrig韛el,60:duplicado,70:n鉶 um caso,80:suspenso,90:n鉶 ser corrigido'; $s_projection_enum_string = '10:nenhuma,30:m韓imo,50:corre玢o pequena,70:grande recria玢o,90:redesenvolvimento'; $s_eta_enum_string = '10:nenhum,20:< 1 dia,30:2-3 dias,40:< 1 semana,50:< 1 m阺,60:> 1 m阺'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Registro de conta'; @@ -374,6 +375,8 @@ $s_no_password_change = 'A senha $s_confirm_password = 'Confirmar Senha'; $s_access_level = 'N韛el de Acesso'; $s_update_user_button = 'Atualizar Usu醨io'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Prefer阯cias da Conta'; @@ -436,6 +439,23 @@ $s_submit_button = 'Enviar'; # account_profile_update.php $s_profile_updated_msg = 'Perfil atualizado...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Sua conta foi atualizada com sucesso...'; $s_email_updated = 'Endere鏾 de email atualizado com sucesso'; @@ -445,6 +465,9 @@ $s_password_updated = 'Senha atualizada com sucesso'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'O caso foi atribu韉o com sucesso...'; @@ -1145,6 +1168,7 @@ $s_sponsors = '%d patrocinador(es)'; $s_sponsorship_added = 'Patrocinador Adicionado'; $s_sponsorship_updated = 'Patrocinador Atualizado'; $s_sponsorship_deleted = 'Patrocinador Apagado'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Mais informa珲es sobre patroc韓io'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1260,4 +1284,4 @@ $s_before = 'Antes' ; $s_after = 'Depois' ; $s_on_or_after = 'Em ou Depois' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_portuguese_standard.txt b/lang/strings_portuguese_standard.txt index d710ebc98d..b3e0c3cc41 100644 --- a/lang/strings_portuguese_standard.txt +++ b/lang/strings_portuguese_standard.txt @@ -8,11 +8,11 @@ # Portuguese Standard: Lu韘 Martins, lmar@ualg.pt # Rui Alexandre Coelho, rac@iosoft.pt # ------------------------------------------------- - # $Revision: 1.83 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:45 $ + # $Revision: 1.84 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:50 $ # - # $Id: strings_portuguese_standard.txt,v 1.83 2005-04-21 06:52:45 bigbadger Exp $ + # $Id: strings_portuguese_standard.txt,v 1.84 2005-07-20 14:17:50 thraxisp Exp $ ########################################################################### ?> 1 m阺'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Account registration'; @@ -370,6 +372,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Confirme a Senha'; $s_access_level = 'N韛el de Acesso'; $s_update_user_button = 'Actualiza Utilizador'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Prefer阯cias da sua Conta '; @@ -432,6 +436,23 @@ $s_submit_button = 'Enviar'; # account_profile_update.php $s_profile_updated_msg = 'Perfil Actualizado...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'A sua Conta Foi Actualizada com Sucesso...'; $s_email_updated = 'Endere鏾 de Email Alterado com Sucesso'; @@ -441,6 +462,9 @@ $s_password_updated = 'Password Alterada com Sucesso'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'O Bug Foi Atribuido Com Sucesso...'; @@ -541,6 +565,8 @@ $s_summary = 'Sum $s_description = 'Descri玢o'; $s_steps_to_reproduce = 'Passos Para Reprodu玢o'; $s_update_information_button = 'Actualizar Informa玢o'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Actualiza玢o Avan鏰da'; @@ -649,14 +675,20 @@ $s_edit_user_link = 'Editar Utilizador'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -680,6 +712,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +730,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'O Projecto foi adicionado com sucesso...'; @@ -1125,6 +1165,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,4 +1281,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_romanian.txt b/lang/strings_romanian.txt index a9ef7e4bc5..807ad9c001 100644 --- a/lang/strings_romanian.txt +++ b/lang/strings_romanian.txt @@ -8,11 +8,11 @@ # Romanian: Adrian Spinei, aspinei@internal.metawings.com # Doru Ilasi # ------------------------------------------------- - # $Revision: 1.80 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:45 $ + # $Revision: 1.81 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:50 $ # - # $Id: strings_romanian.txt,v 1.80 2005-04-21 06:52:45 bigbadger Exp $ + # $Id: strings_romanian.txt,v 1.81 2005-07-20 14:17:50 thraxisp Exp $ ########################################################################### ?> 1 luna'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Account registration'; @@ -370,6 +372,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Confirma parola'; $s_access_level = 'Nivel de acces'; $s_update_user_button = 'Modifica'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Preferinte implicite'; @@ -432,6 +436,23 @@ $s_submit_button = 'OK'; # account_profile_update.php $s_profile_updated_msg = 'Profil modificat...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Contul dumneavoastra a fost modificat cu succes...'; $s_email_updated = 'Email address successfully updated'; @@ -441,6 +462,9 @@ $s_password_updated = 'Password successfully updated'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Bug-ul a fost asignat cu succes...'; @@ -541,6 +565,8 @@ $s_summary = 'Sumar'; $s_description = 'Descriere'; $s_steps_to_reproduce = 'Pasi de reprodus'; $s_update_information_button = 'Modifica informatia'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Modificare avansata'; @@ -649,14 +675,20 @@ $s_edit_user_link = 'Modifica utilizator'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -680,6 +712,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +730,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Proiectul a fost adaugat cu succes...'; @@ -1125,6 +1165,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,4 +1281,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_russian.txt b/lang/strings_russian.txt index 309cc4d1f6..1cf976eee6 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.86 $ - # $Author: bigbadger $ - # $Date: 2005-04-26 18:11:54 $ + # $Revision: 1.87 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:50 $ # - # $Id: strings_russian.txt,v 1.86 2005-04-26 18:11:54 bigbadger Exp $ + # $Id: strings_russian.txt,v 1.87 2005-07-20 14:17:50 thraxisp Exp $ ########################################################################### ?> 1 戾鲟'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = '皖忄 疱汨耱疣鲨'; @@ -370,6 +372,8 @@ $s_no_password_change = ' $s_confirm_password = '项潋忮疰溴龛 镟痤'; $s_access_level = '羽钼屙 漕耱箫'; $s_update_user_button = '吾眍忤螯 镱朦珙忄蝈'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = '橡邃镱黩屙 狺滏弪'; @@ -432,6 +436,23 @@ $s_submit_button = 'OK'; # account_profile_update.php $s_profile_updated_msg = '橡铘桦 钺眍怆屙...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = '锣 狺滏弪 篑镥 钺眍怆屙...'; $s_email_updated = 'Email 噤疱 篑镥 钺眍怆屙'; @@ -441,6 +462,9 @@ $s_password_updated = ' # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = '吾疣龛 猁腩 篑镥 磬珥圜屙...'; @@ -541,6 +565,8 @@ $s_summary = ' $s_description = '物桉囗桢'; $s_steps_to_reproduce = '剜汨 镱 忸耧痤桤忮溴龛'; $s_update_information_button = '吾眍忤螯 溧眄'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = '朽聒桊屙眍 钺眍怆屙桢'; @@ -649,14 +675,20 @@ $s_edit_user_link = ' # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -680,6 +712,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +730,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = '橡铄牝 漕徉怆屙...'; @@ -1125,6 +1165,7 @@ $s_sponsors = ' $s_sponsorship_added = '澡磬眈桊钼囗桢 漕徉怆屙'; $s_sponsorship_updated = '澡磬眈桊钼囗桢 钺眍怆屙'; $s_sponsorship_deleted = '澡磬眈桊钼囗桢 耥蝾'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = '念镱腠栩咫 桧纛痨圉 翳磬眈桊钼囗梃 钺疣龛'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,4 +1281,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_russian_koi8.txt b/lang/strings_russian_koi8.txt index 33466d54fe..e85e467fd3 100644 --- a/lang/strings_russian_koi8.txt +++ b/lang/strings_russian_koi8.txt @@ -7,11 +7,11 @@ # Russian (KOI8-R): Alexander Leschinsky badger@lair.pp.ru # ------------------------------------------------- - # $Revision: 1.71 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:46 $ + # $Revision: 1.72 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:50 $ # - # $Id: strings_russian_koi8.txt,v 1.71 2005-04-21 06:52:46 bigbadger Exp $ + # $Id: strings_russian_koi8.txt,v 1.72 2005-07-20 14:17:50 thraxisp Exp $ ########################################################################### ?> 1 团友昧'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = '钕琢 遗巧釉伊蒙'; @@ -369,6 +371,8 @@ $s_no_password_change = ' $s_confirm_password = '鹣脑着抑呐紊 辛蚁萄'; $s_access_level = '跻献盼 南釉招'; $s_update_user_button = '锫蜗咨载 邢特谙琢耘萄'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = '鹨拍邢拊盼裳 吕闹旁'; @@ -431,6 +435,23 @@ $s_submit_button = 'OK'; # account_profile_update.php $s_profile_updated_msg = '鹨掀商 下蜗滋盼...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = '髁 吕闹旁 沼信畚 下蜗滋盼...'; $s_email_updated = 'Email 聊遗 沼信畚 下蜗滋盼'; @@ -440,6 +461,9 @@ $s_password_updated = ' # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = '锫伊菖紊 沦滔 沼信畚 瘟谖赁盼...'; @@ -540,6 +564,8 @@ $s_summary = ' $s_description = '镄捎廖膳'; $s_steps_to_reproduce = '巧 邢 紫有蚁哨着呐紊'; $s_update_information_button = '锫蜗咨载 牧挝倥'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = '蛄盂梢盼蜗 下蜗滋盼膳'; @@ -648,14 +674,20 @@ $s_edit_user_link = ' # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -679,6 +711,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -694,6 +729,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = '鹨吓嗽 南铝滋盼...'; @@ -1124,6 +1164,7 @@ $s_sponsors = ' $s_sponsorship_added = '嫔瘟斡梢献廖膳 南铝滋盼'; $s_sponsorship_updated = '嫔瘟斡梢献廖膳 下蜗滋盼'; $s_sponsorship_deleted = '嫔瘟斡梢献廖膳 游言'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = '湎邢涛稍盘匚裂 晌葡彝撩裳 粕瘟斡梢献廖缮 下伊菖紊'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1239,4 +1280,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_serbian.txt b/lang/strings_serbian.txt index 9866b81754..a0a5bf4ee7 100644 --- a/lang/strings_serbian.txt +++ b/lang/strings_serbian.txt @@ -9,11 +9,11 @@ ########################################################################### # Serbian strings for Mantis # ------------------------------------------------- - # $Revision: 1.30 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:46 $ + # $Revision: 1.31 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:51 $ # - # $Id: strings_serbian.txt,v 1.30 2005-04-21 06:52:46 bigbadger Exp $ + # $Id: strings_serbian.txt,v 1.31 2005-07-20 14:17:51 thraxisp Exp $ ########################################################################### ?> 1 mesec'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Registracija naloga'; @@ -371,6 +373,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Potvrdite lozinku'; $s_access_level = 'Pristupni nivo'; $s_update_user_button = 'a瀠riranje naloga'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Pode歛vanja naloga'; @@ -433,6 +437,23 @@ $s_submit_button = 'Po # account_profile_update.php $s_profile_updated_msg = 'Profil je a瀠riran...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Vas nalog je uspesno a瀠riran...'; $s_email_updated = 'Email adresa je uspesno a瀠rirana'; @@ -442,6 +463,9 @@ $s_password_updated = 'Lozinka je uspesno a # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Gre歬a je uspesno dodeljena...'; @@ -542,6 +566,8 @@ $s_summary = 'Sa $s_description = 'Opis'; $s_steps_to_reproduce = 'Koraci za reprodukciju'; $s_update_information_button = 'a瀠riranje informacija'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Napredno a瀠riranje'; @@ -650,14 +676,20 @@ $s_edit_user_link = 'Izmena korisnika'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -681,6 +713,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -696,6 +731,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'projekat je uspesno dodat...'; @@ -1126,6 +1166,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponzorstvo dodato'; $s_sponsorship_updated = 'Sponzorstvo izmenjeno'; $s_sponsorship_deleted = 'Sponzorstvo izbrisano'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Vise informacija o sponzorstvu'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1241,4 +1282,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_slovak.txt b/lang/strings_slovak.txt index 0804e1a4d5..a07a2ddd8d 100644 --- a/lang/strings_slovak.txt +++ b/lang/strings_slovak.txt @@ -8,11 +8,11 @@ # Slovak: Lubos Magat # Code page: ISO-8859-2 # ------------------------------------------------- - # $Revision: 1.42 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:46 $ + # $Revision: 1.43 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:51 $ # - # $Id: strings_slovak.txt,v 1.42 2005-04-21 06:52:46 bigbadger Exp $ + # $Id: strings_slovak.txt,v 1.43 2005-07-20 14:17:51 thraxisp Exp $ ########################################################################### ?> 1 mesiac'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'registr醕ia nov閔o u卷vate祍k閔o tu'; @@ -370,6 +372,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Heslo znovu'; $s_access_level = '趓ove pr韘tupu'; $s_update_user_button = 'Aktualizova pou卷vate礱'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Nastavenia tu'; @@ -432,6 +436,23 @@ $s_submit_button = 'Ulo # account_profile_update.php $s_profile_updated_msg = 'Profil aktualizovan...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'V峁 et bol 鷖pe筺e aktualizovan...'; $s_email_updated = 'Elektronick adresa bola 鷖pe筺e aktualizovan'; @@ -441,6 +462,9 @@ $s_password_updated = 'Heslo bolo # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Bug bol 鷖pe筺e priraden...'; @@ -541,6 +565,8 @@ $s_summary = 'Zhrnutie'; $s_description = 'Popis'; $s_steps_to_reproduce = 'Kroky k vyvolaniu'; $s_update_information_button = 'Ulo緄t'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Roz鬼ren aktualiz醕ia'; @@ -649,14 +675,20 @@ $s_edit_user_link = 'Upravi # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -680,6 +712,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +730,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Projekt bol 鷖pe筺e pridan...'; @@ -1125,6 +1165,7 @@ $s_sponsors = '%d sponsor(i)'; $s_sponsorship_added = 'Sponzoring pridan'; $s_sponsorship_updated = 'Sponzoring aktualizovan'; $s_sponsorship_deleted = 'Sponzoring zru筫n'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Viac inorm醕i o sponzoringu'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,4 +1281,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_slovene.txt b/lang/strings_slovene.txt index 4aa9323215..8e560b8569 100644 --- a/lang/strings_slovene.txt +++ b/lang/strings_slovene.txt @@ -203,6 +203,7 @@ $MANTIS_ERROR[ERROR_GPC_ARRAY_EXPECTED] = 'An array was expected but a string w $MANTIS_ERROR[ERROR_GPC_ARRAY_UNEXPECTED] = 'A string was expected but an array was received.'; $MANTIS_ERROR[ERROR_GPC_NOT_NUMBER] = 'A number was expected for %s.'; $MANTIS_ERROR[ERROR_BUG_NOT_FOUND] = 'Zadeva %d ni bila najdena.'; +$MANTIS_ERROR[ERROR_FILTER_NOT_FOUND] = 'Filter %d not found.'; $MANTIS_ERROR[ERROR_EMAIL_INVALID] = 'Neveljavni elektronski naslov.'; $MANTIS_ERROR[ERROR_USER_PROFILE_NOT_FOUND] = 'Profil ni bil najden.'; $MANTIS_ERROR[ERROR_FILE_NOT_ALLOWED] = 'Vrsta datoteke ni dovoljena za nalo啪itev.'; @@ -284,6 +285,7 @@ $s_status_enum_string = '10:novo,20:povratna informacija,30:sprejeto,40:potrjeno $s_resolution_enum_string = '10:odprto,20:popravljeno,30:ponovno odprto,40:ne gre reproducirati,50:nepopravljivo,60:kopija,70:ni napake,80:odlo啪eno,90:ne bom popravil'; $s_projection_enum_string = '10:nobeno,30:prilagoditev,50:manj拧i popravek,70:ve膷ji popravek,90:zahteva redizajn'; $s_eta_enum_string = '10:nobeno,20:< 1 dan,30:2-3 dni,40:< 1 teden,50:< 1 mesec,60:> 1 mesec'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Va拧 novi uporabni拧ki ra膷un'; @@ -367,6 +369,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Potrditev gesla'; $s_access_level = 'Nivo dostopa'; $s_update_user_button = 'Posodobi uporabnika'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Nastavitve ra膷una'; @@ -429,6 +433,23 @@ $s_submit_button = 'Po拧lji'; # account_profile_update.php $s_profile_updated_msg = 'Profil posodobljen...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Va拧 ra膷un je bil uspe拧no posodobljen...'; $s_email_updated = 'Elektronski naslov je bil uspe拧no posodobljen...'; @@ -438,6 +459,9 @@ $s_password_updated = 'Geslo je bilo uspe拧no posodobljeno'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Zadeva je bila uspe拧no dodeljena...'; @@ -538,6 +562,8 @@ $s_summary = 'Povzetek'; $s_description = 'Opis'; $s_steps_to_reproduce = 'Koraki za ponovitev'; $s_update_information_button = 'Posodobi informacije'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Napredno posodabljanje'; @@ -646,14 +672,20 @@ $s_edit_user_link = 'Uredi uporabnika'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -677,6 +709,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -692,6 +727,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Projekt je bila uspe拧no dodan...'; @@ -1122,6 +1162,7 @@ $s_sponsors = '%d sponzorjev'; $s_sponsorship_added = 'Dodal sponzorstvo'; $s_sponsorship_updated = 'Sponzorstvo posodobljeno'; $s_sponsorship_deleted = 'Sponzorstvo izbrisano'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Ve膷 informacij o sponzorstvu'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1237,4 +1278,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_spanish.txt b/lang/strings_spanish.txt index bd0260b32d..aa67662ca2 100644 --- a/lang/strings_spanish.txt +++ b/lang/strings_spanish.txt @@ -12,11 +12,11 @@ # Spanish: Alberto Serrano - apserrano@grupobbva.net # Spanish: Javier Poveda - javierpoveda@arsystel.com # ------------------------------------------------- - # $Revision: 1.88 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:46 $ + # $Revision: 1.89 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:51 $ # - # $Id: strings_spanish.txt,v 1.88 2005-04-21 06:52:46 bigbadger Exp $ + # $Id: strings_spanish.txt,v 1.89 2005-07-20 14:17:51 thraxisp Exp $ ########################################################################### ?> 1 mes'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Registro de nueva cuenta'; @@ -374,6 +376,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Confirmar contrase馻'; $s_access_level = 'Nivel de Acceso'; $s_update_user_button = 'Actualizar Usuario'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Preferencias de cuentas por defecto'; @@ -436,6 +440,23 @@ $s_submit_button = 'Enviar'; # account_profile_update.php $s_profile_updated_msg = 'Perfil actualizado...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Su cuenta ha sido actualizada...'; $s_email_updated = 'Su direcci髇 de Email ha sido actualizada'; @@ -445,6 +466,9 @@ $s_password_updated = 'Contrase # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'El Bug ha sido exitosamente asignado...'; @@ -545,6 +569,8 @@ $s_summary = 'Resumen'; $s_description = 'Descripci髇'; $s_steps_to_reproduce = 'Pasos para reproducirlo'; $s_update_information_button = 'Actualizar Informaci髇'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Cambiar a forma de Actualizaci髇 Avanzada'; @@ -653,14 +679,20 @@ $s_edit_user_link = 'Editar Usuario'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -684,6 +716,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -699,6 +734,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'El proyecto ha sido agregado...'; @@ -1129,6 +1169,7 @@ $s_sponsors = '%d patrocinador(es)'; $s_sponsorship_added = 'Patrocinador a馻dido'; $s_sponsorship_updated = 'Patrocinador actualizado'; $s_sponsorship_deleted = 'Patrocinador borrado'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'M醩 informaci髇 sobre el patrocinador'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1244,4 +1285,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_swedish.txt b/lang/strings_swedish.txt index bab08e9a6a..9229fc2021 100644 --- a/lang/strings_swedish.txt +++ b/lang/strings_swedish.txt @@ -7,11 +7,11 @@ # Swedish: Ludvig Omholt, ludde@ludde.net # ------------------------------------------------- - # $Revision: 1.89 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:46 $ + # $Revision: 1.90 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:52 $ # - # $Id: strings_swedish.txt,v 1.89 2005-04-21 06:52:46 bigbadger Exp $ + # $Id: strings_swedish.txt,v 1.90 2005-07-20 14:17:52 thraxisp Exp $ ########################################################################### ?> 1 m錸ad'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Registrering av anv鋘darkonto'; @@ -369,6 +371,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = 'Bekr鋐ta l鰏enord'; $s_access_level = 'Tillg錸gsniv'; $s_update_user_button = 'Uppdatera anv鋘dare'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Kontoinst鋖lningar'; @@ -431,6 +435,23 @@ $s_submit_button = 'Skicka'; # account_profile_update.php $s_profile_updated_msg = 'Profil uppdaterad...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Ditt konto har uppdaterats...'; $s_email_updated = 'E-postadressen har uppdaterats'; @@ -440,6 +461,9 @@ $s_password_updated = 'L # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = '膔endet har tilldelats...'; @@ -540,6 +564,8 @@ $s_summary = 'Sammanfattning'; $s_description = 'Beskrivning'; $s_steps_to_reproduce = 'Steg f鰎 att reproducera'; $s_update_information_button = 'Uppdatera information'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Uppdatera advancerad'; @@ -648,14 +674,20 @@ $s_edit_user_link = 'Redigera'; # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -679,6 +711,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -694,6 +729,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Projektet har lagts till...'; @@ -1124,6 +1164,7 @@ $s_sponsors = '%d sponsor(er)'; $s_sponsorship_added = 'Sponsring tillagt'; $s_sponsorship_updated = 'Sponsring uppdaterat'; $s_sponsorship_deleted = 'Sponsring raderat'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'Mer information om sponsring'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1239,4 +1280,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_turkish.txt b/lang/strings_turkish.txt index eef21169a6..c33485ece8 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黵k鏴 terc黰e , FreeLinuxCD.org kurucusu Oktay Altunergil taraf齨dan ger鏴klestirilmi⺶ir. # ------------------------------------------------- - # $Revision: 1.82 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:47 $ + # $Revision: 1.83 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:52 $ # - # $Id: strings_turkish.txt,v 1.82 2005-04-21 06:52:47 bigbadger Exp $ + # $Id: strings_turkish.txt,v 1.83 2005-07-20 14:17:52 thraxisp Exp $ ########################################################################### ?> 1 ay'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = 'Account registration'; @@ -370,6 +372,8 @@ $s_no_password_change = 'The password is controlled by another system, hence can $s_confirm_password = '辤fre Onayla'; $s_access_level = 'Eri㱮m Seviyesi'; $s_update_user_button = 'Kullan齝齳 G黱celle'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = 'Varsay齦an Kullan齝 Hesab Tercihleri'; @@ -432,6 +436,23 @@ $s_submit_button = 'G # account_profile_update.php $s_profile_updated_msg = 'Profil g黱celle...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = 'Hesab齨齴 bar齳la g黱cellendi...'; $s_email_updated = 'Email address successfully updated'; @@ -441,6 +462,9 @@ $s_password_updated = 'Password successfully updated'; # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = 'Bug bar齳la atand...'; @@ -541,6 +565,8 @@ $s_summary = ' $s_description = 'A琮klama'; $s_steps_to_reproduce = 'Tekrarlamaya Y鰊elik Ad齧lar'; $s_update_information_button = 'Bilgi G黱celle'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = 'Detayl G黱celleme'; @@ -649,14 +675,20 @@ $s_edit_user_link = 'Kullan # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -680,6 +712,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +730,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = 'Proje bar齳la eklendi...'; @@ -1125,6 +1165,7 @@ $s_sponsors = '%d sponsor(s)'; $s_sponsorship_added = 'Sponsorship Added'; $s_sponsorship_updated = 'Sponsorship Updated'; $s_sponsorship_deleted = 'Sponsorship Deleted'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = 'More information about sponsorship'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,4 +1281,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file diff --git a/lang/strings_ukrainian.txt b/lang/strings_ukrainian.txt index f7d1351d51..9ab700dfad 100644 --- a/lang/strings_ukrainian.txt +++ b/lang/strings_ukrainian.txt @@ -8,11 +8,11 @@ ########################################################################### # Ukrainian (Windows1251): Yuri Kirghisov, yuri@apple.com.ua # ------------------------------------------------- - # $Revision: 1.13 $ - # $Author: bigbadger $ - # $Date: 2005-04-21 06:52:47 $ + # $Revision: 1.14 $ + # $Author: thraxisp $ + # $Date: 2005-07-20 14:17:52 $ # - # $Id: strings_ukrainian.txt,v 1.13 2005-04-21 06:52:47 bigbadger Exp $ + # $Id: strings_ukrainian.txt,v 1.14 2005-07-20 14:17:52 thraxisp Exp $ ########################################################################### ?> 1 斐'; +$s_sponsorship_enum_string = '0:Unpaid,1:Requested,2:Paid'; # Email Strings $s_new_account_subject = '绣厚蝠圉 觐痂耱筲圜'; @@ -370,6 +372,8 @@ $s_no_password_change = ' $s_confirm_password = '襄疱獬痍 镟痤'; $s_access_level = '谐忮睃 漕耱箫'; $s_update_user_button = '轻屦邈蜩'; +$s_verify_warning = 'Your account information has been verified. The account confirmation message you have received is now invalid.'; +$s_verify_change_password = 'You must set a password here to allow you to log in again.'; # account_prefs_page.php $s_default_account_preferences_title = '相疣戾蝠 玎镨耋'; @@ -432,6 +436,23 @@ $s_submit_button = ' # account_profile_update.php $s_profile_updated_msg = '剜犭铐 铐钼脲眍...'; +# account_sponsor_page.php +$s_my_sponsorship = 'My Sponsorships'; +$s_update_sponsorship_button = 'Change Payment Status'; +$s_no_sponsored = 'No sponsored issues Assigned To yourself were found.'; +$s_own_sponsored = 'Issues You have Sponsored:'; +$s_issues_handled = 'Sponsored Issues You Have Been Assigned To:'; +$s_no_own_sponsored = 'You have not sponsored any issues.'; +$s_sponsor = 'Sponsor'; +$s_amount = 'Amount'; +$s_total_owing = 'Total Owing'; +$s_total_paid = 'Total Paid'; +$s_sponsor_hide = 'Hide Resolved and Paid'; +$s_sponsor_show = 'Show All'; + +# account_sponsor_update.php +$s_payment_updated = 'Payment information updated.'; + # account_update.php $s_account_updated_msg = '锣 玎镨 狍 篑锍 铐钼脲龛'; $s_email_updated = 'Email-噤疱襦 狍豚 篑锍 珈稠屙'; @@ -441,6 +462,9 @@ $s_password_updated = ' # adm_permission_report.php +# bug_action_group_page +$s_multiple_projects = 'The issues you have selected are from different projects. The parameters below reflect the settings for all projects. If this is incorrect, please retry your change with a smaller number of issues selected.'; + # bug_assign.php $s_bug_assign_msg = '橡钺脲爨 狍豚 篑锍 镳桤磬麇磬...'; @@ -541,6 +565,8 @@ $s_summary = ' $s_description = '物桉'; $s_steps_to_reproduce = '署铌 潆 獬潋忸疱眄'; $s_update_information_button = '轻屦邈蜩 稠纛痨圉楚'; +$s_sticky_issue = 'Sticky Issue'; +$s_profile = 'Profile'; # bug_update_page.php $s_update_advanced_link = '蓄瑛桊屙 疱溧泱忄眄'; @@ -649,14 +675,20 @@ $s_edit_user_link = ' # manage_config_email_page $s_config_all_projects = 'Note: These configurations affect ALL PROJECTS.'; $s_config_project = 'Note: These configurations affect only the %s project.'; +$s_colour_coding = 'In the table below, the following color code applies:'; +$s_colour_project = 'Project setting overrides others.'; +$s_colour_global = 'All Project settings override default configuration.'; $s_issue_reporter = 'User who reported issue'; $s_issue_handler = 'User who is handling the issue'; $s_users_added_bugnote = 'Users added Bugnote'; $s_change_configuration = 'Update Configuration'; +$s_message = 'Message'; $s_default_notify = 'Setting default notification flags to'; $s_action_notify = 'Setting action notification flags to'; $s_notify_defaults_change_access = 'Change users who can change notification defaults to'; $s_notify_actions_change_access = 'Change users who can change notifications to'; +$s_revert_to_system = "Delete All Projects Settings"; +$s_revert_to_all_project = "Delete Project Specific Settings"; # manage_config_workflow_page $s_non_existent = 'non-existent'; @@ -680,6 +712,9 @@ $s_desc_bug_resolved_status_threshold = 'Status where an issue is considered res $s_workflow_change_access = 'Change users who can change workflow to'; $s_access_change_access = 'Change users who can change status change access level to'; +# manage_config_workflow_set +$s_default_not_in_flow = 'The default status of %s is not selected in the next statuses for %s. It will be ignored'; + # manage_config_work_threshold_page $s_assign_issue = 'Assign an issue'; $s_allow_close_immediate = 'Allow issue to be closed on Resolve'; @@ -695,6 +730,11 @@ $s_readonly_status = 'Status where an issue becomes read only'; $s_reopen_status = 'Status to which a reopened issue is set'; $s_reopen_resolution = 'Resolution to which a reopened issue is set'; +# manage_config_revert_page +$s_config_delete_sure = 'Are you sure you want to delete the settings for'; +$s_in_project = 'in project'; +$s_delete_config_button = 'Delete Settings'; + # manage_proj_add.php $s_project_added_msg = '橡铄牝 狍 篑锍 耱忸疱龛...'; @@ -1125,6 +1165,7 @@ $s_sponsors = ' $s_sponsorship_added = '扬铐耦瘃蜮 漕溧礤'; $s_sponsorship_updated = '扬铐耦瘃蜮 铐钼脲礤'; $s_sponsorship_deleted = '扬铐耦瘃蜮 忤溧脲礤'; +$s_sponsorship_paid = 'Sponsorship Paid'; $s_sponsorship_more_info = '念觌噤沓 镳 耧铐耦瘃蜮'; # URL explaining the process of sponsoring an issue. This is defined here rather than @@ -1240,4 +1281,4 @@ $s_before = 'Before' ; $s_after = 'After' ; $s_on_or_after = 'On Or After' ; -?> +?> \ No newline at end of file